﻿
button--- {
    background: #fff;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 0.5em 2em;
    box-shadow: inset 0 0 0 2px #ddd;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    vertical-align: middle;
    line-height: 1.6em;
    text-align: left;
    height: 20em;
    width: 20%;
}

.prj-item {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 0.5em 2em;
    box-shadow: inset 0 0 0 1px #002736;
    color: #002736 !important;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    vertical-align: middle;
    line-height: 1.6em;
    text-align: left;
}

    .prj-item:hover .heading {
        font-size: 22px;
        transition: font-size 600ms;
    }

    .prj-item:after .heading {
        font-size: 22px;
        transition: font-size 600ms;
    }

    .prj-item:hover {
        background: #fafafa;
        transition: background 1000ms;
    }

        .prj-item:hover .text {
            opacity: 1;
            transition: opacity 1000ms;
        }

        
    .prj-item::before, button::after {
        box-sizing: inherit;
        content: attr(data-content) '';
        position: absolute;
        width: 100%;
        height: 100%;
    }

.draw {
    transition: color 0.25s;
}

    .draw::before, .draw::after {
    }

    .draw::before {
        border-top: 3px solid #002736;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        transition: width 0.65s ease-in, height 0.65s ease-in 0.65s;
    }

    .draw::after {
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
    }
  
        .draw:hover::before, .draw:hover::after {
            width: 100%;
            height: 100%;
        }

    .draw:hover::after {        
        border-top: 3px solid #60daaa;
        transition: width 0.75s ease-out, height 0.75s ease-out 0.75s;
    }

/* Page styling */
html {
    background: #fefefe;
}

.buttons {
    isolation: isolate;
}

.heading {
    line-height: 1.3em;
    margin: 10px 0px;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    transition: font-size 600ms;
}

.readmore {
    text-align: right;
    color: #283890;
    font-size: 12px;
    font-weight: bold;
    transition: font-size 600ms;
}

button:hover .readmore {
    text-align: right;
    color: #283890;
    font-size: 14px;
    font-weight: bold;
    transition: font-size 600ms;
}

.text {
    /*
    opacity: 0;
    transition: opacity 500ms;
        */
    text-overflow: ellipsis;
    white-space:;
    color:black;
    overflow: hidden;
    height: 8em;
}



.button:hover.text {
    opacity: 1;
    font-size: 20px;
    transition: width 0.65s ease-in, height 0.65s ease-in 0.65s;
}

.buttons {
    min-height: 1.5em;
    height: 240px;
}

.draw prj-item {
    height: 0px;
}
/*page links*/

/*.backgrnd-lists{
            background:#fff;

        }*/
.dropdown-system a {
    color: #fff;
}

.dropdown-listpay .dropdown-menu {
    display: block;
}

.dropdown-systempay, .dropdown-systempay-align {
    padding-left: 10px !important;
}


    .dropdown-systempay:hover .dropdown-listpay .dropdown-menu {
        display: block;
    }

.dropdown-listcom, .dropdown-listinfo {
    position: relative;
}

    .dropdown-listinfo .rd-megamenu-item {
        margin-top: 2px !important;
    }

/*.dropdown-listinfo .dropdown-menu .rd-megamenu-item{
            margin-top: -20px !important;
        }*/
/*.dropdown-listcom {
            margin-top: -40px !important;
        }*/
/*.dropdown-listcom, .dropdown-listinfo{
            position:relative;
        }*/
/*.dropdown-system .dropdown-menu {
            display: block;
        }*/
/*.rd-navbar-dropdown .dropdown-menu, .rd-navbar-dropdown:hover .dropdown-menu {
            display: block;
        }


        .rd-navbar-dropdown .dropdown-menu {
            position: relative
        }*/
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu {
    position: static !important;
    float: right;
    width: 70%;
    margin-top: -285px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 16px;
    color: #74757f;
    text-align: left;
    list-style: none;
    background-color: #28334f;
    border: none;
}

.nav-pills .drop-down {
    width: 35%;
}

.dropdown-menu .rd-megamenu-item {
    width: 50%;
    float: left;
}

.rd-nav-item .nav-pills {
    display: inherit !important;
}

.rd-navbar-megamenu .dropdown-menu {
    width: 58%;
}

.rd-megamenu-list {
    z-index: 100 !important;
}

