body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/*Preloader Start*/

.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2f2e2e;
    z-index: 999999;
}

.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}


.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #e6be1e;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #e6be1e;
  }
  29.9% {
    background: #e6be1e;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #e6be1e;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #e6be1e;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #e6be1e;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background:#e6be1e;
  }
  29.9% {
    background:#e6be1e;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #e6be1e;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #e6be1e;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #e6be1e;
  }
}

/*End Preloader*/

/*Top bar Start */

.top-bar {
border-top: 3px solid #ffe100a1;
}

.top-bar img{
padding-left: 5px;
}

.sign-in {
    background-color: #e6be1e;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    border: 1px solid #e6be1e;
    color: #fff;
    padding: 13px 21px 13px 21px;
    text-transform: uppercase;
    float: right;
        margin-top: 20px;
}


.search-btn {
color: #e6be1e;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e6be1e;
    border-radius: 17px;
    font-size: 15px;
    padding: 0px 16px 1px 16px;
    cursor: pointer;
}

.top-block {
     list-style: none;
    display: flex;
    position: absolute;
    margin-top: 25px;
}

.top-block li {
color: #e6be1e;
  font-weight: bold;
  margin-left: 15px;
}

.top-block li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.top-side {
  position: relative;
      background: #ffe100 !important;
}

.top-side:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin-right: 5px;
    right: 60px;
    z-index: -1;
    background: #ffe100 !important;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}


header{
  position: relative;
  background-color: #2f2e2e;
}

header .form-control{
    border: none;
    padding: 5px 11px 5px;
    border-radius: 100px;
}


/*.navbar-light .navbar-nav .active>.nav-link {*/
/*    color: #e6be1e;*/
/*}*/

/*.navbar-light .navbar-nav .nav-link {*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*}*/
/* .navbar-nav .nav-link {
  padding-left: 20px !important;
} */

/*.navbar-light .navbar-nav .nav-link:hover {*/
/*      color: #f7f7f7 !important;*/
/*}*/


@media (min-width: 768px) {
  /*header {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }*/
}

/*Slider Css Here*/
.carousel-inner img {
      width: 100%;
      height: 100%;
  }


  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    top: 0;
    background:transparent;
  }

   .carousel-caption h3 {
    position: absolute;
    right: 5.9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 70px;
    text-align: right;
    font-size: 50px;
  }

  .carousel-caption p {
    position: absolute;
    z-index: 10;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #f5f4f4;
    top: 125px;
    text-align: left;
    font-size: 17px;
    right: 45px;
    width: 50%;
  }

  .carousel-caption .sign-in-slide  {
    position: absolute;
    background-color: #e2ad1a;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    border: 1px solid #e2ad1a;
    color: #fff;
    padding: 13px 21px 13px 21px;
    text-transform: uppercase;
    z-index: 10;
    top: 275px;
    text-align: left;
    right: 40%;
    cursor: pointer;
}

  .carousel-caption .sign-in-slide:hover {
    background: #000;
    border: 1px solid #e6be1e;
    transition: 0.6s;
  }

  .carousel-caption:after {
    content: " ";
    position: absolute;
    display: none;
    width: 100%;
    height: 452px;
    top: 0;
    left: 338px;
    z-index: -1;
    background: rgba(6, 6, 6, 0) !important;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
  }


/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.highlight {
    background-color: #333333;
}

.highlight-block {
  background: #ededed;
  padding: 25px;
}

.highlight-block i {
    color: #fff;
    background: rgb(51, 51, 51);
    padding: 9px 4px 8px 12px;
    font-size: 25px;
    width: 50px;
}

.highlight-block h4 {
  cursor: pointer;
}

.highlight-block h4:hover {
  color: #e6be1e;
  transition: 0.6s;
}

