html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/******************HEADER******************/

.top-header{
    padding: 15px 0;
    background-color: #ff2732;
}

.header-left form{
  margin-bottom: 0px;
}

.header-left input[type="text"] {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 14px;
} 

.header-left input::placeholder {
  color: #fff;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
  opacity: 1;
}




.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.header-right ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}






.dropbtn {  
    background-color: transparent !important;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    border: none;
}  
.dropdown {  
    display: inline-block;  
    position: relative  
}  
.dropdown-content {  
    position: absolute;  
    background-color: #ff2732;  
    min-width: 200px;  
    display: none;  
    z-index: 1;  
}  
.dropdown-content a {  
    color: black;  
    padding: 10px;  
    text-decoration: none;  
    display: block;  
    color: #fff !important;
    text-align: left;
}  
.dropdown-content a:hover {  
    background-color: transparent;  
}  
.dropdown:hover .dropdown-content {  
    display: block;  
}  
.dropdown:hover .dropbtn {  
    background-color: #fff;  
}  

.menu-section{
  border-bottom: 1px solid #eee;
}









.navbar-light .navbar-brand{
    width: 330px;
    position: absolute;
    top: -60px;
}

.navbar-light .navbar-brand img{
  width: 120px;
  float: left;
  margin-right: 10px;
}

.navbar-light .navbar-brand p{
  font-size: 16px;
    line-height: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  margin-top: 20px;
}

.navbar-light .navbar-brand p span{
  display: block;
}

.navbar-light .navbar-brand h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 15px;
}

.navbar-light .navbar-brand h6 span{
  display: block;
}

/*.navbar-light .navbar-brand .logo-text{
  padding-top: 25px;
}*/

.navbar-expand-lg{
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ff2732;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #ff2732;
}

.navbar-nav .dropdown-menu{
    padding: 0px;
    margin-top: -1px;
}

.dropdown-item{
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #eee;
}

.dropdown-item:hover{
  color: #ff2732;
}





/****************SLIDER*****************/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(0 0 0 / .4);
}


.slider img{
  width: 100%;
  height: 544px;
  object-fit: cover;
}

.slider-left{
  padding: 0px;
}

.slider-right{
  background-color: #052b5d;
  padding: 40px;
}

