﻿/*
1. GLOBAL STYLES
2. HOME BUTTONS and FORMS
3. HOME APPLICATIONS
*/


/* 
 * 1. GLOBAL STYLES 
 */

html, body, form {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    font-size: 13px;
}

.max-height {
    height: 100%;
    margin: 0;
}

.col-max-height {
    display: table;
    height: 100%;
}

.v-middle {
    display: table-cell;
    vertical-align: middle;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.full-height {
    height: 100vh;
}

.min-full-height {
    min-height: 100vh;
}

.all-clear {
    margin: 0;
    padding: 0;
}

.lnk-btn.text-sm {
    font-size: 12px;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

.primary-solid-btn {
    background-color: #ff3399;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.hide-element {
    display: none;
}

#main-header {
    background: #ffffff;
    box-shadow: 0px 0px 5px;
    z-index: 999;
}

    #main-header.fixed-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    #main-header .header-wrapper, #secondary-header .header-wrapper {
        margin: 0 50px;
    }

    #main-header .header-content, #secondary-header .header-content {
        display: table;
        width: 100%;
    }

    #main-header .logo-container {
        vertical-align: middle;
        display: table-cell;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.logo-container img {
    max-width: 90%;
    height: auto;
}
    #main-header #main-nav ul {
        vertical-align: middle;
        display: table-cell;
        padding-bottom: 10px;
        padding-top: 10px;
    }

#main-nav ul a {
    color: #959595;
}

    #main-nav ul a:hover {
        color: rgb(0, 0, 0);
        transition: 0.25s all ease;
    }


#main-header .standard-nav {
    display: table-cell;
    vertical-align: middle;
}

    #main-header .standard-nav > ul {
        font-size: 16px;
        color: #757575;
        display: table;
        float: right;
        text-align: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #main-header .standard-nav > ul > li {
            display: table-cell;
            line-height: initial;
            padding-left: 15px;
            padding-right: 15px
        }

#main-header ul a {
    color: #959595;
}

    #main-header ul a:hover {
        text-decoration: none;
        transition: 0.25s all ease;
        color: #ff3399;
    }

#main-header #product-menu:hover, #main-header #account-menu:hover {
    color: #ff3399;
    cursor: pointer;
}

#main-header .list-view {
    background-color: white;
    box-shadow: 0px 0px 5px darkgrey;
    border-radius: 5px;
    border: 0.2px solid darkgray;
    z-index: 904;
    padding: 5px 0px;
    position: absolute;
    right: 15px;
    top: 70px;
}

    #main-header .list-view ul > li .select-tab {
        padding: 12px;
    }

    #main-header .list-view ul {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #757575;
        text-align: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #main-header .list-view ul > li {
            display: block;
            padding: 0;
            margin: 0;
        }

            #main-header .list-view ul > li:hover {
                background-color: rgb(135,206,250);
                border-radius: 2px;
                transition: 0.22s all ease;
                box-shadow: 0px 0px 3px #959595;
                cursor: pointer;
            }

    #main-header .list-view a:hover {
        color: rgb(61,61,61);
    }



#secondary-header {
    /*background-color: #fe379b;*/
    background-color: #6666bf;
    margin-top: -50px;
}

    #secondary-header .header-content ul, #primary-header #main-nav ul {
        list-style-type: none;
        line-height: 50px;
        display: inline-block;
        font-size: 18px;
        float: right;
        margin: 0;
    }

        #secondary-header .header-content ul a {
            color: rgba(242, 242, 242, 1);
        }

        #secondary-header .header-content ul li, #primary-header #main-nav ul li {
            display: inline-block;
            padding-left: 15px;
            padding-right: 15px;
        }

            #secondary-header .header-content ul li:hover {
                background-color: #545482;
                transition: 0.25s all ease;
            }

.inline {
    display: inline;
}

.text-center {
    text-align: center;
}


div#intro {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

#intro h1 {
    font-size: 75px;
}

#intro h4 {
    font-size: 18px;
}

