﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset --*/
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, img, 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;
}

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%;
}
/*-- end reset --*/
body {
    font-family: 'Hind', sans-serif;
}
/*-- main --*/

h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 0.4em 0;
}
/*-- slide --*/

@keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

.w3layouts-main {
    background-image: url('../img/hamdardackground.png');
    background-repeat: repeat-x;
    animation: slideleft 20000s infinite linear;
    -webkit-animation: slideleft 20000s 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.7);
    min-height: 100vh;
}
/*-- //slide --*/

/*--header start here--*/
.w3ls-header {
    padding: 0em 0 0;
}

.icon1 {
    margin: 0 0 1em;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.94);
}

    .icon1 span.fa {
        color: #222;
        width: 22px;
        display: inline !important;
    }

.main-icon {
    text-align: center;
    margin-bottom: 15px;
}

    .main-icon span.fa {
        font-size: 50px;
        color: #fff;
        margin-bottom: 1em;
    }

.wthree li {
    display: inline-block;
}

a {
    color: #585858;
    margin: 0em;
}

.bottom {
    margin: 1em 0 0;
}

.header-main {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 1em;
    background: rgb(255 255 255 / 28%);
    -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);
}

.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: #333 !important;
}

.header-left-bottom input[type="email"] {
    outline: none;
    font-size: 15px;
    color: #222;
    border: none;
    width: 90%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}

.header-left-bottom button.btn {
    background: #007cc0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    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%;
}

/*-- agileits --*/
.header-left-bottom p {
    font-size: 17px;
    color: #000;
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    letter-spacing: 1px;
    float: left;
}

    .header-left-bottom p.right {
        text-align: right;
    }

    .header-left-bottom p a {
        font-size: 11px;
        color: #e2e2e2;
        text-transform: uppercase;
    }

.social {
    margin: 2em 0 0;
}

.heading h5 {
    color: #c5c5c5;
    color: #000000;
    margin-top: 8px;
    font-size: 20px;
}

.social span.fa {
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    margin: 0 5px;
    transition: 0.5s all;
}

.social ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.social a.facebook {
    background: #3b5998;
}

.social a.twitter {
    background: #1da1f2;
}

.social a.linkedin {
    background: #00a0dc;
}

.social a.google {
    background: #dd4b39;
}

.social ul li a {
    background: rgba(255, 255, 255, 0.22);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.login-check {
    position: relative;
}

.checkbox i {
    position: absolute;
    top: 0px;
    left: 0%;
    text-align: center;
    display: block;
    width: 19px;
    height: 17px;
    outline: none;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: pointer;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input + i:after {
    content: url(../images/tick.png);
    top: -1px;
    left: 2px;
    width: 15px;
    height: 15px;
}

.checkbox {
    position: relative;
    display: block;
    padding-left: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}
/*-- w3layouts --*/
/*-- copyright --*/
.copyright {
    padding: 2em 0;
    text-align: center;
}

    .copyright p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #ccc;
        line-height: 1.8em;
    }

        .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;
    }
}

@media(max-width:415px) {

    h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }

    .social {
        margin: 1em 0 0;
    }

    .copyright {
        padding: 2em 1em;
    }
}

@media(max-width:384px) {
    .main-icon span.fa {
        margin-bottom: .6em;
    }

    .header-main {
        max-width: 310px;
        margin: 0 1em;
    }

    .header-left-bottom input[type="email"], .header-left-bottom input[type="password"] {
        width: 88%;
    }

    .social ul li {
        margin: 0 2px;
    }

    h1 {
        font-size: 30px;
    }
}
/*-- //responsive-design --*/
.main-icon img {
    width: 90px;
    padding: 0px;
    border: 3px solid #2ca02c;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 11px 4px #f4f4f4;
}

.dashboard .logo-details img {
    width: 47px;
    padding: 0px;
    border: 1px solid #2ca02c;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px #f4f4f4;
    margin-left: 15px;
}

.page-body-wrapper {
    background-image: url('../img/hamdardackground.png');
    background-repeat: repeat-x;
    animation: slideleft 20000s infinite linear;
    -webkit-animation: slideleft 20000s infinite linear;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}
.sidebar-icon-only .page-body-wrapper {
    animation: none;
    -webkit-animation: none;
}
.sidebar-icon-only .main-panel{
    width: 100%;
}
.content-wrapper {
    background-image: url('../img/dashboard.png');
    background-repeat: repeat-x;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
    padding: 0px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.right_side {
    width: 100%;
    padding-right: 10px;
}
.right_col_layout {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: 100%;
    height: auto;
}

#nav-wrapper {
    margin-top: 70px;
}

