@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    /*src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/google-font/OpenSans-Light.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    /*src: local('Open Sans'), local('OpenSans'), url(../fonts/google-font/OpenSans-Regular.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    /*src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    /*src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/google-font/OpenSans-Bold.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    /*src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/google-font/OpenSans-Italic.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    /*src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    /*src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');*/
}

body {
    margin: 0px;
    /*background: #dfdfdf;*/
    /*background: url('../img/bg1.jpg');*/
    background-size: cover;
    font-family: 'Open Sans';
}

.topstrip {
    /* background: url(../img/flagstrip.jpg) center top no-repeat; */
    background: #f7931e;
    padding-top: 5px;
    width: 100%;
    background-size: 100% 10px;
}

.govtinfo {
    min-height: 30px;
    /* border-bottom: 1px solid #E4E4E4; */
    background: #ebebeb;
    position: relative;
    z-index: 1;
}

    .govtinfo ul {
        margin-bottom: 0px;
    }

        .govtinfo ul li {
            font-size: 10px;
            padding: 3px 0px 3px 0px;
            border-right: 1px solid #bfbfbf;
            padding-right: 8px;
            color: #000000;
            font-weight: 600;
        }

            .govtinfo ul li a {
                color: #000000;
                line-height:16px;
            }
            ul.toprightlink li{
                font-size: 12px;
                font-weight: 600;
                border: none;
                padding: 4px 0px;
            }
            ul.toprightlink li a{
                font-size: 12px;
                font-weight: 600;
                border: none;
                padding: 4px 0px;
            }
            ul.toprightlink li label{
                font-size: 12px;
                font-weight: bold;
            }
            .btn-signin{
                padding: 1px 6px;
                background-color: #016ede; 
                color:#fff;
                border-radius: 4px;
                border:1px solid #016ede;
                font-size: 12px;
            }
            .btn-signup{
                padding: 1px 6px;
                background-color: #ed1c24;
                color:#fff;
                border-radius: 4px;
                border:1px solid #ed1c24;                
                font-size: 12px;
            }

.headertop {
    background: #fff;
}

    .headertop h1 {
        font-weight: bold;
        text-transform: none;
        font-size: 26px;
        color: #000;
        margin: 0;
        padding: 30px 2px;
        font-family: 'Open Sans' !important;
        text-align: center;
    }

    .headertop h4 {
        /*color: #d87400;
        padding: 4px 2px;
        font-family: 'ZCOOL XiaoWei', serif;
        font-weight: bolder;
        letter-spacing: 0.04em;
        font-size: 24px;
        margin-top: -8px;*/
        font-weight: 600;
        font-size: 18px;
        color: #d87400;
        margin: 0;
        padding: 2px 0 5px 0;
        font-family: 'Open Sans' !important;
    }

.navmenu {
    padding: 0px !important;
}

.menubg li :hover {
    color: rgb(255, 255, 255) !important;
    background: #337ab7 !important;
}

.menubg li a {
    color: rgb(255, 255, 255) !important;
}

