@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Rowdies:wght@300&display=swap');

html {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666666;
    height: calc(100% - 70px);
}

#main_frame {
    height: auto;
    margin-top: 70px;
}

.wrapper {
    padding: 15px;
    min-height: 700px;
}


li.nav-item {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5px;
}

.nav-item.active {
    background: #eeeeee;
}

.nav-item.active .nav-link {
    color: #22b0ff !important;
}

.nav-item.nav-element:hover {
    color: #22b0ff !important;
    background: #eeeeee;
}

.btn-group:hover .dropdown-menu {
    display: block;
}

.btn-group .dropdown-menu {
    top: 30px;
}

.btn-group .dropdown-item:focus {
    background-color: #CCC;
}

iframe {
    width: 100%;
}

.navbar .nav-link {
    border-radius: 5px;
    margin: 0 5px 0 5px;
    padding: 8px 15px 8px 15px;
    font-weight: bold;
    font-size: 14px;
}

#side_nav.active {
    display: block;
}

#side_nav {
    display: none;
    width: 25%;
    padding: 0 15px 0 0;
}

#content_body.max {
    width: 100%;
    padding: 0 15px 0 15px;
}

#content_body {
    width: 75%;
}

/* #content {
    padding: 75px 0 0 0;
} */
.wrapper[data-ws="latestnews"] {
    max-width: 1440px;
}

#home_body .row-cols-2.row-cols-sm-4 {
    padding: 11px
}

.service-img {
    display: block;
    margin-bottom: 10px;
}

.os-vtable {
    padding: 0 0 0 15px;
}

#tag_filter_list {
    overflow: auto;
    padding-bottom: 15px;
}

#selected_tag_list {
    display: flex;
    flex-direction: column;
}

#selected_tag_list .tag-element:first-child {
    border-radius: 5px 5px 0 0;
}

#selected_tag_list .tag-element:last-child {
    border-radius: 0 0 5px 5px;
}

#selected_tag_list .tag-element:hover {
    color: #22b0ff;
}

#selected_tag_list .tag-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    text-decoration: none;
}

#tag_filter_list .tag-filter-element {
    list-style: none;
}

#tag_filter_list .tag-filter-element::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 450;
    content: "\f0c8";
    margin-right: 10px;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.3);
}

#tag_filter_list .tag-filter-element:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c8";
    margin-right: 10px;
    font-size: 0.85rem;
}

#tag_filter_list .tag-filter-element.selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f14a";
    margin-right: 10px;
    font-size: 0.85rem;
    color: #22b0ff;
}

#career_body .career-location {
    margin-top: 10px;
    margin-bottom: 10px;
}

#career_body .career-title {
    margin-bottom: 15px;
}

#career_body .career-level {
    color: #959595;
}

#career_body .row.px-3 {
    font-size: 14px;
}

#career_body .col-4 {
    font-weight: bold;
}

#career_body .career-type::before {
    font-family: 'Font Awesome 5 Free';
    color: #222222;
    content: "\f017";
    margin-right: 5px;
}

.lang-bar-2 {
    text-align: center;
    margin: 5px;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 5px;
}

.lang-bar-2 .dropdown-item.selected {
    background-color: #22b0ff;
    color: #FFFFFF;
    border-radius: 5px;
}

.lang-bar-2 .dropdown-item:hover,
.lang-bar-2 .dropdown-item:focus {
    border-radius: 5px;
}

#change_lang:focus {
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}

.head-banner img {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 15px;
}

.service-img img {
    max-width: 100%;
    height: auto !important;
}

.sidebar-element a {
    text-decoration: none;
    display: block;
    color: #707070;
    cursor: pointer;
    font-size: 13px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#services_body ul li a {
    font-size: 15px;
}

.sidebar-element a:hover {
    color: black;
    border-radius: 4px;
}

.element-child.active {
    color: #22b0ff;
}

li.page-item a {
    color: #666666;
}

li.page-item a:hover {
    color: #666666;
}

li.page-item.active .page-link {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #22b0ff;
}

.page-item.disabled {
    cursor: not-allowed;
}

#branch_info_bar,
#category_bar {
    display: flex;
    color: #888888;
    cursor: pointer;
    font-size: 12px;
}

