body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #f2f2f2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

*:focus {
    box-shadow: none !important;
    outline: 0;
}

.form-control:focus {
    border-color: #2cacda !important;
}

.pr {
    position: relative;
    z-index: 1;
}

b, strong {
    font-weight: 500;
}

.pad0 {
    padding: 0 !important;
}

.margin0 {
    margin: 0;
}

a {
    color: #2196f3;
}

    a:hover {
        color: #1d5f93;
        text-decoration: underline;
    }

.br0 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h1, h2, h3 {
    /*font-family: 'David Libre';*/
}

label {
    font-weight: 700;
    font-size: 14px;
}

a, .btn, .blockimg img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover {
        text-decoration: none;
    }

.clearfix {
    clear: both;
}

/*new*/

.main {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

.main-content {
    flex: 1 1 auto;
}

/*events*/

.gallery {
    background: #fffaf6;
}

    .gallery .slick-slide {
        padding: 5px;
    }

    .gallery .btn-inverse {
        position: absolute;
        top: 10px;
        right: 0;
    }

.gallery-item .gallery-img img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.gallery-item {
    position: relative;
    margin: 0 2px;
    border: 9px solid #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
}

    .gallery-item .gallery-img {
        position: relative;
        overflow: hidden;
    }

        .gallery-item .gallery-img::before {
            position: absolute;
            z-index: 2;
            content: '';
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.302) inset;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
        }

    .gallery-item:hover .desp {
        opacity: 1;
    }

    .gallery-item:hover .gallery-img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .gallery-item .desp {
        text-align: center;
        padding: 10px;
        background: rgba(55, 27, 27, 0.902);
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

        .gallery-item .desp h5 {
            z-index: 5;
            position: relative;
            color: #ffc9a2;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            line-height: 1.4;
        }

/*header*/

.main-header {
    background: #fff;
    box-shadow: 0 0px 15px rgba(15, 15, 15, 0.2);
    z-index: 10;
    position: relative;
}

.leftmenu li a {
    height: 20px;
    width: 25px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    background: #f0f0f0;
    border-radius: 4px;
    margin-right: 3px;
}

    .leftmenu li a:hover {
        background: #ddd;
    }

.topbar {
    background: #fff;
}

.rightmenu .input-group .form-control, .rightmenu .input-group .btn {
    background: #e9e9e9;
    border-color: #e9e9e9 !important;
    margin-top: 2px;
    color: #000;
    height: 28px;
}

.rightmenu .nav-item {
    border-right: 1px solid #ddd;
}

    .rightmenu .nav-item .nav-link {
        display: block;
        padding: .4rem 1rem;
        color: #000;
        text-transform: uppercase;
        font-size: .8rem;
    }

        .rightmenu .nav-item .nav-link:hover {
            color: #e07e2e;
        }

#rightnav {
    position: fixed;
    left: 0;
    top: 60%;
}

    #rightnav ul li a {
        height: 30px;
        width: 30px;
        text-align: center;
        display: block;
        line-height: 30px;
        font-size: 15px;
        border-radius: 0 4px 4px 0;
        margin: 3px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        #rightnav ul li a:hover {
            color: #fff;
            opacity: .7;
        }

.tooltip-inner {
    padding: 6px 10px;
}

.palette {
    border: 1px solid #ddd !important;
    background: #eee !important;
    display: inline-block;
    width: 20px !important;
}

.theme-black {
    background: #111 !important;
}

#rightnav .dropdown-toggle::after {
    display: none;
}

#navigation {
    background: url(../assetsimg/bg-noise.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -39px;
    /* background-image: linear-gradient(to right, #4b68da, #b06ab3); */
}

    #navigation .navbar-nav > li > a {
        padding: 12px 10px;
        display: block;
        color: #fff6e7;
        font-size: .86rem;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        border-right: 1px solid #e8e8e857;
    }

    #navigation .navbar-nav > li:hover > a, #navigation .navbar-nav > li.active > a {
        background: #2196F3;
        color: #fff;
    }

    #navigation .navbar-nav > li > a .mdi {
        font-size: 16px;
    }

    #navigation .navbar-nav > li:last-child > ul {
        right: 0;
        left: auto;
    }

    #navigation .navbar-nav .dropdown-menu li a {
        display: block;
        color: #2F2E37;
        font-size: 14px;
        padding: 8px 15px;
        min-width: 210px;
        font-weight: 500;
        border-bottom: 1px solid #ececec;
    }

    #navigation .navbar-nav > .dropdown-menu > li:last-child a {
        border-bottom: 0;
    }

    #navigation .dropdown-menu li a:hover, #navigation .dropdown-menu li a:focus {
        background: #eee;
    }

.logo-wrapper {
    border-top: 1px solid #e4e4e4;
    padding: 8px 0 20px;
    background: #f2f2f2;
}

.logo-holder {
    font-size: .9em;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

.logo-title {
    margin-left: 10px;
}

    .logo-title h1 {
        line-height: 1.4;
        font-size: 26px;
    }

    .logo-title p {
        font-size: .9rem;
    }

.navbar-light .navbar-toggler {
    outline: 0 none;
}

.list-cir li {
    width: 49%;
    margin-top: 3px;
    margin-right: 3px;
}

.list-cir a {
    display: flex;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: left;
    align-items: center;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px;
    color: #000;
    height: 100%;
}

    .list-cir a:hover {
        background: #f6f6f6;
        border-color: #d9d9d9;
        box-shadow: -3px 0 0 0 #b42f2f inset;
    }

.list-cir .mdi {
    color: #fff;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    background: #b42f2f;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
}

.control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    color: #ddd;
    line-height: 1.8;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.376);
    border: 0;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    outline: none !important;
}

