/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
/*Home Welcome Video*/
.inform-section .text-holder + div {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
@media all and (min-width: 992px) {
  .inform-section .text-holder + div {
    width: 50%;
    padding: 2rem 0;
  }
}
@media all and (max-width: 991px) {
  .inform-section .text-holder + div {
    margin-bottom: 45px;
  }
}

.inform-section .video-embed-field-responsive-video {
  position: relative;
  width: 100%;
  height: 400px;
}
.inform-section .video-embed-field-responsive-video iframe {
  position: initial;
  width: 100%;
  height: inherit;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .inform-section .video-embed-field-responsive-video {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inform-section .text-holder.col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.services-section .nav-tabs .nav-item.show .nav-link h3, .services-section .nav-tabs .nav-link.active h3 {
  color: #fff;
}

.services-section .nav-tabs {
  border-bottom: 0;
}
.services-section .nav-tabs li.card.nav-item.col-md-4 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 h3.h4 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 h3.h4 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1112px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 h3.h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .services-section .nav-tabs li.card.nav-item.col-md-4 h3.h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 576px) {
  .services-section .nav-tabs + .row .services-holder {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .services-section .nav-tabs + .row .services-holder {
    padding: 0.5rem 0 2.1875rem;
  }
}

.slogan-section img {
  border-radius: 50%;
  border: 5px solid rgba(var(--primary), 1);
}
@media (min-width: 1200px) {
  .slogan-section img {
    width: 18.8125rem;
  }
}

.advantages-section .advantages-decor-img {
  -ms-flex-item-align: center;
      align-self: center;
}
.advantages-section .advantages-decor-img img {
  border-radius: 20px;
}

.team-section .h1 {
  text-transform: capitalize;
}

.inform-section {
  background: #fff;
}

.advantages-section .decor.top,
.slogan-section-footer .decor.top,
.slogan-section + .decor.top {
  bottom: unset;
  top: 0;
}
@media (min-width: 700px) {
  .advantages-section .decor.top,
  .slogan-section-footer .decor.top,
  .slogan-section + .decor.top {
    top: -18px;
  }
}
@media (min-width: 992px) {
  .advantages-section .decor.top,
  .slogan-section-footer .decor.top,
  .slogan-section + .decor.top {
    top: -26px;
  }
}
@media (min-width: 1121px) {
  .advantages-section .decor.top,
  .slogan-section-footer .decor.top,
  .slogan-section + .decor.top {
    top: -30px;
  }
}
@media (min-width: 1300px) {
  .advantages-section .decor.top,
  .slogan-section-footer .decor.top,
  .slogan-section + .decor.top {
    top: -33px;
  }
}

@media (min-width: 992px) {
  .we-mega-menu-ul > .dropdown-menu > a, .we-mega-menu-ul > .dropdown-menu > span {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}

@media (min-width: 992px) {
  .menu-drop .main-nav li a, .menu-drop .main-nav li span {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .header-holder .btn, .header-holder input[type=submit] {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .we-mega-menu-ul .dropdown-menu > a:after, .we-mega-menu-ul .dropdown-menu > a:before {
    right: -5px;
  }
}
@media (min-width: 992px) {
  .menu-drop .main-nav > li.dropdown-menu {
    margin-right: 10px;
  }
  .header-top {
    padding-top: 0;
  }
  .header-holder .logo {
    max-width: 350px;
    width: 350px;
  }
  .header-holder .logo img {
    width: 300px;
  }
}
.header-top .dropdown-menu > div:last-child .header-item:last-child {
  padding-left: 8px;
}
@media (min-width: 992px) {
  .header-top .dropdown-menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .header-top .dropdown-menu .header-item {
    padding: 0 0 0 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .dropdown-menu .header-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .header-top .dropdown-menu .header-item {
    padding: 0 0 0 1.875rem;
  }
}
.header-top .dropdown-menu .address-list li i {
  position: absolute;
  left: 7px;
}
.header-top .dropdown-menu .address-list p {
  margin-bottom: 0;
  line-height: 24px;
}
.header-top .dropdown-menu .address-list p a {
  font-size: 16px;
  padding: 5px;
}

.home-video-block iframe {
  border-radius: 20px;
}

.card-item:hover .card-body,
.card-item .card-body:after {
  background: rgba(var(--tertiary), 1);
}

.blog-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(#ebebeb), color-stop(#f0f0f0), color-stop(#f0f0f0), to(#ffffff));
  background-image: linear-gradient(to bottom, #ebebeb, #ebebeb, #f0f0f0, #f0f0f0, #ffffff);
}

.btn, input[type=submit],
.inform-section .btn, .inform-section input[type=submit],
.intro-section .btn, .intro-section input[type=submit],
#footer .btn, #footer input[type=submit] {
  min-width: 8.8125rem;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
}
@media (min-width: 992px) {
  .btn, input[type=submit],
  .inform-section .btn, .inform-section input[type=submit],
  .intro-section .btn, .intro-section input[type=submit],
  #footer .btn, #footer input[type=submit] {
    min-width: 8.8125rem;
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-section .slick-track {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-section .slick-track {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .slogan-section img + h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .intro-section-full-w-default-h .slider-image {
    background-position: 70% 50%;
  }
}

.container.mt-5.mb-5 iframe {
  border-radius: 20px;
}

.slogan-section h2 {
  color: #143F44;
}

@media (min-width: 992px) {
  .intro-section.p-absolute-header {
    padding-top: 110px;
  }
}
.fear-free-block {
  background: #ebebeb;
  padding-top: 46px;
}

#sidebar .card .card-header {
  background: #008090;
}

@media (min-width: 992px) {
  .services-section .card h4 {
    font-size: 1.7rem;
  }
}

.blog-section .bg-holder {
  opacity: 0.5 !important;
}

@media screen and (max-width: 992px) {
  .default-list.accordion a:after, .default-list.accordion a:before {
    top: 35%;
  }
  ul.slick-dots {
    display: none !important;
  }
  .header-top .dropdown-toggle {
    color: rgba(var(--link), 1) !important;
  }
  .slogan-section-footer .container .info-text h2, .team-section .h1 {
    font-size: 1.875rem;
  }
  .slogan-section-footer .container .info-text h2:before {
    content: none;
  }
  .blog-section .slick-track {
    height: 100%;
  }
  .about-us-section .btn.btn-warning, .blog-section .btn.btn-warning, .inform-section .btn.btn-warning, .team-section .btn.btn-warning, .services-section .section [class*=col-] .service-block .button.secondary, .button.tertiary {
    font-size: 16px;
    border-bottom: 4px solid var(--btn_border);
    line-height: 20px;
    padding: 10px 15px;
    width: auto;
  }
  .header-top {
    background-color: #fff;
  }
  .header-top .dropdown-menu .header-item {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .header-top .dropdown-menu .header-item .item-icon {
    display: none;
  }
  #header.logo_top .header-top .logo img {
    width: 150px;
  }
  .intro-section h1 {
    font-size: 34px;
    line-height: 41px;
  }
}
.slogan-section .container {
  padding: 0 15px;
}

.slogan-section .container h2 {
  padding-left: 0;
}

.section.cta-section .container .central-block .half-page-block.cta-text .white-text {
  font-size: 27px !important;
}

.section.cta-section {
  padding-top: 1rem;
}

.intro-section .button.secondary {
  border: 2px solid var(--slider_btn);
  color: var(--slider_btn_font);
  background: var(--slider_btn_hover) !important;
}

.intro-section .button.secondary:hover {
  background: transparent !important;
}

.button.secondary, .button {
  text-transform: uppercase;
}

.intro-section .intro-holder-default .img-holder.bg-stretch {
  bottom: 0;
}

@media (min-width: 992px) {
  .intro-section .dots-holder button:before {
    background-color: rgba(var(--secondary), 0.7);
  }
}
@media (min-width: 992px) {
  .intro-section .dots-holder {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    bottom: 50%;
    left: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-section .dots-holder .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.card-item .card-body:after, .card-item:hover .card-body {
  background: transparent;
}

.card-columns.breeds-grid .card-item:hover .card-body {
  color: #1f1f20;
}

.list .card-horizontal-list .card-item .card-img:not([style]) {
  width: unset;
  height: unset;
  margin-right: 0;
}

@media (max-width: 991px) {
  .list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) {
  .list .news-item .card-img.card-height {
    width: 20.875rem;
    margin-bottom: 10px;
  }
}

.slogan-section {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slogan-section.dark-overlay:before {
  background: rgba(204, 230, 233, 0.7);
}

@media (max-width: 767px) {
  .intro-holder-default .text-holder.text-shadow h2, .intro-holder-default .text-holder.text-shadow p, .intro-section-50-50 .text-holder.text-shadow h2, .intro-section-50-50 .text-holder.text-shadow p, .intro-section-full-h-default-h .text-holder.text-shadow h2, .intro-section-full-h-default-h .text-holder.text-shadow p, .intro-section-full-w-default-h .text-holder.text-shadow h2, .intro-section-full-w-default-h .text-holder.text-shadow p, .intro-section-video .text-holder.text-shadow h2, .intro-section-video .text-holder.text-shadow p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .intro-section .intro-holder-default:not(.intro-section-full-w-default-h) .text-holder {
    padding: 20px;
  }
  .intro-section .text-holder p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 992px) {
  .header-holder .container .menu-holder {
    width: 100%;
    max-width: 1300px;
  }
}

@media (min-width: 992px) {
  .menu-drop .main-nav li.menu-li a, .menu-drop .main-nav li.menu-li span {
    font-size: 12px;
  }
}

/* Content block with gradient overlay effect */
.content-block {
  background-color: rgba(var(--primary), 1);
  min-height: 400px;
}

.content-inner {
  max-width: 500px;
}

.img-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .img-holder::before {
    background: linear-gradient(to right, rgba(var(--primary), 1) 0%, rgba(var(--primary), 0) 100%);
    width: 240px;
  }
}