.linkalign {
    color: #28334f !important;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px !important;
}

.dropdown-service:hover .linkalignment {
    color: #fff !important;
    font-weight: 400;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-systempay > a::after {
    content: attr(data-content) '\f238';
    font-family: 'Material Design Icons';
    font-size: inherit;
    position: relative;
    right: 174px;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-systempay > a::before {
    position: relative;
    top: -1px;
    left: 0px;
    display: inline-block;
    content: none !important;
    font-family: 'Material Design Icons';
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-headinfo a:before, .rd-navbar-static .rd-navbar-dropdown .dropdown-headcom a:before, .rd-navbar-static .rd-navbar-dropdown .dropdown-headinsights a:before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f238' !important;
    font-family: 'Material Design Icons';
    font-size: inherit;
    line-height: inherit;
    color: #000 !important;
    opacity: 0;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-headinfo a:hover::before, .rd-navbar-static .rd-navbar-dropdown .dropdown-headcom a:hover::before, .rd-navbar-static .rd-navbar-dropdown .dropdown-headinsights a:hover::before {
    opacity: 1 !important;
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f238' !important;
    font-family: 'Material Design Icons';
    font-size: inherit;
    line-height: inherit;
    color: #000 !important;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-system > a {
    margin-left: 20px !important;
}

    .rd-navbar-static .rd-navbar-dropdown .dropdown-system > a:hover {
        left: -13px;
        padding-left: 18px !important;
        padding-right: 10px;
    }

.rd-navbar-static .rd-navbar-dropdown .dropdown-system .accordion-align {
    padding-left: 0px !important;
}

.rd-navbar-static .rd-menu {
    padding: 16px 27px 16px 0px !important;
}

.dropdown-acc {
    margin-left: 17px;
}

.dropdown-accord {
    content: none !important;
}

.acolor {
    color: #4c68ae !important;
}

a.removeToggle::after {
    content: '' !important;
    display: none !Important;
}

.paddingleft-dropdown {
    padding-left: 8px !important;
}

.rd-navbar-static .rd-navbar-dropdown .dropdown-systempay a:hover, .rd-navbar-static .rd-navbar-dropdown .dropdown-headinfo a:hover, .rd-navbar-static .rd-navbar-dropdown .dropdown-headcom a:hover, .rd-navbar-static .rd-navbar-dropdown .dropdown-headinsights a:hover {
    left: -13px;
    padding-left: 14px !important;
    padding-right: 0;
}

.marginleft-head {
    margin-left: -16px !important;
}

.dropdown-headinsights, .dropdown-headcom, .dropdown-headinfo, .dropdown-systempay {
    /*padding: 28px 20px 5px 20px;*/
    background: #fff;
    color: #28334f !important;
    font-weight: bold;
}

    .dropdown-headinsights a, .dropdown-headcom a, .dropdown-headinfo a {
        color: #28334f !important;
    }

.dropdown-systempay {
    padding-top: 70px;
    padding-bottom: 10px;
    margin-top: -16px;
    padding-left: 14px;
}

.dropdown-headinsights {
    padding-bottom: 117px;
    margin-bottom: -62px;
    padding-top: 11px;
}

.dropdown-headinfo, .dropdown-headcom {
    padding-top: 11px;
    padding-bottom: 11px;
}

@media(max-width:767px) {
    .linkalign {
        color: #000 !important;
        font-weight: 500;
        cursor: pointer;
        margin-left: 0px;
    }

    .dropdown-service a {
        color: #000 !important;
    }

    .rd-navbar-megamenu .dropdown-menu {
        width: 100%;
    }

    .dropdown-menu {
        position: static !important;
        float: right;
        width: 70%;
        margin-top: 0px !important;
    }

    .dropdown-service .dropdownlists {
        margin-top: 0px !important;
    }

    .dropdown-menu {
        background-color: #fff;
        border: none;
    }

        .dropdown-menu .rd-megamenu-item {
            width: 100%;
            float: left;
        }

    /*.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
                padding-left: 18px;
            }*/
    /*.rd-navbar-dropdown .dropdown-system .opened > .rd-navbar-submenu-toggle::after {
                display: block;
            }
            .rd-navbar-dropdown .rd-navbar-submenu-toggle::after {
                display:none!important;
            }*/
    /*.removeToggle*/
}
