
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: -webkit-calc(22/13);
    line-height: -moz-calc(22/13);
    line-height: calc(22/13);
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.h3, h3 {
    font-size: 1.30rem;
    text-transform: uppercase;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
    cursor: pointer;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
    position: relative;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin: 0;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
@font-face {
    font-family: "Open Sans";
    font-display: auto;
url('https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff');
}
a {
    text-decoration: none;
    outline: 0;
    color: unset;
}
a:visited {

}
a:hover, a:focus, a:active {
    color: unset;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/main/dashboards/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/*.menu-wrapper{
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
    position: relative;
    z-index: 1050;
}*/
.menu-wrapper{
    width: 100%;
    padding: 0;
    background-color: #FCFCFC;
    position: relative;
    z-index: 1050;
}
.navbar-inverse{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.navbar{
    padding: 0 !important;
}
.navbar li a{
    color: #555555;
    text-decoration: none;
    font-size: 15px;
 }
.navbar .navbar-collapse > ul > li {
    padding: 10px;
}
.navbar-brand img{
    padding: 5px 5px;
}
a.langpost{
    color: #696969;
}
a.langpost span{
    width: 100%;
    text-align: center;
    display: block;
}
.dropdown-menu{
    left: unset !important;
    margin: .125rem auto 0 !important;
    min-width: 50px;
}
.modal-open {
    padding-right: 0!important;
}
@media (min-width: 576px){

#SignUp .modal-dialog {
        max-width: 500px;
        margin: 10.75rem auto;
    }
}

#SignUp ul{
    margin: 0;
}
#SignUp .modal-content {
    position: relative;
    border: none;
}
#SignUp .modal-body{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#SignUp ul li{
    width: 50%;
    text-align: center;

}
#SignUp ul li.inactive a{
    background-color: #fff;
}
#SignUp ul li a{
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: lightgrey;
    outline: none;
}
#SignUp ul li a:visited {
     color: royalblue;
}
#SignUp ul li a:active {
    color: royalblue;
}
#SignUp ul li a:focus {
    color: royalblue;
}
#SignUp ul li a:hover{
     color: #34b2c4;
 }
#SignUp ul li.inactive a:hover{
    text-decoration: none;
    color: royalblue;
}
#SignUp ul li:not(.inactive) a:hover{
    text-decoration: none;
    color: #34b2c4;
}
#SignUp .nav-tabs {
    border: none;
}
#SignUp .tab-pane{
    padding-top: 20px;
    padding-bottom: 20px;
}
#SignUp .row{
    margin-bottom: 20px;
}
#SignUp input{
    text-align: center;
}
canvas {
    background:
            linear-gradient(
                    hsl(200, 50%, 60%) 0%,
                    hsl(200, 30%, 95%) 75%)
;
    display: block;
}
.breadcrumb {

    margin: 0 auto;
    background: transparent;
    text-transform: uppercase;
    font-size: 17px;
    color: #34b2c4;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0,0,0,1);
    text-align: center;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    z-index: 2;

}
.cover{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    min-height: 300px;
    z-index: 1;
    left: 0;
    width: 100%;
    pointer-events: none
}
.breadcrumbs-holder{
    position: relative;
}
.profile-img{
    border-radius: 50%;
    height: 30px;
    vertical-align: middle;
    max-width: 35px;
    cursor: pointer;
}
a.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0.01em;
    content: "";
    border-top: .5em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.topmenu-auth-icon{
    margin-right: 10px;
}
.dropdown-item a{
    font-size: 13px !important;
}
.login-loader{
    display: none;
}
.btn-ui-close{
    position: absolute;
    top: -40px;
    right: -40px;
    border-radius: 50%;
    background: white;
    border: none;
    padding-left: 14px;
    padding-top: 8px;
    padding-right: 14px;
}
.btn-ui-close:hover, .btn-ui-close:focus, .btn-ui-close:active{
    background: white;
}
.btn-action {
    background-color: white;
    border: 2px solid rgba(100,100,100,.5);
}
#SignUp .modal-footer {
    height: 0!important;
    padding: 0;
    border: 0;
}
#do_login{
    /*padding: 5px;*/
}
.forgot_password{
    padding-top: 10px;
}
.forgot_password:visited, .forgot_password:hover, .forgot_password:focus{
    color: #0056b3;
    outline: none;
    text-decoration: none;
}
.hidden{
    display: none;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
    margin-right: 5px;
    margin-top: -2px;
}

