/* Minification failed. Returning unminified contents.
(1394,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    background-color: #e2e8f0;
}

.astrick {
    color: red !important;
}

.carousel {
    background: #444;
}
.carousel-item .img-fluid {
    width: 100%;
    height: auto;
}
.carousel-item a {
    display: block;
    width: 100%;
}
.carousel-img{
    height:500px;
}
@media only screen and (max-width: 480px) {
    .carousel-img {
        height: 250px;
    }
}

/*============================================================ Start: for header menu ============================================================*/
/*---------------------- top nav -------------------------*/
.topnav {
    width: 100%;
    background-color: #dc3545;
    overflow: auto;
}

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        padding: 12px;
    }

        .topnav a:hover {
            background-color: #102544;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

/*---------------------- navbar ---------------------*/
.navbar-brand span {
    color: #dc3545 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive !important;
}

.navbar-brand {
    color: #fff !important;
    font-size: 25px !important;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    font-family: 'Gothic A1', sans-serif !important;
}

    .navbar-nav .nav-item .nav-link:hover {
        color: #dc3545 !important;
        cursor: pointer !important;
    }

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #dc3545 !important;
}

.dropdown:hover .multi-level {
    display: block !important;
}

.dropdown-item:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.dropdown .dropdown-toggle:after {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    font: normal normal normal 24 px /1 "Material Design Icons" !important;
    content: " \25BE" !important;
    height: auto !important;
    vertical-align: baseline !important;
    font-size: 0.75rem !important;
}

nav {
    -webkit-transition: padding-top .3s,padding-bottom .3s !important;
    -moz-transition: padding-top .3s,padding-bottom .3s !important;
    transition: padding-top .3s,padding-bottom .3s !important;
    border: none;
}

.nav-color {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: darkred !important;
}


.dropdown-submenu {
    position: relative !important;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        -webkit-border-radius: 0 6px 6px 6px !important;
        -moz-border-radius: 0 6px 6px !important;
        border-radius: 0 6px 6px 6px !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-submenu > a:after {
        display: block !important;
        content: "" !important;
        float: right !important;
        width: 0 !important;
        height: 0 !important;
        border-color: transparent !important;
        border-style: solid !important;
        border-width: 5px 0 5px 5px !important;
        border-left-color: #ccc !important;
        margin-top: 5px !important;
        margin-right: -10px !important;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff !important;
    }

    .dropdown-submenu.pull-left {
        float: none !important;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100% !important;
            margin-left: 10px !important;
            -webkit-border-radius: 6px 0 6px 6px !important;
            -moz-border-radius: 6px 0 6px 6px !important;
            border-radius: 6px 0 6px 6px !important;
        }

@media (max-width:500px) {
    .navbar-nav {
        background-color: #000 !important;
        border-top: 3px solid #dc3545 !important;
        color: #fff !important;
        z-index: 1 !important;
        margin-top: 5px !important;
    }

        .navbar-nav .nav-item .nav-link {
            padding: 0.7em 1em !important;
            font-size: 100% !important;
            font-weight: 500 !important;
        }
}
/*============================================================ End: for header menu ============================================================*/

/*============================================================ Start: for footer menu ============================================================*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    cursor: pointer;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul_amrc li a {
            color: #CCC;
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px;
        }

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 20px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #CCC;
            border: 1px solid #CCC;
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }



/*----------------------------------------- home page --------------------------------*/
/* /////////////////////////Events///////////////////////////// */
.work-container {
    line-height: 16px;
    height: 65px;
    overflow: hidden;
    text-align: justify;
    padding-right: 10px;
}

.event-container {
    line-height: 16px;
    height: 65px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
}

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 290px;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .card .card-header.no-border {
        border: 0;
    }

    .card .card-header {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #edf1fc;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
            color: #4e73e5;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
            color: #4e73e5;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #e8faf8;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
            color: #17d1bd;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
            color: #17d1bd;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
            color: #3c4142;
            font-size: 20px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
            color: #B1BAC5;
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a {
        text-transform: uppercase;
    }

/*---------------- For Welcome Message ----------------*/
.header-title {
    text-align: center;
    color: #dc3545;
}

/* -------------------- for news ----------------- */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.news-action {
    margin-left: 680px;
}

.news-container {
    font-size: 16px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.show {
    overflow: visible;
    height: auto;
}

.post-slide4 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43,59,93,.3);
    margin-bottom: 2em
}

    .post-slide4 .post-info {
        padding: 5px 10px;
        margin: 0;
        list-style: none
    }

        .post-slide4 .post-info li {
            display: inline-block;
            margin: 0 5px
        }

            .post-slide4 .post-info li i {
                margin-right: 8px
            }

            .post-slide4 .post-info li a {
                font-size: 11px;
                font-weight: 700;
                color: #7e828a;
                text-transform: uppercase
            }

                .post-slide4 .post-info li a:hover {
                    color: #1dcfd1;
                    text-decoration: none
                }

    .post-slide4 .post-img {
        position: relative
    }

        .post-slide4 .post-img:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background: rgba(0,0,0,.6);
            transition: opacity .4s linear 0s
        }

    .post-slide4:hover .post-img:before {
        opacity: 1
    }

    .post-slide4 .post-img img {
        width: 100%;
        height: auto
    }

    .post-slide4 .read {
        position: absolute;
        bottom: 30px;
        left: 50px;
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        opacity: 0;
        transition: all .4s linear 0s
    }

    .post-slide4:hover .read {
        opacity: 1
    }

    .post-slide4 .read:hover {
        text-decoration: none;
        color: #1dcfd1
    }

    .post-slide4 .post-content {
        padding: 40px 15px;
        position: relative
    }

    .post-slide4 .post-author {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        position: absolute;
        top: -45px;
        right: 10px;
        overflow: hidden;
        border: 4px solid #fff
    }

        .post-slide4 .post-author img {
            width: 100%;
            height: auto
        }

    .post-slide4 .post-title {
        font-size: 14px;
        font-weight: 700;
        color: #1dcfd1;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        transition: all .3s linear 0s
    }

        .post-slide4 .post-title:after {
            content: "";
            width: 25px;
            display: block;
            margin-top: 10px;
            border-bottom: 4px solid #333
        }

    .post-slide4 .post-description {
        font-size: 13px;
        color: #555;
        margin-bottom: 20px
    }
