body {
    font-size: 16px;
    color: #333
}

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: Raleway, sans-serif;
    line-height: 2;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px
}

span {
    font-family: Raleway, sans-serif
}

a {
    font-family: Raleway, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

a:focus,
a:hover {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    font-family: Raleway, 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
}

.fwd-row {
    overflow: hidden
}

.full-width {
    width: 100%
}

.full-width .img-responsive {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.col_4_4 {
    width: 100%
}

.col_3_4 {
    width: 33.2a2a7433%
}

.col_2_4 {
    width: 50%
}

.col_1_4 {
    width: 25%
}

.col_1_4,
.col_2_4,
.col_3_4,
.col_4_4 {
    float: left
}

.section-padding {
    padding: 120px 0
}

.section-padding-equal {
    padding: 10px 0 0px
}

.section-padding-50-equal {
    padding: 50px 0 20px
}

hr {
    border-width: 3px;
    width: 25px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 7px;
    border-color: #f69838
}

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: #f69838
}

.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
}

[class*=icon-],
[class^=icon-] {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    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: #f69838;
    color: #f69838
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-capitalize {
    text-transform: capitalize
}

.title-text {
    color: #1b1b1b
}

.text-highlight {
    background: #f69838;
    font-size: 14px;
    padding: 3px 5px
}

.btn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2a2a74
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    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 #ff9d00;
    color: #1b1b1b;
    background: transparent
}

.btn-base.active,
.btn-base:hover {
    background: #ff9d00;
    color: #fff
}

.btn-fill {
    background: #f69838;
    border: 2px solid #f69838;
    border-radius: 3px
}

.btn-fill:hover {
    border-color: #f2d515;
    background: #f2d515
}

.btn-fill [class*=icon-],
.btn-fill [class^=icon-] {
    background: #f2d515
}

.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*=btn-],
.btn-iconic [class*=icon-],
.btn-iconic [class^=btn-],
.btn-iconic [class^=icon-] {
    display: table-cell
}


/* .contact,
.contribution,
.news,
.recent-events,
.team-members {
    padding: 30px 0 10px
} */

.pet-profile,
.testimonials {
    padding: 30px 0
}

.pets-gallery {
    padding-top: 2px
}

.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
}*/

.team-members.grey-bg {
    background: #fafafa
}

.testimonials.white-bg {
    background: #fff
}

.section-header {
    display: table;
    margin-bottom: 45px
}

.section-header .title-text {
    display: table-cell;
    float: left;
    position: relative;
    margin-right: 30px;
    min-width: 231px
}

.section-header .title-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    height: 8px;
    width: 80px;
    background: #f69838
}

.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: #f69838
}

.title-text a {
    font-family: Oswald, sans-serif;
    color: #2a2a74
}

.title-text a:hover {
    color: #198843
}

article .title-text {
    color: #2a2a74;
    font-weight: 700;
    padding-top: 30px
}

.post-info {
    font-size: 12px;
    color: #808080
}


/* .row-item {
    margin-bottom: 30px
} */

.hover-img {
    position: relative;
    display: inline-table;
    overflow: hidden
}

.hover-img img {
    height: auto
}

.hover-img:hover .hover-content {
    opacity: 0.5;
}

.hover-img:hover .hover-content .link-popup {
    top: 0
}

.hover-content {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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
}

.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: ""
}

.cp-nav.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(142, 142, 142, 0)
}

.cp-nav {
    background: transparent
}

.cp-nav .custom-nav {
    background: #000;
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 50px;
}

.cp-nav .custom-nav .navbar-brand {
    width: 15%;
    padding: 0px;
    margin-right: 0;
    /* background:#ffffff; */
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.cp-nav .custom-nav .navbar-collapse {
    position: relative;
    top: -12px;
    right: 45px;
}

.cp-nav .custom-nav .navbar-collapse .nav-top {
    position: absolute;
    top: -40px;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.cp-nav .custom-nav .navbar-collapse .nav-top li {
    display: inline-block;
    color: #a1c4d3;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 300;
    padding-left: 20px;
    position: relative
}

.cp-nav .custom-nav .navbar-collapse .nav-top li i {
    position: absolute;
    top: 2px;
    left: 0
}

.cp-nav .custom-nav .navbar-collapse .nav-top li.mobile {
    font-family: Oswald, sans-serif
}

.cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item>.nav-link {
    position: relative
}

.cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    height: 3px;
    width: 25px;
    background: #f69838
}

.cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: Raleway, sans-serif;
    font-size: 13.5px;
    padding: 13px 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1.05px;
    font-style: normal;
}

.cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: #fff;
}

.cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item a {
    padding: 6px 10px;
    color: #3b3738;
    text-transform: uppercase;
    font-size: 12px
}


