@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@300;400;500;600;700&display=swap');
/* 
font-family: 'Fira Sans', sans-serif;
font-family: 'Inter', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'El Messiri', sans-serif;
font-family: 'Hahmlet', serif;


yellow - #fec93b
light blue - #a2d5f2
green-blue - #40a8c5
blue - #07689f
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
#menu,
#close {
    display: none;
}
.common {
    display: flex;
    justify-content: center;
}
.common-even {
    display: flex;
    justify-content: space-evenly;
}
.common-bet {
    display: flex;
    justify-content: space-between;
}
.common-around {
    display: flex;
    justify-content: space-around;
}
.align {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-35 {
    width: 35%;
}
.col-40 {
    width: 40%;
}
.col-45 {
    width: 45%;
}
.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-60 {
    width: 60%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-85 {
    width: 85%;
}
.col-90 {
    width: 90%;
}
.col-95 {
    width: 95%;
}
.col-100 {
    width: 100%;
}
.navigation-contact {
    height: 60px;
    background: #fec93b;
    border-bottom: 1px solid #d1d1d1;
}
.navigation-contact-slogan p {
    letter-spacing: .3px;
}
.navigation-contact-details a {
    text-decoration: none;
}
.navigation-contact-details span i {
    color: #1c540d;
}
.navigation-contact-details span a {
    color: #000000;
}
.navigation-contact-details span a:hover {
    text-decoration: underline;
}
.navigation-contact-details span:nth-child(1) i {
    transform: rotate(90deg);
}
.navigation {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #ffffff;
    height: 100px;
    box-shadow: 2px 2px 10px 2px #dddddd;
}
.navigation-logo img {
    width: 150px;
    transform: scale(1.5);
}
.navigation-data nav ul {
    margin-top: 30px;
    list-style-type: none;
}
.navigation-data nav ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    letter-spacing: .3px;
    text-decoration: none;
}
.navigation-data nav ul li a:hover {
    color: #07689f;
    transition: .3s;
    border-bottom: 1px solid #07689f;
}
.dropdown {
    position: absolute;
    top: 25px;
    z-index: 20;
    display: none;
    background: #ffffff;
}
#services-drop:hover .dropdown {
    display: block;
}
.dropdown li {
    padding: 5px;
}
.home-banner {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://i.postimg.cc/J46dYnCz/Adobe-stock-2.jpg");
}
.home-banner img {
    width: 100%;
    height: auto;
}
.home-banner h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 3vw;
    font-family: 'El Messiri', sans-serif;
}
.home-banner b {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.home-banner-quote {
    float: left;
    height: 100%;
    padding: 20px;
}
.home-banner-button {
    width: 200px;
    margin-top: 20px;
}
.home-banner-button a {
    padding: 10px 25px;
    color: #000000;
    text-decoration: none;
    background: #fec93b;
    border-radius: 5px;
}
.home-banner-button a:hover {
    transition: .3s;
    background: #e6a800;
}
 .eject-heading {
    margin: 3pc 0;
}
.eject-heading i {
    font-size: 22px;
    margin-top: 5px;
    color: #fec93b;
}
#iconone {
    transform: rotate(-90deg);
}
#icontwo {
    transform: rotate(90deg);
}
.eject-heading h2 {
    font-weight: 500;
    color: #005383;
    padding: 0 20px;
    font-weight: 600;
    letter-spacing: .7px;
    font-family: 'Hahmlet', sans-serif;
}
hr {
    width: 140px;
    margin-top: 5px;
    border: 2px solid #fec93b;
}
#why-choose-us {
    width: 70%;
    margin: auto;
    text-align: center;
}
.eject-choose-us-data {
    height: auto;
    padding: 1pc 0;
    margin-top: 3pc;
}
.eject-choose-image img {
    width: 100%;
    height: auto;
}
.eject-choose-content {
    padding: 10px;
}
.eject-choose-content h2 {
    color: #005383;
    font-weight: 600;
    font-size: 1.7pc;
}
.eject-choose-content p {
    margin-top: 12px;
    opacity: .8;
}
.eject-choose-points span {
    margin-top: 7px;
    justify-content: flex-start;
}
.eject-choose-points span i {
    font-size: 22px;
    color: #07689f;
}
.eject-choose-points span h5 {
    font-weight: 500;
    font-size: 16px;
    opacity: .7;
    font-weight: 500;
    margin-left: 15px;
}
.eject-choose-content a {
    color: #ffffff;
    background: #07689f;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    top: 40px;
    border-radius: 5px;
}
#learn-more {
    font-size: 14px;
    margin-left: 5px;
}
.eject-choose-content a:hover {
    background: #003f63;
}
.eject-choose-content a:hover #learn-more {
    margin-left: 11px;
    transition: .3s;
}
.eject-services {
    height: auto;
    padding: 1pc 0;
    justify-content: flex-start;
    background: #003f63;
}
.eject-services h2 {
    color: #ffffff;
    font-size: 2pc;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Hahmlet', sans-serif;
}
.eject-services p {
    color: #cfcfcf;
    letter-spacing: 1px;
}
.eject-services-data {
    height: 100%;
    flex-wrap: wrap;
    row-gap: 3pc;
    padding: 2pc 0;
}
.services-box {
    width: 300px;
    height: 350px;
    padding: 0 10px;
    row-gap: 10px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
}
.services-box:hover.services-box a {
    color: #ffffff;
    transition: .4s;
    background: #005383;
    border: 2px solid #005383;
}
.services-box img {
    width: 90px;
}
.services-box h3 {
    font-weight: 500;
    letter-spacing: .5px;
}
.services-box p {
    color: #505050;
    font-size: 14px;
    letter-spacing: 0;
}
.services-box a {
    color: #005383;
    padding: 7px 14px;
    border-radius: 4px;
    margin-top: 5px;
    text-decoration: none;
    border: 2px solid #cfcfcf;
}
.services-box a i {
    font-size: 13px;
    margin-left: 5px;
}
.eject-keys {
    height: auto;
    padding: 3pc 0;
    flex-wrap: wrap;
    row-gap: 1pc;
}
.key-box {
    width: 300px;
    border-radius: 5px;
    background: #a2d5f2;
}
.key-box-image img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.key-box-data {
    padding: 10px;
}
.key-box-data h3 {
    font-size: 2pc;
    font-weight: 600;
}
.key-box-data p {
    opacity: .8;
}
.eject-home-contact {
    height: auto;
}
.home-contact-form h2 {
    font-size: 2pc;
    font-weight: 600;
    color: #005383;
    letter-spacing: 1px;
}
.home-contact-form p {
    margin-top: 5px;
    opacity: .8;
    font-weight: 500;
    letter-spacing: .2px;
}
.home-contact-form form input,
.home-contact-form form textarea {
    border-radius: 4px;
    margin-top: 20px;
    padding: 8px;
    font-size: 16px;
    outline: 0;
    border: 0;
    width: 100%;
    border: 1px solid #cfcfcf;
}
.home-contact-form form input[type="submit"],
.btech-form-min form input[type="submit"] {
    width: 200px;
    color: #ffffff;
    margin: 20px auto;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    background: #07689f;
}
.home-contact-form form input[type="submit"]:hover,
.btech-form-min form input[type="submit"]:hover {
    background: #003f63;
    transition: .3s;
}
.home-contact-details img {
    width: 100%;
    height: auto;
}
footer {
    height: 450px;
    background: #000000;
}
.footer-about,
.footer-links,
.footer-contact {
    height: auto;
    padding: 15px;
}
.footer-about p {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .3px;
}
.footer-about span i {
    color: #ffffff;
    font-size: 23px;
    margin-top: 15px;
}
.footer-about span i:hover {
    color: #fec93b;
}
.footer-links h2,
.footer-contact h2 {
    font-weight: 500;
    color: #fec93b;
    margin-bottom: 20px;
}
.footer-links ul li {
    list-style-type: none;
    margin-top: 7px;
}
.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-links ul li a:hover {
    color: #fec93b;
    transition: .3s;
}
.footer-contact span {
    margin-top: 5px;
}
.footer-contact span i,
.contact-data-details-box span i {
    color: #fec93b;
}
.footer-contact span a,
.contact-data-details-box span a {
    color: #ffffff;
    margin-left: 5px;
    text-decoration: 0;
}
/* ----------------------------- About -------------------------------- */

