@import url("fonts.css");
@import url("home-slider.css");
@import url("news.css");
@import url("event.css");
@import url("index.css");
@import url("faqs.css");
@import url("about_us.css");
@import url("contact.css");
@import url("campus.css");
@import url("events_activities.css");
@import url("university_facilities.css");
@import url("undergraduate.css");
@import url("partnerships.css");
@import url("programmes.css");


@font-face {
    font-family: 'apercu';
    src: url('/assets/font/rubik/Rubik-Regular.eot');
    src: url('/assets/font/rubik/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/font/rubik/Rubik-Regular.woff') format('woff'), url('/font/rubik/Rubik-Regular.ttf') format('truetype'), url('/font/rubik/Rubik-Regular') format('woff2');
    font-weight: normal;
    font-style: normal;
}


*{
    font-size: 14px;
}

body {
    font-family: rubik;
}

/*.navCustom{*/
/*    background-color: #001c32 !important;*/
/*    font-family: Rubik;*/
/*    font-size: 15px !important;*/
/*}*/

/*.cusNav{*/
/*    padding-left: 7% !important;*/
/*    padding-right: 7% !important;*/
/*}*/


.navCustom{
    background-color: #001c32 !important;
    font-family: Rubik;

    font-size: 15px !important;
}


.cusNav{
    padding-left: 6% !important;
    padding-right:6% !important;
}




input:focus{
    outline: none;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:white;
}

/* Color */
.bg-gray {
    background-color: #e9ebec;
}

.txt-gray{
    color:#afaaaa;
}

.custom-yellow {
    color: #e59e00 !important;
}

.custom-blue{
    color: #3986e2 !important;
}

.custom-sliver{
    color: #8f8f8f;
}



/* Font Size */
.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

/*link Style All Font and Design*/
.silver-design{
    color: #8f8f8f !important;
    text-decoration: none !important;
}

.blue-design{
    color:  #3986e2 !important;
    text-decoration: none !important;
}

/*Link Text Decoration*/
.linkNone{
    text-decoration: none !important;
}


/*Small Article Title*/
.Tile1{
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.Tile2{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.Tile3{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.Tile4{
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.Tile5{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*Article Text*/
.articleTxt1{
    font-size: 11px !important;
    color: #8f8f8f !important;
}

.articleTxt2{
    font-size: 12px !important;
    color: #8f8f8f !important;
}

.articleTxt3{
    font-size: 13px !important;
    color: #8f8f8f !important;
}

/*Article Paragraph*/
.articleP1{
    font-size: 12px !important;
}

.articleP2{
    font-size: 13px !important;
}

.articleP3{
    font-size: 14px !important;
}

.articleP4{
    font-size: 15px !important;
}

/*NWL CSS*/
.footerAlign{
    padding-left: 8% !important;
    padding-right: 8% !important;
    min-height: 422px;
}
.bgFooter{
    color:white;
    background-color: #001c32;
}
.breadcrumb{
    background-color:transparent !important;
}

.minusMargin{
    margin-left: -2%;
}
ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
/*.searchTxt{
    width: 270px !important;
    height: 30px;
    border: none;
    background-color: #4e90c442;

    background-image: url("/assets/img/searchIcon.png");

    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right;

    padding-left: 3% !important;
    padding-right: 3% !important;

}*/
.searchTxt{
  /*  width: 220px;
    height: 30px;
    border: none;
    padding-left: 6% !important;
    padding-right: 3% !important;
    background-color: #4e90c442;
    color:#1c4472;
    !*

    background-image: url("../../img/searchIcon.png");
    background-repeat: no-repeat;
    background-position: right;
    *!

    background-image: url("../../img/searchIcon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;*/


    color:white;

    /* width: 270px !important; */
    height: 30px;
    border: none;
    background-color: #4e90c442;
    padding-left: 3% !important;
    padding-right: 3% !important;

    background-image: url("../../img/searchIcon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    background-position-x: left;
    text-indent: 25px !important;

}

.searchTxt:focus{
  
    color:white;
    height: 30px;
    border: none;
    background-color: #4e90c442;
    /* padding-left: 3% !important;
    padding-right: 3% !important; */

    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    text-indent: 0px !important;
}

#searchT ::placeholder{
    color: #73bce0 !important;
    
}

.allBodyTop{
    margin-top: 7% !important;
}

.none{
    display:none !important;
}

/* Start FAQ Show */


.mr-left{
    margin-left: -13%;
}
.hr-align{
    height:3px;
    border:none;
    color:#f4f4f4;
    background-color:#f4f4f4;
}

.f-120{
    font-size: 120%;
}


.arrow{
    width: 10px;
     height: 10px;
}
.blue-faqs{

    color: #316ecf;
}

/* End FAQ Show */

/*Start Student Life In MIU */

* {box-sizing: border-box;}

.con {
  position: relative;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute; 
  bottom: 0; 
  background: rgb(16, 30, 43);
  background: rgba(16, 30, 43, 0.8); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding-top: 4%;
  padding-bottom: 8%;
  padding-left: 5%;
  padding-right: 5%;
  min-height:40%;
  /*text-align: center;*/
}

.con .overlay1 {
  opacity: 1;
}

/* End Student Life In MIU */

