﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

@import url(https://db.onlinewebfonts.com/c/c144af7d488f9069913d40dee3cd1f70?family=Algerian);


@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

.svg1 {
    font-family: "Russo One", sans-serif;
    width: 100% !important;
    height: 100%;
}

    .svg1 text {
        animation: stroke 5s infinite alternate;
        stroke-width: 2;
        stroke: #011129;
        font-size: 45px;
       /* font-family: Algerian !important;*/
    }

@keyframes stroke {
    0% {
        fill: rgba(1,17,41,0);
        stroke: rgba(1,17,41,1);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }

    70% {
        fill: rgba(1,17,41,0);
        stroke: rgba(1,17,41,1);
    }

    80% {
        fill: rgba(1,17,41,0);
        stroke: rgba(1,17,41,1);
        stroke-width: 3;
    }

    100% {
        fill: rgba(1,17,41,1);
        stroke: rgba(1,17,41,0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.wrapper {
    /*background-color: #FFFFFF*/
}



a {
    font-family: 'Fira Sans', sans-serif;
}

p, h3, h2, h1, h4, h5,span {
    font-family: 'Fira Sans', Calibri,sans-serif !important;
}

.navbar-nav .nav-link {
    color: black;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: #93bff3;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: .125em;
    margin-left: .125em;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}

.header-name {
    font-family: Calibri !important;
    color: #012459;
    font-size: 35px;
    font-weight: 900;
}

.header-sub {
    font-weight: bold;
    text-align: left;
    color: #012459;
    font-size: 30px;
}

.log {
    width: 100%;
}

@media screen and (max-width: 1440px) and (min-width:1023px) {
    .header-name {
        font-family: Calibri;
        color: #012459;
        font-size: 54px;
        font-weight: 900;
    }
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .header-name {
        font-family: Calibri;
        color: #012459;
        font-size: 44px;
        font-weight: 900;
    }
}


.wraper {
    width: 100%;
    height: 330px;
    display: flex;
    margin-bottom: -99px;
}

.div-1 {
    width: calc( 70% - 40px);
    height: 70%;
}

.div-2 {
    width: calc( 30% + 40px );
    height: 70%;
    background: #016a70;
    border-left: 80px solid white;
    border-bottom: 231px solid transparent;
    box-sizing: border-box;
}

.content {
    color: white;
    font-size: 16px;
    padding: 15px;
}

.div2inst {
    display: inline;
    padding: 7px;
    background: white;
    color: red;
    border-radius: 6px;
    font-weight: bolder;
    padding-left: 24px;
    padding-right: 36px;
    text-align: center;
}

.div2adm {
    display: inline;
    padding: 7px;
    background: white;
    color: red;
    border-radius: 6px;
    font-weight: bolder;
}

@media screen and (max-width: 448px) {
    .logo {
        width: 25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wraper {
        width: 100%;
        height: 330px;
        display: flex;
        margin-bottom: 0px;
    }

    .div-1 {
        width: 100%;
        height: 100%;
    }

    .div-2 {
        display: none;
    }

    .bannerimage {
        height: 200px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
    }

    .header-name {
        font-family: Calibri;
        color: #012459;
        font-size: 14px !important;
        font-weight: 900;
        text-align: center;
    }

    .header-sub {
        font-weight: bold;
        color: #012459;
        font-size: 12px;
        text-align: center;
    }

    .aboutwelcome {
        color: black;
    }

    .aboutcollege {
        font-size: 30px;
        font-weight: 900;
        font-family: Calibri;
        margin-top: -20px;
        color: black;
    }

    .aboutcollegedetails {
        color: black;
        font-size: 16px;
        text-align: justify;
    }
}

.bannerimage {
    height: 475px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
}

.tabs {
    
    margin: 0px;
}

.gennotice, .circnotice, .tendernotice, .eventnotice {
    padding: 0px;
    text-align: center;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;
    padding-top: 16px;
    cursor: pointer;
    background: #293ec5;
}
.circnotice {
    background: #2196f3;
}

    .evnts, .circ, .tender {
        display: none;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #2196f3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #293ec5;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #293ec5;
    }

.tabhead {
    font-size: larger;
    font-family: 'Fira Sans';
    color: purple;
    font-weight: 600;
    text-align: center;
}

.aboutwelcome {
    color: black;
}

.aboutcollege {
    font-size: 37px;
    font-weight: 900;
    font-family: Calibri;
    margin-top: -16px;
    color: black;
}

.aboutcollegedetails {
    color: black;
    font-size: medium;
    text-align: justify;
    margin-top: -13px;
}

.btnRead {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    text-decoration: none;
    color: white;
    border: 1px solid;
    padding: 17px;
    background: #77a6f7;
}

    .btnRead:hover {
        background-color: dodgerblue;
        color: white;
    }

.highlightedclass li {
    font-size: 35px;
    font-weight: 700;
    list-style: inside;
    color: #094529;
}

.counter {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    width: 200px;
    height: 120px;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.supports li {
    list-style: none;
}

    .supports li a {
        color: darkgreen;
        text-decoration: none;
        font-size: 30px;
    }

.imgexceut {
   width: 238px; 
   height: 281px;
}

@media screen and (max-width: 448px) {
    .aboutwelcome {
        color: black;
    }

    .aboutcollege {
        font-size: 26px;
        font-weight: 900;
        font-family: Calibri;
        margin-top: -20px;
        color: white;
        margin-bottom: 37px;
    }

    .aboutcollegedetails {
        color: black;
        font-size: 13px;
        text-align: justify;
        margin-top: -78px;
    }
    .imgexceut {
        width: 160px;
        height: 281px;
    }
}

/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
   /* padding: 10px 0px 25px 0px;*/
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
    font-size: 16px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul_amrc li a {
            color: #CCC;
            text-decoration:none;
            font-size:18px;
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px;
            text-decoration:none;
        }

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 20px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #CCC;
            border: 1px solid #CCC;
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }


.highlightedcourse {
    font-size: 50px;
    font-weight: 800;
    color: white;
    background: linear-gradient(to right bottom, #293ec5, #2196f3);
    border-radius: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.princripalimg {
    width: 120%;
    border: 10px solid #90ee9042;
    border-radius: 81px;
    margin-left: -20px;
}

.districtmagistrate {
    background: linear-gradient(to right bottom, #293ec5, #2196f3);
    font-size: 22px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.addldistrictmagistrate {
    background: linear-gradient(to right bottom, #293ec5, #2196f3);
    font-size: 21px;
    height: 36px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.executiveofficer {
    background: linear-gradient(to right bottom, #293ec5, #2196f3);
    font-size: 18px;
    height: 36px;
    color: white;
    font-weight: 500;
    text-align: center;
}

.container1 {
    position: relative;
    width: 50%;
    margin: 9px;
}

.image {
    display: block;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008cba4a;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.container1:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.listpre {
    font-family: 'Fira Sans', Calibri,sans-serif !important;
    font-size: 20px;
}


.imgpsb {
   height: 300px;
   width: 856px;
}

.abc {
    text-decoration: none;
    background: darkblue;
    padding: 11px;
    color: white;
    position: absolute;
    margin: auto;
}

.res {
    width: 157%;
}
@media screen and (max-width: 1024px) {
    .res {
        width: 118%;
    }
}
    @media screen and (max-width: 448px) {
        .princripalimg {
            width: 50%;
            border: 10px solid #90ee9042;
            border-radius: 81px;
            margin-left: -20px;
            margin-bottom: 21px;
        }

        .res {
            width: 100%;
        }

        .highlightedcourse {
            font-size: 23px;
            font-weight: 800;
            color: white;
            background: linear-gradient(to right bottom, #293ec5, #2196f3);
            border-radius: 20px;
            text-align: center;
            padding: 14px;
        }

        .highlightedclass li {
            font-size: 23px;
            font-weight: 700;
            list-style: inside;
            color: #094529;
        }

        .districtdata {
            font-size: 11px;
        }

        .districtmagistrate {
            background: linear-gradient(to right bottom, #293ec5, #2196f3);
            font-size: 15px;
            color: white;
            font-weight: 500;
            text-align: center;
            height: 35px;
        }

        .executiveofficer {
            background: linear-gradient(to right bottom, #293ec5, #2196f3);
            font-size: 13px;
            height: 36px;
            color: white;
            font-weight: 500;
            text-align: center;
        }

        .card-body {
            font-size: small;
        }

        .card-title {
            font-size: small;
        }

        .btn-primary {
            color: #fff;
            background-color: #0d6efd;
            border-color: #0d6efd;
            font-size: small;
        }

        .listpre {
            font-size: 10px;
        }

        .imgpsb {
            height: 300px;
            width: 100%;
        }

        .abc {
            text-decoration: none;
            background: darkblue;
            padding: 0px;
            color: white;
            position: unset;
            font-size: 20px;
        }
    }


    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff !important;
    }