.check.disabled {
    color: #AAA;
}

.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("../img/icheck/grey.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}

.icheckbox_minimal-grey.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-grey.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-grey.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-grey.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-grey {
    background-position: -100px 0;
}

.iradio_minimal-grey.hover {
    background-position: -120px 0;
}

.iradio_minimal-grey.checked {
    background-position: -140px 0;
}

.iradio_minimal-grey.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-grey.checked.disabled {
    background-position: -180px 0;
}
/* Sliders */

.carousel-control-next, .carousel-control-prev{
    height: 60px;
    width: auto;
    background: rgba(0,0,0,0.4);
    padding: 0 5px;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    background: rgba(0,0,0,0.8);
}
.carousel-control-next span, .carousel-control-prev span{
    color: #fff;
}
.carousel-caption{
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(255,255,255,0));
}
.carousel-caption h5,
.carousel-caption p{
    color: #fff;
}
.ms-button-slider .carousel-control-next, .ms-button-slider .carousel-control-prev{
    position: relative;
    height: auto;
    width: 60px;
    margin: 1rem 0.5rem 0 0.5rem;
    display: inline-block;
    padding: 5px;
    background: #878793;
    border-radius: 5px;
}
.ms-button-slider .carousel-control-next:hover, .ms-button-slider .carousel-control-prev:hover{
    background: #75757c;
}
.ms-carousel-buttons{
    text-align: center;
}
.ms-indicator-slider .carousel-indicators{
    position: relative;
    margin: 2rem 15% 1rem 15%;
    bottom: auto;
}
.ms-indicator-slider .carousel-indicators li{
    background: #445cc8;
}
.ms-indicator-slider .carousel-indicators li:not(.active){
    opacity: 0.6;
    width: 20px;
}
.ms-dotted-indicator-slider .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.ms-dotted-indicator-slider .carousel-indicators li:not(.active){
    background: transparent;
    border: 1px solid #fff;
}
.ms-image-slider .carousel-indicators{
    margin: 2% 0 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    padding: 1rem 0;
}
.ms-image-slider .carousel-indicators li{
    width: 100px;
    height: auto;
}
.ms-image-slider .carousel-indicators li.active img{
    border: 1px solid #fff;
}
.ms-image-slider .carousel-indicators li:not(.active) img{
    opacity: 0.7;
}
.ms-swipe-slider .carousel-inner{
    display: flex;
}
.ms-swipe-slider .carousel-item{
    display: block;
    flex: 0 1 auto;
    margin: 0 1rem 0 0;
}
.ms-swipe-slider .carousel-item:last-child{
    margin: 0;
}

/* MODALS */
.modal-content{
     border: 0;
     -webkit-box-shadow: 0 1px 24px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 1px 24px rgba(0,0,0,0.1);
     box-shadow: 0 1px 24px rgba(0,0,0,0.1);
 }
