@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

body {
    font-family: "Open Sans", sans-serif;
    /*background: aliceblue;
    */
    background: #eaf6fb url("../images/bg-wall.png") repeat center;
}

/* ********* login page ************* */
.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.w-100-per {
    width: 100%;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block !important;
}

.align-middle {
    vertical-align: middle;
}

.navbar {
    background: #278686;
    border-radius: 0;
    min-height: 0px;
    margin-bottom: 15px;
    border: 0px solid transparent;
    padding: 5px 0;
    border-bottom: 1px solid #999;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.main-logo {
    height: 65px;
}

    .main-logo + h4.d-inline-block {
        margin: 15px 0 0 10px !important;
    }

h2.site-title {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    text-align: right;
}

.news-box {
    background: #fff;
    border: 1px solid #ccc;
}

.news-title {
    background: #ef7c00;
    color: #fff;
    z-index: 100000;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    position: relative;
}

    .news-title::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: auto;
        right: -7px;
        border-left: 8px solid #ef7c00 !important;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-top: -8px;
    }

.news-list {
    margin: 0;
    padding: 4px 0;
    position: relative;
}

    .news-list li {
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .news-list li:last-child::before {
            content: "";
        }

        .news-list li::before {
            content: "\f101";
            font-family: FontAwesome;
            position: absolute;
            font-size: 16px;
            font-weight: bold;
            top: 0;
            bottom: 0;
            left: -10px;
            margin: 0 5px;
            color: #438eb9;
            vertical-align: middle;
        }

marquee {
    display: inline-flex;
}

.main-content-area {
    padding: 0;
}

.main-wrapper {
    padding: 15px 0;
}

/* .banner {
  background: url('../images/Login/login-bg.jpg') no-repeat;
  background-size: cover;
} */

.carousel-area .carousel {
    max-height: 325px;
}

.carousel-area .banner-image {
    max-height: 325px;
    overflow: hidden;
    position: relative;
}

    .carousel-area .banner-image::after {
        content: "";
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.2;
        width: 100%;
    }

    .carousel-area .banner-image > img {
        object-fit: cover;
        object-position: top;
    }

.carousel-area .carousel .carousel-inner {
    max-height: inherit;
    height: inherit;
}

.signin-form {
    background: #fff;
    padding: 1em 1em;
    /* text-align: center; */
    /* min-height: 400px; */
    position: relative;
    border: 2px solid #278686;
}

    .signin-form h3 {
        font-size: 22px;
        color: #222;
        font-weight: 600;
        margin: 15px 0 15px 0;
    }

.login-title {
    border-bottom: 2px solid #dadada;
    line-height: 0.1em;
    text-align: center;
    margin: 15px 0 25px 0;
}

    .login-title span {
        font-size: 18px;
        color: #222;
        font-weight: 600;
        background: #fff;
        padding: 0 10px;
        vertical-align: middle;
        /* text-shadow: 2px 2px 3px #ccc; */
        position: relative;
        top: 10px;
    }

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) );
}

.login-form {
    margin: 1em 0 1em;
}

.login-new-form .input-group > .input-group-addon {
    background: #eee;
    color: #278686;
    border-color: #278686;
}

.login-new-form label {
    font-weight: 400;
}

.login-new-form .form-control {
    border-color: #278686;
    color: #333;
    font-size: 14px;
    height: 30px;
}

    .login-new-form .form-control:hover,
    .login-new-form .form-control:focus,
    .login-new-form .form-control:active {
        outline: none;
        box-shadow: none;
    }

::-webkit-input-placeholder {
    color: #333 !important;
}

.login-btn.btn-primary {
    outline: none;
    padding: 0.45em 2rem;
    text-align: center;
    font-size: 16px;
    margin-top: 1rem;
    color: #fff;
    background: #278686;
    cursor: pointer;
    border: 5px solid #278686;
}

    .login-btn.btn-primary:hover {
        background-color: #278686 !important;
        border-color: #2fa5a5 !important;
    }