.branch-box {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0 10px 15px 10px;
    border: 1px solid white;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 6px;
}

.branch-box .fa-map-pin {
    position: absolute;
    right: 0.5rem;
    top: -0.875rem;
    transform: rotate(40deg);
}

.branch-box.selected {
    border: 1px solid #dc3545;
    color: #dc3545;
}

.branch-box:hover {
    border: 1px solid #fa7280;
    color: #fa7280;
}

.branch-info p {
    margin: 5px;
}

#about_body span.sub-title {
    font-size: 16px;
}

#about_body span.sub-para {
    font-size: 12px;
    color: #666666;
}

ul.list-group.download-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
    color: #4ad295;
    margin-right: 1em;
    /* same as padding-left set on li */
    display: inline-block;
}

a {
    color: #666666;
}

.branch-info p {
    font-size: 10px;
}

.product-list {
    cursor: pointer;
    text-align: center;
}

.product-description {
    overflow-x: auto !important;
}

.product-list .card-body {
    min-height: 185px;
    padding: 0;
}

#photo_body .card-body {
    height: 185px;
}

#photo_body .card-footer {
    min-height: 80px;
}

#product_body .card-body {
    height: 185px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    background-size: cover;
}

#product_body .card-footer {
    min-height: 50px;
}

.red-banner {
    background-color: red;
    color: white;
    max-width: 600px;
}

.photo-grid img {
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.red-banner a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.tag-parent {
    list-style: none;
}

.href-tag {
    display: block;
    text-decoration: none;
    background-color: #ddd;
    padding: 5px 10px;
    margin: 5px;
}

.href-tag:hover {
    text-decoration: none;
    background-color: #D21921;
    color: white;
}

ol.breadcrumb li a {
    color: #007bff;
}

#whatsapp-float-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(29, 176, 9);
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    font-size: 25px;
    border-radius: 50%;
}

#whatsapp-float-icon a {
    padding: 3px 0 0 1px;
    color: #fff;
}

#fixed_app_bar {
    display: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #222222;
    color: rgb(30, 215, 96);
    z-index: 999;
    bottom: 0;;
    position: fixed;
    right: 100px;
}

#subs_news {
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #D21921;
    z-index: 999;
    bottom: 0;;
    position: fixed;
    left: 20px;
}

#subs_news span {
    color: #ffffff;
}

.listTypeF {
    width: 100% !important;
}

.tableWrap {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
}

.news-desc {
    overflow-x: auto !important;
}

.product-card .product-title {
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*display: inline-block;*/
    color: #000000;
    word-break: break-word;
}

.product-card {
    /*width: 185px;*/
    height: 100%;
    margin: 0 !important;
    border-radius: 0;
    /*margin: 0 auto;*/
}

.product-card:hover {
    /* border: solid 1px #acacac !important; */
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.3)*/
    /*border-color: #009EF7;*/
}

.product-card .card-body {
    padding: 0;
    margin: auto;
}

.product-card .card-body .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.product-card .card-body .product-img {
    height: 200px;
    vertical-align: middle;
    text-align: center;
    /*display: table-cell;*/
    background-color: #f6f6f6;
}

.variant-table td {
    padding: 5px;
}

.variant-table .v-option {
    border: 1px solid #CCC;
    padding: 4px 8px 4px 8px;
    margin: 3px 0 3px 10px;
    display: inline-block;
}

.tag-item {
    padding: 5px 15px 5px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
}

.tag-item:hover {
    background-color: #e0e0e0;
    text-decoration: none;
    color: black;
}

.img-fluid.os-img {
    width: 100%;
    height: 448px;
    object-fit: contain;
}

#main_site_btn {
    background-color: #d71d28;
    color: #ffffff;
    /*width: 150px;*/
    margin-left: auto;
}

#main_site_btn:hover {
    filter: grayscale(0.2);
    color: #ffffff !important;
}

#mobile_main_site_frame {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 2100;
}

#toTop_frame {
    display: none;
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    font-size: 40px;
    justify-content: center;
    opacity: 0.5;
    z-index: 2100;
}

#mobile_main_site_frame #mobile_main_site_btn {
    align-self: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: aquamarine;
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#mobile_main_site_frame #mobile_main_site_btn .fa-home {
    font-size: 24px;
    margin-top: auto;
    margin-bottom: auto;
}