.marquee {
    color: #2196f3;
    font-weight: 500;
    letter-spacing: .5px;
    position: relative;
    font-size: 14px;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 20px;
    padding: 0 0 0 0;
    /* text-shadow: 0 0 4px #ffdfaa; */
    margin: 6px 5px 0 0;
}

/*partners*/

.partners {
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.img-box {
    position: relative;
    height: 80px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    padding: 10px;
    margin: 15px 8px;
    background: #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0 #cacaca;
}




    .img-box img {
        max-width: 200px;
        max-height: 100%;
    }

.sec-pad {
    padding: 20px 0;
}

/* about */

.about {
    /*background: #f8f8f8 url(../assetsimg/white-bg.jpg) center no-repeat;*/
    background-size: cover;
    padding: 29px 30px;
}

.title2 {
    padding-left: 10px;
    color: #2196f3;
    border-left: 3px solid;
}

.title-lg {
    text-transform: uppercase;
    color: #2196f3;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    text-align: center;
}

    .title-lg span {
        color: #000;
    }

    .title-lg:after {
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        background: transparent url(../assetsimg/sdgbg.jpg) no-repeat center;
        height: 40px;
        width: 300px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

.cardheading {
    padding: 8px 10px 8px 55px;
    background: #e07e2e;
    color: #fff;
    margin-bottom: 8px;
}

    .cardheading .mdi {
        height: 45px;
        width: 45px;
        background: #f9ffe1;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        position: absolute;
        top: -5px;
        border-radius: 50%;
        left: 20px;
        color: #e07e2e;
        border: 2px solid #e07e2e;
        font-size: 22px;
    }

.detail ul li a {
    position: relative;
    display: block;
    color: #000;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 35px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

    .detail ul li a::before {
        left: 10px;
        position: absolute;
        content: '\f192';
        font-family: 'FontAwesome';
        text-align: center;
        line-height: 18px;
        font-size: 16px;
        color: #d76a27;
    }

.aboutd {
    background: #fff;
    font-size: 15px;
    position: relative;
}

.animbox {
    position: absolute;
    padding: 15px;
    top: -58px;
    left: calc(50% - 50px);
    font-size: 2.4rem;
    width: 100px;
    background: #4b3333;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.abouttxt {
    line-height: 2;
    /* font-size: .9rem; */
    padding-bottom: 10px;
    text-align: justify;
}

.listing a {
    font-size: 18px;
    margin: 15px 10px 0;
    display: inline-block;
    font-weight: 500;
    background: #fff;
    padding: 4px 12px;
}

.listheading {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'David Libre';
    border-left: 4px solid #2196f3;
    background: #495258;
    color: #fff;
}

    .listheading .mdi {
        height: 42px;
        width: 42px;
        background: #2e2d2b;
        display: inline-block;
        text-align: center;
        line-height: 41px;
        position: absolute;
        top: -5px;
        left: 30px;
        color: #fff;
        font-size: 22px;
        z-index: 2;
    }

    .listheading .float-right {
        color: #fff;
        padding: 3px 9px;
        font-size: .8rem;
        background: #2196f3;
        position: relative;
        letter-spacing: 1px;
        border-radius: 30px;
    }

/*.date {
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	color:#2196f3;
	position: relative;
}*/

.spacer {
    background: transparent url(../assetsimg/separator.png) repeat-x center;
    background-size: auto auto;
    height: 40px;
    width: 100%;
    background-size: 50%;
    margin: 20px 0 0px 0px;
}

.tenderlist tr td {
    border-color: #fff;
    position: relative;
    padding-left: 24px;
}

    .tenderlist tr td:before {
        content: "\f055";
        position: absolute;
        font-family: 'Material Design Icons';
        left: 5px;
    }

    .tenderlist tr td a {
        display: inline-block;
        color: #000;
        font-style: italic;
        font-weight: 500;
        font-size: .85rem;
    }

/* footer */

.footer {
    position: relative;
    border-bottom: 4px solid #2196f3;
    background: #d5e4f1;
}

    .footer h4 {
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 1px solid #343434;
        padding-bottom: 10px;
    }

.address {
    background: rgba(12, 12, 12, 0.502);
    border-top: 2px dotted #d95050;
    margin-top: 1px;
    border-bottom: 2px solid #b42f2f;
}

.footer, .footer li a {
    color: #ffd1ac;
    position: relative;
}

.footer-links li a {
    padding: 0px 12px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
    margin: 0 3px;
    color: #140707;
}

.footer-links li + li a::before {
    content: "|";
    position: absolute;
    left: -5px;
}

#rightnav .dropdown-toggle::after {
    display: none;
}

.footer-top li a {
    padding-left: 25px;
}

    .footer-top li a::before {
        left: 0;
        position: absolute;
        content: '\f13e';
        font-family: 'Material Design Icons';
        text-align: center;
        line-height: 1.3;
        font-size: 16px;
        color: #5f6065;
    }

.footer-bottom .footer-links li + li a:after {
    color: #fff;
}

.footer-middle {
    padding: 10px 0;
    border-top: 1px solid #12446b;
}

.footer-bottom {
    padding: 12px 0;
    background: #495258;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: .8rem;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
}

.btn-youtube {
    color: #fff;
    background-color: #bb0000;
}

.back-top {
    position: absolute;
    display: inline-block;
    bottom: 60px;
    right: 8px;
    height: 32px;
    width: 32px;
    z-index: 2;
    background: rgba(60, 55, 41, 0.702);
    color: #fff !important;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
    line-height: 30px;
    font-size: 24px;
}

    .back-top:hover {
        background: #fff;
        color: #000 !important;
    }

.validation img {
    max-height: 28px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #f09800 !important;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* useful links */

.linkbox ul li {
    min-width: 25%;
}

    .linkbox ul li a {
        position: relative;
        color: #dbe6ef;
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px;
        background: rgba(93, 81, 60, 0.322);
        margin-right: 8px;
        padding: 5px 6px 5px 30px;
        margin-top: 8px;
        font-weight: 500;
        font-size: .82rem;
        border: 1px solid transparent;
        text-align: left;
    }

        .linkbox ul li a:hover {
            border-color: #2196f3;
        }

        .linkbox ul li a::before {
            content: "\f134";
            position: absolute;
            font-family: 'Material Design Icons';
            left: 8px;
            color: #3a90d4;
        }

/*count*/

.background1 {
    background: transparent url(../assetsimg/balance.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    line-height: 1.8;
    padding: 24px 0;
}

/*.background1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.902);
}*/

.download-btn {
    position: absolute;
    right: 21px;
    top: 0;
}

.transbox {
    position: relative;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
}

.countbox {
    text-align: center;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}

    .countbox .icon {
        display: inline-block;
        padding: 18px;
        width: 80px;
        background: #eeeeee;
        margin: 15px 0;
        height: 80px;
        border: 3px solid #fff;
        box-shadow: 0 0 10px 0 #ddd;
    }

        .countbox .icon img {
            max-width: 38px;
        }

.text {
    font-size: 15px;
    position: relative;
    padding-bottom: 8px;
}

.countbox .counttext a {
    font-weight: 500;
    margin-top: 6px;
    color: #fff;
    display: block;
    background: #2196f3;
    padding: 5px;
}

.tab1 {
    background: #543838;
}

.tab2 {
    background: #c7962d;
}

.tab3 {
    background: #d87d33;
}

/*News Ticker*/

.breakingNews {
    height: 40px;
    line-height: 40px;
    background: url(../assetsimg/bg-noise.png);
    /*position: absolute;*/
    right: 15px;
    left: 15px;
    top: -40px;
    overflow: hidden;
}

.news-title {
    position: absolute;
    width: 115px;
    text-align: center;
    background: #333333;
    height: 40px;
    line-height: 39px;
    top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    color: #fff;
}

.news-more {
    position: absolute;
    width: 70px;
    text-align: center;
    background: #333333;
    height: 40px;
    line-height: 39px;
    top: 0;
    font-size: .85rem;
    right: 0;
    color: #fff !important;
}

#bn1 {
    padding-left: 130px;
    padding-right: 75px;
}

.carouselTicker__list {
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item {
    margin: 0 0 0 5px;
    float: left;
}

    .carouselTicker__item a {
        color: #fff;
        letter-spacing: 1px;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }

        .carouselTicker__item a::after {
            content: '|';
            margin-left: 10px;
        }

.carouselTicker__loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/loader.gif") center center no-repeat;
}

.newsticker {
    max-height: 230px;
    overflow: hidden;
    padding: 10px;
}

.navbar-toggler span > span {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    padding-top: 3px;
}

.eventlist {
    height: 270px;
    border: 1px solid #ddd;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

.btn-more {
    color: #222;
    font-size: .9rem;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

    .btn-more::after {
        content: '\f054';
        font-family: "Material Design Icons";
        margin-left: 2px;
    }

    .btn-more::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1e6298;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        transition: transform .3s ease-out;
        -webkit-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out;
        -ms-transition: transform .3s ease-out;
        -o-transition: transform .3s ease-out;
    }

    .btn-more:hover::before, .btn-more:focus::before, .btn-more:active::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

.btn-main {
    color: #fff;
    background-color: #2196f3;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: .9rem;
}

    .btn-main:hover, .listheading .float-right:hover {
        background-color: #1e6298;
        color: #fff;
    }

.btn-inverse {
    color: #ffffff;
    background-color: #2196f3;
    border: 2px solid #12446b;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: .9rem;
}

.detail ul li a:hover, .footer-top li a:hover, .tenderlist tr td a:hover, .news-more:hover, .footer-links li a:hover {
    text-decoration: underline;
}

/* icon hover */

.icon-trsp {
    text-align: center;
    padding: 0 0 20px;
}

    .icon-trsp a {
        font-size: 16px;
        color: #06a;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-bottom: 15px;
    }

        .icon-trsp a::after {
            content: '';
            position: absolute;
            height: 4px;
            width: 30px;
            background: #52ab40;
            left: calc(50% - 15px);
            top: 100%;
            transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
        }

        .icon-trsp a:hover::after {
            transform: scaleX(2);
            -webkit-transform: scaleX(2);
            -moz-transform: scaleX(2);
            -ms-transform: scaleX(2);
            -o-transform: scaleX(2);
        }

.topicon {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
    line-height: 80px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 2rem;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #2c2c2c;
}

.content-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.102);
    z-index: 1;
    margin-bottom: 20px;
}

.block4 {
    padding: 30px;
}

.blockimg:hover .viewlink {
    opacity: 1;
    transform: translateY(0);
}

.viewlink {
    z-index: 5;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #b42f2f;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 20px;
    opacity: 0;
    transform: translateY(-4rem);
}

.blockimg:hover img {
    opacity: .7;
}

.blockimg img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.blocktitme {
    text-align: center;
    padding: 8px;
    background: #eee;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.bg-blue {
    background: #1c6896;
}

.bg-red {
    background: #b42f2f;
}

.bg-sky {
    background: #248fdf;
}

.bg-orange {
    background: #e07e2e;
}

.minister-desk {
    text-align: center;
    padding: 15px;
    border: 4px solid #fff;
    height: 100%;
    background: #f2f2f2 url(../assetsimg/flower.png) no-repeat center center;
    width: 100%;
    background-size: 260px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .minister-desk img {
        height: 190px;
    }

    .minister-desk .name {
        font-size: .85rem;
        color: #fff;
        background: #2196f3;
        padding: 8px 20px;
        display: table;
        margin: 0 auto 7px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
    }

        .minister-desk .name::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-right: 6px solid #f2f2f2;
            border-bottom: 18px solid transparent;
        }

        .minister-desk .name::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-left: 6px solid #f2f2f2;
            border-bottom: 18px solid transparent;
        }

    .minister-desk p + p {
        text-transform: uppercase;
        font-size: .75rem;
    }

select.form-control {
    background: url(../assetsimg/custom-select.png) right 0.75rem center no-repeat;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

.breadcrumb {
    background: rgba(249, 255, 225, 0.902);
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    border-radius: 30px;
}

    .breadcrumb a, .breadcrumb-item.active {
        color: #b42f2f;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #b42f2f;
    content: "\F30D";
    font-family: "Material Design Icons";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
}

.btn-youtube {
    color: #fff;
    background-color: #bb0000;
}

/* innerpage */

.innerbg {
    background: transparent url(../assetsimg/bginner.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    height: 220px;
    position: relative;
    align-items: center;
    color: #fff;
    justify-content: center;
    text-align: center;
    border-bottom: 4px solid #b42f2f;
}

.innertitle {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    text-transform: uppercase;
}

    .innertitle::before {
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        background: #e07e2e;
        top: 100%;
        left: calc(50% - 6px);
        margin-top: -6px;
        border-radius: 50%;
        border: 2px solid #fff;
        z-index: 1;
    }

    .innertitle::after {
        position: absolute;
        content: '';
        height: 2px;
        width: 180px;
        background: #e07e2e;
        top: 100%;
        left: calc(50% - 90px);
    }

.content {
    line-height: 1.8;
}

    .content img {
        max-width: 100%;
    }

    .content ul {
        list-style: initial;
        padding: 10px 0 10px 20px;
    }

    .content ol {
        padding: 10px 0 10px 20px;
    }

    .content .table-bordered th {
        background: #1c6896;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

.gallery-box .desp {
    padding: 10px;
}

.content .table-bordered td, .content .table-bordered th {
    border: 1px solid #e9e9e9;
    padding: 7px;
    line-height: 1.4;
}

.gallery-box .desp::before, .gallery-box .desp::after {
    display: none;
}

.gallery-box .gallery-item .gallery-img img {
    height: 140px;
}

/* faculty list */

.facultylist .media-body {
    font-size: .8rem;
}

.facultyname {
    background: #b42f2f;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 500;
}

.facutyimg img {
    min-width: 160px;
    max-height: 150px;
}

.designation {
    background: #f5f5f5;
    padding: 8px 10px;
    border-left: 3px solid #e07e2e;
    margin-bottom: 10px;
}

.facultycontact {
    color: #248fdf;
    font-style: italic;
    font-weight: 500;
    margin-top: 4px;
    font-size: .85rem;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.innerpagecontent {
    padding: 50px 0px;
    position: relative;
}

.title-lg-inner {
    text-transform: uppercase;
    color: #2196f3;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}

    .title-lg-inner span {
        color: #000;
    }

    .title-lg-inner:before {
        content: "";
        width: 80px;
        height: 4px;
        position: absolute;
        bottom: -10px;
        background: #2196f3;
        z-index: 1;
    }

    .title-lg-inner:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #cbcbcb;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

/*.title-lg-inner:after {
	position: absolute;
	display: block;
	left:10%;
	transform: translateX(-50%);
	content: '';
	background: transparent url(../img/sdgbg.jpg) no-repeat left;
	height: 40px;
	width: 300px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
*/
.breadcrumbdiv {
    padding: 8px 15px 10px 15px;
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 0 0 7px 7px;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 4px 0 0;
}

    .breadcrumb a, .breadcrumb-item.active {
        color: #a90404;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #a90404;
    content: "\F30D";
    font-family: "Material Design Icons";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.FormInnerWrapper {
    position: relative;
}

.txt-box {
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 15px;
    box-shadow: -2px 0px 0px 0px rgba(244, 244, 244, 0.5) inset;
    background: #eee;
}

.display-block {
    display: block;
}

.radio-inline {
    margin-right: 10px;
}

.display-inline {
    display: inline-block;
}

.display-none {
    display: none;
}

.mt15 {
    margin-top: 15px;
}

.ml10 {
    margin-left: 10px;
}

.text-mandatory {
    color: #2196f3;
    text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
}

    .text-mandatory b {
        color: #fa0634;
        font-size: 18px;
    }

.no-padding-left {
    padding-left: 0px;
}

.red-star {
    color: #fa0634;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.text-red-valid, .parsley-errors-list {
    display: block;
    color: #fa0634;
    padding: 5px 0px;
    font-size: 14px;
}

.content-tbl {
    background: #fff;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);*/
    margin-top: 20px;
}

    .content-tbl table {
        margin: 0;
    }

        .content-tbl table thead td, .content-tbl table thead th {
            color: #fff;
            font-size: 16px;
            background: #2077c3;
            /*background: rgb(73, 82, 88);*/
            border-color: rgb(88, 84, 82);
            vertical-align: middle;
        }

.FormInnerWrapper .tab {
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

    .FormInnerWrapper .tab .nav-tabs {
        border-bottom: 2px solid #005090;
        background: #495258;
    }

        .FormInnerWrapper .tab .nav-tabs li {
            margin-bottom: 0px;
            margin-right: 0px;
            display: flex;
        }

            .FormInnerWrapper .tab .nav-tabs li a {
                font-size: 14px;
                color: #faf1e3;
                outline: none;
                margin-right: 0px;
                padding: 10px 10px;
                border-radius: 0;
                /*text-transform:uppercase;*/
            }

                .FormInnerWrapper .tab .nav-tabs li a:hover,
                .FormInnerWrapper .tab .nav-tabs li a.active {
                    background: #2196f3;
                    color: #fff;
                }

    .FormInnerWrapper .tab .tab-content {
        color: #5a5c5d;
        padding: 20px;
        margin-bottom: 20px;
    }

.title-sm-inner {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}

    .title-sm-inner span {
        color: #000;
    }

    .title-sm-inner:before {
        content: "";
        width: 80px;
        height: 4px;
        position: absolute;
        bottom: -10px;
        background: #000;
        z-index: 1;
    }

    .title-sm-inner:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

.applidashbutton .btn {
    font-weight: 600;
    flex: 1 1 auto;
    margin: 10px 0px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
}

    /* Demo Stuff End -> */

    /* <- Magic Stuff Start */

    .applidashbutton .btn:hover {
        background-position: right center; /* change the direction of the change here */
    }

.applidashbutton .btn-1 {
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.applidashbutton .btn-2 {
    background: coral;
}

.applidashbutton .btn-3 {
    background: blueviolet;
}

.applidashbutton .btn-4 {
    background: crimson;
}

.applidashbutton .btn-5 {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.FormInnerWrapper .tab .nav-tabs li a .step-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgb(2, 0, 0);
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0px 10px 0px 0px;
}


.FormInnerWrapper .tab .nav-tabs li a span.active {
    background: #03ca4e;
    color: #fff;
}

#lodermain {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-image: url(../assetsimg/loader.gif);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: 60px;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.5);
}

span.CompleteStepicon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgb(183, 6, 6);
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #FFF;
    font-size: 19px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 10px 0px 8px;
    line-height: 30px;
}


    span.CompleteStepicon.active {
        background: #03ca4e;
        color: #fff;
    }

/* Magic Stuff End -> */
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 150px;
    height: 150px;
    border: 2px solid #2978c7;
    line-height: 114px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: 0px 0px 30px 5px #e4e4e46b;
}

    .how-box-one .icon-box span {
        display: block;
        width: 30px;
        height: 30px;
        font-size: 19px;
        border-radius: 50%;
        background-color: #8BC34A;
        color: #fff;
        line-height: 30px;
        padding: 0 10px;
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 700;
    }

.how-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #2a2a2a;
    font-weight: 600;
}

    .how-box-one h3 a {
        color: #2a2a2a;
    }


.how-box-one .icon-box img {
    width: 105px !important;
    margin: 18px 0 0 6px !important;
}



.how-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #777;
}

.how-box-one:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../assetsimg/arrow-big.png) center center no-repeat;
}

.how-box-one {
    position: relative;
    padding: 40px 90px;
    transition: all .3s;
    text-align: center;
}

    .how-box-one:last-child:after {
        display: none
    }

.h2.mb-4 {
    text-align: center;
    padding: 32px 0 10px;
    position: relative;
    color: #080808;
    font-size: 23px;
}

    .h2.mb-4:before, .h2.mb-4:after {
        content: "";
        position: absolute;
        width: 61px;
        height: 3px;
        background: #ddd;
        bottom: 1px;
        margin: 0 auto;
        display: block;
        /* left: 0; */
        /* right: 0; */
    }

.counter-se .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../assetsimg/arrow-big.png) center center no-repeat;
}

