/*
Theme Name: Veterinary Business Institute
Theme URI: https://veterinarybusinessinstitute.com/
Author: Ekwa Marketing
Author URI: https://ekwa.com/
*/
/* Fonts */
:root {
  --font-default:"Rubik", sans-serif;
  --font-primary:"Rubik", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
}

/* Colors */
:root {
  --color-default: #383838;
  --color-primary: #ef62bf;
  --color-primary-dark: #CF8A27;
  --color-secondary: #52565e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ffc732;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.carousel-caption{ position:absolute; top:100px; left:8.5%}
.carousel-caption h5{text-align:start; font-size:60px; color:#fff !important;    text-shadow: 2px 2px 5px #00000059; font-weight:700}
.nav-link{text-transform:uppercase; font-weight:500;font-size: 0.9rem;}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .6);
}
@media (min-width: 992px) {
.nav-link {padding-right:0.8rem !important;padding-left:0.8rem !important;}
}
.navbar-light .navbar-nav .nav-link.active, .nav-link:hover{ color:var(--color-primary) !important; }

.fs-title{ font-size:3.6rem}
section {padding: 90px 0;overflow: hidden;}
.text-green{color: var(--color-primary);}
.bg-title{ background-size:cover; background-position:center; background-repeat:no-repeat;position:relative}
.bg-title:before{content:""; width:100%; height:100%;top:0; left:0; background-color:rgba(0,0,0,0.4);position:absolute}
.bg-zprimary{background-color:var(--color-primary)}
.btn-standard {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 50px;
    padding: 8px 30px;
}
.btn-standard:hover{
	color: #fff;
    background-color: #389b4f;
    border-color: #389b4f}
    .error-help-block {
      color: #f00;
      font-size: 0.9rem;
  }

  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}

.carousel-caption{text-align: left; top:30%}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero .info {
    padding: 0 50px;
  }
}

.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
  
.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel .flex-text {
  flex-grow: 1
}
.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.my-owl-nav {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: -2px 1px 10px #bdbdbd;
  top: calc(50% - 20px);
  cursor: pointer;
  z-index: 2
}
.my-prev-button {
  left: -45px;
}
.my-next-button {
  right: -45px;
}
.bg-title{position:relative;background-repeat: no-repeat; background-size: cover; background-position: center}
.bg-title::before{content: ''; background-color: rgba(0, 0, 0, .6);width: 100%; height: 100%; top: 0; left: 0;}