*{
    transition: all 1s ease-in-out;
}
body{
    /* background-color:#61122f; */
    color:#fff;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
}
#header-nav{
    height:62px;
    border:0;
    border-radius:0;
    margin:0;
    background-color: rgba(0, 0, 0, 0.849);
    box-shadow: 0 0 1em #01011bbd;
    z-index: 1;
}
#logo-img{
    background: url('photos/CUlogo.png') no-repeat;
    background-size: contain;
    width: 150px;
    height: 62px;
}
.navbar-default .navbar-collapse .navbar-nav li a {
    color: white;
    font-size: 17px;
    font-weight: 550;
}
#nav-list{
    margin:0;
}
.navbar-default .navbar-collapse .navbar-nav li a:hover{
    color: rgba(247, 222, 0, 0.993);
}
.slide-container{
    width:100%;
    height:557px;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    text-align:center;
    position:absolute;
    top:0;
    
}
.image-container{
    width:400%;
    height:557px;
    position:relative;
    transition:left 2s;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    z-index:-1;
}
.slider-image{
    float:left;
    margin:0px;
    padding:0px;
    height:100%;
    width: 25%;
}
.button-container{
    top:-9vh;
    position:relative;
}
.slider-button{
    display:inline-block;
    height:10px;
    width:10px;
    border-radius:5px;
    background-color:white;
    z-index:2;
}
#slider-image1:target ~ .image-container{
    left:0px;
}
#slider-image2:target ~ .image-container{
    /* left:-1367px; */
    left:-100%;
}
#slider-image3:target ~ .image-container{
    left:-200%;
}
#slider-image4:target ~ .image-container{
    left:-300%;
}
#Slider-Image1:target ~ .image-container{
    left:0px;
}
#Slider-Image2:target ~ .image-container{
    /* left:-1367px; */
    left:-100%;
}
#Slider-Image3:target ~ .image-container{
    left:-200%;
}
#Slider-Image4:target ~ .image-container{
    left:-300%;
}
.cap p{
    position: absolute;
    font-size: 60px;
    top: 0vh;
    text-align: center;
    font-weight: bold;
    color:rgb(47, 0, 255);
    width:100%;
    margin-top:266px;
    font-family:'Acme','Chelsea Market','Merriweather',cursive,sans-serif;
    text-transform: uppercase;
    text-shadow: 20px 4px 20px rgb(255, 255, 255);
}
.cap p span{
    color:orange;
    text-shadow: 20px 4px 20px rgb(0, 0, 0);
}
.empty-div{
    background-color:rgb(245, 7, 7);
    position:relative;
    display:block;
    top:496px;
    height:98px;
    background-size: cover;
    background: linear-gradient( rgba(2, 167, 38, 0.822) 0%,rgba(255, 196, 0, 0.801) 30%,rgba(0, 217, 255, 0.753) 50%, rgba(195,3,3,1) 100%);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* rgb(79, 158, 6) rgb(2, 167, 38) */
}
.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #03030300;
    color: rgb(255, 255, 255);
    /* border: 1px solid #4a4a4a; */
    top:25px;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 10s linear infinite;
    font-size:32px;
    font-family: 'Acme','Chelsea Market','Merriweather',cursive,sans-serif;
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.Announcement-div{
    height:600px;
    /* width:700px; */
    background-color:#fff;
    overflow-y: scroll;
    overflow-x: hidden;
    position:relative;
    /* top:500px; */
    margin-left:20px;
    font-family:'Oswald','Bebas Neue',cursive;
    line-height:40px;
    padding:20px;
    /* float:right; */
    margin-right:0px;
    padding-right:0px;
    margin-left:0px;
}
hr{
    width:100%;
}
.Announcement-div h1{
    margin:0px;
    margin-top:3%;
    margin-bottom:3%;
    color:rgba(0, 0, 0, 0.788);
    font-weight:500;
    font-size:2.3vw;
}
.Announcement-div h1:nth-child(2){
    font-weight:600;
    font-size:3vw;
}
.Announcement-div .one h3{
    font-family:'Oswald','Bebas Neue',cursive;
    font-weight:500;
    color:rgb(0, 162, 255);
    margin-top:35px;
    font-size:1.5vw;
}
.Announcement-div .one h1{
    font-family:'Oswald','Bebas Neue',cursive;
    font-weight:400;
    font-size:2.3vw;
    margin-top:0px;
}
.Announcement-div .one p{
    font-family:'Roboto','Oswald','Bebas Neue',cursive;
    line-height:1.8;
    /* font-size:1.2vw; */
}
.Announcement-div hr{
    margin-top:24px;
}
.Announcement-div .one h3 i{
    color:rgb(0, 140, 255);
}
/* width */
.Announcement-div::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  .Announcement-div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
  }
   
  /* Handle */
  .Announcement-div::-webkit-scrollbar-thumb {
    background: rgba(0, 132, 255, 0.466); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .Announcement-div::-webkit-scrollbar-thumb:hover {
    background: #1349687e; 
  }
  .single-line{
    display:flex;
    position:relative;
    top:500px;
    /* justify-content: space-between; */
    /* width:100%; */
    margin:0px;
    padding:0px;
}
.single-line .box{
  /* width:50%; */
  display:flex;
  margin:0;
  flex-wrap:wrap;
} 
.single-line .box span{
  color:rgb(255, 255, 255);
} 
.box span:nth-child(1){
 
  background: rgb(0,136,252);
  background: radial-gradient(circle, #0392ce 0%, #0392ce 100%);
}
.box span:nth-child(4){
  background: radial-gradient(circle, #f5a11a 0%, #f5a11a);
}
.box span:nth-child(2) , .box span:nth-child(3){
  background: rgb(0,0,0);
  background: radial-gradient(circle, #333333 0%, #333333 100%);
}
.single-line .box span h1{
  font-size:6vw;
  font-family:'Bebas Neue',cursive;
  /* line-height:0.7; */
  line-height:0;
}
.single-line .box span h2{
  font-size:2.5vw;
  font-family:'Bebas Neue',cursive;
  /* line-height:0.3; */
  line-height:0;
  letter-spacing: 3px;
}
.single-line .box span p{
  font-size:1vw;
  font-family:Arial, Helvetica, sans-serif;
  /* line-height:0.8; */
  line-height:0.8;
  font-weight: 300;
}

.single-line .row .box{
    padding:0;
    height:100%;
}
.single-line .row .Announcement-div{
    height:100%;
    padding-left:3%;
}
.box span section{
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}
.section{
    position: relative;
    height: 400px;
    width: 100%;
    top: 500px;
}
.section img{
    background-size: cover;
    width: 100%;
    height: 700px;
}
.section .a{
    position:relative;
    top:-160%;
    margin-left:auto;
    margin-right:auto;
    width:50vw;
    background-color:white;
    padding:15px;
    text-transform: uppercase;
    font-family:'Bebas Neue',Arial;
    letter-spacing: 3px;
    color:#d83135;
    text-align:center;
    font-size: 3vw;
}
.section .about{
    position:relative;
    top:-80%;
}
.section .about .Faculty img{
    height:auto;
}
.section .about .Faculty h2{
    color:red;
    text-align: center;
    margin-top:0;
    padding-top:20px;
    padding-bottom:20px;
    text-transform: uppercase;
    font-family:'Bebas Neue',Arial;
    letter-spacing: 3px;
    color:#d83135;
    font-size:30px;
}
.section .about .Faculty{
    display:flex;
    /* margin-left:1.5%;
    margin-right:1.5%; */
    margin-top:2%;
}
.section .about .Faculty .chancellor{
    /* margin-left:1%;
    margin-right:1%; */
    border:solid;
    padding:10px;
    align-content: center;
    align-items: center;
    border-radius:4%;
    box-shadow:0 0 2em rgba(0, 0, 0, 0.726);
}
.section .about .Faculty .VC{
    /* margin-left:1%;
    margin-right:1%; */
    border:solid;
    padding:10px;
    align-content: center;
    align-items: center;
    border-radius:4%;
    box-shadow:0 0 2em rgba(0, 0, 0, 0.726);
}
.College{
    /* margin-left:1%;
    margin-right:1%; */
    border:solid;
    padding:10px;
    align-content: center;
    align-items: center;
    border-radius:4%;
    box-shadow:0 0 2em rgba(0, 0, 0, 0.726);
}
.other{
    line-height:1;
    border:solid;
    padding:10px;
    align-content: center;
    align-items: center;
    border-radius:4%;
    box-shadow:0 0 2em rgba(0, 0, 0, 0.726);
}
.section .about .Faculty .other h2{
    font-size:50px;
    padding:0px;
    color:rgb(0, 51, 128);
} 
.section .about .Faculty .other p{
    font-family:'Bebas Neue',Arial,sans-serif;
    letter-spacing: 2px;
    color:#d83135;
    font-size:30px;
    overflow-wrap: break-word;
    margin:0;
}
.animate{
    position:relative;
    top:-240px;
    margin-left:40%;
    margin-right:40%;
    border-style:solid;
    border-width: 0.7px;
    width:20%;
    border-color:red;
    transition:all 1s ease-in-out;
    animation-name:change;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes change {
    0%  {border-color: #d83135;}
    25%  {border-color:rgb(255, 187, 0);}
    50%  {border-color:rgb(7, 97, 4);}
    75%  {border-color:rgb(98, 0, 255);}
    100% {border-color:#d83135;}
}

.animate:hover{
    width:30%;
    margin-right:30%;
    animation-name:length;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    border-color: dodgerblue;
}
@keyframes length{
    20% {width:25%; margin-right:35%;border-color: firebrick;}
    40% {width:30%;margin-left:30%;border-color: indigo;}
    60% {width:25%;margin-left:40%;}
    80% {width:30%;margin-right:50%;border-color: maroon;}
    100% {width:20%;margin-left:40%;margin-right:40%;border-color:black;}
}
.image{
    background-image: linear-gradient(rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.74)),url(photos/Manage.jpg);
    background-attachment: fixed;
    position:fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding:100px 0px;
    position:relative;
    top:-200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section .image .container{
    text-align: center;
    background-color:none;
}
.section .image .container h1{
    color:white;
    font-family:Arial,sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
}

.section .image .container p{
    color:rgb(255, 255, 255);
    padding:15px;
    padding-left:15%;
    padding-right:15%;
    line-height:1.8;
    font-size:16px;
    font-weight:lighter;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    text-align: justify;
    margin-top:30px;
}
.section .image .container p span{
    text-transform: uppercase;
    color:rgb(55, 174, 243);
    font-family:'Bebas Neue',sans-serif;
    font-size:25px;
    letter-spacing: 2px;
}
.self{
    background-color: whitesmoke;
    align-items:center;
    text-align:center;
    margin-left:35%;
    margin-right:35%;
    padding-top:0px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:20px;
    position:relative;
    top:100px;
    border-radius:3%;
    box-shadow:0 0 2em rgba(0, 0, 0, 0.692);
}
.section .self i:hover {
    border-color: white;
    color:white;
    background-color: rgba(255, 0, 0, 0.719);
}
.section .self img{
    position:relative;
    top:-65px;
}
.section .self h1{
    text-transform:uppercase;
    font-family:'Fira Sans','Bebas Neue',Arial;
    letter-spacing: 2px;
    color:rgb(86, 187, 250);
    position: relative;
    top:-45px;
}
.section .self p{
    position: relative;
    top:-40px;
    padding:20px;
    margin-left:10%;
    margin-right:10%;
    line-height:1.5;
    color:rgb(97, 96, 96);
    font-size: 20px;
}
.section .self i{
    margin-left:20px;
    margin-right:20px;
    font-size:20px;
    border-radius:50%;
    color: rgb(31, 177, 235);
    font-weight:500;
    background-color:white;
    padding:12px;
    border:3px solid rgba(127, 194, 236, 0.466);
    height:50px;
    width:50px;
    position:relative;
    top:-20px;
}
iframe{
    position:absolute;
    top:0px;
    right:0px;
} 
.section .alumni h1{
    text-align: center;
    position: relative;
    top: -50px;
    font-family: 'Bebas Neue',Arial,sans-serif;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 30px;
}
.section .alumni h1 span{
    color:#d83135;
    font-size:40px;
    font-weight:900;
}
.alumni .alumni-images h2 span{
    color:#d83135;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:650;
}
.alumni .alumni-images .row .pic img{
    width:100%;
    height:auto;
    background-size: cover;
}
.alumni .alumni-images .row .pic{
    padding:0;
}
#Alumni{
    top: -100px;
    position: relative;
}
.alumni .alumni-images .row .pic h2{
    color:black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:500;
    font-size: 25px;
    line-height: 1.2;
}
.alumni .alumni-images .row .alumni-3{
    top: -170px;
}
.alumni .alumni-images .row .alumni-4{
    top: 40px;
}
.alumni .alumni-images .row .alumni-5{
    top: -280px;
}
.alumni .alumni-images .row .alumni-6{
    top: 100px;
}
.alumni .alumni-images .row .alumni-7{
    top: -335px;
}
.alumni .alumni-images .row .alumni-8{
    top: -485px;
}
.alumni .alumni-images .row .alumni-9{
    top: 70px;
}
.alumni .alumni-images .row .alumni-10{
    top:-480px;
}
.alumni .alumni-images .row .alumni-11{
    top: 15px;
}
.alumni .alumni-images .row .alumni-12{
    top: -360px;
}
/* .section .alumni img{
    height:auto;
    width:auto;;
} */
.alumni > hr{
    position:relative;
    top: -50px;
    margin-left:45%;
    margin-right:45%;
    border-style:solid;
    border-width: 0.7px;
    width:10%;
    border-color:red;
    transition:all 2s ease-in-out;
    animation-name:change;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes change {
    0%  {border-color: #ff0004;}
    25%  {border-color:rgb(255, 187, 0);}
    50%  {border-color:rgb(7, 97, 4);}
    75%  {border-color:rgb(98, 0, 255);}
    100% {border-color:#ff006a;}
}

.alumni > hr:hover{
    width:15%;
    margin-right:40%;
    animation-name:length;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    border-color: dodgerblue;
}
@keyframes length{
    10% {width:20%;margin-left:40%}
    20% {width:25%; margin-right:35%;border-color: rgb(161, 25, 25);}
    40% {width:30%;margin-left:35%;border-color: indigo;}
    60% {width:25%;margin-left:40%;border-color: rgb(11, 141, 17);}
    60% {width:20%;margin-right:40%;border-color: rgb(130, 0, 50);}
    80% {width:15%;margin-left:45%;border-color: rgb(0, 113, 128);}
    100% {width:10%;margin-right:45%;margin-right:40%;border-color:rgb(17, 0, 255);}
}
.Faculty .row .common img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.Faculty .row .common{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.Faculty .row .common div{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Faculty .row .College img {
    height: 19.3vw;
    width: auto;
}
iframe{
    width: 20vw;
    height: auto;
}
.carousell{
    position:relative;
    top:20%;
}
.contact {
    text-align:center;
    margin-top:10%;    
}
.contact h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom:20px;
    font-weight:lighter;
    font-size:40px;
    
}
.contact p{
    font-family: sans-serif;
    font-size:18px;
    color:rgb(97, 95, 95);
}
.contact hr{
    width:10%;
    margin-left:45%;
    margin-right:45%;
    margin-top:20px;
    margin-bottom:20px;
    border-color: firebrick;
    border-width: 3px;
    border-radius: 30%;
}
.contact .info h1{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(73, 66, 66);
}
.contact .info i{
    font-size:30px;
    color:deepskyblue;
}
.contact .info{
    text-align:left;
    width:30%;
    margin-left:5%;
    border-right:2px solid black;
    padding-right:3%;
}
.contact .message{
    text-align:left;
}
.contact .message h1{
    font-family:sans-serif;
    font-size:23px;
    color: rgb(43, 40, 40);
}
.contact .message label{
    width:50%;
    display:block;
    text-align:left;
    font-size:17px;
    margin-bottom:0.5%;
}
.contact .message input
{
    width:100%;
    display:block;
    padding:10px;
    margin-bottom:2.5%;
}
.contact .message textarea{
    width:100%;
    height:100px;
    padding:2%;
}
:placeholder-shown{
    font-size:15px;
    background-color:#f8fdff;
    border:1px solid #a5d3eb;
}
.contact .info p{
    padding-left:50px;
}
.contact .info{
    margin-top:5%;
    float:left;
}
.contact .message{
    float:left;
    width:57%;
    margin-left:2%;
    margin-top:5%;
}
.contact .message h1 i{
    font-size:30px;
    animation-name: fade;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes fade{
    0% {color:rgb(255, 0, 0);}
    10%{color:white;}
    20% {color:rgb(255, 0, 0);}
    30%{color:white;}
    40% {color:rgb(255, 0, 0);}
    50%{color:white;}
    60% {color:rgb(255, 0, 0);}
    70%{color:white;}
    80% {color:rgb(255, 0, 0);}
    90%{color:white;}
    100% {color:rgb(255, 0, 0);}

}
.contact .message button{
    /* width:70px;
    height:50px;
    padding:10px;
    background-color: rgba(77, 223, 77, 0.795); */
    background-color:#4CAF50;
    color:white;
    border-radius:4px;
    font-size:18px;
    padding:8px;
    width:15%;
    cursor:pointer;
    margin-top:15px;
    border-color:rgb(68, 158, 71);
    border-style: solid;;
}
.contact .message button:hover{
    background-color:rgb(58, 148, 61);
}
.contact{
    background-image:linear-gradient(rgba(56, 182, 241, 0.651),rgba(245, 209, 46, 0.671));
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding:50px 0px;
    margin-top: 50px;
}
.footer{
    float:left;
    justify-content: space-between;
    display:flex;
    padding:20px;
}
.terms a:nth-child(1){
    color:rgba(255, 255, 255, 0.945);
    text-decoration: none;
    padding-right:10px;
}
.terms a:nth-child(2){
    color:rgba(255, 255, 255, 0.945);
    text-decoration: none;
    padding-left:10px;
}
.footer .terms a:hover{
    color:rgb(0, 195, 255);
}
.footer .icons a{
    color:rgb(255, 255, 255);
    text-decoration:none;
}
.footer .icons a i{
    padding-left:20px;
    padding-right:20px;
}
.footer .icons a:nth-child(1) i:hover{
    color:rgb(253, 59, 156);
}
.footer .icons a:nth-child(2) i:hover{
    color:rgb(0, 4, 255);
}
.footer .icons a:nth-child(3) i:hover{
    color:rgb(0, 162, 255);
}
.section .carousel-contact{
    top: -500px;
    position: relative;
}
.carousel-contact .carousell .owl-carousel img{
    height: 60px;
    width: 150px;
}
#Contact .info .xs i{
    float:left;
}
.footer .copy{
    font-size: 16px;
}
.footer .icons {
    font-size:24px;
    position:relative;
    top:-5px;
}
.section .self img{
    height:120px;
    width:auto;
    border-radius:50%;
    border-width: 8px;
    border-color: deepskyblue;
    border-style: solid;
}
#particles-js {
    width: 100%;
    height:100%;
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: -44%;
    
}
.carousel-contact .recruiters{
    text-align: center;
    color:#d83135;
    color:white;
    font-weight:900;
    font-family: 'Quicksand', sans-serif;
    font-size:40px;
    margin-bottom:20px;
    margin-top: 40px;
}
.carousel-contact .btn{
    color:white;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    margin-bottom:50px;
    background-image: linear-gradient(90deg, rgba(255,78,2,1) 0%, rgba(216,49,53,1) 100%);
    margin-bottom:0;
    z-index:10;
    margin-bottom: 30px;
}
.carousel-contact .Button-recruiters{
    display: block;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}
.carousel-contact .combine{
    z-index:1;
    padding-top:30px;
    padding-bottom:30px;
}
.carousell{
    margin-bottom: 100px;
}
.carousel-contact .combine #particles-js{
    position: absolute;
    bottom: 0;
}
.carousel-contact .btn:hover{
    background-image: linear-gradient(90deg, rgba(216,49,53,1)  0%, rgba(255,78,2,1) 100%);
    color:black;
}
.section .image .container h1 span{
    color:#df0a0e;
    font-family:cursive,Arial,sans-serif;
    letter-spacing: 3px;font-size:40px;
}

/* ----------  For large devices ----------- */
@media (min-width:1200px){
    .single-line .row{
        height:600px;
        padding:0;
        margin:0;
    }
    .Faculty .row .common img {
        height: 20vw;
        width: 15vw;
        padding-top: 10px;
    }
    .Faculty .row .College img {
        height: 19.3vw;
        width: auto;
    }
    .section .about .Faculty h2, .section .about .Faculty .other p{
        font-size: 2vw;
    }
    .Faculty .row .common{
        margin-left:4%;
        margin-right:4%;
    }
    .self {
        width: 28vw;
        margin-left: auto;
        margin-right: auto;
        padding-left:10px;
        padding-right:10px;
    }
    .self h1{
        font-size: 2.3vw;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .section .self i {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .alumni .alumni-images .row .pic h2 {
        font-size: 23px;
    }
    .alumni .alumni-images .row .alumni-1 .pic,
    .alumni .alumni-images .row .alumni-3 .pic,
    .alumni .alumni-images .row .alumni-5 .pic,
    .alumni .alumni-images .row .alumni-7 .pic,
    .alumni .alumni-images .row .alumni-12 .pic,
    .alumni .alumni-images .row .alumni-8 .pic,
    .alumni .alumni-images .row .alumni-10 .pic{
        float:right;
    }
}

 /* --------------------Medium Devices---------------------- */
@media (min-width: 992px) and (max-width: 1199px){
    .single-line .row{
        height:500px;
        padding:0;
        margin:0;
    }
    .box span section{
        line-height:0.5;
    }
    .Faculty .row .common img {
        height: 20vw;
        width: 15vw;
        padding-top: 10px;
    }
    .Faculty .row .College img {
        height: 19.3vw;
        width: auto;
    }
    .section .about .Faculty h2, .section .about .Faculty .other p{
        font-size: 2vw;
    }
    .Faculty .row .common{
        margin-left:4%;
        margin-right:4%;
    }
    .section .image .container h1 {
        font-size: 4vw;
    }
    .section .image .container p {
        font-size: 1.4vw;
    }
    .section .self i {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .section .self h1{
        font-size: 2.5vw;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .section .self p {
        font-size: 1.5vw;
        padding-top: 0;
    }
    .self{
        width: 33vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .alumni .alumni-images .row .alumni-3{
        top: -140px;
    }
    .alumni .alumni-images .row .alumni-5{
        top: -260px;
    }
    .alumni .alumni-images .row .alumni-7{
        top: -280px;
    }
    .alumni .alumni-images .row .alumni-12{
        top: -330px;
    }
    .alumni .alumni-images .row .alumni-8{
        top: -425px;
    }
    .alumni .alumni-images .row .alumni-10{
        top: -420px;
    }
    .alumni .alumni-images .row .pic h2 {
        font-size: 22px;
    }
    .alumni .alumni-images .row .alumni-1 .pic,
    .alumni .alumni-images .row .alumni-3 .pic,
    .alumni .alumni-images .row .alumni-5 .pic,
    .alumni .alumni-images .row .alumni-7 .pic,
    .alumni .alumni-images .row .alumni-12 .pic,
    .alumni .alumni-images .row .alumni-8 .pic,
    .alumni .alumni-images .row .alumni-10 .pic{
        float:right;
    }
    .contact .info {
        margin-top: 60px;
    }
    .contact .info p {
        padding-left: 45px;
    }
    .contact p {
        font-size: 16px;
    }
    .contact .message input {
        padding: 8px;
    }
    .contact .message button{
        width:18%;
    }
    .carousel-contact .carousell .owl-carousel img{
        height: 60px;
        width: 150px;
    }
}

/* -------------------Small devices--------------------- */
@media (min-width: 768px) and (max-width: 991px){
    .single-line .row{
        height:400px;
        padding:0;
        margin:0;
    }
    .box span section{
        line-height:0.4;
    }
    .single-line .box span p {
        font-size: 11px;
        line-height: 1;
    }
    .section .about .Faculty img {
        height: 26vw;
        width: auto;
    }
    .Faculty .row .common{
        margin-left:8%;
        margin-right:8%;
        margin-bottom: 50px;
    }
    .Faculty .row .chancellor, .Faculty .row .VC{
        height: 40vw;
    }
    .Faculty .row .chancellor, .Faculty .row .College{
        float:right;
        margin-right:10px;
    }
    .Faculty .row .VC, .Faculty .row .other{
        margin-left:10px;
    }
    .section .about .Faculty .other p {
        font-size: 3vw;
    }
    .row .part {
        width: 50%;
    }
    .section .about .Faculty h2{
        font-size:3vw;
    }
    .section .about .Faculty .other h2 {
        font-size: 5vw;
    }
    .animate {
        top: -320px;
    }
    .image{
        top:-270px;
    }
    .section .image .container h1 {
        font-size: 5vw;
    }
    .section .image .container p {
        font-size: 1.5vw;
    }
    .section .image .container h1 {
        font-size: 5vw;
    }
    .section .image .container p {
        font-size: 1.5vw;
    }
    .section .image .container p span {
        font-size: 2.3vw;
    }
    .self {
        width: 37vw;
        margin-left: auto;
        margin-right: auto;
    }
    .self h1{
        font-size:3vw;
    }
    .section .self p{
        font-size: 1.8vw;
    }
    .section .self i {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .alumni .alumni-images .row .pic h2 {
        font-size: 19px;
    }
    .alumni .alumni-images .row .alumni-3{
        top: -90px;
    }
    .alumni .alumni-images .row .alumni-4{
        top: 15px;
    }
    .alumni .alumni-images .row .alumni-5{
        top: -180px;
    }
    .alumni .alumni-images .row .alumni-6{
        top: 50px;
    }
    .alumni .alumni-images .row .alumni-7{
        top: -200px;
    }
    .alumni .alumni-images .row .alumni-9{
        top: 35px;
    }
    .alumni .alumni-images .row .alumni-12{
        top: -245px;
    }
    .alumni .alumni-images .row .alumni-8{
        top: -325px;
    }
    .alumni .alumni-images .row .alumni-10{
        top: -330px;
    }
    .alumni .alumni-images .row .alumni-11{
        top: 5px;
    }
    .alumni .alumni-images .row .alumni-1 .pic,
    .alumni .alumni-images .row .alumni-3 .pic,
    .alumni .alumni-images .row .alumni-5 .pic,
    .alumni .alumni-images .row .alumni-7 .pic,
    .alumni .alumni-images .row .alumni-12 .pic,
    .alumni .alumni-images .row .alumni-8 .pic,
    .alumni .alumni-images .row .alumni-10 .pic{
        float:right;
    }
    .section .carousel-contact {
        top: -390px;
    }
    .carousel-contact .carousell .owl-carousel img{
        height: 50px;
        width: 140px;
    }
    .owl-theme .owl-nav {
        margin-top: 0px !important;
        height:20px;
    }
    .owl-dots{
        height:15px;
    }
    .contact .info {
        margin-top: 60px;
    }
    .contact .info h1 {
        font-size: 22px;
    }
    .contact p {
        font-size: 16px;
    }
    .contact .message h1 {
        font-size: 21px;
    }
    .contact .message {
        width: 50%;
        margin-left: 4%;
        margin-top: 54px;
    }
    .contact .message input {
        padding: 5px;
    }
    .contact .message label {
        font-size: 15px;
    }
    .contact .message button {
        font-size: 14px;
        padding: 8px;
        width: 20%;
        margin-top: 10px;
    }
    .section .image .container p span {
        font-size: 18px;
    }
}

/* ---------------------Extra small Devices--------------------- */
@media (min-width:0px) and (max-width: 767px) {
    .single-line .row{
        height:420px;
        padding:0;
        margin:0;
    }
    .single-line .row .box{
        padding:0;
        height:auto;
        height:350px;
    }
    #nav-list li{
        border-bottom:1px solid rgb(134, 131, 131);
    }
    #collapsable-nav{
        background-color:rgba(0, 0, 0, 0.932);
        padding:0;
    }
    .cap p{
        margin-top:200px;
    }
    .box span section{
        line-height:0.4;
        padding-bottom: 0px;
    }
    .single-line .box span section h1 {
        font-size: 54px;
    }
    .single-line .box span section h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .single-line .box span section p {
        font-size: 13px;
        line-height: 1;
    }
    .Announcement-div h1{
        font-size: 20px;
    }
    .Announcement-div h1:nth-child(2) {
        font-size: 25px;
    }
    .Announcement-div .one h3 {
        font-size: 15px;
    }
    .Announcement-div .one h1 {
        font-size: 20px;
    }
    .section {
        top: 852px;
    }
    .section .about .Faculty img {
        height: 28vw;
        width: auto;
    }
    .Faculty .row .common{
        margin-left:8%;
        margin-right:8%;
        margin-bottom: 50px;
    }
    .Faculty .row .chancellor, .Faculty .row .VC{
        height: 47vw;
    }
    .Faculty .row .chancellor, .Faculty .row .College{
        float:right;
        margin-right:10px;
    }
    .Faculty .row .VC, .Faculty .row .other{
        margin-left:10px;
    }
    .section .about .Faculty .other p {
        font-size: 3.0vw;
    }
    .row .part {
        width: 50%;
    }
    .section .about .Faculty h2 {
        font-size: 3vw;
    }
    .section .about .Faculty .other h2 {
        font-size: 7vw;
    }
    .section .image .container h1 {
        font-size: 5vw;
    }
    .section .image .container p {
        font-size: 1.7vw;
    }
    .section .self img{
        height: 110px;
    }
    .self {
        width: 45vw;
        margin-left: auto;
        margin-right: auto;
    }
    .section .self h1 {
        font-size: 3vw;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .section .self p {
        font-size: 2vw;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .section .self i {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    #Alumni .alumni-images .row .pic{
        margin-left:4%;
        margin-right:4%;
    }
    .alumni .alumni-images .row .pic img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .alumni .alumni-images .row .alumni-1 .pic img{
        max-width: 400px;
        max-height: 240px;
    }
    .alumni .alumni-images .row .alumni-2 .pic img{
        max-width: 300px;
        max-height: 400px;
        width: 80%;
    }
    .alumni .alumni-images .row .alumni-3 .pic img{
        max-width: 400px;
        max-height: 266px;
    }
    .alumni .alumni-images .row .alumni-4 .pic img{
        max-width: 400px;
        max-height: 367px;
    }
    .alumni .alumni-images .row .alumni-5 .pic img{
        max-width: 400px;
        max-height: 245px;
    }
    .alumni .alumni-images .row .alumni-6 .pic img{
        max-width: 250px;
        max-height: 330px;
        width: 80%;
    }
    .alumni .alumni-images .row .alumni-7 .pic img{
        max-width: 400px;
        max-height: 351px;
    }
    .alumni .alumni-images .row .alumni-11 .pic img{
        max-width: 300px;
        max-height: 361px;
        width: 80%;
    }
    .alumni .alumni-images .row .alumni-12 .pic img{
        max-width: 400px;
        max-height: 266px;
    }
    .alumni .alumni-images .row .alumni-8 .pic img{
        max-width: 400px;
        max-height: 264px;
    }
    .alumni .alumni-images .row .alumni-9 .pic img{
        max-width: 300px;
        max-height: 393px;
        width: 80%;
    }
    .alumni .alumni-images .row .alumni-10 .pic img{
        max-width: 400px;
        max-height: 273px;
    }
    .alumni .alumni-images .row .pic h2{
        font-size: 18px;
        text-align: center;
    }
    #Alumni .alumni-3,
    #Alumni .alumni-4,
    #Alumni .alumni-5,
    #Alumni .alumni-6,
    #Alumni .alumni-7,
    #Alumni .alumni-8,
    #Alumni .alumni-9,
    #Alumni .alumni-10,
    #Alumni .alumni-11,
    #Alumni .alumni-12{
        top:0px;
    }
    .section .carousel-contact{
        top:0;
    }
    .carousel-contact .carousell .owl-carousel img {
        height: 40px;
        width: auto;
    }
    .contact{
        margin-top:30px;
        padding: 30px 0px;
    }
    .contact h1 {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .contact p {
        font-size: 16px;
    }
    .contact .message {
        width:80%;
        margin: 0;
        margin-left: 10%;
        margin-right: 10%;
    }
    .contact .message label {
        font-size: 15px;
    }
    .contact .message input {
        padding: 5px;
    }
    :placeholder-shown {
        font-size: 14px;
    }
    .contact .message button {
        font-size: 16px;
        padding: 4px;
        width: 70px;
    }
    .contact p {
        font-size: 14px;
    }
    .contact .info p {
        padding-left: 0px;
    }
    .contact .message h1 {
        font-size: 20px;
    }
    .contact .info h1 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 30px;
    }
    .contact .info {
        margin-top: 70px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        padding: 0;
        border-bottom: 1px solid lightgray;
        border-right:none;
    } 
    #Contact .info .x1{
        margin-bottom:10px;
        width: 30%;
        float: left;
        margin-left: 4%;
        text-align: center;
    }
    #Contact .info .x2{
        margin-bottom:10px;
        float: left;
        width: 30%;
        text-align: center;
    }
    #Contact .info .x3{
        margin-bottom:10px;
        float: left;
        width: 30%;
        margin-right: 5%;
        text-align: center;
    }
    #Contact .info .xs .clear{
        clear:both;
        text-align: center;
    }
    #Contact .info .xs i{
        float:none;
    }
    .footer .icons{
        top:-7px;
    }
    .footer .icons a i {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
    }
    .footer .copy{
        font-size: 14px;
    }
    .footer .terms{
        font-size: 14px;
    }
    .footer .terms a:nth-child(2){
        padding-left:0px;
    }
    .terms a:nth-child(1){
        padding-right:0px;
    }
    .section .a{
        padding:10px;
        letter-spacing:1px;
        font-size: 25px;
    }
    .section .about .Faculty .VC, .section .about .Faculty .chancellor, .section .about .Faculty .College, .section .about .Faculty .other {
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.726);
    }
    .section .image .container p span {
        font-size: 15px;
    }
    .section .self i {
        font-size: 16px;
        padding: 10px;
        height: 40px;
        width: 40px;
    }
    .section .self i {
        font-size: 16px;
        padding: 10px;
        height: 40px;
        width: 40px;
    }
    .carousel-contact .recruiters{
        font-size:30px;
    }
    .carousel-contact .btn{
        padding: 6px 4px;
        font-size: 14px;
        font-weight: 600;
        width: 120px;
    }
    .owl-theme .owl-nav {
        margin-top: 0px !important;
        height:20px;
    }
    .owl-dots{
        height:15px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 7px !important;
        height: 7px !important;
        border-radius:50% !important;
    }
    #collapsable-nav{
        background-color:rgba(16, 146, 190, 0.966);
    }
    #nav-list li {
        border-bottom: 1px solid rgb(97, 94, 94);
    }
}
@media (max-width:584px) and (min-width:0px){
    .cap p{
        top:-2vh;
        font-size: 50px;
    }
    .marquee p{
        font-size:6.3vw;
    }
    iframe{
        height: 80px;
        width: 140px;
    }
    .section .about .Faculty h2{
        font-size: 3.5vw;
        padding-top: 10px;
        padding-bottom:0;
        letter-spacing: 1px;
    }
    .section .about .Faculty .other p{
        font-size: 3.9vw;
        letter-spacing: 1px;
    }
    .Faculty .row .common{
        margin-left:0;
        margin-right:0;
    }
    .Faculty .row .other{
        padding-left: 8px;
        padding-right: 8px;
    }
    .animate{
        width: 30%;
        top: -280px;
        margin-left: 35%;
        margin-right: 35%;
    }
    .image{
        top: -250px;
    }
    .section .image .container h1{
        font-size:33px;
        font-weight: 400;
    }
    .section .image .container p{
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        padding-left: 15px;
        padding-right: 15px;
        background-color:rgba(0, 0, 0, 0.384);
    }
    .self{
        width: 55vw;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:10px;
        margin-bottom: 15px;
    }
    .section .self h1{
        font-size: 4vw;
    }
    .section .self p{
        font-size: 3vw;
        margin-left: 10%;
        margin-right: 10%;
        padding: 10px;
        margin-bottom:0px;
    }
    .section .image .container h1 span{
        font-size:30px;
    }
    #Contact .info .x1{
        padding-left: 5px;
        padding-right: 5px;
        width: 33%;
        margin-left:0;
    }
    #Contact .info .x2{
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #Contact .info .x3{
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
        margin-right:0;
    }
    .contact .message h1{
        font-weight:500;
    }
    .footer .icons a i{
        padding-left: 1px;
        padding-right: 1px;
    }
    .section .a{
        font-size: 30px;
        width: 80vw;
    }
    #Management .about .Faculty .managing {
        padding-left:0;
        padding-right:0;
    }
    .empty-div{
        background-color:rgb(245, 7, 7);
        background: linear-gradient(rgb(10, 187, 90)  0%,rgb(44, 197, 24)  50%, rgb(199, 212, 11) 100%);
        /* background-attachment: fixed; */
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

}
