html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inria Sans', sans-serif;
}

/*---------- Preloader -------- */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 99999;
}

/*---------- Nav_bar -------- */
.nav_colr {
  background-color: #717b85 !important;
}

.nav_colr a {
  color: white !important;
}

/*---------- header section banner_bar -------- */
.banner_bar {
  height: 450px;
  width: 100%;
}

.banner_bar h1 {
  font-size: 3.5rem;
}

.viris_ani img {
  -webkit-animation: virus 4s linear infinite;
          animation: virus 4s linear infinite;
}

.leftside img {
  -webkit-animation: world 5s linear infinite;
          animation: world 5s linear infinite;
}

@-webkit-keyframes world {
  0% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  20% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  60% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  100% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}

@keyframes world {
  0% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  20% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  60% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  100% {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}

.marquee {
  position: absolute;
  -webkit-animation: scroll 5s linear infinite;
          animation: scroll 5s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    left: 50%;
  }
  100% {
    left: 80px;
  }
}

@keyframes scroll {
  0% {
    left: 50%;
  }
  100% {
    left: 80px;
  }
}

/*------------------Notice Board----------------------*/
.news {
  width: 100px;
}

.news-scroll a {
  text-decoration: none;
  font: 1.5em sans-serif;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #cf1717;
  border-radius: 50%;
  display: inline-block;
}

/*.................. updates css ...............*/
.detail_ud {
  margin: 0 0 30px 0;
}

.detail_ud h1 {
  font-size: 2rem;
  text-align: center;
}

/*------------------- about sections -------------------*/
.sub_section {
  background-color: #fbfafd;
}

/*------------------- testimonial sections -------------------*/
.testimonial-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 100%;
}

.testimonial-slider {
  padding: 10px 0px 40px;
}

.blockquote {
  font-size: 21px;
}

/*----------------------- footer ----------------------*/
.foot_sec p {
  color: #999;
  line-height: 25px;
}

.foot_sec h2, h3 {
  color: #fff;
}

.foot_sec h2 {
  font-size: 18px;
}

.footer_top {
  background: #111;
  padding: 80px 0;
}

.segment-one h3 {
  font-family: courgette;
  color: #fff;
  letter-spacing: 3px;
  margin: 10px 0;
}

.segment-two h2 {
  color: #fff;
  font-family: Poppins;
  text-transform: uppercase;
}

.segment-two h2:before {
  content: "|" !important;
  color: #c65039;
  padding-right: 10px;
}

.segment-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.segment-two ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 40px;
}

.segment-two ul li a {
  color: #999;
  text-decoration: none;
}

.segment-three h2 {
  color: #fff;
  font-family: Poppins;
  text-transform: uppercase;
}

.segment-three h2:before {
  content: '|';
  color: #c65039;
  padding-right: 10px;
}

.segment-three a {
  background: #494848;
  width: 40px;
  height: 40px;
  display: inline-block !important;
  border-radius: 50%;
}

.segment-three a i {
  font-size: 20px;
  color: #fff;
  padding: 10px 12px;
}

.segment-four h2 {
  color: #fff;
  font-family: Poppins;
  text-transform: uppercase;
}

.segment-four h2:before {
  content: '|';
  color: #c65039;
  padding-right: 10px;
}

.segmet-four form input[type=submit] {
  background: #c65039 !important;
  border: none;
  padding: 3px 15px;
  display: inline-block !important;
  margin-left: -5px;
  color: #fff;
  text-transform: uppercase;
}

.footer_bottom_text {
  text-align: center;
  background: #000;
  line-height: 75px;
  margin-bottom: 0px;
  color: #fff;
}

.foot_style {
  background-color: #000000 !important;
}

.foot_style p {
  margin-bottom: 0 !important;
}

/*---------------- sortcut botton -----------------*/
#myBtn {
  display: none;
  /* hidden by default */
  position: fixed;
  /* fixed and sticky position */
  bottom: 40px;
  /* place button at te bottom of the page */
  right: 40px;
  /* place button 40px from the right */
  z-index: 99;
  /* make sure it does not overlap */
  border: none;
  outline: none;
  background: #00A8FF;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 25px;
}

#myBtn:hover {
  background: #606060;
}

/*----------------------- responsive css -----------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md-mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .footer_top {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner_bar {
    height: 350px;
    width: 100%;
    margin-bottom: 130px;
  }
  .banner_bar h1 {
    font-size: 2rem;
  }
  .detail_ud {
    margin: 0 0 15px 0;
  }
  .detail_ud h1 {
    font-size: 1rem;
    text-align: center;
  }
  .detail_ud p {
    font-size: 9px;
  }
}
/*# sourceMappingURL=style.css.map */