@import "css/all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: "Poppins", sans-serif;
*/

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */
* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}
main {
    background: #ffffff;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #717171;
    background: #fff;
}

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

img {
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: #f1540e;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: none !important;
    outline: none !important;
}

li {
    list-style: none;
}

input:hover, input:focus {
    outline: none;
}

.row {
    margin: 0;
}

/*============
custom css(07-02-19)
==============================*/
/*===-----
common
------===*/
div#main {
    z-index: 3;
    position: relative;
    background: #fff;
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;
}

.nopadd {
    padding: 0;
}

.padd_tb {
    padding: 100px 0;
}

.padd_t {
    padding-top: 100px;
}

.padd_b {
    padding-bottom: 100px;
}

.nopadd_left {
    padding-left: 0 !important;
}

.nopadd_right {
    padding-right: 0 !important;
}

.fluid_padd {
    padding: 0 7%;
}

.space_area {
    opacity: 1;
}

ul {
    margin: 0;
    padding: 0;
}

li {
   font-size: 15px;
    line-height: 1.8;
    color: #4f4f4f;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #232323;
    margin-top: 0;
}

.secpanel {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.secpanel p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4e4e4e;
}

.secpanel p:last-child {
    margin-bottom: 0;
}

.sub_content {
    margin: 0 auto 40px;
    width: 90%;
    max-width: 1170px;
}

.sub_content p {
    display: block;
    text-align: center;
    /*    font-size: 20px;
        line-height: 27px;*/
}

.white_sub_content p {
    color: #ffffff;
}

.org_text {
    color: #f15410;
}
.total_wrapper {
    visibility: visible;
}

.innermain_wrapper {
    z-index: 3;
    position: relative;
    background: #fff;
    padding-top: 0;
}

.reverse_row {
    display: flex;
}

.reverse_row .row {
    flex-direction: row-reverse;
}

button.sub-menu-toggle {
    display: none;
}
:root {
    --bs-primary: #f1540e;
    --bs-font-sans-serif: 'Roboto';
}
.bg-orange {
    background-color: #f1540e;
}
.container {max-width: 1140px;}
.container-max {
    max-width: 1370px;
    width: 90%;
    margin: 0 auto;
}
/*----------
top to bottom scroll
----------*/
#return-to-top {
    z-index: 99;
    position: fixed;
    bottom: 56px;
    right: 20px;
    background: #f1540e;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    /* left: 16px; */
    /* top: 13px; */
    font-size: 19px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #1d1d1d;
}

#return-to-top:hover i {
    color: #fff;
}

/*===*/
.sticky {
    width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 3px 11px -2px rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    /* opacity: 0; */
    z-index: 10;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
/*===Button===*/
.btn {
    border-width: 2px;
    padding: .475rem 1.5rem;
     text-transform: uppercase;
    border-radius: 30px;
}
.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-dark {
    color: #191919;
    border-color: #191919;
}
.btn-primary {
    color: #fff;
    background-color: #f1540e;
    border-color: #f1540e;
}
.btn-primary:hover , .btn-primary:focus {
    color: #f1540e;
    background-color: transparent;
    border-color: #f1540e;
    box-shadow: none;
}
.btn-black {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}
.btn-black:hover, .btn-black:focus {
    color: #191919;
    background-color: transparent;
    border-color: #191919;
    box-shadow: none;
}
.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:hover, .btn-light:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

.bold-btn a {
    text-transform: uppercase;
    font-weight: 700;
}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
    box-shadow: none;
    color: #000000;
}

/*===Heading====*/
.heading {
   margin-bottom: 40px;
}
.left-hd {
    position: relative;
    padding-left: 50px;
}
.left-hd:before {
    position: absolute;
    content: '';
    background: #f1540e;
    width: 6px;
    height: 90%;
    left: 0;
    top: 4px;
}
.heading h2 {
    margin: 0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading .sub-hd{
    font-size: 18px;
    line-height: 22px;
        font-weight: 600;
    color: #f1540e;
text-transform: uppercase;
    margin-bottom: 7px;
}
.center-hd{}
.center-hd .heading h2{
    text-align: center;
}
.center-hd .heading .sub-hd{
    text-align: center;
}

/*=================
Common Header CSS
=================*/

.main_header {
    background: #d9d9d9;
    padding: 20px 0;
}
.main_header .container-max {
    max-width: 1600px;
}
.hdr-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 25%;
}
.logo a img {
    max-width: 220px;
        width: 100%;
}

