.wooslider .slick-prev {
    display: none !important;
}

.wooslider .slick-next {
    display: none !important;
}

#mouse-scroll {
    style: block;
}

#mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 600px;
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

#mouse-scroll span {
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 0px 7px;
}

#mouse-scroll .mouse {
    height: 50px;
    width: 25px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 20px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    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);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*Hover Fall Effect*/
.fall-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fall-item .mask,
.fall-item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.fall-item img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.fall-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 0 0;
}

.fall-item p {
    /* font-style: italic; */
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: left;
}

.fall-effect .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.fall-effect h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.fall-effect p {
    color: #333;
    top: 12%;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.fall-effect a.btn {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.fall-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.fall-effect:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fall-effect:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fall-effect:hover a.btn {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
} 

#mouse-scroll1 {
    style: block;
}

#mouse-scroll1 {
    position: absolute;
    margin: auto;
    left: 48%;
    top: 710px;
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

#mouse-scroll1 span {
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transform: rotate(225deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 0px 7px;
}

#mouse-scroll1 .mouse1 {
    height: 50px;
    width: 25px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}

#mouse-scroll1 .down-arrow-11 {
    margin-top: -83px;
}

#mouse-scroll1 .down-arrow-11,
#mouse-scroll1 .down-arrow-21,
#mouse-scroll1 .down-arrow-31 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll1 .down-arrow-11 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll1 .down-arrow-21 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll1 .down-arrow-31 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll1 .mouse-in1 {
    height: 25px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll1 .mouse-in1 {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    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);
    }
}

@-webkit-keyframes mouse-scroll1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.hh {
    font-size: 48px;
    color: #ffffff;
}

#navigater-top {
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0px;
}

ul#navigater {
    margin: 0px auto;
    position: relative;
    float: left;
    border: 0 none;
}

@media screen and (max-width: 1024px) {
    ul#navigater {
        margin: 0px 16px;
        position: relative;
        /* text-align: center; */
        float: left;
        border: 0 none;
    }

    ul#navigater li {
        display: inline !important;
        font-size: 12px !important;
        font-weight: bold;
        margin: 0;
        /* text-align: center; */
        padding: 0;
        float: left;
        position: relative;
        border: 0 none;
    }
}

ul#navigater li {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    border: 0 none;
}

ul#navigater li a {
    padding: 10px 25px 0 0;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: none;
    background: transparent;
    -webkit-transition: color 0.2s linear, color 0.2s linear;
    -moz-transition: color 0.2s linear, color 0.2s linear;
    -o-transition: color 0.2s linear, color 0.2s linear;
    transition: color 0.2s linear, color 0.2s linear;
    transition: all 800ms;
    -o-transition: all 800ms;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
}

#navigater li a:hover {
    background: none;
    color: #4dbaf2;
}

ul#navigater li:hover>ul {
    visibility: visible;
    opacity: 1;
}

ul#navigater ul,
ul#navigater ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 100%;
    background: url(images/white50trans.png) top center repeat;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigater ul {
    top: 33px;
    left: 1px;
}

ul#navigater ul li ul {
    top: 0;
    left: 181px;
    /* strong related to width:180px; from above */
}

ul#navigater ul li {
    clear: both;
    width: 100%;
    border: 0 none;
}



/*--------------- Owl -----------------------*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    margin-right: 10px;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
    margin-right: 10px;
}

.owl-prev {
    font-size: 15px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0;
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ec1c23;
}

/*--------------- Owl -----------------------*/
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 

.title {
    font-size: 38px;
    color: #616161;
    font-style: italic;
    font-weight: 800;
}

.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 310px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}

.timeline .swiper-pagination {
    right: 4.5% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}

.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 3.9%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 3.9%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide-content {
        right: 25%;
    }
}
 
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 45px;
    padding-right: 45px;
}