.counter-se:last-child:after {
    display: none
}

.how-box-one-work-step {
    list-style-position: inside;
}

ol.how-box-one-work-step > li {
    clear: both;
    padding: 15px 17px 12px;
    border: 1px solid #00000047;
    margin-bottom: 22px;
    font-weight: 500;
    background: #dddddd70;
}

    ol.how-box-one-work-step > li::before {
        content: " "; /* Insert content that looks like bullets */
        padding-right: 8px;
        color: blue; /* Or a color you prefer */
    }






.how-box-one-work-step li img {
    display: block;
    border: 2px solid #0000007d;
    margin: 14px auto;
}

.how-box-one-work-step li b {
    font-weight: 600;
}


ol.how-box-one-work-step > li ul {
}

ol.how-box-one-work-step > li ul {
    list-style-type: lower-alpha;
    padding-left: 21px;
    list-style-position: inside;
}

ol.how-box-one-work-step > li > ul > li {
    padding: 12px 26px 10px;
    border: 1px solid #00000045;
    margin: 9px 00 13px;
    background: #fff;
}

    ol.how-box-one-work-step > li > ul > li > ul {
        padding: 12px 42px 10px;
        list-style-position: inside;
    }

        ol.how-box-one-work-step > li > ul > li > ul li {
            border: 1px solid #ddd;
            padding: 7px 17px 20px;
            margin: 16px 0 17px;
            background: #f9f9f9;
        }







