﻿h1,h2 {
    font-family: 'Days One', serif;
}

/* Status Message */

.statusMain {
    position: fixed;
    z-index: 1001;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

ul.footer-social.list-icons li {
    padding: 8px;
}
ul.footer-social.list-icons li img {
    width: 50px;
}

 ul.footer-social.list-icons li img:hover {
        border: 2px solid #007bff;
        border-radius: 150px;
    }




.statusMsg {
    padding: 9px 20px;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px #656565;
}

    .statusMsg.success {
        background: #67bf1a;
    }

    .statusMsg.error {
        background: #de0000;
    }

    .statusMsg.warning {
        background: #ffaa28;
    }

.footer {
    background: #2b2e37;
    padding: 80px 30px 30px;
    color: #868c9e;
}

    .footer ul.footer-link li a {
        color: #868c9e;
    }

      

    .footer .sub-footer {
        margin-top: 60px;
        border-top: 1px solid #373a45;
        padding: 30px 0 0;
    }

.navbar-default .custom-nav > li > a:hover {
    color: #00c0c9;
}

@media (min-width: 900px) {
    .carousel-caption {
        bottom: 15% !important;
    }
}
    /*Phone*/
    @media (max-width: 900px) {
        .auto-img img {
            width: 100%;
        }

        .carousel-caption {
            bottom: 25px !important;
        }

        .carousel-caption h1{
            font-size:22px;
        }
            .carousel-caption h3 {
                font-size: 17px;
            }

        .call-to-action {
            text-align: center;
        }

        .fix-width {
            padding: 0 30px;
        }

        .banner-part .banner-small-text {
            font-size: 14px;
            max-width: 100%;
        }

        .banner-part h1 {
            font-size: 18px;
            line-height: 30px;
        }
    }

    .carousel-caption {
        font-family: Raleway;
    }

    @media (max-width: 480px) {
        .left-btn,
        .right-btn {
            width: 130px;
            padding: 12px 0 10px;
            font-size: 11px;
        }

        .banner-part h1 {
            font-size: 18px;
            line-height: 30px;
        }
    }

    .navbar-fixed .navbar {
        display: block;
    }

        .navbar-fixed .navbar .custom-nav {
            display: block;
        }


    #wrapper {
        width: 100%;
    }

    .container-fluid {
        padding: 0px;
        overflow: hidden;
    }


