﻿
/*@font-face {
    font-family: 'SiemensSans_Global_Bold';
    src: url('../Fonts/SiemensSans_Global_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SiemensSans_Prof_Black';
    src: url('../Fonts/SiemensSans_Prof_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'SiemensSans_Global_Roman';
    src: url('../Fonts/SiemensSans_Global_Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'SiemensSans_Prof_Roman';
    src: url('../Fonts/SiemensSans_Prof_Roman.ttf') format('truetype');
}*/
@font-face {
    font-family: 'SiemensSans_Global_Bold';
    src: url('../woff2/SiemensSans_Prof_Bold-cbe587a0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Black';
    src: url('../woff2/SiemensSans_Prof_Black-616fb6d5.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Global_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}
@import "formstyle.css";

html {
    font-size: 62.5%;
}

html, body {
    background: #000028;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 40%;
    }
}

body::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

body::-webkit-scrollbar-track {
    background: linear-gradient( 90deg,#434343,#434343 1px,#111 0,#111);
}

body::-webkit-scrollbar-thumb {
    background: #434343;
    border-radius: 16px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
}
p b{
    font-weight:bold;
}

a {
    color: #00E6DC;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100% !important;
/*    margin-bottom: 100px;*/
    font-family: 'SiemensSans_Prof_Roman';
}

.jumbotron {
    background-color: transparent;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none !important;
    }

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin: 0;
}

.popular-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0px;
}
/*
preloader
*/
.preloader {
    background:rgb(0,0,40);
  /*  background: #09080f;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.animate-icon {
    position: absolute;
    animation: preloader-animate 5s infinite;
}

.box {
    width: 200px;
    height: 200px;
    border: 10px solid #00ffbb25;
    border-right-color: #00ffb9;
    border-bottom-color: #00ffb9;
    border-top-color: #00ffb9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    animation: box-animate 4s infinite linear;
}

.box1 {
    width: 100px;
    height: 100px;
    border: 5px solid #00ffbb25;
    border-top-color: #00ffb9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    animation: box-animate 8s infinite linear;
}

/*.box2 {
    width: 170px;
    height: 170px;
    border: 1px solid #00ffbb25;
    border-left-color: #00ffb9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    animation: box-animate 20s infinite linear;
}*/
/*
.box1::before {
    position: absolute;
    content: "";
    left: -11px;
    width: 20px;
    height: 20px;
    background: #00ffb9;
    border-radius: 50%;
    animation: box-animate 1s linear infinite;
}

.box2::before {
    position: absolute;
    content: "";
    right: -11px;
    width: 20px;
    height: 20px;
    background: #00ffb9;
    border-radius: 50%;
    animation: box-animate 4s linear infinite;
}

.box::before {
    position: absolute;
    content: "";
    left: -11px;
    width: 20px;
    height: 20px;
    background: #00ffb9;
    border-radius: 50%;
    animation: box-animate 1s linear infinite;
}*/

@keyframes preloader-animate {
    0% {
        transform: translateY(1px);
    }

    10% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(1px);
    }

    30% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(1px);
    }

    50% {
        transform: translateY(0) rotate(45deg);
    }

    60% {
        transform: translateY(1px);
    }

    70% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(1px);
    }

    90% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(1px);
        opacity: 0;
    }
}

@keyframes box-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

.form-trans {
    padding: 1rem 2rem;
    border: 1px solid #999;
    font-size: 18px;
    color: #1c87c9;
    background-color: #eee;
    cursor: pointer;
    font-family: 'SiemensSans_Global_Bold';
    letter-spacing: 1px;
}

    .form-trans option {
        cursor: pointer;
        font-family: 'SiemensSans_Global_Bold';
    }

        .form-trans option:hover {
            background: rgb(0, 184, 159)
        }

.search-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    width: 100vw;
    z-index: 999;
    display: flex;
    height: 100vh !important;
}

.search {
    position: fixed;
    top: 15rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}

.icon {
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #C1C3D1;
}

