body,
main {
    min-height: 100vh;
    display: flex
}

.no-margin,
.top-navbar,
body {
    margin: 0
}

.has-feedback{position: relative;}

.has-error .form-control
{
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-horizontal .has-feedback .form-control-feedback
{
  right: 0px;
  top: 10px !important;
}
.has-error .form-control-feedback
{
  color: #a94442;
}
.form-control-feedback
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-success .form-control-feedback
{
  color: #85b753;
}

.langfr {
  background: #303030;
  color: #fff !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin-right: 4px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  top: -30px;
  z-index: 9999999;
  border: 2px solid #707070;
}


.title-desc h2,
.title-desc p {
    font-family: raleway, sans-serif;
    text-align: center
}

.animated,
.tooltip__item {
    visibility: hidden
}

#pageloader h1,
#slider .btn,
#slider .slide h1,
.about-content-box h3,
.responsive-features h4,
.site-logo a,
.title-desc h2,
.uppercase {
    text-transform: uppercase
}

#pageloader h1,
.home-section,
.loader-item,
.title-desc h2,
.title-desc p,
.year-round {
    text-align: center
}

table,
td {
    padding: 4px
}

#slider .btn,
th {
    text-align: center !important
}

@font-face {
    font-family: icomoon;
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

#ac-wrapper {
    width: 98vw;
    height: 48vw;
    position: absolute;
    left: 1vw;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1001
}

#popup {
    background: rgba(0, 0, 0, .6);
    border: 1px solid #d93;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
    box-shadow: #000 0 0 3px 3px;
    -moz-box-shadow: #000 0 0 3px 3px;
    -webkit-box-shadow: #000 0 0 3px 3px;
    width: 92vw;
    height: 48vw;
    margin: 24px auto auto
}

.tooltip {
    position: relative !important;
    opacity: 1 !important
}

.tooltip__item {
    position: absolute;
    min-width: 100px;
    padding: 20px;
    opacity: 0;
    background: #fff;
    transition: .25s cubic-bezier(0, 0, .2, 1);
    color: #484848;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 2px 1px #bcbcbc;
    z-index: 4
}

#slider .slide,
#topnav .nav li a,
.contact-deatail-content:hover i,
.testimonials-content .breadcrumb>li+li:before,
.white,
body {
    color: #fff
}

.tooltip__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.tooltip__initiator {
    cursor: pointer;
    z-index: 5
}

.tooltip[data-direction=left] .tooltip__initiator:hover~.tooltip__item {
    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 1
}

.tooltip[data-direction=left] .tooltip__item {
    top: 50%;
    right: calc(100% + 1em);
    transform: translate3d(15px, -50%, 0)
}

.tooltip[data-direction=left] .tooltip__item:after {
    top: 50%;
    right: -.5em;
    transform: translate3d(0, -50%, 0);
    border-width: .5em 0 .5em .5em;
    border-color: transparent transparent transparent #fff;
    -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
    filter: drop-shadow(1px 2px 1px #bcbcbc)
}

.tooltip[data-direction=bottom] .tooltip__initiator:hover~.tooltip__item {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1
}

.tooltip[data-direction=bottom] .tooltip__item {
    top: calc(100% + 1em);
    left: 50%;
    transform: translate3d(-50%, -15px, 0)
}

.tooltip[data-direction=bottom] .tooltip__item:after {
    top: -.5em;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-width: 0 .5em .5em;
    border-color: transparent transparent #fff;
    -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
    filter: drop-shadow(1px -1px 1px #bcbcbc)
}

.fa.fa-info-circle {
    font-size: 38px;
    color: #21606b
}

body {
    flex-direction: column;
    background: #dadada;
    font-size: 14px;
    padding: 0;
    font-family: Raleway, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2 !important
}

main {
    flex: 1 1 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: Raleway, sans-serif;
    letter-spacing: 1px
}

p {
    letter-spacing: .5px !important;
    font-size: 13px;
    line-height: 24px
}

.btn:focus,
a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0
}

.container {
    width: 100% !important;
    max-width: 1320px !important
}

.curl-bottom-left:active:before,
.curl-bottom-left:focus:before,
.curl-bottom-left:hover:before,
.curl-top-right:active:before,
.curl-top-right:focus:before,
.curl-top-right:hover:before,
.loader-item {
    height: 40px;
    width: 40px
}

.tech-skills-section .container {
    max-width: 100%
}

.startup-section .container {
    max-width: 1260px
}

.section {
    padding: 110px 0 40px
}

.startup-section.section,
.tech-skills-section.section {
    padding: 60px 0
}

.capitalize {
    text-transform: capitalize
}

.bold,
.logo-letter {
    font-weight: 700
}

.normal,
.title-desc h2 {
    font-weight: 400
}

.italic {
    font-style: italic
}

.header {
    padding-bottom: 25px
}

.title-desc h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 0 15px
}