/* search */

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: #000;
    border: 0;
    outline: 0;
    background: #f5f5f5;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    /* padding: 0 10px; */
    width: 110px;
    /* caret-color:red; */
    /* transition: width 0.4s linear; */
}


/* search */


/* Slider  start */

#slide {
    left: -600px;
    width: 600px;
    height: 370px;
    -webkit-animation: slide 0.3s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 0.3s forwards;
    animation-delay: 1s;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}


/* Slider  end */

@media (min-width:992px) {
    .cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 15px;
        margin: 0;
        top: 130%;
        padding: 10px 0;
        border-radius: 0
    }
    .cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
}


/* .fixed-nav.fixed {
    background: rgba(242, 242, 242, 0.77);
} */


/* .fixed-nav.fixed .custom-nav .navbar-brand {
	padding: 30px 15px 10px
} */

.fixed-nav.fixed .custom-nav .navbar-collapse .nav-top {
    right: 0
}

.fixed-nav.fixed .custom-nav .navbar-collapse .nav-top li {
    color: #3b3738
}

.fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffff;
    padding: 5px 15px
}

.fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:before {
    left: 15px
}

.fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item.nav-donation .nav-link {
    background: #f69838;
    font-weight: 600
}

@media (max-width:991px) {
    .cp-nav.fixed-nav,
    .fixed-nav.fixed {
        background: #f2f2f2
    }
    .cp-nav.fixed-nav .custom-nav,
    .fixed-nav.fixed .custom-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .cp-nav.fixed-nav .custom-nav .navbar-brand,
    .fixed-nav.fixed .custom-nav .navbar-brand {
        padding: 10px 15px 10px;
        line-height: 1
    }
    .cp-nav.fixed-nav .custom-nav .navbar-toggler,
    .fixed-nav.fixed .custom-nav .navbar-toggler {
        broder: 1px solid #f69838;
        background: #f69838;
        border-radius: 0;
        outline: none;
        padding-top: 6px
    }
    .cp-nav.fixed-nav .custom-nav .navbar-collapse .nav-top,
    .fixed-nav.fixed .custom-nav .navbar-collapse .nav-top {
        display: none;
        visiblity: hidden
    }
    .cp-nav.fixed-nav .custom-nav .navbar-collapse .navbar-nav,
    .fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav {
        padding: 20px 0
    }
    .cp-nav.fixed-nav .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link,
    .fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #3b3738;
        padding: 8px 0
    }
    .cp-nav.fixed-nav .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:before,
    .fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:before {
        left: 0
    }
    .cp-nav.fixed-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.nav-donation .nav-link,
    .fixed-nav.fixed .custom-nav .navbar-collapse .navbar-nav .nav-item.nav-donation .nav-link {
        background: #f69838;
        display: inline-block;
        padding: 8px 20px;
        font-weight: 600
    }
}

.slider {
    position: relative
}

#home .slider-content {
    position: absolute;
    top: 118px;
    width: 100%;
    height: 70%;
    left: 0;
    text-shadow: 2px 2px 10px #000;
}

#home .slider-content h2 {
    margin-bottom: 15px;
}

#home .slider-content p {
    color: #fff;
}

.slider-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 0px !important;
}

.slider-content .title-text {
    color: #fff;
    word-spacing: 5px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 10px #000;
}

.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
}

.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    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 .icon-inside {
    border-color: #2a2a74;
    color: #2a2a74
}

.base-content {
    background: #f69838
}

.base-content article {
    padding: 45px 30px 30px
}

.base-content .icon-inside {
    font-size: 25px;
    height: 60px;
    width: 60px
}

.sub-content .yellow-bg {
    background: #f69838
}

.sub-content .gray-bg {
    background: #f4f4f4
}

.sub-content article {
    padding: 30px 20px 15px
}

.sub-content article p {
    margin-bottom: 0
}

.sub-content .title-text {
    padding-top: 20px
}

.sub-content hr {
    margin-bottom: 10px
}

.sub-content .icon-inside {
    height: 50px;
    width: 50px
}

.about-content .read-more {
    background: #f69838;
    border: 2px solid #f69838;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a2a74;
    padding: 6px 12px
}

.about-content .read-more:hover {
    background: #f2d515;
    border-color: #f2d515
}

.feature {
    margin-bottom: 30px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.feature:hover {
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.55);
}

.feature .body {
    padding: 50px 40px;
    background: linear-gradient(45deg, #fff, #fff);
    position: relative;
    color: #2a2a74
}

.feature .body i {
    position: absolute;
    top: 50px;
    left: 40px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #2a2a74
}

.feature .body h3 {
    padding-left: 50px;
    color: #2a2a74;
    font-size: 1.25em;
    position: relative;
    padding-bottom: 10px
}

.feature .body h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50px;
    height: 3px;
    width: 25px;
    background: #fff
}