.highlight-block h4:hover i{
 animation: shake 0.92s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.highlight-block h4 {
color: #212121;
    text-align: left;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 9px;
}

.highlight-block-main {
  padding-bottom: 30px;
  box-shadow: 0px 4px 20px 0px #525252;
} 

.highlight-block-main h3 {
    color: #fff;
    padding: 35px 0px 0px 0px;
}

.highlight-block-main p {
color: #fff;
text-align: left;
padding: 2px 0px 5px 30px;
}


.read-more {
    background-color: #e6be1e;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    border: 1px solid #e6be1e;
    color: #fff;
    padding: 5px 21px 5px 21px;
}

.social {
    list-style: none;
    display: flex;
    margin-right: 30px;
    margin-bottom: 0px;
}
.social li{
padding-left: 10px;
}

.social li a {
cursor: pointer;
color: #fff;
}
.important {
  padding-top: 30px;
    padding-bottom: 20px;
}
.important h3 {
    color: #333333;
    font-size: 27px;
    margin-bottom: 25px;
}

.important h3:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.card {
      background-color: #ededed;
      border: none;
}

.list-group-item {
    text-align: left;
    background: #ffff;
    border: none;
       padding: 6px 40px;
}

.list-group-item:before{
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.5em;
    color: #5f5c5c;
    font-size: 16px;
}


.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.html") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.event-small .event-date {
    float: left;
    margin-right: 20px;
    padding: 0 16px 5px 20px;
        background: #383737;
    /* text-align: center; */
}

.event-small {
     border-bottom: 1px solid #ccc7c7;
    margin-top: 20px;
}

.news-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.media-heading a {
    font-size: 17px;
    color: #131212;
}

.facilties{
    background-image: url(../img/slider/05.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.facilties-item {

  padding:30px;
}

.facilties-item .card {
  background: #fff;
}


.facilties-main {
  position: relative;
   /*   background: #01034f;*/
      padding: 30px;
}

.facilties-main:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 3;
    background: #333333;
    /* transform-origin: bottom left; */
   /* -ms-transform: skew(-30deg, 0deg);*/
    /* -webkit-transform: skew(-30deg, 0deg); */
    /* transform: skew(30deg, 0deg); */
}

.facilties h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    z-index: 20;
    padding:20px;
}

.facilties .read-more {
    position: relative;
    z-index: 20;
    float: right;
}

.facilties p {
    position: relative;
    color: #fff;
    font-size: 15px;
    z-index: 20;
}

.facilties h3:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

/*Awards*/
.award{
/*    background-image: url(../img/slider/05.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.award-item {

  padding:30px;
}



.award-main {
  position: relative;
   /*   background: #01034f;*/
      padding: 30px;
}

.award-main:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 3;
    background: #01034f;
    /* transform-origin: bottom left; */
   /* -ms-transform: skew(-30deg, 0deg);*/
    /* -webkit-transform: skew(-30deg, 0deg); */
    /* transform: skew(30deg, 0deg); */
}

.award h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    z-index: 20;
    padding:20px;
}

.award .read-more {
    position: relative;
    z-index: 20;
    float: right;
}

.award p {
    position: relative;
    color: #fff;
    font-size: 15px;
    z-index: 20;
}

.award h3:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.btn-outline-secondary {
    color: #01034f;
    background-color: #e6be1e;
    background-image: none;
    border-color: #e6be1e;
    border-radius: 20px;
}


/* equal card height */
.row-equal > div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
   width: 100%;
}

.row-equal .card a{
    font-size: 16px;
    color: #0a0a0a;
    font-weight: bold;
    padding: 0px 0px 0px 14px;
}

.lead {
  z-index: 200;
}

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active, 
.carousel-inner>.row-equal.next, 
.carousel-inner>.row-equal.prev {
    display: flex;
}

/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left, 
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}

.scroll-news {
    background-color: #1d1c1c;
}

ul.news {
    list-style-type: none;
}

ul.news li {
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
}


/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow:hidden;
}

.card-img-top img {
  border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   transition: transform .5s;
   cursor: pointer;
}

.card-img-top img:hover {
  transform: scale(1.5);
  opacity: 0.7;
}

.card-img-top:hover .facilities-btn {
display: block;
transition: 5s;
-webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}