.title-desc p {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 15% 32px
}

.currentTextHolder,
.team-block .col-sm-3:hover .team-member-details a,
.team-block .col-sm-3:hover .team-member-details h3,
.team-block .col-sm-3:hover .team-member-details h4,
.team-block .col-sm-3:hover .team-member-details p {
    color: #171717
}

.no-padding {
    padding: 0
}

.visible {
    visibility: visible
}

#pageloader {
    background-color: #171717;
    height: 100%;
    max-height: 1000px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.loader-item {
    background: #171717;
    border-bottom: 2px solid !important;
    border-left: 2px solid;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-right: 2px solid;
    border-top: 2px solid;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 65%
}

#pageloader h1 {
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 100%;
    font-size: 80px;
    font-weight: 800;
    color: #fff
}

.colored-border {
    border-color: #fff
}

.figcaption {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 78px solid #d93;
    border-right: 78px solid transparent;
    margin-top: -34px;
}

.nhl {
    padding-left: 28px;
    margin-top: 12px;
    display: block;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff !important;
}

.shaping {
    background: #303030 url(/images/pattern.webp) center top repeat;
    padding: 24px;
    padding-bottom: 24px;
    padding-bottom: 24px;
    padding-bottom: 68px;
}

.ctc {
    background: rgba(0, 0, 0, .6);
    color: #ccc;
    min-height: 300px !important;
    margin-top: 23px;
    border: 1px solid #999;
    padding: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hour-head {
    font-size: 16px;
    background: #303030;
    float: left:;
    width: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 38px;
    padding-left: 12px;
    color: #fff;
}

.hour-hour {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding-left: 12px;
    line-height: 32px;
    border-bottom: 1px dotted #b2b2b2;
    letter-spacing: .1em;
    font-family: Roboto;
}

.org {
    color: #f93 !important;
    text-transform: none !important;
}

.facebook {
    color: #fff !important;
    margin-right: 12px;
    background: #6ba5d6;
    position: absolute;
    left: 0px;
    top: 34px;
    width: 26px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    padding-left: 2px;
    z-index: 999;
}

.linkedin {
    color: #fff !important;
    margin-right: 12px;
    background: #4dacfc;
    position: absolute;
    left: 0px;
    top: 174px;
    width: 26px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    padding-left: 3px;
    z-index: 999;
}

.instagram {
    color: #fff !important;
    margin-right: 12px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    position: absolute;
    left: 0px;
    top: 104px;
    width: 26px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    padding-left: 4px;
    z-index: 999;
}

.whatsapp {
    color: #fff !important;
    margin-right: 12px;
    background: #51b942;
    position: absolute;
    left: 0px;
    top: 244px;
    width: 26px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    padding-left: 4px;
    z-index: 999;
}

.shape {
    background: url(../images/slider/shape-1.png);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.line {
  border: 1px solid #404040;
  padding-top: 34px;
  box-shadow: 0px 0px 12px #000;
  margin-bottom: 24px;
  background: url('/images/pattern.webp');
  background-color: #000;
}

#triangle-topleft-google {
  width: 0;
  height: 0;
  border-bottom: 78px solid #d93;
  border-left: 78px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hletter {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.left-based-text {
    position: absolute;
    right: 50px;
    top: 50px;
    bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 500;
    z-index: 10;
    font-family: var(--thm-font);
}

.base-inner {
    position: absolute;
    right: 0;
    top: 340px;
    width: 400px;
    height: 24px;
    transform-origin: right bottom;
    transform: rotate(90deg);
    font-size: 12px;
    font-family: Roboto;
}

.hours {
    position: absolute;
    right: 0;
    top: 0;
}

.hours ul li {
    float: left;
    margin-left: 35px;
}

.facebook:hover {
    color: #3c599f !important;
    border-color: #3c599f
}

.instagram:hover {
    color: #bb419d !important;
    border-color: #bb419d;
}

.google:hover {
    color: #d93 !important;
    border-color: #d93
}

.linkedin:hover {
    color: #0177b5 !important;
    border-color: #0177b5
}

.skype:hover {
    color: #00aff0 !important;
    border-color: #00aff0
}

.youtube:hover {
    color: #e94539 !important;
    border-color: #e94539
}

.dribble:hover {
    color: #ea4c89 !important;
    border-color: #ea4c89
}

.flickr:hover {
    color: #fe0072 !important;
    border-color: #fe0072
}

.curl-top-right:before {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: -3px 3px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: -3px 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: -3px 3px 5px rgba(0, 0, 0, .4)
}

.curl-bottom-left:before {
    box-shadow: 1px -2px 6px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px -2px 6px rgba(0, 0, 0, .4);
    -o-box-shadow: 1px -2px 6px rgba(0, 0, 0, .4);
    -ms-box-shadow: 1px -2px 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px -2px 6px rgba(0, 0, 0, .4)
}

#slider .btn,
#slider .btn:hover,
.about-content-box,
.about-content-box h3,
.about-content-box i,
.about-content-box p,
.about-content-box:hover,
.about-content-box:hover h3,
.about-content-box:hover i,
.about-content-box:hover p,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.client-slider-item,
.client-slider-item:hover,
.contact-deatail-content:hover i,
.fact-counter-box,
.open>.dropdown-toggle.btn-default,
.responsive-section .btn .fact-counter-box:hover,
.responsive-section:hover .btn,
.services-section .service-box,
.services-section .service-box i,
.services-section .service-box:hover,
.services-section .service-box:hover i,
.startup-btns .btn,
.startup-btns .btn:hover,
.startup-timeline .year-round,
.startup-timeline:hover .year-round,
.team-block .col-sm-3:hover .team-member-details,
.team-member-details,
.text-slider .home-icons,
.text-slider .move-icon:hover .home-icons {
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.sticky-wrapper.is-sticky .top-container {
    position: relative;
    padding: 10px 13px
}

.sticky-navigation {
    background-color: #101010;
    border-bottom: 1px solid;
    z-index: 1001;
    width: 100%;
    border-color: #333
}

#top-section .collapse.in {
    z-index: 100
}

#sticky-section .dropdown i {
    font-size: 18px;
    margin: 0 6px;
    vertical-align: middle
}

.top-container {
    padding: 15px
}

.site-logo a {
    color: #fff;
    font-size: 32px;
    font-weight: 700
}

.top-navbar ul.nav a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right
}

.top-navbar ul.nav a:focus,
.top-navbar ul.nav a:hover {
    background: 0 0;
    color: #2a3643
}

.navbar-toggle {
    background-color: #ccc;
    margin-top: -40px;
    margin-right: 0 !important;
    padding-right: 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-nav {
    margin: 7.5px 0
}

.navbar-nav li a {
    padding-bottom: 7px;
    padding-top: 7px
}

.dropdown-menu,
.top-navbar .dropdown a,
li {
    background: #000 !important
}

#header {
    height: 80px;
    border-top: 1px solid #303030;

}

#sticky-section {
    height: 80px !important
}

