/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1. GLOBAL STYLESHEET
	1-1. LAYOUT FULLWIDTH
	1-2. MISC
	1-3. ICONOGRAPHY
	1-4. FORMATTING
	1-5. BUTTONS

2. SECTIONS GLOBAL STYLE
	2-1. SECTION WHITESPACE
	2-2. SECTION HEADER
	2-3. HOVER ON IMAGES
	2-4. COMPONENTS

3. NAVBAR
	3-1. HOME PAGE - HOME NAVBAR
	3-2. DEFAULT NAVBAR

4. HOME PAGE SECTIONS
	4-1. HOME
		4-1-1. CAROUSEL
		4-1-2. CAROUSEL CONTROL

	4-2. ABOUT US
	4-3. CONTRIBUTION 
	4-4. PET PROFILE
	4-5. RECENTS EVENTS
	4-6. ADOPT PETS
	4-7. TEAM MEMBERS
	4-8. TESTIMONIALS
	4-9. PARTNERS
	4-10. SUCCESS STORIES
	4-11. PETS GALLERY
	4.12. RECENT NEWS
	4-13. CONTACT US
		4-13-1. FORM (WORKS GLOBALLY)

	4-14. ADDRESS - MAP

5. FOOTER
	5-1. FOOTER HEAD
	5-2. FOOTER BODY
	5-3. FOOTER FOOT

6. SINGLE PAGE HEADER
7. SINGLE PAGE BODY
8. SHORT CODES PAGE
9. MORE ON GLOBAL STYLES
	9-1. BLOCKQUOTES
	9-2. TEXT BLOCK FORMATTING
	9-3. LIST ITEMS
	9-4. TAB PANEL
	9-5. ACCORDION
	9-6. ALERTS

10. COMMENTS
11. SIDEBAR CONTENTS
	11-1. SEARCHBAR
	11-2. POPULAR POST