.footerfirst {
    background: #2b2b2b;
}

    .footerfirst span {
        font-size: 14px;
    }

    .footerfirst p {
        color: #fff;
        padding: 5px 0px 7px 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    p.version{
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        margin-top: 12px;
    }
    p.disclaimer{
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
    p.lastupdated{
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        margin-top: 12px;
    }

.footersecond {
    background-color: #353535;
}

.footerthird {
    background: #313131;
}

    .footerthird ul li {
        color: #fff;
        padding-top: 13px;
        padding-right: 8px;
        padding-left: 8px;
        float: left;
    }

        .footerthird ul li a {
            color: #fff;
            padding: 0px 10px 3px 10px;
        }

        .footerthird ul li :hover {
            color: #FFEB3B !important;
            padding: 0px 10px 3px 10px;
            text-decoration: none;
        }

        .dashboardsection{
            padding: 5px 0px;
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 10px;
            margin-bottom: 10px;
            background-color: #fff;
            border-radius: 10px;
        }
        h4.titledash{
            font-size:24px;
            color:#000;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .box1{
            background-color: #00c81c;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        .box2{
            background-color: cadetblue;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        .box3{
            background-color: #6a359e;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        .box4{
            background-color: #0066cf;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        .box5{
            background-color: #d20060;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        .box6{
            background-color: #f7941d;
            padding:5px;
            border-radius: 4px;
            min-height: 64px;
            box-shadow: 0px 0px 5px 1px #a0a0a0;
            margin-bottom: 10px;
        }
        
        h4.dashcount{
            font-size: 22px;
            color:#fff;
            font-weight: 600;
            text-align: center;
            margin-bottom: 1px;
        }
        span.dashtitle{
            font-size: 18px;
            color:#fff;
            font-weight: 500;
            text-align: center;
            display: block;
        }
p.count-text {
    color: #fff;
    float: right;
    padding: 4px 10px 4px 10px;
    border: 1px solid #1b1b1b;
    background: #313131;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #464646;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.counter {
    font-weight: bold;
    position: relative;
    font-size: 24px;
    vertical-align: middle;
    color: #FFEB3B;
}

.aboutsection{
    padding: 15px 0px;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    /* margin-top: 15px; */
    /* margin-bottom: 20px; */
    background-color: #fff;
    /* border-radius: 10px; */
    /* box-shadow: 1px 2px 7px 1px #00446d;*/
}
.main-title h1 {
    font-size: 35px;
    padding-bottom: 15px;
    position: relative;
    line-height: 25px;
    margin: 7px 0 20px 0;
    color:#505050;
    font-weight: bold;
}
.main-title h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 3px;
    background: #0088cc;
}
.title-color {
    color: #0088cc!important;
}
p.aboutpara{
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    line-height: 35px;
    text-align: justify;
}
.slidecontent {
    padding: 0px 130px;
}

.whitetext {
    color: #fff;
}

.padd5 {
    padding: 5px 0px;
}

.slidesection {
    margin: 0px 0px 10px 0px;
}

.achievementsection{
    padding: 15px 0px;
    background-color: #dedede;
}
h4.innerheading{
    font-size: 22px;
    font-weight: 700;
}
h5.innerchildheading{
    font-size: 20px;
    font-weight: 700;
}
span.listheading{
    font-weight: 700;
    color:#545454;
    display: block;
}
a.listlink{
    background-color: ghostwhite;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px 10px;
    display: block;
    color: #525252;
}
.cardstyle{
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}
.tabsbg{
    background-color: #dedede !important;
    padding: 10px 15px !important;
    border: 1px solid #afafaf !important;
}
.admissionsection{
    padding: 15px 0px;
    background-color: #fff;
}

.servicepagesection {
    background: #fff;
    padding-top: 20px;
}
.exservice {
    border: 1px solid #ececec;
    min-height: 450px;
    margin-bottom: 10px;
}
.exservice h2 {
    background: url(../img/h2headblue.png);
    padding: 15px 15px;
    color: #fff;
    font-size: 24px;    
    font-weight: 600;
    background-size: cover;
}
.exservice ul {
    list-style-image: url(../img/bulletblue.png);
    margin-left: 36px;
}
.exservice ul li {
    font-size: 18px;
    line-height: 30px;
    color: #3d84c6;
}
.couadmservice {
    border: 1px solid #ececec;
    min-height: 450px;
    margin-bottom: 10px;
}
.couadmservice h2 {
    background: url(../img/h2headorange.png);
    padding: 15px 15px;
    color: #fff;
    font-size: 24px;    
    font-weight: 600;
    background-size: cover;
}
.couadmservice ul {
    list-style-image: url(../img/bulletorange.png);
    margin-left: 36px;
}
.couadmservice ul li {
    font-size: 18px;
    line-height: 30px;
    color: #eb5226;
}
p.servicepara{
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    line-height: 35px;
    text-align: justify;
}

.menusection {
    margin: 0px 0px 0px 0px;
    /*border-bottom: 5px solid #d2d2d2;*/
    background-color: #1ac48f;
    background-image: url('../../../Images/pattern-1.png');
}

img.logoleft {
    padding: 5px 0px 5px 0px;
    max-height: 95px;
}

img.logoright {
    padding: 5px 0px 5px 0px;
    max-height: 95px;
}

ul.topmenulink li a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
}
.navbar-nav .nav-link{
    padding: 13px 20px !important;
}

ul.topmenulink .sublink {
    color: #fff;
}

ul.topmenulink li a:hover {
    color: #eee;
    background: #009264;
    /*border-bottom:2px solid red !important;*/
}
ul.topmenulink li.active {
    color: #eee;
    background: #009264;
    /* border-bottom: 2px solid red !important; */
}
.dropdown-menu {
    /*background: #00446d;*/
    background:orchid;
    border: 0;
    top: 94%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    background: #085ca5;
    color: #fff;
}

.dropdown-menu a {
    color: #fff;
}

.contentsection {
    margin: 0px 0px 25px 0px;
}
.notificationbody{
    border-radius: 0px 0px 4px 4px !important;
}
.notificationbg{
    background-color:#55bcc9;
}
ul.notificationlist{
    padding: 2px 8px; 
    list-style-image: url('../img/arrow-blt.png');
}
ul.notificationlist li{
    font-size: 16px;
    color: #161616;
}
span.notification{
    font-size: 20px;
}
.tabsstyle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 4px 4px;
}