.feature .body p {
    margin-bottom: 0;
    margin-top: 15px
}

@media (max-width:991px) {
    .about-thumb {
        margin-top: 30px
    }
}

@media screen and (max-width:767px) {
    .about .col_2_4 {
        width: 100%
    }
}

.contribution .btn {
    margin-top: 15px
}

.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;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.pet-profile .profile {
    padding: 0 20px 15px;
    height: 100%;
    overflow: hidden;
    color: #2a2a74
}

.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: #f69838;
    border-color: #f69838
}

.pet-profile .individual-pet.classic-style article {
    background: #f69838;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    border-right: 0
}

.pet-profile .individual-pet.classic-style article .yellow-line {
    border-color: #fff;
    opacity: 1
}

.pet-profile .individual-pet.classic-style article p {
    margin-bottom: 0
}

.pet-profile .individual-pet.classic-style .profile {
    position: static;
    opacity: 1;
    width: 100%
}

.pet-profile .individual-pet.classic-style:hover article {
    border-left: 0;
    border-right: 0
}

@media screen and (min-width:992px) {
    .pet-profile .profile {
        position: absolute;
        padding-top: 25px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        top: 0;
        left: 0;
        width: 115%;
        background: #f69838
    }
    .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: #f69838
    }
    .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: #f69838;
        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%
    }
}

@media (max-width:991px) {
    .pet-profile .individual-pet.classic-style .profile {
        background: #f69838;
        padding: 20px
    }
}

.recent-events .pet-thumb {
    position: relative;
    overflow: hidden
}

.recent-events .pet-thumb img {
    width: 100%
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f69838;
    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
}

.special-event {
    background: #f69838
}

.special-event-header {
    padding: 50px 0 60px
}

.special-event-header h3 {
    margin-bottom: 15px
}

.special-event-header p {
    margin-bottom: 20px
}

.special-event-header a {
    background: #2a2a74;
    color: #f69838;
    padding: 12px 25px;
    border: 2px solid #f69838;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    display: inline-block
}

.event-count {
    padding: 70px 0
}

.event-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.event-count ul li {
    min-width: 90px;
    text-align: center;
    background: #fff;
    margin-left: 10px;
    padding: 5px;
    border-radius: 3px
}

.event-count ul li h6 {
    font-size: 2.5em;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 1.2
}

@media (max-width:991px) {
    .event-count {
        padding-top: 0;
        padding-bottom: 50px
    }
    .event-count ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .event-count ul li {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .event-timing h6 {
        font-size: 2em
    }
}

.adopt-pets {
    background: url(../images/adopt-pet-bg.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: #f69838;
    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 !important
    }
}

.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;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    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 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    .hover-profile {
        position: absolute;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        top: 0px;
        left: -22px;
        z-index: 2;
        width: 120%;
        padding: 25px;
        -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
        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: #2a2a74
}

.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 (max-width:1199px) {
    .blockquote blockquote {
        margin: 0 0 30px
    }
}

@media screen and (max-width:767px) {
    .testimonial-author {
        text-align: center
    }
    .testimonial-author hr {
        margin: 3px auto 6px
    }
}

.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: #f69838;
    border-color: #f69838
}

.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 {
    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;
    padding: 5px;
}

.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 {
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    width: 100%
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    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.2a2a7433%
    }
}

@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%
    }
}

.blogs {
    background: #0000001f;
}

.blogs article {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.blogs article:hover {
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.55);
}

.blogs .news-body {
    padding: 15px;
    background: #fff;
}

.news-time {
    float: left;
    width: 25%;
    background: #f69838;
    text-align: center;
    padding: 12px 8px 18px
}

.news-time .news-date {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

.news-time .news-month {
    font-size: 14px;
    display: block;
    overflow: hidden
}

.news-detail {
    float: left;
    width: g%;
    padding-left: 15px
}

.news-detail .title-text {
    padding: 15px 0
}

.news-detail .title-text a {
    font-family: Oswald, sans-serif;
    color: #2a2a74
}

.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 {
    background: #fafafa
}

.contact .form-control {
    border-left: 0
}

.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: 9px 12px;
    font-size: 14px;
    width: 40px;
    color: #2a2a74;
    background: rgba(0, 0, 0, 0.12);
    white-space: nowrap;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    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;
    -webkit-box-shadow: 0 0 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;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent
}

.input-group.active .input-group-addon {
    background: #f69838;
    color: #fff
}