.home-section {
    background: url(../images/background-images/home-bg.avif) center center/cover no-repeat fixed;
    width: 100%;
    position: relative;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    min-height: 84vh;
}

#slider .slide h1 {
    font-size: 45px;
    font-weight: 700
}

#slider .slide h4 {
    font-size: 14px;
    font-weight: 700
}

#slider .slide h6 {
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 400;
    color: #bfbfbf;
    width: 100%
}

#slider .btn {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    height: 50px;
    width: 100%;
    display: block;
    padding: 12px 20px;
    border: 1px solid
}

#slider .btn:hover {
    background: 0 0
}

.about-us-section {
    background: #101010;
}

.about-content-box {
    padding: 25px 20px;
    min-width: 90%;
    border: 1px solid #404040 !important;
    margin-top: 40px;
    text-align: center;
    min-height: 170px;
    text-shadow: #000 0 0 3px;
}

.about-content-box:hover h3,
.about-content-box:hover i,
.about-content-box:hover p {
    color: #CCCCCC;	
}

.about-content-box i {
    font-size: 45px;
    color: #fff !important;
    text-shadow: #000 0 0 4px;
}

.about-content-box h3 {
    margin: 18px 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.about-content-box p {
    margin: 0;
    color: #a1a1a1;
    font-size: 13px;
}

.responsive-section {
    background: #000;
    border: 1px solid #000;
    position: relative;
}

.responsive-section img {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    max-width: 375px;
}

.responsive-section h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 20px;
}