.icon-remove-border {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.search .form-control {
    height: 40px;
    border-radius: 0;
    outline: none;
    width: 0px;
    background: #fff !important;
    color: gray !important;
    border: none;
    transition: 1s;
    padding: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.search .active {
    width: 250px;
    padding-left:10px !important;
}

.search .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 9999;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #C1C3D1;
}

.home {
    position: fixed;
    bottom: 22rem;
    right: 2rem;
    z-index: 9999;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #C1C3D1;
}

.lang-btn {
    position: fixed;
    bottom: 30rem;
    right: 2rem;
    z-index: 9999;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #C1C3D1;
    color: rgb(0, 184, 159);
}

.form-change-lang {
    position: fixed;
    bottom: 27rem;
    right: 6rem;
    z-index: 9999;
    display: none;
}

.theme-changer {
    position: fixed;
    bottom: 14rem;
    right: 2rem;
    z-index: 9999;
    background: linear-gradient(#00ffb9,#00e6dc);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #C1C3D1;
}
.icon-lightbulb:before {
    content: "\e99a";
}
.icon-moon:before {
    content: "\e99b";
}
.show-form-lang {
    display: flex;
}

/*------------product carousel-----------*/
/* --------------------
:: 10.0 Sidebar Area CSS
-------------------- */
/* About me */
.single-widget-area {
    margin-bottom: 50px;
}

.widget-title > h6 {
    font-family: 'SiemensSans_Global_Bold';
    background: #242582;
    color: rgb(0, 148, 255);
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.about-me-widget-thumb img {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 50%;
}

.about-me-widget h4 {
    font-family: 'SiemensSans_Global_Bold';
    margin: 15px 0;
    font-weight: 400;
}

.about-me-widget p {
    color: #51545f;
    margin-bottom: 0;
}

/* subscribe_follow_area */

.subscribe-link > a {
    font-size: 14px;
    color: #51545f;
    padding: 0 15px;
}

    .subscribe-link > a:hover {
        color: rgb(0, 148, 255);
    }

.subscribe-link {
    padding-top: 20px;
}

/* popular post */

.popular-post-widget .single-populer-post img {
    height: 120px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    align-self: center;
}

.popular-post-widget .single-populer-post:last-of-type img {
    margin-bottom: 0;
}

.popular-post-widget .single-populer-post img {
    width: calc(50% - 10px);
}

.popular-post-widget .single-populer-post img,
.popular-post-widget .single-populer-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.popular-post-widget .single-populer-post .post-content {
    margin-left: 10px;
}

    .popular-post-widget .single-populer-post .post-content > p {
        font-size: 1.4rem;
        color: #b5aec4;
        font-weight: 400;
        margin-bottom: 0;
    }

    .popular-post-widget .single-populer-post .post-content h6 {
        font-family: 'SiemensSans_Global_Bold';
        font-size: 1.5rem;
        text-transform: capitalize;
    }


/* Add Widget */

.add-widget .add-widget-area {
    position: relative;
    z-index: 1;
}

    .add-widget .add-widget-area img {
        border-radius: 30px;
    }

    .add-widget .add-widget-area:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        background-color: rgba(30, 29, 29, 0.8);
        z-index: 1;
        border-radius: 30px
    }

.add-widget .add-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .add-widget .add-text h2,
    .add-widget .add-text p {
        color: #fff;
    }

    .add-widget .add-text p {
        font-size: 14px;
    }

    .add-widget .add-text a {
        min-width: 130px;
        height: 40px;
        border: 1px solid #00e6dc;
        color: #00e6dc;
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 30px;
        line-height: 40px;
    }

        .add-widget .add-text a:hover {
            border: 1px solid #00e6dc;
            color: #fff;
            background-color: #00e6dc;
        }

/* Newsletter Widget CSS */

.newsletter-widget p {
    font-size: 14px;
}

.newsletter-form {
    position: relative;
    z-index: 1;
}

    .newsletter-form input {
        width: 100%;
        height: 40px;
        background-color: #f5f5f8;
        border: 1px solid #e1e1e1;
        border-radius: 30px;
        padding: 0 20px;
        font-size: 14px;
        color: #b5aec4;
    }

    .newsletter-form button {
        width: 40px;
        height: 40px;
        background-color: #00e6dc;
        border: none;
        color: #fff;
        border-radius: 30px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        cursor: pointer;
    }


.mt-up {
    margin-top: -8px;
}



.navigation .navigation-checkbox {
    display: none;
}

.navigation .navigation-button {
    background-color: white;
    height: 6.7rem;
    width: 6.7rem;
    border-radius: 50%;
    position: fixed;
    top: 6rem;
    right: 2rem;
    z-index: 2000;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    border: 1px solid #C1C3D1;
}

.navigation .navigation-background {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: fixed;
    top: 6.5rem;
    right: 2rem;
    background-image: radial-gradient(rgb(0,0,40),rgb(0,153,153));
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
}

.navigation .navigation-nav {
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1500;
    transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    opacity: 1;
}

    .navigation .navigation-nav .navigation-list {
        list-style: none;
        position: absolute;
        top: 50%;
        left: 150%;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
    }


        .navigation .navigation-nav .navigation-list .navigation-item {
            margin: 1rem;
        }

            .navigation .navigation-nav .navigation-list .navigation-item .navigation-link:link, .navigation .navigation-nav .navigation-list .navigation-item .navigation-link:visited {
                display: inline-block;
                padding: .8rem 3rem;
                font-size: 2.4rem;
                font-weight: 500;
                color: white;
                text-decoration: none;
                /*text-transform: uppercase;*/
                background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
                background-size: 250%;
                transition: .5s;
                letter-spacing: 1px;
                font-family: 'SiemensSans_Global_Roman';
            }

            .navigation .navigation-nav .navigation-list .navigation-item .navigation-link:hover, .navigation .navigation-nav .navigation-list .navigation-item .navigation-link:active {
                background-position: 100%;
                color: #55c57a;
                transform: translateX(1rem);
            }

.navigation .navigation-checkbox:checked ~ .navigation-background {
    transform: scale(80);
}

.navigation .navigation-checkbox:checked ~ .navigation-nav {
    width: 100%;
    opacity: 1;
}

.navigation-icon {
    position: relative;
    margin-top: 3.3rem;
}

    .navigation-icon, .navigation-icon::before, .navigation-icon::after {
        width: 3rem;
        height: 2px;
        background-color: #333;
        display: inline-block;
    }

        .navigation-icon::before, .navigation-icon::after {
            content: "";
            position: absolute;
            left: 0;
            transition: all .3s;
        }

        .navigation-icon::after {
            top: -.8rem;
        }

        .navigation-icon::before {
            top: .8rem;
        }

.navigation-button:hover .navigation-icon::before {
    top: 1rem;
}

.navigation-button:hover .navigation-icon::after {
    top: -1rem;
}

.navigation-checkbox:checked + .navigation-button .navigation-icon {
    background-color: transparent;
}

    .navigation-checkbox:checked + .navigation-button .navigation-icon::after {
        top: 0;
        transform: rotate(135deg);
    }

    .navigation-checkbox:checked + .navigation-button .navigation-icon::before {
        top: 0;
        transform: rotate(-135deg);
    }


.header {
    position: relative;
    height: 95vh;
    background-image: linear-gradient(to right bottom, rgba(0,0,0,.2), rgba(0,0,0,.7)), url("Images/8083-visual-kauf-180629-1-srgb_original.jpg");
    background-size: cover;
    background-position: top;
}

.approvalCount {
    background-color: #ef0137;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    top: 0;
    color: #fff;
    border-radius: 100%;
}

.header .header-logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem;
}

.header .header-logo {
    height: 3.5rem;
    z-index: 9999999;
}

.header .header-text-box {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.headeing-primary {
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

    .headeing-primary .heading-primary-main {
        display: block;
        font-size: 5rem;
        font-weight: 900;
        letter-spacing: 1.5rem;
        animation: moveInLeft 1s ease-out;
        color: white;
    }

    .headeing-primary .heading-primary-sub {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 1rem;
        animation: moveInRight 1s ease-out;
    }

.heading-secondary {
    font-family: 'SiemensSans_Global_Bold';
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(0, 184, 159);
    transition: all .4s;
    letter-spacing: .2rem;
    position: relative;
}

    .heading-secondary::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: rgba(0,0,40,0.7);
    }



.btn, .btn:link, .btn:visited {
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 10rem;
    transition: all 0.2s;
    position: relative;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    padding: 14px 10px;
    width: 190px;
    letter-spacing: 3px;
    background-color: #ef0137;
    color: white;
    margin:10px;
}

    .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    }

        .btn:hover::after {
            transform: scaleX(1.4) scaleY(1.6);
            opacity: 0;
        }

    .btn:active {
        transform: translateY(-1px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    }

    .btn:focus {
        outline: none;
    }

    .btn::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 10rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.4s;
    }

    .btn.btn-animated {
        animation: moveInBottom 0.5s ease-out 0.75s;
        animation-fill-mode: backwards;
    }

.btn-white {
    background-color: #fff;
    color: #777;
}

    .btn-white::after {
        background-color: #fff;
    }

    .btn-white:hover {
        color: #777;
    }

.btn-form {
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 10rem;
    transition: all 0.2s;
    position: relative;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    padding: 14px 10px;
    letter-spacing: 3px;
    background-color: #ef0137;
    color: white;
    width: 190px;
    font-family: 'SiemensSans_Prof_Roman';
}

.btn-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.btn-admin {
    min-width: 300px;
}

.btn-add {
    max-width: 240px;
}

.tbl-butn {
    padding: 20px;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-10rem);
    }

    80% {
        transform: translateX(2rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@-moz-keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }

    80% {
        transform: translateX(-2rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@-webkit-keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }

    80% {
        transform: translateX(-2rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }

    80% {
        transform: translateX(-2rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}



.card-main {
    width: 100%;
    height: 430px;
    padding: 30px;
    background-size: 200%;
    background-position: center;
    transition: background-size .3s;
    border: 1px solid #fff;
}

    .card-main:hover {
        background-size: 220%;
        color: white;
    }

.card-main-1 {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.9),rgba(0,0,0,1)),url(Images/8104-06-sitrain-visual-180903-1-highres-cmyk_large.jpg);
}

.card-main-2 {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.9),rgba(0,0,0,1)),url(Images/gettyimages-598255892-super_original.jpg);
}

