/* Mobile */
@media (max-width: 767px) {
	.navbar-nav {
  gap: 10px;
  margin-right: 0px;
}
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  span.logo-name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 27px;
    text-wrap: wrap;
    line-height: 17px;
  }
  #header-carousel .carousel-item {
    position: relative;
    min-height: 100px;
  }
  .main-logo {
    width: 79px;
  }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 0px;
    height: 60px;
    width: 77%;
  }
  .navbar-toggler {
    padding: 5px;
    background: #ff5e14;
	  border-radius: 4px;
	  right: 10px;
	  position: relative;
  }
  .service-view-btn {
    margin: 20px 0px;
  }
  .news-annu {
    margin-bottom: 40px;
  }

.navbar .navbar-nav .nav-link {
  margin-right: 0;
  padding: 10px 18px;
}

.in-banner {
  background-color: #192138;
  background-image: none !important;
  min-height: 85px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  display: flex;
  align-content: center;
  align-items: stretch;
  background-position: bottom left;
  overflow: hidden;
}
	
	.inheading h1 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
}
	.breed-crum-div-wrap {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 9px;
  background-image: url(../images/background-body.png);
  border-bottom: 2px solid #eee;
  font-size: .8em;
}
	
	.sub-contentarea p{text-align: justify;}
	.bottom-footer p {
  font-size: 14px;
  width: 100%;
	
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}
/* Laptop */
@media (min-width: 1025px) and (max-width: 1366px) {}
/* Desktop */
@media (min-width: 1367px) {}