.slider-right h1{
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.slider-right h1 span{
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}

.slider-right p{
  color: #fff;
}

a.btn.btn-reads {
    border: 1px solid #ff2732;
    background-color: #ff2732;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.slider-right h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.slider-right input{
  border: 1px solid #fff;
  padding: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  width: 100%;
  height: 38px;
}

.slider-right textarea{
  border: 1px solid #fff;
  padding: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  width: 100%;
  height: 100px;
  border-radius: 5px;
}

button.btn.btn-submit{
    border: 1px solid #ff2732;
    background-color: #ff2732;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}




















/*******************BANNER SECTION******************/

.banner-section{
  background: url("../images/banner2.jpeg") top center no-repeat;
  width: 100%;
  padding: 100px 0;
  background-size: cover;
}

.banner-right{
  background-color: rgb(5 43 93 / 74%);
  padding: 50px 30px;
  transform: skewX(-11deg);
  border-left: 10px solid #fff;
}

.banner-right h2{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  transform: skewX(11deg);
}

.banner-right h3{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  transform: skewX(11deg);
}

.banner-right p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  transform: skewX(11deg);
}

a.btn.btn-explore{
  border: 2px solid #ff2732;
  background-color: #ff2732;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  transform: skewX(11deg);
  margin-right: 20px;
}

a.btn.btn-explore:hover{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

a.btn.btn-apply{
  border: 2px solid #fff;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  transform: skewX(11deg);
}

a.btn.btn-apply:hover{
  border: 2px solid #ff2732;
  background-color: #ff2732;
  color: #fff;
}


.compass-img img{
  width: 100%;
}







/*************WELCOME SECTION*************/

.welcome-section{
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.course-details{
  margin-bottom: 40px;
}

.course-details ul{
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.course-details ul li{
  list-style-type: none;
  display: inline-block;
  width: 18%;
}

.course-details ul li .course-img{
  background-color: #052b5d;
  padding: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform:     translateY(-30px);
    transform:         translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform:     translateY(-15px);
    transform:         translateY(-15px)
  }
}
.course-img {  
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  height: 180px;
  width: 180px;
  background-color: red;  
  border-radius: 50%;
  /*line-height: 180px;*/
  text-align: center;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: white;
}
.course-img:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.course-details ul li .course-img:hover{
  background-color: #ff2732;
}

.course-details ul li .course-img img{
    width: 60px !important;
    height: 60px !important;
    margin-right: 0px !important;
    float: none !important;
    border-radius: 0 !important;
}

.course-details ul li h3{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
}










.welcome-box{
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    /*height: 363px;*/
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 2px rgb(171 171 171 / 65%);
}

.welcome-box:hover{
  box-shadow: none;
  background-color: #fff;
}

/*.welcome-section .row{
    background-color: #f4f4f4;
    padding: 20px 10px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 4px 6px -2px #00000038;
}*/

/*.welcome-box p{
  height: 192px;
}

.dean-text{
  height: 222px !important;
}*/

.welcome-section h4{
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #052b5d;
  margin-bottom: 10px;
}

a.btn.btn-readmore {
    border: 2px solid #ff2732;
    background-color: #ff2732;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-readmore:hover{
    border: 2px solid #ff2732;
    background-color: #fff;
    color: #ff2732;
}

.welcome-section h5{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #052b5d;
  margin-bottom: 5px;
}

.welcome-section p a{
  color: #052b5d;
  font-weight: 700;
  text-decoration: underline;
}

.welcome-section p a:hover{
  text-decoration: none;
}

.welcome-section img{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.missionbox{
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
    height: 278px;
}

.missionbox:hover{
  background-color: #fff;
}

.missionbox img{
  width: 50px !important;
  height: 50px;
  float: none;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.missionbox h5{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #ff2732;
  margin-bottom: 5px;
}










/***********NOTICE SECTION***********/

.notice-section{
    padding: 60px 0;
}

.notice-section h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #ff2732;
    margin-bottom: 20px;
    text-align: center;
}

.notice-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}

.notice-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.notice-section #tab-button1 {
    margin: 0;
    right: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.notice-section #tab-button1 li {
    width: 10%;
    display: inline-block;
}
.notice-section #tab-button1 li a {
    display: block;
    padding: 5px;
    background: #e4e4e4;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 30px;
}
.notice-section #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.notice-section #tab-button1 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #052b5d;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.notice-section .tab-contents1 {
  padding: 30px;
  border: 1px solid #ddd;
}



.notice-section .tab-button-outer {
  display: none;
}
.notice-section .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .notice-section .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .notice-section .tab-select-outer {
    display: none;
  }
  .notice-section .tab-contents1 {
    position: relative;
    margin-top: 0;
  }
}

.notice-row ul{
    padding: 0px;
    margin: 0px;
}

.notice-row ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #777;
}

.notice-row ul li a{
    font-weight: 600;
    color: #ff2732;
    display: block;
    text-decoration: none;
}

.notice-row ul li a:hover{
    color: #052b5d;
}

a.btn.btn-more {
    border: 1px solid #ff2732;
    background-color: #ff2732;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    float: right;
}

a.btn.btn-more i{
    padding-left: 5px;
}




/****************COUNTER SECTION**************/

.count-area h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2CD97B;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.count-area h4{
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}

.space-area {
  height:850px;
  background-color: #052b5d;
  padding:60px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    background-color: #ff2732;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}   
.count-area img{
    width: 40px;
    height: 40px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.count-title {
    font-size: 20px;
}

/***********FACILITY SECTION***********/

.faculty-section{
    padding: 60px 0;
}

.faculty-section h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #ff2732;
    margin-bottom: 20px;
    text-align: center;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
      padding-right: 10px;
    display: block;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ff2732;
    text-decoration: none;
    background-color: #eee;
    display: block;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;

}

.tabs-left > .nav-tabs > li > a:active,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #052b5d;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #052b5d;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.faculty-section .tab-content h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.faculty-section .tab-content ul{
    padding: 0px;
    margin: 0px;
}