.admissionlink{
    border-bottom: 1px dashed #000;
    padding: 8px 2px;
}

.admissionlink h3{
    font-size: 20px;
    font-weight: bold;
    color:#000;
    margin-bottom: 5px;
}
.admissionlink p{
    font-size: 18px;
    font-weight: 600;
    color:#3c3838;
     margin-bottom: 1px; 
}
.admissionlink a {
    font-size: 18px;
    font-weight: 600;
    color: #3c3838;
    margin-bottom: 1px;
}
.admissionlinkupcoming p{
    font-size: 18px;
    font-weight: 600;
    color:#3c3838;
     margin-bottom: 1px; 
}
.tabsmenu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #55bcc9 !important;
    border:1px solid #fff;
    font-size: 16px;
    padding: 15px 20px;
}
.tabs-bg-default{
    background-color: darkgray;
    border:1px solid #fff !important;
    font-size: 16px;
    padding: 15px 20px;
}
.mbottom10 {
    margin-bottom: 10px;
}

.examinationsection {
    margin: 20px 0px;
    padding: 0px 10px;
}

.exambox {
    height: 300px !important;
    overflow-y: scroll !important;
}

    .exambox:hover {
        box-shadow: 0 1px 20px 3px #f5dae7;
        border: 1px solid rgba(229, 31, 123, 0.18);
        background: #eaeaea;
    }

        .exambox:hover a {
            background: #3F51B5;
            color: #fff;
        }

.contactheading {
    /* border-bottom: 3px solid #000; */
    padding-bottom: 8px;
    margin-bottom: 15px;
}

    /* .contactheading:after {
    width: 90px;
    height: 3px;
    background: #2384c6;
    content: '';
    position: absolute;
    bottom: -39px;
    left: 15px;
    z-index: 1;
} */

    .contactheading span {
        color: #2384c6;
    }

.contactpara {
    padding-left: 25px;
    border-left: 5px solid #2384c6;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 25px;
}

/*.contactfirst {
     background: #fff; 
}*/

.contactpagebox {
    background: #fff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
}

.mapaddress {
    margin-bottom: 20px;
    /* background: #fff; */
}

.contactaddress {
    margin: 30px 30px 30px 0px;
    padding: 30px 30px 30px 30px;
}

    .contactaddress span {
        padding: 5px 5px;
        background: #2585c6;
        border-radius: 6px;
        color: #fff;
        margin: 10px 0 0 0;
        display: block;
    }

.three_D_Box_shadow {
    box-shadow: 1px 1px 0px #999, 2px 2px 0px #999, 3px 3px 0px #999, 4px 4px 0px #999, 5px 5px 0px #999, 6px 6px 0px #999;
}

/* .topheader li{
    border-right: 1px solid #bfbfbf;
    padding-right: 8px;
} */
.font10 {
    font-size: 10px !important;
    margin-right: 8px !important;
    margin-left: 5px !important;
}

.font14 {
    font-size: 14px !important;
    margin-left: 10px !important;
}

.disclaimerSection {
    background: #ffffff;
    border-left: 5px solid #f7931e;
}

.headingpage {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    padding: 15px;
}

.parapage {
    font-size: 20px;
    text-align: justify;
    /* font-family: serif; */
}

.boxdesignNews {
    border: 1px solid #2f3335;
    /*border-radius: 4px 4px 0px 0px;*/
    border-bottom: 5px solid #2f3335;
    margin-bottom: 20px;
    min-height: 240px;
}

    .boxdesignNews h5 {
        color: #2b2727;
        text-align: center;
        background: #ffffff;
        margin: 0px 0px 0px 0px;
        padding: 10px 5px 13px 5px;
        font-size: 23px;
        border-bottom: 1px solid #2b2727;
    }

    .boxdesignNews .list-group {
        margin: 0px 0px 0px 0px;
    }

    .boxdesignNews .list-group-item {
        padding: .40rem .25rem !important;
        border: none;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.21) !important;
    }

    .boxdesignNews a {
        color: #525252;
        font-size: 14px;
    }


    .boxdesignNews .list-group-item-action:focus, .list-group-item-action:hover {
        color: #000000;
        background-color: #f7f7f7;
    }

