/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.scroll-icon {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.footer-details .elementor-icon-list-icon svg.e-font-icon-svg.e-fas-arrow-right {
    transform: rotate(-45deg);
		transition: all .5s;
}
.footer-details .elementor-icon-list-item:hover svg.e-font-icon-svg.e-fas-arrow-right {
    transform: rotate(0deg) !important;
		transition: all .5s;
}

.light-btn svg.e-font-icon-svg.e-fas-arrow-right {
    background: #1F588D;
    border-radius: 50px;
    fill: #fff !important;
    color: #fff !important;
    height: 35px;
    width: 35px;
    padding: 9px;
    transform: rotate(-45deg);
    transition: .5s all;
}
.light-btn:hover svg.e-font-icon-svg.e-fas-arrow-right {
    transform: rotate(0deg);
    transition: .5s all;
}

.dark-btn svg.e-font-icon-svg.e-fas-arrow-right {
    background: #FFF;
    border-radius: 50px;
    fill: #1F588D !important;
    color: #1F588D !important;
    height: 35px;
    width: 35px;
    padding: 9px;
    transform: rotate(-45deg);
    transition: .5s all;
}
.dark-btn:hover svg.e-font-icon-svg.e-fas-arrow-right {
    transform: rotate(0deg);
    transition: .5s all;
}

@media (min-width: 1024px) {
.service-carousel .elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled.swiper-button-lock, .service-carousel .elementor-swiper-button.elementor-swiper-button-next.swiper-button-lock.swiper-button-disabled {
    display: none;
}
}