.modal-open .modal{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.close,
.close:focus{
    outline: none;
    opacity: 1;
    text-shadow: none;
}
.close span{
    text-shadow: none;
}
.modal-header.bg-secondary .close span{
    color: #fff;
}
.modal-title.has-icon i{
    margin-right: 10px;
}
.modal-title.has-icon.ms-icon-round i{
    width: 35px;
    height: 35px;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
}
.modal-notice{
    flex: 1 1 auto;
}
.modal-notice a{
    color: #878793;
}
.modal-body p:last-child{
    margin: 0;
}
.modal-min .modal-body{
    padding: 3rem 2rem;
}
.modal-min .modal-body .close{
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.modal-min .modal-body i::before{
    font-size: 60px;
    color: #357ffa;
}
.modal-min .ms-form-group.has-icon i,
.modal-max .ms-form-group.has-icon i{
    top: 10px;
    color: #878793;
    font-size: 18px;
}
.modal-max .ms-list .ms-list-item{
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.modal-max .ms-list-item i::before{
    font-size: 30px;
}
/* Default Login and Signup */
.ms-content-wrapper.ms-auth{
    padding: 0;
    background-color: #fff;
    height: 100vh;
}
.ms-auth-container{
    display: flex;
}
.ms-auth-col{
    flex: 1 1 auto;
    height: 100vh;
}
.ms-auth-bg{
    position: relative;
    height: 100%;
    background-image: url('/assets/main/landing/img/backgrounds/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ms-auth-form{
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
}
.ms-auth-form form{

}
.ms-auth-form .btn-social-login span{
    width: 150px;
    display: inline-block;
    text-align: left;
}
.ms-auth-form .btn-social-login img{
    width: 20px;
    margin-right: 15px;
}
.ms-auth-form .btn-social-login{
    background-color: #f6f6f6;
}

/* Modal Login and Signup */
.modal-auth.modal-dialog{
    max-width: 95%;
}
.modal-auth .modal-content{
    height: auto;
}
.modal-auth .modal-body{
    padding: 0;
    overflow: hidden;
}
.modal-auth .modal-content{
    border-radius: 0;
}
.modal-auth .close{
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 2;
    background-color: #3a3952;
    opacity: 1;
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 50%;
}

.modal-auth .close span{
    position: absolute;
    bottom: 13px;
    left: 20px;
    color: #fff;
}
.modal-auth .ms-auth-col{
    height: auto;
}
.modal-auth .ms-auth-form{
    padding: 3rem 1rem;
}
.modal-auth .ms-auth-bg{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-auth .ms-auth-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 127, 250, 0);
    z-index: -1;
}
.ms-auth-slider{
    background-color: rgba(0,0,0, 0.4);
    text-align: center;
    width: 50%;
}
.ms-auth-slider h1{
    margin-bottom: 1rem;
    font-size: 28px;
}
.ms-auth-slider h1,
.ms-auth-slider p{
    color: #fff;
}
.modal-auth .ms-indicator-slider .carousel-indicators li{
    background: #fff;
}

/* Lock screen */
.ms-lock-screen{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://via.placeholder.com/1920x1080');
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.ms-lock-screen-user{
    width: 150px;
    margin-bottom: 2rem;
}
.ms-lock-screen .ms-content-wrapper{
    text-align: center;
    width: 500px;
}
.ms-lock-screen .ms-content-wrapper h1{
    color: #fff;
    margin-bottom: 2rem;
}
.ms-lock-screen input.ms-form-input{
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 5px;
    width: 100%;
}
.ms-lock-screen input.ms-form-input:focus{
    background: transparent;
}
.ms-lock-screen input.ms-form-input + i{
    color: #fff;
    top: 15px;
    font-size: 16px;
}
.ms-lock-screen input.ms-form-input::placeholder {
    color: #fff !important;
    opacity: 1;
}
.ms-lock-screen input.ms-form-input:-ms-input-placeholder {
    color: #fff !important;
}
.ms-lock-screen-nav{
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 150px;
    background-color: rgba(255,255,255,0.3);
    z-index: 20;
    padding: 1rem 0;
    border-radius: 25px;
}
.ms-lock-screen-nav li.ms-nav-item{
    padding: 0 1rem;
}
.ms-lock-screen-nav .ms-nav-item > a i{
    color: #fff;
    font-size: 20px;
}
.ms-lock-screen-nav .dropdown-menu{
    width: 300px;
}
.ms-lock-screen-weather{
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 3;
}
.ms-lock-screen-weather p{
    color: #fff;
    font-size: 1.3rem;
}
.ms-lock-screen-weather p:first-child{
    font-size: 4rem;
}
.ms-lock-screen-time{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 2;
}
.ms-lock-screen-time p{
    color: #fff;
    font-size: 1.3rem;
}
.ms-lock-screen-time p:first-child{
    font-size: 6rem;
    line-height: 5rem;
}
/* CHECKBOXES */
.ms-checkbox-wrap{
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"],
.ms-checkbox-wrap input[type="radio"]{
    position: absolute;
    top: 4px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    width: 18px;
    height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before{
    position: absolute;
    top: 4px;
    left: 0
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #e0e0ef;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.ms-checkbox-wrap input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::before{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #357ffa;
    background: #357ffa;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::before{
    border-radius: 50%;
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::after{
    content: "\e5ca";
    transition: all 0s;
    -webkit-transition: all 250ms;
    transition-duration: 250ms;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    opacity: 0;
    font-size: .5625rem;
    color: #fff;
    text-align: center;
    width: 18px;
    line-height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"]:checked + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::after{
    opacity: 1;
}
.ms-checkbox-wrap input[type="checkbox"]:disabled,
.ms-checkbox-wrap input[type="radio"]:disabled,
input:disabled + .ms-switch-slider{
    cursor: not-allowed;
}
.ms-checkbox-wrap input[type="checkbox"]:disabled + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:disabled + i.ms-checkbox-check::before,
input:disabled + .ms-switch-slider{
    background: #e9ecef;
    border-color: #e9ecef;
}
.ms-checkbox-wrap.ms-checkbox-primary input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-primary input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-primary{
    background: #357ffa;
    border-color: #357ffa;
}
.ms-checkbox-wrap.ms-checkbox-secondary input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-secondary input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-secondary{
    background: #374eae;
    border-color: #374eae;
}
.ms-checkbox-wrap.ms-checkbox-success input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-success input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-success{
    background: #07be6e;
    border-color: #07be6e;
}
.ms-checkbox-wrap.ms-checkbox-warning input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-warning input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-warning{
    background: #fda600;
    border-color: #fda600;
}
.ms-checkbox-wrap.ms-checkbox-danger input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-danger input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-danger{
    background: #f9423c;
    border-color: #f9423c;
}
.ms-checkbox-wrap.ms-checkbox-info input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-info input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-info{
    background: #4f8dca;
    border-color: #4f8dca;
}
.ms-checkbox-wrap.ms-checkbox-dark input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-dark input[type="radio"]:checked + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-dark{
    background: #262538;
    border-color: #262538;
}
#register-modal .modal-auth .ms-auth-col:first-child {
    flex: 0 auto;
}
.error{
    display: block;
    width: 100%;
    color: red;
}
#forgot-login-modal .modal-auth .ms-auth-col:first-child {
    flex: 0 auto;
    min-height: 600px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
#item_54 ul {
   /* width: 100%;*/
    left: 0;
    right: 0;
   /* columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;*/
    background: rgba(0, 188, 212, .9);
    /*padding-top: 55px;*/
    /*min-height: 340px;*/
}
#item_54 ul .menu-img{
    max-width: 50px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 10%;
}
#item_54 li a {
    color: rgba(255,255,255, 0.9);
    text-decoration: none;
    font-size: 14px !important;
    font-family: "Open Sans", serif;
}
#item_54 .menu-vid{
    max-width: 368px;
}
.service-li{

    display: block;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 45%;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
}
.pages{
    width: 100%;
}
.page-title{
    margin-top: 45px;
    color: white;
    font-size: 37px;
}
.post-title {
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.post-title i.fa-heart {
    color: #a30606;
    font-size: 21px;

}
.post-title i.fa-eye {
    font-size: 21px;

}
.post-title i {
    text-shadow: 1px 2px 2px rgba(100,100,100,0.2);
    margin-bottom: 0;
    padding-top: 5px;
}

.post-title .icon-wrapper {
    margin: 0;
    border-bottom: 1px solid rgba(100, 100, 100, .1);
}
.post-title .date-wrapper{
    border-bottom: 1px solid rgba(100, 100, 100, .1);
    margin: 0;
    font-weight: bold;
    color: #34b2c4;
    padding: 5px 0;
    font-size: 18px;
}
.post-title .date-wrapper div {
    line-height: 1;
    padding: 2px 0 1px 0;
}
.post-title i.fa-heart:hover{
    color: red;
}
.post-title i.fa-star{
    color: #faff00;
    font-size: 21px;
}
.post-title i.fa-star:hover{
    color: #faff00;
    font-size: 21px;
}
.post-title i.fa-star:hover{
    color: #e2aa00;
}
.post-title i.fa-thumbs-up{
    font-size: 21px;
    color: #4267b2;
}
.post-title .like > i.fa-thumbs-up:hover{
    color: #243860;
}
.post-title .like.disabled-hover > i.fa-thumbs-up:hover{
    color: #4267b2;
}
.post-title .like.disabled-hover > i.fa-thumbs-up:hover{
    color: #4267b2;
}
.post-title .like.liked > i.fa-thumbs-up:hover{
    color: #243860;
}
.news-h3{
    text-align: center;
}
.news-img{
    padding: 0;
    /*border: 1px solid rgba(100, 100, 100, .1);*/
}
.news-img img{
    height: 312px;
    width: 804px;
}
.post .links ul{
    list-style: none;
    padding: 6px 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.post .links ul > li{
    padding: 5px 0;
    border: 1px solid rgba(100, 100, 100, 0.3);
    margin: 5px;
}
.post-title .initials-wrapper{
    padding: 4px 0;
    border-bottom: 1px solid rgba(100, 100, 100, .1);
    color: #34b2c4;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
.post-title .initials-wrapper:hover{
    background-color: rgba(100,100,100,.1);
}
.list-tags{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-tags > li{
    padding: 0 10px;
    display: inline-block;
    border: 1px solid rgba(100,100,100,0.1);
    margin-bottom: 5px;
}
.list-tags > li a {
    font-size: 10px;
}
.list-tags li span {
    padding-right: 10px;
}
.post-text {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    margin-top: 7px;
    padding: 0 7px;
}
.post-text:first-letter {
    font-size: 43px;
    float: left;
    padding: 10px 16px;
    height: 43px;
    font-family: 'HominisNormal', serif;
    background-color: #34b2c4;
    margin-right: 10px;
    color: white;
    border-radius: 5px;
    line-height: 43px;
}
.links > ul > li:hover{
    background: rgba(100,100,100, .1) !important;
}
#comments {
    margin: 0;
    padding: 0;
    list-style: none;
}
#comments > li{
    margin: 10px 0;
}

#comments > li ul{
    list-style: none;
    padding-left: 5px;
}
#comments > li > ul  li{
    margin: 10px 0;
}
#comments .comment-avatar {
    width: 100%;
}
#comments .comment-avatar img {

}
#comments .comment-line{
    padding: 10px;
    margin-left: 0;
    border-bottom: 1px solid rgba(100,100,100,.1);
}
#comments .comment-line-reply {
    background-color: rgba(52, 178, 196, .3);
    padding: 10px;
    margin-left: 0;
    border-bottom: 1px solid rgba(100,100,100,.1);
}
.post-comments-titles{
    text-transform: uppercase;
    margin: 40px 0 20px;
    font-size: 1.5rem;
    text-align: center;
}
.control-label {
    padding-top: 5px;
}
.comments-author{
    position: absolute;
    top: 19px;
    left: -60px;
    background-color: #34b2c4;
    padding: 3px 15px;
    color: white;
}
.comment-form-row {
    margin-bottom: 5px;
}
.input-group-addon{
    padding: 8px 20px 6px;
    margin-right: 5px;
    border: 1px solid rgba(100,100,100,0.1);
    cursor: pointer;
    color: darkred;
}
.input-group-addon:hover{
    background-color: rgba(100,100,100,0.1);
}
.panel {
    border: 1px solid rgba(100,100,100,.1);
    padding: 0;
    box-shadow: 0 0 3px -2px rgba(100, 100, 100, .5);
    margin-bottom: 30px;
}
.panel-default .panel-heading{
    padding: 20px 10px;
}