.about-banner {
    height: auto;
    background: #00123a;
}
.about-banner-content,
.about-banner-image {
    height: 100%;
    /* border: 2px solid white; */
}
.about-banner-content {
    color: #ffffff;
    padding: 4pc;
}
.about-banner-content h1 {
    font-size: 3pc;
    font-weight: 600;
}
.about-banner-content p {
    opacity: .8;
    font-size: 17px;
    margin-bottom: 30px;
}
.about-banner-content a {
    color: #000000;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: .4px;
    background: #fec93b;
    text-decoration: none;
}
.about-banner-content a:hover {
    background: #e6a800;
    transition: .3s;
}
.about-banner-image img {
    width: 100%;
    height: auto;
    padding: 2pc;
}
.about-matter-min {
    height: auto;
}
.about-matter-box,
.about-matter-details {
    height: 100%;
}
.about-matter-box {
    flex-wrap: wrap;
    row-gap: 1pc;
}
.about-matter-box,
.about-matter-details {
    padding: 4pc;
}
.matter-box {
    width: 180px;
    height: 150px;
    padding: 10px;
    border-radius: 5px;
    background: #e4f5ff;
}
.matter-box h3 {
    font-size: 2pc;
    font-weight: 600;
}
.matter-box p {
    font-weight: 500;
}
.about-matter-details h3 {
    font-weight: 600;
    color: #07689f;
    font-size: 23px;
    opacity: .7;
    margin-bottom: 9px;
}
.about-matter-details span {
    line-height: 30px;
    justify-content: flex-start;
}
.about-matter-details span i {
    color: #29be00;
    font-size: 16px;
}
.about-matter-details span p {
    margin-left: 10px;
}
.about-start-project-min {
    height: auto;
    padding: 2pc 0;
    border-radius: 10px;
    background: #005383;
}
.about-start-project {
    padding: 2pc 0;
}
.about-start-project-min h2 {
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}
.about-start-project-min a,
.publish-process a,
.ms-content-details a {
    color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    background: #a2d5f2;
    text-decoration: none;
}
.about-start-project-min a:hover,
.publish-process a:hover,
.ms-content-details a:hover {
    transition: .3s;
    background: #5dc4ff;
}
.document-writing-quote p {
    text-align: center;
    margin: auto;
}
.contact-data-details-box span {
    width: 70%;
    margin-top: 3pc;
}
/* -------------------------------- B.Tech Projects --------------------------- */