.input-group.active .form-control {
    background: rgba(0, 0, 0, 0.02)
}

.error-msg,
.success-msg {
    font-size: 12px;
    color: #2a2a74;
    display: none
}

.address-map {
    background: #f2f2f2
}

.address-map .nav-tabs {
    margin-bottom: 0
}

.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: #2a2a74;
    color: #fff
}

.address-map .address .title-text,
.address-map .address a {
    color: #fff
}

.address-map .map {
    background: #f69838
}

.address-map .map .title-text,
.address-map .map a {
    color: #2a2a74
}

.address-map .nav-tabs {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0
}

.address-map .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 25%;
    text-align: center
}

.address-map .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 60px 0;
    border-radius: 0
}

.address-map .nav-tabs .nav-item .nav-link i {
    line-height: 1
}

.address-map .nav-tabs .nav-item .nav-link span {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 1.25em;
    font-weight: 600
}

.address-map .nav-tabs .nav-item .nav-link.address-field {
    background: #2a2a74;
    color: #fff
}

.address-map .nav-tabs .nav-item .nav-link.map-field {
    background: #f69838;
    color: #2a2a74
}

.address-block {
    background: #2a2a74;
    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: #f69838
}

.address-block .container {
    padding: 80px 15px 50px
}

.address-block address {
    font-style: normal;
    margin-bottom: 0
}

.tab-content,
.tab-pane {
    height: 100%
}

.map-block {
    height: 301px;
    width: 100%
}

@media (max-width:767px) {
    .address-map .nav-tabs .nav-item {
        width: 50%
    }
}

.footer .title-text {
    color: #f69838
}

.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:first-child {
    padding-left: 0
}

.social-links li a {
    color: #d4d4d4;
    display: block
}

.social-links li:hover a {
    color: #f69838
}

.social-links li span {
    display: block;
    text-transform: uppercase;
    font-size: 9px
}

.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: calc(100% - 100px)
}

.footer-body .submit-btn {
    width: 100px;
    border: 0;
    outline: none;
    color: #fff;
    background: #f59638;
    height: 40px
}

.footer-body .submit-btn:hover {
    background: #198843
}

.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;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-foot {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0 0;
    background: #000;
}

.footer-foot a,
.footer-foot p {
    color: #999ebc;
    font-size: 13px
}

.footer-foot a:hover {
    color: #fff
}

@media (max-width:439px) {
    .social-links li {
        padding-left: 10px
    }
}

.page-head {
    background: #2e303c;
    padding: 80px 0 50px
}

.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
}

.page-body {
    padding: 80px 0
}

.page-body .comments-form {
    margin-top: 30px
}

.blog-title {
    margin-bottom: 30px
}

.blog-title .title-text {
    padding-top: 0
}

.blog-title p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .page-head .bredcrumbs {
        float: right;
        text-transform: capitalize;
        margin-top: 100px
    }
}

.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 .panel-group,
.shortcode-page .tabpanel {
    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
}

.blockquote-light {
    border-radius: 3px;
    background: #f2f2f2;
    padding: 30px 40px;
    border-left: 10px solid #f69838
}

.blockquote-light cite {
    color: #999999;
    font-style: italic;
    text-align: right
}

.blockquote-base {
    border: 0;
    border-radius: 3px;
    background: #f69838;
    padding: 30px 40px 30px 50px;
    position: relative
}

.blockquote-base cite {
    color: #988508
}

.blockquote-base .line-after:after,
.blockquote-base .line-after:before,
.blockquote-base .line-before:after,
.blockquote-base .line-before:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 2px;
    background: #fff
}

.blockquote-base .line-before:after,
.blockquote-base .line-before:before {
    top: 0
}

.blockquote-base .line-before:before {
    left: 26px
}

.blockquote-base .line-before:after {
    left: 30px
}

.blockquote-base .line-after:after,
.blockquote-base .line-after:before {
    bottom: 0
}

.blockquote-base .line-after:before {
    right: 26px
}

.blockquote-base .line-after:after {
    right: 30px
}

article a {
    color: #65bfb6
}

article .inner-article {
    margin-top: 30px
}

.list-code {
    margin-bottom: 30px
}

.list-code li:before {
    content: "\e12a"
}

.list-menu {
    margin-bottom: 30px
}

.list-menu li:before {
    content: "\e0c3"
}

.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: #f69838
}

.tablist li.active .title-text,
.tablist li.active [class^=icon-],
.tablist li.active [class^=icon-] {
    color: #2a2a74
}

.nav-tabs {
    margin-bottom: 30px
}

.nav-tabs li a {
    color: #888888
}

.nav-tabs li.active {
    font-weight: 600;
    color: #000
}