.post-item{
    padding: 0;
}
.absolute-buttons{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    background: rgb(35, 35, 35);
    color: white;
    font-size: 13px;
    border: 1px solid rgba(100,100,100, 0.1);
}
.absolute-buttons:hover{
    background-color: #34b2c4;
    border: 1px solid rgba(100,100,100, 0.1);
}
.initials {
    background: lightgray;
    text-align: center;
    font-size: 20px;
    padding-top: 1px;
    overflow: hidden;
    font-weight: 900;
    color: slategrey;
}
.breadcrumb-header {
    min-height: 333px;
}
.breadcrumb {
    background: url(/assets/main/uploads/texture.png) repeat;
    min-height: 333px;

}
.page-container {
    position: relative;
    min-height: 65.53vh;
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    background-color: rgba(45,45,45, 1);
}
footer a:hover{
    color: white;
}
footer:before {
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    background:linear-gradient(to left, #f37076, #ffd000, #f37076, #ffd000, #f37076, #ffd000);
    top:-3px;
    left:0;
}
footer ul {
    list-style: none;
}
footer ul li {
    padding: 0 10px 5px 0;
    color: rgba(255,255,255, .5);
}
footer ul li.logo {
    padding: 30px 10px 10px 0;
}

.page-block {
    padding: 150px 0;
}
.page-block h5 {
    margin-bottom: 15px;
}
.page-block .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #34b2c4;
    outline: 0;
    border-width: 2px;
    box-shadow: none;
}
.content-smart .form-control {
    border-width: 2px;
    font-size: 13px;
}
.page-block #tabs {
    padding: 0;
    width: calc(100% + 100px);
    margin-left: -50px;
    background: #2B2A28;
    height: 80px;
    border-bottom: 5px solid #EB4E01;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#tabs::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -100;
    width: 100%;
    left: 0;
    margin-top: 16px;
    height: 80px;
    background: #2B2A28;
    border-bottom: 5px solid #EB4E01;
}
.page-block #tabs label {
    position: relative;
    z-index: 100;
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    border-right: 1px dotted #575654;
    cursor: pointer;
    color: white;
    padding-top: 15px;
}
.page-block #tabs label:first-child {
    border-left: 1px dotted #575654;
}
.page-block #tabs .row {
    margin-right: 0;
}
.page-block input[name=css-tabs] {
    display: none;
}
.page-block a {
    color: #F29A77;
}
.page-block .main {
    max-width: 800px;
    margin: 30px auto;
    background: #3F3F3D;
    padding: 30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.page-block .main #content {
    position: relative;
    min-height: 400px;
}
.page-block .main #content::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -50px;
    border-top: 8px solid #000;
    border-right: 10px solid #000;
    border-left: 10px solid transparent;
    border-bottom: 8px solid transparent;
}
.page-block .main #content::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: calc(100% + 30px);
    border-top: 8px solid #000;
    border-left: 10px solid #000;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    top: 0;
}