.btech-quote p {
    width: 70%;
    margin: auto;
    font-weight: 500;
    letter-spacing: .4px;
    text-align: center;
}
.btech-form-min {
    height: 600px;
    margin: 2pc 0;
}
.btech-form-min form {
    padding: 2pc 0;
}
.btech-form-min form h4 {
    font-weight: 600;
    color: #005383;
    margin-bottom: 1pc;
}
.btech-form-min form input,
.btech-form-min form select,
.btech-form-min form textarea {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    outline: 0;
    border-radius: 4px;
    border: 2px solid #dadada;
}
.btech-form-min form input:focus {
    border: 2px solid #07689f;
}
.btech-form-min form input,
.btech-form-min form select {
    margin-bottom: 7px;
}
.btech-form-image img {
    width: 80%;
    height: auto;
}
/* ------------------------------ Reasearch paper --------------------------- */

.reasearch-paper-quote {
    text-align: center;
}
.reasearch-paper-quote h3 {
    font-weight: 600;
    letter-spacing: .6px;
}
.reasearch-paper-quote p {
    width: 80%;
    margin: auto;
    opacity: .8;
    padding-top: 15px;
}
.reasearch-paper-quote h2 {
    margin-top: 2.5pc;
    font-weight: 600;
}
.reasearch-paper-quote span p {
    width: 160px;
    margin: 1pc 0;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 4px;
    background: #5dc4ff;
}
.publish-process {
    margin: 2pc 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.publish-paper-data {
    height: auto;
    row-gap: 2pc;
    padding: 2pc 0;
    column-gap: 2pc;
}
.publish-process h2 {
    color: #005383;
}
.publish-process-box {
    width: 230px;
    height: 130px;
    border-radius: 4px;
    background: #e4f5ff;
    box-shadow: 2px 2px 10px 2px #9cdbff;
}
.publish-process-box h3 {
    font-weight: 600;
    font-size: 22px;
    color: #1c540d;
}
.publish-process-box h5 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.publish-paper-data,
.internships-app-process-min {
    flex-wrap: wrap;
}
/* ---------------------------- Internships ---------------------------- */
.internships-app-process-min {
    height: auto;
    /* border: 2px solid black; */
}
.app-process-box {
    width: 240px;
    height: 200px;
    row-gap: 1.5pc;
    border-radius: 5px;
    background: #ffeab2;
    /* box-shadow: 2px 2px 10px 2px #dddddd; */
    /* border: 2px solid #fec93b; */
}
.app-process-box img {
    width: 80px;
}
.app-process-box h3 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.registration-form {
    height: auto;
    margin-top: 1pc;
}
.internships-registartion {
    padding: 3pc 0;
}
.internships-registartion h2 {
    font-weight: 600;
    letter-spacing: .8px;
    color: #003f63;
    font-family: 'Ubuntu',sans-serif;
}
.registration-form form {
    width: 430px;
    height: 100%;
    padding: 15px;
    border-radius: 5px;
    background: #005383;
}
.registration-form form input,
.registration-form form textarea,
.registration-form form select,
.contact-data-form form input,
.contact-data-form form textarea,
.contact-data-form form select {
    padding: 5px;
    outline: 0;
    font-size: 15px;
    border-radius: 3px;
    background: transparent;
    border: 2px solid #d8d8d8;
}
.registration-form form label,
.contact-data-form form h4,
.contact-data-details h5 {
    color: #ffffff;
}
.registration-form form input,
.registration-form form label,
.registration-form form select,
.registration-form form textarea,
.contact-data-form form input,
.contact-data-form form label,
.contact-data-form form select,
.contact-data-form form textarea {
    margin-top: 5px;
    color: #ffffff;
}
.registration-form form input[type="submit"],
.contact-data-form form input[type="submit"] {
    width: 120px;
    border: 0;
    margin: auto;
    cursor: pointer;
    color: #000000;
    background: #fec93b;
}
.registration-form form input[type="submit"]:hover,
.contact-data-form form input[type="submit"]:hover {
    background: #e6a800;
    transition: .3s;
}
/* ---------------------------- Contact ------------------------------ */

.contact-data {
    height: auto;
    padding-bottom: 2pc;
}
.contact-data-form {
    background: #2a2a2a;
    border-radius: 10px 0 0 10px;
}
.contact-data-details {
    background: #181818;
    border-radius: 0 10px 10px 0;
}
.contact-data-form form,
.contact-data-details {
    padding: 30px;
}
.contact-data-form form h4 {
    font-weight: 500;
    color: #fec93b;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-data-details h5 {
    font-weight: 500;
    font-size: 20px;
}
.contact-data-details p {
    font-size: 15px;
    color: #afafaf;
    margin: 8px 0;
}
#formal {
    font-weight: 600;
    color: #1c540d;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Hahmlet',sans-serif;
}