.header-menu {
    width: 50%;
}

.register-menu {
    width: 25%;
}


.register-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.register-menu ul li a {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
    color: #f1540e;
    border: 1px solid #8b8b8b;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}

.register-menu ul li a:hover {
    background: #f1540e;
    border-color: #f1540e;
    color: #fff;
}


.register-menu ul li:last-child a {
    margin-right: 0;
}

/*===============
main menu
===============*/
.dstp_mainmenu{
    /* text-align: right; */
}
.dstp_mainmenu nav{
 padding: 0;
 width: 100%;
 justify-content: center;
}
.dstp_mainmenu nav ul.nav_list{
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dstp_mainmenu nav ul.nav_list li{
    position: relative;
    /* border-left: 1px solid #c8c8c8; */
}
.dstp_mainmenu nav ul.nav_list > li > a {
       border-bottom: 0;
       color: #191919;
       line-height: 40px;
       font-size: 15px;
       text-transform: capitalize;
       white-space: nowrap;
       display: inline-block;
       padding: 0 14px;
}
.dstp_mainmenu nav ul.nav_list li:last-child{
    /* padding-right: 0; */
    /* border-right: 1px solid #c8c8c8; */
}
.current_menu{}
/* .dstp_mainmenu nav ul.nav_list li.current_menu > a{ */
.dstp_mainmenu nav ul.nav_list li:hover a{
    color: #f1540e !important;
}
/* .current_menu a {
    background: #f1540e !important;
    color: #fff !important;
} */
.dstp_mainmenu nav ul.nav_list li ul.sub_menu {
    position: absolute;
    top: 108%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    /* width: 262px; */
    background-color: #2b2b2b;
    border-bottom: 5px solid #f1540e;
    border-radius: 0 0 5px 5px;
    z-index: 9999999;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu:before{
    content:"";
    top: -12px;
    position: absolute;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #2b2b2b;
}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu li {display: block;width: 100%;padding: 0;}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu li a{
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px 18px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
}
.dstp_mainmenu nav ul.nav_list li:hover ul.sub_menu {
    opacity: 1;
    visibility: visible;
}
.dstp_mainmenu nav ul.nav_list li:last-child ul.sub_menu{
    left: initial;
    right: 0;
    width: 150px;
}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu li:hover{
    background: #f1540e;
}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu li:hover a{color: #fff;}
.parent_menu{}


/*=========================
 * Home *
=============================*/
/*---------------
 * Banner
 * ----------------- */

.hero-banner-wrap {
    background: #d9d9d9;
    padding-top: 30px;
}

.hero-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hero-dog {
    width: 53%;
    text-align: right;
}
.hero-dog img {
    /*min-height: 630px;*/
    display: inline-block;
}
/*--------------------------*/
.bubble-text {
    position: relative;
    margin-top: 40px;
    width: 30%;
}

.bubble-text p {
    text-align: center;
    position: absolute;
    bottom: 82px;
    line-height: 32px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
}

span.smal-txt {
    font-size: 25px;
    font-weight: 600;
}

p span.big-txt {
    font-size: 28px;
}

/*-------------------------
 * Petition Section
 * ------------------------*/

.key-ftrs {
    background: #191919;
    overflow: visible;
    /* margin-bottom: -30px; */
}

.key-ftrs .container {
    position: relative;
    top: -42px;
}

.petition {
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 20px 40px;
    background: #fff;
    border-radius: 6px;
}


.petition ul {
    display: flex;
    column-gap: 0;
    justify-content: flex-start;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.petition ul li{
    border-right: 1px solid #d1d1d1;
    width: 30%;
}
.petition ul li:first-child{
    width: 28%;
}
.petition ul li:nth-child(2n){
    width: 34%;
}
.petition ul li:last-child{
      border: none;
      width: 38%;
}
.petition ul li a.single-petition{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    column-gap: 19px;
    padding: 0 38px;
}
.petition ul li:last-child a.single-petition{
    padding-right: 0;
}
.petition ul li:first-child a.single-petition{
    padding-left: 0;
}
.petition ul li a.single-petition .petition-icon{}
.petition ul li a.single-petition .petition-icon img {
    width: 45px;
}

.petition-text h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20pz;
    line-height: 22px;
}
.petition-text p {
    margin-bottom: 5px;
    color: #1f1f26;
    font-weight: 600;
    line-height: 17px;
}

.single-petition:hover .petition-text h5 {
    color: #f1540e;
}




/*---------------------------*/

.key-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.k-box {
    padding: 18px 0;
    text-align: center;
    border: 1px solid #46454582;
    border-radius: 8px;
    width: 23%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.k-box:hover {
    background: #f1540e;
    border-color: #f1540e;
    cursor: pointer
}

.k-box img {
    height: 65px;
    margin: 0 auto 20px;
}

.k-box p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

/*--------------------
 * Support Section
 * -------------------*/

.support-cause {
    background: #f1540e;
    text-align: center;
    /* padding: 60px 0 0; */
}

.secpanel.support-cause::before {
    position: absolute;
    content: '';
    height: 90px;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 9;
}

.support-cause .heading h1 {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
    display: block;
}


.dog-group {
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

.dog-group img {
    width: 100%;
}



/*-----------------
 * ABout Section
 * ----------------------*/
.abt-img {
    height: 100%;

}

.abt-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
/*--------------------------*/
.abt-txt-wrap {
    padding-left: 50px;
}
.abt-hd{}
.abt-hd .heading{}
.abt-txt-wrap .sub_content {
    text-align: left;
    width: 100%;
}
.abt-txt-wrap .sub_content p {
    text-align: left;
}

/*------------------
 * ABout tab
 * ------------------*/

.abt-extra {
    border-radius: 10px 10px 0px 0px;
    background: #e7e6e6;
    overflow: hidden;
        padding: 40px;
}
.abt-extra .heading {
    margin-bottom: 25px;
}
#abt-tab {
    display: flex;
    justify-content: space-between;
    border: none;
    margin-bottom: 0;
}

#abt-tab li {
    width: 50%;
    background: #fff;
}

#abt-tab li button {
    padding: 10px 20px !important;
    width: 100%;
    border: none;
    color: #b5b5b5;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
    background: #000;
    font-size: 22px;
    position: relative;
}

#abt-tab .nav-link.active {
    background: #f1540e;
    color: #fff;
}

#abt-tab .nav-link.active::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 21px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* border-left: 16px solid transparent; */
    /* border-right: 10px solid transparent; */
    /* border-top: 10px solid #f1540e; */
    background: #f1540e;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tab-in-info {
    padding: 38px;
    padding-top: 45px;
}

.tab-in-info p { }




/*--------------------------
 * STEPS SECTIONS
 * --------------------------*/

.steps-wrap {}
.steps-wrap .left-hd {
    width: 60%;
}
.all-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2%;
    row-gap: 30px;
}