/* ------------------------------- our teams  -------------------------- */
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #ebe9e9;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .our-team .picture {
        display: inline-block;
        height: 130px;
        width: 130px;
        margin-bottom: 50px;
        z-index: 1;
        position: relative;
    }

        .our-team .picture::before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 50%;
            background-color: #102544;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0.9;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

        .our-team .picture::before {
            height: 100%;
        }

        .our-team .picture::after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #102544;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .our-team .picture img {
            width: 100%;
            height: auto;
            border-radius: 50%;
            transform: scale(1);
            transition: all 0.9s ease 0s;
        }

        .our-team .picture img {
            box-shadow: 0 0 0 14px #f7f5ec;
            transform: scale(0.7);
        }

    .our-team .title {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #102544;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team .social {
        bottom: 0;
    }

        .our-team .social li {
            display: inline-block;
        }

            .our-team .social li a {
                display: block;
                padding: 10px;
                font-size: 17px;
                color: white;
                transition: all 0.3s ease 0s;
                text-decoration: none;
            }

                .our-team .social li a:hover {
                    color: #102544;
                    background-color: #f7f5ec;
                }


/*------------------------------------------- Highlight -------------------------------------*/
.required-field input[type="text"], .required-field input[type="date"], .required-field input[type="time"],
.required-field input[type="datetime-local"], .required-field input[type="month"], .required-field input[type="tel"], .required-field input[type="email"],
.required-field textarea, .required-field select, .required-field input[type="password"] {
    border: 1px solid red !important;
}

.required-field spn-text {
    color: red !important;
    display: inline !important;
}

.astrick {
    color: red !important;
}
.required spn-text{
    display:none !important;
}

/* ---------------------- For loading panel ------------------ */
.animationload {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0.6;
}

.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #ce220b none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

    .osahanloading::after {
        animation: 1.5s linear 0s normal none infinite running osahanloading_after;
        border-color: #2c056b transparent;
        border-radius: 80px;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 80px;
        left: -15px;
        position: absolute;
        top: -15px;
        width: 80px;
    }

/*    ------------------------------ News section ---------------------------------*/
.widget {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 20px;
    background: #fff;
    border-radius: 3px;
}

.widget-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 14px;
    font-size: 12px;
}

    .widget-controls > a {
        padding: 1px 4px;
        border-radius: 4px;
        color: #fff;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
    }

.text-white {
    color: #fff;
}

