﻿@font-face {
    font-family: MainFont;
    src: url('../Fonts/helveticaneuelt-arabic-55-roman.ttf');
}
html, body, p, span {
    font-family: MainFont;
    font-weight: 400;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, a, label {
    font-family: MainFont;
}
label {
width:150px;
}
    .more-btn {
    background-color: #bb8d04;
    color :white;
    padding :15px;
    border-radius :20px;
    margin-bottom:50px;
}
#topbar .contact-info ul {
    padding: 5px;
}
#hero h1 {
    line-height: 5rem;
}
#hero h2 {
    line-height: 5rem;
    font-size:30px;
}
.contact .info-box{
    height:150px;
}
.nav-menu a {
    font-family: MainFont;
    font-size :15px;
    font-weight :bold ;
}
.why-us .content h3 {
    font-size: 24px;
    text-align :justify;
}
.contact .info-box h3 {
    font-size: 18px;
}
#hero .btn-get-started {
    font-family: MainFont;
}
.section-title h2 {
    font-family: MainFont;
}

@media screen and (min-width: 600px) {
    .ShowOnMobile {
        display: none;
    }
    .HideOnMobile {
        display: initial;
    }
}

/* If screen size is 600px wide, or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .ShowOnMobile {
        display: initial;
    }
    .HideOnMobile {
        display: none;
    }
}
#hero .btn-get-started {
    display: initial;
    padding: 10px;
    padding-left: 30px;
}
#hero .btn-get-started scrollto {
    height: 50px;
}
#hero .get-started-icon {
    top: 6px;
    right: -7px;
    margin-left: -30px;
}
textformat{
   font-size:20px;
   line-height:8rem;
}
#hero{
    margin-bottom :0px;
}
@media (max-width: 1024px), (max-height: 768px){
    #hero {
        margin-bottom: 0px;
    }}
.services .icon-box{
    height:400px;
}
.Firstbanner {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 50px;
    border: 1px #d1d0d0 solid;
    padding: 10px 30px;
    background-color: #0072bc;
    color: white;
}
.Secondbanner {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 50px;
    border: 1px #d1d0d0 solid;
    padding: 10px 30px;
    background-color: #bb8d04;
    color: white;
    width: 100%;
    text-align: center;
}
.tabpane {
    min-height: 600px;
}
.LblPrivate {
    padding-left: 20px;
    padding-right: 20px;
    width :200px
}

section{
    padding :10px 0;
}

.page-banner-area {
    padding-bottom: 50px;
    padding-top: 50px;
}

.blog-details-desc .article-content .features-list li i {
    color: #ed0677;
}
.blog-details-desc .article-content .features-list li:hover i {
    background-color: #d1d0d0;
}
.optional-btn2 {
    display: inline-block;
    padding: 12px 35px;
    background-color: #009d9e;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    overflow: hidden;
}
.optional-btn2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #ed0677;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #0072bc;
}
.loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
           you can alter them as necessary for your use case and as per your preferences 
        */
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 123456;
    /* one way center the loading indicator inside */
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-panel-wrapper .loading-panel-overlay {
    background: gray;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.report-button-wrapper {
    width: 100%;
    text-align: center;
}
.loader-indicator {
    margin-left: 5px;
}
.register-form form .form-group label {
    font-size: 14px
}

.register-form form .form-group .form-control {
    height: 40px;
    width: 400px;
    padding: 15px;
    font-family: MainFont;
}
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header {
    background-color: #009d9e;
    color: white;
}
.blazored-toast {
    z-index: 750000;
}
.blazored-toast-container {
    z-index: 750000;
}
.validation-message {
    color: red;
    font-weight: 100;
    font-size:small;
    flex-flow:row;
}
#sidebar.active .sidebar-wrapper {
    right: 0;
}
.sidebar-wrapper .sidebar-header img {
    height: 10rem;
}
.sidebar-wrapper .menu .sidebar-link span {
    margin-right: 1rem;
}
#auth #auth-left .auth-logo img {
    height: 10rem;
}
#auth #auth-left .auth-title {
}
.register-form {
    max-width: 1200px;
    padding: 0px;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    margin-right: 40px;
    font-family: MainFont;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content {
    margin-right: 40px;
    font-family: MainFont;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
    margin-right: 40px;
    font-family: MainFont;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
    display: none;
}
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
    color: black;
}
.k-grid-header .k-header {
    background: #435ebe;
    color: White;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-weight: bold;
}
.PrivateWidth{
    width:200px;
}

#header{
    height:110px;
}
    #header .logo img {
        max-height: 80px;
    }
.nav-menu, .nav-menu *{
    padding-top : 4px;
}

@media (max-width: 700px) {
    .k-tabstrip-items {
        display: block;
    }
}
/*myLoaderContainer {
    width: 100vw;
    height: 100vh;
}
.my-mockup-layout {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-image: url("images/loader-container/LoaderContainer-MockupApp.svg");
}
    .my-mockup-layout .k-loader-container {
        z-index: 1;
    }*/
.e-input-group, .e-input-group.e-control-wrapper{
    width:40%;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100000;
}
.nav-menu > ul > li{
    padding :0;
    margin :0;
}
.nav-menu a {
 padding : 8px 11px
}

/*.k-calendar-header{
    padding:0px;
}
.k-animation-container {
    position: fixed; 
    margin-top: 0px;
}
.k-popup {
  
    position: relative;
    z-index: 40000;
    margin-top: 2px;
}
.k-input {
    height: 40px;
    font-family: MainFont;
}

.k-textbox {
    height: 40px;
    width: 400px;
}
.k-column-title {
    font-size: 12px;
}

.k-grid th, .k-grid td {
    font-size: 12px;
}

.nk-block-title, .page-title {
    font-size: 15px;
    font-family: MainFont;
}

.k-button-primary, .k-button.k-primary {
    background-color: #bb8d04;
    border-color: #bb8d04;
    border-radius: 20px;
}

.k-button {
    font-size: 12px;
    padding: 15px 30px;
    margin: 50px;
    border-radius: 20px;
}

    .k-button-primary:active, .k-button.k-primary:active, .k-button-primary.k-state-active, .k-state-active.k-button.k-primary {
        background-color: #bb8d04;
        border-color: #bb8d04;
    }
.k-tabstrip-items .k-item {
    color: white;
}

.k-tabstrip-items {
    color: white;
    background-color: #bb8d04;
}

    .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
        color: black;
        background-color: white;
    }

.k-tabstrip-top > .k-tabstrip-items .k-item {
    height: 70px;
}
.k-tabstrip > .k-content {
    padding: 5px;
}
.k-textarea {
    width: 300px;
    height: 120px;
}*/