/*
|----------------------------------------------------------------------------
| GLOBAL STYLESHEET
|----------------------------------------------------------------------------
*/
body {
  font-size: 16px;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.25em;
  font-weight: 700;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  margin: 0 0 5px;
  font-size: 1em;
}
h6 {
  font-size: 0.88em;
  line-height: 1.2;
  color: #1d1d1d;
}
p {
  font-family: 'Noto Sans', sans-serif;
  line-height: 2;
  color: #333333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

p.white {
  font-family: 'Noto Sans', sans-serif;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

span {
  font-family: 'Noto Sans', sans-serif;
}
a {
  font-family: 'Noto Sans', sans-serif;
  transition: all 0.4s;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  list-style: none;
  line-height: 2;
}
li:before {
  font-family: "anima-icon";
  position: relative;
  top: 3px;
  margin-right: 10px;
}
li [class^="icon-"],
li [class^="icon-"] {
  margin-right: 5px;
  vertical-align: middle;
}
blockquote {
  margin: 0 0 30px 0;
}
blockquote p {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}
blockquote cite {
  font-size: 12px;
  font-style: normal;
  display: block;
}
iframe {
  border: 0;
}
/*
|----------------------------------------------------------------------------
| LAYOUT FULLWIDTH
|----------------------------------------------------------------------------
*/
.fwd-row {
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.full-width .img-responsive {
  width: 100%;
  object-fit: cover;
}
.col_4_4 {
  width: 100%;
}
.col_3_4 {
  width: 33.33333333%;
}
.col_2_4 {
  width: 50%;
  
}
.col_1_4 {
  width: 25%;
}
.col_4_4,
.col_3_4,
.col_2_4,
.col_1_4 {
  float: left;
}
/*
|----------------------------------------------------------------------------
| MISC
|----------------------------------------------------------------------------
*/
hr {
  border-width: 3px;
  width: 25px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 7px;
  border-color: #71aad5;
}
hr.white-line {
  border-color: #fff;
}
hr.full-width-hr {
  border: 1px solid #f1f1f1;
  margin: 40px auto;
  width: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.overlay h3,
.overlay p {
  color: #fff;
}
.overlay h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.yellow-bg {
  background: #ed028c;
}
.video-player {
  margin-bottom: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.parallax {
  background-attachment: fixed !important;
}
/*
|----------------------------------------------------------------------------
| ICONOGRAPHY
|----------------------------------------------------------------------------
*/
[class^="icon-"],
[class*="icon-"] {
  transition: all 0.3s;
}
.icon-inside {
  display: inline-table;
  border: 2px solid;
  font-size: 20px;
  height: 40px;
  width: 40px;
  font-family: "anima-icon";
  font-style: normal;
}
.icon-inside:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a .icon-inside:hover {
  border-color: #5f96c7;
  color: #5f96c7;
}
/*
|----------------------------------------------------------------------------
| FORMATTING
|----------------------------------------------------------------------------
*/
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-capitalize {
  text-transform: capitalize;
}
.title-text {
  color: #1b1b1b;
}
.text-highlight {
  background: #5f96c7;
  font-size: 14px;
  padding: 3px 5px;
}
/*
|----------------------------------------------------------------------------
| BUTTONS
|----------------------------------------------------------------------------
*/
.btn {
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1e414e;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: -2px;
  box-shadow: 0 0 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn-xlg {
  padding: 10px 24px;
  font-size: 16px;
}
.btn-lg {
  padding: 9px 20px;
  font-size: 14px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 8px;
}
.btn-base {
  border: 2px solid #5f96c7;
  color: #1b1b1b;
  background: transparent;
}
.btn-base:hover,
.btn-base.active {
  background: #5f96c7;
  color: #fff;
}
.btn-fill {
  background: #5f96c7;
  border: 2px solid #5f96c7;
  border-radius: 3px;
}
.btn-fill:hover {
  border-color: #f2d515;
  background: #d32c54;
}
.btn-fill [class^="icon-"],
.btn-fill [class*="icon-"] {
  background: #d32c54;
}
.btn-iconic {
  display: inline-table;
  padding: 0;
  border: 0;
}
.btn-iconic .btn-xlg {
  padding: 12px 18px;
}
.btn-iconic .btn-lg {
  padding: 10px 14px;
}
.btn-iconic .btn-md {
  padding: 8px 12px;
}
.btn-iconic .btn-sm {
  padding: 5px 7px;
}
.btn-iconic [class^="icon-"],
.btn-iconic [class*="icon-"] {
  padding-left: 13px;
  padding-right: 13px;
}
.btn-iconic [class^="icon-"],
.btn-iconic [class*="icon-"],
.btn-iconic [class^="btn-"],
.btn-iconic [class*="btn-"] {
  display: table-cell;
}
/*
|----------------------------------------------------------------------------
| SECTION
|----------------------------------------------------------------------------
*/
/*************** SECTION WHITESPACE ***************/
.contribution,
.recent-events,
.team-members,
.news,
.contact {
  padding: 120px 0 75px;
}
.pet-profile,
.testimonials {
  padding: 120px 0;
}
.pets-gallery {
  padding-top: 120px;
}
.partners {
  padding: 120px 0 90px;
}
.adopt-pets .overlay {
  padding: 120px 0 75px;
}
.success-stories .overlay {
  padding: 120px 0 90px;
}
.footer-body {
  padding: 80px 0 35px;
}
/*************** SECTION HEADER ***************/
.section-header {
  display: table;
  margin-bottom: 30px;
}
.section-header .title-text {
  display: table-cell;
  float: left;
  position: relative;
  margin-right: 30px;
}
.section-header .title-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 8px;
  width: 80px;
  background: #5f96c7;
}
.section-header .sub-title {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding-top: 17px;
  padding-left: 15px;
  line-height: 1.5;
}
.section-header .sub-title:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 20px;
  width: 8px;
  background: #5f96c7;
}
.title-text a {
  font-family: Oswald, sans-serif;
  color: #1e414e;
}
.title-text a:hover {
  color: #1b1b1b;
}
article .title-text {
  color: #1e414e;
  font-weight: 700;
  padding-top: 30px;
}
article .title-text-white {
  color: #fff;
  font-weight: 700;
  padding-top: 30px;
}
.post-info {
  font-size: 12px;
  color: #808080;
}
.row-item {
  margin-bottom: 30px;
}
/*
|----------------------------------------------------------------------------
| HOVER ON IMAGES
|----------------------------------------------------------------------------
*/
.hover-img {
  position: relative;
  display: inline-table;
  overflow: hidden;
}
.hover-img img {
  height: auto;
}
.hover-img:hover .hover-content {
  opacity: 1;
}
.hover-img:hover .hover-content .link-popup {
  top: 0;
}
.hover-content {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-content .link-popup {
  position: relative;
  top: 100%;
  color: #fff;
}
.hover-content .link-slide a {
  color: #fff;
}
.hover-content .link-slide .icon-inside {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
/*
|----------------------------------------------------------------------------
| COMPONENTS
|----------------------------------------------------------------------------
*/
.bredcrumbs li {
  display: inline-block;
  font-size: 12px;
  color: #3b829c;
}
.bredcrumbs li:after {
  font-family: "anima-icon";
  position: relative;
  top: 3px;
  left: 3px;
  content: "\e168";
}
.bredcrumbs li:last-child:after {
  content: "";
}
/*
|----------------------------------------------------------------------------
| NAVBAR
|----------------------------------------------------------------------------
*/
/*************** HOME PAGE HOME NAVBAR ***************/
@media screen and (min-width: 768px) {
  .navbar-home.navbar {
    background: transparent;
  }
  .navbar-home .navbar-brand {
    padding-top: 0px;
    height: 145px;
  }
  .navbar-home .navbar-contact {
    margin-top: 35px;
  }
  .navbar-home .navbar-contact li.mob a,
  .navbar-home .navbar-contact li.email a {
    color: #a1c4d3;
  }
  .navbar-home .navbar-nav {
    margin-top: 15px;
  }
  .navbar-home .navbar-nav > li.active a:after {
    left: 20px;
  }
  .navbar-home .navbar-nav > li > a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-home .navbar-nav > li > a:hover {
    color: #5f96c7;
  }
  .navbar-home .navbar-nav .nav-donate {
    display: none;
  }
}
/*************** DEFAULT NAVBAR ***************/
.navbar {
  transition: all 0.3s;
  background: #f2f2f2;
  border: 0;
  margin-bottom: 0;
}
.navbar-brand {
  height: 145px;
  padding-top: 0px;

  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  color: #000;
  transition: all 0.3s;
}
.navbar-brand:hover {
  color: #000;
}
.navbar-contact {
  margin-top: 20px;
  list-style: none;
  transition: all 0.3s;
  text-align: right;
}
.navbar-contact li {
  display: inline-block;
  font-weight: 300;
  margin-left: 30px;
  font-size: 12px;
}
.navbar-contact li.mob a,
.navbar-contact li.email a {
  color: #1e414e;
}
.navbar-contact li.mob a:before,
.navbar-contact li.email a:before {
  font-family: "anima-icon";
  position: relative;
  top: 3px;
  left: -10px;
}
.navbar-contact li.mob a {
  font-family: Oswald, sans-serif;
}
.navbar-contact li.mob a:before {
  content: "\e164";
}
.navbar-contact li.email a:before {
  content: "\e003";
}
.navbar-contact li a {
  color: #fff;
  text-decoration: none;
}
.navbar-nav {
  margin-top: 5px;
  transition: all 0.3s;
}
.navbar-nav li {
  font-size: 12px;
}
.navbar-nav li a {
  text-transform: uppercase;
  color: #1e414e;
  transition: all 0.3s;
}
.navbar-nav > li {
  font-weight: 500;
}
.navbar-nav > li > a {
  position: relative;
  padding: 15px;
}
.navbar-nav > li a {
  display: block;
}
.navbar-nav > li ul li a {
  padding: 10px;
}
.navbar-nav > li.active > a:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #5f96c7;
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus {
  background: none;
}
.navbar-nav .nav-donate {
  font-weight: 600;
  font-size: 13px;
  color: #1e414e;
  background: #5f96c7;
}
.navbar-nav .nav-donate:hover {
  background: #b2b2b2;
  color: #fff;
}
.navbar-toggle {
  margin-top: 33px;
  margin-bottom: 33px;
  margin-right: 33px;
  background: #5f96c7;
  border-color: #797979;
}
.navbar-toggle .icon-bar {
  background: #797979;
}
@media screen and (min-width: 768px) {
  .navbar-nav li:hover > ul {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    margin-top: 0;
  }
  .navbar-nav > li {
    font-weight: 500;
    position: relative;
  }
  .navbar-nav > li a {
    color: #3b3738;
    transition: all 0.3s;
    display: block;
  }
  .navbar-nav > li a:hover,
  .navbar-nav > li a:focus {
    background: none;
  }
  .navbar-nav > li ul {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: #f2f2f2;
    z-index: 10;
    padding: 0;
    margin: 0;
    margin-top: -15px;
    transition: all 0.3s;
  }
  .navbar-nav > li ul li {
    white-space: nowrap;
    border-bottom: 1px solid #d9d9d9;
    min-width: 170px;
    position: relative;
    list-style-type: none;
  }
  .navbar-nav > li ul li:last-child {
    border-bottom: none;
  }
  .navbar-nav > li ul li a {
    padding: 8px 15px;
  }
  .navbar-nav > li ul li ul {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
/*
|----------------------------------------------------------------------------
| CAROUSEL
|----------------------------------------------------------------------------
*/
.slider {
  position: relative;
}
.slider-content {
  position: absolute;
  background: rgba(34, 70, 84, 0.7);
  /* #224654 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slider-content .title-text {
  color: #fff;
  word-spacing: 5px;
  letter-spacing: 5px;
}
.slider-content ul {
  margin: 20px 0 40px;
}
.slider-content ul li {
  display: inline-block;
  color: #ebf5f9;
  font-size: 14px;
  text-transform: uppercase;
}
.slider-content ul li:after {
  content: "\02026";
  position: relative;
  top: -4px;
  padding: 0 5px 0 10px;
}
.slider-content ul li:last-child:after {
  content: " ";
}
.slider-content .btn-base {
  color: #fff;
}
/*************** CAROUSEL CONTROL ***************/
.home .owl-carousel {
  position: relative;
}
.home .owl-nav {
  margin-top: 0;
}
.home .owl-nav [class^="owl-"],
.home .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-radius: 0;
  font-family: "anima-icon";
  font-size: 20px;
  color: #a1c4d3;
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 10px;
  transition: all 0.3s;
}
.home .owl-nav [class^="owl-"]:hover,
.home .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0.3);
}
.home .owl-nav .owl-prev {
  left: 0;
}
.home .owl-nav .owl-next {
  right: 0;
}
/*
|----------------------------------------------------------------------------
| ABOUT US
|----------------------------------------------------------------------------
*/
.about .icon-inside {
  border-color: #1e414e;
  color: #1e414e;
}
.base-content {
  background: #5f96c7;
}
.base-content article {
  padding: 45px 30px 30px;
}
.base-content .icon-inside {
  font-size: 25px;
  height: 60px;
  width: 60px;
}
.sub-content .yellow-bg {
  background: #5f96c7;
}
.sub-content .gray-bg {
  background: #f4f4f4;
}
.sub-content article {
  padding: 30px 20px 15px;
}
.sub-content .title-text {
  padding-top: 20px;
}
.sub-content hr {
  margin-bottom: 10px;
}
.sub-content .icon-inside {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .about .col_2_4 {
    width: 100%;
  }
}
/*
|----------------------------------------------------------------------------
| CONTRIBUTION 
|----------------------------------------------------------------------------
*/
.contribution .btn {
  margin-top: 15px;
}
/*
|----------------------------------------------------------------------------
| PET PROFILE
|----------------------------------------------------------------------------
*/
.pet-profile {
  background: #fafafa;
}
.pet-profile p {
  font-size: 14px;
}
.pet-profile article {
  padding: 0 20px 20px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.pet-profile .individual-pet {
  position: relative;
  transition: all 0.2s;
}
.pet-profile .profile {
  padding: 0 20px 15px;
  height: 100%;
  overflow: hidden;
  color: #1e414e;
}
.pet-profile .profile ul {
  margin: 0;
  padding: 0;
}
.pet-profile .profile ul li {
  font-size: 14px;
}
.pet-profile .profile .btn {
  margin-top: 20px;
  font-weight: 600;
  background: #5f96c7;
  border-color: #5f96c7;
}
@media screen and (min-width: 992px) {
  .pet-profile .profile {
    position: absolute;
    padding-top: 25px;
    transition: all 0.4s;
    opacity: 0;
    top: 0;
    left: 0;
    width: 115%;
    background: #5f96c7;
  }
  .pet-profile .profile .btn {
    background: #fff;
    border-color: #fff;
  }
  .pet-profile .profile .btn:hover {
    background: #fafafa;
    border-color: #fafafa;
  }
  .pet-profile .individual-pet:hover {
    background: #5f96c7;
  }
  .pet-profile .individual-pet:hover article {
    border-right-color: #fafafa;
  }
  .pet-profile .individual-pet:hover .yellow-line {
    border-color: #fff;
  }
  .pet-profile .individual-pet:hover .profile {
    z-index: 1;
    left: 100%;
    opacity: 1;
  }
  .pet-profile .individual-pet.last:hover article {
    border-right-color: #5f96c7;
    border-left-color: #fafafa;
  }
  .pet-profile .individual-pet.last:hover .profile {
    left: -115%;
  }
}
@media screen and (min-width: 1200px) {
  .pet-profile .profile {
    width: 112%;
  }
  .pet-profile .individual-pet.last:hover .profile {
    left: -112%;
  }
}
/*
|----------------------------------------------------------------------------
| RECENTS EVENTS
|----------------------------------------------------------------------------
*/
.recent-events .pet-thumb {
  position: relative;
  overflow: hidden;
}
.recent-events .pet-thumb img {
  width: 75%;
}
.recent-events .title-text {
  padding-bottom: 15px;
}
.recent-events .post-info span + span {
  padding-left: 30px;
}
.recent-events .date:before,
.recent-events .place:before {
  font-family: "anima-icon";
  margin-right: 7px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.recent-events .date:before {
  content: "\e165";
}
.recent-events .place:before {
  content: "\e159";
}
.event-timing {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
}
.event-timing h6 {
  font-size: 3.64em;
}
.event-timing ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.event-timing ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f96c7;
  font-size: 11px;
  margin-bottom: 2px;
  text-align: center;
  height: 25%;
  text-transform: uppercase;
  font-weight: 500;
}
.event-timing ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .event-timing h6 {
    font-size: 2em;
  }
}
/*
|----------------------------------------------------------------------------
| ADOPT PETS
|----------------------------------------------------------------------------
*/
.adopt-pets {
  background: url(../images/contactfooter.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.adopt-pets .row-item {
  margin-bottom: 30px;
}
.adopt-pets .btn-fill {
  background: #5f96c7;
  font-weight: 600;
  margin-top: 10px;
}
.adopt-pets .btn-fill:hover {
  background: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .adopt-pets,
  .adopt-pets .text-right {
    text-align: center;
  }
}
/*
|----------------------------------------------------------------------------
| TEAM MEMBERS 
|----------------------------------------------------------------------------
*/
.team-members .each-member {
  position: relative;
}
.team-members .each-member .title-text {
  margin-top: 30px;
}
.team-members .each-member hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.team-members .each-member .meta {
  font-size: 14px;
}
.team-members .each-member > figure {
  opacity: 1;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .team-members .each-member:hover > figure {
    opacity: 0;
  }
  .team-members .each-member:hover .hover-profile {
    transform: scale(1);
    opacity: 1;
  }
  .hover-profile {
    position: absolute;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    top: -30px;
    left: -30px;
    z-index: 2;
    width: 120%;
    padding: 25px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 2px;
  }
  .hover-profile .thumb {
    margin-bottom: 20px;
  }
  .hover-profile .thumb img {
    width: 30%;
    float: left;
  }
  .hover-profile .thumb figcaption {
    width: 70%;
    float: left;
    padding-left: 20px;
  }
  .hover-profile .thumb figcaption .title-text {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hover-profile p {
    font-size: 14px;
  }
}
.social-connect {
  list-style: none;
}
.social-connect li {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.social-connect li a {
  color: #1e414e;
}
/*
|----------------------------------------------------------------------------
| TESTIMONIALS
|----------------------------------------------------------------------------
*/
.testimonials {
  background: #fafafa;
}
.blockquote blockquote {
  margin: 30px 0;
  background: #f2f2f2;
  padding: 30px 45px 15px;
  position: relative;
}
.blockquote blockquote p {
  font-weight: 500;
}
.blockquote blockquote:before {
  font-family: "anima-icon";
  left: 20px;
  top: 30px;
  position: absolute;
  content: "\e156";
}
.blockquote hr {
  margin: 3px 0 6px;
}
.blockquote .meta {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .testimonial-author {
    text-align: center;
  }
  .testimonial-author hr {
    margin: 3px auto 6px;
  }
}
/*
|----------------------------------------------------------------------------
| PARTNERS
|----------------------------------------------------------------------------
*/
.partners .vertical-align {
  display: table;
  min-height: 225px;
  width: 100%;
}
.partners .each-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 30px;
  text-decoration: none;
}
.partners .each-item .title-text,
.partners .each-item p {
  margin: 15px 0 0;
}
.partners .each-item:hover {
  background: #5f96c7;
  border-color: #5f96c7;
}
/*
|----------------------------------------------------------------------------
| SUCCESS STORIES
|----------------------------------------------------------------------------
*/
.success-stories {
  background: url(../images/success-stories-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.success-stories .title-text {
  margin-top: 60px;
  color: #fff;
}
.success-stories [class^="icon-"]:before,
.success-stories [class*="icon-"]:before {
  font-size: 50px;
}
.success-stories .stat-count {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
}
.success-stories span {
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .success-stories {
    text-align: center;
  }
  .success-stories .title-text {
    margin-top: 0;
  }
}
/*
|----------------------------------------------------------------------------
| PETS GALLERY
|----------------------------------------------------------------------------
*/
.pets-gallery {
  background: #fff;
}
.pets-gallery .mix {
  display: none;
}
.gallery-filter {
  margin-bottom: 45px;
  text-align: center;
}
.gallery-filter .btn {
  margin: 0 10px;
}
.gallery-item {
  display: block;
}
.gallery-item h5,
.gallery-item p {
  color: #fff;
}
.gallery-item .title-text {
  padding-top: 0;
  font-size: 18px;
}
.gallery-item p {
  font-size: 14px;
}
.gallery-item hr {
  margin-top: 10px;
  margin-bottom: 15px;
}
.gallery-item article {
  height: 100%;
  width: 100%;
}
.gallery-item img {
  transition: all 0.9s ease-in-out;
}
.gallery-item:hover img {
  transform: scale(1.1) rotate(4deg);
}
.hover-gallery .icon-inside {
  margin-right: 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pets-gallery .full-width .col_1_4 {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .pets-gallery .full-width .col_1_4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .pets-gallery .full-width .col_1_4 {
    width: 100%;
  }
}
/*
|----------------------------------------------------------------------------
| RECENT NEWS
|----------------------------------------------------------------------------
*/
.news {
  background: #fff;
}
.news-time {
  float: left;
  width: 25%;
  background: #5f96c7;
  text-align: center;
  padding: 15px 8px 20px;
}
.news-time .news-date {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.news-time .news-month {
  font-size: 14px;
  display: block;
  overflow: hidden;
}
.news-detail {
  float: left;
  width: 75%;
  padding-left: 15px;
}
.news-detail .title-text {
  padding: 15px 0;
}
.news-detail .title-text a {
  font-family: Oswald, sans-serif;
  color: #1e414e;
}
.news-detail .news-author,
.news-detail .news-comment {
  font-size: 12px;
  color: #666666;
}
.news-detail .news-comment {
  padding-left: 30px;
}
.news-body {
  padding-top: 30px;
}
.news-body .btn {
  margin-top: 15px;
}
/*
|----------------------------------------------------------------------------
| CONTACT US
|----------------------------------------------------------------------------
*/
.contact {
  background: #fafafa;
}
.contact .form-control {
  border-left: 0;
}
/*
|----------------------------------------------------------------------------
| FORM
|----------------------------------------------------------------------------
*/
.input-group {
  display: inline-table;
  vertical-align: middle;
  border-collapse: separate;
  width: 100%;
}
.input-group .input-group-addon {
  width: auto;
  display: table-cell;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  width: 40px;
  color: #1e414e;
  background: rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.2s;
  border: 0;
  border-radius: 0;
}
.input-group textarea.form-control {
  height: auto;
}
.input-group .form-control {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 0;
  display: table-cell;
  float: left;
  margin-bottom: 0;
  z-index: 2;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  transition: all 0.2s;
  background: transparent;
}
.input-group.active .input-group-addon {
  background: #5f96c7;
  color: #fff;
}
.input-group.active .form-control {
  background: rgba(0, 0, 0, 0.02);
}
.success-msg,
.error-msg {
  font-size: 12px;
  color: #1e414e;
  display: none;
}
/*
|----------------------------------------------------------------------------
| ADDRESS - MAP
|----------------------------------------------------------------------------
*/
.address-map {
  background: #f2f2f2;
}
.address-map .address,
.address-map .map {
  text-align: center;
  cursor: pointer;
}
.address-map .address a,
.address-map .map a {
  padding: 60px 0;
  display: block;
  text-decoration: none;
}
.address-map [class^="icon-"],
.address-map [class*="icon-"] {
  font-size: 40px;
}
.address-map .address {
  background: #1e414e;
  color: #fff;
}
.address-map .address .title-text,
.address-map .address a {
  color: #fff;
}
.address-map .map {
  background: #5f96c7;
}
.address-map .map .title-text,
.address-map .map a {
  color: #1e414e;
}
.address-block {
  background: #1e414e;
  text-align: center;
  color: #fff;
  width: 100%;
}
.address-block p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.address-block p strong {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.address-block a {
  color: #fff;
}
.address-block a:hover {
  color: #5f96c7;
}
.address-block .container {
  padding: 80px 0 50px;
}
.address-block address {
  font-style: normal;
  margin-bottom: 0;
}
.tab-content,
.tab-pane {
  height: 100%;
}
.map-block {
  height: 301px;
  width: 100%;
}
/*
|----------------------------------------------------------------------------
| FOOTER
|----------------------------------------------------------------------------
*/
.footer {
  background: #2e303c;
}
.footer .title-text {
  color: #5f96c7;
}
/********* FOOTER HEAD *********/
.footer-head {
  padding: 30px 0;
  background: #222329;
}
.social-links {
  float: right;
}
.social-links [class^="icon-"]:before,
.social-links [class*="icon-"]:before {
  font-size: 23px;
}
.social-links li {
  display: inline-block;
  padding-left: 20px;
  line-height: 1.4;
}
.social-links li a {
  color: #d4d4d4;
  display: block;
}
.social-links li:hover a {
  color: #5f96c7;
}
.social-links li span {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
}
/********* FOOTER BODY *********/
.footer-body .title-text {
  margin-bottom: 15px;
}
.footer-body p {
  font-size: 13px;
  color: #fff;
}
.footer-body .form-control {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 400;
  width: 70%;
}
.footer-body .submit-btn {
  width: 30%;
  border: 0;
  outline: none;
  color: #fff;
  background: #4ca6c7;
  height: 40px;
}
.footer-body .submit-btn:hover {
  background: #358bab;
}
.footer-link a {
  color: #999ebc;
}
.footer-link li {
  font-size: 13px;
  line-height: 2.3;
}
.footer-link li a:before {
  position: relative;
  top: 1px;
  left: 0;
  font-family: "anima-icon";
  content: "\e168";
  margin-right: 5px;
  font-size: 12px;
}
.footer-link li a:hover {
  color: #fff;
}
.flickr-feed li {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
}
.flickr-feed li:nth-child(2n) {
  padding-left: 15px;
}
.flickr-feed li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/********* FOOTER FOOT *********/
.footer-foot {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0 15px;
}
.footer-foot p,
.footer-foot a {
  color: #999ebc;
  font-size: 13px;
}
.footer-foot a:hover {
  color: #fff;
}
/*
|----------------------------------------------------------------------------
| SINGLE PAGE HEADER
|----------------------------------------------------------------------------
*/
.page-head {
  background: #1e414e;
  padding: 290px 0 50px;
 
}

#about {
  background: #1e414e;
  padding: 290px 0 60px;
  background-image: url(../images/background-about.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
}

#funding {
  background: #1e414e;
  padding: 290px 0 60px;
  background-image: url(../images/background-funding.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
}

#coreoffer {
  background: #1e414e;
  padding: 290px 0 60px;
  background-image: url(../images/background-coreoffer.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
}
#additional {
  background: #1e414e;
  padding: 290px 0 60px;
  background-image: url(../images/background-additional.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
}

#contact {
  background: #1e414e;
  padding: 290px 0 60px;
  background-image: url(../images/background-contact.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
}

.page-head .section-header {
  margin-bottom: 50px;
}
.page-head .title-text {
  color: #fff;
}


.page-head a {
  color: #3b829c;
  font-size: 12px;
}
.page-head a:hover {
  color: #fff;
}
/*
|----------------------------------------------------------------------------
| SINGLE PAGE BODY
|----------------------------------------------------------------------------
*/
.page-body {
  padding: 80px 0;
}
.page-body .comments-form {
  margin-top: 30px;
}
/*
|----------------------------------------------------------------------------
| BLOG TITILE
|----------------------------------------------------------------------------
*/
.blog-title {
  margin-bottom: 30px;
}
.blog-title .title-text {
  padding-top: 20px;
}
.blog-title p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .page-head .bredcrumbs {
    float: right;
    margin-top: 100px;
  }
}
/*
|----------------------------------------------------------------------------
| SHORT CODES PAGE
|----------------------------------------------------------------------------
*/
.shortcode-page .headers-list h1,
.shortcode-page .headers-list h2,
.shortcode-page .headers-list h3,
.shortcode-page .headers-list h4,
.shortcode-page .headers-list h5,
.shortcode-page .headers-list h6 {
  margin-bottom: 20px;
}
.shortcode-page .text-blocks {
  margin-bottom: 15px;
}
.shortcode-page .tabpanel,
.shortcode-page .panel-group {
  margin-bottom: 45px;
}
.shortcode-page .buttons {
  margin-bottom: 10px;
}
.shortcode-page .buttons button {
  margin-right: 10px;
}
.shortcode-page .pets-gallery {
  padding: 0;
}
.shortcode-page .mix {
  display: none;
}
.shortcode-page .image-section {
  margin-top: 75px;
}
/*
|----------------------------------------------------------------------------
| BLOCKQUOTES
|----------------------------------------------------------------------------
*/
.blockquote-light {
  border-radius: 3px;
  background: #f2f2f2;
  padding: 30px 40px;
  border-left: 10px solid #5f96c7;
}
.blockquote-light cite {
  color: #999999;
  font-style: italic;
  text-align: right;
}
.blockquote-base {
  border: 0;
  border-radius: 3px;
  background: #5f96c7;
  padding: 30px 40px 30px 50px;
  position: relative;
}
.blockquote-base cite {
  color: #988508;
}
.blockquote-base .line-before:before,
.blockquote-base .line-after:before,
.blockquote-base .line-before:after,
.blockquote-base .line-after:after {
  content: "";
  position: absolute;
  height: 35px;
  width: 2px;
  background: #fff;
}
.blockquote-base .line-before:before,
.blockquote-base .line-before:after {
  top: 0;
}
.blockquote-base .line-before:before {
  left: 26px;
}
.blockquote-base .line-before:after {
  left: 30px;
}
.blockquote-base .line-after:before,
.blockquote-base .line-after:after {
  bottom: 0;
}
.blockquote-base .line-after:before {
  right: 26px;
}
.blockquote-base .line-after:after {
  right: 30px;
}
/*
|----------------------------------------------------------------------------
| TEXT BLOCK FORMATTING
|----------------------------------------------------------------------------
*/
article a {
  color: #65bfb6;
}
article .inner-article {
  margin-top: 30px;
}
/*
|----------------------------------------------------------------------------
| LIST ITEMS
|----------------------------------------------------------------------------
*/
.list-code {
  margin-bottom: 30px;
}
.list-code li:before {
  content: "\e12a";
}
.list-menu {
  margin-bottom: 30px;
}
.list-menu li:before {
  content: "\e0c3";
}
/*
|----------------------------------------------------------------------------
| TAB PANEL
|----------------------------------------------------------------------------
*/
.tabpanel .tab-pane {
  padding: 45px 60px;
}
.tablist {
  text-align: center;
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.tablist li {
  display: block;
  float: left;
  width: 25%;
  border-right: 2px solid #fff;
}
.tablist li [class^="icon-"],
.tablist li [class^="icon-"] {
  font-size: 30px;
  color: #696969;
  line-height: 1.5;
}
.tablist li a {
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
}
.tablist li a:focus {
  text-decoration: none;
}
.tablist li:last-child {
  border: 0;
}
.tablist li .title-text {
  padding-bottom: 0;
  color: #696969;
}
.tablist li.active {
  background: #5f96c7;
}
.tablist li.active [class^="icon-"],
.tablist li.active [class^="icon-"],
.tablist li.active .title-text {
  color: #1e414e;
}
.nav-tabs {
  margin-bottom: 30px;
}
.nav-tabs li a {
  color: #888888;
}
.nav-tabs li.active {
  font-weight: 600;
  color: #000;
}
/*
|----------------------------------------------------------------------------
| ACCORDION
|----------------------------------------------------------------------------
*/
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  padding: 10px 15px;
}
.panel-group .panel-heading a {
  color: #4c4c4c;
  font-weight: 500;
  display: block;
}
.panel-group .accordion-alt + .accordion-alt {
  margin-top: 10px;
}
.accordion-base {
  border-radius: 0;
  box-shadow: 0 0 0;
}
.accordion-base .panel-heading {
  background: #5f96c7;
}
.accordion-base .panel-heading .panel-heading,
.accordion-base .panel-heading .panel-body {
  border-radius: 0;
}
.accordion-base .panel-heading + .panel-collapse > .panel-body {
  border-top: 3px solid #fff;
}
.accordion-base .panel-body {
  background: #f5f5f5;
  border-top: 2px solid #fff;
}
.accordion-alt {
  box-shadow: 0 0 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.accordion-alt .panel-heading,
.accordion-alt .panel-body {
  border-radius: 0;
  background: #fafafa;
}
.accordion-alt [class^="icon-"].float-left,
.accordion-alt [class*="icon-"].float-left {
  background: #5f96c7;
  padding: 10px 12px;
}
.accordion-alt .panel-body {
  border-left: 40px solid #5f96c7;
}
.accordion-alt .panel-heading a {
  padding-left: 55px;
}
.accordion-alt .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #5f96c7;
}
/*
|----------------------------------------------------------------------------
| ALERTS
|----------------------------------------------------------------------------
*/
[class^="alert-"],
[class*="alert-"] {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 3px;
}
.alert-red:before,
.alert-base:before,
.alert-blue:before,
.alert-green:before {
  font-family: "anima-icon";
  margin-right: 10px;
  vertical-align: middle;
}
.alert-red {
  background: #d43939;
  color: #fff;
}
.alert-red:before {
  content: "\e07b";
}
.alert-base {
  background: #5f96c7;
}
.alert-base:before {
  content: "\e062";
}
.alert-blue {
  background: #45c4d3;
  color: #fff;
}
.alert-blue:before {
  content: "\e166";
}
.alert-green {
  background: #b6d96a;
}
.alert-green:before {
  content: "\e048";
}
/*
|----------------------------------------------------------------------------
| COMMENTS
|----------------------------------------------------------------------------
*/
.comments {
  margin-top: 80px;
}
.comments .title-text {
  margin-bottom: 50px;
}
.comments ul ul {
  margin-left: 30px;
}
.media,
.media:first-child {
  margin-top: 15px;
}
.media-left {
  padding-right: 15px;
}
.media-body p {
  font-size: 14px;
}
.media-heading {
  text-transform: none;
  position: relative;
}
.media-heading a {
  color: #333333;
  font-weight: 700;
  display: block;
}
.media-heading span {
  font-size: 11px;
  color: #747474;
}
.media-heading .trash {
  position: absolute;
  right: 0;
  top: 3px;
  background: transparent;
  border: 0;
  outline: none;
  color: #747474;
  font-size: 20px;
}
.media-heading .trash:hover {
  color: #d43939;
}
.user-action p {
  margin-bottom: 0;
}
.user-action .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
}
.user-action .report a {
  font-size: 11px;
  color: #747474;
}
.user-action .report a:hover {
  color: #1e414e;
}
.comments-form .form-control {
  border-left: 0;
}
/*
|----------------------------------------------------------------------------
| SIDEBAR CONTENTS
|----------------------------------------------------------------------------
*/
.sidebar p {
  font-size: 14px;
  line-height: 1.8;
}
.sidebar-widget + .sidebar-widget {
  margin-top: 30px;
}
.widget-header {
  margin-bottom: 30px;
}
/*
|----------------------------------------------------------------------------
| SEARCHBAR
|----------------------------------------------------------------------------
*/
.search-bar .form-control {
  font-weight: 500;
  width: 70%;
}
.search-bar .submit-btn {
  width: 30%;
  border: 0;
  outline: none;
  color: #fff;
  background: #4ca6c7;
  height: 40px;
}
.search-bar .submit-btn:hover {
  background: #358bab;
}
/*
|----------------------------------------------------------------------------
| POPULAR POST
|----------------------------------------------------------------------------
*/
.popular-post p {
  margin-bottom: 0;
}
.popular-post .post-time {
  font-size: 13px;
  color: #8b8b8b;
}
.popular-post li {
  margin-top: 30px;
}
