html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    font: 15px/23px ralewayregular, Quicksand-regular, Quicksand-regular, Arial, sans-serif;
    color: #8f989f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.wrap {
    position: relative;
    z-index: 500
}

.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #333;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
}

.content-section4 {
    height: 100%;
    /* display: flex;        */
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: #333;
    border-top: 5px solid #333;
    border-bottom: 7px solid #333;
}

h1,
h2 {
    color: #333;
    font-family: ralewaysemibold, Quicksand-regular, Arial, sans-serif;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility
}

h3,
h4,
h5,
h6 {
    color: #333;
    font-family: ralewaymedium, Quicksand-regular, Arial, sans-serif;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

p {
    margin: 0 0 20px 0;
    font-family: Quicksand-regular
}

p img {
    margin: 0
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

a {
    text-decoration: none
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0 40px;
    height: 0
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: .2s color linear;
    -moz-transition: .2s color linear;
    transition: .2s color linear
}

a:hover {
    color: #555
}

ul {
    margin-bottom: 20px
}

ul {
    list-style: none outside
}

ul ul {
    margin-left: 30px
}

ul ul li {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

@media \0screen {
    img {
        width: auto
    }
}

#header-section {
    line-height: 80px
}

.landing-details {
    height: 100%;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.main-sub-title {
    color: #fff;
    font-weight: 600
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 25px;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.scrolling-wrapper::-webkit-scrollbar {
    height: 11px;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.banner-ftr-btn {
    /* color: #fff;
    cursor: pointer; */
}

.banner-ftr-btn a {
    text-decoration: none;
    display: inline-flex;
    padding: 5px 0 8px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #888888, #888888 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.5s ease-in-out;
}

.banner-ftr-btn a:hover {
    background-position: 0%;
}

.banner-ftr-btn a:hover:before {
    width: 100%;
}

.find-here-img {
    width: 100%;
    height: auto;
}

.ha-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 501;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: #1b1b1b;
    box-shadow: 0 1px 10px rgba(31, 50, 63, .25)
}

.ha-header-perspective {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    perspective: 1100px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0
}

.ha-header-perspective>div {
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.ha-header-front {
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.logo {
    text-align: left;
    margin: 0;
    line-height: 80px;
    margin-top: -5px;
    color: #1d1d1d;
    text-transform: uppercase;
    cursor: url(../images/logo.svg)
}

.logo img {
    vertical-align: middle;
    height: 38px;
    width: auto;
}

.ha-header nav {
    height: 100%;
    text-align: right;
    font-family: Quicksand-regular, Quicksand-regular, Arial, sans-serif
}

.ha-header nav a {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    color: #fff!important;
    outline: 0;
    text-decoration: none;
    position: relative
}

.ha-header nav a:hover,
.ha-header nav .active {
    text-decoration: underline;
}

.ha-header nav a:after {
    content: ' ';
    font-size: 20px;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 700;
    left: 10px
}

.ha-header nav a:first-child:after {
    display: none
}

.ha-header-small {
    height: 80px
}

.ha-header-hide {
    height: 80px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.section-header {
    text-align: center;
    padding-bottom: 50px
}

.section-title {
    font-size: 40px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-image: url(../images/divider1.png);
    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase
}

.section-title span {
    background: #fff;
    padding: 0 35px
}

.js .section-title {
    opacity: 0
}

.hero {
    height: 100%;
    min-height: 100%;
    position: relative;
    text-align: center;
    z-index: 750
}

.hero-title {
    font-size: 5em;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding-top: 20px
}

.hero-description {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    text-rendering: optimizelegibility
}

.hero-btn {
    background: 0 0;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .15);
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    text-rendering: optimizelegibility;
    -webkit-transition: .2s background linear;
    -moz-transition: .2s background linear;
    transition: .2s background linear
}

.hero-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, .15)
}

.about-section {
    padding-bottom: 90px
}

.event-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 2px;
}

.item-image {
    border-radius: 10px;
}

.about-icon {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.about-icon img {
    max-width: 30px
}

.service-section .parallax-header {
    padding-bottom: 70px!important
}

.info {
    overflow: hidden;
    text-align: left
}

.service-section {
    padding-bottom: 130px
}

.service-section .service-icon {
    display: block;
    text-align: center;
    font-size: 100px;
    line-height: 150px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    z-index: 3;
    position: relative
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, .15);
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px
}

.team-section {
    padding-bottom: 90px
}

.portfolio-title {
    display: inline-block;
    vertical-align: middle
}

.portfolio-title {
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px
}

.contact-section {
    position: relative;
    padding-bottom: 150px
}

.contact-section .parallax-header {
    padding-bottom: 70px!important
}

.contact-section .section-title span {
    background: #f1f4f5
}

.contact-wrap {
    color: #fff
}

.js .contact-wrap {
    opacity: 0
}

.parallax-section {
    position: relative;
    overflow: hidden;
    width: 100%
}

.parallax-header {
    position: relative;
    text-align: center
}

.parallax-title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/divider1.png);
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.js .parallax-title {
    opacity: 0
}

.parallax-content {
    color: #fff;
    position: relative
}

.parallax-content .parallax-header {
    padding: 150px 0
}

.parallax-background {
    background-position: center center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: repeat-y
}

.parallax-banner-1 {
    background-color: #1b1b1b;
}

.parallax-shpokas {
    background-color: #323232;
    background-position: center center;
    padding-top: 94px;
}

.parallax-banner-2 {
    background: url(../images/parallax-banner-2.jpg);
    background-position: center center
}

.parallax-banner-3 {
    background: url(../images/parallax-banner-3.jpg)
}

.parallax-banner-4 {
    background: url(../images/parallax-banner-4.jpg);
    background-position: center bottom!important
}

.parallax-banner-5 {
    background: url(../images/parallax-banner-5.jpg)
}

.parallax-banner-6 {
    background: url(../images/parallax-banner-6.jpg)
}

.parallax-banner-7 {
    background: url(../images/404.jpg)
}

.parallax-overlay-1 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-2 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-3 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-4 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-5 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-6 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay-7 {
    background-image: url(../images/overlay-pattern.png)
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-attachment: scroll
}

.td-none {
    text-decoration: none
}

.td-none:hover {
    text-decoration: none
}

.footer {
    padding: 65px 0 30px 0;
    border-top: 1px solid #71777d;
    background: #323232;
    position: relative
}

.footer-logo {
    height: 35px;
    width: auto;
    cursor: url(../images/logo.svg), auto
}

.sub-footer-logo {
    height: auto;
}

.footer-tagline {
    color: #fff;
}

.footer-contact {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-family: Quicksand-regular
}

.footer-contact i {
    color: #fff
}

.footer-menu {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: Quicksand-regular;
    list-style: none;
}

.footer-menu li {
    line-height: 29px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff
}

.footer-menu-rlt a {
    text-decoration: none;
    color: #fff
}

.footer-menu a:hover {
    text-decoration: none;
    color: #71777d
}

.footer hr {
    background-color: #71777d;
    margin-top: 40px
}

.footer .copyright {
    color: #fff;
    font-size: 12px
}

.footer h3 {
    text-transform: none;
    margin: 0;
    position: relative
}

.copyright {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-size: 10px;
    color: #999
}

.copyright a {
    color: #333;
    text-transform: uppercase
}

.modal button,
.modal input[type=button],
.modal input[type=reset],
.modal input[type=submit] {
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: .2s background linear;
    -moz-transition: .2s background linear;
    transition: .2s background linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none
}

.modal button:hover,
.modal input[type=button]:hover,
.modal input[type=reset]:hover,
.modal input[type=submit]:hover {
    color: #fff;
    background: #111
}

.modal button:active,
.modal input[type=button]:active,
.modal input[type=reset]:active,
.modal input[type=submit]:active {
    color: #fff;
    background: #111
}

.modal button::-moz-focus-inner,
.modal input::-moz-focus-inner {
    border: 0;
    padding: 0
}

form {
    margin: 0
}

.modal input[type=email],
.modal input[type=password],
.modal input[type=text] {
    font-family: ralewayregular, "Quicksand-regular Neue", Quicksand-regular, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid transparent;
    padding: 10px;
    outline: 0;
    color: #fff;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    margin-bottom: 20px;
    -webkit-transition: .2s background linear;
    -moz-transition: .2s background linear;
    transition: .2s background linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #323232!important;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

.modal input[type=email]:focus,
.modal input[type=password]:focus,
.modal input[type=text]:focus {
    border: 1px solid transparent;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .85)
}

.modal input[type=email]::placeholder,
.modal input[type=password]::placeholder,
.modal input[type=text]::placeholder {
    color: #fff
}

.login-section label {
    color: #fff!important;
    font-size: 14px!important
}

.flex-viewport {
    position: relative;
    height: 100%;
    width: 100%
}

@media screen and (max-width:767px) {
    /*
    #header-section {
            display: none
    }
    */
    .hero-title {
        font-size: 45px;
        margin-top: 0
    }
    .hero-description {
        display: none
    }
    .section-title {
        background-image: none!important;
        font-size: 25px
    }
    .parallax-title {
        font-size: 25px
    }
    .section-title span {
        background: 0 0;
        padding: 0
    }
    .parallax-background {
        background-position: center center!important
    }
    .arrow-right {
        display: none
    }
    .info {
        text-align: center;
        margin-top: 20px
    }
    .section-header {
        padding-bottom: 30px
    }
    .content-section {
        padding-top: 50px;
        padding-bottom: 30px
    }
    .parallax-content .parallax-header {
        padding-top: 50px;
        padding-bottom: 50px!important
    }
    .service-section {
        padding-bottom: 30px
    }
    .contact-section {
        padding-bottom: 50px
    }
    .about-section,
    .team-section {
        padding-bottom: 0
    }
    .portfolio-title {
        font-size: 10px;
        letter-spacing: 1px
    }
    .js .contact-wrap,
    .js .parallax-title,
    .js .section-title {
        opacity: 1
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .section-title {
        background-image: none!important
    }
    .section-title span {
        background: 0 0;
        padding: 0
    }
    .parallax-background {
        background-position: center center!important
    }
    .js .contact-wrap,
    .js .parallax-title,
    .js .section-title {
        opacity: 1
    }
    .grid-container {
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.container-4k {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.grid-container:after,
.grid-container:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.grid-container:after {
    clear: both
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    /*	max-width: 1200px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.grid-container-navbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 97%;
    padding-left: 10px;
    padding-right: 10px;
}

.grid-10,
.grid-100,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-35,
.grid-40,
.grid-45,
.grid-5,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90,
.grid-95,
.mobile-grid-10,
.mobile-grid-100,
.mobile-grid-15,
.mobile-grid-20,
.mobile-grid-25,
.mobile-grid-30,
.mobile-grid-33,
.mobile-grid-35,
.mobile-grid-40,
.mobile-grid-45,
.mobile-grid-5,
.mobile-grid-50,
.mobile-grid-55,
.mobile-grid-60,
.mobile-grid-65,
.mobile-grid-66,
.mobile-grid-70,
.mobile-grid-75,
.mobile-grid-80,
.mobile-grid-85,
.mobile-grid-90,
.mobile-grid-95 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px
}

.maboard-card {
    padding: 1rem 1rem;
    margin-bottom: 20px;
    background-color: #1b1b1b;
    border-radius: 10px
}

.maboard-card-header {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.maboard-card-footer {
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}

.maboard-card-footer a {
    text-decoration: none;
    color: #928f8f;
}

.maboard-card-footer a:hover {
    text-decoration: none;
    color: #fff;
}

.maboard-card-body {
    padding: 6px 5px 0px 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #323232;
    text-align: left;
}

.maboard-card-body a {
    text-decoration: none!important;
}

.maboard-card-body a:hover {
    text-decoration: none;
    color: #fff
}

.maboard-scroll-down {
    text-align: center;
    color: #fff;
    cursor: pointer
}

.maboard-scroll-down1 {
    text-decoration: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #888888, #888888 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.9s ease-in-out;
}

.maboard-scroll-down1:hover {
    background-position: 0%;
}

.maboard-scroll-down1:hover:before {
    width: 100%;
}

.maboard-scroll-down2 {
    display: grid;
}

.maboard-scroll-down2 a {
    text-decoration: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #888888, #888888 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.5s ease-in-out;
}

.maboard-scroll-down2 a:hover {
    background-position: 0%;
}

.maboard-scroll-down2 a:before {
    width: 100%;
}

.maboard-scroll-down a,
.maboard-scroll-down a:hover,
.maboard-scroll-down a:visited {
    color: #fff!important;
    text-decoration: none
}

.maboard-scroll-down .goto-ul {
    text-decoration: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #888888, #888888 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.5s ease-in-out;
}

.maboard-scroll-down .goto-ul:hover {
    background-position: 0%;
}

.maboard-scroll-down .goto-ul:before {
    width: 100%;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 8px
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px
}

.unu {
    margin-top: 1px
}

.doi,
.trei,
.unu {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid #fff;
    top: 170px
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #fff;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.wheel {
    -webkit-animation: mouse-wheel .6s linear infinite;
    -moz-animation: mouse-wheel .6s linear infinite;
    animation: mouse-wheel .6s linear infinite
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px
    }
    25% {
        top: 2px
    }
    50% {
        top: 3px
    }
    75% {
        top: 2px
    }
    100% {
        top: 1px
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px
    }
    25% {
        top: 2px
    }
    50% {
        top: 3px
    }
    75% {
        top: 2px
    }
    100% {
        top: 1px
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px
    }
    25% {
        top: 2px
    }
    50% {
        top: 3px
    }
    75% {
        top: 2px
    }
    100% {
        top: 1px
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.img-title {
    color: #fff;
}

.img-heading {
    font-weight: 600;
    color: #fff;
}

.img-heading-ft {
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px
}

.img-heading-ul a {
    color: #ffffff;
    border-bottom: 2px solid #fff;
    font-weight: 800;
    padding-bottom: 1px;
}

.img-heading-ul a:hover {
    color: #929292!important;
    border-bottom: 2px solid #929292;
    font-weight: 800;
}

.goto-ul {
    border-bottom: 2px solid #fff;
    padding-bottom: 1px
}

.goto-ul:hover {
    border-bottom: 2px solid #888888;
}

.img-desc {
    color: #fff;
}

.img-menu {
    color: #fff;
    font-family: Quicksand-regular;
    font-weight: 600;
    list-style: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #131212d6!important;
    background-clip: padding-box;
    border: 1px solid #0003;
    border-radius: .3rem;
    outline: 0
}

.authentication {
    text-decoration: none;
    background: #fff;
    color: #323232;
    padding: 8px 20px;
    border-radius: 10px 0
}

.f-password {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 1.5em
}

.f-password:hover {
    color: #5a5a5a;
    text-decoration: none
}

.login-section .form-wrap {
    width: 320px;
    margin: 3em auto
}

.login-section .form-wrap .close-btn {
    color: #fff;
    text-align: end;
    font-size: 18px;
    font-weight: 600
}

.login-section .form-wrap .tabs {
    overflow: hidden;
    background-color: #333;
    border-radius: 10px 10px 0 0
}

.login-section .form-wrap .tabs h3 {
    float: left;
    width: 50%;
    border-radius: 0 10px 0 0
}

.login-section .form-wrap .tabs h3 a {
    padding: .5em 0;
    text-align: center;
    font-weight: 400;
    background-color: #5a5a5a;
    display: block;
    color: #fff
}

.login-section .form-wrap .tabs h3 a.active {
    background-color: #333
}

.login-section .form-wrap .tabs-content {
    background-color: #333;
    border-radius: 0 0 10px 10px
}

.login-section .tabs-padding {
    padding: 1.5em
}

.login-section .form-wrap .tabs-content div[id$=tab-content] {
    display: none
}

.login-section .form-wrap .tabs-content .active {
    display: block!important
}

.login-section .form-wrap form .input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: .8em 0 10px .8em;
    border-bottom: 1px solid #cfcfcf;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%
}

.login-section .form-wrap form .button {
    width: 100%;
    padding: .8em 0 10px .8em;
    background-color: #28a55f;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.login-section .form-wrap form .button:hover {
    background-color: #4fda8c
}

.login-section .form-wrap form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em
}

.login-section .form-wrap form .checkbox:checked+label:after {
    opacity: 1
}

.login-section .form-wrap form label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.login-section .form-wrap form label[for]:before {
    content: '';
    position: absolute;
    border: 1px solid #cfcfcf;
    width: 17px;
    height: 17px;
    top: 0;
    left: -14px
}

.login-section .form-wrap form label[for]:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background-color: transparent;
    top: 4px;
    left: -10px;
    border: 3px solid #28a55f;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.login-section .form-wrap .help-text {
    margin-top: .6em
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

div#searchBox {
    float: none;
    text-align: center;
    color: #fff;
}

#searchform {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 0;
}

#searchform input {
    border: 0px;
    background: #333333;
    padding: 8px 10px 5px;
    outline: none;
    border-radius: 0 5px 5px 0;
}

.mobile-form #searchform {
    padding-top: 2.5px;
    width: 250px;
}

div#searchBox #searchform {
    border: 1px solid transparent;
    width: 250px;
    padding-top: 0px;
    display: inline-block;
}

div#searchBox #searchform input {
    padding: 5px;
    display: block;
}

#searchBox i.fa.fa-search {
    padding: 8px;
    cursor: pointer;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: #fff;
    border: none;
    outline: none;
    z-index: 100;
}

div#searchBox #searchform .sb-icon-search {
    color: #fff;
    background: #333333;
    z-index: 90;
    height: 31px;
    border-radius: 5px 0 0 5px;
    /* font-size: 22px; */
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

div#searchBox #searchform .sb-icon-search:before {
    content: "\f002";
}

span#noEasy {
    display: block;
    overflow: hidden!important;
    position: relative;
    width: 30px;
    height: 37px;
    float: left;
    padding-left: 3px;
}

span#noEasy input {
    width: 30px;
    padding: 0 !important;
}

input#sbox {
    color: #fff;
    line-height: 31px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

span#noEasy:hover {
    color: #444;
}

.avtar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #323232;
    margin-left: 25px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    background-color: #333333;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid #70707040;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav .avatar {
    width: 120px;
    height: 120px;
    border-radius: 16px;
}

.sidenav .nav-container {
    padding: 0px 22px 0 40px;
}

.sidenav .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.sidenav .sub-title {
    font-size: 18px;
    color: #BBBBBB;
    font-weight: 200;
}

.sidenav .description {
    font-size: 15px;
    color: #BBBBBB;
    margin-top: 30px;
}

.list-group.panel>.list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.sidebar-menu a {
    padding: 0 8px 8px 0;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar-menu a i {
    font-size: 16px;
    transition: 0.3s;
    margin-left: 90px!important;
}

.sidebar-menu .collapse a {
    padding: 0 8px 8px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar-menu .list-group-submenu a {
    padding: 0 8px 8px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 40px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar-menu a:hover,
.sidebar-menu .list-group-submenu a:hover,
.sidebar-menu .collapse a:hover {
    text-decoration: none;
}

.user-avatar {
    position: relative;
    text-align: left;
    color: white;
}

.current-status {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 3px 7px 3px 6px;
    bottom: -6px;
    right: 160px;
}

.sign-in-container {
    margin-top: 100px;
}

.add-new-board a,
.add-new-board a:hover,
.add-new-board a:active {
    text-decoration: none;
}

.add-board {
    border: 1px dashed #ffffff;
    border-radius: 15px;
}

.add-board:hover {
    box-shadow: 0px 0px 18px #f1f0f038;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.add-board h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 40px;
    line-height: 0;
}

.add-board h5 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 100;
}

.add-board h2 {
    color: #fff;
    font-size: 46px;
}

.maboard-card .cls-btn {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.maboard-card .cls-btn:hover {
    text-decoration: none;
}

#mydiv {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.event-content-wrap .item-image {
    margin-right: 10px;
}

.event-content-wrap .event-title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.event-content-wrap .event-desc {
    color: #969696;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.event-content-wrap .event-desc .see-more,
.event-content-wrap .event-desc a:hover {
    color: #fff!important;
    text-decoration: none;
}

.maboard-home-pills .nav-pills .nav-link.active::after,
.maboard-home-pills .nav-pills .show>.nav-link::after {
    margin-left: 10px;
    color: #a7a2a2;
    content: '>';
}

.maboard-home-pills .nav-pills .nav-link.active,
.maboard-home-pills .nav-pills .show>.nav-link {
    color: #a7a2a2;
    background-color: #333333;
}

.maboard-home-pills .nav-link {
    display: block;
    padding: 0;
}

.maboard-home-pills a {
    text-decoration: none;
    color: #fff
}

.maboard-home-pills a:hover,
.maboard-home-pills a:focus {
    text-decoration: none;
    color: #a7a2a2;
}

.maboard-card-body:hover {
    background-color: #484747;
}

.maboard-card-body-v2 {
    padding: 8px 10px 8px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #323232;
    text-align: left;
    cursor: pointer;
}

.maboard-card-body-v2:hover {
    background-color: #464646;
    border-left: 6px solid #656565;
    transition: 0.5s;
}

.event-content-wrap-v2 .item-image {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    margin-right: 10px;
}

.event-content-wrap-v2 .event-title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 2px;
}

.event-content-wrap-v2 .event-desc {
    color: #969696;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.event-content-wrap-v2 .event-desc .see-more,
.event-content-wrap-v2 .event-desc a:hover {
    color: #fff!important;
    font-size: 12px;
    text-decoration: none!important;
}

.scroll-p {
    max-height: 437px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 17px;
    scrollbar-width: thin;
    scrollbar-color: #333333 #1b1b1b;
}

.scroll-p::-webkit-scrollbar {
    width: 11px;
}

.scroll-p::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.scroll-p::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 6px;
    border: 3px solid #1b1b1b;
}