marquee {
    height: 400px;
    width: auto;
    line-height: 24px;
    overflow: Hidden;
    margin:0;
}
.carousel-control-next, .carousel-control-prev{
	top:250px !important;
}
.carousel-control-next1, .carousel-control-prev1 {
    background: #e38157;
    justify-content: center;
    width: 15%;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    opacity: .7;
    top:80px !important;
    
}
.new-scroll-heading {
    background: #095089;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

marquee ul {
	padding:0;
}
marquee li {
    list-style: none;
    text-align: left;
    color: #212529;
}

marquee li p strong {
    color: #004a7c;
    font-weight: 600;
}
  .carousel-control.left {
    background: none;
  }

  .carousel-control.right {
    background: none;
  }

  .carousel-control {
    width: 5%;
    font-size: inherit;
    color: inherit;
  }

  .carousel-control:hover {
    color: inherit;
  }

  /* .owl-buttons{
		display: none;
	} */

  .students-review {
    background: #ffffff;
    padding: 30px;
    min-height: 335px;
  }

  .guest-review {
    background: #5bc0de;
    padding: 30px;
    min-height: 335px;
  }

  .nav-section h1 {
    float: left;
    color: #0f447f ;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .guest-review h1 {
    float: left;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .students-review .stud-txt {
    float: right;
    width: calc(80% - 20px);
  }

  .guest-review .stud-txt {
    float: right;
    width: calc(80% - 20px);
  }

  .owl-pagination {
    display: none;
  }

  .customNavigation a {
    color: #fff;
  }

  .customNavigation .btn {
    border-radius: 0;
    background-color: #7B797A;
    font-size: 13px;
  }

  .owl-carousel .owl-item img {
    margin: 0 auto;
  }

  .guestNavigation a {
    color: #fff;
  }

  .guestNavigation .btn {
    border-radius: 0;
    background-color: #7B797A;
    font-size: 13px;
  }

  .owl-carousel .owl-item img {
    margin: 0 auto;
  }

  .item p {
    display: -webkit-box;
    width: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }

  .testi-btn {
    float: right;
    width: auto;
    background: url(https://ritchennai.org/img/image/background-academic.jpg) no-repeat center;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
  }

  a.testi-btn {
    text-decoration: none;
  }

  .testi-btn:hover {
    color: #fff;
  }

  .owl-theme .owl-controls .owl-buttons div{
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 8px;
  }
  
  #instafeed-container img {
    width: 100%;
    /* border: black 1px solid; */
	padding: 10px;
	object-fit: contain;
  }
  
  .flex-div{
    display: flex; 
    align-items: center;
  }

  .position-text{
    color: #333; 
    font-size:15px;
  }

  .test-img{
    height:110px; 
    width:110px;
  }
  
  @media (min-width: 768px){
    .acadamic_excellence_left_box{
      margin-top: 200px !important;
    }
    .acadamic_excellence_left_box, .acadamic_excellence_right_box_top, .acadamic_excellence_right_box_bottom {
      width: auto !important;
      height: auto !important;
      background: none !important;
    }
  }
  @media (max-width: 768px){
    .acadamic_excellence_left_box{
      margin-top: 0 !important;
    }
    .acadamic_excellence_left_box, .acadamic_excellence_right_box_top, .acadamic_excellence_right_box_bottom {
      width: auto !important;
      height: auto !important;
      background: none !important;
    }
  }
  
  
.button-right-ad, .button-right-ad:hover{
position:absolute; padding:-2px 20px; z-index: 9999;
color:#fff;
 background:#184274; 
text-decoration:none; top:400px; right:inherit;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  /* -webkit-animation-duration: 4s; Safari 4.0 - 8.0 
animation-name: bounce-2;
  animation-duration:8s;
 animation-iteration-count: infinite;*/
font-weight:bold;
border-radius:5px;
}

.button-left-ad, .button-left-ad:hover{
position:absolute; padding:-2px 20px; z-index: 9999;
color:#fff;
 background:#184274; 
text-decoration:none; top:257px; right:inherit;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: bounce-2;
  animation-duration:8s;
 animation-iteration-count: infinite;
font-weight:bold;
border-radius:5px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    }
/* Standard syntax */
@keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    } 