.boxdesignCurrentEvents {
    border: 1px solid #d7c2c2;
    margin-bottom: 20px;
    min-height: 240px;
    /*border-radius: 4px 4px 0px 0px;*/
}

    .boxdesignCurrentEvents h5 {
        color: #2c2929;
        text-align: left;
        background: #d8dce7;
        padding: 10px 5px 13px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 23px;
        border-bottom: 1px solid #9a9ea7;
    }

    .boxdesignCurrentEvents .list-group {
        margin: 0px 0px 0px 0px;
    }

    .boxdesignCurrentEvents .list-group-item {
        padding: .40rem .25rem !important;
        border: none;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.21) !important;
    }

    .boxdesignCurrentEvents a {
        color: #525252;
        font-size: 14px;
    }

    .boxdesignCurrentEvents .list-group-item-action:focus, .list-group-item-action:hover {
        color: #000000;
        background-color: #f7f7f7;
    }

.boxdesignImpLinks {
    border: 0px solid #569013;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 5px solid #989898;
    margin-bottom: 20px;
    min-height: 240px;
    box-shadow: -1px 1px 11px 1px #808080;
}

    .boxdesignImpLinks h5 {
        color: #000000;
        text-align: left;
        background: #f3f3f3;
        margin: 0px 0px 0px 0px;
        padding: 10px 5px 13px 5px;
        font-size: 23px;
        font-weight: 600;
        border-bottom: 1px solid gainsboro;
    }

    .boxdesignImpLinks .list-group {
        margin: 0px 0px 0px 0px;
    }

    .boxdesignImpLinks .list-group-item {
        padding: .40rem .25rem !important;
        border: none;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.21) !important;
    }

    .boxdesignImpLinks a {
        color: #525252;
        font-size: 14px;
    }

    .boxdesignImpLinks .list-group-item-action:focus, .list-group-item-action:hover {
        color: #000000;
        background-color: #f7f7f7;
    }

.boxdesignBottomLinks {
    /*border: 1px solid #c32f00;*/
    margin-bottom: 20px;
    min-height: 240px;
    /*border-radius: 4px 4px 0px 0px;
    border-top: 5px solid #403b3a;
    border-bottom: 5px solid #403b3a;
    box-shadow: -1px 1px 11px 1px #808080;*/
}

    .boxdesignBottomLinks h5 {
        color: #ffffff;
        text-align: left;
        background: #c32f00;
        margin: 0px 0px 0px 0px;
        padding: 10px 5px 13px 5px;
        font-size: 23px;
    }

    .boxdesignBottomLinks .list-group {
        margin: 0px 0px 0px 0px;
    }

    .boxdesignBottomLinks .list-group-item {
        padding: .40rem .25rem !important;
        border: none;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.21) !important;
    }

    .boxdesignBottomLinks a {
        color: #525252;
        font-size: 14px;
    }

    .boxdesignBottomLinks .list-group-item-action:focus, .list-group-item-action:hover {
        color: #000000;
        background-color: #f7f7f7;
    }

.carousel-control-next, .carousel-control-prev {
    width: 26px;
}

.importantdate {
    display: block;
}

.cardbodystyle {
    padding: .25rem !important;
}

.pageheading {
    font-size: 24px;
    font-family: 'Open Sans';
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 5px;
}
/*
.pagecontentpara p:nth-child(even) {
    text-align: justify;
    font-family: 'Open Sans';
    color: #000;
    border-left: 5px solid #ececec;
    padding: 10px 0px 10px 10px;
}

.pagecontentpara p:nth-child(odd) {
    text-align: justify;
    font-family: 'Open Sans';
    color: #000;
    border-right: 5px solid #ececec;
    padding: 10px 10px 10px 0px;
}
    */
.marqueesection {
    background: #ddeeff;
    margin-bottom: 0px;
    color: #8e0000;
}

.marqueestyle {
    padding: 10px 5px 5px 5px;
}

.marqueetext {
    border: 1px dashed #0669c7;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f1f1f1;
    margin: 0px 10px;
}

span.newspara {
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #3c3737;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    font-family: Old Standard TT,Calibri;
}

    span.newspara:hover {
        display: block;
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        border-bottom: 1px solid #e0e0e0;
    }

.circle-icon-newsevent {
    background: #2f3335;
    padding: 17px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 5px;
}

.circle-icon-newseventsmall {
    background: #2f3335;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 5px;
}

.circle-icon-currentevent {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    color: #005850;
    margin-bottom: 5px;
}

.circle-icon-additionallink {
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    color: #c32f00;
    margin-bottom: 5px;
}

