﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }


#toast-container > .customer-info {
    background-image: linear-gradient(#00aeff, white);
    background-color: transparent;
    font-size: 12px;
    color: black;
    font-weight:bold; 
    font-family: 'Segoe UI';
    left: 0;
}

#toast-container > .error_customer-info {
    background-image: linear-gradient(#f3685a, white);
    background-color: red;
    color: black;
    font-size: 20px;
    font-family: Arial;
}

/* this will set the toastr style */
.toast-custom {
    background-color: purple;
}


.animate-charcter {
    background-image: linear-gradient( -25deg, #0DA9D9 55%, #fff899 29%, #fff800 27%, Black  100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;

    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 10s linear infinite;
    display: inline-block;
    font-size:40px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.animate-charcter_mob {
    background-image: linear-gradient( -25deg, #0DA9D9 55%, #fff899 29%, #fff800 27%, Black 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 10s linear infinite;
    display: inline-block;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

body {
    margin: 0;
}

.navbar_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 9999999999 !important;
    overflow: hidden;
    min-width:fit-content;
}

    .navbar_bottom a {

        display: block;
        color: green;
        text-align: center;
        text-decoration: none;
    }

.navbar {
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    height:100px;
    width: 100%;
    z-index: 9999999999 !important;
}

    .navbar a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        text-decoration: none;
        font-family: Calibri Light;
    }

.main {
    margin-top: 100px;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
}


.ModalPopupBG {
    background-color:gainsboro;
    filter: alpha(opacity=2);
    opacity: 0.5;
    border: 10px solid white;
    border-style: ridge;
}


/*************************************************/
/**************** popup **************************/
/************************************************/

.hover_bkgr_fricc_unite, .hover_bkgr_fricc_empower, .hover_bkgr_fricc_teach, .hover_bkgr_fricc_support, .hover_bkgr_kajal {
    background: rgba(0,0,0,.1);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc_unite, .hover_bkgr_fricc_empower, .hover_bkgr_fricc_teach, .hover_bkgr_fricc_support, .hover_bkgr_kajal {
    animation: blowUpModal 1.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

    .hover_bkgr_fricc_unite .helper_unite, .hover_bkgr_fricc_empower .helper_empower, .hover_bkgr_fricc_teach .helper_teach, .hover_bkgr_fricc_support .helper_support, .hover_bkgr_kajal .helper_kajal {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }


    .hover_bkgr_fricc_unite p, .hover_bkgr_fricc_empower, .hover_bkgr_fricc_teach, .hover_bkgr_fricc_support, .hover_bkgr_kajal p {
        font-size: 20px;
        font-family: 'Century Gothic';
    }


        .hover_bkgr_fricc_empower > div, .hover_bkgr_fricc_unite > div, .hover_bkgr_fricc_teach > div, .hover_bkgr_fricc_support > div, .hover_bkgr_kajal > div {
            background-image: linear-gradient(#347ADB, white);
            box-shadow: 10px 10px 60px #555;
            display: inline-block;
            height: auto;
            /*        max-width: 551px;
        */ max-width: 600px;
            min-height: 100px;
            vertical-align: middle;
            width: 60%;
            position: relative;
            border-radius: 8px;
            padding: 15px 5%;
        }

.popupCloseButton_unite, .popupCloseButton_empower, .popupCloseButton_teach, .popupCloseButton_support, .popupCloseButton_kajal {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton_unite:hover, .popupCloseButton_empower:hover, .popupCloseButton_teach:hover, popupCloseButton_support:hover, popupCloseButton_kajal:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc_unite, .trigger_popup_fricc_empower, .trigger_popup_fricc_teach, .trigger_popup_fricc_support, trigger_popup_kajal {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


.headlines{
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    font-size: 30px;
    font-family: Verdana;
    text-shadow: 2px 2px #9F9F9F;
}

.headlines2 {
    font-size: x-large;
    color:black;
    font-family: 'Segoe UI';
}

.main_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 3.0rem;*/
    height: 38px;
}

.sm_modalBackground {
    height: 100%;
    background-color:gainsboro;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.popup_video {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}


.main_tp_r {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 24px;
    height: 24px;
}

.main_tp_m {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 24px;
    height: 24px;
}


.mobi_tp_r {
    position: fixed;
    display: inline-block;
    right: 5px;
    bottom: 50px;
    width: 20px;
    height: 20px
}

.mobi_tp_m {
    position: fixed;
    display: inline-block;
    right: 5px;
    bottom: 80px;
    width:20px;
    height:20px
}

/* Tooltip text */
.main_tooltip_r .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    right: 150px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Tooltip text */
.tooltip_main_contact .main_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    right: 50px;
    bottom: 500;
    z-index: 1;
}

