*{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
header{
    background-color: #083253;
    color: #FFF;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}
header .container{
    width: fit-content;
}
header .container img{
    height: 60px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}
header .container h1{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: fit-content;
}
header .container h1 b{
    font-size: 16px;
    font-weight: 400;
}
header .container a{
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #083253;
    transition: 0.3s;
}
header .container a:hover{
    border-bottom: 1px solid #FFF;
    transition: 0.3s;
}
header .container .active{
    border-bottom: 1px solid #FFF;
}
.landing{
    width: 100%;
    height: 80vh;
    position: relative;
}
.landing img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.landing .announcements{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF69;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.landing .announcements .heading{
    width: fit-content;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 20px;
    background-color: #000;
    padding: 15px;
    z-index: 3;
}
.landing .announcements .more{
    width: fit-content;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 20px;
    background-color: #000;
    padding: 15px;
    cursor: pointer;
}
.landing .announcements .heading hr{
    width: 40px;
    background-color: #FFF;
    height: 2px;
    border: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}
.landing .announcements .container{
    padding: 15px;
    text-align: left;
    height: 58px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.landing .announcements .container h3:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.landing .announcements .container h3 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 58px;
    text-align: center;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    -moz-animation: ann-scroll 15s linear infinite;
    -webkit-animation: ann-scroll 15s linear infinite;
    animation: ann-scroll 15s linear infinite;
}

@-moz-keyframes ann-scroll {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes ann-scroll {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes ann-scroll {
    0%   { 
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%); 		
    }
    100% { 
    -moz-transform: translateX(-100%); /* Firefox bug fix */
    -webkit-transform: translateX(-100%); /* Firefox bug fix */
    transform: translateX(-100%); 
    }
}
.about{
    padding: 6vh 6vw;
}
.about h1{
    font-size: 26px;
    color: #818181;
    font-weight: 600;
    margin-bottom: 30px;
}
.about h1 b{
    font-size: inherit;
    font-weight: inherit;
    color: #13619E;
}
.about h1 hr{
    width: 100px;
    border: none;
    height: 2px;
    background-color: #13619E;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}
.contact-page h2{
    font-size: 21px;
    color: #818181;
    font-weight: 500;
    border-bottom: 2px solid #083253;
    margin-bottom: 20px;
    width: fit-content;
}
.about p{
    color: #13619E;
    line-height: 30px;
}

.flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.sp-bt{
    justify-content: space-between;
}
.f-ct{
    justify-content: center;
}
.al-st{
    align-items: stretch;
}
.flex .container{
    width: calc(50% - 15px);
}
.flex .container img{
    width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}
.mission{
    gap: 0px;
    align-items: stretch;
}
.mission .left{
    background-color: #13619E;
    width: 60%; 
    padding: 6vh 3vw;
}
.mission .right{
    background-color: #083253;
    width: 40%;
    padding: 6vh 3vw;
}
.mission h1{
    color: #FFF;
    font-size: 24px;
}
.mission p{
    color: #FFF;
    padding: 3vh 3vw;
}
.client-section{
    padding: 6vh 3vw;
    gap: 20px;
}
.client-section .tile{
    box-shadow: 0px 3px 8px #CCC;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: #F6F6F6;
    max-width: 400px;
    height: 210px;
    flex: 1 1 25%;
    position: relative;
}
.client-section .tile .client{
    width: 45%;
    background-color: #FFF;
}
.client-section .tile .client h2{
    color: #13619E;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px;
}
.client-section .tile .client p{
    padding: 0px 10px;
    font-size: 12px;
    color: #13619E;
}
.client-section .tile .client hr{
    margin: 0px 10px;
    height: 1px;
    background-color: #13619E;
    border: none;
    width: 30%;
}
.client-section .tile .phrase{
    width: 55%;
    display: grid;
    align-items: center;
}
.client-section .tile .phrase p{
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    color: #13619E;
}
.client-section .tile .client img{
    width: 100%;
    height: 70%;
    object-fit: cover;
}
.registration-form{
    width: 100%;
    max-width: 600px;
    padding: 15px 30px;
    border-radius: 5px;
    display: block;
    margin: auto;
    height: 100%;
    background-color: #f3f3f3;
}
.registration-form h1{
    font-size: 24px;
    margin: 20px 0px;
    color: #13619E;
}
.registration-form input{
    padding: 15px;
    box-shadow: 0px 2px 8px #818181;
    border: none;
    color: #818181;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}
.registration-form label{
    color: #13619E;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.registration-form textarea{
    padding: 15px;
    border: 2px solid #13619E;
    color: #818181;
    background-color: #FFF;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    resize: none;
    border-radius: 5px;
}
.registration-form button{
    padding: 15px;
    background-color: #13619E;
    color: #FFF;
    text-align: center;
    border: 2px solid #13619E;
    margin: 20px 0px;
    border-radius: 5px;
}
.padding{
    padding: 3vh 3vw;
}
.contain-img{
    border-radius: 5px;
    margin-top: 20px !important;
}
.vacancy-table{
    width: 100%;
    overflow-x: scroll;
}
.vacancy-table table {
    border-collapse: collapse;
    width: 100%;
}
.vacancy-table td, .vacancy-table th {
    border: 1px solid #FFF;
    text-align: left;
    padding: 10px;
    cursor: pointer;
}
.vacancy-table th{
    background-color: #083253;
    color: #FFF;
    padding: 20px 10px;
}
.vacancy-table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.vacancy-table tr{
    transition: 0.5s;
}
.vacancy-table tr:hover{
    box-shadow: 0px 3px 8px #CCC;
    transition: 0.5s;
}
.vacancy-table img{
    height: 50px;
    width: auto;
    vertical-align: middle;
    padding-right: 10px;
    border-radius: 5px;
}

.customer-logos{
    width: fit-content;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    padding-top: 20px;
    min-width: 100%;
}
.customer-logos .slide{
    height: 120px;
}
.customer-logos .slide img{
    height: 100%;
    object-fit: contain;
}
.customer-logos-container{ 
    overflow-x: scroll; 
    width: 100%; 
    height: auto;
}
.customer-logos-container::-webkit-scrollbar{
    height: 0px;
    background-color: #FFF;
    display: none;
}
.customer-logos-container::-webkit-scrollbar-thumb{
    border-radius: 0px;
    display: none;
    background-color: #26348D;
}
.noselect {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
}

.photo-gallery .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.photo-gallery .column {
    flex: 24%;
    max-width: 25%;
    padding: 0 4px;
}
.photo-gallery .column .wrapper {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.photo-gallery .delete-btn{
    background-color: #FFF;
}
@media (max-width: 1000px) and (min-width: 800px) {
    .photo-gallery .column {
        flex: 32%;
        max-width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    .photo-gallery .column {
        flex: 48%;
        max-width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .photo-gallery .column {
        flex: 100%;
        max-width: 100%;
    }
}

.contact-page{
    align-items: stretch;
}
.map-container{
    width: 100%;
    height: 100%;
}
.feedback-container{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: stretch;
    flex-wrap: wrap;
}
.feedback-container .tile{
    background-color: #FFF;
    box-shadow: 0px 3px 10px #CCC;
    width: 100%;
    max-width: 400px;
    min-width: 340px;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.feedback-container .tile .content{
    display: block;
    width: 100%;
    padding-top: 20px;
}
.feedback-container .tile img{
    height: 160px;
    width: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
}
.feedback-container h2{
    color: #26348D;
    font-size: 21px;
}
.feedback-container h3{
    color: #26348D;
    font-size: 16px;
    font-weight: 400;
}
.feedback-container p{
    padding-top: 15px;
    color: #818181;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}
.feedback-container .tile label{
    padding: 5px 20px;
    background-color: #007BE7;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin-top: 15px;
}

.background-bgimg{
    background-image: url("../images/Mask\ Group\ 1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-content{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 340px;
    border: 1px solid #26348D;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    padding: 30px;
    background-color: #FFF;
}
.login-content .logo-container{
    width: auto;
    height: 60px;
    display: block;
    margin: auto;
}
.login-content .copyright{
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
.login-content .copyright a{
    font-size: inherit;
}
.login-content input[type="submit"]{
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #26348D;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
.login-content h1{
    padding: 0px;
    margin-bottom: 20px;
}
.login-content .box{
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    border: 1px solid #26348D;
    color: #000;
}

footer{
    background-color: #FFF;
    padding: 3vh 3vw;
    padding-top: 60px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #F6F6F6;
}
footer .container{
    width: 20%;
    min-width: 250px;
}
footer .container:nth-child(4){
    width: 30%;
}
footer .container img{
    width: 60%;
}
footer .container p{
    padding-top: 10px;
    color: #26348D;
    font-size: 16px;
}
footer .container a{
    text-decoration: none;
    display: block;
    padding-top: 5px;
    width: 100%;
    color: #26348D;
    font-size: 16px;
    font-weight: 500;
}
footer.container a:hover{
    text-decoration: underline;
}
footer .container .map-container{
    width: 100%;
    height: 100%;
}
footer .dev-footer{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 0px 15px;
    padding-top: 30px;
}
footer .dev-footer a{
    color: #007BE7;
    font-weight: 500;
    font-size: inherit;
    text-decoration: none;
}
.news{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 30px);
    margin: 15px;
    border-radius: 5px;
    background-color: #FFFFFF69;
    max-width: 450px;
    padding: 15px;
    height: 80%;
    overflow-y: auto;
}
.news .tile{
    border-radius: 5px;
    background-color: #FFF;
    color: #000;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
.news .tile label{
    background-color: #083253;
    color: #FFF;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    font-size: 14px;
    border-radius: 5px;
}
.news .tile h1{
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    padding-bottom: 0;
}
.news .tile p{
    padding: 0px 10px;font-size: 16px;
}
.news .tile a{
    text-decoration: none;
    padding: 5px 20px;
    background-color: #007BE7;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin: auto;
    margin-right: 0;
    width: fit-content;
    margin-top: 10px;
}

.add-btn{
    width: 100%;
    background-color: #13619E;
    color: #FFF;
    padding: 10px;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}
.add-btn:hover{
    transition: 0.3s;
    background-color: #083253;
}
.delete-btn{
    width: fit-content;
    color: #E30000;
    background-color: transparent;
    padding: 2px 5px;
    border: 1px solid #FFF;
    border-radius: 5px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 16px;
}
.delete-btn:hover{
    transition: 0.3s;
    border: 1px solid #E30000;
}
button i{
    font-size: inherit;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background-color: #26348DF0;
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav .logo{
    width: fit-content;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.sidenav .logo img{
    display: block;
    margin: auto;
    height: 60px;
    width: auto;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}
.sidenav .active{
    background-color: #26348D;
    color: #818181;
    border-left: 10px solid #818181;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.mobile{
    display: none;
}
.sister-institutes{
    font-size: 14px;
    color: #818181 !important;
    font-weight: 400;
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}
::-webkit-scrollbar{
    width: 6px;
    background-color: #FFF;
}
::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #26348D;
}
.download-btn{
    color: green;
    text-decoration: none;
}
.download-btn:hover{
    color: #007BE7;
}
.vacancy-table input{
    border: none;
    background-color: transparent;
}
.vacancy-table .delete-btn{
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
}
.facilities .tile{
    width: 30%;
    height: auto;
    box-shadow: 0px 3px 8px #CCC;
    border-radius: 10px;
    position: relative;
}
.facilities .tile img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: contain;
}
.facilities .tile .content{
    padding: 15px;
}
.facilities h2{
    font-size: 21px;
}
.facilities .tile .content p{
    margin: 10px 0px;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000069;
    backdrop-filter: blur(10px);
    z-index: 99;
    display: none; 
}
.modal .wrapper, .wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.modal .wrapper .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
    border-radius: 10px;
    background-color: #FFF;
}
.modal .close-btn{
    position: absolute;
    top: -30px;
    right: -30px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #E30000B1;
    background-color: #FFF;
    transition: 0.3s;
    font-size: 29px;
    border: none;
}
.modal .close-btn:hover{
    color: #E30000;
    transition: 0.3s;
}
.modal .submit-btn{
    width: 100%;
    background-color: #007BE7;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #007BE7;
}
.modal .submit-btn:hover{
    background-color: #083253;
    transition: 0.3s;
}
.modal h1{
    color: #007BE7;
    font-size: 21px;
    margin-bottom: 15px;
}
.modal input{
    border: 1px solid #007BE7;
    border-radius: 10px;
    color: #083253;
    padding: 10px;
    min-width: 300px;
    display: block;
    margin: 10px 0px;
}
.modal label{
    color: #818181;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    margin: 4px 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 900px) {
    header{
        justify-content: space-between;
    }
    .flex .container{
        width: 100%;
    }
    .pc{
        display: none;
    }
    footer .container{
        width: 90%;
    }
    footer .container:nth-child(4){
        width: 90%;
    }
    .mobile{
        display: block;
    }
    header .container h1{
        width: calc(100vw - 142px);
        font-size: 14px;
    }
    header .container h1 b{
        font-size: 12px;
        font-weight: 400;
    }
    .facilities .tile{
        width: 100%;
    }
}