.primary-tab.nav-tabs {
    margin-bottom: 0;
    border-bottom: 0
}

.primary-tab .nav-item {
    width: 25%;
    text-align: center
}

.primary-tab .nav-item .nav-link {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #f2f2f2;
    border-radius: 0;
    border: 2px solid #fff;
    border-bottom: 0
}

.primary-tab .nav-item .nav-link i {
    font-size: 30px;
    line-height: 1;
    color: #696969
}

.primary-tab .nav-item .nav-link span {
    display: block;
    color: #696969;
    font-size: 1.25rem;
    font-family: Oswald, sans-serif;
    font-weight: 600
}

.primary-tab .nav-item .nav-link.active {
    background: #f69838
}

.primary-tab .nav-item:first-child .nav-link {
    border-left: 0
}

.primary-tab .nav-item:last-child .nav-link {
    border-right: 0
}

.primary-tab .nav-item .nav-link.active i,
.primary-tab .nav-item .nav-link.active span {
    color: #2a2a74
}

.primary-tab-content {
    background: #f69838
}

.primary-tab-content .tab-pane {
    padding: 45px 60px
}

.margin-top-40 {
    margin-top: 40px
}

.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;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.accordion-base .panel-heading {
    background: #f69838
}

.accordion-base .panel-heading .panel-body,
.accordion-base .panel-heading .panel-heading {
    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 {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    margin-bottom: 20px
}

.accordion-alt .panel-body,
.accordion-alt .panel-heading {
    border-radius: 0;
    background: #fafafa
}

.accordion-alt [class*=icon-].float-left,
.accordion-alt [class^=icon-].float-left {
    background: #f69838;
    padding: 10px 12px
}

.accordion-alt .panel-body {
    border-left: 40px solid #f69838
}

.accordion-alt .panel-heading a {
    padding-left: 55px
}

.accordion-alt .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #f69838
}

.card .card-header .btn {
    white-space: normal
}

.accordion-default .card {
    border: 0;
    border-radius: 0
}

.accordion-default .card .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.accordion-default .card .card-header .btn {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #4c4c4c;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    padding: 10px 15px;
    background: #f69838;
    border-radius: 0;
    border: 0;
    position: relative
}

.accordion-default .card .card-header .btn:before {
    content: "\e050";
    font-family: "anima-icon" !important;
    position: absolute;
    top: 10px;
    right: 10px
}

.accordion-default .card .card-header .btn.collapsed:before {
    content: "\e04c"
}

.card-header:first-child {
    border-radius: 0
}

.accordion-default .card .card-body {
    padding: 15px;
    background: #f5f5f5
}


/* .card+.card {
	margin-top: 10px
} */

.accordion-icon .card {
    border: 0;
    border-radius: 0;
    position: relative
}

.accordion-icon .card i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 40px;
    height: 100%;
    font-size: 14px;
    background: #f69838;
    text-align: center;
    line-height: 44px
}

.accordion-icon .card .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.accordion-icon .card .card-header .btn {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #4c4c4c;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    padding: 10px 15px 10px 55px;
    background: #fafafa;
    border-radius: 0;
    border: 0;
    position: relative
}

.accordion-icon .card .card-header .btn:before {
    content: "\e050";
    font-family: "anima-icon" !important;
    position: absolute;
    top: 10px;
    right: 10px
}

.accordion-icon .card .card-header .btn.collapsed:before {
    content: "\e04c"
}

.accordion-icon .card .card-body {
    padding: 15px 15px 15px 55px;
    background: #fafafa;
    border-top: 1px solid #f69838
}

[class*=alert-],
[class^=alert-] {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 3px
}

.alert-base:before,
.alert-blue:before,
.alert-green:before,
.alert-red: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: #f69838
}

.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"
}

.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: #333;
    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: #2a2a74
}

.comments-form .form-control {
    border-left: 0
}

.comments-block h3 {
    margin-bottom: 40px
}

.comment+.comment {
    margin-top: 40px
}

.child-comment {
    margin-top: 30px;
    margin-left: 40px
}

.comments-block .comment .comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-block .comment .comment-wrap .commenter-thumb {
    width: 80px
}

.comments-block .comment .comment-wrap .commenter-thumb+.comment-body {
    width: calc(100% - 80px);
    padding-left: 20px
}

.comments-block .comment .comment-wrap .comment-body .commenter-name {
    color: #2a2a74;
    font-weight: 700;
    display: block;
    font-family: Raleway, sans-serif;
    line-height: 1
}

.comments-block .comment .comment-wrap .comment-body .date {
    color: #747474;
    font-size: 11px;
    line-height: 1.2;
    font-family: Raleway, sans-serif;
    font-weight: 600
}