.responsive-section p {
    color: #bfbfbf;
    font-weight: 300;
    text-align: left;
    margin: 0 0 50px;
}

.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}

.responsive-features h4 {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 15px;
}

.responsive-features p,
.startup-timeline:last-child,
.strat-up-content>p:last-child {
    margin-bottom: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #303030 !important;
}

.startup-section:after,
.startup-section:before,
.startup-timeline-section:before {
    height: 100%;
    content: "";
    position: absolute;
}

.startup-section {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.startup-section::before {
  width: 50%;
  display: block;
  min-height: 400px;
  left: 0;
  top: 0;
  background: url('/images/background-images/seamless-patterns.webp') , #d93 !important;
  background-attachment: fixed;
}

.startup-section:after {
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 50%;
    display: block;
    min-height: 400px;
    right: 0;
    top: 0;
    z-index: -1;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.strat-up-content {
    padding-right: 30px;
}

.strat-up-content h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 400;
}

.strat-up-content p {
    color: #171717;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 13px;
}

.startup-timeline-section {
    overflow: hidden;
    position: relative;
    padding: 3px 0 3px 35px;
}

.startup-timeline-section:before {
    left: 74px;
    right: 0;
    width: 0;
    border-left: 1px dashed #fff;
}

.startup-timeline {
    margin-bottom: 67px;
}

.startup-timeline:hover .year-round {
    background: #fff;
    color: #171717;
    border: 2px solid #000;
}

.year-round {
    height: 82px;
    width: 82px;
    background: #171717;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
}

.year-round h4 {
    font-size: 20px;
    line-height: 52px;
    font-weight: 800;
}

.team-member-details h3,
.time-line-content h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.time-line-content h5 {
    margin: 2px 0 13px
}

.time-line-content p {
    color: #fff;
    margin: 0
}

.startup-btns {
    text-align: left;
    margin: 0 auto;
    position: relative
}

#testimonials-slider .owl-controls,
#testimonials-slider .owl-pagination,
.centered,
.contact-deatails-section,
.copyrights-section,
.fact-counter-box,
.fun-fact-section,
.pricing-div,
.review-section,
.services-section,
.social-icons-section,
.team-member-details,
.twitter-section i,
.video-icon .icon-play,
.video-icon h2,
.works-section .nav,
td.price {
    text-align: center
}

.startup-btns .btn {
    color: #171717;
    font-size: 13px;
    font-weight: 900;
    background: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    height: 45px;
    width: 160px;
    line-height: 45px;
    padding: 0;
    letter-spacing: 1px
}

.startup-btns .btn:first-child {
    margin-right: 7px
}

.startup-btns .btn:last-child {
    margin-left: 7px
}

.startup-btns .btn:hover {
    background: rgba(23, 23, 23, .8);
    color: #fff
}

.team-section,
.testimonials-section {
    background: #171717;
    color: #fff
}

.team-member-details {
    padding: 25px 0
}

.team-member-details h3 {
    color: #fff;
    line-height: 26px;
    margin: 0 0 10px
}

.team-member-details h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 18px
}

.team-member-details p {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 22px;
    padding: 0 30px
}

.team-member-details a {
    border-color: #fff;
    color: #fff;
    background: 0 0;
    padding: 5px 6px 4px;
    margin: 0 5px;
    font-size: 13px
}

