@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap');

body {
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8492a6;
    overflow-x: hidden
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255, 255, 255, 0);
}

header div#logo {
    display: inline-block;
    height: 100%;
    font-family: Oswald, sans-serif;
    color: #fff;
    line-height: 86px;
    transition: all .3s;
}

div#mobile-menu {
    background: #2f9cf0;
    color: #fff;
    position: fixed;
    top: 80px;
    width: 250px;
    right: -250px;
    bottom: 0;
    overflow: auto;
    transition: 0.8s all;
}

#mobile-menu li.nav-item {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

#mobile-menu .demoBtn {
    background: #fff;
    padding: 9px;
    margin: 7px 0px;
    color: #000;
    border-radius: 29px;
    width: 100%;
    display: block;
    text-align: center;
    
}
#mobile-menu.active{
    right:0;
    transition: 0.8s all;
}
#mainmenu li.active a {
    color: #65b7f3 !important;
}


div[role=tab] .fa-minus {
    display: block;
}

div[role=tab] .fa-plus {
    display: none;
}

div[role=tab] .collapsed .fa-minus {
    display: none;
}

div[role=tab] .collapsed .fa-plus {
    display: block;
}




#logo img {
    width: 240px;
}

a.read-more {
    float: right;
}

.card1 {
    margin-bottom: 20px;
    border-radius: 5px;
}

.card-header1 h5 {
    justify-content: space-between;
    display: flex;
}

.card-body1 {
    padding: 12px 0px;
}

#mainmenu {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    float: none;
    padding-right: 20px;
    height: 70px;
}

#mainmenu>li {
    font-weight: 500;
}

#mainmenu li {
    margin: 0 0;
    padding: 0 0;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu a {
    padding: 30px 18px;
    padding-top: 29px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: 0;
    border-radius: 5px;
}

.header-light #mainmenu>li>a {
    color: #222;
    font-weight: 600;
}

.request-demo-2 {
    display: none;
}

/* animation */
.heart {
    background: #65b7f3;
    padding: 8px 10px;
    border-radius: 37px;
    box-shadow: 0 0 3px 0 #555;
    animation: beat .75s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.1);
    }
}

.heart-1 {
    background: #65b7f3;
    border-radius: 37px !important;
    box-shadow: 0 0 3px 0 #555;
    animation: beat .75s infinite alternate;
    width: 125px;
    height: 24px;
    margin-bottom: 10px;
}

@keyframes beat {
    to {
        transform: scale(1.1);
    }
}

.f-icon-rounded {
    padding: 20px;
    height: 210px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.f-icon-rounded:hover {
    -webkit-box-shadow: 8px 5px 24px 0px rgb(66 66 66 / 74%);
    -moz-box-shadow: 8px 5px 24px 0px rgb(66 66 66 / 74%);
    box-shadow: 8px 5px 24px 0px rgb(66 66 66 / 74%);
    transform: scale(1.01);
}

.heart a {
    color: #fff;
}

.heart-1 a {
    color: #fff;
    display: none;
}

#menu-btn {
    display: none;
    float: right;
    margin-top: 25px;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 100px;
}

header#header.active {
    background-color: #fff;
}

a {
    text-decoration: none;
}

.spacer-10 {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #65b7f3 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.video-play-button {
    color: #ff4450;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 80%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #fff;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -50%;
    top: -50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #65b7f3 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: 0px blue;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}

.h1,
.h1_big,
.h2,
.h3,
.h4,
.h5,
.h6,
footer.footer-light h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Nunito;
    font-weight: 700;
    color: #35404e;
}

h2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

p.lead {
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
}