ol.how-box-one-work-step > li ul ul {
    list-style: lower-roman;
}

.h2.mb-4:before {
    background-image: linear-gradient(to right, #4b68da, #267bc4);
    left: 45.5%;
    bottom: 0;
}

.h2.mb-4:after {
    bottom: 0;
    right: 46%;
    background: #ddd;
    background-image: linear-gradient(to right, #4b68da, #267bc4);
}






.how-box-one:hover .inner-box {
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}

.how-one-container {
    padding: 1px 0 20px;
}

.divider {
    background: #c58f8f00 url(../assetsimg/left-frame.png) repeat-x center;
    background-size: auto auto;
    height: 40px;
    width: 100%;
    background-size: 13px;
    margin: 20px 0 0px 0px;
}

.counter-se {
    padding: 20px 0 20px;
}

.inner-box {
    padding: 17px 0 14px;
}

.counter .fa {
    box-shadow: 0px 0px 30px 5px #eee;
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 20px;
    line-height: 94px;
    border-radius: 32em;
}

    .counter .fa img {
        width: 68px;
        padding: 26px 10px 2px 13px;
        display: block;
        margin: 0 auto;
    }

.counter {
    /* border: 2px solid #2574be26; */
    height: 250px;
    width: 140px;
    border-radius: 70px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 30px 5px #eee;
}

.df {
    padding: 0 13px 0;
}

.information-sec {
    padding: 17px 0 17px;
}

    .information-sec .card-header {
        background: url(../assetsimg/bg-noise.png);
        color: #fff;
        padding: 0 0 0;
    }

    .information-sec .card-title {
        margin: 0;
        font-size: 23px;
        padding: 4px 14px 4px;
    }

    .information-sec .card {
        border: 0;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

.views-row {
    position: relative;
}

    .views-row a {
        display: block;
        color: #5a5a5a;
        padding: 6px 13px 6px;
        border-bottom: 1px solid #f7f7f76b;
    }


    .views-row::before {
        content: "\f101";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #000;
        font-size: 18px;
        padding-right: 0;
        position: absolute;
        top: 3px;
        left: -10px;
    }

.PUMP-DECRI .table-responsive {
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}

    .PUMP-DECRI .table-responsive .table.table-bordered {
        margin: 0;
    }

.PUMP-DECRI .table thead th {
    background: #e0e0e0;
    font-size: 17px;
}

.PUMP-DECRI .table td {
    padding: 8px;
    font-family: serif;
    font-size: 16px;
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-info {
    background: #33b5e5;
    border-color: #33b5e5;
}


.btn-primary {
    background: #4285F4;
    border-color: #4285F4;
}

.btn-default {
    background: #2BBBAD;
    border-color: #2BBBAD;
}

.btn-secondary {
    background-color: #a6c;
    border-color: #a6c;
}

.btn-success {
    background: #00C851;
    border-color: #00C851;
}

.btn-warning {
    background: #F80;
    border-color: #F80;
}

.btn-danger {
    background: #C00;
    border-color: #C00;
}


.selected {
    border: 2px solid #fff;
}

.counter {
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    /*width: 200px;*/
    padding-top: 10px;
    margin: 0 auto;
    position: relative;
}

    .counter .counter-content {
        height: 100%;
        width: 100%;
        padding: 40px 20px 15px 45px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .counter .counter-value {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 10px;
        display: block;
        position: relative;
        transition: all 0.3s;
    }

    .counter:hover .counter-value {
        text-shadow: 0 0 5px #000;
    }

    .counter h3 {
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin: 0;
        transition: all 0.3s;
    }

    .counter:hover h3 {
        transform: rotateY(360deg);
    }

    .counter .counter-icon {
        color: #fff;
        font-size: 30px;
        position: absolute;
        left: 22px;
        bottom: 16px;
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-icon {
        text-shadow: 0 0 10px #000;
        transform: rotateX(360deg);
    }

.btn-apply {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 13px -5px #000;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 !important;
}

.icon-apply {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    float: left;
    padding-top: 10px;
    font-size: 16px;
}

.btn-apply .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.btn-apply .pulse {
    background: #287ac2;
    cursor: pointer;
    box-shadow: 0 0 0 #2077c3;
    animation: pulse 2s infinite;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 #2077c3;
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2077c3;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #2077c3;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #2077c3;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #2077c3;
        box-shadow: 0 0 0 0 #2077c3;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.process-btn a {
    margin: 0 9px 0;
}


p.count-text {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #2a2a2a;
    font-weight: 600;
}



.btn-apply span {
    display: block;
    float: left;
    padding: 10px 20px 10px 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.align-items-end.apply-section {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.head-office img {
    width: 300px;
    border: 10px solid #296ebd;
    border-radius: 100em;
    height: 300px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.head-office h1, .head-office h2, .head-office h3, .head-office h4, .head-office h5, .head-office h6 {
    line-height: 1.7;
}

.head-office h3 {
    font-size: 32px;
    font-weight: 500;
}

.head-office h4 {
    font-size: 20px;
}

.head-office h5 {
    font-size: 17px;
}

.infooofo {
    padding-left: 34px;
}

    .infooofo ul {
        list-style: upper-roman;
        padding-left: 48px;
    }

/* Magic Stuff End -> */

/*responsive*/
@media (min-width: 1120px) and (max-width:1600px) {

    .head-office img {
        width: 210px;
        border: 10px solid #296ebd;
        border-radius: 100em;
        height: 210px;
        display: block;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
    }
}



@media (max-width: 1119px) {
    .head-office img {
        width: 300px;
        border: 10px solid #296ebd;
        border-radius: 100em;
        height: 300px;
        display: block;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }
}






@media (min-width: 768px) {
    .web-nav .dropdown > .dropdown-menu {
        top: 100%;
        margin-top: 0;
    }

    .web-nav .dropdown-menu {
        display: block;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        border: 0;
        border-radius: 0;
        box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
        transition: all .3s ease-in;
        background: #fff;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        z-index: 10;
    }

    .web-nav .dropdown:hover > .dropdown-menu, .web-nav .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/*responsive*/

@media (min-width: 1600px) {
    .container {
        max-width: 80% !important;
    }

    .gallery-item .gallery-img img {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 95% !important;
    }

    #navigation .navbar-nav li a {
        font-size: 11px;
        padding: 12px 8px;
    }

    .contact-info {
        font-size: 12px;
    }

    .rightmenu .nav-item .nav-link {
        padding: .5rem;
        font-size: .72rem;
    }

    .text {
        font-size: 13px;
    }

    .logo-title h1 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    #rightnav.navbar-light .navbar-nav li a {
        padding: 12px 8px;
        font-size: 12px;
    }

    .list-cir li {
        margin-right: 2px;
    }

    .facultylist .media {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .designation {
        margin-top: 10px;
    }
}


@media (min-width: 992px) and (max-width: 1025px) {

    .logo-title h1 {
        font-size: 18px;
        font-weight: 600;
    }


    .minister-desk {
        height: auto;
    }

    #navigation {
        bottom: -24px;
        /* background-image: linear-gradient(to right, #4b68da, #b06ab3); */
    }

    .how-box-one .icon-box {
        width: 111px;
        height: 111px;
    }

        .how-box-one .icon-box img {
            width: 71px !important;
            margin: 18px 0 0 6px !important;
        }

    .how-box-one:after {
        content: '';
        position: absolute;
        top: 0;
        right: -112px;
        width: 184px;
        height: 49px;
        background: url(../assetsimg/arrow-big.png) center center no-repeat;
    }
}




@media (min-width: 768px) and (max-width: 991px) {


    .hidden-xs-nn {
        display: none;
    }



    #navigation .navbar-nav li a {
        font-size: 11px;
        padding: 8px;
        text-align: center;
        height: 100%;
    }

    #navigation .navbar-nav .dropdown-menu li a {
        text-align: left;
        padding: 8px 15px;
        font-size: 13px;
    }

    #navigation .navbar-nav li a > i {
        display: block;
    }

    .logo-title h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .how-box-one {
        padding: 40px 0px;
    }

    #navigation {
        bottom: -16px;
    }

    .how-box-one .icon-box {
        width: 118px;
        height: 118px;
        line-height: 118px;
    }

        .how-box-one .icon-box img {
            width: 74px !important;
            margin: 0px 0 0 6px !important;
        }

    .how-box-one:after {
        content: '';
        position: absolute;
        top: 0;
        right: -69px;
        width: 179px;
        height: 54px;
    }

    .btn-apply span {
        padding: 7px 8px 5px 4px !important;
        text-transform: uppercase;
        font-size: 12px !important;
    }

    .icon-apply {
        width: 30px;
        height: 30px;
        padding-top: 9px;
        font-size: 12px;
    }

    .icon-apply {
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        float: left;
        padding-top: 7px;
        font-size: 12px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .infooofo {
        padding-left: 6px;
    }

        .infooofo ul {
            list-style: upper-roman;
            padding-left: 10px;
        }

    .mobile-show-page .container {
        padding: 0;
        text-align: justify;
    }

    .mobile-show-page .PUMP-DECRI .table thead th {
        background: #21a3f6;
        font-size: 17px;
        color: #fff;
    }

    .mobile-show-page .inner-content {
        margin: 15px 0 23px;
    }



    .logo-wrapper .col-6 {
        position: relative;
        z-index: 1;
        width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hidden-xs-nn {
        display: none;
    }

    .img-box img {
        max-width: 113px;
    }

    .btn-apply span {
        /* padding: 0; */
        font-size: 12px;
        padding: 12px 6px 10px 5px;
    }

    .news-title {
        width: 83px;
        font-size: 10px;
    }

    .news-more {
        width: 46px;
        font-size: 10px;
    }



    #bn1 {
        padding-left: 94px;
        padding-right: 50px;
    }


    .gallery .btn-inverse {
        position: absolute;
        top: 37px;
        right: 0;
    }

    .pl-0 {
        padding-left: 15px;
    }

    .pr-0 {
        padding-right: 15px;
    }

    body {
        padding-top: 0 !important;
    }

    .main-header {
        position: relative;
    }

    .container {
        max-width: 100%;
    }

    #rightnav .navbar-collapse {
        background: #24232F;
        z-index: 1000;
        padding: 10px 15px;
    }

    #rightnav .nav-item {
        border: 0;
    }

    .logo-holder {
        top: 0;
    }

    #navigation .navbar-nav li a {
        padding: 6px 10px;
    }

    .important img {
        margin: 0 auto 10px;
    }

    #navigation {
        width: 100% !important;
        left: 0 !important;
        right: 0;
    }

        #navigation .navbar-nav .dropdown-menu li a {
            border: 0;
        }

        #navigation .dropdown-menu {
            padding: 0;
        }

    .logo-title h1 {
        font-size: 20px;
    }

    .logo-title {
        margin-top: 0;
    }

    .pdxs0 {
        padding: 0;
    }

    .logo img {
        max-width: 60px;
    }

    #rightnav.navbar-light .navbar-nav.mr-auto li + li a::after, .nivo-controlNav {
        display: none;
    }

    .footer-bottom .float-left, .footer-bottom .float-right {
        float: none !important;
        margin-top: 10px;
    }

    .btn-red {
        margin-left: 12px;
    }

    .media {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    #navigation .navbar-nav > li > a {
        border: 0;
    }


    .how-box-one:after {
        content: '';
        position: absolute;
        top: -27px;
        right: auto;
        width: 34%;
        height: 40px;
        background: url(../assetsimg/arrow-big.png) center center no-repeat;
        transform: rotate(90deg);
        left: auto;
        background-size: 97px;
    }

    .how-box-one:first-child:after {
        display: none;
    }

    .how-box-one:last-child:after {
        display: block;
        right: 66px;
    }




    .container {
        max-width: 100% !important;
    }

    .counter {
        width: 100px;
    }

        .counter .fa {
            box-shadow: 0px 0px 30px 5px #eee;
            height: 79px;
            width: 79px;
            text-align: center;
            margin: 0 00 11px;
            line-height: 79px;
            border-radius: 32em;
        }

            .counter .fa img {
                width: 61px;
                padding: 16px 10px 2px 13px;
                display: block;
                margin: 0 auto;
            }

    .counter-se .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        right: -41px;
        width: 80px;
        height: 95px;
        background-size: 73px;
    }

    #navigation {
        width: 100% !important;
        left: 0 !important;
        right: 0;
        bottom: auto;
        top: 0;
        position: relative;
    }

    .logo-wrapper .col-5.text-right img {
        width: 40px;
        height: auto;
    }

    .logo-wrapper {
        padding: 8px 0 8px;
    }

    .inner-content {
        font-size: 13px !important;
    }

    .PUMP-DECRI .table thead th {
        font-size: 13px;
    }

    .PUMP-DECRI .table td {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .logo-title {
        margin-top: 0;
    }

        .logo-title h1 {
            font-size: 12px;
        }

        .logo-title p {
            font-size: 10px;
        }

    .logo-right img {
        max-width: 30px;
    }

    .logo-slider .slick-next {
        right: 0;
    }

    .logo-slider .slick-prev {
        left: 0;
    }

    .gallery-item {
        width: 100%;
        margin: 0;
    }

    .gallery .d-flex {
        margin-top: 20px;
        padding: 15px;
    }

    .back-top {
        right: 0;
        bottom: 0;
    }

    .holder {
        top: 42%;
    }

    .news-list {
        padding-top: 0;
    }

    .countbox {
        width: 100%;
    }

    .breakingNews {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
    }

    .content-box {
        top: 0;
    }

    .PUMP-DECRI .table td {
        white-space: nowrap;
    }
}