/* ---------------------------- Dashboard ---------------------------------- */
.home-dashboard table {
    text-align: center;
    margin-bottom: 3pc;
    border-collapse: collapse;
}
.home-dashboard table th,
.home-dashboard table tr,
.home-dashboard table td {
    padding: 5px;
    border: 2px solid #005383;
}
.home-dashboard table th {
    background: #005383;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .5px;
}
.home-dashboard h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
/* ---------------------------------- MS projects ------------------------------- */

.ms-content {
    height: 700px;
}
.ms-content-details,
.ms-content-image {
    padding: 4pc;
}
.ms-content-image img {
    width: 90%;
    height: auto;
}
.ms-content-details h2 {
    font-weight: 600;
    color: #005383;
}
.ms-content-details p {
    width: 80%;
    margin-top: 10px;
}
.ms-content-details ul {
    padding: 10px 0 0 15px;
}
.ms-content-details a {
    position: relative;
    top: 20px;
}
.ms-chart {
    height: auto;
    margin-bottom: 2pc;
}
.ms-chart img {
    width: 80%;
    height: 600px;
}
.ms-last {
    height: auto;
    padding: 2pc 0;
    margin-bottom: 2pc;
    text-align: center;
    background: #003350;
}
.ms-last h3 {
    font-weight: 500;
    color: #ffffff;
    font-size: 1.6pc;
    font-family: 'Hahmlet',sans-serif;
}
.ms-last p {
    margin: 1pc 0;
    color: #e0e0e0;
}
.ms-last a,
.abroad-banner-details a {
    color: #000000;
    padding: 8px 16px;
    border-radius: 4px;
    background: #fec93b;
    text-decoration: none;
}
.ms-last a:hover,
.abroad-banner-details a:hover {
    transition: .3s;
    background: #e6a800;
}
/* ------------------------ Abroad assignments ------------------------ */
.abroad-banner {
    height: auto;
    background: #00123a;
}
.abroad-banner-details {
    padding: 3pc;
}
.abroad-banner-image {
    padding: 2pc;
}
.abroad-banner-details h1 {
    font-weight: 600;
    color: #ffffff;
    font-size: 2.8pc;
}
.abroad-banner-details p {
    width: 80%;
    margin: 10px 0;
    color: #dddddd;
}
.abroad-banner-details h2 {
    color: #fec93b;
    font-weight: 500;
}
.abroad-banner-details span {
    color: #dddddd;
}
.abroad-banner-details span i {
    color: #e6a800;
}
.abroad-banner-details a {
    position: relative;
    top: 20px;
}
.abroad-info {
    height: auto;
    padding: 2pc 0;
    text-align: center;
}
.abroad-info h2 {
    font-weight: 600;
}
.abroad-info h2 span {
    color: #e6a800;
}
.abroad-info p {
    width: 80%;
    margin: auto;
    padding-top: 1pc;
}
.abroad-waves {
    height: auto;
}
.abroad-waves-data,
.abroad-waves-image {
    padding: 3pc;
}
.abroad-waves-image img {
    width: 80%;
    height: auto;
}
.abroad-waves-data h2 {
    font-weight: 600;
    color: #003f63;
}
.abroad-waves-data p {
    width: 80%;
    color: #505050;
    margin: 10px 0;
}
.abroad-waves-data span i {
    color: #005383;
}
.abroad-waves-data span {
    color: #505050;
}
.abroad-waves-data a {
    position: relative;
    top: 20px;
    color: #000000;
    padding: 6px 16px;
    border-radius: 4px;
    background: #fec93b;
    text-decoration: none;
}
.abroad-waves-data a:hover {
    background: #e6a800;
    transition: .3s;
}
#eject-logout {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #000000;
    padding: 6px 16px;
    border-radius: 4px;
    background: rgb(255, 0, 0);
    text-decoration: none;
}