.spacer-20 {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

.btn-custom,
a.btn-custom,
a.btn-custom:active,
a.btn-custom:focus,
a.btn-custom:visited {
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 12px 30px;
    min-width: 120px;
    outline: 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}

.full-height {
    overflow: hidden;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

section {
    padding: 90px 0 90px 0;
    position: relative;
}

.f-box.f-icon-left {
    display: flex;
}

.f-box.f-icon-rounded img {
    display: block;
    text-align: center;
    padding: 22px;
    width: 80px;
    height: 80px;
    background: #65b7f3;
    margin-right: 30px;
    border-radius: 10px;
    border: 3px solid #248de0;
    box-shadow: 0 0 10px 0;
}

h4 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 10px;
}

.fb-text p {
    color: #8492a6;
}

.feature-box.style-3 {
    position: relative;
    overflow: hidden !important;
}

.feature-box.f-boxed {
    overflow: none;
    padding: 50px;
    height: 320px;
    background: #f5f9fd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.web-img {
    background-size: cover;
    width: 70px;
    background: #65b7f3;
    text-align: center;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 70px;
}

.web-img img {
    width: 40px;
}

.feature-box.f-boxed:hover h4 {
    color: #35404e;
}

.feature-box p {
    color: #8492a6;
}

.feature-box.f-boxed:hover {
    color: #35404e;
    -webkit-box-shadow: 8px 8px 60px 0 rgb(20 20 20 / 30%);
    -moz-box-shadow: 8px 8px 60px 0 rgba(20, 20, 20, .3);
    box-shadow: 2px 2px 60px 0 rgb(20 20 20 / 30%);
}

#back-to-top.hide,
#back-to-top.show,
#contact_form input,
#form_subscribe input[type=text],
#mainmenu a span,
#mainmenu a.active span,
#popup-box.popup-hide,
#popup-box.popup-show,
#selector .dark-mode,
#selector .dark-mode:hover,
.accordion .content,
.btn-close,
.btn-custom,
.btn-rsvp,
.carousel-item .pf_text .title,
.carousel-item .pf_text .title .type,
.carousel-item:hover .pf_text .title,
.carousel-item:hover .pf_text .title .type,
.d-gallery-item *,
.de-box-image *,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
.de-image-hover *,
.de_count,
.de_tab .de_nav li span,
.de_tab.tab_steps .de_nav li span,
.de_tab.tab_steps .de_nav li span:hover,
.de_tab.tab_steps.style-2 .de_nav li.active .arrow,
.de_tab.tab_style_4 .de_nav li,
.error_input,
.f-box,
.f-box *,
.f_box img,
.f_box span,
.f_box.s2:hover img,
.feature-box .inner,
.feature-box .inner i,
.feature-box-small-icon i,
.feature-box-type-1:hover i,
.feature-box-type-2,
.feature-box-type-2 i,
.feature-box.f-boxed,
.feature-box.f-boxed:hover,
.feature-box.style-3 h4,
.feature-box.style-3 i,
.feature-box:hover .inner,
.feature-box:hover .inner i,
.form-subscribe input[type=text],
.form-underline input[type=email],
.form-underline input[type=text],
.form-underline select,
.form-underline textarea,
.fp-wrap,
.fp-wrap *,
.fp-wrap div,
.fp-wrap img,
.logo-carousel img,
.mask,
.mask .cover,
.mask .cover p,
.mask img,
.mask:hover .cover,
.mask:hover img,
.mfp-close,
.mfp-close:hover,
.overlay-v,
.overlay-v i,
.overlay-v i:hover,
.overlay-v span,
.owl-item.active.center div blockquote,
.owl-slider-nav .next,
.owl-slider-nav .prev,
.pic-hover .bg-overlay,
.pic-hover.hover-scale img,
.pic-hover:hover>.bg-overlay,
.product img,
.product img:hover,
.social-icons a i,
.social-icons-sm i,
.social-icons-sm i:hover,
.table-pricing tbody tr,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
a.btn-border,
a.btn-line:after,
de_tab .de_nav li span,
header,
header *,
i.btn-action-hide {
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    outline: 0;
}

.phone-num-big i {
    font-size: 48px;
    display: block;
}

.pnb-text {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.pnb-num {
    display: block;
    font-size: 36px;
    color: #35404e;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

#text-6 {
    padding: 0 !important;
}

.widget p {
    margin-bottom: 4px;
}

footer {
    color: #fff;
    padding: 60px 0 50px 0;
}

footer.footer-light {
    background: #f5f9fd;
    color: #8492a6;
}

footer .widget {
    border: none;
    margin-bottom: 0;
}

footer .widget h5 {
    margin-bottom: 20px;
}

.icon-bar {
    margin-top: 20px;
}

.svg-icon {
    height: 30px;
}

svg.svg-icon:hover {
    transition: all 400ms ease;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.575));
}