.circle-icon-importantlink {
    background: #673AB7;
    padding: 5px;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 5px;
}

/*Testimonials*/

.minister-section {
    background: linear-gradient(45deg, #001aab, #ff00003d);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.testimonialsliderbg {
    margin: 0px 45px 10px 45px !important;
    background: none !important;
    border: 0px solid #f1f1f1 !important;
    position: relative !important;
    zoom: 1 !important;
    border-radius: 0px !important;
    box-shadow: 3px 6px 6px transparent !important;
}

h2.testimonialtitle {
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 20px 20px;
    font-weight: 700;
    line-height: 120%;
    font-size: 1.5em;
}

.min-block {
    width: 100%;
    border-radius: 10px;
    padding: 20px 13px;
    margin-bottom: 0px;
    border: 1px solid #e2e2e2;
    background: #fff;
    min-height: 300px;
    margin-bottom: 20px;
}

.name-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.min-photo {
    width: 100px;
    position: relative;
}

    .min-photo img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 1px solid #ddd;
        max-width: 100px;
    }

.name {
    padding-left: 25px;
    font-size: 1.1em;
    width: 80%;
    display: inline-block;
}

    .name span {
        text-transform: uppercase;
        display: block;
        color: #000;
        margin-bottom: 7px;
        font-weight: 900;
    }

    .name strong {
        color: #443939;
        line-height: 1.4;
        font-weight: 400;
    }

.quote {
    position: relative;
    line-height: 1.5;
    font-size: 1.05em;
}





/*------------HighLights---------------*/
@media (min-width: 991px) {
    .flexslider .slides img {
        margin-left: 7px;
    }
}

@media (min-width: 991px) {
    .stats {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .stats li, #digital-india .content ul li {
        width: 25%;
        float: left;
        border-right: solid 1px;
        border-color: rgba(0,0,0,0.2);
        min-height: 120px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    span.big {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 767px) {
    #products {
        background: #aadede;
    }
}

@media (max-width: 990px) {
    #minister-section, .news-list, #products, #nic-services, #digital-india, #footer {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section, #products .services-text {
        padding: 0px;
    }
}

.section {
    padding-bottom: 20px;
    background: linear-gradient(45deg, #dcdcdc, #B3E5FC);
}

.services-list {
    position: relative;
    padding: 0px 15px;
}

.section .top-title {
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 22px;
    margin-top: 25px;
    color: #0e4d92;
    font-size: 1.5em;
}

.flexslider {
    /*margin: 0 0 60px;*/
    margin: 0px 45px 10px 45px !important;
    background: #ffffff;
    border: 4px solid #f1f1f1;
    position: relative;
    zoom: 1;
    border-radius: 4px;
    box-shadow: 3px 6px 6px #000000;
}

    .flexslider .slides {
        zoom: 1;
    }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*#products .flexslider .slides > li {
    background: #fff;
}*/

.flexslider .slides > li {
    display: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;    
    -moz-backface-visibility: hidden;
}

.block {
    width: 100%;
    display: inline-block;
}

#products .services-text {
    /*width: 55%;*/
    float: left;
    padding-right: 50px;
}

#products .intro {
    width: 100%;
}

.page-template h3 {
    font-weight: 100;
    font-family: 'Source Sans Pro';
}

.flexslider p, .flexslider h1, .flexslider h2, .flexslider h3 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services-text h3 a {
    font-weight: 600;
    vertical-align: middle;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.services-text a {
    color: #333;
    text-decoration: none;
}

.flexslider .intro p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 140%;
    color: #000;
    text-align: justify;
    color: #333;
}

.flexslider .slides p {
    /* font-weight: 600; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 600;
}

#products .services-img {
    /*width: 45%;*/
    display: inline-block;
    height: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.6s;
}

#serivce-block29 .services-img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.6s;
}

#products .services-img:hover, #nic-services .services-img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.6s;
}

.flexslider .slides img {
    /*height: auto;*/
    display: block;
    -moz-user-select: none;
}

.stats {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .stats li, #digital-india .content ul li {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
        padding-bottom: 10px;
    }

.flexslider .slides p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
}

span.big {
    font-size: 2.5em;
    font-weight: 100;
    line-height: 120%;
    font-family: 'Source Sans Pro Light';
    display: block;
}

#nic-services-carousel .flex-control-nav, #products-carousel .flex-control-nav, #my-projects-carousel .flex-control-nav {
    display: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .flex-control-nav li {
        /*margin: 0px 6px;*/
        display: inline-block;
        zoom: 1;
        display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    /*background: #666;
    background: rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

    .flex-control-paging li a.flex-active {
        /*background: #000;
        background: rgba(0, 0, 0, 0.9);*/
        cursor: default;
    }