/* ------------------------------ Blogs --------------------------- */

.blogs-main {
    height: auto;
    padding: 20px 0;
    border: 2px solid black;
}
.blogs-main-left {
    /* border: 2px solid red; */
    border-radius: 7px;
    box-shadow: 2px 2px 10px 2px #cccccc;
}

.blog-box,
.blogs-main-right {
    padding: 2pc;
    row-gap: 1pc;
}
.blog-box img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.blog-box span p i,
.recent-blog-box-right p i {
    color: #e6a800;
}
.blog-box h2,
.blogs-recent h2 {
    font-weight: 600;
}
.blog-box details summary,
.seperate details summary {
    cursor: pointer;
    color: #e6a800;
}
.blog-box hr {
    width: 100%;
    border: 1px solid #c2c2c2;
}
.blogs-recent hr {
    width: 120px;
    border: 1px solid #fec93b;
}
.recent-blog-box {
    height: 130px;
    margin-top: 20px;
    border-bottom: 1px solid #b4b4b4;
}
.recent-blog-box-left,
.recent-blog-box-right {
    padding: 10px;
}
.recent-blog-box-left img {
    width: 100%;
    height: 90%;
    border-radius: 50%;
}
.recent-blog-box-right h5 {
    font-weight: 500;
}
.recent-blog-box-right p {
    margin-top: 10px;
    font-weight: 400;
}
.seperate {
    height: auto;
    padding: 0 3pc;
    margin: auto;
    /* border: 3px solid black; */
}
.seperate h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.seperate img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.seperate p {
    width: 100%;
    margin: 15px 0;
}
/* ----------------------------------- NEW ADMIN ------------------------------ */

