html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.img-logo{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-- start editing from here --*/
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;


    /*internet explorer*/
    max-height: 2.7rem;
    /*internet explorer*/
}
/*-- end reset --*/
body {
    font-family: 'Hind', sans-serif;
} 

h1 {

    text-align: center;
    padding: 1em 0 0.7em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "titillium-web-semibold", sans-serif;
    font-weight: initial;
}
/*-- slide --*/

@keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

.mainmenu {
    /*background-image: url('../images/bg.jpg');*/
    background-repeat: repeat-x;
    animation: slideleft 60000s infinite linear;
    -webkit-animation: slideleft 60000s infinite linear;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;


}

.bg-layer {
    background: rgba(0, 0, 0, 0.4);
    min-height: 100vh;
    align-items: center !important;
    display: flex !important;
}
.bg-layer2 {
    background: rgb(255, 255, 255);
    min-height: 100vh;
    align-items: center !important;
    display: flex !important;
}
/*-- //slide --*/

/*--header start here--*/
.w3ls-header {
    padding: 0em 0 0;
}

.icon1 {
    margin: 0 0 1.1em;
    padding: .5em 1em;
    background: #ffffff;
    border-radius: 1.875rem;
}
.icon2 {
    margin: 0 0 1.1em;
    padding: .5em 1em;
    background: #fffdfd;
    border-radius: 1.875rem;
    border: solid 1px #ccc;
    display: flex;
}

.icon1 span.fa {
    color: #222;
    width: 22px;
}

.main-icon {
    text-align: center;
}

.main-icon span.fa {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0.6em;
}

.wthree li {
    display: inline-block;
}

a {
    color: #585858;
    margin: 0em;
}

.bottom {
    margin: 1.8em 0 0.7em;
}

.header-main {
    max-width: 310px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 0.2em 2em 2em 2em;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    border: solid 1px rgba(255, 255, 255, 0.06);
}

.sign-up {
    margin: 2em 0;
}

.header-left {
    background: #fff;
    padding: 0px;
}

.sign-up h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #fbbc05;
    width: 40px;
    height: 40px;
    line-height: 1.9em;
    border-radius: 50%;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    color: #989898 !important;
}

.header-left-bottom input[type="text"] {
    outline: none;
    color: #222;
    border: none;    
    display: inline-block;
    background: transparent;

    font-family: "titillium-web-semibold", sans-serif;
    font-size: 1rem;
}

.header-left-bottom input[type="password"] {
    outline: none;
    color: #222;
    border: none;
    display: inline-block;
    background: transparent;

    font-family: "titillium-web-semibold", sans-serif;
    font-size: 1rem;
}

.header-left-bottom button.btn {
    color: #fff;
    text-transform: capitalize;
    padding: .4em 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;


    font-family: "titillium-web-semibold", sans-serif;
    font-size: 1.2rem;
}

/*-- agileits --*/
.header-left-bottom p {

    color: #000;
    display: inline-block;
    width: 100%;
    margin: 1rem 0rem 0rem;
    float: left;

    text-align:  right;
    font-family: "titillium-web-semibold", sans-serif;
}

.header-left-bottom p.right {
    text-align: right;
}

.header-left-bottom p a {

    color: #ffffff;
    text-transform: inherit;
    font-size: 1rem;
}

a:hover{
    text-decoration: underline;
}


.heading h5 {
    color: #c5c5c5;
    color: #000000;
    margin-top: 8px;
    font-size: 20px;
}





/*-- w3layouts --*/
/*-- header end here --*/
h2 {
    font-size: 26em;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 10px;
}

h3 {
    font-size: 2em;
    color: #fff;
}

h3 a {
    font-size: 17px;
    padding-left: 12px;
    color: #04c9f9;
    text-decoration: underline;
}
/*-- copyright --*/
.copyright {
    padding: 1em 0;
    text-align: center;
}

.copyright p {

    font-size: 0.80rem;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.8em;
    font-family: "titillium-web-semibold", sans-serif;
}