.faculty-section .tab-content ul li{
    list-style-type: none;
    display: inline-block;
    width: 32%;
    padding-bottom: 15px;
}

.faculty-section .tab-content ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/*************CALNDAR SECTION*************/

.calendar-section{
  padding: 30px 0;
  background-color: #052b5d;
}

.calendar-section img{
  width: 80px;
}

.candar-middle h4{
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

.candar-right{
  text-align: right;
}

.candar-right h5{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.candar-right a.view{
  background-color: #fff;
  padding: 6px 20px;
  font-weight: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff2732;
  text-decoration: none;
  border-radius: 5px;
}










/*************VISIT SECTION*************/

.visit-section{
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.visit-section h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #ff2732;
    margin-bottom: 20px;
    text-align: center;
}

.visit-section img{
    width: 100%;
    height: 300px;
    position: relative;
}

.visit-section a{
    position: absolute;
    top: 40%;
    left: 43%;
    z-index: 9;
    background-color: #fff;
    padding: 10px 8px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    color: #ff0000;
}

.modal-dialog {
    max-width: 1000px;
    margin: 5% auto;
}

button.close {
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: -20px;
    top: -30px;
    opacity: 1;
    padding: 3px 12px;
    border-radius: 50%;
    font-size: 30px;
}

/***************NEWS EVENTS SECTION***************/

.news-event-section{
  padding: 60px 0;
  border-top: 1px solid #eee;
}

.news-event-section .tab-content{
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
}

.news-event-section .tab-content img{
  width: 100%;
  height: 220px;
}

.news-event-section .tab-content .news-content{
  background-color: #002a5c;
  padding: 15px;
  height: 140px;
}

.news-event-section .tab-content .news-content h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-event-section .tab-content .news-content h5 a{
  color: #fff;
  text-decoration: none;
}

.news-event-section .tab-content .news-content h5 a:hover{
  color: #ff2732;
}

.news-event-section .tab-content .news-content h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 10px;
}

.news-event-section .tab-content .news-content a.readmore{
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: underline;
}

.news-event-section .tab-content .news-content a.readmore:hover{
  color: #ff2732;
}

.news-event-section .tab-content .owl-nav{
    position: absolute;
    top: -60px;
    right: -10px;
    color: #ff2732;
}

.news-event-section .tab-content .owl-dots{
  display: none;
}

.news-event-section .tab-content{
    padding: 0 10px 20px 10px;
    padding-top: 0px;
}

.news-event-section .tab-content span.fas.fa-arrow-left {
    margin-right: 10px;
}

.news-event-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f5f5f5;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}
.news-event-section .nav-tabs .nav-link{
  color: #495057;
}

.news-event-section .tab-content .event-box{
  background-color: #fff;
  padding: 15px;
}

.news-event-section .tab-content .event-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-event-section .tab-content .event-box h5 a{
  color: #000;
  text-decoration: none;
}

.news-event-section .tab-content .event-box h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #777;
  margin-bottom: 10px;
}

.news-event-section .tab-content .event-box a.readmore{
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

/*************TESTIMONIALS**************/

.testimonials{
  padding: 60px 0;
  border-top: 1px solid #eee;
}

.testimonials h4 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #ff2732;
    margin-bottom: 20px;
    text-align: center;
}

.testimonials h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.testimonials h5 strong{
  font-size: 16px;
}

.testi-box{
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  background-color: #f1f1f1;
}

.testi-box img{
  width: 120px !important;
  height: 120px;
  float: left;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.testi-box i{
  font-size: 12px;
  color: #ffa500;
  margin-right: 3px;
  margin-bottom: 10px;
}

.testi-box p{
  margin-bottom: 0px;
}

.testimonials .owl-nav{
    position: absolute;
    top: -30px;
    right: 30px;
}

.testimonials span.fas.fa-arrow-left {
    margin-right: 10px;
}

.testimonials .owl-dots{
  display: none;
}




















/***********FOOTER**********/

.footer-lab{
    padding: 30px 0;
    background-color: #ff2732;
    text-align: center;
    margin-bottom: 5px;
}

.footer-lab a{
  text-decoration: none;
}

.footer-lab img{
  width: 30px;
  margin-bottom: 10px;
}

.footer-lab h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}