/* Tabs */
.nav-tabs{
    border: 0;
}
.nav-tabs li{
    flex: 1 1 auto;
}
.nav-tabs li a{
    display: block;
    padding: 10px;
    text-align: center;
    background: #e4e3e8;
    color: #34334a;
}
.nav-tabs li a.active{
    color: #fff;
    background-color: #357ffa;
}
.nav-tabs.tabs-bordered li a{
    -webkit-transition: 0s;
    transition: 0s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 22px;
}
.nav-tabs.tabs-bordered li a.active{
    background: #EB4E01;
    color: white;
    border-bottom: none;
    padding-top: 20px;
}
.tabs-bordered li a{
    background: none;
    padding: 0 0 1rem;
    color: white;
}
.nav-tabs.left-tabs,
.nav-tabs.right-tabs{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.nav-tabs.left-tabs{
    float:left;
    margin-right: 25px;
}
.nav-tabs.right-tabs{
    margin-left: 25px;
    float: right;
}
.nav-tabs.left-tabs li a,
.nav-tabs.right-tabs li a{
    padding: 5px 10px;
    margin-bottom: 10px;
}
.nav-tabs.left-tabs li a{
    text-align: left;
}
.nav-tabs.right-tabs li a{
    text-align: right;
}
.nav-tabs.tabs-bordered.left-tabs li a,
.nav-tabs.tabs-bordered.right-tabs li a{
    border-bottom: 0;
}
.nav-tabs.tabs-bordered.left-tabs li a.active{
    border-bottom: 0;
    border-left: 3px solid #445cc8;
}
.nav-tabs.tabs-bordered.right-tabs li a.active{
    border-bottom: 0;
    border-right: 3px solid #445cc8;
}
.nav-tabs.left-tabs + .tab-content{
    float: right;
}
.nav-tabs.right-tabs + .tab-content{
    float: left;
}
.nav-tabs.left-tabs + .tab-content,
.nav-tabs.right-tabs + .tab-content{
    width: calc(100% - 120px);
}
.nav-tabs.tab-pills li a{
    border-radius: 25px;
}
.nav-tabs.tabs-round li a{
    border-radius: 5px;
}
.nav-tabs.has-gap li a{
    margin-right: 15px;
}
.nav-tabs.has-gap li:last-child a{
    margin-right: 0;
}
.btn-iconed {
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding-left: 1.3rem;
    padding-right: 1.5rem;
    /** Icons Classes **/
    /** -- Open Iconic, Font Awesome -- **/
    /** Span Class **/
    /** -- Icons on Hover properties -- **/
    /** Flatted button **/
}
.btn-iconed [class~=oi], .btn-iconed [class~=fas],
.btn-iconed [class~=typcn]::before,
.btn-iconed [class~=mdi]::before,
.btn-iconed [class~=icon]::before {
    opacity: 0;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transform: translateX(-10px) scale(1.25);
    transform: translateX(-10px) scale(1.25);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}
.btn-iconed [class=spn] {
    position: relative;
    left: -9px;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
    -webkit-transition: .20s ease-in-out;
    transition: .20s ease-in-out;

}
.btn-iconed:hover .spn {
    color: white !important;
    /** -- Span on Hover properties -- **/
}
.btn-iconed:hover [class~=oi],
.btn-iconed:hover [class~=fas],
.btn-iconed:hover [class~=mdi]::before,
.btn-iconed:hover [class~=icon]::before,
.btn-iconed:hover [class~="typcn"]::before {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(0.75);
    transform: translateX(0px) scale(0.75);
}
.btn-iconed:hover [class=spn] {
    left: 0;
}
.btn-iconed:hover {
    color: white !important;
}
.page-block input, .page-block .buttonText {
    font-size: 14px;
}
.page-block .buttonText {
    padding-left: 12px;
    padding-right: 11px;
}
.page-title {
    margin-top: 0;
}
@media screen and (max-width: 767px){
    .page-title {
        font-size: 22px;
    }
    .breadcrumb-bottom {
        display: none;
    }
    .navbar-brand {
        margin-left: 15px;
    }
}
@media screen and (max-width: 768px){
    .navbar-brand {
        margin-left: 10px;
    }
}
.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-right: 15px;
}
.uploader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255, .95);
}
.uploader-wrapper i {
    font-size: 60px;
    color: #34b2c4;
}
/* Progress Bars */