.newadmin-main {
    height: auto;
}
.newadmin-left {
    position: fixed;
    left: 0;
    height: 100vh;
    background: #ffffff;
    border-right: 1px solid #afafaf;
}
.admin-logo {
    height: 70px;
    border-bottom: 1px solid #afafaf;
}
.admin-logo img {
    width: 120px;
}
.admin-left-nav ul {
    list-style-type: none;
}
.admin-left-nav ul li {
    margin-top: 10px;
}
.admin-left-nav ul li a {
    color: #98b0d8;
    font-weight: 500;
    padding-left: 30px;
    text-decoration: none;
}
.admin-left-nav ul li a:hover {
    color: #004aad;
    transition: .3s;
}
.newadmin-right {
    position: absolute;
    right: 0;
    height: 100%;
    background: #e0e7f0;
}
.admin-main-nav {
    height: 70px;
    border-bottom: 1px solid #afafaf;
}
.admin-main-nav-left h3,
.login-form form h3 {
    font-weight: 600;
    letter-spacing: 1px;
}
.admin-main-nav-right a {
    color: #004aad;
    font-weight: 500;
    text-decoration: none;
}
.admin-main-nav-left h3,
.admin-main-nav-right a {
    padding: 20px;
}
.admin-main-nav-right a:hover {
    transition: .3s;
    transform: scale(1.1);
}
.admin-main-nav-right a:nth-child(2) {
    color: #ff0000;
}
.admin-table-heading {
    padding: 10px 20px;
}
.admin-table-heading h3 {
    font-weight: 500;
    color: #004aad;
    letter-spacing: .6px;
}
.admin-table-heading p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
}
.admin-table-heading span:nth-child(2) {
    margin: 20px 30px 0 0;
}
.admin-table-heading a {
    color: #ffffff;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 4px;
    background: #004aad;
    text-decoration: none;
}
.admin-table-heading a:hover {
    transition: .3s;
    background: #002453;
}
.admin-table {
    padding: 20px;
    overflow: scroll;
}
.admin-table table {
    background: #ffffff;
    border-collapse: collapse;
}
.admin-table table th,
.admin-table table td {
    padding: 8px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .4px;
    border: 1px solid #afafaf;
}
.admin-table table th {
    font-weight: 500;
    background: #88b2e7;
}
.admin-download {
    height: auto;
    bottom: 20px;
    position: absolute;
}
.admin-download button {
    color: #ffffff;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    background: #004aad;
    text-decoration: none;
}
.admin-download button:hover {
    transition: .3s;
    background: #002453;
}
.admin-blog-form {
    height: 500px;
}
.admin-recent-blogs {
    background: #e0e7f0;
}
.admin-blog-form h3,
.admin-recent-blogs h2 {
    font-weight: 600;
    color: #646464;
    text-align: center;
    margin-bottom: 20px;
}
.admin-blog-form form,
.admin-recent-blogs form {
    flex-wrap: wrap;
    column-gap: 2pc;
    row-gap: 1pc;
}
.admin-blog-form form label {
    font-size: 14px;
}
.admin-blog-form form input,
.admin-blog-form form textarea,
.admin-blog-form form select,
.admin-recent-blogs form input,
.admin-recent-blogs form textarea,
.admin-blog-form form button {
    width: 350px;
    padding: 5px;
    outline: 0;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #b4b4b4;
}
#repeat-delete,
#repeat-save,
.admin-blog-form form input[type="submit"] {
    color: #ffffff;
    border: 0;
    cursor: pointer;
}
.admin-blog-form form button {
    cursor: pointer;
}
#repeat-delete,
#close-blog{
    background: #ff0000;
}
.repeat h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
#repeat-save,
#add-sub,
#add-blog{
    background: green;
}
.repeat {
    padding: 20px;
}
.repeat hr {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #afafaf;
}
.admin-table input[type="submit"] {
    background: green;
    padding: 4px 20px;
    color: #ffffff;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
}
/*#blog-form-ad {*/
/*    display: none;*/
/*}*/























