.flex-direction-nav li {
    position: static;
}

#products .flex-direction-nav a {
    top: 50%;
}

.flex-direction-nav .flex-prev {
    left: -5%;
    top: 60%;
    -webkit-transform: translateY(-70%) scale(0.7);
    transform: translateY(-70%) scale(0.7);
}

.flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: -50px !important;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 70px;
    height: 70px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a {
    height: 79px !important;
}

    .flex-direction-nav a.flex-prev:before {
        display: block;
        content: url(../img/arrow-left-new.png) !important;
    }

    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: '\f001';
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    }

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flex-direction-nav .flex-next {
    right: -5%;
    top: 60%;
    -webkit-transform: translateY(-70%) scale(0.7);
    transform: translateY(-70%) scale(0.7);
}

.flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: -50px !important;
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav a.flex-next:before {
    display: block;
    content: url(../img/arrow-right-new.png) !important;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-pauseplay {
    display: none;
}

#digital-india .flex-pauseplay a, #nic-services .flex-pauseplay a, #products .flex-pauseplay a {
    left: auto;
    opacity: 1;
    right: 0;
    bottom: -10px;
    color: #1b3099;
    background: none;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

#nic-services .check-all, #products .check-all {
    margin-top: 0;
    padding-top: 10px;
}

.check-all {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.stats li p {
    font-size: 16px;
}
.contactsection{
    padding: 60px 0 60px 0;
    padding: 15px 0px;
    background-color: #fff;
 }
.title_divider {
    overflow: hidden;
    margin: 20px 0 50px 0;
    padding: 0;
}
.title_divider_wrapper {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}
.title_divider-circle .line-left {
    right: 123%;
}
.title_divider-circle .line-left, .title_divider-circle .line-right {
    height: 2px;
    width: 1000%;
    position: absolute;
    top: .5em;
}
.base-bg-1 {
    background-color:darkorchid;
}
.title_divider-circle .line-left:after {
    right: 0;
}
.title_divider-circle .line-right {
    left: 120%;
}
.title_divider-circle .line-right:after, .title_divider-shadow.text-left .shadow {
    left: 0;
}
.title_divider-circle .line-left:after, .title_divider-circle .line-right:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -2px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 0;
    box-shadow: 0 0 0 6px darkorchid inset, 0 0 10px 0 darkorchid;
}
.adress-icon span.fa {
    color: darkorchid;
    font-size: 2.5em;
    vertical-align: middle;
}
h6.addresstitle {
    font-size: 20px;
    color: #3d3d3e;
    margin: 1em 0 0 0;
    text-transform: capitalize;
    font-weight: 700;
}
p.addresspara{
    font-size: 15px;
    font-weight: 400;
    color:#000;
}
.mapsection{
    background-color: #fff;
}
/*------------End HighLights---------------*/

/*************************************--------------------Horizontal Layout------------------*******************************************
    ************************************************************************************************************************************
    ************************************************************************************************************************************/

/*+++++++++++++++++++++++++++++++Current Event+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.currenteventhorizontalsection {
    background: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #d8dce7;
}

h4.currenteventtitle {
    color: #000;
    border-bottom: 2px solid #a5a5a5;
    padding: 8px;
    background-color: #e7e9ef;
    font-size: 24px;
    font-weight: 600;
}

.currenteventhorizontal {
    border: 1px solid #ffefbb;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    min-height: 50px;
    overflow-y: auto;
    border-bottom: 5px solid #ffefbb;
}


    .currenteventhorizontal h5 {
        color: #000;
        background: #f9f8e5;
        padding: 8px 1px 8px 8px;
        margin-bottom: 0px;
        border: 1px solid #e6e1b1;
    }

        .currenteventhorizontal h5 > a {
            color: #000;
            font-size: 16px;
            text-decoration: none;
        }

    .currenteventhorizontal ul {
        position: relative;
    }

        .currenteventhorizontal ul li {
            background: #f7f3f2;
            padding: 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.21) !important;
        }

            .currenteventhorizontal ul li:hover {
                background: darkblue;
                padding: 8px;
                color: #fff;
            }

            .currenteventhorizontal ul li a {
                text-decoration: none;
                color: #433;
                background-image: url(../img/arrow-blt.png);
                padding: 8px 2px 8px 16px;
                background-repeat: no-repeat;
                background-position: 3px 16px;
                font-size: 14px;
            }

                .currenteventhorizontal ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background-image: url(../img/arrow-blt-wht.png);
                    padding: 8px 2px 8px 16px;
                    background-repeat: no-repeat;
                    background-position: 3px 16px;
                    font-size: 14px;
                }
/*++++++++++++++++++++++++++++++++++++End Current Event++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*====================================Important links========================================================*/
.importantlinkhorizontalsection {
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ffffff;
}