div#intro-section {
    background-image: url("Images/Wallpapers/Plus-1800x1200.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 0;
    background-attachment: fixed;
    display: table;
    width: 100%;
    height: 100%;
}

.content-wrapper {
    margin: 0 50px;
    padding-top: 75px;
    padding-bottom: 75px;
}


div#intro-content {
    height: 100%;
    padding-top: 15%;
    padding-bottom: 12%;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

div#intro-btns {
    margin-top: 75px;
}

#intro-btns a {
    border-radius: 4px;
    border-color: #ff3399;
    background-color: transparent;
    width: 150px;
    color: #ff3399;
    font-weight: 600;
    transition: 0.25s all ease;
}

    #intro-btns a:hover {
        background-color: #ff3399;
        color: #ffffff;
    }
/* 
 * 2. HOME BUTTONS and FORMS
 */
.btn-home {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    color: #333333;
}

    .btn-home:hover {
        background-color: rgba(255, 255, 255, 1);
    }


.home-form .input-group-addon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    padding: 10px;
    height: 44px;
    border-left: 0px solid #FFFFFF;
}

.home-form input[type=text].form-control::-webkit-input-placeholder, .home-form input[type=password].form-control::-webkit-input-placeholder {
    color: #CCCCCC;
}

.home-form input[type=text].form-control:-moz-placeholder, .home-form input[type=password].form-control:-moz-placeholder { /* Firefox 18- */
    color: #CCCCCC;
}

.home-form input[type=text].form-control::-moz-placeholder, .home-form input[type=password].form-control::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
}

.home-form input[type=text].form-control:-ms-input-placeholder, .home-form input[type=password].form-control:-ms-input-placeholder {
    color: #CCCCCC;
}

.home-form em.invalid {
    font-size: 0.9em;
    color: red;
}

.home-form em.form-error {
    float: right;
    line-height: 34px;
    color: #FFFFFF;
}
/* 
 * 3. HOME APPLICATIONS
 */
.guest-container {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
}

.application-title {
    text-indent: 10px;
}

.applications {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .applications .logo {
        text-align: center;
        margin-top: 250px;
        background-color: rgba(255, 255, 255, 0.2);
        flex: 1;
        margin: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        cursor: pointer;
    }

        .applications .logo i {
            font-size: 75px;
            color: #FFFFFF;
        }

        .applications .logo span {
            font-size: 15px;
            color: #FFFFFF;
        }


/* 
 * 3.1 FOOTER -> HOME APPLICATIONS
 */
.applications-footer .applications .logo {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    flex: 1;
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .applications-footer .applications .logo i {
        font-size: 25px;
        color: #FFFFFF;
    }

    .applications-footer .applications .logo span {
        display: none;
    }

/* 
 * 3.1 HEADER -> HOME APPLICATIONS
 */
.applications-header .applications .logo {
    background-color: transparent;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}

    .applications-header .applications .logo i {
        font-size: 45px;
        color: #FFFFFF;
        float: left;
        margin-right: 10px;
    }

        .applications-header .applications .logo i + span {
            line-height: 45px;
            font-size: 1.5em;
        }


/* 
 * 4. COOL FORM
 */
.cool-form .form-group {
    margin-bottom: 30px;
}

.cool-form input + label.placeholder, .cool-form select + label.placeholder {
    position: absolute;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: normal;
    top: 9px;
    left: 0px;
    color: #AAAAAA;
    opacity: 0.5;
    background-color: transparent;
    padding: 2px;
    padding-right: 4px;
    /*padding-left: 0px;*/
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
    white-space: nowrap;
    overflow-x: visible;
}

    .cool-form input + label.placeholder.set, .cool-form select + label.placeholder.set {
        color: #1a73e8;
        background-color: #FFFFFF;
        /*left:0px;*/
        padding-left: 4px;
        font-size: 16px;
        /*padding-right:4px;*/
    }


.cool-form .state-error em {
    position: absolute;
    bottom: 8px;
    right: 15px;
    color: #FF0000;
    white-space: nowrap;
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.member-info .username {
    color: #FFFFFF;
    font-size: 1.5em;
}

.member-info .profile-img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    float: left;
}

/*Heading section Style*/
h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px !important;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px !important;
}

h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 12px !important;
}


