﻿.resource {
    background: #FFCC00 !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.sidebar-page-container .sidebar {
    position: relative;
    display: block;
    padding-left: 0px;
}
.box {
    position: relative;
    margin: 0 auto;
    background: #FFF;
    max-width: 500px;
}

.ribbon {
    background: #2D5699;
    color: #FFF;
    padding: 10px;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    /*border-radius: 3px 3px 0 0;*/
    position: relative;
}

    .ribbon:before, .ribbon:after {
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        top: 100%;
    }

    .ribbon.red-gradient {
        background: rgb(234,67,53); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(234,67,53,1) 0%, rgba(178,0,0,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(234,67,53,1) 0%,rgba(178,0,0,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(234,67,53,1) 0%,rgba(178,0,0,1) 100%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4335', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    }

        .ribbon.red-gradient:before {
            border-top: 20px solid #861F1A;
            border-left: 20px solid transparent;
            left: 0;
        }

        .ribbon.red-gradient:after {
            border-top: 20px solid #861F1A;
            border-right: 20px solid transparent;
            left: calc(100% - 20px);
        }

    .ribbon.blue {
        background: #4285F4;
    }

        .ribbon.blue.top:before {
            top: -20px;
            left: 0;
            border-bottom: 20px solid #2D5699;
            border-left: 20px solid transparent;
        }

        .ribbon.blue.top:after {
            top: -20px;
            left: calc(100% - 20px);
            border-bottom: 20px solid #2D5699;
            border-right: 20px solid transparent;
        }

        .ribbon.blue.bottom:before {
            border-top: 20px solid #2D5699;
            border-left: 20px solid transparent;
            left: 0;
        }

        .ribbon.blue.bottom:after {
            border-top: 20px solid #2D5699;
            border-right: 20px solid transparent;
            left: calc(100% - 20px);
        }

        .ribbon.blue.crossed:before {
            top: -20px;
            left: 0;
            border-bottom: 20px solid #2D5699;
            border-left: 20px solid transparent;
        }

        .ribbon.blue.crossed:after {
            border-top: 20px solid #2D5699;
            border-right: 20px solid transparent;
            left: calc(100% - 20px);
        }

    .ribbon.expand {
        position: relative;
        padding: 0;
        background: #4285F4;
    }

        .ribbon.expand:after {
            border-top: 20px solid #2D5699;
            border-right: 20px solid transparent;
            left: calc(100% - 20px);
        }

        .ribbon.expand:before {
            border-top: 20px solid #2D5699;
            border-left: 20px solid transparent;
            left: 0;
        }

        .ribbon.expand span {
            position: relative;
            padding: 18px 0;
            display: inline-block;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

            .ribbon.expand span:before, .ribbon.expand span:after {
                width: 0;
                height: 0;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                content: "";
                top: 100%;
            }

            .ribbon.expand span:after {
                top: -20px;
                left: calc(100% - 20px);
                border-bottom: 20px solid #2D5699;
                border-right: 20px solid transparent;
            }

            .ribbon.expand span:before {
                border-bottom: 20px solid #2D5699;
                border-left: 20px solid transparent;
                left: 0;
                top: -20px;
            }





.headingsection {
  /*  margin: 3rem;
    padding: 3rem;*/
    background-color: white;
}

.headtitle {
    padding: 10px 20px;
    background-color: #4285F4;
    margin-left: -15px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    color: white!important;
    position: relative;
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, .3));
}

    .headtitle::after {
        content: "";
        position: absolute;
        width: 1rem;
        height: 1rem;
        background-color: #2B5C96;
        left: 0;
        bottom: -1rem;
        clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 0% );
    }
.infra-block .read-more {
    position: absolute;
    right: 0;
    top: 57px;
    /* height: 100px; */
    padding-top: 40px;
    /* width: 150px; */
    /* display: block; */
    text-align: right;
    /* border-left: 1px solid rgba(0, 0, 0, 0.10);*/
}

.infra-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    .infra-block .read-more a:before {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        line-height: 24px;
        color: #e83800;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

    .infra-block .read-more a:hover,
    .infra-block:hover .read-more a {
        color: #e83800;
        padding-left: 22px;
    }

.infra-block .read-more a:hover:before,
.infra-block:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
    height: auto;
}

.card-header {
    display: flex;
    flex-wrap: wrap;
}