.h1,
.h1_big,
.h2,
.h3,
.h4,
.h5,
.h6,
footer.footer-light h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Nunito;
    font-weight: 700;
    color: #35404e;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.de_light footer h5,
footer h5 {
    color: #fff;
    font-size: 16px;
    text-transform: none;
}

.widget p {
    margin-bottom: 4px;
}

footer.footer-light a {
    color: #8492a6;
}

footer section {
    padding: 0 0 !important;
}

#menu-btn i.fa.fa-bars {
    font-size: 24px;
    color: #1292f4;
}

/* about css */
#subheader {
    text-align: center;
    overflow: hidden;
    padding: 100px 0 50px 0;
}

.our-team {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #eeeeee8c;
    padding: 20px;
    box-shadow: 0px 0px 10px #eee;
}

.our-team img {
    border-radius: 50%;
    margin-right: 20px;
    width: 110px;
    margin-bottom: 20px;
}

.our-team-desc h3 {
    margin-bottom: 7px;
}

.our-team-desc h4 {
    font-weight: 300;
}

.widget h4 {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: normal;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-team-desc li i {
    background: #286090;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.stats-box {
    max-width: 220px;
}

.serial-box {
    max-width: 193px;
    height: 170px;
    text-align: center;
    cursor: pointer;
    box-shadow: 7px 7px 15px #BBCFDA, -4px -4px 13px #fff, inset 4px 4px 8px rgba(209, 217, 230, 0.2), inset -8px -8px 8px rgba(255, 255, 255, 0.2);
    background-color: #F6F6F6;
    border-radius: 35px;
}

.serial-box i {
    transform: translateY(0);
    font-size: 40px;
    transition: ease-in-out 0.3s;
}

.serial-box:hover i {
    transform: translateY(-10px);
}

.serial-box p {
    font-size: 35px;
}

.mt-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.serial-box:hover {
    background: #3a92f2;
}

.serial-box:hover {
    background: #3a92f2;
    -webkit-box-shadow: 0 0 10px -2px rgb(127 123 123 / 90%);
    box-shadow: 0 0 10px -2px rgb(127 123 123 / 90%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mx-1140 {
    max-width: 1140px !important;
}

@media(max-width: 992px) {
    body {
        overflow-x: hidden;
    }
    #navbarSupportedContent1.collapse:not(.show) {
        display: none;
    }
    #mainmenu a {
        padding: 25px 0px;
        padding-top: 0px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        outline: 0;
        border-radius: 5px;
    }
    figure {
        width: fit-content;
    }

    .icon-bar {
        margin: 14px 0;
    }

    .video-play-button {
        margin-top: 70px;
    }

    .support-tabs {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .nav-tabs li a.active:after {
        display: none;
    }

    .support-tabs li a {
        display: block;
        width: 150px;
        text-align: center;
    }

    #mainmenu.show {
        display: block;
        position: absolute;
        background: #ffffffb8;
        left: 0;
        top: 94px;
        height: auto;
    }

    #mainmenu.show li {
        display: block;
        width: 100%;
        text-align: right;
    }

    #mainmenu.show li a {
        padding: 15px;
    }

    header.header-mobile {
        overflow: hidden;
        position: relative;
    }

    header div#logo img {
        max-width: 200px;
        height: auto;
    }

    section {
        padding: 40px 0 30px 0;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header.header-light.header-mobile #mainmenu li,
    header.header-light.header-mobile #mainmenu li ul li a {
        border-color: #eee;
    }

    header.header-mobile #mainmenu li {
        border-bottom: solid 1px #eee;
        margin: 0;
        width: 100%;
        display: block;
    }

    header.header-mobile #mainmenu li a {
        color: #888;
    }

    header.header-mobile #mainmenu a {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu-btn {
        display: block;
        position: relative;
        float: right;
    }

    #mainmenu {
        float: none;
        z-index: 200;
        width: 200px;
        height: auto;
        margin: 0;
        padding-right: 10px;
        text-align: left;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: white;
        display: flex;
        align-items: center;
    }
}

/* <it services start> */
.all-ul li {
    margin-bottom: 10px;
}