@media screen and (max-width:990px) {
    .how-box-one-work-step li img {
        width: 100%;
    }

    .counter {
        margin-bottom: 30px;
    }
}

.tab-pane .step-icon.active {
    background: #03ca4e;
    color: #fff;
}

.inner-content {
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 1.8;
    margin: 58px 0 31px;
}

.inner-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ced4da;
}

    .card-body .card-title::after, .inner-title:after {
        content: '';
        height: 4px;
        width: 40px;
        background: #e91e63;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: -1px;
    }


.rules-page ul .list-unstyled {
    padding-left: 33px;
    font-size: 14px;
    padding-bottom: 12px;
    padding-top: 8px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .head-office img {
        width: 240px;
        border: 10px solid #296ebd;
        border-radius: 100em;
        height: 240px;
        display: block;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width:1200px) and (max-width: 1750px) {
    #navigation .navbar-nav > li > a {
        padding: 12px 5px;
        display: block;
        color: #fff6e7;
        font-size: .8rem;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        border-right: 1px solid #e8e8e857;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    #navigation .navbar-nav > li > a {
        padding: 12px 3px;
    }

    #navigation .container {
        max-width: 100% !important;
    }
}

@media screen and (min-width:690px) and (max-width: 1180px) {
    .download-btn {
        position: absolute;
        right: 15px;
        top: 37px;
    }
}