.jumbotron {
    border-radius: 0px;
    background: #5fb3ce;
    margin-bottom: 0;
  }
  
  .jumbotron button {
    margin-top: 10px;
  }
  
  #web-development,
  #mobile-development {
    padding-bottom: 0;
  }
  
  section:last-child {
    border-bottom: none;
  }
  
  /* .nav {
    background: #4baac8;
  } */
  
  .nav a {
    color: #b1b1b1;
    /* font-style: italic; */
  }
  
  .nav li a:hover,
  .nav li a:focus {
    background: #86c5da;
  }
  
  .nav .active a {
    font-weight: bold;
    background: #ffffff;
    border-bottom: 2px solid #a0e4fb;
    color: #012e69;
  }
  .nav > li > a {
      position: relative;
      display: block;
      font-size: 14px;
      padding: 10px 15px;
      border-bottom: 2px solid #b1b1b1;
  }
  .nav .nav {
    display: none;
  }
  
  .nav .active .nav {
    display: block;
  }
  
  .nav .nav a {
    font-weight: normal;
    font-size: .85em;
  }
  
  .nav .nav span {
    margin: 0 5px 0 2px;
  }
  
  .nav .nav .active a,
  .nav .nav .active:hover a,
  .nav .nav .active:focus a {
    font-weight: bold;
    padding-left: 30px;
    border-left: 5px solid black;
  }
  
  .nav .nav .active span,
  .nav .nav .active:hover span,
  .nav .nav .active:focus span {
    display: none;
  }
  
  .application {
    border-top: 1px solid #c1e1ec;
  }
  
  .affix-top {
    position: relative;
    left: -145px;
    top: 100px;
  }
  
  /*section {
      padding: 40px 0;
      padding-top: 115px;
      border-bottom: 1px solid #c1e1ec;
  }*/
  
  .affix {
    top: 120px;
    left: 0px;
  }
  
  .affix, 
  .affix-bottom {
      width: 213px;
  }
  .affix-bottom {
    position: absolute;
  }
  @media (min-width:1200px) {
    .affix, 
    .affix-bottom {
      width: 263px;
    }
  }
  @media (min-width:1920px) {
    .affix-top {
    position: relative;
    left: -505px;
  }
  }
  @media (max-width:1366px) {
    .affix-top {
    position: relative;
    left: -108px;
  }
  }

  .functionalities {
    clear: both;
    top: 0px;
    position: relative;
    left: -2.7%;
}

.functionalities li {
    list-style: none;
    float: left;
    padding-right: 10px;
}

.funcionalidades.container {
    width: 90%;
    margin: auto;
}

.functionalities ul.breadcrumb {
    background-color: #ee6e7300;
    padding: 0 2.5em;
    clear: both;
    height: 40px;
}

.functionalities ul.breadcrumb li {
    background-color: #fe000b;
    border-right: 3px solid #fff;
    transform: skewX(-25deg);
    height: 40px;
    padding: 0 20px;
    position: relative;
    top: 0;
    line-height: 40px;
}

.functionalities ul.breadcrumb li:first-child {
    display: none;
}

.functionalities ul.breadcrumb li:nth-child(2) {
    border-left: 3px solid #fff;
}

.functionalities ul.breadcrumb li:last-child {
    border-right: none;
}

.functionalities ul.breadcrumb li a {
    color: #fff;
    transform: skewX(25deg);
    display: inline-block;
}

.functionalities ul.breadcrumb li a:hover,
.functionalities ul.breadcrumb li a:focus {
    text-decoration: none;
    color: #7b4446;
}

.functionalities ul.breadcrumb li strong {
    color: #fff;
    text-decoration: none;
    transform: skewX(25deg);
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.functionalities ul.breadcrumb i {
    position: relative;
    top: 0px;
    float: none;
    font-size: 18px;
    text-align: center;
}

.breadcrumb>li+li:before {
    content: " ";
    padding: 0 5px;
    color: #ccc;
}

.ho:hover {
    text-decoration: none !important;
    color: #000 !important;
}
 
 
#fh5co-primary-menu>li>.sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: -5px;
    top: 50%;
    margin-top: -7px;
    content: "\e922";
    color: #000;
}