/* Template Name: Bnker. - Banking and Loan HTML Templates
   Author: Acavo
   Version: 1.0.0
   Created: Nov 2021
   File Description: Icon Css file of the template
*/


/*======================================================
*
// 01 -- Line Awesome
// 02 -- Remix Icon
*
=======================================================*/
/*======================================

            01 -- Line awesome

=======================================*/

.la,
.las,
.lab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.la-angle-down:before {
    content: "\f107";
}

.la-angle-right:before {
    content: "\f105";
}

.la-caret-right:before {
    content: "\f0da";
}

.la-facebook-f:before {
    content: "\f39e";
}

.la-instagram:before {
    content: "\f16d";
}

.la-twitter:before {
    content: "\f099";
}

@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/la-brands-400.eot");
    src: url("../fonts/la-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg");
}

.lab {
    font-family: "Line Awesome Brands";
}

@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/la-regular-400.eot");
    src: url("../fonts/la-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg");
}

@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/la-solid-900.eot");
    src: url("../fonts/la-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg");
}


.la,
.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
}

.la.la-facebook-f {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
}

.la.la-facebook-f:before {
    content: "\f39e";
}

.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
}


/*======================================

            02 -- Remixicon

=======================================*/

/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
    font-family: "remixicon";
    src: url('../fonts/remixicondf6d.eot?t=1590207869815');
    /* IE9*/
    src: url('../fonts/remixicondf6d.eot?t=1590207869815#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url("../fonts/remixicondf6d.woff2?t=1590207869815") format("woff2"),
        url("../fonts/remixicondf6d.woff?t=1590207869815") format("woff"),
        url('../fonts/remixicondf6d.ttf?t=1590207869815') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../fonts/remixicondf6d.svg?t=1590207869815#remixicon') format('svg');
    /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"],
[class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-check-line:before {
    content: "\eb7b";
}

.ri-customer-service-2-line:before {
    content: "\ec0c";
}

.ri-mail-line:before {
    content: "\eef6";
}

.ri-phone-line:before {
    content: "\efec";
}

.ri-price-tag-2-fill:before {
    content: "\f020";
}

.ri-speed-fill:before {
    content: "\f176";
}

.ri-user-location-line:before {
    content: "\f266";
}

.ri-wallet-line:before {
    content: "\f2ae";
}
