/* 
    Created on : 08-DEC-2020 : 10:52
    Author     : Marcus Iremonger
    Version    : 1.0.0
    URL:       : https://www.damteq.co.uk
    NOTE       : USE THIS CSS FILE IF YOU NEED TO OVERRIDE SOMETHING BUT DONT HAVE
                 ACCESS TO SCSS OR KNOW HOW TO USE IT.
*/

/*Adds envelope style effect here*/
.home h1{
    visibility:hidden;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {text-align:center!important;}


/* SITE WIDE STYLING */ /* SITE WIDE STYLING */ /* SITE WIDE STYLING */

/* Hightlighting Words */


.alternative h2 span {
	color: var(--e-global-color-secondary);
}

h1 span {
	color: var(--e-global-color-primary);
}

h2 span {
	color: var(--e-global-color-primary);
}

/* Blue Gradient Button Animation */

.blue-gradient-button .elementor-button-link.elementor-button.elementor-size-sm {
        background: linear-gradient(29deg, #057db7,#38ACE3, #057DB7);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* Country Slider */



#countryslider .slick-current .jet-carousel__item-inner .jet-carousel__content h5 {color: var(--e-global-color-primary)!important;}