.facilities-btn {
    background-color: #e6be1e;
    border-radius: 100px;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 13px;
    border: 1px solid #e6be1e;
    color: #060606 !important;
    padding: 6px 9px 6px 13px !important;
    position: absolute;
    z-index: 9999;
    top: 40%;
    left: 60px;
    display: none;
}

.department {
  padding-top: 30px;
    padding-bottom: 30px;
        background: #f3f3f3;
}
.department h3 {
    color: #333333;
    font-size: 29px;
    text-align: center;
}

.department h3:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.department .card {
    background: white;
    border-radius: 0px;
}

.department .card:hover {
box-shadow: 1px 1px 16px #dedbdb;
transition: 0.3s;
}

.department .card-title {
  font-size: 20px;
}

.department .card-text {
  color: #333333;
}

.department .read-more {
 color: #fff !important;
    box-shadow: 1px 2px 4px #313030c9;
    background: #333333;
    border: #333333;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
background: #252525;
}

.footer a {
  color: #e6be1e;
}

.footer-tittle  {
  color: #fff;
    font-size: 22px;
}

.footer-tittle:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.footer-content p {
    color: #d6d6d6;
    font-size: 14px;
}

.footer-content a {
     color: #dedbdb;
    font-size: 14px;
}
.list-inline i {
  color: #fff;
}

.footerLinks {
  padding-left: 0px;
}

.footerLinks li:nth-child(odd) {
    width: 60%;
}