.comments-block .comment .comment-wrap .comment-body .comment-header {
    position: relative
}

.comments-block .comment .comment-wrap .comment-body .trash {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.comments-block .comment .comment-wrap .comment-body .comment-content {
    font-family: Raleway, sans-serif;
    line-height: 2;
    color: #2a2a74;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px
}

.comments-block .comment .comment-wrap .comment-body .comment-reply .reply {
    background: #f69838;
    border: 2px solid #f69838;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    color: #333;
    display: block;
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #2a2a74;
    font-weight: 600;
    text-transform: uppercase
}

.comments-block .comment .comment-wrap .comment-body .comment-reply .reply:hover {
    background: #f2d515;
    border-color: #f2d515
}

.comments-block .comment .comment-wrap .comment-body .comment-reply .report {
    font-size: 11px;
    color: #747474
}

.comments-block .comment .comment-wrap .comment-body .comment-reply .report:hover {
    color: #2a2a74
}

@media (max-width:767px) {
    .comments-block .comment .comment-wrap .commenter-thumb {
        display: none
    }
    .comments-block .comment .comment-wrap .commenter-thumb+.comment-body {
        width: 100%;
        padding-left: 0
    }
    .comments-block .comment .comment-wrap .comment-body .comment-reply.align-items-end {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.sidebar p {
    font-size: 14px;
    line-height: 1.8
}

.sidebar-widget+.sidebar-widget {
    margin-top: 30px
}

.widget-header {
    margin-bottom: 30px
}

.search-bar .form-control {
    font-weight: 500;
    width: 70%
}

.search-bar .submit-btn {
    width: 30%;
    border: 0;
    outline: none;
    color: #fff;
    background: #f59638;
    height: 40px
}

.search-bar .submit-btn:hover {
    background: #f59638
}

.popular-post p {
    margin-bottom: 0
}

.popular-post p a {
    color: #333
}

.popular-post .post-time {
    font-size: 13px;
    color: #8b8b8b
}

.popular-post li {
    margin-top: 30px
}

.donate-from label {
    cursor: pointer
}

.donate-title {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    max-width: 750px;
    line-height: 48px;
    padding-bottom: 28px;
    color: #2d2d2d
}

.select-cause-box {
    float: left
}

.select-cause {
    overflow: hidden;
    font-weight: 400;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 222px;
    margin: auto
}

.select-cause .progress {
    margin-top: 30px;
    height: 8px;
    overflow: visible;
    border-radius: 0;
    background-color: #b1b1b1;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.select-cause .progress-bar {
    background-color: #f69838;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    position: relative;
    color: #2d2d2d
}

.select-cause .progress-bar .percentage {
    position: absolute;
    right: -1px;
    top: -10px;
    background-color: #f69838;
    height: 27px;
    width: 27px;
    line-height: 27px;
    border-radius: 100%;
    font-weight: 600;
    text-align: center
}

.select-cause .txt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

.select-cause .title {
    color: #2d2d2d;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    padding-bottom: 20px
}

.donate-cause-btn {
    display: none
}

.donate-cause-btn+label {
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 30px
}

.donate-cause-btn:checked+label.select-cause {
    background: #f69838;
    border-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: -10px
}

.donate-cause-btn:checked+label.select-cause .progress-bar {
    background-color: #fff
}

.donate-cause-btn:checked+label.select-cause .progress-bar .percentage {
    background-color: #fff
}

.donate-amount-container {
    padding-top: 40px
}

.donate-amount-btn {
    display: none
}

.donate-amount-btn+label {
    cursor: pointer;
    width: 140px;
    line-height: 50px;
    display: inline-block;
    margin: 15px 28px 15px -4px;
    text-align: center;
    border: 1px solid #a2a2a2;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.donate-amount-btn:checked+label {
    background-color: #f69838;
    border-color: #f69838
}

.personal-details-container {
    padding-top: 50px;
    max-width: 850px
}

.make-anonymous {
    display: none
}

.make-anonymous+label {
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    position: relative
}

.make-anonymous+label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #16191e;
    z-index: 1
}

.make-anonymous+label:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 4px;
    color: #16191e;
    z-index: 2;
    font-size: 20px
}

.make-anonymous:checked+label:before {
    content: "\2713"
}

.margin-top-50 {
    margin-top: 50px
}

.card-details-container {
    padding-top: 50px;
    max-width: 850px
}

.card-option {
    padding: 15px 0
}

.card-option .nav-tabs {
    border-bottom: none
}

.card-option .nav-tabs>li>a.active,
.card-option .nav-tabs>li>a.active:focus,
.card-option .nav-tabs>li>a.active:hover {
    border: none
}

.card-option .nav-tabs>li>a:focus,
.card-option .nav-tabs>li>a:hover {
    background: transparent
}

.card-option .nav-tabs>li>a {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
    display: inline-block;
    border: none
}

.card-option .nav-tabs>li>a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #2d2d2d;
    z-index: 1;
    font: normal normal normal 14px/1 anima-icon;
    color: #fff;
    text-align: center;
    line-height: 20px
}