.tech-skills-section {
    width: 100%;
    position: relative
}

.tech-skills-section:after {
    content: "";
    width: 50%;
    display: block;
    min-height: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.tech-skills-content {
    padding: 60px 90px 32px 30px;
    color: #000
}

.tech-skills-content h3 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 5px
}

.tech-skills-content p {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 3px
}

.progress-bar-section {
    margin: 60px 0 0
}

.progress-bar-section h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px
}

.progress-bar-section .progress {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    height: 10px;
    margin-bottom: 45px;
    overflow: visible
}

.progress-bar {
    position: relative;
    background: #000;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none
}

.progress h5 {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 7px;
    border-radius: 3px
}

.t-shape-inner:after {
    background: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #000;
    bottom: 0;
    content: " ";
    height: 20px;
    right: 5px;
    position: absolute;
    transform: translateX(-50%);
    width: 20px
}

.video-bg {
    height: 554px;
    position: relative
}

.video-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: ""
}

.video-section {
    position: static
}

.author-image,
.btn-pricing,
.img-overlay,
.pricing-div,
.testimonials-content,
.works-section .nav>li {
    position: relative
}

.video-section .video-icon {
    position: absolute;
    top: 50%;
    left: 18%;
    text-align: center;
    transform: translateX(-22%);
    -moz-transform: translateX(-22%);
    -ms-transform: translateX(-22%);
    -o-transform: translateX(-22%);
    -webkit-transform: translateX(-22%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.video-icon h2 {
    margin: 15px 0 0 -18px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.video-icon .icon-play {
    border: 2px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    padding: 8px;
    width: 80px;
    margin-left: -20px;
    font-size: 20px
}

.testimonials {
    display: block;
    width: 100%;
    height: auto
}

.author-image {
    width: 100%;
    max-width: 270px;
    height: 270px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -os-border-radius: 50%;
    background: #fff;
    margin: 30px auto
}

.author-image:after {
    background: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px 0 0 10px;
    content: "";
    height: 275px;
    left: -17px;
    max-width: 280px;
    position: absolute;
    top: -13px;
    width: 100%;
    z-index: -1
}

.author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -os-border-radius: 50%;
    z-index: 2;
    background: 0 0
}

.testimonials-content {
    padding: 10% 5% 9% 1%
}

.testimonials-content p {
    font-size: 13px;
    margin: 0 0 20px;
    color: #bfbfbf
}

.testimonials-content i {
    position: absolute;
    font-size: 66px;
    color: #cacaca;
    line-height: 1
}

.testimonials-content i.icon-left-quote {
    left: -13%;
    top: 0
}

.testimonials-content i.icon-right-quote {
    right: -4%;
    bottom: 22%
}

.testimonials-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 3px
}

.testimonials-content .breadcrumb {
    background: 0 0;
    padding: 0
}

.testimonials-content .breadcrumb a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 21px
}

#testimonials-slider .owl-page {
    display: inline-block
}

#testimonials-slider .owl-controls .owl-page {
    background-color: #ccc;
    border-radius: 20px;
    height: 9px;
    margin: 5px 7px;
    width: 20px
}

.review-section {
    background: url(../images/background-images/review-bg.avif) top/cover no-repeat fixed;
    width: 100%;
    min-height: 400px !important;
    padding: 120px 0 130px;
    color: #171717;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover
}

.review-section h2 {
    font-size: 80px;
    margin: 0;
    font-weight: 800
}

.review-section h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px
}

.services-section {
    background: #171717;
    color: #fff
}

.services-section .service-box {
    padding: 30px 38px;
    border: 1px solid #555;
    margin-bottom: 30px;
    min-height: 383px;
}

.services-section .service-box:hover {
    -moz-box-shadow: 0 0 10px 6px rgba(162, 158, 158, .25);
    -webkit-box-shadow: 0 0 10px 6px rgba(162, 158, 158, .25);
    box-shadow: 0 0 10px 6px rgba(162, 158, 158, .25)
}

.services-section i {
    font-size: 50px
}

.services-section h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0 12px
}

#blog .blog-post p,
.services-section .service-box p {
    color: #bfbfbf
}

