@font-face {
    font-family: 'customfont';
    src: url('../fonts/Medium.woff2') format('woff2'),
        url('../fonts/Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;

}


body{
    background:url('../images/body-bg.png') no-repeat center top;
    background-size:auto;

    
}
.container {
    max-width: 1320;
}
.navbar>.container-fluid{
    align-items: flex-start;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color:#002147;
    font-family:'customfont', 'Segoe UI', Arial;
    border-right: 1px dotted #002147;
    padding: 0 10px;
    transition:all 1s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child{
    border:0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color:#457dba
    
}
.welcome-con{
    text-align: center;
    color:#002147;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ffffff;
    position:relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.welcome-con h1 {
    color:#f28020;
    text-transform: uppercase;

}
.welcome-con:before{
    content:"";
    width:100px;
    height:2px;
    background:#002147;
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-50px;
}
.founder-con {
    text-align: center;
    color:#002147;
    text-shadow: 2px 2px 2px #fff;
    margin-bottom: 50px;
}

.mw-800{
    max-width:800px;
}
.founder-text{
    line-height: 24px;
    color:#002147;
    font-style: italic;
    font-weight: bold;
}
.aboutus-con {
    text-align: center;
    margin-bottom:50px;

}
.mw-600{
    max-width:700px
}
.our-institutions{
    padding:20px 0 100px 0;
}
.ins-logos {
    width: 320px;
    height: 320px;
    background: #fff;
    display: block;
    box-shadow: 2px 2px 150px #999;
    border-radius: 50%;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    color:#7e0909;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition:all 1s ease;
    margin-left: auto;
    margin-right: auto;
}
.ins-logos .logo-con {
    width:120px;
    height:120px;
    display: block;
    margin:0 auto;
    background:url(../images/logo11.png) no-repeat center center;
    background-repeat: no-repeat;
    transition:all 0.5s ease;
    background-size:90%;

}
.ins-logos .logo2-con {
    background:url(../images/logo22.png) no-repeat center center;
    background-size:90%;
}
.ins-logos:hover .logo-con {
    background-size:100%;  
}
.ins-logos:hover {
    color:#457dba;
}
.orange-text{
    color:#f28020;
}
.btn-primary {
    
background: linear-gradient(to bottom,  #457dba 0%,#213c5b 100%);
border-radius: 50px;
    padding: 10px 50px;
    border: 0;
    text-shadow: 1px 1px 2px #000;
    transition:all 1s ease;

}
.btn-primary:hover {
    background: linear-gradient(to bottom,  #213c5b 0%,#457dba 100%);
    transition:all 1s ease;
}
footer {
    background: #203b59;
    padding:50px 0;
}
.social-icons a{
    color:#fff;
    transition:all 1s ease;
}
.social-icons a:hover{
    color:#f28020;
    transition:all 1s ease;
}
.copyright{
    color:#999;
}
.orange-title {
    color:#f28020;
    font-size:22px;
    text-align: center;
    margin-bottom: 50px;
    position:relative;
}
.orange-title:before,
.orange-title:after {
    content:"";
    width:100px;
    height:1px;
    background:#f28020;
    position:absolute;
    margin-left:-120px;
    top:15px;
}
.orange-title:after{
    margin-left: 20px;
}
.navbar-toggler {
    background: #213c5b;
color: #fff;
position: absolute;
right: -10px;
border-radius: 5px 0 0 5px;
padding: 5px;
font-size: 30px;
}
.inner-title {
    color:#f28020;
    font-size:26px;
    text-shadow: 1px 1px 1px #333;
    margin-bottom: 20px;
}
.inner-logo{
    max-width: 150px;
}
.list-content li {
    margin-bottom: 10px;
}
.contact-list{
    padding:0;
    margin:0;
    list-style: none;
}
.contact-list li {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom: 1px solid #ccc;
    position:relative;
    padding-left:60px;
}
.contact-list li .fa-solid {
    color: rgb(242, 128, 32);
    font-size: 32px;
    position: absolute;
    left: 0;
}
.member-con{
    position:relative;
    overflow: hidden;
    transition: all 1s ease;
}
.member-con .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    text-align: center;
    margin: 0 15px;
    top:80%;
    transition: all 0.5s ease;
}
.img-border {
    border:1px solid #ccc;
    padding:1px;
}
.member-con:hover .overlay {
    top:0;
    transition: all 0.5s ease;
}
.bold {
    font-weight: bold;
}
.hostnine a{
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    color:#999;
}
.hostnine img{
    opacity: 0.6;
    width: 200px;
    vertical-align: bottom;
}
.events-list {
    background:#f0f9fd;
   box-shadow: 0px 4px 20px rgb(0 0 0 / 6%);
    border-radius:10px;
    overflow: hidden;
    border:1px solid #eee;
    padding:10px;
    transition:all 1s ease;
}
.events-list:hover,
.news-list:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 50%); 
    opacity: 0.9;
}
.events-list img {
    border-radius:10px 0 0 10px;
}
.plain-table,
.table-style1 {
    border-collapse: collapse;
}
.plain-table td:first-child{
    font-weight: bold;
}
.plain-table td,
.plain-table th {
    padding:5px;
   
}
.table-style1{
    box-shadow: 0px 4px 20px rgb(0 0 0 / 6%);
    border-radius:10px;
    width:100%;
    background:rgba(255,255,255,0.7)

}
.table-style1 th {
    background:#002147;
    color:#fff;
    font-weight: normal;
}
.table-style1 th:first-child {
    border-radius: 7px 0 0 0;
}
.table-style1 th:last-child {
    border-radius: 0px 7px 0 0;
}
.table-style1 td, 
.table-style1 th {
    padding:5px;
    border:1px solid #ccc;
}
.table-style1 td:first-child{
    text-align: center;
}
.img-gallery .col-md-3 {
    
    text-align: center;
    vertical-align: top;

}

.img-shadow {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
}
.img-gallery img {
    margin-bottom:10px;
    padding:1px;
    border:1px solid #ccc;
    border-radius: 5px;
}
.img-gallery  a {
    text-decoration: none;
    color:#203b59;
    font-size:18px;

}
.news-list {
    border:1px solid #ccc;
    background:#fff;
    padding:10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 6%);
    transition:all 1s ease;
}
.normal-list-links li {
    margin-bottom:10px;
    line-height:20px;

}
.normal-list-links a{
    text-decoration: none;
    color:#203b59;

}
.normal-list-links a:hover {
    color:#f28020;
}
.accordion-body p {
    color: #203b59;
    font-size: 18px;
    text-align: center;
}
.accordion-body img {
    border:1px solid #ccc;
    padding:1px;
    transition: transform 0.4s ease;
}
.image-zoom img {
    transition: transform 0.4s ease;
}
.image-zoom img:hover {
    transform: scale(1.05);
}
.image-zoom p,
.accordion-body p {
    transition: all 0.4s ease;
    font-size:16px;
}
.image-zoom p:hover,
.accordion-body p:hover {
    color:#457dba;
    transition: all 0.4s ease;
    font-size:17px;
}
.accordion-body img:hover {
    transform: scale(1.05);
}
.accordion-header {
    margin-bottom: 50px;
}
.accordion-body .col-md-4 {
    margin-top:0;
}
.modal-body{
    background:#eee;
    border-radius: 10px;
    box-shadow: 0 0 20px #333;
}
.carousel-item  {
    color:#000;
    padding:10px;
}
.carousel-item .btn-close{
    position: absolute;
    right: 10px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
    text-shadow: 0 0 2px #333;
    background:none;
    top:0;
}
.carousel-item  img {
    margin-bottom: 10px;
}
.carousel-control-next,
.carousel-control-prev{
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background:rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #fff;
    top:300px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size:50%;
}
.btn-secondary{
    background:#f28020;
    color:#fff;
    border:0;
    border-radius: 3px;
}
.page-link {
    color:#203b59
}
.active>.page-link, .page-link.active{
    background:#203b59
}
.image-shadow {
    padding: 1px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #999;
}
.text-block {
    background:#fbf4f4;
    padding:20px;
    border:1px solid #ccc;
    box-shadow: 0 0 10px #999;
    font-style: italic;
    margin-bottom: 20px;
    transition:all 1s ease;
}
.text-block:hover {
    background:#fff;
}
.text-marker{
    background:#457dba;
    color:#fff;
    padding-left: 7px;
    padding-right: 7px;
    border-radius:10px;
}
.text-rounded-block {
    padding:50px;
    background:#dff4fc;
    border:5px solid #c8edfa;
    border-radius:150px;
}
.right-border-section {
    position:relative;
    overflow: hidden;
}
.right-border-section:after {
    content:"";
    width:2px;
    height:300px;
    position:absolute;
    right:30px;
    background:#457dba
}
@media only screen and (max-width:767px){
    .navbar-brand{
        margin-left: auto;
    margin-right: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        border-right:0;
        border-right: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px dashed #213c5b;
    padding-bottom: 10px;
    }
    footer {
        text-align: center;
    }
    .copyright{
       margin-top:20px;
    }
    
    .our-institutions .col-md-4{
        text-align: center !important;
        margin-bottom: 30px;
    }
    .hostnine {
        text-align: center !important;
    }
    
}



  .successbox .box {


  
    /* Start hidden and off-screen */
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s ease-in-out;
  }
  
  .successbox .box.left {
    transform: translateX(-100px);
  }
  .successbox .box.right {
    transform: translateX(100px);
  }
  .successbox .box.middle {
    transform: translateY(-100px);
  }
  
  /* Animate in when visible */
.successbox .box.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .successbox .box {
    padding: 40px;
    background: #f0f9ff;
    width: 500px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
}