.widget-top-overflow {
    margin-top: -15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.widget-top-overflow, .widget-middle-overflow {
    position: relative;
    margin: 0 -20px;
}

    .widget-top-overflow > img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .widget-top-overflow > img, .widget-middle-overflow > img {
        max-width: 100%;
    }

        .widget-top-overflow > img + .tags {
            position: absolute;
            bottom: 0;
            right: 0;
            margin: 20px;
        }

.tags {
    padding-left: 0;
    list-style: none;
}

    .tags > li {
        float: left;
        margin: 3px;
    }

        .tags > li > a {
            padding: 2px 8px;
            font-size: 13px;
            border-radius: 6px;
            border: 1px solid white;
            color: inherit;
            text-decoration: none;
        }

.mt-sm {
    margin-top: 10px;
}

.post-user {
    position: relative;
}

.mr {
    margin-right: 15px;
}

.thumb-xs, .thumb-sm, .thumb-lg, .thumb {
    position: relative;
    display: inline-block;
    text-align: center;
}

.thumb {
    width: 48px;
}

    .thumb img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

.post-user img {
    border: 3px solid white;
}

.fs-mini {
    font-size: 13px;
}

.text-light {
    opacity: .8;
}

.widget > footer {
    margin: 0 -20px -15px;
    padding: 30px 20px;
}

.bg-body-light {
    background-color: #f6f6f6;
}

.post-links {
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 0;
}

    .post-links > li {
        float: left;
        list-style: none;
        margin: 4px;
    }
/*    -------------------------------------------- Documents ---------------------------------------------*/
.type-document {
    width: 100%;
    margin-bottom: 20px;
}

.documents {
    padding: 20px;
}

.tabs {
    margin-bottom: 20px;
}

    .tabs .nav-tabs {
        border-bottom: 1px solid #dce2e9;
    }

        .tabs .nav-tabs > li > a {
            font-size: 15px;
            padding: 10px 20px;
        }

        .tabs .nav-tabs > li.active > a {
            border: 1px solid #dce2e9;
            border-bottom-color: #fff;
        }

.tabs-panel .panel-heading {
    padding: 3px 10px 2px 10px;
}

    .tabs-panel .panel-heading > .nav.nav-tabs {
        padding: 0;
    }

    .tabs-panel .panel-heading:after {
        padding-bottom: 3px;
    }

    .tabs-panel .panel-heading .panel-options {
        margin-top: 10px;
    }

.tabs-panel .panel-body {
    padding: 20px 15px 15px 15px;
    font-size: 14px;
}

.tabs-panel .nav-tabs {
    border: none;
}

    .tabs-panel .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .tabs-panel .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            font-weight: 600;
            font-size: 15px;
            color: #555;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .tabs-panel .nav-tabs > li > a > i {
                font-size: 13px;
                margin-right: 2px;
            }

            .tabs-panel .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
                background-color: rgba(0,0,0,0);
                border: 1px solid rgba(0,0,0,0);
                color: #000;
            }

        .tabs-panel .nav-tabs > li.active > a,
        .tabs-panel .nav-tabs > li.active > a:hover,
        .tabs-panel .nav-tabs > li.active > a:focus {
            color: #4a4d56;
            cursor: default;
            background-color: inherit;
            border: none;
            border-bottom-color: transparent;
        }

            .tabs-panel .nav-tabs > li.active > a:after,
            .tabs-panel .nav-tabs > li.active > a:hover:after,
            .tabs-panel .nav-tabs > li.active > a:focus:after {
                display: block;
                position: absolute;
                width: calc(100% - 4px);
                left: 2px;
                content: "";
                padding-bottom: 12px;
                border-bottom: 4px solid #314557;
            }

.tabs-panel .tab-content {
    background-color: #fff;
    border: none;
}

.tabs-panel.panel-success .panel-heading:after,
.tabs-panel.panel-info .panel-heading:after,
.tabs-panel.panel-danger .panel-heading:after,
.tabs-panel.panel-warning .panel-heading:after,
.tabs-panel.panel-dark .panel-heading:after {
    display: none;
}

.tabs-panel.panel-success-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:focus:after {
    border-bottom: 4px solid #0ec8a2;
}

.tabs-panel.panel-info-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:focus:after {
    border-bottom: 4px solid #2da9e9;
}

.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:focus:after {
    border-bottom: 4px solid #ff9e2a;
}

.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:focus:after {
    border-bottom: 4px solid #f95858;
}

.tabs-panel.panel-success .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-info .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-danger .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-warning .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-dark .panel-heading .nav.nav-tabs > li > a {
    color: #fff;
}

.tabs-panel.panel-success .panel-heading li.active > a:after,
.tabs-panel.panel-success .panel-heading li.active > a:hover:after,
.tabs-panel.panel-success .panel-heading li.active > a:focus:after {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #0ec8a2;
    transform: rotate(45deg);
    border: none;
    margin-top: 4px;
    left: 40%;
}

