*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
@font-face{
    font-family: 'raleway';
    src: url(./font/Raleway-SemiBold.ttf);
    font-style: normal;
    font-weight: 100;
}
@font-face{
    font-family: 'fredoka';
    src: url(./font/FredokaOne-Regular.ttf);
    font-style: normal;
    font-weight: 100;
}
body{
    font-family: 'raleway';
    
    background-color: #333;
}
.wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
}
.grey{
    background: #f1f1f1;
}
.container{
    padding-top:5%;
    padding-bottom:5%;
}
.row-2{
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom:5%;
    margin-bottom: 0;
}
.row{
    margin-bottom: 0;
}
p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-button{
    margin: 30px;
    background: transparent;
    text-decoration: none;
    padding:10px 30px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    transition: 1s;
}
.main-button:hover{
    background: #ffffff;
    color: rgb(3, 53, 146);
}

/* start topbar */
.top-bar{
    background: white;
    padding-left: 8%;
    padding-right: 8%;
}
.topbar-img{
    height: 80px;
}

/* end top bar */

/* nav bar */
.nav-wrapper{
    background-color: white;
    padding-left: 8%;
    padding-right: 8%;
}
.nav-wrapper ul li a{
   /* color: #0d47a1; */
    color: #880000;
}
.dropdown-content{
   /* background-image: linear-gradient(-90deg, rgb(0, 24, 59), rgb(0, 42, 104)); */
    background-image: linear-gradient(-90deg, rgb(128, 0, 0), rgb(128, 42, 104));
}
.dropdown-content ul{
    margin-top: 180px;
    width: 50vw;
}
/* nav bar end */

.overlay{
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to right, rgba(0, 24, 88, 0.411) , rgba(0, 0, 0, 0.4));
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex; 
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}
.overlay h1{
    /* font-family: 'fredoka'; */
    font-family: 'Josefin Sans', sans-serif;
}
/*home section 1 end */

/*home section 2*/
.news-img{
    max-height: 30vh;
    width: 100%;
    overflow-x: hidden;
}
.news-p{
    margin-bottom: 0;
    margin-top: 0;
   /* color: #4f8de9; */
   color: #e95e4f;
}
.news-h2{
    margin-top: 0;
    margin-bottom: 0;
    /*color: #0d47a1; */
    color: #990000;
}
.all-btn a{
    margin-left: 20px;
    font-size: 16px;
    color: white;
    background-color: #990000;
    /*background-color: #0d47a1; */
    border: 1px solid #0d47a1;
    border-radius: 2px;
    padding: 5px;
    text-decoration: none;
    transition: 1s;
}
.all-btn a:hover{
    text-decoration: none;
    color: #0d47a1;
    background-color: transparent;
    border: 1px solid #0d47a1;
}
.news-a{
    color: #333;
    text-decoration: none;
}
.news-a:hover{
    color: #333;
    text-decoration: underline;
}
.sec-3{
    background-color: rgb(241, 241, 241);

}
.sec-3 .row{
    padding: 0;
    margin: 0;
}
.logos{
    display: flex;
    justify-content: space-around;
}
.partners-logos{
    max-height: 100px;
}
.slider-btn{
    background-color: transparent;
    border: 2px solid #afaeae;
    height: 5vh;
}
.slider-btn img{
    height: 100%;
}
.slider-btn:focus{
    background-color: rgb(241, 241, 241);
}
.news_row{
    display:none
}
.active{
    display: block;
}
.events{
    padding-bottom: 5%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
  }
/* footer */
footer{
    min-height: 40vh;
   /* background-color:rgb(0, 24, 59) ; */
    background-color:rgb(128, 0, 0) ;
    background-image: linear-gradient(-90deg, rgb(128, 0, 0), rgb(129, 20, 10));
}
.event-col{
    background: rgb(128, 0, 0);
   /* background: rgb(12, 46, 97);*/
}
}
.d-valign{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer h5{
    color: rgb(255, 255, 255);
    font-weight:bolder
}
footer ul{
    margin-top: 10px;
}
footer li a{
    line-height: 50px;
    font-size: 14px;
    font-weight:100;
    text-decoration: none;
    color: rgb(224, 224, 224);
}
footer li{
    font-size: 14px;
    font-weight:100;
    color: rgb(224, 224, 224);
    margin-bottom: 15px;
}
.head-sec{
    min-height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: linear-gradient(-90deg, rgb(0, 24, 59), rgb(0, 52, 131)); */
     background-image: linear-gradient(-90deg, rgb(128, 0, 0), rgb(129, 20, 10));
    
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
}
.text-blue{
    color: #e95e4f; 
     /* color: #0d47a1; */
}
.mt{
    margin-top:5%;
}

.hr{
    border-bottom: 1px solid #76aaf7;
}
.submit-btn{
    background: rgb(0, 42, 104);
    color: white;
    padding: 10px 20px;
    border: none;
    transition:1s;
}
.submit-btn:hover{
    background-color: teal;
}
.gallery-row .col{
    padding: 0 0;
}
/* marquee scroll */
.marquee{
    color: tomato;
    width: 80vw;
    height: 30vh;
    overflow: hidden;
    padding-top: 5%;
}
.marquee-content{
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling 20s linear infinite;
}
.marquee-content li{
    width: 20vw;
    flex-shrink: 0;
    white-space: nowrap;
}

@keyframes scrolling{
    0% { transform: translateX(0vw);}
    100% { transform: translateX(-160vw);}
}
/* marquee scroll end*/
.hide-btn{
    display: none;
}
.breadcrumb-text{
    font-size: 15px;
    background-color: #f5f5f5;
    padding: 5px 15px;
    border-radius: 15px;
    color: rgb(99, 99, 99);
}
.breadcrumb-text a{
    color: #1856b4;
}
@media only screen and (max-width: 600px) {
    .marquee{
        color: tomato;
        width: 80vw;
        height: 10vh;
        overflow: hidden;
        padding-top: 5%;
    }
    .home .caption{
        width:80%;
    }
  }

.team-div{
    padding-top: 50px;
}
.carousel-slider{
    width: 100%;
    margin-top: 50px;
}
.social-icons a{
   color: #1856b4;
}
#alert-div{
    margin: 0 0;
    min-height: 50px;
}
#alert{
    color: #1856b4;
    font-weight: bold;
    background-color: #76aaf7;
    padding: 5px 0;
}
#alert-danger{
    color: #3a0e06;
    font-weight: bold;
    background-color: #a86969;
    padding: 5px 0;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    margin: 20px 0 8px 0;
}
.dropdown-content{
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 200px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.card-panel{
    border-bottom: 3px solid #1856b4;
}
.collapsible-header{
     /* border-bottom: 3px solid #1856b4; */
     border-bottom: 3px solid #990000;
    /* color: #1856b4; */
    color: #990000;
    font-weight: bold;
}
.collapsible-header h3{
    width: 100%;
}
.collapsible-header span{
    float: right;
}