h4.importantlinktitle {
    background-color: #f3f3f3;
    color: #000;
    border-bottom: 2px solid #a5a5a5;
    padding: 8px;
    font-size: 24px;
    font-weight: 600;
}

.importantlinkhorizontal {
    border: 1px solid #acb6b6;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    min-height: 50px;
    overflow-y: auto;
    border-bottom: 5px solid #4c7b7b;
}


    .importantlinkhorizontal h5 {
        color: #000;
        background: #e5ebeb;
        padding: 8px 1px 8px 8px;
        margin-bottom: 0px;
        border-bottom: 1px solid #acb6b6;
    }

        .importantlinkhorizontal h5 > a {
            color: #000;
            font-size: 16px;
            text-decoration: none;
        }

    .importantlinkhorizontal ul {
        position: relative;
    }

        .importantlinkhorizontal ul li {
            background: #f7f7f7;
            padding: 8px;
            border-bottom: 1px solid #dee2e6;
        }

            .importantlinkhorizontal ul li:hover {
                background: #80a0a0;
                padding: 8px;
                color: #fff;
            }

            .importantlinkhorizontal ul li a {
                text-decoration: none;
                color: #433;
                background-image: url(../img/arrow-blt.png);
                padding: 8px 2px 8px 16px;
                background-repeat: no-repeat;
                background-position: 3px 16px;
                font-size: 14px;
            }

                .importantlinkhorizontal ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background-image: url(../img/arrow-blt-wht.png);
                    padding: 8px 2px 8px 16px;
                    background-repeat: no-repeat;
                    background-position: 3px 16px;
                    font-size: 14px;
                }
/*==============================================Important links============================================*/
/*====================================left side  links========================================================*/
.leftlinkhorizontalsection {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ffffff;
}

h4.leftlinktitle {
    color: #005de9;
    background-color: #eeeff1;
    border-bottom: 8px solid #2380cc;
    padding: 8px;
    font-size: 24px;
    font-weight: 600;
}

.leftlinkhorizontal {
    border: 1px solid #d9dce1;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    min-height: 50px;
    overflow-y: auto;
    border-bottom: 5px solid #d9dce1;
}


    .leftlinkhorizontal h5 {
        color: #005de9;
        background: #eeeff1;
        padding: 8px 1px 8px 8px;
        border-bottom: 2px solid #005de9;
        margin-bottom: 0;
    }

        .leftlinkhorizontal h5 > a {
            color: #005de9;
            font-size: 16px;
            text-decoration: none;
        }

    .leftlinkhorizontal ul {
        position: relative;
    }

        .leftlinkhorizontal ul li {
            background: #f4f7ff;
            padding: 8px;
            border-bottom: 1px solid #d8ddeb;
        }

            .leftlinkhorizontal ul li:hover {
                background: darkgray;
                padding: 8px;
                color: #fff;
            }

            .leftlinkhorizontal ul li a {
                text-decoration: none;
                color: #433;
                background-image: url(../img/arrow-blt.png);
                padding: 8px 2px 8px 16px;
                background-repeat: no-repeat;
                background-position: 3px 16px;
                font-size: 14px;
            }

                .leftlinkhorizontal ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background-image: url(../img/arrow-blt-wht.png);
                    padding: 8px 2px 8px 16px;
                    background-repeat: no-repeat;
                    background-position: 3px 16px;
                    font-size: 14px;
                }
/*==============================================Left side links============================================*/

/*------------End Horizontal Layout---------------*/



/*==============================================Dashboard============================================*/
.dashbox1 {
    background: #0283cc !important;
}

.dashbox2 {
    background: #2ecc71 !important;
}

.dashbox3 {
    background: #e74a25 !important;
}

.dashbox4 {
    background: #ffb136 !important;
}

.dashbox5 {
    background: #10CFBD !important;
}

.dashbox6 {
    background: #9C27B0 !important;
}

.dashbox7 {
    background: #00bbd9 !important;
}

.dashbox8 {
    background: #7460ee !important;
}

/*.info-count {
            font-size: 30px;
            margin-bottom: 5px;
            color: #fff;
            margin-top: 0px;
        }

        .font-14 {
            font-size: 14px !important;
            font-weight: 600;
        }

        .info-text {
            text-transform: uppercase;
        }*/