.progress{
    margin-bottom: 1.5rem;
    border-radius: 3rem;
    height: 0.9rem;
}
.progress.progress-tiny{
    height:0.2rem;
}
.progress-status{
    float: right;
}
.progress-label,
.progress-status{
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}
.progress-rounded{
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 16px solid #f1f1f1;
    margin: 0 auto 2rem;
}
.progress-rounded *{
    transition: all .3s ease;
}
.progress-rounded .progress-value{
    font-size: 1rem;
    font-weight: 600;
    color: #34334a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.progress-rounded svg{
    height: 130px;
    width: 130px;
    position: absolute;
    top: -16px;
    left: -16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.progress-rounded svg circle{
    stroke-dasharray: 358.141563;
    stroke-dashoffset: 360;
    stroke: #357ffa;
    stroke-linecap: square;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.progress-rounded.progress-round-tiny{
    width: 120px;
    height: 120px;
    border-width: 4px;
}
.progress-rounded.progress-round-tiny svg{
    top: -9px;
    left: -9px;
}

.progress-rounded svg circle.bg-primary{
    stroke: #357ffa;
}
.progress-rounded svg circle.bg-secondary{
    stroke: #445cc8;
}
.progress-rounded svg circle.bg-success{
    stroke: #5cb85c;
}
.progress-rounded svg circle.bg-info{
    stroke: #5bc0de;
}
.progress-rounded svg circle.bg-warning{
    stroke: #f0ad4e;
}
.progress-rounded svg circle.bg-danger{
    stroke: #d9534f;
}
.progress-rounded svg circle.bg-dark{
    stroke: #34334a;
}
.progress-rounded svg circle.bg-light{
    stroke: #878793;
}

.load-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(255,255,255, .5);
    width: 100%;
    display: flex;
}
.load-overlay .loader i {
    font-size: 30px;
}
.load-overlay .loader-text {
    font-size: 25px;
}





/* ============== 404 ================ */
/* ======= SETTINGS ======= */
:root {
    --blue: #32B3C5;
    --lightgrey: #FCFCFC;
    --grey: #F3F3F3;
    --medgrey: #E5E5E5;
    --darkgrey: #808080;
    --dark: #3A3A3A;
    --green: #21941d;
    --yellow: #DCBB36;
    --red: #DF5151;
    --lightgreen: #F3FCF2;
    --lightyellow: #F8F3E4;
    --lightblue: #E8F2FC;
    --lightred: #FBF1F1;
    --shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
/* ======= rewrite style.css ======= */

body .menu-wrapper .navbar-dark .navbar-toggler {
    border: none;
    color: white;
}
body .menu-wrapper .navbar-dark .navbar-toggler:hover {
    color: var(--blue);
}
body .menu-wrapper .navbar-dark .navbar-toggler:active,
body .menu-wrapper .navbar-dark .navbar-toggler:focus {
    border: none;
    outline: none;
    color: white;
}

body .menu-wrapper .navbar-nav >.menu-item-2 {
    padding: 25px 50px;
}
body .menu-wrapper .navbar-nav >.for-login {
    padding: 0;
}
.logo-container {
    margin-left: 50px;
}
.small-logo {
    display: none;
}
.nf-header-one {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.nf-header-one::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 1px;
    background-color: var(--blue);
}
.nf-header-three {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.header-three {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.a-not-found-widget {
    box-shadow: var(--shadow);
    height: 100%;
    width: 100%;
    background: white;
}
.a-not-found-widget>div {
    width: 50%;
}
.a-btn-menu {
    padding: 18px 36px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    color: white;
    border-radius: 0 !important;
    transition: all .3s ease-out;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.a-btn-menu:hover {
    background: var(--dark);
    color: var(--blue);
}
.navbar-dark .navbar-toggler {
    margin-right: 0 !important;
}
body ul li .a-btn-menu {
    padding: 25px 50px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--grey);
    color: var(--dark);
    border-radius: 0 !important;
    transition: all .3s ease-out;
}
body ul li .a-btn-menu:hover {
    background: var(--dark);
    color: white;
}
.nf-a-btn {
    padding: 13px 36px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    color: white;
    border-radius: 0 !important;
    transition: all .3s ease-out;
    cursor: pointer;
}
.nf-a-btn:active, .nf-a-btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.nf-a-btn:hover {
    background: var(--dark);
    color: var(--blue);
}

.a-not-found {
    font-family: 'Montserrat', sans-serif;
    max-width: 1170px;
    margin: 50px auto;
    padding: 20px;
}
.nf-inner-widget-img {
    background-image: url("/img/404.png");
    background-size: cover;
    background-position: center;
}
.inner-nf-widget-content {
    padding: 45px 50px;
}
html body .inner-nf-widget-content .header-three-bottom {
    margin-bottom: 100px;
}
.inner-nf-widget-content>.nf-header-three {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
    .nf-inner-widget-img {
        display: none;
    }
    .a-not-found-widget>div {
        width: 100%;
    }
    .a-not-found-widget {
        width: 360px;
        margin: auto;
    }
    .small-logo {
        display: block;
    }
    .big-logo {
        display: none;
    }
    .logo-container {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .nf-inner-widget-img {
        display: none;
    }
    .a-not-found-widget > div {
        width: 100%;
    }
    .a-not-found-widget {
        width: auto;
    }
    .inner-nf-widget-content {
        padding: 30px;
    }
}