.footerLinks li {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.footer-dark-skin .footer_widget a {
    color: #ddd;
}

.important-links {
  padding-left: 30px;
}

.feedback {
background-color: #e6be1e;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 13px;
    border: 1px solid #e6be1e;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.feedback:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
  border:none;
  transition: 0.7s;
}

.modal-header {
  border:none;
}

.modal-footer {
  border:none;
}

.modal-body {
  padding:2rem !important;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    box-shadow: -2px 3px 10px #3c3b3b;
}

.navbar-nav li:hover > ul.dropdown-menu {
 /*display: block;*/
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* on hover */
/*.dropdown-menu > li > a:hover:after {*/
/*    text-decoration: underline;*/
/*    transform: rotate(-90deg);*/
/*} */

/*.dropdown-menu > li > a {*/
/*    color: #403f3f;*/
/*    font-size: 15px;*/
/*    font-weight: bold;*/
/*    line-height: 20px;*/

/*}*/

/*.dropdown-submenu a {*/
/*    padding-left:10px;*/
/*    color: #403f3f;*/
/*    font-size: 15px;*/
/*    font-weight: bold;*/
/*    line-height: 20px;*/
/*}*/

/*.dropdown-submenu a:hover {*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    line-height: 20px;*/
/*transition: 0.5s;*/
/*text-decoration: none;*/

/*}*/

/*.dropdown-menu > li > a:hover {*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    line-height: 20px;*/
/*transition: 0.5s;*/
/*text-decoration: none;*/

/*}*/



.sub-header {
    background: url(../img/slider/05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} 

.sub-header .sub-tittle {
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    left: 40px;
}


.sub-header .sub-tittle:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    margin-top: 30px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\f105";
    font-family: FontAwesome;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

ul.breadcrumb li  {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.overlay {
  background: rgba(251, 251, 251, 0.84);
}

.sub-title-back {
    padding-top: 3px;
    padding-bottom: 48px;
}

.sub-title-back:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 135px;
    z-index: 0;
    background: #333333;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

#about-us .article-block{
padding: 20px;
}

.sidebar {
  background: #efefef;
  padding-top:30px;
}

.widget-tittle {
font-size: 25px;
    margin-top: 10px;
}

.widget-tittle:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.sidebar ul {
  list-style: none;
      padding-left: 20px;
}

.sidebar ul li a{
  color: #000;
  font-size: 15px;
  line-height: 35px;
}

.sidebar ul li {
  border-bottom:1px solid #deddd9bd;
}

.sidebar ul li a:hover {
     color: #000;
    font-size: 16px;
    font-weight: bold;
  line-height: 35px;
transition: 0.5s;
text-decoration: none;
}

.sidebar ul li:before{
    padding: 8px;
    color: black;
    content: "\f105";
    font-family: FontAwesome;
}

.department-page .article-block{
  padding-top: 30px;
  padding-bottom: 30px;
}
.department-page h3 {
    color: #333333;
    font-size: 29px;
    text-align: center;
}

.department-page h3:before{
   content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e6be1e;
}

.department-page .card {
    background: white;
    border-radius: 0px;
        border: 1px solid #ededed;
}

.department-page .card:hover {
box-shadow: 1px 1px 16px #b5b3b3;
transition: 0.3s;
}

.department-page .card-title {
  font-size: 20px;
}

.department-page .card-text {
  color: #333333;
}

.department-page .read-more {
 color: #fff !important;
    box-shadow: 1px 2px 4px #313030c9;
    background: #333333;
    border: #333333;
    cursor: pointer;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
   color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*.dropdown-submenu .dropdown-menu {*/
/*    top: 0;*/
/*    left: 100%;*/
/*    margin-top: -1px;*/
/*}*/

@media only screen and (max-width : 480px){
 
 
 .sub-header .sub-tittle {
         font-size: 20px;
 }
  
.sign-in {
    margin-top: 5px !important;
}

.top-block {
display:none;
}

.carousel-caption h3 {
text-align: right;
    font-size: 25px;
top:0px;
}

footer.footer {
padding-left: 25px;
padding-right: 25px;
}

.navbar-light .navbar-toggler-icon {
background-image: url(../../webcomipl.net/darrangcollege/img/nav-bar.html) !important;
}

.social {
display:none;
}

header .form-control {
width:auto;
}

.carousel-caption:after {
background: rgba(6, 6, 6, 0);
right: 80px;
left: -48px;
}

.important h3 {
margin-top: 25px;
}

.row-equal .card {
margin-bottom:12px;
}

.highlight-block h4 {
margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 9px;
text-align: left;
 margin-right: 0px;
}

.highlight-block i {
float: none;
    padding: 9px 4px 8px 12px;
}

.list-group-item {
    padding: 10px;
}

.facilties p {
    font-size: 14px;
}

.award p {
    font-size: 14px;
}
}

@media (max-width: 768px) {

.social {
display:none;
}


iframe {
width:100% !important;
}
.navbar-light .navbar-toggler-icon {
background-image: url(../../webcomipl.net/darrangcollege/img/nav-bar.html) !important;
}

.top-block li {
    margin-left: 3px;
    margin-right: 15px;
font-size: 14px;
}

.top-block li span {
font-size: 10px;
}

.sign-in {
left: 60%;
margin-top: 73px;
position: absolute;
z-index: 99;
}
.top-block {
    padding-left: 0px;
margin-top: 10px;
}

.top-side:after {
right: 40px;
}

.carousel-caption:after {
left: 65px;
}

.highlight-block i {
float: left;
    padding: 9px 12px 8px 8px;
}
.highlight-block h4 {
text-align: right;
    font-size: 14px;
margin-right: -21px;
padding-left: 0px;
margin-left: 0px;
position: relative;
}

.highlight-block-main p {
font-size: 12px;
}

.facilties p {
font-size: 11px;
}

.lead {
    display: flex;
}

.row-equal .card a {
font-size: 14px;
}

.award p {
font-size: 11px;
}

.card-block h2 {
line-height:15px;
}

.department .card-title {
    font-size: 14px;
font-weight:bold;
}

.department .card-text {
 font-size: 12px;
}

.card-img-top {
height:100% !important;
}

.list-group-item {
padding:0px;
}

.carousel-caption p {
    right: 0px;
    width: 100%;
text-align: center;
}
}
.row:before, .row:after {display: inline-block !important;}

.sidebar .news-list li:before{
    padding: 0px;
    color: black;
    content: "";
    font-family: FontAwesome;
    
}
.article-block h3 {

    background: rgba(0,0,0,0) url(../images/check.png) no-repeat scroll 0 8px;

    font-size: 130%;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 6px 0 5px 30px;

}