.signin-form p a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.checkbox > .remember-me {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

#vertical-ticker {
    height: 385px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

    #vertical-ticker li {
        padding: 10px;
        display: block;
        color: #222;
        border-bottom: 1px dotted #888;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }

        #vertical-ticker li:before {
            content: "\f101";
            font-family: "FontAwesome";
            font-size: 20px;
            color: #278686;
            font-weight: bold;
            margin-right: 5px;
        }

        #vertical-ticker li .date {
            font-size: 15px;
            font-weight: 700;
            color: #ef7c00;
        }

        #vertical-ticker li .download-doc {
            color: #438eb9;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: 0.3s all linear;
            -webkit-transition: 0.3s all linear;
            -moz-transition: 0.3s all linear;
            -ms-transition: 0.3s all linear;
            -o-transition: 0.3s all linear;
            vertical-align: middle;
        }

        #vertical-ticker li .content {
            padding: 0 0 0 20px;
            display: block;
        }

.block {
    margin: 15px 0 0px 0;
    min-height: 405px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #e5e4e4;
    -webkit-box-shadow: 0px 0px 0px 1px #e5e4e4;
    -moz-box-shadow: 0px 0px 0px 1px #e5e4e4;
    -o-box-shadow: 0px 0px 0px 1px #e5e4e4;
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in;
    -ms-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    -webkit-transition: box-shadow 0.3s ease-in;
}

    .block:hover {
        box-shadow: 0px 0px 10px 5px #ddd;
        -webkit-box-shadow: 0px 0px 10px 5px #ddd;
        -moz-box-shadow: 0px 0px 10px 5px #ddd;
        -o-box-shadow: 0px 0px 10px 5px #ddd;
    }

    .block .title {
        background-color: #0390b1;
        font-size: 16px;
        padding: 10px;
        color: White;
        text-transform: uppercase;
    }

        .block .title i {
            font-size: 20px;
            font-weight: 800;
        }

    .block .content1 {
        padding: 20px 20px 0 20px;
        display: block;
        color: #999;
        text-align: justify;
    }

div.portfolioList {
    /*border:solid 1px #f00; */
    margin: 15px 0 0px 0;
}

    div.portfolioList div.portfolioItem {
        float: left;
        width: 100%;
        padding: 0 0px;
    }

    div.portfolioList div .contentBox {
        height: 300px;
        background: #fff;
        overflow: hidden;
        padding: 0;
        /*border:solid 1px #ddd; */
        box-shadow: 0px 0px 0px 1px #e5e4e4;
        -webkit-box-shadow: 0px 0px 0px 1px #e5e4e4;
        -moz-box-shadow: 0px 0px 0px 1px #e5e4e4;
        -o-box-shadow: 0px 0px 0px 1px #e5e4e4;
        transition: box-shadow 0.3s ease-in-out;
        -moz-transition: box-shadow 0.3s ease-in;
        -ms-transition: box-shadow 0.3s ease-in;
        -o-transition: box-shadow 0.3s ease-in;
        -webkit-transition: box-shadow 0.3s ease-in;
    }

.portfolioItem .borderBottom {
    height: 3px;
    position: relative;
}

div.portfolioList div .green2:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

div.portfolioList div .green2 {
    background: #278686;
}

    div.portfolioList div .green2:before {
        border-bottom: 7px solid #278686;
    }

div.portfolioList div .contentBox .titlegreen {
    background-color: #278686;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 0px 12px 0 #eaeaea;
    border-left: 5px solid #ef7c00;
}

    div.portfolioList div .contentBox .titlegreen i {
        font-size: 16px;
        margin-right: 5px;
    }

.manual-link {
    color: #f5f5f5;
}

    .manual-link:hover {
        color: #f5f5f5 !important;
        cursor: pointer;
        text-decoration: none;
    }

