﻿
html, body {
    margin: 0px !important;
    padding: 0px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'NeurialGrotesk-Regular', Arial, sans-serif;
}



@font-face {
    font-family: 'NeurialGrotesk-Regular';
    src: url('/fonts/NeurialGrotesk-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NeurialGrotesk-Bold';
    src: url('/fonts/NeurialGrotesk-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NeurialGrotesk-Medium';
    src: url('/fonts/NeurialGrotesk-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'NeurialGrotesk-Light';
    src: url('/fonts/NeurialGrotesk-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('/fonts/Poppins-ExtraLight.ttf') format('truetype');
}
.checkbox-size {
    width:24px !important;
    height:24px !important;
}
a {
    color: inherit !important;
    text-decoration: none !important;
}

.site-menu li a {
    font-family: "NeurialGrotesk-Medium", sans-serif;
}

#offcanvas_menu {
    width: 300px !important;
    max-width: 300px !important;
    background-image: url(/images/site-images/background.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#offcanvas_menu a {
    margin-top: 35px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
#offcanvas_menu a img {
    width:70%;
    height:auto;
}

#offcanvas_menu ul {
    background-color:transparent !important;
}

#offcanvas_menu ul li {
    background-color:transparent !important;
}

.owl-stage {
    padding: 0px !important;
}

#mdlContentEditing .modal-body {
    min-height: 500px;
}
.custom-field:hover {
    background-color: lightgreen;
    padding: 10px !important;
}

.bg-img-none {
    background-image: none !important;
}

a {
    text-decoration: none !important;
    color:white;
}

.row {
    margin: 0px !important;
}

.fs-7 {
    font-size:14px;
}
.fs-8 {
    font-size:12px;
}
.fs-9 {
    font-size:10px;
}

.site-header {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
}

.custom-rounded {
    border-radius:35px;
}

.custom-icon-size {
    width:24px;
    height:24px;
}

.detail-card {
    background-color:white;
    box-shadow: 8px 8px 33px #00000029;
    border-radius: 5px;
}

.our-team-card {
    position:relative;
    background-color: white;
    box-shadow: 8px 8px 33px #00000029;
}

.our-team-card > div {
    position:absolute;
    left:0px;
    bottom:0px;
}



.form-signin {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
    background-color: white !important;
}

    .form-signin form {
        box-sizing: border-box;
        display: block;
        margin-top: 0em;
    }

.login-body {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    height: 100% !important;
    align-items: center;
    display: flex;
    background-color: #f5f5f5;
}
/*#region Splash style */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fafafa;
    opacity: 0.75;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loadingtext {
    position: absolute;
    left: 50%;
    top: 72%;
    font-size: 14pt;
    width: 150px;
    font-weight: 500;
    margin: -75px 0 0 -75px;
}

.product-image {
    width:80% !important;
    height:auto !important;
    margin-left:auto !important;
    margin-right:auto !important;
}