.card-main-3 {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.9),rgba(0,0,0,1)),url(Images/mother-watching-daughter-assembling-electronics-at-science-center_medium.jpg);
}

.card-main-4 {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.9),rgba(0,0,0,1)),url(Images/SL3.jpg);
}



.card-heading {
    color: rgb(0, 184, 159);
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 240px;
    margin-bottom: 20px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

    .card-heading:hover {
        color: white;
        transition: all .5s;
    }

    .card-heading::before {
        position: absolute;
        content: '';
        top: -10px;
        left: 0;
        height: 3px;
        width: 120px;
        background-color: #fff;
    }

.card-main:hover .card-heading {
    color: #fff;
}

.card-para {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.card-date-icon {
    cursor: pointer;
    display: flex;
}

.card-comment-icon {
    display: flex;
    cursor: pointer;
}

.card-date-icon:hover .card-icon {
    color: rgb(0, 184, 159);
}

.card-date-icon:hover .card-date {
    color: rgb(0, 184, 159);
}

.card-comment-icon:hover .card-icon {
    color: rgb(0, 184, 159);
}

.card-comment-icon:hover .card-comment {
    color: rgb(0, 184, 159);
}

.card-icon {
    color: white;
    font-size: 15px;
    transition: all .5s;
}

.card-date {
    color: white;
    font-size: 15px;
    transition: all .5s;
    margin-left: 10px;
}

.card-comment {
    color: white;
    font-size: 15px;
    transition: all .5s;
    margin-left: 10px;
}

.u-center-text {
    text-align: center;
}

.u-margin-bottom-8 {
    margin-bottom: 6rem;
    margin-top: 4rem;
}


.post-categories {
    padding: 30px;
}

.side-post-container {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 30px;
}

    .side-post-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: rgb(0, 184, 159);
    }

.side-post-head {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
}

.side-post-box {
    border-bottom: 2px dotted #b9b9b9;
    margin-bottom: 15px;
    transition: all .5s;
    cursor: pointer;
}

    .side-post-box:hover {
        border-bottom: 2px dotted rgb(0, 184, 159);
    }


.tag-name {
    font-size: 12px;
    width: 100%;
    height: 25px;
    margin: 5px;
    padding: 0;
}

.special-qoute {
    font-style: italic;
    text-align: center;
}

    .special-qoute .fa {
        font-size: 30px;
        margin-bottom: 25px;
    }


.blog-detail-home {
    background-image: url('Images/business-wallpaper-20.jpg');
    width: 100%;
    min-height: 320px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .blog-detail-home h3 {
        font-weight: bold;
        font-size: 25px;
    }

.blog-details-in-short {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}

    .blog-details-in-short .line {
        height: 2px;
        width: 75px;
        background-color: #51545f;
    }

    .blog-details-in-short p {
        margin-top: 10px;
    }


/*article Card*/
.article {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 340px;
    margin-bottom: 32px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}

.article__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 340px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
    background-color: #09080f;
}

.article__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #09080f;
}

    .article__image::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(15,14,21,.7);
        pointer-events: none;
    }

    .article__image img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 16px;
        pointer-events: none;
    }

.article__content {
    z-index: 1;
    width: 100%;
    margin-top: auto;
    padding: 16px 32px 32px;
    pointer-events: none;
}

.article__meta {
    line-height: 12px;
    color: #aaa;
}

.article__title a {
    color: #eee;
    font-size: 2.5rem;
}

.article__title {
    margin: 12px 0 12px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #eeeeee !important;
    font-family: 'SiemensSans_Prof_Black';
}

.article__excerpt {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
    color: #aaaaaa;
}

.article__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    justify-content: flex-end;
}

.article__author-link {
    font-size: 12px;
    color: #fff;
}

.article__author {
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article__author-image {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 3px;
    margin-right: 8px;
    border: 2px solid #00d7a0;
    border-radius: 50%;
    overflow: hidden;
}

.animate:hover {
    transform: translateY(-10px);
    -webkit-animation: cubic-bezier(.3,.45,.45,.95) .75s;
    animation: cubic-bezier(.3,.45,.45,.95) .75s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}

.col {
    padding-left: 16px;
    padding-right: 16px;
}

/*Carousel*/
#carousel .carousel-inner {
    height: 100vh;
    width: 100%;
}