.fun-fact-section {
    width: 100%;
    min-height: 400px !important;
    color: #171717;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover
}

.fact-counter-box {
    border: 1px solid #d93;
    max-width: 200px;
    padding: 20px 5px;
    color: #fff;
    margin: 0 auto;
    background: #101010
}

.fact-counter-box:hover {
    background: #fff;
    color: #171717
}

.fact-counter-box i {
    font-size: 70px
}

.fact-counter-box .factor {
    font-size: 40px;
    font-weight: 200
}

.fact-counter-box p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.blog-section,
.works-section {
    background: #1f1f1f;
    color: #fff
}

.works-section .nav {
    border: 0;
    margin: 0 auto 55px
}

.works-section .nav>li {
    display: inline-block;
    float: none;
    margin: 0 auto;
    border: 1px solid #f93;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    background: #f93 !important;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.works-section .nav>li.active:after,
.works-section .nav>li:focus:after,
.works-section .nav>li:hover:after {
    background: 0 0;
    border-radius: 50%;
    bottom: -13px;
    content: " ";
    height: 20px;
    left: 50%;
    position: absolute;
    width: 20px;
    border-left: 12px Solid;
    border-top: 14px Solid;
    border-right: 12px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.works-section .nav>li.active,
.works-section .nav>li:focus,
.works-section .nav>li:hover {
    color: #171717;
    background: #fff !important;
    border: 1px solid #fff
}

.works-section figure.effect-oscar h2 {
    margin: 0;
    font-size: 18px;
    opacity: 0
}

.works-section figure.effect-oscar:hover h2 {
    opacity: 1;
    font-size: 20px;
    font-weight: 500
}

.works-section figure.effect-oscar p {
    font-weight: 600;
    font-size: 13px;
    padding-top: 10px;
    line-height: 18px
}

.works-section figure.effect-oscar img {
    margin: 0 auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.works-section figure.effect-oscar:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.9999 0.9999 0.9999 0 0 0.9999 0.9999 0.9999 0 0 0.9999 0.9999 0.9999 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray
}

.effect-oscar a,
.effect-oscar a.active,
.effect-oscar a:hover,
a.lien {
    color: #000;
    text-decoration: none
}

.effect-oscar:hover .img-overlay:after {
    content: "";
    opacity: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0
}

#mix-container .mix {
    display: none;
    padding: 0
}

figure.effect-oscar .figcaption:before {
    content: none
}

.caption-block {
    border: 0 solid;
    padding: 30px 15px;
    opacity: 0;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.grid figure .figcaption,
.grid figure .figcaption>a {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0
}

.effect-oscar a:hover .caption-block {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: opacity .35s, transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -o-transition: opacity .35s, transform .35s;
    -webkit-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s
}

figure.effect-oscar .figcaption {
    padding: 20px 15px
}

.twitter-section {
    width: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 100px;
    border-top: 1px solid #d93
}

.twitter-section i {
    font-size: 30px;
    width: 65px;
    height: 65px;
    line-height: 63px;
    border: 1px solid #fff;
    margin-bottom: 25px
}

.twitter-section .tweets_feed {
    padding: 30px 0
}

#blog .blog-post {
    border-bottom: 1px solid #343434;
    margin-bottom: 35px;
    padding-bottom: 23px
}

#blog .blog-post .post-details {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0
}

#blog .blog-post a.title {
    background: none;
    border-bottom: 1px solid;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 30px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase
}

#blog .blog-post a.title:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 45%;
    position: absolute;
    width: 30px
}

#blog .blog-post .post-details>li {
    color: #bfbfbf;
    display: inline-block
}

#blog .blog-post .post-details>li i {
    margin-right: 5px;
    font-weight: 700
}

#blog .blog-post .post-details>li a {
    color: #b6b6b6;
    margin-right: 10px
}

#blog .blog-post .post-details>li a:hover {
    text-decoration: underline
}

.clients-section {
    background: #101010;
    color: #fff;
    padding: 70px 0;
    border-top: 1px solid #d93
}

.client-slider-item {
    margin: 0 20px auto 0
}

.client-slider-item img {
    margin: 0 auto;
    border: 1px solid #303030;
    background: #ececec
}

