/*
Copyright @ Medking Lifescience
Author: Himanshu Shekhar
Email: godgiftshekhar@gmail.com
File: scss
*/


/*******************
This is for Header
*******************/
/******************* 
Main & Page wrapper
*******************/
.topbar.fixed-header {
  background: #ffffff; }

/*******************
Header 11
*******************/
.h11-nav {
  padding: 0; }
  .h11-nav .navbar-brand {
    padding: 10px 0; }
  .h11-nav .h11-topbar ul {
    margin-bottom: 0px;
    padding: 15px 0; }
    .h11-nav .h11-topbar ul li {
      display: inline-block;
      vertical-align: middle; }
      .h11-nav .h11-topbar ul li a {
        padding: 0px 7px;
        color: #8d97ad;
        display: block; }
      .h11-nav .h11-topbar ul li:hover a {
        color: #263238; }
      .h11-nav .h11-topbar ul li:last-child a {
        font-size: 21px;
        font-weight: 600;
        color: #263238;
        padding-left: 15px;
        margin-left: 7px;
        border-left: 1px solid rgba(120, 130, 140, 0.13); }
  .h11-nav .navbar-nav .nav-item {
    margin: 0 20px; }
    .h11-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
      color: #8d97ad;
      border-bottom: 1px solid transparent;
      font-weight: 500;
      text-transform: uppercase; }
    .h11-nav .navbar-nav .nav-item:hover .nav-link, .h11-nav .navbar-nav .nav-item.active .nav-link {
      color: #188ef4;
      border-bottom: 1px solid #188ef4; }
    .h11-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }

@media (max-width: 1023px) {
  .h11-nav .navbar-nav .nav-item {
    margin: 0; } }

/*-------------------*/
/*Slider4 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider4 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider4 .carousel-indicators {
  bottom: 0; }
  .slider4 .carousel-indicators li {
    background-color: #fff; }
    .slider4 .carousel-indicators li.active {
      background-color: #188ef4; }

.slider4 label {
  font-style: italic;
  font-family: 'PlayFairDisplay', sans-sarif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider4 ul {
  list-style: none;
  margin: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }
  .slider4 ul li {
    line-height: 36px; }

.slider4 h2 {
  font-size: 36px;
  line-height: 42px;
  font-size: 36px; }

.slider4 p {
  font-size: 18px; }

.slider4 .btn-secondary {
  background: transparent;
  color: #3e4555; }
  .slider4 .btn-secondary:hover {
    color: #3e4555 !important; }

/*******************
Feature 7
*******************/
.wrap-feature7-box {
  margin-bottom: 30px; }

/*******************
Feature 3
*******************/
.wrap-feature3-box .card-body {
  padding: 40px; }
  .wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Feature 4
*******************/
.wrap-feature4-box .icon-round {
  font-size: 45px;
  width: 80px;
  color: #188ef4;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 30px;
  border-radius: 100%; }

/*******************
Feature 21
*******************/
.wrap-feature21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }

/*******************
Testimonial 4
*******************/
.testimonial4 .owl-dots {
  counter-reset: dots;
  text-align: left; }
  .testimonial4 .owl-dots .owl-dot {
    padding: 15px 20px 10px 0;
    cursor: pointer; }
    .testimonial4 .owl-dots .owl-dot span {
      display: none; }
    .testimonial4 .owl-dots .owl-dot:before {
      counter-increment: dots;
      content: counter(dots); }
    .testimonial4 .owl-dots .owl-dot.active:before {
      font-weight: 500;
      color: #188ef4;
      border-bottom: 2px solid #188ef4; }

/*******************
Blog homepage 1
*******************/
.blog-home1 .col-md-4 {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home1 .col-md-4:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*******************
Footer 2
*******************/
.footer2 {
  padding: 60px 0; }
  .footer2 .f2-middle {
    padding-top: 40px; }
  .footer2 .link {
    color: #8d97ad;
    padding: 10px 15px 10px 0; }
  .footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px; }
  .footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .footer2 .subscribe-box {
    background: rgba(120, 130, 140, 0.13);
    padding: 25px; }
    .footer2 .subscribe-box .form-control {
      background: transparent;
      padding: 10px 0;
      border: 0px;
      border-bottom: 1px solid rgba(120, 130, 140, 0.13);
      color: #ffffff;
      border-radius: 0px; }
      .footer2 .subscribe-box .form-control:focus {
        border-bottom: 1px solid #ffffff; }
