

 

.jost-custom {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.montserrat-semibold600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
html {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
/*html {
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}*/
.navbar{
    margin-bottom:0 !important;
}
.wrapper {
    width: 80%;
    margin: 0 auto;
}

.item-width-empty {
    width: 40px;
}

.logo {
    padding: 0 20px 0 40px;
    width: 350px;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.brand-title {
    font-size: 1rem;
}

.loader {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        background: #FF3D00;
        width: 6px;
        height: 6px;
        transform: translate(150%, 150%);
        border-radius: 50%;
    }

    .loader::before {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        transform: translate(-150%, -150%);
    }
.dropdown-menu a {
    color: #121212 !important;
    font-size:1.4rem;
}
.navbar-nav li {
    color: #121212 !important;
    font-size: 1.4rem;
}
.root-mark{
    font-size:1.1rem;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 140px;
        padding: 0 20px 0 20px;
    }

    form {
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
    }
    h4{
        font-size:1rem;
    }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
.font-input{
    font-size:1.4rem;
}
body {
    /* margin-bottom: 60px;*/
    /* background-repeat:repeat;
 background-image:url("../images/3412801.jpg");*/
    overflow-x: hidden;
}
 
.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.min-height-80vh{
    min-height:100vh;
}
.margin-top-custom{
    margin-top:100px;
}