.top-footer{
  padding: 50px 0;
  background-color: #002A5C;
}

.top-footer h4{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.top-footer ul{
  padding: 0px;
  margin: 0px;
}

.top-footer ul li{
  list-style-type: none;
  padding-bottom: 5px;
}

.top-footer ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #bcd4f1;
  text-decoration: none;
}

.top-footer ul li a:hover{
  color: #fff;
}

.top-footer img{
  width: 100px;
  float: left;
  margin-right: 15px;
}

.footer-content{
  color: #bcd4f1;
}

.top-footer p{
  color: #bcd4f1;
  margin-bottom: 15px;
}

.top-footer p a{
  color: #bcd4f1;
  text-decoration: none;
}

.top-footer p a:hover{
  color: #fff;
}










.bottom-footer{
  background-color: #ff2732;
  padding: 15px 0;
}

.bottom-left p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  padding-top: 5px;
}

.bottom-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.bottom-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}

.bottom-right ul li a i{
  font-size: 16px;
  color: #fff;
}

/******************ABOUT US PAGE START HERE******************/

.page-banner {
    background: url(../images/banner2.jpeg) center center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 450px;
}

.page-banner .overlay {
    background-color: rgba(0,0,0,.6);
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}

.page-banner h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.about-body{
  padding: 70px 0;
}






#sidebarWrap {
  height: auto;
  width: 263px;
  float: right;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

#content {
  width: 100%;
  height: auto;
}

#footer {
  clear: both;
  margin: 0px 0;
}

#sidebar {
  width: 262px;
  height: 300px;
  position: absolute;
}

#header {
  height: auto;
  margin-bottom: 0px;
}

#sidebar.fixed {
  position: fixed;
  top: 0;
}

#footer {
  height: auto;
}






















.about-left ul{
  padding: 0px;
  margin: 0px;
}

.about-left ul li{
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #daeaff;
}

.about-left ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.about-left ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  padding: 15px;
  display: block;
  text-decoration: none;
}

.about-left ul li.active a{
  color: #fff;
  background-color: #052b5d;
  border-radius: 10px;
}

.about-left ul li a:hover{
  font-weight: 600;
  color: #fff;
  background-color: #052b5d;
  border-radius: 10px;
}

.about-left ul li a i{
  padding-right: 5px;
}

.about-right h2{
  font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    background-color: #052b5d;
    padding: 15px;
    border-radius: 5px;
}

.about-right ol{
  padding: 0px;
  margin: 0px;
  padding-left: 50px;
  margin-bottom: 15px;
}

.about-right ol li{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-bottom: 10px;
}

