
@media only screen and (max-width: 768px){
  .callbacks img{
    height: 500px !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px){
  .callbacks .caption{
    margin-top: 150px;
  }
}
/* menu bar */
@media only screen and (max-width: 768px){
  .carousel{
    top: 51px;
    //margin-bottom: -450px !important;
    height: 200px;
  }
}
@media only screen and (max-width: 768px){
  .logo img{
    width: 80% !important;
    margin-left: 20px !important;
    margin-top: 5px !important;
  }
}
.navbar-inverse{
 background: rgba(0, 84, 152);
 box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
 height: 60px !important;
}
.navbar-nav{
  margin-left: 70px;
}
.navbar-inverse .navbar-nav > .active > a 
{ 
  background-color:rgba(0, 84, 152); 
}
.navbar-inverse .navbar-nav > .open > a{
  background-color:#005498 !important; 
}
.navbar-inverse .navbar-nav > .open > a:hover{
    color: #ffb600 ;
    background: transparent;
    border-bottom: 5px solid #ffb600 ;
}
.navbar-inverse .navbar-nav > .active > a:hover{
  color:#ffb600; 
  background-color:#005498 !important;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color:#ffb600; 
  background-color:#005498 !important;
}
.navbar-nav > li > a{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.logo img{
    margin-top: 5px;
    margin-left: 50px;
    width: 80%;
}
@media only screen and(max-width: 768px){
  .nav .navbar-nav {
    margin-left: inherit !important;
    background-color: #005498;
  }
}
@media only screen and (max-width: 768px){
  .dropdown{
    background-color: #005498;
  }
}
.carousel-indicators li{
  display: none;
}
@media only screen and (max-width: 768px){
  .navbar-inverse{
    height: initial !important;
  }
}
@media only screen and (max-width: 768px){
  .navbar-nav {
    margin-left: 0px !important;
    width: 100% !important;
  }
}
.dropdown-menu{
    position: inherit;
    top: 9px;
    left: 0;
    line-height: 40px;
    background: rgb(0 84 152 / 80%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}
.dropdown-menu > li > a {
 color: #ffb600;
 font-size: 20px;
 font-weight: 600;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 font-family: 'Rajdhani', sans-serif;
 line-height: 1.8;
}
.navbar-inverse .navbar-nav > li > a{
  color: #fff;
  background-color:#005498 !important; 
}
@media only screen and (max-width: 768px){
 .dropdown-menu > li > a{
  color: #ffb600 !important;
  font-size: 15px !important;
  text-align: left;
 }
}
@media only screen and (max-width:  768px){
  header .carousel-inner .item img{
    //height: 250px !important;
  }
  .carousel-control.right{
    background-image: none;
    display: none;
  }
  .carousel-control.left{
    background-image: none;
    display: none;
  }
}
@media only screen and (max-width: 768px){
  .carousel-caption{
    top: -10px !important;
    height: 260px !important;
  }
}
 .carousel-caption{
  height: 100%;
  width: 100%;
  margin-bottom: -20px;
  left: 0% !important;
  right: 0% !important;
  background: rgba(0, 0, 0, 0.4) !important;
 }
header .carousel-inner .item{
  height: 100vh;
}
header .carousel-inner .item img{
  width: 100%;
}

.carousel-caption h3{
  padding-top: 250px;
  font-size: 50px;
  text-transform: uppercase;
  color: #ffb600;
  font-weight: 600;
}
@media only screen and (max-width: 768px){
  .carousel-caption h3{
  padding-top: 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  }
}

.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
@media only screen and (max-width: 768px){
  .navbar-nav > li > a{
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 768px){
.carousel1 {
    top: 51px;
    margin-bottom: -350px !important;
}
}
.carousel1 {
    position: relative;
}
.carousel1-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*.carousel1-inner .item {
    height: 100vh;
}*/
.carousel1-inner .item img {
    width: 100%;
}
@media only screen and (max-width: 768px){
  .carousel1-inner .item{
    height: 75vh;
  }
}


.announcement {
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: bold;
    border-color: #f5c6cb;
    margin-top: 25px;
}
@media only screen and (max-width: 768px){
  .announcement{
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 768px){
  .l{
    font-size: 13px !important;
    width: 35% !important; 
  }
}
@media only screen and (max-width: 768px){
  .r{
    width: 65% !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px){
  .r h4{
    font-size: 13px !important;
  }
}
.l {
    width: 15%;
    float: left;
    background-color: #005498;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 17px;
}
.r {
    width: 85%;
    float: left;
    background-color: #ffb600;
    border-color: #b8daff;
    padding-top: 14px;
    padding-bottom: 10px;
}
#scroll-container {
    overflow: hidden;
    padding-top: 6px;
}
#scroll-text {
    width: 600px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: myanimation 25s linear infinite;
    -webkit-animation: myanimation 25s linear infinite;
    animation: myanimation 25s linear infinite;
}
#scroll-text:hover {
    animation-play-state: paused;
}
.scroll {
  position: absolute;

  /*-webkit-animation: scroll 15s linear infinite;
  -moz-animation: scroll 15s linear infinite;
  -ms-animation: scroll 15s linear infinite;
  -o-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite; */
}
/* for Firefox */
@-moz-keyframes myanimation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes myanimation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes myanimation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#scroll-text:hover{
   animation-play-state: paused;
}