#carousel .item {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

    #carousel .item img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }

#carousel .carousel-inner .item {
    transition: -webkit-transform 1s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.carousel-caption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(top,rgba(15,15,15,.45),rgba(15,15,15,.8) 65%,#0f0f0f);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
}

.carousel-content {
    padding: 0px 10vw;
}

    .carousel-content .left-content {
        transform: translateY(300px);
        opacity: 0;
        transition: 0.8s ease-in;
        position: relative;
    }

    .carousel-content .right-content {
        transform: translateY(-300px);
        opacity: 0;
        transition: 1.5s ease-in;
        font-family: 'SiemensSans_Global_Bold';
    }

/*    .carousel-content .left-content:before {
        position: absolute;
        content: '';
        top: 0;
        left: -30px;
        width: 5px;
        height: 100px;
        background-color: #00e6dc;
    }*/

    .carousel-content .left-content h1 {
        font-family: 'SiemensSans_Global_Bold';
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 1.5px;
        margin-bottom: 3rem;
    }

    .carousel-content .right-content p {
        margin-bottom: 20px;
        font-family: 'SiemensSans_Global_Bold';
        letter-spacing: 1px;
    }

    .carousel-content .left-content p {
        font-family: 'SiemensSans_Global_Bold';
    }

    .carousel-content .right-content a {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: 'SiemensSans_Global_Bold';
        color: #00e6dc;
    }

.carousel-inner > .item.active .carousel-content .left-content {
    transform: translateY(0);
    opacity: 1;
}

.carousel-inner > .item.active .carousel-content .right-content {
    transform: translateY(0);
    opacity: 1;
}

.carousel-indicators {
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    color: gray;
    transform: translate(0,0);
    margin: 0;
    cursor: pointer;
}

    .carousel-indicators .carousel-indicator-text {
        padding: 15px 20px;
        border-bottom: 2px solid transparent;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .carousel-indicators .active {
        width: 100%;
        height: 100%;
        margin: 0;
        background: transparent;
        border-bottom: 2px solid #00e6dc;
    }

.carousel-Number {
    font-weight: 800;
    font-size: 2rem;
    padding-right: 20px;
    color: rgb(0, 184, 159);
}

.carousel-indicator-text-content h3 {
    font-family: 'SiemensSans_Prof_Black';
    font-weight: 400;
    font-size: 2rem;
}

.carousel-indicator-text-content span {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
}

.carousel-indicators .active > .carousel-indicator-text-content h3 {
    color: #00e6dc;
    font-size: 2rem;
}

/*-------------------------
      blog details
-------------------------*/
.blog-header {
    position: relative;
    min-height: 350px;
    background: url('../Images/DigitalizationHub-837950158_original.jpg');
    background-position: center;
    background-size: cover;
    padding: 5vw;
    padding-top: 8vw;
}

    .blog-header .bg-overlay {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
    }

.blog-title {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .blog-title span {
        padding: 18px;
        background: #ffffff;
        margin-bottom: 2px;
        font-size: 14px;
        width: fit-content;
    }

    .blog-title h1 {
        margin: 30px 0px;
        font-size: 3rem;
        max-width: 600px;
        color: #ffffff;
        font-family: 'SiemensSans_Prof_Black';
        font-weight: 300;
        text-transform: none !important;
        /*font-style: italic;*/
    }

    .blog-title p {
        color: #fff;
        font-size: 18px;
    }

.full-blog {
    margin-top: 2rem;
    color: #ffffff;
    line-height: 2;
    font-family: 'SiemensSans_Prof_Roman' !important;
}

    .full-blog i {
        margin: 20px 0px;
    }

.blog-details-card {
    background: rgba(255,255,255,0.03);
    border-radius: 5px;
}

.full-blog p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    color: lightgray;
    margin: 30px 30px;
}

.full-blog .com-text {
    white-space: normal !important;
}

.blog-details-card h1 {
    margin: 30px 30px;
    letter-spacing: 1px;
    line-height: 2.6rem;
}

.blog-details-card h2 {
    margin: 30px 30px;
    letter-spacing: 1px;
    line-height: 2.6rem;
}

.blog-details-card h3 {
    margin: 30px 30px;
    letter-spacing: 1px;
    line-height: 2.6rem;
}

.blog-details-card h4 {
    margin: 30px 30px;
    letter-spacing: 1px;
    line-height: 2.6rem;
}

.blog-details-card h5 {
    margin: 30px 30px;
    letter-spacing: 1px;
    line-height: 2.6rem;
}

.full-blog span {
    color: #00ff90;
    padding-bottom: 20px;
}

.blog-sub-images {
    width: 100%;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 10px;
}

    .blog-sub-images img {
        border-radius: 10px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.video-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.blog-card {
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.03);
}

    .blog-card h1 {
        font-size: 1.6em;
        letter-spacing: 1.5px;
    }

.toggle-section {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
}

    .toggle-section h4 {
        margin-left: 10px;
        letter-spacing: 1px;
    }

.toggle-switch {
    position: relative;
    width: 70px;
    height: 30px;
}

    .toggle-switch label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #28292c;
        border-radius: 15px;
        cursor: pointer;
    }

    .toggle-switch input {
        position: absolute;
        display: none;
    }

    .toggle-switch .slider {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        transition: 0.3s;
    }

    .toggle-switch input:checked ~ .slider {
        background-color: #ef0137;
    }

    .toggle-switch .slider::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 8px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        box-shadow: inset 10px -4px 0px 0px #d8dbe0;
        background-color: #28292c;
        transition: 0.3s;
    }

    .toggle-switch input:checked ~ .slider::before {
        transform: translateX(40px);
        background-color: #28292c;
        box-shadow: none;
    }

.blog-card img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-card p {
    font-size: 12px;
    color: #00E6DC;
}