.copyright p a {
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
/*-- //copyright --*/
/*-- //main --*/

/*-- responsive-design --*/

@media(max-width:667px) {

    h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }

    svg {
        width: 98%;
        height: 98%;
    }

    #intraurp{

    }
    .header-left-bottom input[type="text"], .header-left-bottom input[type="password"] {
        width: 80%;
    }

}

@media(max-width:415px) {

    h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }

    .social {
        margin: 1em 0 0;
    }

    .copyright {
        padding: 2em 1em;
    }

    svg {
        width: 97%;
        height: 97%;
    }

    #intraurp {
        padding: 0rem 3.7rem;
    }

    .header-left-bottom input[type="text"], .header-left-bottom input[type="password"] {
        width: 80%;
    }
}

@media(max-width:384px) {
    .main-icon span.fa {
        margin-bottom: .6em;
    }

    .header-main {
        max-width: 310px;
        margin: 0 1em;
    }
    
    .header-left-bottom input[type="text"], .header-left-bottom input[type="password"] {
        width: 75%;
    }

    .social ul li {
        margin: 0 2px;
    }

    h1 {
        font-size: 30px;
    }

    svg {
        width: 96%;
        height: 96%;
    }
    #intraurp {
        padding: 0rem 2.7rem;
    }

}

@media(max-width:377px) {
    #intraurp {
        padding: 0rem 2.2rem;
    }
}

@media(max-width:356px) {
    #intraurp {
        padding: 0rem 1.7rem;
    }
}


@media(max-width:320px) {
    #intraurp {
        padding: 0rem 0.9rem;
    }
}



/*-- //responsive-design --*/

@font-face {
    font-family: 'titillium-web-light';
    src: url("../fonts/TitilliumWeb-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'titillium-web-regular';
    src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'titillium-web-semibold';
    src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'titillium-web-bold';
    src: url("../fonts/TitilliumWeb-Bold.ttf") format("truetype");
}


/* btn animation*/
button {
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #0fba1c,#03a9f4, #0fba1c,#03a9f4 );
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
}

    button:hover {
        animation: animate 8s linear infinite;
    }

@keyframes animate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}


button:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #0fba1c,#03a9f4, #0fba1c,#03a9f4 );
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 0.5s;
}

button:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
    -webkit-animation: animate 8s linear infinite;
    -moz-animation: animate 8s linear infinite;
    -o-animation: animate 8s linear infinite;
    
}

/*----font-faces-----------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonticon/fontawesome-webfont.eot?v=4.7.0');
    /*src: url('../fonticon/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonticon') format('woff2'),url('../fonticon/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonticon/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonticon/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');*/
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.fa-eercast:before {
    
    content: url('../images/logurp.png');
}

.fa-user:before {
    content: "\f007"
}
.fa-lock:before {
    content: "\f023"
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}




.logo {
            margin: 0.8rem 0rem 2.6rem;
            padding: 0rem 3.7rem;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
    }

    .logo a.logo-mini {
    opacity: 1;
    float: left;
    width: 2.7rem;
    text-align: center;
    margin-right: 15px;
    }

.logo .simple-text {
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 400;
    line-height: 2.3;
    font-family: "titillium-web-regular", sans-serif;
    overflow: hidden;
    text-decoration: none;
}
.logo .simple-text2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #807e7e;
    white-space: nowrap;
    font-weight: 400;
    line-height: 2.3;
    font-family: "titillium-web-regular", sans-serif;
    overflow: hidden;
    text-decoration: none;
}
.error-login{
    font-family: "titillium-web-regular", sans-serif;
    color:red;
}
    .logo a.logo-normal {
    display: block;
    
  
}



/*----------wave animation----*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #cccccc 20%, #ffffff 80%);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.border-login-adm {
    -webkit-box-shadow: -1px 4px 28px 0px rgb(0 0 0 / 75%) !important;
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75) !important;
    box-shadow: -1px 4px 28px 0px rgb(161 24 24 / 75%) !important;
    border: solid 1px rgb(211 12 12 / 97%) !important;
}