.small-box {
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 78px;
        }



    .small-box > .inner {
        padding: 10px;
    }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box h3 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        color: #fff;
    }

        .small-box h3 > span {
            font-size: 38px;
            font-weight: 700;
            margin: 0 0 10px;
            white-space: nowrap;
            padding: 0;
            color: #fff;
        }

    .small-box p {
        font-size: 16px;
        color: #fff;
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 0;
        font-size: 72px;
        color: rgba(255, 255, 255, 0.59);
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: right;
        padding: 3px 10px;
        color: #fff;
        color: rgba(255, 255, 255, .8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, .1);
        text-decoration: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 15px;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, .15);
        }

.admin_info {
    border: solid 1px #eeeeee;
    margin: 10px 10px 10px 10px;
}

.header_bar {
    padding: 8px 3px;
    background: #f5f5f5 right center no-repeat;
    font-size: 18px !important;
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
    color: #0770b9;
    font-weight: 600;
    letter-spacing: 1px;
}

.admin_info td {
    padding: 8px 3px;
}

.admin_info span {
    color: #116FB7;
}

.cursordiv {
    cursor: pointer;
}
.admissiondecoration{
    border: 1px solid #673ab7;
    border-radius: 4px 4px 0px 0px;
    padding-bottom: 30px;
}
.admissionheading{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 3px;
    background: #673AB7;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}
/*==============================================End Dashboard============================================*/
.childheading{
    font-size: 18px;
    font-weight: 600;
    color:#4e4747;
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumbsection{
    background-color: #f3f3f3;
}
.breadcrumb{
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
     border-radius: 0rem; 
}
.breadcrumb li a{
    color:#d60008; 
}
.agenciessection {
    background: #fff;
    padding: 20px 0 15px;
}
.list-block {
    /* border: 1px solid #eee; */
    padding: 0px 20px 10px 20px;
    min-height: 385px;
    height: 385px;
    overflow-x: auto;
    margin-bottom: 30px;
    /* text-align: center; */
    background: #ffffff;
    -webkit-box-shadow: 0 1px 5px 3px #f1f1f1;
    box-shadow: 0 1px 5px 3px #f1f1f1;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.list-block:hover {
    -webkit-box-shadow: 0px 3px 8px -3px rgb(0, 0, 0);
    box-shadow: 0px 3px 8px -3px rgb(0, 0, 0);
    /* border: 1px solid rgb(0, 166, 81); */
    background: #fff;
    border-radius: 4px;
    transform: translateY(-10px);
}
.list-block img {
    text-align: center;
    padding: 5px 5px 15px 5px;
    display: block;
    animation: heartbeat .5s infinite alternate;
}
.list-block h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px solid #e4e4e4;
}
.list-block p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 5px;
}
.list-block a {
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    text-align: right;
}

/*********************************************Stepper******************************/
.steps-form-3 {
    /* width: 2px; */
    /* height: 470px; */
    height: auto;
    position: relative; 
}
.steps-form-3 .steps-row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
}
.steps-form-3 .steps-row-3:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #7283a7; 
}
.steps-form-3 .steps-row-3 .steps-step-3 {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative; 
}
.steps-form-3 .steps-row-3 .steps-step-3.no-height {
    height: 50px; 
}
.steps-form-3 .steps-row-3 .steps-step-3 p {
margin-top: 0.5rem; 
}
.steps-form-3 .steps-row-3 .steps-step-3 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; 
}
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
    width: 60px;
    height: 60px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 16px 15px 15px 10px;
    margin-top: -22px;
    font-weight: 900;
    text-decoration: none;
 }
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; 
}
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 .fa {
    font-size: 1.7rem; 
}
/****************************************End Stepper******************************/

/****************************************Start Timeline******************************/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }
  
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-badge.primary {
    background-color: #2e6da4 !important;
  }
  
  .timeline-badge.success {
    background-color: #3f903f !important;
  }
  
  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }
  
  .timeline-badge.danger {
    background-color: #d9534f !important;
  }
  
  .timeline-badge.info {
    background-color: #5bc0de !important;
  }
  
  .timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
  }
  
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0;
  }
  
  .timeline-body > p + p {
    margin-top: 5px;
  }

  /****************************************End Timeline******************************/
.searchResultSection{
    margin:20px 0px;
}
.formdivstyle {
    border: 1px solid #999;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
h4.headingmain {
    font-size: 16px;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 6px;
    font-weight: bold;
    margin-bottom: 2px;
}