@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4em;
  color: #000000;
  font-family: "Baloo 2", cursive;
  font-weight: 400;
  font-size: 14px;
  background: #f4f4f4;
}

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.site-loader {
  width: 100%;
  height: 100vh;
  background: #ffffff;
}

.site-loader img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Josefin Sans", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #090807;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0c646f;
}

a:hover {
  color: #fb625a;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

p {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.container {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
h1, h2, h3, h4, h5, h6 {
  /*color: #1f6521;*/
  font-weight: 500;
}

.container {
  max-width: 940px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.menu-icon {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .menu-icon {
    position: relative;
    z-index: 20;
  }
}
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-8px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-5px, -4px);
}

header {
  position: fixed;
  padding: 10px 15px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  header {
    padding: 15px;
  }
}
header.inside-header {
  background: #00102b;
}

header .main-menu {
  margin-left: auto;
  display: flex;
}

@media (max-width: 767px) {
  header .main-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    background: #090807;
    padding-top: 60px;
    transition: all 0.3s ease-in-out;
  }
}
header .main-menu li a {
  font-size: 16px;
  color: #003653;
  margin: 0 10px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 500;
}

header.main-header .main-menu li a {
  color: #ffffff;
}
header.main-header .main-menu li a:hover {
  color: #223e93;
}

header.fixed .main-menu li a {
  color: #223e93;
}
header.fixed .main-menu li a:hover {
  color: #333333;
}

header .main-menu li a:hover {
  color: #EBB91E;
}

@media (max-width: 870px) {
  header .main-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  header .main-menu li a {
    display: block;
    padding: 15px;
  }
}
header .main-menu li.active a {
  border-color: #EBB91E;
}

header .site-title img {
  width: 150px;
}

header.fixed {
  padding: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}

header.fixed .site-title img {
  width: 100px;
}

@media (max-width: 767px) {
  header.fixed .site-title img {
    width: 80px;
  }
}
header.fixed .main-menu li a {
  font-size: 16px;
}

header .mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  header .mobile-menu {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  header .site-title img {
    width: 80px;
  }
}
.slider {
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  height: 100vh;
  border-radius: 0;
}
.slider li {
  position: relative;
}
.slider li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.slider img {
  height: 100vh;
  width: 100%;
  max-width: inherit;
}
.slider .slider-content {
  position: absolute;
  left: 40px;
  bottom: 80px;
  z-index: 2;
}
.slider .slider-content h2 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 20px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.slider .slider-content p {
  color: #ffffff;
  font-size: 25px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.slider-wrapper {
  position: relative;
}

.scroll-btn {
  width: 25px;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title {
  font-size: 40px;
  color: #223e93;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}

.about-wrapper {
  padding: 60px 0;
}
.about-wrapper .about-content {
  text-align: justify;
}
.about-wrapper .about-content .title {
  text-align: center;
  font-size: 40px;
}
.about-wrapper .about-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.breeds-wrapper {
  background: #090807;
  padding: 60px 0;
}
.breeds-wrapper ul {
  display: flex;
  padding: 0 25px;
  flex-wrap: wrap;
}
.breeds-wrapper ul li {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.breeds-wrapper ul li:nth-child(3n) {
  margin-right: 0;
}
.breeds-wrapper ul li .breed-img {
  overflow: hidden;
}
.breeds-wrapper ul li img {
  transition: all 0.5s ease-in-out;
}
.breeds-wrapper ul li .breed-content {
  padding: 15px;
  background-color: #EBB91E;
  color: #ffffff;
  color: #090807;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -100%;
}
.breeds-wrapper ul li h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.breeds-wrapper ul li p {
  font-size: 16px;
  margin-bottom: 5px;
}
.breeds-wrapper ul li:hover .breed-content {
  bottom: 0;
}

.keypoints-wrapper {
  padding: 60px 0;
}
.keypoints-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.keypoints-wrapper ul li {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding: 20px;
  border-radius: 15px;
  background-color: #090807;
}
.keypoints-wrapper ul li img {
  display: block;
  margin: 0 auto;
  width: 100px;
  filter: invert(1);
  margin-bottom: 15px;
}
.keypoints-wrapper ul li p {
  font-size: 15px;
  color: #ffffff;
}
.keypoints-wrapper ul li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #EBB91E;
  text-transform: uppercase;
}
.keypoints-wrapper ul li:nth-child(2), .keypoints-wrapper ul li:nth-child(5), .keypoints-wrapper ul li:nth-child(8) {
  background-color: #965039;
}
.keypoints-wrapper ul li:nth-child(3n) {
  background-color: #E9B91E;
}
.keypoints-wrapper ul li:nth-child(3n) p, .keypoints-wrapper ul li:nth-child(3n) h3 {
  color: #090807;
}
.keypoints-wrapper ul li:nth-child(3n) {
  margin-right: 0;
}
.keypoints-wrapper .container {
  max-width: 90%;
}

.faqs-wrapper {
  background-color: #090807;
  padding: 40px 0;
  text-align: center;
}
.faqs-wrapper a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #090807;
  margin-top: 10px;
  width: 150px;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 20px;
}
.faqs-wrapper a:hover {
  background-color: #965039;
  color: #ffffff;
}

ul.accordion-list {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 15px;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  border-radius: 25px;
  cursor: pointer;
  background-color: #ebb91e;
  padding: 17px 25px;
  margin: 0 auto 0 auto;
  z-index: 1;
  text-align: left;
}
ul.accordion-list li h3:after {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 25px;
  top: 17px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  padding: 25px;
  margin-top: -25px;
  padding-top: 35px;
  border-radius: 0 0 25px 25px;
  padding-bottom: 10px;
  text-align: left;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  margin: 0 0 15px 0;
  font-size: 15px;
}

footer {
  padding: 60px 0 40px 0;
  background: url("../images/slider-img-2.jpeg") no-repeat;
  background-size: cover;
  position: relative;
}
footer:before {
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
footer .container {
  z-index: 2;
  position: relative;
}
footer .container .footer-wrapper {
  display: flex;
}
footer .container .footer-wrapper > div {
  margin-right: 30px;
}
footer .container .footer-wrapper > div:last-child {
  margin-right: 0;
}
footer .container .footer-wrapper > div p {
  color: #ffffff;
  font-size: 18px;
}
footer .container .footer-wrapper > div h3 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
footer .container .footer-wrapper .logo-wrapper {
  width: 200px;
}
footer .container .footer-wrapper .logo-wrapper img {
  width: 150px;
}
footer .container .footer-wrapper .breeds-menu {
  width: 260px;
}
footer .container .footer-wrapper .breeds-menu li {
  margin-bottom: 10px;
}
footer .container .footer-wrapper .breeds-menu a {
  color: #ffffff;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
footer .container .footer-wrapper .breeds-menu a:hover, footer .container .footer-wrapper .breeds-menu a:focus {
  color: #EBB91E;
}
footer .container .footer-wrapper .footer-menu {
  width: 140px;
}
footer .container .footer-wrapper .footer-menu li {
  margin-bottom: 10px;
}
footer .container .footer-wrapper .footer-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
footer .container .footer-wrapper .footer-menu li a:hover, footer .container .footer-wrapper .footer-menu li a:focus {
  color: #EBB91E;
}
footer .container .footer-wrapper .contact-details {
  width: 340px;
}
footer .container .footer-wrapper .contacts i {
  padding-right: 7px;
}
footer .container .footer-wrapper .contacts a {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
footer .container .footer-wrapper .contacts a:hover, footer .container .footer-wrapper .contacts a:focus {
  color: #EBB91E;
}
.gradient-bg {
  background: rgb(51,125,153);
  background: -moz-linear-gradient(260deg, rgba(51,125,153,1) 0%, rgba(34,62,147,1) 100%);
  background: -webkit-linear-gradient(260deg, rgba(51,125,153,1) 0%, rgba(34,62,147,1) 100%);
  background: linear-gradient(260deg, rgba(51,125,153,1) 0%, rgba(34,62,147,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#337d99",endColorstr="#223e93",GradientType=1);
}

.gradient-bg .title {
  color: #ffffff;
}

.gradient-bg p {
  color: #ffffff;
}

.services-wrapper {
  background-color: #ff854c;
  padding: 60px 0;
}

.services-wrapper .title {
  color: #ffffff;
}

.services-wrapper ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.services-wrapper ul li h4 { 
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  color: #f26722;
}

.services-wrapper ul li {
  padding: 25px;
  width: 31.33%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 15px;
}

.services-wrapper ul li img {
  display: block;
  margin-bottom: 15px;
}

.contact-wrapper {
  padding: 60px 0;
  background: #ffffff;
}

.highlight {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #993366;
  margin-bottom: 15px;
}

h4.highlight {
  text-align: left;
  line-height: 1em;
}

.form {
  width: 50%;
}

.input-wrapper {
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
  font-family: "Baloo 2", cursive;
}

input[type="submit"] {
  padding: 15px;
  margin-left: auto;
  text-transform: uppercase;
  color: #ffffff;
  background: #993366;
  cursor: pointer;
  border: none;
  width: 150px;
  display: block;
  border-radius: 15px;
}

input[type="submit"]:hover {
  background-color: #223e93;
}

.address-details {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}

.address-details a {
  font-size: 18px;
  margin-bottom: 10px;
  color: #223e93;
}

.address-details a:hover {
  color: #993366;
}

.address-details a i {
  padding-right: 10px;
}

textarea {
  height: 100px;
}

.contact-details {
  display: flex;
}

.gallery-wrapper {
    background: #6a53a3;
    padding: 60px 0;
}

.gallery-wrapper h2.title {
    color: #ffffff;
}

.gallery-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.gallery-wrapper ul li {
    width: 31.33%;
    margin-bottom: 3%;
    margin-right: 3%;
}

.gallery-wrapper ul li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .slider {
        height: auto;
    }
    .services-wrapper ul {
        display: block;
    }
    .services-wrapper ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .gallery-wrapper ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-details {
        display: block;
    }
    .form {
        width: 100%;
    }
    input[type="submit"] {
        width: 100%;
    }
    .address-details {
        padding-left: 0;
    }
}