.posts {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    margin: 0px;
    padding: 15px 0px;
}


    .posts img {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
    }

    .posts h2 {
        text-align: left;
        padding-left: 15px;
        font-size: 16px;
    }

    .posts h5 {
        text-align: left;
        padding-left: 15px;
        font-size: 12px;
        color: #808080;
    }

    .posts .blog-number {
        position: absolute;
        top: 0;
        left: -10px;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background-color: #00ff90;
        color: #011040;
        font-size: 12px;
        font-weight: 600;
    }

.blog-detail-catagory {
    display: flex;
    align-items: center;
    height: 30px;
    text-align: left;
    margin: 10px 10px;
}

    .blog-detail-catagory .blog-tags {
        margin: 0;
        margin-left: 10px;
        font-size: 18px !important;
    }

.search-engin {
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    border: none;
    border-bottom: 2px solid #00ff90;
    margin-top: 10vh;
    background: #09080f;
}

    .search-engin .form-control {
        min-height: 100px;
        min-width: 50vw;
        background: none;
        outline: none;
        border: none;
        padding-bottom: 0;
        font-size: 30px;
    }

    .search-engin .form-group {
        margin-bottom: 0;
    }

    .search-engin i {
        font-size: 35px;
    }

    .search-engin .form-control:focus {
        outline: none;
        box-shadow: none;
        border: none;
        color: rgb(0, 184, 159);
    }

.hint {
    padding: 10vh;
    margin-top: 20px;
}

.tag {
    background: #00FFB9;
    border-radius: 3px 0 0 3px;
    color: #09080f;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

    /*.tag::before {
  background: #09080f;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}*/

    .tag::after {
        background: #09080f;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #00FFB9;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #00ff90;
        color: #09080f;
    }

        .tag:hover::after {
            border-left-color: #00ff90;
        }

.result-count {
    padding: 10px 40px;
    color: #00e6dc;
}

.search-card {
    position: relative;
    background: transparent;
    color: #fff;
    background: #09080f;
    padding: 15px;
    margin-top: 20px;
    max-height: 350px;
    cursor: pointer;
}



.search-card-img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
}

.search-card-img-style {
    position: relative;
    overflow: hidden;
}

    .search-card-img-style:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
        transition: 0.7s;
        z-index: 999;
    }

.search-card:hover .search-card-img-style:before {
    left: 100%;
}

.search-card h1 {
    margin-bottom: 15px;
}

.search-card:hover h1 {
    color: rgb(0, 184, 159);
}

.two h1 {
    text-transform: none;
    font-family: 'SiemensSans_Prof_Roman';
    position: relative;
}

/*    .two h1:before {
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 60px;
        height: 2px;
        content: "";
        background-color: #c50000;
    }
*/
.blog-data {
    padding: 10px;
    transition: 1s;
    background: #09080f;
}

    .blog-data p {
        font-style: italic;
        font-family: 'SiemensSans_Prof_Roman';
    }

    .blog-data span i {
        color: #00e6dc;
        margin: 10px 10px;
    }

.search-card:hover .blog-data {
    transform: translateY(-70px);
    background: #09080f;
}

.search-card:hover .blogger-details {
    transform: translateY(-70px);
}

.two h1 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: #808080;
    padding-bottom: 10px;
}



.blogger-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #09080f;
    padding: 20px 10px;
    margin-top: 10px;
    transition: 1s;
}

.admin-panel {
    min-height: 100vh;
}



/*table style*/

.btn-tbl {
    width: 250px;
    background: none;
    border: 1px solid #00ffff !important;
    margin-left: 15px !important;
    min-height: 40px;
    color: #00ffff;
    font-weight: 600;
    letter-spacing: 2px;
}
/* === BASE HEADING === */
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'SiemensSans_Prof_Roman';
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
        color: #808080;
    }

.two h1 {
    text-transform: capitalize;
    font-family: 'SiemensSans_Global_Bold';
}

/*    .two h1:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        content: "";
        background-color: #c50000;
    }*/

    .two h1 span {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        line-height: 3em;
        padding-left: 0.25em;
        color: #808080;
        padding-bottom: 10px;
    }

.alt-two h1 {
    text-align: center;
    font-family: 'SiemensSans_Prof_Black';
}
/*
    .alt-two h1:before {
        left: 50%;
        margin-left: -30px;
    }

*/

.btn:hover {
    color: #9ea7af;
}



.table {
    margin-top: 10px;
    width: 100%;
    overflow-x: scroll;
    max-height: 85vh;
    font-family: 'SiemensSans_Global_Bold' !important;
}

th {
    color: #D5DDE5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

    th:first-child {
        border-top-left-radius: 3px;
    }

    th:last-child {
        border-top-right-radius: 3px;
        border-right: none;
    }

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

    tr:hover td {
        background: #caccce !important;
        color: #2D2D2D !important;
        border-top: 1px solid #22262e;
        cursor: pointer;
    }

    tr:first-child {
        border-top: none;
    }

    tr:last-child {
        border-bottom: none;
    }

    tr:nth-child(odd) td {
        background: #EBEBEB;
    }

    tr:nth-child(odd):hover td {
        background: #4E5066;
    }

    tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

td {
    background: #FFFFFF;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

    td:last-child {
        border-right: 0px;
    }

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.table tr {
    background: #fff;
    color: #0087BE;
    font-size: 10px;
    /*white-space: nowrap;*/
    margin: 25px 0;
    width: 250px;
    line-height: 14px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
    line-height: 14px !important;
}

table > thead > tr > th {
    height: 45px;
}

.fine-text {
    font-size: 12px;
    color: #fff;
}

.title-desc {
    color: rgb(0, 184, 159);
    letter-spacing: 1px;
    text-transform: capitalize;
}

.detail-desc-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: auto;
    margin: 20px;
    max-width: 450px;
}

.help-card {
    background: #fff !important;
    font-family: 'SiemensSans_Global_Bold' !important;
    padding: 20px;
    min-width: 300px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}


    .help-card p {
        font-size: 16px;
    }

.Siemens-Header {
    padding: 10px 20px;
    margin: 10px 30px;
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    text-transform: none;
    background: #000028;
}

    .Siemens-Header:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 100%;
        left: 0;
        top: 0;
        background: #00bedc;
    }