.top_menu {
    margin-top: 40px;
    text-align: center;
}

    .top_menu ul {
        margin: 0 auto;
        display: inline-flex;
    }

        .top_menu ul li {
            background: #1c8290;
            margin: 0 3px;
            padding: 5px 10px;
            border-radius: 5px;
            margin-bottom: 3px;
            box-shadow: 2px 3px 1px 0px #ff8b96;
        }

            .top_menu ul li:hover {
                background: #000000;
            }

                .top_menu ul li:hover a {
                    color: #ffffff;
                }

        .top_menu ul a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
        }

        .top_menu ul li a:hover:after {
            transform: scaleY(1);
        }
/* Dropdowns */
.dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown .dropdown-menu {
    margin-top: .75rem;
    font-size: 0.875rem;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    position: absolute;
    display: none;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 1rem;
    padding: .25rem 1.5rem;
}

    .dropdown .dropdown-menu .dropdown-item:active {
        background: initial;
    }

    .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #000000;
    }
.search-box {
    display: none;
    position: absolute;
    width: 47%;
    left: 30%;
}

    .search-box.active, .top_menu.active {
        display: block;
    }

.top_menu.active {
    display: none;
}

.search-button img {
    width: 18px;
    margin-top: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.card-title-heading {
    background: #1c8290;
    color: #ffffff;
    padding: 10px;
    box-shadow: 5px 5px 1px 0px #d1d1d1;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    font-family: "ubuntu-medium", sans-serif;
    font-size: 1.125rem;
}

@media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }

    .sidebar {
        width: 78px;
    }

        .sidebar.close {
            width: 0;
        }

    .home-section {
        left: 78px;
        width: calc(100% - 78px);
        z-index: 100;
    }

    .sidebar.close ~ .home-section {
        width: 100%;
        left: 0;
    }
}

.icon1 {
    display: flex;
}

    .icon1 span.fa {
        margin-top: 10px;
    }

.bg-layer h3 {
    color: #ffffff;
    font-size: 24px;
}

    .bg-layer h3 .fa {
        margin-right: 5px;
    }

.links {
    text-align: left;
}

    .links a {
        color: #ffffff;
        font-size: 14px;
    }

        .links a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.error_block {
    margin: 0 auto;
    display: inline-block;
}

.error_icon {
    width: 30px;
    float: left;
    margin-right: 20px;
}

.error_block p {
    float: left;
}

.modal-header {
    background-color: #313132d6;
    padding: 5px 10px !important;
}

.modal-title {
    color: #ffffff;
}

.fa-home {
    margin-top: 17px;
}
.navbar-dropdown.active {
    display: block;
}
.event-header {
    background: #424242;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    border: 1px solid #c1c1c1 !important;
    border-color: #424242;
    text-transform: uppercase;
    margin: 2px 0px;
}

.month-name {
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid;
    background-color: #2CC990;
    margin: 2px 0px;
}

    .month-name.second {
        background-color: #2D3E50 !important;
    }

.month-name2 {
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid;
    background-color: #BB3658;
    margin: 2px 0px;
}

    .month-name2.second {
        background-color: #f58220 !important;
    }

.month-card {
    padding: 5px 0px;
}

.media-left-event {
    font-size: 22px;
    padding: 22px 18px;
    color: #fff;
    width: 12%;
    float: left;
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #E24443;
}

.event-header-odd:nth-of-type(odd) .oddEvent {
    background: #2D3E50;
}

.event-header-odd:nth-of-type(even) .oddEvent {
    background: #E24443;
}

.event-header-even:nth-of-type(odd) .oddEvent {
    background: #2D3E50;
}

.event-header-even:nth-of-type(even) .oddEvent {
    background: #E24443;
}



.media-event, .media-body-event {
    overflow: hidden;
    zoom: 1;
}

.media-object-event {
    display: block;
}

.media-body-event, .media-left-event, .media-right-event {
    display: table-cell;
    vertical-align: top;
}

.media-left-event, .media-event > .pull-left {
    padding-right: 10px;
}

.media-heading-event {
    margin-top: 0;
    margin-bottom: 5px;
}

h4.media-heading-event {
    font-size: 16px;
}

.media-body-event .event-time {
    font-size: 12px;
}

.media-body-event {
    padding: 10px;
    width: 100%;
    float: left;
    padding-left: 75px;
}

.media-event {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: -1px 0px 4px #c1c0c0;
}
.left_col {
    margin-top: -40px;
    float: left;
}
.right_col_layout {
    margin-right: 10px;
}
.more-less {
    float: right;
}
.panel-heading {
    padding: 0;
}
@media(min-width:470px) {
    .captacha_icon {
        display: block;
    }
}