img.so-widget-image {
    width: 100%;
}

.all-ul li i {
    font-size: 20px;
    background: #96ccf342;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #1692f385;
    margin-right: 10px;
}

/* <it services close> */
/* contect us :start */
.contact-desc {
    background-size: cover;
    background: #edf5ff;
    text-align: center;
    padding: 10px;
    margin-bottom: 17px;
}

.btn-custom {
    background: #65b7f3;
    padding: 10px !important;
    border: 0;
    transition: .7s;
    outline: 0;
    margin-top: 25px;
}

.btn-custom:hover,
a.btn-custom:hover {
    color: #fff;
    box-shadow: 2px 2px 20px 0 rgb(20 20 20 / 30%);
}

.required input:after {
    content: "*";
    color: red;
}

/* contect us :close */
/* Support start */
.tab .nav-tabs li a {
    font-size: 16px;
    color: #333;
    background: 0 0;
    border: none;
    padding: 12px 22px;
    border-radius: 30px;
    position: relative;
    border: 1px solid #eee;
    margin-right: 14px;
}

.tab .tab-content {
    padding: 12px;
    color: #5a5c5d;
    line-height: 24px;
    margin-top: 20px;
    background: #fff;
    border-bottom: 3px solid #2499f1;
}

.nav-tabs li a.active:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid #2499f1;
}

.tab .nav-tabs {
    border-bottom: 0 none;
    background: 0 0;
}

.nav-tabs li a.active {
    border: 0 none;
    background: #2499f1;
    color: #fff;
}

.tab-faq i {
    font-size: 20px;
    background: #96ccf342;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #1692f385;
    margin-right: 10px;
    float: left;
}

/* Support close */

#subheader h1 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 40px;
}

#navbarSupportedContent1.collapse:not(.show) {
    display: block;
}

header#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

img#main-image {
    border: 3px solid #248de0;
    box-shadow: 0 0 10px 0;
}

.icon-bar img {
    width: 42px;
    height: 42px;
    margin-right: 5px;
}

.field-set label span {
    color: red;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .request-demo-2 {
        display: block;
    }

    #navbarSupportedContent1.collapse:not(.show) {
        display: none;
    }

    .support-tabs {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    figure {
        width: fit-content !important;
    }

    .icon-bar {
        margin: 14px 0;
    }

    .video-play-button {
        margin-top: 70px;
    }

    .nav-tabs li a.active:after {
        display: none;
    }

    .support-tabs li a {
        display: block;
        width: 150px;
        text-align: center;
    }

    h2 {
        font-size: 23px;
    }

    .pnb-num {
        text-align: center;
        font-size: 25px;
    }

    section#section-hero\ section h2 {
        font-size: 30px !important;
        line-height: 38px;
    }

    .pnb-text,
    .phone-num-big,
    .section-call {
        text-align: center;
    }

    .feature-box.f-boxed {
        padding: 15px;
    }

    .f-icon-rounded {
        padding: 15px;
    }

    div#content {
        margin-top: 50px;
    }

    .heart {
        display: none;
    }

    p.lead {
        text-align: justify;
    }

    .header-col-left,
    .header-col-right {
        padding-top: 16px;
    }

    section {
        padding: 40px 0 30px 0;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header.header-mobile #mainmenu {
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        padding-right: 30px;
    }
}

/* top-btn-start */
a.top-arrow {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
}

a.top-arrow img {
    width: 100%;
}

.showing {
    display: none;
}

/* top-btn-end */
/* web-start */
.service-container img {
    width: 72px;
    height: auto;
    margin-bottom: 10px;
}

/* web-end */


/* loader css */

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.theme-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3333332e;
    z-index: 9999;
}

.loading-container {
    margin: auto;
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loading {
    border: 4px solid transparent;
    border-color: transparent #2196f3 #2196f3 #2196f3;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}


.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 1s linear 0s infinite normal;
    -o-animation: loading-text-opacity 1s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 1s linear 0s infinite normal;
    animation: loading-text-opacity 1s linear 0s infinite normal;

    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

div#loading-text img {
    width: 42px;
    margin-top: 29px;
}

figure {
    width: 550px
}

.bw {
    word-break: break-word;
}