.each-step {
    width: 49%;
    background: #f3f3f3;
    padding: 30px 40px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    column-gap: 30px;
}

.step-icon {
    width: 22%;
    margin-top: 10px
}

.step-icon img {
    width: 100%;
}

.step-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.8;
}

.step-text p {

}

.step-text {
    width: 88%;
}

/*RECRUIT DOG SECTION*/

.each-dog-rcrt {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px 15px;
}

.dog-pro-img {
    border-bottom: 1px solid #b0afaf;
    padding-bottom: 20px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.dog-pro-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.recruit-text {
    position: absolute;
    bottom: 16px;
    background: #fff;
    width: 82%;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 15px 10px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.recruit-text .date {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    color: #7c7c7c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.recruit-text h4 {
    font-size: 18px;
    color: #191919;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.each-dog-rcrt a:hover .recruit-text {
    background: #f1540e;
    color: #fff;
}

.each-dog-rcrt a:hover .dog-pro-img img {
    transform: scale(1.1)
}

.each-dog-rcrt a:hover .recruit-text h4,
.each-dog-rcrt a:hover .recruit-text .date {
    color: #fff;
}

/*--------slick arrow---------*/
.dog-recruits .slickwhitearrow {
    background-image: url(../images/arrow.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.dog-recruits .slickwhitearrow.slick-prev {
    transform: rotate(180deg);
}

.dog-recruits .slick-arrow {
    width: 94px;
    height: 94px;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    position: absolute;
    top: 36%;
    cursor: pointer;
    z-index: 9999;
}

.dog-recruits .slick-arrow img {
    position: relative;
}

.dog-recruits .slick-prev {
    right: -180px;
    transform: rotate(180deg);
}

.dog-recruits .slick-next {
    left: -180px;
}

.dog-recruits .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.blog-wrap .butn-group {
    text-align: center;
}


/*=================
Footer
=================*/
.ft-black {
    background-color: #191919;
}

.ftr_wrap {}

.footer-top {
    padding: 70px 0 0;
}

.ftr_top_wrap {}

.ftr-logo {
    max-width: 250px;
    margin-bottom: 30px;
}

.git-area {}

.git-area h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 25px;
}

.ftr_contact {}

.ftr_contact li {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}

.ftr_contact li i {
    margin-right: 20px;
    color: #f1540e;
    font-size: 20px;
}

.ftr_contact li a {
    color: #ffffff;
}

.ftr_contact li:last-child {
    margin: 0;
}

.ftr_contact li a:hover {
    color: #f1540e;
}

.ftr-right-area {
    justify-content: flex-end;
}

.supp-area {
    margin-right: 150px;
}

.ftr-hd {
    margin-bottom: 30px;
    /* position: relative; */
}

.ftr-hd h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}

.ftr-hd h4:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #f1540e;
    margin-left: 10px;
}

.supp-logos {}

.supp-logos li {}

.supp-logos li:first-child {
    margin-right: 15px;
}

.supp-logos li img {
    height: 95px;
    width: auto;
}

.ftr-menu {}

.ftr-menu li {
    margin-bottom: 12px;
}

.ftr-menu li a {
    color: #b7b7b7;
    position: relative;
}
.ftr-menu li a:hover{
     color: #f1540e;
}
.ftr-menu li a:before {
    position: relative;
    content: "-";
    margin-right: 8px;
}

.ftr-social-area {
    width: 100%;
    background: #242424;
    margin-top: 50px;
    padding: 35px 30px;
    justify-content: space-between;
}

.left-scl-area {}

.ftr_scl_icon {}

.ftr_scl_icon h4 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    margin-right: 13px;
}