.card-option .nav-tabs>li>a.active:after {
    background: #f69838;
    border-color: #f69838;
    content: "\e047"
}

.card-field label {
    font-weight: 400;
    padding-top: 20px
}

.card-field .form-control {
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.card-field .form-control:focus {
    background: #fff;
    color: #848484
}

.donate-from .donate-submit {
    border-radius: 0;
    line-height: 50px;
    background-color: #2a2a74;
    text-transform: uppercase;
    text-align: center;
    width: 180px;
    padding: 0;
    color: #fff;
    margin-top: 15px
}

.donate-from .donate-submit:hover {
    background-color: #f69838
}

.card-option .nav-tabs {
    margin-bottom: 0
}

.card-option .msg {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    color: #848484
}

.pagination {
    margin-top: 60px
}

.pagination-list.text-center {
    text-align: center
}

.pagination-list.text-center .nav-links {
    margin: 0 auto
}

.pagination .nav-links .page-numbers {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin: 0 4px;
    font-weight: 400;
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #ff9d00
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
    background: #ff9d00
}

@media (max-width:991px) {
    .pagination {
        margin-bottom: 40px
    }
}

.client-logo-bg {
    background: #fafafa
}

.client-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.client-logos .client-logo {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .client-logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .client-logos .client-logo {
        min-width: 150px;
        text-align: center
    }
}

.page-head {
    padding: 400px 0 50px
}

.pa3ge-head.page-head-2 {
    padding: 300px 0 100px
}

.section-header.section-header-center {
    text-align: center;
    display: block;
    margin-bottom: 0
}

.section-header.section-header-center .title-text {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0
}

.section-header.section-header-center .title-text:before {
    height: 0;
    width: 0
}

.section-header.section-header-center .bredcrumbs {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    float: none
}

.section-header.section-header-center .bredcrumbs li {
    color: #fff
}

.section-header.section-header-center .bredcrumbs li a {
    color: #fff
}

@media (max-width:991px) {
    .page-head.page-head-2 {
        padding: 160px 0 100px
    }
}

.header_logo {
    width: 85%;
    height: auto;
    background: #ffffffa6;
}

.header_logo {
    width: 85%;
    height: auto;
    background: #ffffff00;
    margin-left: 2px;
    margin-top: 2px;
}

.hsocial {
    font-size: 16px;
    top: -16px;
}

.hsocial a i {
    color: #f69838
}

.footer-link a:hover {
    color: #ffffff;
}

.ftr-feed li {
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
}

.ftr-feed li img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-left img {
    width: 80px;
    height: 70px;
}

.about .owl-nav {
    display: none;
}

.about .item img {
    height: 600px;
}

.about_pad {
    padding: 50px 25px;
}

.pad-left {
    padding-left: 10px;
}

.team-members .owl-nav {
    display: none;
}


/* social bar  */

.sbar .icon-bar {
    position: fixed;
    top: 300px;
    width: 55px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.sbar .icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.sbar .icon-bar a:hover {
    background-color: #000;
}

.sbar .facebook {
    background: #3B5998;
    color: white;
}

.sbar .twitter {
    background: #55ACEE;
    color: white;
}

.sbar .google {
    background: #dd4b39;
    color: white;
}

.sbar .linkedin {
    background: #007bb5;
    color: white;
}

.sbar .youtube {
    background: #bb0000;
    color: white;
}

.sbar .content {
    margin-left: 75px;
    font-size: 30px;
}


/* back to top  */

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #f15c18;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
}

#myBtn:hover {
    background-color: #2a2a74;
    /* Add a dark-grey background on hover */
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px !important;
}

.home .owl-stage-outer,
.home iframe,
.home img {
    height: 500px;
}


/* event css  */

