a,
.navbar-nav > li > a:before,
.specialism-col .specialism-content:after,
.specialism-col .specialism-content .arrow,
.featured-block .featured-cols .featured-content:after,
.featured-block .featured-content:before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.navbar-nav > li > .dropdown-menu {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 991px) {
    .dropdown-menu,
    .navbar-nav > li > .dropdown-menu {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
}