.ftr_scl_icon i {
    font-size: 30px;
}

.ftr_scl_icon a:hover {
    color: #ffffff;
}

.ftr_scl_icon li {
    margin: 0px 14px;
}

.footer-bottom {
    background: #000000;
    padding: 30px 0;
}

.cpyright {
    color: #b7b7b7;
}
/*===*/
.btm-area-contnt {
    background: #f3f3f3;
    margin-top: 40px;
    padding: 40px 60px;
    align-items: center;
    gap: 5%;
}

.btm-area-contnt .lft-btm-area {
    width: 79%;
}

.btm-area-contnt .rght-btn-img {
    width: 16%;
    text-align: center;
}

.btm-area-contnt .rght-btn-img img {
    margin: 0 auto;
    /* width: 53%; */
}
.left-essen-content {
    padding-right: 60px;
}

.hm-essen-cntnt .essen-list {
    background: #f1540e;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
}

.hm-essen-cntnt .essen-list h3 {
    color: #ffffff;
/*    margin-bottom: 25px;*/
}
.small-heading {
    margin-bottom: 25px;
}
.essen-list ul {}

.essen-list ul li {
    position: relative;
    color: #f5f5f5;
    margin-bottom: 10px;
    padding-left: 30px;
}

.essen-list ul li:last-child {
    margin-bottom: 0;
}
.essen-list ul li:before {
    position: absolute;
    content: " ";
    background-image: url(images/paw-tick.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
.rightessn-img {
    border: 2px solid #f1540e;
    height: 100%;
}
.rightessn-img img {
    width: 100%;
    height: 704px;
    object-fit: cover;
}
/*============= custom responsive ===============*/
@media screen and (max-width: 4000px) and (min-width: 1601px) {}

@media screen and (max-width: 1920px) and (min-width: 1601px) {}

@media screen and (max-width: 1600px) {
    .register-menu {
    width: 31%;
}
   .logo {
    width: 18%;
}
.dstp_mainmenu nav ul.nav_list > li > a {
    padding: 0 9px;
}
}

@media screen and (max-width: 1440px) {
   .register-menu ul li a {
    padding: 8px 15px;
}
.dog-recruits .slick-next {
    left: -70px;
}
    .dog-recruits .slick-prev {
    right: -70px;
    }
    .dog-recruits .slick-arrow {
    width: 80px;
    height: 80px;
    padding: 0;
    }

}

@media screen and (max-width: 1398px) {
     .logo {
        width: 15%;
    }
    .header-menu {
    width: 50%;
}
        .dstp_mainmenu nav ul.nav_list > li > a {
        padding: 0 5px;
    }
        .register-menu {
        width: 32%;
    }
.rightessn-img img {
    height: 100%;
}

}

@media screen and (max-width: 1320px) {
       .register-menu {
        display: none;
    }
        .header-menu {
        width: 60%;
    }
        .dstp_mainmenu nav ul.nav_list > li > a {
        padding: 0 11px;
    }

}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
   .dog-recruits .slick-next {
    left: -38px;
}
    .dog-recruits .slick-prev {
    right: -38px;
    }


}

@media screen and (max-width: 1199px) {
    .header-menu {
        width: 71%;
    }

    .container {
    max-width: 960px;
}
    .petition ul li a.single-petition {
    padding: 0px 32px;
}
    .petition-text h5 {
    font-size: 16px;
    line-height: 22px;
}
    .padd_tb {
    padding: 80px 0;
}

.padd_t {
    padding-top: 80px;
}

.padd_b {
    padding-bottom: 80px;
}
    .support-cause .heading h1 {
    font-size: 57px;
    line-height: 64px;
}
    .heading {
    margin-bottom: 30px;
}
    .sub_content {
    margin: 0 auto 30px;
    }
    .heading h2 {
    font-size: 32px;
    line-height: 40px;
}
    .supp-area {
    margin-right: 96px;
}
    .supp-logos li img {
    height: 70px;
    width: auto;
}
    .steps-wrap .left-hd {
    width: 80%;
}
    .abt-extra {
    padding: 25px;
}
    .abt-img img {
    object-position: 27%;
}
    .btm-area-contnt {
    padding: 30px 40px;
}
}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 991px) {
    /*====Mobile menu===*/
    .mainmobilemeu{}
    .mainmobilemeu ul.hdr_contact {
        display: block;
        padding: 0 20px;
        background: #292929;
    }
.mainmobilemeu ul.hdr_contact li {
    padding: 9px 0;
}
.mainmobilemeu ul.hdr_contact li a {
    color: #fff;
    padding: 0;
}
    .mobilemenu_btn {

    }
    .mobilemenu_btn {
     position: absolute;
        top: 14px;
        left: 3% !important;
        color: #000000;
        font-size: 26px;
        line-height: 48px;
        font-weight: bolder;
        padding: 0;
        cursor: pointer;
        z-index: 200;
        width: 48px;
        height: 48px;
        text-align: center;
        /* background: #2b2b2b;*/

    }
    .mobilemenu_btn.active{
        font-size: 26px;
        padding-top: 0;
        z-index: 99999;
        right: 0 !important;
        color: #f1540e;
        position: fixed;
         top: 10px;
        left: 250px !important;
    }
    .mobilemenu {
        background: #191919;
        width: 300px;
        left: -100%;
        top: 0;
        overflow: auto;
        position: fixed;
        height: 100%;
        z-index: 9999;
        padding-top: 0;
        overflow-x: hidden;
/*        overflow-y: hidden;*/
    }
    .mobilemenu .mobilemeu_area{    }
    .mobilemenu .mobilemeu_area ul{        padding:0;        margin:0;        list-style:none;    }
    .mobilemenu .mobilemeu_area ul li {        border-bottom: 1px solid rgba(255, 254, 254, 0.09); position: relative;   }
    .mobilemenu .mobilemeu_area ul li a {        text-decoration: none;        display: block;        color: #fff;
                                                 padding: 10px 20px;        transition: all 0.1s linear; position: relative;   }
    .mobilemenu .mobilemeu_area ul li.mobileactive {            background: #f1540e;   }
    .mobilemenu .mobilemeu_area ul li.mobileactive a {        color: #fff;    }
    .mobilemenu .mobilemeu_area ul li a:hover{        background:#444;        color:#fff;      }
    .sub_menu {
    background: #171717;
    /* display: none; */
    height: 0px;
    overflow-y: scroll;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
    .mobilemenu .mobilemeu_area ul li .sub_menu ul {        background: #2a2a2a;  /*    display: none;  height: 0px;*/     overflow-y: hidden;
                                                  -webkit-transition: all 1s ease-in-out;
                                                  transition: all 1s ease-in-out;
    }
    .mobilemenu .mobilemeu_area ul li ul li{        display: block;        text-align: left;        padding-left: 0;    }
    .mobilemenu .mobilemeu_area ul li ul li:last-child {    border: 0;}
    .mobilemenu .mobilemeu_area ul li ul li a {    padding-left: 16px;}
    .mobilemenu ul.nav_menu li.mainactive a:after{        display: none;    }
    span.open_child_menu {
        position: absolute;
        width: 48px;
        height: 48px;
        /* background: #fff; */
        right: 0;
        top: 0;
        margin: auto;
        z-index: 9999;
        background-image: url(images/arrow_white.png);
        background-size: 14px;
        transform: rotate(270deg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobilemenu .mobilemeu_area ul li ul.sub_menu.someClass {
        display: block;
    }
    .m_menu_logoarea {
    max-width: 100%;
    padding: 20px;
    background: #191919;
}

.m_menu_logoarea img {
    width: 180px;
}
    .mbl-btn-grp {
    padding: 20px 16px;
        display: block;
}
    .mbl-btn-grp a.btn {
    width: 100% !important;
        font-size: 14px;
}
    .hdr-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
 .bubble-text {
    margin-top: 0;
    width: 39%;
}
.bubble-text p {
    bottom: 68px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
 span.smal-txt {
    font-size: 22px;
    font-weight: 600;
}
    p span.big-txt {
    font-size: 25px;
}
    .logo {
        width: 26%;
    }
    .petition ul li a.single-petition {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}
    .petition {
    padding: 20px 20px;
}
        .petition ul li a.single-petition {
        padding: 0px 19px;
    }
     .padd_tb {
    padding: 60px 0;
}

.padd_t {
    padding-top: 60px;
}

.padd_b {
    padding-bottom: 60px;
}
    .support-cause .heading h1 {
        font-size: 46px;
        line-height: 51px;
    }
    .abt-txt-wrap {
    padding-left: 0;
    padding-top: 40px;
}
    .left-hd {
    padding-left: 25px;
}
    .heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
        .steps-wrap .left-hd {
        width: 100%;
    }
    .each-step {
    width: 100%;
    }
    .ftr_scl_icon li {
    margin: 0px 8px;
}
    .ftr_scl_icon i {
    font-size: 21px;
}
    .ftr_scl_icon h4 {
    font-size: 20px;
    }
    .ftr-right-area {
    justify-content: flex-start;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #878787;
}
    .ftr_contact {
    display: flex;
    align-items: center;
}
    .ftr_contact li {
    margin-bottom: 0;
    margin-right: 25px;
}
    .footer-top {
    padding: 50px 0;
}
    .header-menu {display: none;}
.left-essen-content {
    padding-right: 0;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 812px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .hero-banner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
                padding-bottom: 20px;
}
    .bubble-text {
        margin-top: 0;
        width: auto;
    }
    .bubble-text p {
        bottom: 85px;
    }
    .hero-dog {display: none;}
  .container, .container-md, .container-sm {
        width: 90%;
        padding: 0;
    }

        .logo {
        width: 46%;
    }
    .key-ftrs {
    padding: 40px 0;
}
    .key-ftrs .container {
    top: 0;
}
    .petition ul li a.single-petition {
        padding: 15px 0;
        flex-direction: row;
                flex-wrap: nowrap;
    }
    .petition ul li:first-child, .petition ul li:nth-child(2n), .petition ul li:last-child {
    width: 100%;
}
    .petition ul li {
    border-right: 0;
    border-bottom: 1px solid #d1d1d1;
}
    .petition ul li:last-child a.single-petition {
    padding-bottom: 0;
}
    .petition ul li:first-child a.single-petition {
    padding-top: 0;
}
    .key-icons {
    flex-wrap: wrap;
}
    .k-box {
    padding: 15px;
    width: 47%;
}
    .key-icons {
    flex-wrap: wrap;
        column-gap: 4%;
        row-gap: 20px;
}
    .k-box p {
    font-size: 15px;
    line-height: 1.4;
}
       .padd_tb {
    padding: 50px 0;
}

.padd_t {
    padding-top: 50px;
}

.padd_b {
    padding-bottom: 50px;
}
    .support-cause .heading h1 {
        font-size: 36px;
        line-height: 41px;
        margin: 0;
    }
    .heading {
        margin-bottom: 25px;
    }
    .secpanel.support-cause::before {
    height: 58px;
}
    .heading .sub-hd {
    font-size: 16px;
    line-height: 22px;
    }
    .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .abt-extra .heading {
    margin-bottom: 10px;
}
        .each-step {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
                padding: 30px 30px;
    }
    .step-icon {
    width: 25%;
    margin-top: 0;
}
    .step-text {
    width: 100%;
}
    .step-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
    .dog-recruits ul.slick-dots {
    display: flex !important;!i;!;
    justify-content: center;
    margin-bottom: 32px;
    gap: 7px;
    line-height: 1;
}

.dog-recruits ul.slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: 1;
}

.dog-recruits ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 0;
    background: #c6c6c6;
    line-height: 1;
}

.dog-recruits ul.slick-dots li.slick-active button {
    background: #333333;
}
    .ftr_contact {
    display: block;
    }
    .ftr_contact li {
    margin-bottom: 20px;
    margin-right: 0;
}
    .ftr-logo {
    max-width: 170px;
    margin-bottom: 30px;
}
    .supp-area {
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #878787;
    width: 100%;
}
    .ftr-social-area {
    margin-top: 30px;
    padding: 35px 30px;
}
    .ftr_scl_icon {
    flex-wrap: wrap;
}
    .ftr_scl_icon {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
        .sub_content {
        margin: 0 auto 25px;
        width: 100%;
    }
    .btm-area-contnt {
        padding: 30px 30px;
    gap: 30px;
    flex-direction: column-reverse;
}
    .btm-area-contnt .lft-btm-area {
    width: 100%;
}
    .btm-area-contnt .rght-btn-img {
    width: 100%;
}
    .hm-essen-cntnt .essen-list {
    padding: 30px;
}
}

@media screen and (max-width: 736px) {}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 575px) {
    .btn-group, .btn-group-vertical {
    display: block;
}
.btn {
    width: 100%;
    text-align: center;
}
        .ftr_scl_icon h4 {
        font-size: 18px;
    }

}

@media screen and (max-width: 568px) {}


@media screen and (max-width: 533px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 365px) {

    .ftr_scl_icon li {
        margin: 0px 4px;
    }
}
@media screen and (max-width: 340px) {
.bubble-text p {
        bottom: 69px;
    }
}
@media screen and (max-width: 320px) {}