.navbar {
    display: flex;
    /* position: fixed; */
    top: 0;
    position: fixed;
    width: 100%;
    background: rgba(160, 160, 160, 0.7);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.83);
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    z-index: 999;
}

    .sticky {
        background: rgba(96, 125, 139, 0.90) !important;
        transition: steps(1, start) -webkit-transition: color 1s;
        -moz-transition: background 1s;
        -ms-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }

    .navbar-brand {
        color: white !important;
    }

    img.logo {
        margin-right: 10px;
        vertical-align: bottom;
    }


    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding-right:1px;
    }

    .sticky .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        transition: background 1s;
    }

    .sticky .btn-warning {
        background-color: #db6d2e;
        border-color: #6f8996;
    }


    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgb(221, 251, 251);
    }

    nav a.btn.btn-warning {
        color: white;
    }

        nav a.btn.btn-warning:hover {
            color: wheat;
        }



    /*Navigation menu animation*/
    ol, ul {
        list-style: none;
    }

    nav li {
        display: inline-block;
        padding: 10px 0 20px;
        vertical-align: middle;
    }



    nav .ull a {
        text-decoration: none;
        transition: color 0.1s, background-color 0.1s;
    }

    nav .ull a {
        position: relative;
        display: block;
        padding: 6px 0;
        margin: 0 7px;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
        color: #000;
    }

        nav .ull a::before {
            content: '';
            display: block;
            position: absolute;
            bottom: 1px;
            left: 0;
            height: 3px;
            width: 100%;
            background-color: #000;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: color 0.1s,transform 0.2s ease-out;
            background: #db6d2e;
            height: 2px;
        }

        nav .ull a:active::before {
            background-color: #000;
        }

        nav .ull a:hover::before, a:focus::before {
            transform-origin: left top;
            background: #db6d2e;
            height: 2px;
            transform: scale(1, 1);
        }




    .prime-contents {
        text-align: center;
        font-size: 26px;
        color: #108da0;
    }

        .prime-contents .btn-warning {
            color: white !important;
            font-size: 18px;
        }


        .prime-contents p {
            font-size: 34px;
            color: #108da0;
            font-family: 'Sansita', serif;
        }

    .tile {
        border: 3px solid #db6d2e;
        padding: 13px;
        margin-top: 11px;
        margin-bottom: 11px;
        height: 147px;
        border-radius: 10px;
    }

    .prime-contents {
        text-align: center;
    }

    @media (max-width:800px) {
        a .navbar-brand {
            font-size: 13px;
        }

        .navbar {
            display: block;
            top: 0;
            position: inherit;
            width: 100%;
            padding-left: 4px;
            padding-right: 4px;
            background: rgba(96, 125, 139, 0.90) !important;
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.26);
            webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -moz-transition: background 1s;
            -ms-transition: background 1s;
            -o-transition: background 1s;
            transition: background 1s;
            z-index: 999;
        }

        button.navbar-toggler.navbar-toggler-right {
            margin-left: -30px;
            float: right;
        }

        .navbar a {
            font-size: 12px !important;
            margin-left: -2px;
        }

        .navbar img {
            width: 46px;
            margin-left: -7px;
            vertical-align: baseline;
            margin-top: 5px;
        }

        span.navbar-toggler-icon {
            vertical-align: baseline;
        }

        .sticky {
            background: rgba(96, 125, 139, 0.90) !important;
            transition: steps(1, start) -webkit-transition: color 1s;
            -moz-transition: background 1s;
            -ms-transition: background 1s;
            -o-transition: background 1s;
            position: fixed !important;
            transition: background 1s;
        }
    }

    .welcome center {
    }

    .top150 {
        margin-top: 20px;
    }

    .welcome {
        font-family: Raleway;
        margin-top: 47px;
        margin-bottom: 60px;
        padding: 25px;
    }

        .welcome p {
            font-family: Raleway;
            font-size: 20px;
        }

    section.services h5 {
        font-family: 'Didact Gothic';
        font-size: 18px;
    }

    .services .card h3 {
        font-family: 'Didact Gothic';
        font-size: 25px !important;
    }

    section.services {
        background: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.ncard {
    border: 1px solid #f1f1f1;
    padding-bottom: 15px;
    overflow: hidden;
    height: 250px;
    margin: 11px 0px 23px 0px;
}
.ncard img
{
    width:100%;
}
    .services a {
        color: #FFF;
    }

        .services a:hover {
            color: green;
        }

    .our-services {
        text-align: center;
    }

    .features h2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .features i.fa {
        color: #58496b;
        font-size: 35px;
    }

    section.features h4 {
        font-size: 20px;
    }

    section.features {
        background-size: cover;
        background-image: url("../images/board.jpg");
    }

.features-gradient {
    background-image: linear-gradient(rgba(215, 209, 209, 0.95), rgba(210, 205, 241, 0.91));
}

    .parallax {
        background-image: url('../images/bg.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .black-gradient {
        padding: 50px 0;
        background: #000000b3;
        border: 0;
        height: 100%;
    }



    .card i {
        text-align: center;
        font-size: 40px;
        text-align: center;
        color: goldenrod;
        padding-top: 15px;
    }


    .lcard img {
        width: 131px;
        height: auto;
    }

    .pcard {
        display: block;
        text-align: center;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        padding: 5px;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        padding:40px;
    }

    .mcard {
        display: block;
        text-align: center;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        padding: 5px;
        opacity: 0.72;
        background: white;
        height: 120px;
        border-radius: 10px;
        overflow: hidden;
    }

        .mcard p {
            font-size: 13px;
            text-justify: distribute;
        }

    .pcard p {
        font-size: 14px;
        text-justify: distribute;
    }

    .lcard {
        text-align: center;
        padding-top: 0px;
        background: white;
        margin-left: 10px;
        border-radius: 6px;
        margin: 15px;
        color: black;
        height: 76px;
    }

        .lcard img {
            padding: 15px;
            vertical-align: middle;
            padding: 8px;
        }


    .pcard img {
        padding: 15px;
        vertical-align: middle;
        padding: 8px;
    }

    .acard {
        display: block;
        text-align: center;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        padding: 5px;
        opacity: 0.9;
        border-radius: 10px;
        overflow: hidden;
        height: 275px;
    }

    .bcard {
        display: block;
        text-align: center;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        padding: 5px;
        opacity: 0.9;
        border-radius: 10px;
        overflow: hidden;
        height: 397px;
    }

        .bcard:hover, .acard:hover {
            border: 1px solid #db6d2e;
            transition: 1s;
        }

    .acard img {
        padding-top: 25px;
    }

    .acard h4 {
        padding: 15px;
    }

    .bcard img {
        padding-top: 25px;
    }

    .bcard h4 {
        padding: 15px;
        text-align: left;
        font-size: 17px;
    }

    .card {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding: 5px;
        opacity: 0.9;
    }

        .card:hover {
            box-shadow: 1px 1px 6px 6px #ccccccb8;
        }

    .ecard {
        display: block;
        text-align: center;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        padding: 5px;
        opacity: 0.9;
        border-radius: 10px;
        height: 330px;
    }

    .img-card {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .img-card img {
            width: inherit;
        }

    section.prime {
        background-color: #272a2b;
        background-image: url(../images/bgprime.jpg);
        height: 498px;
        background-size: 1249px;
        background-position: center;
        background-size: cover;
    }

    label.error {
        display: none !important;
    }

    .carousel-inner {
        background-color: #000000;
    }

    img.img-responsive.w-100.h-100 {
        opacity: 0.60;
    }

    .prime .card {
        height: 365px;
    }

    .footer-link a {
        display: block;
        color: #ff8945;
        padding-top: 13px;
        margin-top: 5px;
        padding-left: 5px;
    }

        .footer-link a:hover {
            text-decoration: none;
            color: #7e3b15
        }


    .tile:hover i {
        color: #db6d2e;
        transition: 500ms;
    }

    .tile:hover {
        transition: 200ms;
        box-shadow: 1px 1px red;
    }

    .ccard {
        background: #000;
        padding: 48px;
        margin-bottom: 27px;
        opacity: 0.7;
        border-radius: 10px;
        color: #692525 !important;
    }

    .section-heading {
        height: 350px;
        background-image: url("../images/pagestopbg.jpg");
        background-size: cover;
        margin-bottom: 25px;
        color: white;
    }

        .section-heading h2 {
            margin-top: 50px;
            color: white;
        }

        .section-heading p {
            margin-top: 50px;
            color: white;
        }

    .pages-top-bg {
        height: 350px;
        background-image: url("../images/pagestopbg.jpg");
        background-size: cover;
        margin-bottom: 25px;
        color: white;
    }

        .pages-top-bg h2 {
            margin-top: 50px;
            color: white;
        }

        .pages-top-bg p {
            color: white;
        }

    .pages-top-bg-contact {
        height: 400px;
        background-image: url("../images/pagestopbg-contact.jpg");
        background-size: cover;
        margin-bottom: 25px;
    }

        .pages-top-bg-contact h2 {
            margin-top: 50px;
            color: white;
        }

        .pages-top-bg-contact p {
            color: white;
        }


    .pages-top-bg-blogs {
        height: 350px;
        background-image: url("../images/pagestopbg-blogs.jpg");
        background-size: cover;
        margin-bottom: 25px;
    }

        .pages-top-bg-blogs h2 {
            margin-top: 50px;
            color: white;
        }

        .pages-top-bg-blogs p {
            color: white;
        }

    .pages-top-bg-events {
        height: 350px;
        background-image: url("../images/pagestopbg-events.jpg");
        background-size: cover;
        margin-bottom: 25px;
        color: white;
    }

        .pages-top-bg-events h2 {
            margin-top: 50px;
            color: white;
        }

        .pages-top-bg-events p {
        }

    .footer-social a:hover {
        text-decoration: none;
    }

    .carousel-caption a.btn.btn-warning {
        color: white;
        width: 175px;
    }

    #lblPage img {
        width: 100%;
    }

    .success i {
        font-size: 50px;
        color: green;
    }

    .navbar-brand {
        display: inline-block;
        font-size: 24px !important;
        font-family: 'Days One', serif;
        letter-spacing: 0.5pt;
    }

        .navbar-brand h6 {
            font-family: 'Raleway', serif;
            font-size: 13px !important;
            letter-spacing: 0.5pt;
        }



.download-sec img {
    width: 187px;
}


.img-ekko {
    overflow: hidden;
    height: 201px;
    margin-top: 15px;
    margin-bottom: 15px;
}
    .img-ekko img {
        width: 100%;
    }

.dropdown, .dropup {
    position: relative;
    margin-top: -5px;
}

.shareholder img {
    width: 174px !important;
}
