/*
Theme Name: Sarvpharma
Theme URI: https://www.facebook.com/manishn19
Version: 1.0
Author: Manish Negi
Author URI: https://www.facebook.com/manishn19
*/

body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 64px;
  line-height: 1.2;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}
h4 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2;
}
h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
h6 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
}
a {
  color: #22bbed;
}
span.heading_liner {
  background: #f12020;
  height: 3px;
  width: 70px;
  display: inline-block;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.title_section {
  height: 250px;
  background-color: #bdd2e0;
  background-image: url('/wp-content/uploads/2018/09/slider2.png');
  background-position: bottom center;
  display: table;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.title-overlay {
  background: #4e9bcf;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.title_section h1 {
  color: #fff;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}
/* Menu */
.mobile-toggle {
  display: none;
}
nav {
  margin-top: 15px;
  margin-bottom: 10px !important;
}
nav#navbar-nav-element ul {
  float: right;
}
.navbar #navbarNav {
  justify-content: end !important;
}
.navbar #navbarNav li a {
  color: #000;
}
.navbar #navbarNav li.current-menu-item a {
  color: #007bff;
}
ul.navbar-nav {
  gap: 20px;
}
.home .awards h5 {
  font-size: 28px;
  color: #1d4058;
}
.home .awards p {
  font-size: 17px;
}
.awards .column_image {
  text-align: center;
}
.awards .column_image img {
  max-width: 100%;
}
.footer-cta h5 {
  font-size: 26px;
  color: #1d4058;
}
.footer-cta p {
  font-size: 17px;
  color: #444;
}
.footer-cta a {
  width: 260px;
  margin-bottom: 20px;
  display: none;
}
footer {
  background: #21bbed;
  margin-top: 15px;
}
footer img {
  margin-bottom: 20px;
}
footer p {
  color: #fff;
  font-size: 17px;
}
footer h5 {
  font-size: 22px;
  color: #fff;
}
footer .social ul {
  list-style: none;
}
footer .social ul li {
  float: left;
  margin-right: 20px;
}
footer .social ul li i {
  color: #999;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  line-height: 26px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .bottom {
  padding: 14px 0px;
  font-size: 12px;
  background: #4e9bcf;
}
footer .bottom p,
footer .bottom a {
  color: #fff;
  margin-bottom: 0;
}
.social_icon li {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}
.choose_us h2.section_heading {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .mobile-toggle {
    display: block;
    float: right;
    position: absolute;
    right: 35px;
    top: -65px;
    font-size: 25px;
  }
  .nav {
    display: none;
    width: 100%;
    background-color: #4e9bcf;
  }
  #primary-menu li a {
    color: #fff;
  }
}