@media only screen and (max-width:1023px) {
    .dropdown {
        position: relative;
        width: 100%;
        text-align: center;
    }
    #menu,
    #close {
        position: absolute;
        top: 90px;
        right: 20px;
        z-index: 10;
        display: block;
        width: 27px;
    }
    #close {
        display: none;
    }
    .navigation {
        position: relative;
    }
    .navigation-contact,
    .navigation {
        height: auto;
        flex-direction: column;
    }
    .navigation-contact-slogan,
    .navigation-contact-details,
    .navigation-data nav ul,
    .navigation-logo,
    .navigation-data,
    .eject-choose-us-data,
    .eject-home-contact-data{
        width: 100%;
        flex-direction: column;
    }
    .navigation-contact-slogan p {
        display: none;
    }
    .navigation-contact-details span {
        margin-top: 5px;
    }
    .navigation-data nav {
        display: none;
    }
    .navigation-data nav ul {
        margin-top: -10px;
    }
    .navigation-data nav ul li {
        margin-top: 5px;
    }
    .home-banner {
        height: 170px;
    }
    .home-banner-button {
        display: none;
    }
    .eject-heading {
        margin: 2pc 0;
    }
    .abroad-banner-details h1 {
        font-size: 20px;
    }
    .eject-heading h2,
    .eject-choose-content h2,
    .publish-process h2,
    .abroad-banner-details h2 {
        font-size: 3.3vw;
    }
    hr {
        width: 50px;
    }
    #why-choose-us,
    .eject-choose-content p,
    .abroad-banner-details p,
    .abroad-banner-details span {
        width: 95%;
        font-size: 3vw;
    }
    .eject-choose-image,
    .eject-choose-content {
        width: 100%;
    }
    .eject-choose-points span i {
        margin-top: 3px;
    }
    .eject-choose-points span i,
    .eject-choose-points span h5,
    #learn-more {
        font-size: 3vw;
    }
    .eject-choose-content a,
    .abroad-banner-details a {
        padding: 5px 10px;
        top: 20px;
        font-size: 3.2vw;
    }
    .eject-services h2,
    .home-contact-form h2,
    .about-matter-details h3,
    .reasearch-paper-quote h3 {
        font-size: 4.3vw;
    }
    .eject-services p {
        font-size: 3vw;
        text-align: center;
    }
    .services-box p,
    .about-banner-content p,
    .about-matter-details p {
        font-size: 14px;
    }
    .home-contact-form,
    .home-contact-details {
        width: 95%;
        margin: auto;
    }
    .home-contact-form form input,
    .home-contact-form form textarea {
        width: 95%;
        font-size: 14px;
        padding: 5px;
    }
    .home-contact-form p {
        font-size: 3vw;
    }
    footer,
    .about-banner {
        height: auto;
        width: 100%;
        flex-direction: column;
    }
    .footer-about,
    .footer-contact,
    .footer-links,
    .about-banner-content,
    .about-banner-image,
    .contact-data-form,
    .contact-data-details {
        width: 100%;
    }
    /* -------------------- About -------------------- */
    .about-banner-content,
    .about-banner-image,
    .about-matter-details {
        padding: 10px;
    }
    .about-banner-content h1 {
        font-size: 7vw;
    }
    .about-banner-content p {
        margin-bottom: 20px;
    }
    .about-banner-content a,
    .about-start-project-min a,
    .ms-content-details a,
    .ms-last a {
        padding: 5px 10px;
        font-size: 15px;
    }
    .about-matter-min {
        height: auto;
        flex-direction: column-reverse;
    }
    .about-matter-box,
    .seperate {
        width: 100%;
    }
    .matter-box {
        width: 150px;
        height: 100px;
        margin: auto;
        padding: 0;
    }
    .matter-box h3 {
        font-size: 1.3pc;
    }
    .matter-box p,
    .ms-last p {
        font-size: 14px;
    }
    .about-start-project-min {
        width: 95%;
    }
    .about-start-project-min {
        padding: 1pc 0;
    }
    .about-start-project-min h2,
    .reasearch-paper-quote h2,
    .ms-content-details h2,
    .ms-last h3,
    .abroad-info h2 {
        font-size: 16px;
    }
    /* --------------- B.Tech ------------------- */
    .btech-quote p,
    .reasearch-paper-quote p,
    .ms-content-details p,
    .ms-content-details ul li,
    .abroad-info p {
        width: 95%;
        font-size: 3vw;
    }
    .btech-form-image {
        display: none;
    }
    .btech-form-min,
    .about-matter-details,
    .blogs-main-left,
    .blogs-main-right {
        width: 95%;
        margin: auto;
    }
    .btech-form-min form {
        width: 100%;
        padding: 0;
    }
    /* ------------------------ Reasearch paper ---------------------- */
    .reasearch-paper-quote span {
        flex-wrap: wrap;
    }
    .internships-app-process-min,
    .blogs-main {
        row-gap: 1pc;
    }
    .registration-form form,
    .ms-content-image,
    .ms-content-details,
    .abroad-banner-details,
    .abroad-banner-image,
    .seperate img  {
        width: 95%;
    }
    .contact-data,
    .ms-content,
    .abroad-banner,
    .abroad-waves,
    .blogs-main {
        flex-direction: column;
    }
    .contact-data-form,
    .contact-data-details {
        border-radius: 0;
    }
    #formal {
        font-size: 15px;
    }
    .home-dashboard {
        overflow-x: auto;
    }
    /* ------------------- MS projects ------------------- */
    .ms-content,
    .abroad-banner {
        height: auto;
    }
    .ms-content-image,
    .ms-content-details,
    .abroad-banner-details,
    .abroad-banner-image,
    .abroad-waves-data,
    .abroad-waves-image {
        padding: 1pc;
        margin: auto;
    }
    .ms-content-details a {
        top: 10px;
    }
    .ms-chart {
        margin: 2pc 0;
    }
    .ms-chart img,
    .abroad-waves,
    .abroad-waves-data,
    .abroad-waves-image,
    .blogs-main,
    .blog-box span {
        width: 100%;
        height: auto;
    }
    .blogs-main {
        flex-direction: column-reverse;
    }
    .blog-box,
    .blogs-main-right {
        padding: 1pc;
    }
    .blogs-recent h2,
    .blog-box h2,
    .seperate h2 {
        font-size: 16px;
    }
    .blogs-recent hr {
        width: 70px;
    }
    .recent-blog-box-right p ,
    .recent-blog-box-right p i,
    .blog-box p,
    .seperate p,
    .seperate details summary {
        font-size: 13px;
    }
    .seperate {
        padding: 0 10px;
    }

    /* ----------------------- */
    .print-button,
    .admin-left-nav,
    #admintimes {
        display: none;
    } 
    .portal-form {
        width: 100%;
        margin-top: 30px;
    }
    #primesilica-logo {
        width: 100px;
    }
    .admin-heading h1,
    .admin-table-min h1,
    .app-container h1,
    .login-heading h1 {
        font-size: 16px;
    }
    .app-main,
    .newadmin-left,
    .newadmin-right,
    .admin-main-nav-left,
    .admin-main-nav-right {
        width: 100%;
    }
    .home-container img,
    .login-form form {
        width: 80%;
    }
    .admit-container {
        height: auto;
        flex-direction: column;
    }
    /* ------------------- NEW ADMIN -------------------- */
    .newadmin-left,
    .newadmin-right {
        position: relative;
        inset: 0;
    }
    .newadmin-left {
        height: auto;
        position: sticky;
        top: 0;
        z-index: 10;
    }
    .admin-left-nav ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admin-left-nav ul li a {
        padding-left: 0;
    }
    .admin-main-nav-left,
    .admin-main-nav-right {
        width: 50%;
        font-size: 12px;
    }
    .admin-logo {
        border: 0;
    }
    #adminbar,
    #admintimes {
        position: fixed;
        z-index: 10;
        right: 30px;
        top: 30px;
    }
    .admin-download {
        bottom: 4px;
        font-size: 12px;
    }
    .admin-recent-blogs {
        margin-top: 20pc;
    }
    .repeat form input[type="submit"] {
        margin: 0 0 10px 23px;
    }
}