.evBox .evContent {
    padding: 35px 30px 0 30px;
    background: linear-gradient(45deg, #f69838, #ffd895);
}

.evBox .evImg {
    padding: 0;
}

.evBox .evImg img {
    width: 100%;
    height: 450px;
}

.evBox .evContent .evTitle {
    padding-bottom: 15px;
}

.evBox .post-info {
    font-size: 20px;
    color: #27286f;
}

.blogShare {
    float: right;
    margin-top: 12px;
}

.blogShare li {
    display: inline-block;
    text-align: center;
}

.blogShare li a i {
    padding: 6px;
    font-size: 22px;
    color: #f69838;
    /* border: 1px solid; */
}

.blogShare .icon-facebook:hover {
    background: #3b5998;
    color: #fff;
}

.blogShare .icon-twitter:hover {
    background: #55acee;
    color: #fff;
}

.blogShare .icon-linkedin:hover {
    background: #007bb5;
    color: #fff;
}

.blogShare .icon-instagram:hover {
    background: #3f729b;
    color: #fff;
}

.dmItem {
    /* margin-bottom: 20px; */
    text-align: center;
    box-shadow: 2px 2px 10px #b7b7b7;
}

.dmItem:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.dmItem img {
    margin-bottom: 15px;
    width: 100%;
}

.dmItem h6 {
    padding-bottom: 10px;
}

.dmItem:hover h6,
.dmItem h6:hover {
    color: red;
}

.mainbImg {
    width: 1100px;
    height: 450px;
    margin-bottom: 30px;
}

.tprunner {
    margin: 50px 0;
}

.recent-events .evBox {
    margin: 0;
}

#achievement-success .owl-nav {
    display: none;
}

.abtHead {
    padding: 50px;
}

.moretext {
    display: none;
}

.prgCollapsed article {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.prgCollapsed article:hover {
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.55);
}

.prgCollapsed article img {
    height: 230px;
}

.prgCollapsed .det-thumb {
    padding: 0 15px 15px;
}

.galleryPg .yellow-line {
    margin: 0 auto;
}

.mdlevImg {
    margin-bottom: 30px;
}

.testimonials .blockquote blockquote {
    margin: 0;
    margin-bottom: 0px;
}


/* // marquee tag  */

.newsMarque {
    height: 128px;
    overflow: auto;
    position: relative;
}

.newsMarque li a {
    color: #000000 !important;
}

.newsMarque li a:hover {
    color: #2a2a74 !important;
}

::-webkit-scrollbar {
    width: 0px;
}

.evBox .btn-fill {
    background: #f69838;
    border: 2px solid #ffffff;
    border-radius: 3px;
    color: #fff;
}

.evBox .btn-fill:hover {
    background: #2e2f86;
    border: 2px solid #292a73;
    color: #fff;
}

.abt-hover-content {
    position: absolute;
    left: -140px;
    width: 40%;
    top: -78px;
    text-shadow: 2px 2px 10px #000;
    color: #fff;
}

.abt-hover-content p {
    color: #fff;
}

.bgDetail {
    padding: 36px 0 50px;
}

@media(min-width:769px) {
     :target::before {
        content: "";
        display: block;
        height: 10px;
        margin-top: 70px
    }
}

@media (max-width: 768px) {
    .cp-nav.fixed-nav .custom-nav .navbar-brand,
    .fixed-nav.fixed .custom-nav .navbar-brand {
        padding: 0px;
        line-height: 1;
    }
    .cp-nav .custom-nav .navbar-collapse {
        right: -35px;
    }
    .cp-nav .custom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        background: #f2f2f2;
        border: none;
    }
    .megamenu-li img {
        display: none;
    }
    .megamenu-li .dmItem {
        text-align: left;
    }
    .page-head {
        padding: 130px 0 50px;
    }
    .about .item img {
        height: 212px;
    }
    .mainbImg {
        height: auto;
    }
    .evBox .evImg img {
        width: 100%;
        height: auto;
    }
    .abt-hover-content {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        text-shadow: 2px 2px 10px #000;
        color: #fff;
        padding: 10px;
    }
    .header_logo {
        width: 211%;
        height: auto;
    }
    .bgDetail {
        padding: 0px 0 50px;
    }
}

@media (max-width: 768px) {
    .header_logo {
        width: 100%;
        height: auto;
    }
    .pets-gallery {
        padding-top: 0px;
    }
}

.col-md-2.mix.dogs {
    max-width: 19 !important;
}

.col-md-2.mix.cats {
    max-width: 19 !important;
}

.icon-social:before {
    content: "\f1e0";
}

.sbar .Social {
    background: #2e303ca3;
}

.dropdown-menu {
    z-index: 100000 !important;
}

input.regform {
    width: 100%;
    text-align: center;
    line-height: 3.5;
    margin-bottom: 25px;
}

input.part {
    width: 100%;
}

textarea.text {
    width: 100%;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

textarea.dec {
    width: 100%;
}

textarea.upload {
    height: 250px;
}

button.btn-fill:hover {
    background: #292a73;
    border: 2px solid #292a73;
}

div#google_translate_element {
    margin-bottom: 65px;
    padding-right: 5px;
}


/* .page_slider .slide2 .intro_layers_wrapper {
    height: 0 !important;
} */