.info-numbers {
    padding: 10px;
}

    .info-numbers p strong {
        font-size: 17px;
        font-weight: 600;
        color: #555;
    }

    .info-numbers ul {
        list-style-type: none;
        padding-left: 20px;
    }

        .info-numbers ul li {
            margin-bottom: 10px;
        }

            .info-numbers ul li a {
                font-size: 15px;
                font-weight: 600;
                color: #337ab7;
                text-decoration: none;
                cursor: pointer;
            }

                .info-numbers ul li a > i {
                    font-size: 20px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

.login-box {
    position: absolute;
    right: 0;
    top: 0;
}

.text-white {
    color: #fff;
}

.help-line-number {
    margin: 10px 0;
}

    .help-line-number p a {
        color: #fff;
        font-weight: 600;
    }

.public-area {
    margin-top: 15px !important;
}

/*--Extra--*/
.carousel-area {
    padding-right: 0;
}

.noti-area {
    /* padding-right: 0; */
}

.web-portal-step {
    padding: 0 15px;
}

    .web-portal-step h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .web-portal-step h6 {
        font-size: 13px;
        font-weight: 500;
        color: #555;
    }

    .web-portal-step ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        position: relative;
        margin-top: 45px;
    }

        .web-portal-step ul > li {
            width: 100%;
            text-align: center;
            padding: 45px 15px 20px;
            margin: 20px;
            position: relative;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            color: #333;
            font-size: 16px;
            font-weight: 600;
        }

            .web-portal-step ul > li.bg-info {
                background: #20a8d8 !important;
            }

                .web-portal-step ul > li.bg-info > .step-no {
                    color: #20a8d8;
                    border-color: #20a8d8;
                }

            .web-portal-step ul > li.bg-danger {
                background: #f86c6b !important;
            }

                .web-portal-step ul > li.bg-danger > .step-no {
                    color: #f86c6b;
                    border-color: #f86c6b;
                }

            .web-portal-step ul > li.bg-warning {
                background: #ffc107 !important;
            }

                .web-portal-step ul > li.bg-warning > .step-no {
                    color: #ffc107;
                    border-color: #ffc107;
                }

            .web-portal-step ul > li.bg-success {
                background: #41bc6c !important;
            }

                .web-portal-step ul > li.bg-success > .step-no {
                    color: #41bc6c;
                    border-color: #41bc6c;
                }

            .web-portal-step ul > li:first-child {
                margin-left: 0;
            }

            .web-portal-step ul > li:last-child {
                margin-right: 0;
            }

            .web-portal-step ul > li::after {
                content: "";
                position: absolute;
                background: rgba(0, 0, 0, 0.5);
                height: 3px;
                width: 50%;
                top: 50%;
                right: -50%;
            }

            .web-portal-step ul > li:last-child::after {
                content: none;
            }

            .web-portal-step ul > li > .step-no {
                position: absolute;
                top: -25px;
                left: 0;
                right: 0;
                display: block;
                text-align: center;
                margin: 0 auto;
                border: 2px solid #555;
                background: #fff;
                color: #555;
                font-size: 32px;
                font-weight: 600;
                width: 60px;
                height: 60px;
                line-height: 56px;
                text-align: center;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                transition: 0.7s all ease;
            }

            .web-portal-step ul > li:hover > .step-no {
                transform: scale(1.1) rotateY(360deg);
                box-shadow: 0 0 7px 2px rgb(204, 204, 204, 0.2);
            }

            .web-portal-step ul > li > a {
                color: #fff !important;
                font-weight: 500;
                display: block;
                position: relative;
                font-size: 15px;
                font-weight: 600;
            }

                .web-portal-step ul > li > a > i {
                    font-size: 40px;
                    padding: 15px 0;
                }

                .web-portal-step ul > li > a:hover > i {
                    text-shadow: 4px 4px rgba(0, 0, 0, 0.6);
                }

            .web-portal-step ul > li > span > ol {
                margin-top: 10px;
                text-align: left;
            }

                .web-portal-step ul > li > span > ol > li {
                    font-size: 14px;
                    font-weight: 400;
                }
/*--- Footer ---*/
.main-footer {
    background-color: #343434;
    color: #fff;
    padding: 10px 0;
}

    .main-footer a {
        color: #ef7c00;
    }

@media only screen and (max-width: 768px) {
    h2.site-title {
        font-size: 20px;
        text-align: center;
    }

    .main-footer {
        text-align: center !important;
        margin-top: 20px;
    }

    .footer-link {
        text-align: center !important;
    }

    .noti-area,
    .carousel-area {
        padding-right: 15px;
    }

    .signin-form {
        min-height: auto;
    }

    .carousel-area .carousel {
        max-height: 100%;
    }

    .news-title::after {
        right: auto;
        bottom: -10px;
        left: 50%;
        top: auto;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 991px) {
    .main-logo {
        display: block;
        margin: 0 auto;
    }

    h2.site-title {
        font-size: 26px;
        text-align: center;
    }

    .noti-area {
        padding-right: 15px;
    }

    .carousel-area .carousel {
        max-height: 360px;
    }
}

@media (max-width: 480px) {
    h2.site-title {
        font-size: 20px;
        text-align: center;
    }
}

/*--------1180px------------*/
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .c-red-media .media-left div.media-icon,
    .c-green-media .media-left div.media-icon,
    .c-yellow-media .media-left div.media-icon {
        width: 75px;
    }
}