.content-separator {
    padding-top: 75px;
}

.header-section {
    text-align: center;
    margin-bottom: 50px;
}

    .header-section h2 {
        padding-bottom: 10px;
        line-height: 40px;
        position: relative;
        display: inline-block;
    }

    .header-section h6 {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

.eco-icon {
    font-size: 10em;
    color: #77cbff;
    text-align: center;
}

.body-section h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: deeppink;
    letter-spacing: 2px;
}

.body-section p {
    text-align: justify;
    line-height: 28px;
}

.alt-section-color {
    background-color: #f2f2f2;
}


#partners .team-member {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 2px;
    border: 8px solid #FF3399;
}

    #partners .team-member .profile-pic {
        width: 149px;
        height: 149px;
        overflow: hidden;
    }


#footer {
    background-color: #2e3035;
    color: lightgray;
    /*height: 341px;
    margin-top: -341px;*/
}

    #footer .top-bottom-pad {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #footer .p-heading {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 14px;
        color: #ccc;
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 15px;
    }

    #footer ul {
        list-style: none;
        font-size: 12px;
        font-weight: lighter;
        color: #959595;
        letter-spacing: 0.7px;
    }

        #footer ul > li {
            padding-bottom: 10px;
        }

            #footer ul > li > i {
                font-size: 16px;
                margin-right: 10px;
            }


    #footer .general-info {
        line-height: 40px;
        background: #222323;
        font-size: 12px;
        font-weight: 400;
    }

        #footer .general-info a {
            color: #939393;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
        }

            #footer .general-info a:hover {
                color: rgb(211,211,211);
                text-decoration: none;
                transition: 0.15s all ease;
            }

    #footer .brand-logo-area {
        background-color: #404247;
        text-align: center;
        color: #ccc;
    }

    #footer .search-btn {
        border: 2px solid dimgray;
        border-radius: 5px;
        padding: 5px;
        text-indent: 5px;
    }


/*Account Pages CSS*/

.form-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

.password-block i {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0px;
}
.box-default-1 {
    padding: 40px;
}
.login .box-default-1 {
    padding-top: 20px;
}

    .box-default-1 .with-logo .logo-container {
        text-align: center;
        margin-bottom: 20px;
    }

    .box-default-1 .with-logo h2 {
        font-weight: 600;
        font-size: 21px;
        text-align: center;
        color: #262728;
    }

    .box-default-1 .with-logo h3 {
        line-height: 2;
        text-align: center;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: dimgray;
        font-size: 14px;
    }
    .box-default-1 .with-logo h4 {
        line-height: 2;
        text-align: center;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: dimgray;
        font-size: 24px!important;
    }


    .box-default-1 .with-logo .line-separator {
        /*box-shadow: 0px 0px 1px deeppink;*/
        margin-bottom: 30px;
        height: 1px;
        background-color: lightpink;
    }



.lnk-btn {
    border: 0;
    color: #1a73e8;
    background: transparent;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: 0.25px;
    outline: none;
}

    .lnk-btn:active {
        background-color: #b5d1ff;
        border-radius: 2px;
        padding: 5px;
        color: white;
        transition: 0.25s all ease;
    }

.btn-primary:disabled, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:active:focus, .btn-primary:disabled:visited, .btn-primary:disabled:hover {
    background-color: #FFFFFF;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.btn {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 1.2em;
}


    .btn.btn-sm {
        font-size: 1em;
    }

    .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn-default {
    border: 1px solid #999999;
    background-color: #FFFFFF;
    color: #ff3399;
}


.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #ff3399;
    border: 0;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}


.box-default-1 input[type=text], .box-default-1 .with-logo input[type=password] {
    /*background-color:rgba(255, 255, 255, 0.3);*/
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #caccce;
    color: #212121;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0px;
    height: 44px;
    width: 100%;
    outline: none;
    padding-left: 3px;
}

    .box-default-1 .with-logo input[type=text]:focus, .box-default-1 .with-logo input[type=password]:focus {
        border-bottom: 1.5px solid #1a73e8;
    }