.tabs-panel.panel-info .panel-heading li.active > a:after,
.tabs-panel.panel-info .panel-heading li.active > a:hover:after,
.tabs-panel.panel-info .panel-heading li.active > a:focus:after {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #2da9e9;
    transform: rotate(45deg);
    border: none;
    margin-top: 4px;
    left: 40%;
}

.tabs-panel.panel-warning .panel-heading li.active > a:after,
.tabs-panel.panel-warning .panel-heading li.active > a:hover:after,
.tabs-panel.panel-warning .panel-heading li.active > a:focus:after {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #ff9e2a;
    transform: rotate(45deg);
    border: none;
    margin-top: 4px;
    left: 40%;
}

.tabs-panel.panel-danger .panel-heading li.active > a:after,
.tabs-panel.panel-danger .panel-heading li.active > a:hover:after,
.tabs-panel.panel-danger .panel-heading li.active > a:focus:after {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #f95858;
    transform: rotate(45deg);
    border: none;
    margin-top: 4px;
    left: 40%;
}

.tabs-panel.panel-dark .panel-heading li.active > a:after,
.tabs-panel.panel-dark .panel-heading li.active > a:hover:after,
.tabs-panel.panel-dark .panel-heading li.active > a:focus:after {
    display: block !important;
    margin: 0 auto !important;
    width: 18px !important;
    height: 18px !important;
    background-color: #314557 !important;
    transform: rotate(45deg) !important;
    border: none !important;
    margin-top: 4px !important;
    left: 40% !important;
}

.nav-tabs {
    border-bottom: 1px solid #98a3af !important;
}

    .nav-tabs > li {
        float: left !important;
        margin-bottom: -1px !important;
        opacity: 0.5 !important;
    }

        .nav-tabs > li > a {
            margin-right: 2px !important;
            line-height: 1.42857143 !important;
            font-weight: 600 !important;
            font-size: 16px !important;
            color: #555 !important;
            border: 1px solid transparent !important;
            border-radius: 4px 4px 0 0 !important;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd !important;
                background-color: rgba(0,0,0,0) !important;
                border: 1px solid rgba(0,0,0,0) !important;
                color: #000 !important;
            }

        .nav-tabs > li.active {
            opacity: 1 !important;
        }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                color: #555 !important;
                cursor: default !important;
                background-color: #fff !important;
                border: 1px solid #dce2e9 !important;
                border-bottom-color: transparent !important;
            }

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus {
    margin-top: -1px !important;
    border: 1px solid rgba(0,0,0,0) !important !important;
    border-bottom: none !important;
}

.tab-content {
    background-color: #fff !important;
    border: 1px solid #dce2e9 !important;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: none !important;
}

    .tab-content > .tab-pane {
        display: none !important;
    }

    .tab-content > .active {
        display: block !important;
    }

.nav-tabs.nav-justified {
    width: 100% !important;
    border-bottom: 0 !important;
}

    .nav-tabs.nav-justified > li {
        float: none !important;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 5px !important;
            text-align: center !important;
        }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto !important;
        left: auto !important;
    }

    .nav-tabs.nav-justified > li > a {
        margin-right: 0 !important;
        border-radius: 4px !important;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #dce2e9 !important;
    }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell !important;
        width: 1% !important;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0 !important;
            border-bottom: 1px solid #98a3af !important;
            border-radius: 4px 4px 0 0 !important;
        }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .nav-justified > li > a {
        border: 1px solid #98a3af !important;
    }

    .nav-justified + .tab-content {
        border: 1px solid #dce2e9 !important;
    }
}