.contact-section {
    
    width: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover
}

.contact-section .form-horizontal .form-group {
    margin: 0 0 11px
}

.contact-section h3 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 6px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase
}

.contact-section textarea.form-control {
    height: auto !important
}

.contact-section .form-control {
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    height: 40px;
    border: 1px solid #999
}

.contact-section .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid
}

.contact-section .btn {
    padding: 10px 65px;
    font-size: 13px;
    border: 0;
    font-weight: 800;
    background: #f93;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    float: left;
    margin: 20px 0 0;
    text-transform: uppercase
}

.contact-section .btn.active,
.contact-section .btn:focus,
.contact-section .btn:hover {
    background: rgba(0, 0, 0, .3)
}

.contact-section .btn a {
    color: #000
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff !important;
    border-color: transparent
}


.contact-deatails-section {
    background: #101010;
    color: #fff;
    text-transform: capitalize
}

.contact-deatails-section .title-desc h2 {
    font-size: 41px
}

.contact-deatail-content i {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    font-size: 36px;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    line-height: 77px;
    cursor: pointer
}

.contact-deatail-content h3,
th {
    font-size: 18px;
    text-transform: uppercase
}

.contact-deatail-content h3 {
    font-weight: 700;
    margin: 28px 0 10px
}

.contact-deatail-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 6px;
    color: #bfbfbf
}

.social-icons-section {
    background: url('https://www.pixelkomando.be/images/background-images/twitter.avif') center center/cover no-repeat;
    padding-top: 40px;
    padding-bottom: 40px
}

.social-icons-section a {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 26px;
    margin: 0 6px
}

.service-box2,
td.warning {
    background: #101010
}

.copyrights-section {
    background: #101010;
    padding-top: 30px;
    padding-bottom: 30px
}

.copyrights-section p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #bfbfbf
}

.lien,
td.price {
    font-weight: 700
}

table {
    width: 100%;
    border: 0;
    border-spacing: 4px;
    margin-top: 24px
}

td {
    height: 38px;
    border: 1px solid #404040
}

th {
    background: #f93;
    color: #000;
    height: 58px
}

td.price {
    background: #a3d230;
    font-size: 28px;
    color: #333
}

.service-box2 {
    padding: 14px 18px;
    border: 1px solid #555
}

.erreur {
    font-size: 160px !important;
    color: #d93 !important
}

.lien {
    padding: 6px 8px;
    color: #000 !important;
    background: #f93;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 24px
}

.green,
.green:hover {
    color: #fff !important
}

#price,
.pricing-section {
    background: #202020
}

.green {
    background: #a0d42e;
    border-radius: 4px
}

.green:hover {
    background: #85b124 !important
}

.ok {
    background: url(../images/v.png) left center no-repeat;
    color: #fff;
    padding-left: 24px
}

.pricing-div {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px
}

.btn-pricing {
    color: #000 !important;
    padding: 10px 65px;
    font-size: 13px !important;
    border: 0;
    font-weight: 800;
    background: #f93;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    z-index: 999999
}


.btn-pricing:hover {
    opacity: .7
}

.centered {
    width: 100%;
    color: #b2b2b2 !important
}

.detprom {
    font-size: 24px;
    font-weight: 700
}

.immotd,
.tdtitle {
    font-size: 16px;
    text-align: center
}

.titleborder {
    border: 1px solid #606060;
    font-weight: 700 !important;
    line-height: 90px;
    background: #a3d230
}

.bttn,
.immoprice,
.tdtitle {
    font-weight: 700;
    text-transform: uppercase
}

.tdtitle {
    color: #000;
    background: #d93
}



#price {
    padding-bottom: 40px
}

.kut {
    clip-path: polygon(0% 5%, 5% 0%;
    )
}

.listink {
    color: #ccc !important
}

.icon {
    color: #fff;
    font-size: 44px
}

.promop {
    margin: 8px 8px 10px;
    color: #fff !important;
    font-size: 14px
}

.orange {
    color: #d93
}

.bttn {
    top: 44px;
    right: 20px;
    background: #f93;
    border: 0;
    padding: 8px 18px
}