#sidebar_element_parent {
    display: block;
}

@media only screen and (max-width: 992px) {
    ul.navbar-nav {
        margin-top: 15px
    }

    .mobile-category-bar {
        display: flex;
    }

    .number-page {
        display: none;
    }

    #mobile_main_site_frame {
        display: flex;
    }

    #toTop_frame.active {
        display: flex;
    }

    #main_site_frame {
        display: none;
    }

    .os-vtable {
        padding: 15px 0 15px 0;
    }

    #side_nav {
        width: 100%;
        padding: 0 15px 0 15px;
        margin-top: 1rem;
    }

    #content_body {
        width: 100%;
    }

    .listTypeF {
        width: 100% !important;
    }

    .tableWrap {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #fixed_app_bar {
        display: block;
    }

    .fb-plugin iframe {
        width: 500px;
    }

    .enquiry_form {
        width: 70%;
    }

    #branch_info_bar {
        display: none;
    }

    .branch-info {
        display: block !important;
    }

    #contact_body form {
        max-width: 400px;
    }
}

.youtube-cover {
    cursor: pointer;
    /* -webkit-background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.yvideo-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: black;
}

.yvideo-container iframe,
.yvideo-container object,
.yvideo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .yvideo-container .play-btn {
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.play-button {
    background: #505050;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    height: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
}

.play-button::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play-button::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    width: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
}

.yvideo-container:hover .play-button {
    background: #D21921;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    cursor: pointer;
    margin: 5px;
    padding: 3px;
    border-radius: 0;
    border: none;
}

#sidebarCollapse:focus {
    outline: 0;
}

#sidebarCollapse span {
    width: 80%;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: gray;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(3px, 3px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.gallery {
    overflow: hidden;
    overflow-x: auto;
    margin-top: 15px;
    display: block;
    text-align: justify;
    clear: both;
    width: 100%;
}

.gallery * {
    margin: 0 !important;
}

.gallery img {
    align-content: center;
}

.page-title {
    font-family: Copperplate, Monospace, serif;
    font-size: 24px;
    margin-top: 0;
    padding: 0 0 5px 0;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.sidebar-element .category.active,
.sidebar-element .lvl2-li > .element-child[aria-expanded="true"],
.sidebar-element .tag-title[aria-expanded="true"] {
    color: #22b0ff;
}

.sidebar-element a[aria-expanded="true"] span.toggle-icon::after {
    transform: rotate(90deg);
}

span.toggle-icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bolder;
    display: block;
    transition: transform .2s;
    padding: 0;
}

.size-in-h2 {
    font-size: 14px;
    text-shadow: none;
    padding: 0;
}

/** Search bar */
#search_form input {
    border-radius: .25em 0 0 .25em;
}

.latest-service-bg,
.latest-news-bg {
    background-color: #f3f7ff;
}

.tag-badge:hover .fa-tags {
    color: #22b0ff;
}

.comma:not(:empty) ~ .comma:not(:empty):before {
    content: ", ";
}

.latest-new .news-box {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    position: relative;
    visibility: visible;
}

.latest-new .news-box .img-frame {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #efefef;
}

.latest-new .news-box .img-frame.small {
    height: 150px;
}

.latest-new .news-box .img-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.latest-new .news-box .news-box-content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    top: -63px;
    padding: 29px 20px 20px 31px;
    background-color: #fff9f9;
    border-radius: 6px;
    border: 1px solid #efefef;
}

.latest-news-detail .date {
    font-style: italic;
    float: right;
    opacity: .7;
    position: relative;
}

.latest-news-detail .date::before {
    content: "";
    position: absolute;
    top: 55%;
    width: 20px;
    background-color: #000;
    opacity: .7;
    height: 1px;
    right: 100%;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.breadcrumb {
    border-radius: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background-color: #f6f6f6;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bolder;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.3);
}

.category-bar {
    display: unset;
}

.mobile-category-bar {
    display: none;
    cursor: pointer;
}


.mobile-category-bar .fa-minus {
    display: none;
}

.mobile-category-bar.active .fa-minus {
    display: unset;
}

.mobile-category-bar.active .fa-plus {
    display: none;
}

.custom-border-radius {
    border-radius: 6px;
}

@media all and (max-width: 992px) {
    .category-bar {
        display: none;
    }

    #side_nav {
        padding: 0;
    }

    .mobile-category-bar {
        display: flex;
        padding-bottom: 15px;
    }

    #sidebar_element_parent.active {
        display: block;
    }

    #sidebar_element_parent {
        display: none;
    }
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-list-item {
    border: 1px solid #fff;
}