@media screen and (max-width:689px) {
    .download-btn {
        position: relative;
        right: 0;
        top: -5px;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .how-box-one {
        position: relative;
        padding: 40px 15px;
        transition: all .3s;
        text-align: center;
        -ms-flex: 0 0 50%;
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
    }

        .how-box-one:after {
            top: 12px;
            right: -94px;
            width: 100%;
            height: 40px;
            transform: rotate(0deg);
            left: auto;
            background-size: 167px;
        }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {


    .how-box-one:last-child:after {
        display: none !important;
    }

    .how-box-one:first-child:after {
        display: block !important;
    }
}

@media (min-width:1100px) and (max-width:1460px) {
    .minister-desk {
        height: auto;
    }
}



@media screen and (max-width:350px) {
    .btn-apply span {
        /* padding: 0; */
        font-size: 12px;
        padding: 12px 6px 10px 5px;
    }
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {

    .how-box-one .icon-box {
        width: 114px;
        height: 114px;
    }

        .how-box-one .icon-box img {
            width: 64px !important;
            margin: 0 0 0 6px !important;
        }

    .how-box-one:after {
        background-size: 132px;
    }
}

@media (max-width: 480px) {
    .titlediv h1 {
        font-size: 20px;
    }

    .login-form {
        max-width: 280px;
    }

    .footer-links li a, .footer {
        font-size: 13px;
    }

    .btn-apply span {
        display: block;
        float: left;
        padding: 10px 9px 10px 5px;
        text-transform: uppercase;
        font-size: 15px;
        color: #000;
    }
}

@media (max-width: 340px) {
    .btn-apply span {
        display: block;
        float: left;
        padding: 10px 6px 10px 2px;
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
    }


    .btn-apply span {
        padding: 10px 8px 10px 8px;
        font-size: 12px;
    }

    .btn-apply .pulse {
        display: none;
    }

    .btn-apply {
        border: 1px solid #2d72be;
    }
}



@media (max-width: 575px) {

    .btn-apply .pulse {
        display: none;
    }

    .btn-apply {
        border: 1px solid #2676c2;
        margin: 0 !important;
    }

    .marquee {
        margin: 6px 4px 0 0;
    }

    .btn-apply span {
        padding: 7px 10px 7px;
        font-size: 12px;
    }

    .head-office img {
        width: 100%;
        border: 10px solid #296ebd;
        border-radius: 0;
        height: 100%;
        display: block;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .counter-se .col.arrow {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .counter-se .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}








@media (max-width: 350px) {

    .btn-apply .pulse {
        display: none;
    }

    .btn-apply {
        border: 1px solid #2676c2;
        margin: 0 !important;
    }

    .marquee {
        margin: 6px 1px 0 0;
    }

    .btn-apply span {
        padding: 7px 4px 7px;
        font-size: 12px;
    }
}