.Siemens-para {
    padding-left: 15px;
    font-size: 2rem;
    position: relative;
    text-transform: none;
    background: #000028;
}

    .Siemens-para:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 100%;
        left: 0;
        top: 0;
        background: #00bedc;
    }



/*LIGHT THEME*/
.light-mode{
    background: #eee !important;
}

    .light-mode .navigation .navigation-button {
        background: linear-gradient(#00ffb9,#00e6dc);
    }

    .light-mode .scroll-to-top {
        background: linear-gradient(#00ffb9,#00e6dc);
    }

    .light-mode .icon {
        background: linear-gradient(#00ffb9,#00e6dc);
    }

    .light-mode .search .form-control {
        background: linear-gradient(#00ffb9,#00e6dc) !important;
        color: #000028 !important;
    }

    .light-mode .heading-secondary {
        color: #333353;
    }

    .light-mode .full-blog p {
        color: rgb(0,0,40) !important;
    }

    .light-mode .blog-card {
        background: #f3f3f0 !important;
        box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.16);
    }

    .light-mode .blog-details-card {
        background: #fff;
    }

    .light-mode .full-blog i {
        color: rgb(0,0,40);
    }

    .light-mode .full-blog h2 {
        color: rgb(0,0,40);
    }

    .light-mode .blog-card h3 {
        color: rgb(0,0,40);
    }

    .light-mode .toggle-section h4 {
        color: rgb(0,0,40);
    }

    .light-mode .alt-two h1 {
        color: rgb(0,0,40);
    }

    .light-mode .blog-card .posts {
        border-bottom-color: rgba(0,0,0,.2);
    }

        .light-mode .blog-card .posts h2 {
            color: rgb(0,0,40);
        }

    .light-mode .admin-panel .card {
        background: #f3f3f0 !important;
        box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.16);
    }

        .light-mode .admin-panel .card h1 {
            color: rgb(0,0,40);
        }

        .light-mode .admin-panel .card hr {
            border-top-color: rgba(0,0,0,.2);
        }

    .light-mode .card {
        background: #f3f3f0 !important;
        box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.16);
    }

        .light-mode .card .form-control {
            background: #fff !important;
            color: rgb(0,0,40);
            border: 1px solid rgb(0, 184, 159);
        }

        .light-mode .card .image-input {
            background: #fff !important;
            border: 1px solid rgb(0, 184, 159);
        }

            .light-mode .card .image-input .form-control {
                border-color: none;
            }

    .light-mode .Siemens-Header {
        color: #2b2b2b;
    }

    .light-mode .profile-header h5 {
        color: rgb(0,0,40);
    }

    .light-mode .blog-numbers .blog-numbers-count p {
        color: rgb(0,0,40) !important;
    }

    .light-mode .blog-numbers .blog-numbers-count span {
        color: rgb(0,0,40) !important;
    }

    .light-mode .blog-numbers .blog-numbers-views p {
        color: rgb(0,0,40) !important;
    }

    .light-mode .blog-numbers .blog-numbers-views span {
        color: rgb(0,0,40) !important;
    }

    .light-mode .btn-admin {
        background-color: rgb(0,0,40);
    }

    .light-mode .search-engin {
        background: #fff;
    }

        .light-mode .search-engin .form-control {
            background: #fff;
            color: rgb(0,0,40);
        }

    .light-mode .tag::after {
        background: #e2e1e0;
    }

    .light-mode .search-page {
        min-height: 100vh;
    }

.light-mode .filter-buttons .form-check{
    border-color:#500078;
}
.light-mode .filter-buttons .form-check label{
    color:#500078;
}

.light-mode .filter-buttons .form-check label::before {
    background: #500078;
}
.light-mode .filter-buttons .form-check input[type="radio"]:checked + label {
    color: #fff;
}
.light-mode .filter-buttons .form-check label span{
    color:rgb(0, 184, 159);
}
    .light-mode .profile-header small{
        color:#333353;
    }
    .light-mode .card .form-control::placeholder {
        color: #000028 !important;
    }
    .light-mode .card .form-group .image-input {
        background: #fff;
    }
    .light-mode .card .fine-text {
        color: #333353;
    }
    /*.direction {
    display: flex;
    width: 150px;
    justify-content:space-around;
}

.blgDetails span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #00ffb9;
    color: rgb(0,0,40);
    font-size: 15px;
    width: 50px;
    height: 50px;
}

.blgDetails span .up{
    position:absolute;
    right:0;
}*/
    .btn-edit:hover i {
        color: #ef0137 !important;
        animation: animateHeart 1.2s infinite;
    }

.btn-delet:hover i {
    color: rgb(0,0,40) !important;
    animation: animateHeart 1.2s infinite;
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-block {
    height: 95vh;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 95vh;
    width: 100%;
    transition: -webkit-transform 1s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.mySwiper {
    position: absolute;
    bottom: 0;
    height: 20%;
    box-sizing: border-box;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        border-radius: 5px;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
        transition: -webkit-transform 1s ease;
        transition: transform 1.5s ease;
        transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper .swiper-wrapper .swiper-slide-active {
    position: relative;
    transition: -webkit-transform 1s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.swiper-wrapper div.swiper-slide div.carousel-caption-swiper {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(15,15,15,.45),rgba(15,15,15,.8) 70%,#0f0f0f);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
}



.swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper {
    padding: 0px 10vw;
    color: #fff;
}

    .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .left-content {
        transform: translateY(0);
       visibility:visible;
        transition: 0.8s ease-in;
        position: relative;
    }

    .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .right-content {
        transform: translateY(0);
        visibility: visible;
        transition: 1.5s ease-in;
        font-family: 'SiemensSans_Prof_Roman';
    }

/*    .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .left-content:before {
        position: absolute;
        content: '';
        top: 0;
        left: -30px;
        width: 5px;
        height: 100px;
        background-color: #00e6dc;
    }*/

.swiper-wrapper div.swiper-slide div.carousel-caption-swiper div.carousel-content-swiper .left-content h1 {
    font-family: 'SiemensSans_Prof_Roman';
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .right-content p {
    margin-bottom: 20px;
    font-family: 'SiemensSans_Prof_Roman';
    letter-spacing: 1px;
    font-size: 2rem;
    color:#fff;
}

.swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .left-content p {
    font-family: 'SiemensSans_Prof_Roman';
    font-size: 2rem;
}

.swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .right-content a {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Prof_Roman';
    color: #00e6dc;
}


.swiper-wrapper div.swiper-slide div.carousel-caption-swiper div.carousel-content-swiper .left-content {
  visibility:hidden;
}

.swiper-wrapper div.swiper-slide div.carousel-caption-swiper div.carousel-content-swiper .right-content {
    transform: translateY(-300px);
    visibility: hidden;
}

.swiper-block .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden div.swiper-button-next {
    left: 65px;
    position: absolute;
    bottom: 100%;
    color: rgb(0,0,40);
    font-size: 2rem !important;
    background: rgb(0, 184, 159);
    height: 40px;
    width: 40px;
    border-radius: 10%;
}

.swiper-block .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden div.swiper-button-prev {
    color: rgb(0,0,40);
    position: absolute;
    font-size: 2rem !important;
    background: rgb(0, 184, 159);
    height: 40px;
    width: 40px;
    border-radius: 10%;
}

.swiper-thumb-content {
    font-family: 'SiemensSans_Prof_Roman';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    /*border-top: 1px solid rgba(255,255,255,0.4);*/
}

    .swiper-thumb-content p {
        font-size: 2rem;
    }

.swiper-slide-thumb-active .swiper-thumb-content {
    color: #00e6dc;
    border-bottom: 5px solid rgb(0, 184, 159);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: #fff !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 15px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,75%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    /* margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); */
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,6px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
    display: inline-block;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    transition: all 300ms ease-out;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(0, 184, 159) !important;
    position: relative;
}

    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        content: '';
        position: absolute;
        left: -3px;
        top: -3px;
        right: -3px;
        bottom: -3px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid rgba(255,255,255,0.4);
        transition: all 300ms ease-out;
        transform: scale(2);
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,25%);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}

.btn-show-more{
    margin:auto;
    min-width:250px;
    background:#303030;
    color:rgb(0, 184, 159)!important; 
    position:relative;
    display:flex;
    font-size:12px;
    font-weight:600;
    justify-content:center;
    align-items:center;
}

.btn-show-more .btnicon {
    margin:0px 20px 0px 0px;
    height: 20px;
    width: 20px;
    border-top: 2px solid rgb(0, 184, 159);
    border-left: 2px solid rgb(0, 184, 159);
    border-radius: 100%;
    background:none;
    animation: box-animate 1s infinite linear;
}

.NoBlogsMsg{
    font-size:2rem;
    color:gray;
    font-weight:bold;
    text-align:center;
}

.filter-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: fit-content;
    font-family: 'SiemensSans_Global_Bold';
    overflow: hidden;
}

.filter-buttons .form-check {
    border:1px solid #00ffb9;
    margin:10px;
    padding:0px;
    display:flex;
    align-items:center;
    border-radius:15px;
    position:relative;
    overflow:hidden;
}

    .filter-buttons .form-check label {
        margin: 0;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 100;
        cursor: pointer;
        transform: translateX(-11px);
        position: relative;
        z-index: 99;
        padding: 0.5rem 1.5rem;
        /* width: 107%; */
        height: max-content;
    }

        .filter-buttons .form-check label::before {
            position: absolute;
            content: '';
            top: -10px;
            left: -30px;
            width: 0;
            height: 500%;
            background: rgb(0, 184, 159);
            z-index: -1;
            transition: all 2s;
        }

.filter-buttons .form-check input{
    margin:0px 4px;
    position:relative;
    visibility:hidden;
}

.filter-buttons .form-check input[type="radio"]:checked + label{
    color: rgb(0,0,40);
}
.filter-buttons .form-check input[type="radio"]:checked + label::before{
    width:500%;
}

    @media only screen and (min-width: 768px) {
        .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .left-content p {
        font-size: 1.6rem;
    }
    .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .right-content p {
        font-size: 1.6rem;
    }
    .swiper-wrapper div.swiper-slide.swiper-slide-active div.carousel-caption-swiper div.carousel-content-swiper .right-content a {
        font-size:1.2rem;
    }

    .swiper-thumb-content p {
        font-size: 1.5rem;
    }

    .article__title{
        font-size: 1.3rem;
    }

}


/*  Akash (Busy Indicator CSS) Start  */

.MandatoryIndication {
    color: #ef0137;
    font-size: 14px;
    font-weight: bold;
}

/* Absolute Center Loader */
.ParentLoadingPanel {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    /*overflow: show;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
    .ParentLoadingPanel:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(13 13 10 / 40%);
        /*background-color: #c5c5b8;*/
    }

.CircleSpinner {
    border: 10px solid #dfdfd9;
    border-radius: 50%;
    border-top: 10px solid #00d7a0;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.LoaderText {
    white-space: nowrap;
    font-size: 30px;
    color: #000028;
    letter-spacing: 1px;
    text-align: center;
    /*font-family: 'SiemensSans_Prof_Bold';*/
}

/* Akash (Busy Indicator CSS) End  */
@font-face {
    font-family: 'Siemens_UI_Icons_Webfont-v392';
    src: url('../icon/Siemens_UI_Icons_Webfont-v392.eot?bgwu4a');
    src: url('../icon/Siemens_UI_Icons_Webfont-v392.eot?bgwu4a#iefix') format('embedded-opentype'), url('../icon/Siemens_UI_Icons_Webfont-v392.ttf?bgwu4a') format('truetype'), url('../icon/Siemens_UI_Icons_Webfont-v392.woff?bgwu4a') format('woff'), url('../icon/Siemens_UI_Icons_Webfont-v392.svg?bgwu4a#Siemens_UI_Icons_Webfont-v392') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Siemens_UI_Icons_Webfont-v392' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-Menu:after{
    content: "\e90b";
}
.icon-Menu:before {
    content: "\e907";
}
.icon-Language-11:before {
    content: "\e917";
    font-size: 14px;
}
.e-grid .e-content {
    height : calc(100vh - 320px) !important;
}
.e-grid {
    margin: auto;
}
.siemens-logo {
    position: fixed;
    top: 20px;
    z-index: 9999;
    left: 4.5%;
    width: 150px;
    height: 23px;
}
.logo-img {
    height: 20px;
    /* object-fit: contain; */
    max-width: 100%;
    background-image: url('../Img/sie-logo-white-rgb.png');
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
.light-mode .logo-img {
    height: 20px;
    /* object-fit: contain; */
    max-width: 100%;
    background-image: url('../Img/sie-logo-petrol-rgb.png');
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
.e-grid .e-gridheader {
    padding-right: 17px;
}

.e-grid .e-content {
    overflow-y: scroll !important;
}

#theme svg {
    height: 40px;
    width: 40px;
}

.NewBrandButton {
    height: 44px;
    width: fit-content;
    padding: 8px 32px 8px 32px !important;
    gap: 8px !important;
    background-color: #00CCCC !important;
    font-size: 18px !important;
    color: #000028 !important;
    cursor: pointer !important;
    border: none;
    font-family: 'SiemensSans_Prof_Black';
}

    .NewBrandButton:hover {
        background-color: #00FFB9 !important;
        color: #000028 !important;
    }
.light-mode .NewBrandButton {
    height: 44px;
    width: fit-content;
    padding: 8px 32px 8px 32px !important;
    gap: 8px !important;
    background-color: #007993 !important;
    font-size: 18px !important;
    color: #ffffff !important;
    cursor: pointer;
}

    .light-mode .NewBrandButton:hover {
        background-color: #005159 !important;
        color: #ffffff !important;
    }

.icon_arrow {
    color: #00CCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_arrow::before {
    content: '\e97f';
    font-family: 'Siemens_UI_Icons_Webfont-v392', sans-serif;
    font-size: 34px;
    font-style: normal;
}

.light-mode .icon_arrow {
    color: #007993;
    display: flex;
    justify-content: center;
    align-items: center;
}
.light-mode .icon_arrow::before {
    content: '\e97f';
    font-family: 'Siemens_UI_Icons_Webfont-v392', sans-serif;
    font-size: 34px;
    font-style: normal;
}

.exploreheadsmall {
    margin: 11px auto;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
    font-size: 13px;
    margin-bottom: 20px;
    color: #ffffffa8 !important;
}
.explorehead {
    margin: 11px auto;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
    margin-top: 28px;
    text-transform: none;
}
.light-mode .exploreheadsmall {
    margin: 11px auto;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
    font-size: 13px;
    margin-bottom: 20px;
    color: #333353 !important;
}

.light-mode .explorehead {
    margin: 11px auto;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
    margin-top: 28px;
    color:#000028;
}

.BlogsSpecialHyperLinks {
    color: #00E6DC;
    text-decoration: underline;
}

.quote-container {
    background-color: #0a0a2e; /* Dark blue background */
    max-width: 800px;
    margin: 20px auto;
    position: relative;
    
}

.quote-mark {
    font-size: 72px;
    color: #666;
    font-family: 'SiemensSans_Global_Bold';
    position: absolute;
    font-style: italic;
    margin-top: -10px !important;
}

.quote-text {
    color: white;
    font-size: 24px;
    font-family: 'SiemensSans_Global_Bold';
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
}

/* Remove default blockquote styling */
blockquote {
    border: none;
    margin: 0;
}

/*------------- blogs -----------*/
.explore-cards {
    width: 90%;
    height: -webkit-fill-available;
    overflow: hidden;
    display: table-cell;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    margin: 10px auto;
    position: relative;
}
/*.responsive-main {
    display: table-cell;
    position: relative;
}*/
.img-process {
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden;
}

.explore-crads-img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    overflow: hidden;
}

.explore-cards:hover .explore-crads-img {
    transform: scale(1.1);
    transition: 1s;
}

.explore-cards:hover .explore-head small {
    color: white;
}

.explore-cards:hover .explore-head h5 {
    color: white;
}

.explore-cards:hover .explore-head .icon-Arrow-right-2:before {
    color: white;
}

.explore-head small {
    font-size: 18px;
    color: var(--homepage-blogs-text-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
}

.explore-head h5 {
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Global_Bold';
}

.explore-head p {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: 'SiemensSans_Prof_Roman';
}

.explore-cards:hover .explore-head p {
    /*color: #005159;*/
    color: white;
}

.explore-head a {
    color: white;
    border-bottom: 1px white solid;
    font-size: 18px;
    cursor: pointer;
}

.moving-next {
    display: flex;
    justify-content: right;
    color: white;
    height: 24px;
    transition: 1s;
    align-items: baseline;
    height: 42px;
}

.explore-head {
    padding: 20px 0px;
    height: auto;
}

.r1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
}

.icon-Arrow-right-2:before {
    content: "\e97f";
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.Blogs-main h3 {
    text-align: center;
    font-size: 31px;
    margin: 30px;
    font-family: 'SiemensSans_Global_Bold';
    letter-spacing: 1px;
}

/*-------------End blogs -----------*/



/**===== search spinner  =====*/


.ParentLoadingPanel1 {
    position: relative;
    top: 0px;
    left: 0px;
    background: rgb(0,0,40,0.5);
    width: 100%;
    height: 74vh;
    z-index: 999;
    display: none;
}
.light-mode .ParentLoadingPanel1 {
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    height: 74vh;
    z-index: 999;
    display: none;
}
.spin-loading1 {
    width: 100%;
    height: 100vh;
}

#spinner11 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin: -25px 0 0 -25px;
    border: 6px solid transparent;
    border-top-color: #707375;
    border-bottom-color: #707375;
    border-radius: 50%;
    -webkit-animation: spinner1 1.2s linear infinite;
    animation: spinner1 1.2s linear infinite;
}
.light-mode #spinner11 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin: -25px 0 0 -25px;
    border: 6px solid transparent;
    border-top-color: #000028;
    border-bottom-color: #000028;
    border-radius: 50%;
    -webkit-animation: spinner1 1.2s linear infinite;
    animation: spinner1 1.2s linear infinite;
}
@keyframes spinner1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/** END of search spinner */