.video_box {
    position: relative;
    opacity: 1
}

.video-box:hover img {
    transform: scale(1.2);
    filter: brightness(50%)
}

.video-box:hover .video-info {
    visibility: visible
}

.video-box .video-img-frame {
    width: 100%;
    height: 150px;
    overflow: hidden
}

.video-box .video-img-frame img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: linear .4s
}

.video-box .video-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
}

.video-box .video-info p {
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
    width: 80%;
    text-align: center
}

.effect {
    opacity: 1;
    animation: slide-in-elliptic-bottom-fwd .4s cubic-bezier(.25, .46, .45, .94) both
}


.service_category .service_box {
    position: relative;
    width: 100%;
    padding-top: 54.25%;
    overflow: hidden;
    height: 0;
    margin-bottom: 10px
}

.service_category .service_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover
}

.service_category .service_box .text_area {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.service_category .service_box .text_area .sub_title {
    transition: .3s ease .2s;
    animation: .3s opacity0to1
}

.service_category .service_box .text_area .title {
    transition: all .3s ease-in-out;
    animation: .3s opacity0to1
}

.service_category .service_box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .5;
    transition: all .3s ease-in-out
}

.service_category .service_box:hover .text_area .sub_title, .service_category .service_box:hover .text_area .title {
    margin-bottom: 0;
    opacity: 1
}

.service_category .service_box:hover span {
    opacity: .2
}

@media only screen and (max-width: 992px) {
    .service_category .service_box .text_area .sub_title, .service_category .service_box .text_area .title {
        margin-bottom: 0;
        opacity: 1
    }

    .service_category .service_box span {
        opacity: .2
    }
}

@media only screen and (max-width: 768px) {
    .company-info-footer {
        padding: 0 15px 0 15px;
    }

    .onesync-mainsite {
        text-align: right;
    }
}

.badge-custom {
    cursor: pointer;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    color: #22b0ff;
    border: 1px solid #22b0ff;
}

.badge-custom:hover {
    background-color: #22b0ff;
    color: #ffffff;
}

.gallerycategory .img_frame {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.gallerycategory .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: linear .4s
}

.gallerycategory .img_frame .more {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.gallerycategory .img_frame .more p {
    align-self: flex-end;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 25px;
    margin: 5px
}

.gallerycategory .img_frame:hover img {
    transform: scale(1.1) translate(-50%, -50%);
    transform-origin: 30% 25%
}

.gallerycategory .img_frame:hover .more {
    background-color: rgba(0, 0, 0, .3)
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    top: 82vh;
    width: 55px;
    height: 55px;
    margin: 15px;
    cursor: pointer;
    color: #ffffff;
    background-color: #25D366;
}

.contact-box:hover {
    color: #ffffff;
}

#badge_box {
    width: 100%;
}

#badge_box .fa-2x {
    font-size: 1.5em !important;
}

.share-social-badge#facebook .fa-circle {
    color: #4267B2;
}

.share-social-badge#twitter .fa-circle {
    color: #1DA1F2;
}

.share-social-badge#tumblr .fa-circle {
    color: #34526f;
}

.share-social-badge#blogger .fa-circle {
    color: #fc4f08;
}

.share-social-badge#wordpress .fa-circle {
    color: #21759b;
}

.share-social-badge#linkedin .fa-circle {
    color: #0072b1;
}

.share-social-badge#youtube_channel .fa-circle {
    color: #FF0000;
}

.share-social-badge#tiktok .fa-circle {
    color: #dedede;
}

.share-social-badge#tiktok .fa-tiktok {
    color: #111111 !important;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4) !important;
}

.share-social-badge#instagram .fa-circle {
    color: #9c47fc;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.svg-inline--fa.fa-stack-2x {
    height: unset;
    width: unset;
}