.document {
    float: left;
    width: calc(33% - 20px);
    max-width: 240px;
    margin: 0px 10px 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dce2e9;
}

    .document .document-body {
        height: 130px;
        text-align: center;
        border-radius: 3px 3px 0 0;
        background-color: #fdfdfe;
    }

        .document .document-body i {
            font-size: 45px;
            line-height: 120px;
        }

        .document .document-body img {
            width: 50%;
            padding: 15px;
            /*height: 100%;*/
        }

    .document .document-footer {
        border-top: 1px solid #ebf1f5;
        height: 46px;
        ;
        padding: 5px 12px;
        border-radius: 0 0 2px 2px;
    }

        .document .document-footer .document-name {
            display: block;
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 600;
            width: 100%;
            line-height: normal;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .document .document-footer .document-description {
            display: block;
            margin-top: -1px;
            font-size: 11px;
            font-weight: 600;
            color: #8998a6;
            width: 100%;
            line-height: normal;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .document.info .document-footer > *, .document.success .document-footer > *,
    .document.danger .document-footer > *, .document.warning .document-footer > *,
    .document.dark .document-footer > * {
        color: #fff;
    }

    .document.info .document-footer {
        background-color: #2da9e9;
    }

    .document.success .document-footer {
        background-color: #0ec8a2;
    }

    .document.warning .document-footer {
        background-color: #ff9e2a;
    }

    .document.danger .document-footer {
        background-color: #f95858;
    }

    .document.dark .document-footer {
        background-color: #314557;
    }

.folders {
    width: 100%;
}

    .folders li {
        font-size: 14px;
        padding: 3px 4px 3px 12px;
    }

        .folders li a {
            text-decoration: none;
            color: #4a4d56;
        }

            .folders li a i {
                color: #5e6168;
                font-size: 16px;
                margin-right: 5px;
            }

@media screen and (max-width: 600px) {
    .document {
        width: 100%;
        margin: 5px 0;
        max-width: none;
    }
}


/* Drag and drop */

.dropzone {
    border: 2px dashed #cfdbe2;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 5px;
    padding: 5%;
}

.dropzone-image {
    display: block;
    margin: 0 auto 5%;
    width: 100%;
    max-width: 190px;
    height: auto;
    opacity: 0.75;
}

.dropzone a.btn {
    padding: 9px 28px 8px;
}

.dropzone-thin {
    width: 100%;
}

    .dropzone-thin .dropzone-image {
        min-width: 35px;
        width: 10%;
        max-width: 80px;
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .dropzone-thin .dz-message > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        font-weight: 600;
    }

.dz-preview {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f4;
}

    .dz-preview:nth-child(2) {
        margin-top: 30px;
    }

    .dz-preview:last-child {
        border-bottom: none;
    }

.dz-image {
    display: inline-block;
}

    .dz-image img {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

.dz-details {
    display: inline-block;
    width: calc(100% - 60px);
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.dz-error-message {
    display: none;
}

.dz-success-mark, .dz-error-mark {
    display: none;
}

.dropzone:hover {
    background-color: #fbfdff;
    cursor: pointer;
}

    .dropzone:hover .dropzone-image {
        opacity: 1;
    }
/*-----------------------------contact use -------------------------------*/


#tip {
    display: none;
}

.fadeIn {
    animation-duration: 3s;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

    .form-control:focus {
        border: 1px solid #102544;
    }

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 0px;
    border: 1px solid #102544;
    background: #102544;
    color: #fff;
}

    .btn-send:hover {
        border: 1px solid #102544;
        background: #fff;
        color: #102544;
        transition: background 0.5s;
    }

.second-portion {
    margin-top: 50px;
}

/* @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
    @import "http://fonts.googleapis.com/css?family=Roboto:400,500"; */

.box > .icon {
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #102544;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        background: #333;
    }

    .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 30px 0 10px 0;
        min-height: 163px;
    }

    .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
    }

    .box > .icon > .info > h3.title {
        font-family: "Robot",sans-serif !important;
        font-size: 16px;
        color: #222;
        font-weight: 700;
    }

    .box > .icon > .info > p {
        font-family: "Robot",sans-serif !important;
        font-size: 15px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        font-family: "Robot",sans-serif !important;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

.box .space {
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }
}
/* ------------------- for error alert -------------------- */
.alert {
    padding: 5px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

    .alert.danger {
        background-color: #f44336;
    }

    .alert.success {
        background-color: #4CAF50;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 18px !important;
    line-height: 20px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

    .closebtn:hover {
        color: black;
    }

.dialog-header-text {
    color: #102544;
    font-size: 20px;
    font-weight: 800;
}

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

    .contact-box > a {
        color: inherit;
    }

    .contact-box.center-version {
        border: 1px solid #e7eaec;
        padding: 0;
    }

        .contact-box.center-version > a {
            display: block;
            background-color: #ffffff;
            padding: 20px;
            text-align: center;
        }

            .contact-box.center-version > a img {
                width: 80px;
                height: 80px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .contact-box.center-version address {
            margin-bottom: 0;
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: #ffffff;
        border-top: 1px solid #e7eaec;
        /* padding: 15px 20px; */
    }

a {
    text-decoration: none !important;
}


.btn-outline-acci {
    color: #102544 !important;
    border-color: #102544 !important;
}
.btn-outline-acci:hover {
    color: #fff !important;
    background-color: #102544 !important;
    border-color: #102544 !important;
}
.btn-outline-acci-danger {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-outline-acci-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