.box-default-1 .with-logo .txt-input {
    margin-bottom: 25px;
}

.field-input {
    position: relative;
}


#row-password-meter {
    margin-top: 10px;
    font-size: 0.8em;
}

.password-meter {
    position: relative;
    width: 100%;
}

.password-meter-message {
    text-align: right;
    color: #676767;
}

.password-meter-bg, .password-meter-bar {
    height: 3px;
}

.password-meter-bg {
    top: 8px;
    background: #FFFFFF;
}

    .password-meter-bg.ready {
        top: 8px;
        background: #e0e0e0;
    }



.password-meter-message-too-short, .password-meter-message-weak, .password-meter-message-very-weak {
    color: #ed1c24;
}

.password-meter-message-good {
    color: #6699cc;
}

.password-meter-message-strong {
    color: #008000;
}

.password-meter-bg .password-meter-very-weak {
    background: #ed1c24;
    width: 30px;
}

.password-meter-bg .password-meter-weak {
    background: #ed1c24;
    width: 60px;
}

.password-meter-bg .password-meter-good {
    background: #6699cc;
    width: 135px;
}

.password-meter-bg .password-meter-strong {
    background: #008000;
    width: 100%;
}

#DivSystemMessage {
    position: fixed;
    bottom: 3px;
    right: 3px;
    min-width: 200px;
    min-height: 75px;
    background-color: #CCCCCC;
    z-index: 999999;
    display: none;
    color: #FFFFFF;
    /*-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
    font-weight: bold;*/
}

    #DivSystemMessage .icon {
        position: absolute;
        top: -26px;
        right: 0px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: #FFFFFF;
    }


    #DivSystemMessage.error, #DivSystemMessage.error .icon {
        background-color: #FF5959;
    }

    #DivSystemMessage.error {
        border-left: 4px solid #FF2B2B;
    }

    #DivSystemMessage.message, #DivSystemMessage.message .icon {
        background-color: #FAAD50;
    }

    #DivSystemMessage.message {
        border-left: 4px solid #FF9900;
    }

        #DivSystemMessage.success, #DivSystemMessage.success .icon {
            background-color: #99CC33;
        }

    #DivSystemMessage.success {
        border-left: 4px solid #99CC00;
    }


    #DivSystemMessage .content {
        position: relative;
        margin-left: 10px;
        z-index: 1;
        margin-top: 5px;
        margin-right: 30px;
        font-size: 0.9em;
    }


    #DivSystemMessage .close {
        top: 8px;
        right: 7px;
        width: 10px;
        height: 10px;
        position: absolute;
        z-index: 2;
        opacity: 1;
        font-weight: bold;
    }

        #DivSystemMessage .close::after {
            top: 0px;
            right: 0px;
            width: 10px;
            height: 10px;
            position: absolute;
            content: "X";
            color: #FFFFFF;
            font-size: 12px;
            cursor: pointer;
        }

    #DivSystemMessage .bell {
        -webkit-animation: ring 4s .7s ease-in-out infinite;
        -webkit-transform-origin: 50% 4px;
        -moz-animation: ring 4s .7s ease-in-out infinite;
        -moz-transform-origin: 50% 4px;
        animation: ring 4s .7s ease-in-out infinite;
        transform-origin: 50% 4px;
    }



@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.ul-text li {
    margin-bottom: 10px;
    list-style-type: square;
}

.list-item {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

    .list-item.header {
        background-color:#EEEEEE;
    }

    .list-item.level-2 {
        margin-left: 20px;
    }

.loader {
    position: fixed; /* or absolute */
    top: 40%;
    left: 45%;
    border: 7px solid #FF3399; /* Light grey */
    border-top: 7px solid #f3f3f3; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.footer
{
    margin-top:20px;
}
.footer img {
    max-width: 90%;
    height: auto;
}