.vc-image{
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.plan-image{
  width: 100%;
}


















.coming-body{
  text-align: center;
}

.coming-body img{
  margin-top: 120px;
  margin-bottom: 30px;
}

.coming-body h2{
  font-size: 100px;
  line-height: 120px;
  color: #052b5d;
  text-decoration: underline;
}

.found-body{
  padding: 200px 0;
  text-align: center;
}

.found-body h2{
  font-size: 150px;
  line-height: 180px;
  font-weight: 900;
  color: #052b5d;
  margin-bottom: 30px;
}

.found-body h3{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

a.btn.btn-home{
    border: 1px solid #052b5d;
    background-color: #052b5d;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
}

/*****************GALLERY SECTION****************/

.gallery-section{
  padding-top: 70px;
  padding-bottom: 40px;
}

.gallery-section h4{
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    color: #1f2a7a;
    text-align: center;
    margin-bottom: 25px;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}






/***************DEAN PAGE START HERE**************/

.dean-section{
  padding: 70px 0;
}

.dean-left img{
  width: 260px;
  height: 260px;
  border-radius: 50%;
  margin-bottom: 20px;
} 


.dean-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.dean-left ul li{
  list-style-type: none;
  display: inline-block;
}

.dean-left ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.dean-left ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.dean-left ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.dean-left ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.dean-left ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.dean-left ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.dean-left ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.dean-left ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.dean-left ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.dean-left p{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

.dean-left p span{
  float: right;
  font-weight: 600;
  font-size: 12px;
}

.dean-right-box{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
}

.dean-right-box h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #ff2732;
  margin-bottom: 15px;
}

/*****************CONTACT US PAGE START HERE****************/

.contact-body{
  padding: 70px 0;
}

.contact-body form{
    background-color: #ccc;
    padding: 20px;
    border: 3px solid #111;
    border-radius: 10px;
}

.contact-body h1{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.contact-body form input{
  width: 100%;
  height: 42px;
  padding: 10px;
  font-weight: 14px;
  color: #000;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.contact-body form textarea{
  width: 100%;
  border: 1px solid #eee;
  height: 140px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  border-radius: 5px;
}

button.btn.btn-primary{
    border: 1px solid #ff2732;
    background-color: #ff2732;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
}

.contact-right h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.contact-right p{
  margin-bottom: 10px;
}

.contact-right p a{
  color: #000;
  text-decoration: none;
}

/***************COURSE APGE START HERE*************/

.course-section{
  padding: 70px 0;
}

.course-lists{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 230px;
}

.course-lists img{
  width: 250px;
  height: 190px;
  float: left;
  margin-right: 20px;
}

.course-lists h2{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.course-lists h2 a{
  color: #000;
  text-decoration: none;
}

.course-lists h2 a:hover{
    color: #ff2732;
}

.course-lists p{
  margin-bottom: 15px;
}

a.btn.btn-detail {
    border: 2px solid #ff2732;
    background-color: #ff2732;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-detail:hover{
    border: 2px solid #ff2732;
    background-color: transparent;
    color: #ff2732;
}

a.btn.btn-applynow {
    border: 2px solid #ff2732;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ff2732;
}

a.btn.btn-applynow:hover{
    border: 2px solid #ff2732;
    background-color: #ff2732;
    color: #fff;
}

a.btn.btn-detail i{
  padding-left: 5px;
}

/*****************COURSE DETAIL PAGE START HERE*****************/

.course-detail-page{
    padding: 70px 0;
}

.course-detail{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
  border-radius: 10px;
}

.course-detail-page h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #ff2732;
  margin-bottom: 15px;
}

.course-detail-page h3{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #ff2732;
  margin-bottom: 15px;
}

.course-detail-page h4{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #ff2732;
  margin-bottom: 15px;
}

.course-detail-page ul{
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
}

.course-detail-page ul li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

/****************LOGIN PAGE START HERE***************/

.register-section {
    padding: 100px 0;
}

.register-section h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.register-section form{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 8px rgb(199 198 198);
    border-radius: 10px;
    padding: 20px;
}

.register-section form input{
  border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #000;
}

button.btn.btn-register {
    border: 1px solid #002A5C;
    background-color: #002A5C;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

a.btn.btn-register {
    border: 1px solid #002A5C;
    background-color: #002A5C;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

/***************NEWS PAGE START HERE***************/

.news-body{
  padding: 70px 0;
}

.news-body .news-box{
      background-color: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #111;
}

.news-body .news-box img{
  width: 150px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.news-body .news-box h2{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-box h2 a{
  color: #000;
  text-decoration: none;
}

.news-box h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #777;
  margin-bottom: 10px;
}

.news-box p{
  margin-bottom: 10px;
}

.news-details-body{
  padding: 70px 0;
}

.news-details-box{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
  border-radius: 10px;
}

.news-details-box h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.news-details-box h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #777;
  margin-bottom: 10px;
}

.news-details-box img{
  width: 100%;
  margin-bottom: 10px;
}

.news-details-right{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
  border-radius: 10px;
}

.news-details-right h4{
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.news-details-right ul{
  padding: 0px;
  margin: 0px;
}

.news-details-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news-details-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.news-details-right ul li a{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

/***************LIBRARY PAGE START HERE***************/

.library-section{
  padding: 50px 0;
}

.library-section .tab-content {
    border: 1px solid #dee2e6;
    padding-bottom: 20px;
}

.library-list-box ul{
  padding: 0px;
  margin: 0px;
}

.library-list-box ul li{
  list-style-type: none;
  padding: 20px;
  margin-bottom: 0px;
  height: 160px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.library-list-box ul li:hover{
  background-color: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 5px;
}

.library-list-box ul li img{
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
}

.library-list-box ul li h6{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  padding-top: 30px;
  margin-bottom: 10px;
}

.library-list-box ul li a{
  text-decoration: none;
}

.library-list-box ul li h5{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.library-list-box ul li h5:hover{
  color: #ff2732;
}

.nav-tabs .nav-link{
  color: #000;
}

.library-right h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.library-right img{
  width: 140px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.library-right h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.library-right h4{
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.library-right h4 a{
  color: #000;
  text-decoration: none;
}

.library-right h4 a:hover{
  color: #ff2732;
}

a.mores{
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

a.mores:hover{
  color: #ff2732;
}

.upcoming-section{
  padding: 60px 0;
  background-color: #f5f5f5;
}

.upcoming-section h3{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #ff2732;
    margin-bottom: 20px;
    text-align: center;
}

.upcoming-section img{
  width: 100%;
  height: 350px;
}

.upcoming-content{
  padding: 15px;
  background-color: #fff;
}

.upcoming-content h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.upcoming-content h4 a{
  color: #000;
  text-decoration: none;
}

.upcoming-content h4 a:hover{
  color: #ff2732;
}

.upcoming-content p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}




.upcoming-section button.owl-prev {
    position: absolute;
    left: -5px;
    top: 0px;
    bottom: 0px;
}

.upcoming-section button.owl-next {
    position: absolute;
    right: -5px;
    top: 0px;
    bottom: 0px;
}

.upcoming-section span.fas.fa-arrow-left {
    font-size: 15px;
    margin-right: 5px;
    color: #000;
}

.upcoming-section span.fas.fa-arrow-right {
    font-size: 15px;
    margin-right: 5px;
    color: #000;
}

/**********ORGANOGRAM PAGE START HERE*********/

.organogram-section{
  padding: 60px 0;
}


ol {
  list-style: none;
}

.rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: #8dccad;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: black;
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: #f5cc7f;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: black;
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: black;
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-3 {
  margin-bottom: 20px;
  background: #7b9fe0;
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: black;
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: #f27c8d;
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: black;
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}


/**************TEAM PAGE START HERE**************/

.team-body{
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.team-box {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.team-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -67px;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.team-box p {
    margin-bottom: 0px;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #ff2732;
}

/***************DOWNLOAD PAGE START HERE***************/

.download-section{
  padding: 60px 0;
}

.download-section ul{
  padding: 0px;
  margin: 0px;
}

.download-section ul li{
  list-style-type: none;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
}

.download-section ul li a{
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff2732;
  text-decoration: none;
}

.download-section ul li p{
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}

.calendars-section{
  padding: 60px 0;
}


/*****************MEDIA QUERY*****************/

@media(max-width: 1400px){
  .slider-right h1{
    font-size: 30px
  }
}

@media(max-width: 1150px){
    .slider-right h1 span{
      font-size: 14px;
    }
    .slider-right h1 {
      font-size: 25px;
      line-height: 40px;
  }
}


@media(max-width: 1024px){
  .header-left input[type="text"]{
    width: 160px;
  }
  .header-right ul li{
    padding-left: 5px;
  }
  .navbar-light .navbar-brand img{
    margin-right: 0px;
  }
  .news-event-section .tab-content img{
    height: 180px;
  }
  .dean-left img{
    width: 200px;
    height: 200px;
  }
}

@media(max-width: 991px){
  .navbar-light .navbar-brand {
    width: 200px;
    position: relative;
    top: 0;
  }
  .logo-left-blank,
  .logo-text{
      display: none;
  }
  .header-right ul{
    text-align: center;
  }
  .navbar-light .navbar-brand img{
    width: 80px;
  }
  .navbar-light .navbar-brand{
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    line-height: 25px;
    padding: 10px 5px;
  }
  .welcome-section .owl-dots,
  .welcome-section .owl-nav{
    display: none;
  }
  .notice-section #tab-button1 li{
    width: 12%;
  }
  button.close {
    right: -10px;
    padding: 3px 9px;
  }
  .news-event-section .tab-content img{
    height: 220px;
  }
  .news-event-section .tab-content .news-content{
    height: 112px;
  }
}

@media(max-width: 834px){
  /*.slider-right h1 {
    font-size: 30px;
    line-height: 40px;
  }*/
  .slider-right h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .notice-section #tab-button1 li a{
    font-size: 10px;
    line-height: 18px;
  }
  .visit-section img{
    height: 240px;
  }
  .page-banner .overlay,
  .page-banner{
    height: 350px;
  }
  #sidebar {
    width: 262px;
    margin-left: 15px;
  }
  .about-right ol{
    padding-left: 0px;
  }
}

@media(max-width: 790px){
  .slider-right h1 {
    font-size: 22px;
    line-height: 40px;
  }
}

@media(max-width: 768px){
  .course-details ul li h3{
    font-size: 12px;
    line-height: 18px;
  }
  #sidebar {
    width: 240px;
    margin-left: 35px;
  }
}

@media(max-width: 767px){
  .slider-left{
    display: block;
  }
  select#tab-select1 {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .count-area-content{
    margin-bottom: 30px;
  }
  .count-area{
    padding-bottom: 0px;
  }
  .tabs-left > .nav-tabs {
    float: none;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .candar-middle h4{
    text-align: left;
    margin-top: 10px;
  }
  .candar-right{
    text-align: left;
    margin-top: 10px;
  }
  .visit-section img {
    height: auto;
    margin-bottom: 20px;
  }
  .footer-lab h5{
    margin-bottom: 15px;
  }
  .footer-lab{
    padding-bottom: 15px;
  }
  .bottom-right ul{
    text-align: left;
    margin-top: 10px;
  }
  .bottom-right ul li{
    padding-left: 0px;
    padding-right: 20px;
  }
  #sidebarWrap{
    float: none;
    width: 100%;
  }
  #sidebar {
    width: 100%;
    height: auto;
    margin-left: 0px;
    position: relative !important;
    margin-bottom: 20px;
    top: 0 !important;
  }
  #sidebar.fixed{
    position: relative !important;
  }
  .dean-left img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
}

@media(max-width: 1450px){
	.slider-right h1 {
font-size: 35px;
line-height: 58px;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}

}

@media(max-width: 1024px){
	.slider-right{
	padding: 20px;
}
.missionbox h5,
.welcome-section h4 {
font-size: 21px;
line-height: 26px;
font-weight: 600;
color: #052b5d;
margin-bottom: 10px;
}
.missionbox {
height: 298px;
}
}

@media(max-width: 991px){
	.missionbox {
height: 228px;
}
	.visit-section img {
width: 100%;
height: 260px;
position: relative;
}
.news-event-section .tab-content .news-content {
height: 142px;
}
.slider img {
width: 100%;
height: 526px;
object-fit: cover;
}
.missionbox {
background-color: #f1f1f1;
padding: 20px;
border-radius: 10px;
border: 1px solid #ccc;
text-align: center;
height: 248px;
}


}



@media(max-width: 767px){
	.slider img {
width: 100%;
height: 300px;
object-fit: cover;
 		}
	.slider-right {
background-color: #052b5d;
padding: 40px;
}
	.slider-right {
background-color: #052b5d;
padding: 40px;
}
.contact-body form{
	Margin-bottom: 20px;
}
.upcoming-section img{
	Height: auto;
}
.download-section ul li a{
	Float: none;
}


}

.menu-section.fixed-top {
  box-shadow: 0 0px 16px rgba(102, 102, 102, 0.8);
  background-color: #000;
}


@media(max-width: 450px){
	.slider img,
	.news-event-section .tab-content img {
height: 220px;
}

}


@media(max-width: 600px){
  .course-details ul li{
    width: 28%;
    margin-bottom: 20px;
  }
  .news-event-section .tab-content .news-content h5,
  .slider-right h2,
  .slider-right h1 span{
    font-size: 14px;
    line-height: 18px;
  }
  .page-banner h1,
  .testimonials h4,
  .visit-section h4,
  .faculty-section h2,
  .slider-right h1,
  .notice-section h1{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news-details-right h4,
  .news-details-box h1,
  .news-body .news-box h2,
  .upcoming-section h3,
  .library-right h4,
  .library-right h2,
  .contact-right h2,
  .contact-body h1,
  .course-detail-page h1,
  .course-detail-page h2,
  .dean-right-box h1,
  .faculty-section .tab-content h3,
  .missionbox h5,
  .welcome-section h4{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about-right h2{
    font-size: 20px;
    line-height: 26px;
  }
  .news-event-section .tab-content img{
    height: 140px;
  }
  .news-event-section .tab-content .news-content{
    height: 128px;
  }
  .testi-box img{
    float: none;
  }
  .slider-right{
    padding: 25px;
  }
  .testi-box{
    padding: 10px;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    line-height: 20px;
  }
  .testimonials,
  .news-event-section,
  .visit-section,
  .faculty-section,
  .notice-section,
  .welcome-section,
  .news-details-body,
  .news-body,
  .upcoming-section,
  .library-section,
  .contact-body,
  .course-detail-page,
  .course-section,
  .dean-section,
  .about-body{
    padding: 30px 0;
  }
  .news-details-right,
  .notice-section .tab-contents1,
  .news-details-box,
  .course-detail,
  .dean-right-box{
    padding: 15px;
  }
  .library-list-box ul li h6{
    padding-top: 10px;
  }
  .library-list-box ul li h5{
    font-size: 16px;
    line-height: 20px;
  }
  .library-list-box ul{
    margin-bottom: 20px;
  }
  .coming-body h2{
    font-size: 30px;
    line-height: 50px;
  }
  .news-details-box{
    margin-bottom: 20px;
  }
  .missionbox{
    height: auto;
  }
}

@media(max-width: 575px){
  .news-event-section .tab-content img {
    height: 300px;
    object-fit: cover;
    }
    
  .news-event-section .tab-content .news-content{
    height: auto;
  }
  .page-banner .overlay, .page-banner {
    height: 250px;
  }
  .course-lists {
    padding: 10px;
    height: auto;
  }
  .course-lists img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media(max-width: 450px){
  .course-details ul li{
    width: 48%;
  }
  .faculty-section .tab-content ul li{
    width: 48%;
    padding-bottom: 10px;
  }
}

@media(max-width: 400px){
  .news-body .news-box img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}


@media(max-width: 360px){
  .header-right ul li a{
    font-size: 12px;
  }
  .count-title {
    font-size: 14px;
  }
  .faculty-section .tab-content ul li a{
    font-size: 12px;
    line-height: 16px;
  }
  .faculty-section .tab-content ul li{
    padding-bottom: 5px;
  }
  .download-section ul li{
    font-size: 13px;
  }
  .download-section ul li a{
    font-size: 12px;
  }
}

@media(max-width: 340px){
  .header-right ul li {
    padding-left: 0px;
  }
  a.btn.btn-reads {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  button.btn.btn-submit{
    padding: 6px 20px;
  }
  .top-header{
    padding: 5px 0;
  }
  .header-right ul li a {
    font-size: 11px;
  }
}





/************NEW CSS**************/

.menu-section{
    background-color: #fff;
}

.apply-section{
  padding: 60px 0;
}

.apply-section form{
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.apply-section label{
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}

.apply-section select,
.apply-section input{
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  height: 40px;
  padding: 10px;
}

.apply-section h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

a.btn.btn-applynow1 {
    position: fixed;
    background-color: #bb121a;
    bottom: 100px;
    right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    padding: 6px 12px 8px;
}



@media(max-width: 600px){
  .apply-section{
    padding: 30px 0;
  }
  .apply-section form{
    padding: 15px;
  }
}