.dctext,
.dctextor {
    font-family: Raleway;
    font-weight: 800;
    font-size: 68px;
    text-shadow: #000 0 0 8px
}

.doublecenter {
    text-align: center;
    top: 180px
}

.dctext {
    color: #fff
}

.dctextor {
    color: #f93
}

.ogreen {
    background: #c2d922;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #000 !important
}

.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, .9) !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    height: 90vh
}

.modal-dialog {
    width: 98% !important;
    margin-top: 30px !important;
    height: 100vh !important
}

.center,
.pop-up-text {
    margin: auto;
    position: relative
}

.center {
    text-align: center;
    padding: 24px 10px 10px;
    inline-size: fit-content
}

.pix {
    float: left;
    width: 100%
}

.modal-header {
    min-height: 40px !important;
    padding: 15px !important;
    border-bottom: 0 solid #000 !important;
    background: #c2d922 !important;
    color: #fff !important;
    text-align: center !important
}

.special,
.vince {
    border: 1px solid #404040
}

.pop-up-text {
    width: 90%;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 34px;
    font-size: 16px
}

.close {
    float: right;
    font-size: 68px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important
}

.gooogle {
    font-size: 34px;
    color: #fff;
    font-family: roboto;
    padding-bottom: 28px;
    padding-top: 28px
}

.arki {
    background-image:url('/images/background-images/arki.webp')
}

.drone {
    background-image:url('/images/background-images/drone.webp')
}

.lands {
    background-image:url('/images/background-images/lands.webp')
}

.estate {
    background-image:url('/images/background-images/estate.webp')
}

.bnb {
    background-image:url('/images/background-images/bnb.webp')
}

.bnb2 {
    background-image:url('/images/background-images/bnb2.webp')
}

.horeca {
    background-image:url('/images/background-images/horeca.webp')
}

.sroom {
    background-image:url('/images/background-images/sroom.webp')
}

.shops {
    background-image:url('/images/background-images/shops.webp')
}

.portraits {
    background-image:url('/images/background-images/portraits.webp')
}

.babyboy {
    background-image:url('/images/background-images/babyboy.webp')
}

.cosplay {
    background-image:url('/images/background-images/cosplay.webp')
}

.bnb2 h3 {
  text-shadow: #000 0 0 4px;
}

.special {
    text-transform: uppercase;
    padding: 8px;
    color: #b2b2b2;
    margin-right: 8px;
    line-height: 44px;
    white-space: nowrap;
    font-size: 11px;
    background: #000;
}

.special:before {
    content: "#";
    color: #d93
}

.vince {
    margin-left: 44px;
    box-shadow: 0 -1px 29px 14px rgba(0, 0, 0, .86);
    -webkit-box-shadow: 0 -1px 29px 14px rgba(0, 0, 0, .86);
    -moz-box-shadow: 0 -1px 29px 14px rgba(0, 0, 0, .86)
}

.software-icons-section {
    
    padding-top: 40px;
    padding-bottom: 40px
}

.software-icons-section a {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 26px;
    margin: 0 6px
}

.footerz {
    font-family: roboto;
    font-weight: 700 !important;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-bottom: 0px;
    position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
    text-shadow: #000 0px 0 8px;
}

.nwl {
    font-size: 180px;
    overflow: hidden;
    rotate: 45deg;
    opacity: 0.2;
    display: inline-block;
    padding: 28px;
}

.oranges {
    background: #dd9933;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    text-shadow: #000 0px 0 8px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: #000 0px 0 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

li.active:after {
    display: none;
}

li:hover:after {
    display: none;
}

.number::before {
    content: url(../images/chat-icon.png);
    padding-right: 22px;
}

.number {
    float: right;
    padding-right: 34px;
    padding-top: 34px;
    font-size: 44px;
    font-family: Teko;
    color: #fff;
    z-index: 9999;
    position: absolute;
    right: 28px;
}


.js-animating {
    animation: fade 3s forwards, zoom 15s linear forwards;
}

.js-animating:first-child+img~img {
    z-index: -1;
}

@keyframes fade {
    100% {
        opacity: 1;
    }
}

@keyframes zoom {
    100% {
        transform: scale(1.2);
    }
}

.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown {
    display: inline-block;
}