body {
    font-family: 'Public Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #474747;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.cru .container-fluid {
    padding: 0;
}

.headermain {
    background: #fff;
    padding: 16px 0;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
}

.cru .navbar {
    padding: 0;
    position: relative;
}

.navbar-brand.logo {
    width: 278px;
    height: 104px;
    background: url(../img/logo-new.png) left top no-repeat;
    background-size: contain;
}

/*menu*/

.cru .navbar-nav {
    width: 100%;
    display: block;
}
.navbar-nav-main{width: 100%;
    justify-content: flex-end;
    position: relative;
    top: 20px;  
    display: flex;
}

.cru .navbar-nav ul{margin: 0;width: 100%;padding: 0;list-style: none;}



.cru .navbar-nav .navbar-nav-main a {
    font-size: 19px;
    color: #202020;
    font-weight: 600;
    padding: 0 19px;
    transition: all 0.3s ease-in-out;
}

.cru .navbar-nav .navbar-nav-main a:hover {
    color: #c56f49
}

.cru .navbar-nav .navbar-nav-main li:last-child a {
    padding-right: 0;
}

/*dropdown menu START*/
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children{
        position: relative;
    }
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children>a:after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: " \f107";
        position: absolute;
        top: 9px;
        right: 2px;
        color: #202020;
    }
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children ul.sub-menu{
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 210px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children ul.sub-menu li a {
      color: #202020;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children ul.sub-menu li a:hover {background-color: #c56f49; color:#fff;}
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children:hover ul.sub-menu {display: block;}
    
/*dropdown menu END*/

/*footer privacy policy and terms and condition text and social media links START*/
.cru-footer p.cru-footcopyright {
    font-size: 15px;
    /* padding: 0 0 0 17px; */
    margin-top:50px;
}
.cru-footer p.cru-footcopyright a{
    color: #1f1f1f;
}
.cru-footer ul.cru-socialmedialinks{
    list-style: none;
}
.cru-footer ul.cru-socialmedialinks li a:after{

    color:#1f1f1f;
    content: '\f39e'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Brands"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: 400;
    font-size:40px;
    
}
.cru-footer ul.cru-socialmedialinks li.cru-facebook a:after{

    font-family: "Font Awesome 5 Brands"; /* This is the correct font-family*/
    
}
.cru-footer ul.cru-socialmedialinks li.cru-twitter a:after{

    content: '\f099'; /* You should use \ and not /*/
    
}
.cru-footer ul.cru-socialmedialinks li.cru-flicker a:after{

    content: '\f16d'; /* You should use \ and not /*/
    
}
.cru-footer ul.cru-socialmedialinks li a:hover{
    color:#f6f6f6;
}    
.cru-footer ul.cru-socialmedialinks li{
    
    display: inline-block;
    padding: 17px;
    
}
/*footer privacy policy and terms and condition text and social media links END*/

.single-page-cav-status{
    color: #c67a59;
    font-weight: 600;
}

.cru-menuone {
    position: absolute;
    right: 0;
    top: -19px;
    padding: 0;
    list-style: none;
}

.cru-menuone li{
  display: inline-block; 
}
.cru-menuone li a{   font-weight: 400;
    font-size: 13px;
    color: #fff;
    background:  #202020;
    padding: 11px 25px 13px 25px;
    border-radius: 0 0 15px 15px;
    letter-spacing: 0.04em;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
}

.cru-menuone li a:hover {
    background: #c56f49;
}

.cru-menuone.mob {
    display: none;
    position: relative;
}

.cru-heromain {
    width: 100%;
    /*min-height: 657px; background: url(../img/hero-sld1.jpg) left top no-repeat; background-size: cover;*/
}


/*.cru-heromain .carousel-item { max-height: 660px; }*/

.cru-heromain .carousel-item {
    min-height: 490px; 
}



.cru-heromain .carousel-caption {
    text-align: left;
    bottom: 90px;
}

.cru-heromain .carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 75px;
    max-width: 54%;
    line-height: 1.1em;
    text-shadow: 1px 2px 5px #000000db;
}


.cru-mainlinksection .container {
    position: relative;
}

.cru-mainlinks {
    position: relative;
    top: -50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
}

.cru-mainlinks a {
    display: flex;
    width: 32.5%;
    padding: 15px 20px;
    background: #202020;
    position: relative;
    border-radius: 15px 0 15px 0;
    min-height: 85px;
    align-items: center;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    transition-duration: 0.5s;
}

.cru-mainlinks a:hover {
    background: #c56f49;
}

.cru-mainlinks a span {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
}

.cru-mainlinks a:last-child:after {
    background: url(../img/icon3.png);
}

.cru-mainlinks a:nth-child(2):after {
    background: url(../img/icon2.png);
}

.cru-mainlinks a:after {
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    top: 14px;
    right: 20px;
    background: url(../img/icon1.png) center center no-repeat;
    background-size: contain;
}

.cru-featured_section {
    padding: 60px 0;
}

.cru-featured_section h2 {
    border-bottom: 2px #dad9d8 solid;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.cru-postsection {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cru-postsection li {
    list-style: none;
    display: flex;
    width: 32.5%;
    /* padding: 10px; */
}

.cru-postsection li a {
    display: block;
}

.cru-postsection li a .img-section {
    position: relative;
    overflow: hidden;
}

.cru-postsection li a .img-section img{

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cru-postsection li a:hover .img-section img{
-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cru-form_filter-left a:not([href]) {
    color:white;
    cursor:pointer;
}


/*.cru-postsection li a .img-section:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition-duration: 0.5s;
}*/

.cru-postsection li a:hover .text-section .title {
    color: #c56f49;
}

/*.cru-postsection li a:hover .img-section:after {
    opacity: 1;
}*/







.cru-postsection .text-section span {
    font-size: 13px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    color: #8298ab;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: block;
    font-family: 'Public Sans', sans-serif;
}

.cru-postsection .text-section .title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 7px;
    color: #3b3b3b;
    font-family: "LatienneURW-Bol";
    transition-duration: 0.5s;
}

.cru-postsection .text-section p {
    font-size: 18px;
    line-height: 1.4em;
    color: #3b3b3b;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
}


/*tab*/

.tab-acc .card-body {
    padding: 0;
    position: relative;
}

.tab-acc .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.tab-acc .nav-tabs .nav-link {
    border-radius: 0;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #3b3b3b;
    letter-spacing: 0.1em;
    padding: .3rem 1rem;
    border: none;
    font-family: 'Public Sans', sans-serif;
    transition-duration: 0.5s;
}

.tab-acc .nav-tabs .nav-item.show .nav-link,
.tab-acc .nav-tabs .nav-link.active {
    color: #fff;
    background: #c56f49;
}


/*tab*/

h1,
h2 {
    font-family: "LatienneURW-Bol";
    font-weight: 700;
}

.cru h2 {
    color: #3b3b3b;
    font-size: 55px;
}

.cru-region_section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

#cru-region_section h2 {
    margin-bottom: 20px;
}

.cru-region_section li {
    list-style: none;
    display: inline-block;
    min-width: 24.6%;
    min-height: 358px;
    overflow: hidden;
}

.cru-region_section li a {
    display: flex;
    width: 100%;
    background: url(../img/region-img1.jpg) center top no-repeat;
    height: 100%;
}

.cru-region_section li:last-child a {
    background: url(../img/region-img4.jpg) center top no-repeat;
}

.cru-region_section li:nth-child(3) a {
    background: url(../img/region-img2.jpg) center top no-repeat;
}

.cru-region_section li:nth-child(2) a {
    background: url(../img/region-img3.jpg) center top no-repeat;
}

.cru-region_section li a {
    background-size: cover!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cru-region_section li:hover a {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cru-region_section li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Public Sans', sans-serif;
}

.cru-region_section li a span {
    color: #fff;
    font-weight: 400;
    font-size: 44px;
}

.cru-home_slide ul {
    padding: 0;
    margin: 0;
}

.cru-home_slide #cru-home_slide li {
    list-style: none;
    background: #202020;
}

.cru-home_slide #cru-home_slide .owl-next,
.cru-home_slide #cru-home_slide .owl-prev {
    width: 45px;
    height: 47px;
    background: url(../img/arrow1.png) left top no-repeat;
    margin: 0;
    outline: none;
    position: relative;
    transition-duration: 0.5s;
    opacity: 0.7;
}

.cru-home_slide #cru-home_slide .owl-next:hover,
.cru-home_slide #cru-home_slide .owl-prev:hover {
    opacity: 1;
}

.cru-home_slide #cru-home_slide .owl-next {
    background-position: right top;
}

.cru-home_slide #cru-home_slide .owl-nav {
    text-align: right;
    margin-top: 0;
    position: absolute;
    display: inline-block;
    right: 30px;
    top: 50%;
    width: 100%;
}

.cru-home_slide #cru-home_slide .owl-prev {
    left: 60px;
    float: left;
}

.cru-home_slide #cru-home_slide .owl-nav span {
    display: none;
}

.cru-home_slide .textarea {
    padding: 35px 19% 35px 25px;
    font-size: 34px;
    line-height: 1.3em;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-weight: 300;
}

.cru-featured_section .nav-tabs {
    display: none;
}


/*footer-section*/

.cru-footer {
    width: 100%;
    padding: 70px 0;
    background: #c67a59 url(../img/footer-img.jpg) right bottom no-repeat;
}

.cru-footer_logo {
    width: 201px;
    height: 75px;
    background: url(../img/footerlogo-new.png) left top no-repeat;
    background-size: contain;
    display: inline-block;
}

.cru-footer p {
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
}


.cru-footerlinksection{
    display: flex;
    margin: 25px 0 0 0;
    justify-content: space-between;

}
.cru-footerlink {
   display:block;
   margin:0;
   padding: 0;
   width: 40%;
   font-family: 'Public Sans', sans-serif;
   font-weight: 400;
   font-style: italic;
}

.cru-footerlink li {
    list-style: none;
    display:block;
     margin-bottom: 8px;
 }

.cru-footerlink li a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    transition-duration: 0.5s;
}

.cru-footerlink li a:hover {
    padding-left: 5px;
}
.cru-footerlink li ul.sub-menu{
    padding-left: 5px;
    display: none;
}
.cru-footerlink li ul.sub-menu li a{
    font-size: 14px;
    font-weight: 400;
}
.cru-footerlink li ul.sub-menu li a:before{
    content: "- ";
}
.cru-subscribe {
    margin-top: 50px;
}

.cru-subscribe .input-group input {
    min-width: 380px;
    border-radius: 0;
    background: #e1e9f0;
    height: 60px;
    padding: 20px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.cru-subscribe .input-group input::placeholder {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 27px;
    position: relative;
    top: 4px;
}

.cru-sendbtn {
    height: 60px;
    width: 60px;
    position: relative;
    background: #e1e9f0 url(../img/send-icon.png) center center no-repeat;
    border-radius: 0;
    border: none;
    left: -12px;
    box-shadow: none;
    border: none;
    transition-duration: 0.5s;
}

.cru-sendbtn:hover,
.cru-sendbtn:focus,
.cru-sendbtn:active {
    background-color: #f9bba0 !important;
    box-shadow: none!important;
}



#cru-region_section .topsection{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
a.cru-morebtn { display: flex; font-family: 'Public Sans', sans-serif;font-weight: 400;color: #3b3b3b;
font-size: 30px;  position: relative; position: relative; padding-right: 50px; transition-duration: 0.5s; }
a.cru-morebtn:after{ content: ''; width: 38px; height: 39px;  background: url(../img/arrow2.png) left top no-repeat; background-size: contain;
position: absolute; right: 0; top: 1px; }
a.cru-morebtn:hover{ color:#c67a59;  }
a.cru-morebtn2{ display: none; }

#cru-region_section h2 {
margin-bottom: 00px;
}

/*Gallery Pagination START*/
.ngg-navigation{
    font-family: 'Poppins', sans-serif;
}
.ngg-navigation span,
.ngg-navigation a.page-numbers {
	background: none!important;
	color: #9d9d9d;
	font-weight: 600;
	font-size: 24px;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
	color: #393939 !important;
	text-decoration: none !important;
}
.ngg-navigation .ellipsis {
	color: #9d9d9d;
}
.ngg-navigation span.current {
	font-size: 24px;
	color: #393939;
	font-weight: 600;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	position: relative;
	top: -3px;
	font-size: 15px
}
/*Gallery Pagination END*/

/*Sidebar style START*/
ul.cru_cavbyregion{
    list-style: none;
    position: relative;
}
ul.cru_cavbyregion h2{
    font-size: 25px;
    padding: 15px 20px;
    background: #36345c;
    color: #fff;
    position: relative;
    border-radius: 15px 0 15px 0;
    transition-duration: 0.5s;
}
ul.cru_cavbyregion h2:hover{

}
ul.cru_cavbyregion h2 span{
    background: #ffffff2b;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
ul.cru_cavbyregion h2 a{
    color: #fff;
}
ul.cru_cavbyregion a img{}
ul.cru_cavbyregion h3{
    line-height: 0;
    background: #c06137;
}
ul.cru_cavbyregion h2:hover{
    background: #c06137;
}
ul.cru_cavbyregion h3:hover{
    background: #9b4926;
}
ul.cru_cavbyregion h3 a{
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 12px;
    display: block;
}
ul.cru_cavbyregion li{}
/*Sidebar style END*/

/* see more btn in featured style start */
a.cru-morebtn.see-more-btn {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -44px;
    font-size: 20px;
    padding-right: 39px;
}
a.cru-morebtn.see-more-btn:after {
    width: 29px;
    height: 29px;
    top: -1px;
}
/* see more btn in featured style start */

.cav-glry .ngg-galleryoverview {
    margin-top: 0px!important;
}
.ngg-galleryoverview.default-view {
    text-align: left!important;
}
.container.cav-glry {
    padding-top: 45px;
}
.cru-rescue-profile .left p iframe{
    width: 100%;
    height: 70vh;
}
.cru-rescue-profile .cru-main-section .col-lg-8 video{
    max-width: 100%;
    max-height: 500px;
}
@media (min-width: 1440.1px) {
    .cru-heromain .carousel-item {
        height: 750px;
    }
    .cru-home_slide .textarea {
        padding-right: 40%;
        font-size: 35px;
    }
    .cru-rescue-profile .left p iframe{
        height: 50vh;
    }
    
}

@media (max-width: 1440px) {
    .cru-heromain .carousel-caption {
        left: 11%;
    }
}

@media (max-width: 1199.98px) {
    .cru-heromain .carousel-caption h1 {
        font-size: 65px;
    }
    .cru-heromain .carousel-caption {
        left: 5%;
    }
    .cru-home_slide .textarea {
        font-size: 25px;
    }
    .cru-home_slide .textarea {
        padding: 26px 17% 31px 0;
    }
    .cru-region_section li a span {
        font-size: 40px;
    }
}

@media(min-width:992.1px) {
     
    .cru-featured_section .nav-tabs {
        display: flex;
    }
    .cru-featured_section .card {
        border: none;
    }
    .cru-featured_section .card .card-header {
        display: none;
    }
    .cru-featured_section .card .collapse {
        display: block;
    }
    .cru-rescue-profile-hero {
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 992px) {
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children ul.sub-menu{
      display: block;
      position: unset;
      box-shadow: unset;
      padding-left: 20px;
    } 
    .cru .navbar-nav .navbar-nav-main li.menu-item-has-children ul.sub-menu li a:before{
        content: "- ";
        font-weight: 400;
    }
    .cru-heromain .carousel-caption {
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 50px;
    }
    .cru-heromain .carousel-caption h1 {
        max-width: 100%;
        padding: 0 10%;
        font-size: 50px;
    }
    .cru-region_section,
    .cru-postsection,
    .cru-mainlinks {
        flex-wrap: wrap;
    }
    .cru-region_section li {
        width: 49.6%;
        margin: 4.5px 0;
    }
    .cru-postsection li {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
    .cru-mainlinks a {
        width: 100%;
        margin: 5px 0;
    }
    .cru-home_slide .textarea {
        padding: 20px;
    }
    .cru-featured_section .card {
        border-radius: 0;
        border: 1px solid rgb(198 122 89);
    }
    .cru-featured_section .card-header {
        background: #c67a59;
        border-radius: 0;
    }
    .cru-featured_section .card-header a {
        color: #fff;
    }
    .cru-footerlinksection  {
        margin-bottom: 20px;
    }
     
    .cru-center{ text-align: center; } 
    a.cru-morebtn1{ display: none; } 
    a.cru-morebtn2{ display: inline-block; margin: 0 auto; }
    a.cru-morebtn{ margin-bottom: 15px;font-size: 22px; padding-right: 35px; }
    a.cru-morebtn:after {
    width: 26px;
    height: 27px;
    top: 3px;
    }
    #cru-region_section .topsection{  margin-bottom:0;}

     .navbar {
        position: relative;
        z-index: 999;
    }
    .cru-navimain .navbar-toggler {
        border: none;
        margin-top: 4px;
        margin-right: 15px;
        padding: 0;
        outline: none;
        cursor: pointer;
    }
    .cru-navimain .navbar-toggler-icon {
        background: url(../img/tgl.png) center center no-repeat;
    }

    

    .navbar-nav .cru-mobile-menu li {
        margin-left: 0;
        display: block;
    }
    .navbar-nav .cru-mobile-menu li>a {
        padding: 12px 15px !important;
        margin: 0px;
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        transition-duration: 0.5s;
        color: #202020 !important;
        display: block;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .navbar-nav .cru-mobile-menu li:last-child>a {
        border: none;
    }
    .navbar-nav a:hover,
    .navbar-nav .cru-mobile-menu li>a:focus {
        background: #c56f49;
        color: #fff!important;
    }
    .navbar-nav .cru-mobile-menu li a:after {
        display: none;
    }
    .navbar-header {
        padding: 0px;
    }
    ul.navbar-nav {
        margin: 0px;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 99999;
        background: #fff;
        width: 100%;
        padding: 0;
        margin-top: 0px;
        top: 88px;
    }
    .navbar-expand-lg .navbar-nav {
        border: none;
        background: #fff;
        border-bottom: 2px solid #222054;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    }

 .cru-menuone {
        display: none;
    }
    .cru-menuone.mob {
        display: flex;
        top:0px;
        margin-bottom: 4px!important;
        padding: 0;
        width: 100%;
       
    }

    .cru-menuone.mob li{ width: 33.33%;}
    .cru-menuone.mob a {
        border-radius: 0;
        background: #202020;
        font-weight: 600;
       text-align: center;
       color: #fff!important;
      border-bottom:none!important;
      display: block;
    }
    .cru-menuone.mob li:nth-child(2) a {
        border-left: solid 1px #3c3a5f;
        border-right: solid 1px #3c3a5f;
    }
    .navbar-nav-main{ display: block; top: 0; }
    a.cru-morebtn.see-more-btn {
        right: auto;
        top: auto;
        font-size: 25px;
        position: relative;
    }
    a.cru-morebtn.see-more-btn::after {
        top: 4px;
    }
    .tab-acc .card-body {
        text-align: center;
    }
    .cru-rescue-profile .left p iframe {
        height: 83vh;
    }

}

@media(max-width:768px) {
    .cru-heromain .carousel-item {
        min-height: 400px;
    }
    .cru-heromain .carousel-caption h1 {
        padding: 0;
        font-size: 45px;
    }
    .cru h2 {
        font-size: 45px;
    }


}

@media (max-width: 425.98px) {
    .cru-heromain .carousel-item {
        min-height: 290px;
    }
    .cru-heromain .carousel-caption h1 {
        font-size: 35px;
    }
    .cru-heromain .carousel-caption {
        padding: 0 10px;
    }
    .cru-mainlinks a span {
        font-size: 30px;
    }
    .cru-mainlinks a {
        padding: 11px 15px;
        min-height: 67px;
    }
    .cru-mainlinks a:after {
        width: 44px;
        height: 44px;
        background-size: contain!important;
    }
    .cru-featured_section {
        padding: 30px 0;
    }
    .cru h2 {
        font-size: 32px;
    }
    .cru-featured_section h2 {
        padding-bottom: 7px;
    }
    .cru-featured_section .card-header a {
        font-size: 16px;
    }
    .cru-postsection .text-section .title {
        font-size: 20px;
    }
    .cru-postsection li {
        padding: 10px;
    }
    .cru-postsection .text-section span {
        margin-bottom: 0;
    }
    
    #cru-region_section h2 {
        margin-bottom: 10px;
    }
    .cru-region_section li {
        width: 100%;
    }
    .cru-region_section li {
        min-height: 250px;
    }
    .cru-region_section li a span {
        font-size: 35px;
    }
    .cru-home_slide #cru-home_slide .owl-nav {
        display: none!important;
    }
    .cru-home_slide .textarea {
        font-size: 20px;
    }
    .cru-footer {
        padding: 30px 0;
    }
    .cru-subscribe .input-group input {
        min-width: 200px;
    }
    .cru-footer p {
        font-size: 20px;
    }
    .navbar-brand.logo {
        width: 165px;
        height: 60px;
    }
    .navbar-collapse{ top: 73px; }
     .headermain .container{ padding-left: 0; padding-right:0; }
    .navbar-brand.logo{ position: relative; left: 15px; }

    .cav-glry .ngg-gallery-thumbnail-box {
        max-width: 50%!important;
    }
    .cru-rescue-profile .left p iframe{
        height: 50vh;
    }
}

@media screen and (max-width: 380px) {
    .cru-mainlinks a span {
        font-size: 27px;
    }
    .cru-mainlinks a {
        padding: 8px 15px;
        min-height: 61px;
    }
    .cru-mainlinks a:after {
        width: 40px;
        height: 40px;
        background-size: contain!important;
        top: 12px;
        right: 14px;
    }
    .cru-featured_section {
        padding: 20px 0;
    }
    .cru h2 {
        font-size: 29px;
        line-height: 1.1em;
    }
    .cru-region_section li a span {
        font-size: 30px;
    }
    .cru-region_section li {
        min-height: 200px;
    }
    .cru-subscribe .input-group input {
        padding: 10px;
    }
    .cru-sendbtn {
        width: 55px;
    }
    .cru-footer p {
        font-size: 20px;
    }
}


/*Innerpages*/

.cru.search-landing {
    background: #f4f4f4;
}

.cru.search-landing .cru-main-section {
    padding: 50px 0 40px 0;
}

.cru.search-landing .cru-main-section h2 {
    font-size: 75px;
    color: #262626;
    margin-bottom: 20px;
}

.cru.search-landing .cru-main-section .cru-postsection {
    flex-wrap: wrap;
}

.cru.search-landing .cru-main-section .cru-postsection li {
    margin-bottom: 40px;
}

.cru-library-section {

    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 45px;

}

.cru-selections {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.cru-selections li {
    display: flex;
    list-style: none;
    width: 24%;
    position: relative;
}

.cru-selections li .selectpicker {
    height: 48px;
    background: #ffffff;
    padding: 10px;
    border: none!important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #393939;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none!important;
}

.cru-selections li .selectpicker:focus-visible{ border:none!important; }


.cru-selections li::after {
    width: 10px;
    height: 7px;
    background: url(../img/drp-arrow.png) center center no-repeat;
    content: '';
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
}

.cru-pagination .page-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 24px;
    color: #9d9d9d;
    box-shadow: none!important;
    transition: 0.5s;

}

.cru-pagination .page-link:hover,
.cru-pagination .page-link:active {
    color: #393939;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 11px;
    height: 20px;
    background: url(../img/pn-arrow.png) left top no-repeat;
    font-size: 0;
    position: relative;
    top: 12px;
}

.page-item:last-child .page-link {
    background-position: right top;
}

.page-item:first-child {
    margin-right: 2%;
}

.page-item:last-child {
    margin-left: 10%;
}

.cru-form-rdo {
    display: flex;
    margin-bottom: 35px;
}

.cru-form-rdo .form-check {
    padding-left: 0;
    position: relative;
    display: inline-block;
    padding-right: 35px;
    margin-right: 5%;
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    cursor: pointer;
}

.cru-form-rdo .form-check .form-check-input {
    position: absolute;
    right: 0;
    opacity: 0;
    cursor: pointer;
}


/*.cru-form-rdo .form-check .form-check-input {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid currentColor;
}*/

.cru-form-rdo .form-check .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    top: 0;
    right: 0;
    z-index: -1;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #fff;
}

.cru-form-rdo .form-check:hover .check {
    border: 2px solid #c56f49;
}

.cru-form-rdo .form-check .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.cru-form-rdo .form-check .form-check-label{ cursor: pointer; }

input[type=radio]:checked~.check {
    border: 2px solid #c56f49;
}

input[type=radio]:checked~.check::before {
    background: #c56f49;
}

input[type=radio]:checked~label {
    color: #c56f49;
}

.cru-form_filter-section {
    position: relative;
    display: flex;
    margin: 30px 0;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.cru-form_filter-left {
    max-width: 200px;
}

.cru-form_filter-left a {
    display: block;
    background: #c56f49;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 21px;
    letter-spacing: 0.1em;
}

.cru-form_filter-right ul {
    display: flex;
    width: 100%;
    margin: 0;
}

.cru-form_filter-right li {
    display: flex;
    list-style: none;
}

.cru-form_filter-right li span {
    color: #919191;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    display: block;
    margin-right: 80px;
    position: relative;
    padding-left: 37px;
    cursor:pointer;
}

.cru-form_filter-right li:last-child span {
    margin-right: 0;
}

.added-class:before {
    content:none;
    background: none;
  }

ul#filter-ul p.close-ico {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 27px;
    height: 27px;
    background: #939393 url(../img/close-icon.png) center center no-repeat;
    border-radius: 50%;
    transition-duration: 0.5s;
}

ul#filter-ul p.close-ico:hover {
    background-color: #c56f49;
}
/*
.cru-form_filter-right li a {
    color: #919191;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    display: block;
    margin-right: 80px;
    position: relative;
    padding-left: 37px;
}

.cru-form_filter-right li:last-child a {
    margin-right: 0;
}

.cru-form_filter-right li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 27px;
    height: 27px;
    background: #939393 url(../img/close-icon.png) center center no-repeat;
    border-radius: 50%;
    transition-duration: 0.5s;
}

.cru-form_filter-right li a:hover:before {
    background-color: #c56f49;
}
*/
.cru-showing {
    display: block;
    margin: 15px 0;
    color: #3b3b3b;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.cru-rescue-profile-hero img{
    text-align: center;
    margin: 0 auto 0 auto;
    display: table;
    max-width: 1106px;
    /* border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; */
}

.rp-hero_badge {
    position: absolute;
    max-width: 235px;
    left: 7%;
    top: 7%;
}
.cru-rescue-profile .rp-hero_badge.left p{
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: -132px;
}
.cru-rp_page-titlesection {
    position: relative;
}

.cru-rp_page-title {
    display: flex;
    padding: 15px 25px;
    background: #21b69f;
    border-radius: 15px 0 15px 0;
    min-height: 85px;
    font-family: "LatienneURW-Bol";
}

.cru-rp_page-titlesection .cru-rp_page-title {
    position: relative;
    top: -95px;
    margin-bottom: -95px;
    max-width: 480px;
}

.cru-rp_page-title span {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}

.cru-rescue-profile .cru-main-section {

    padding-bottom: 30px;
}

.cru-rescue-profile h1 {
    font-weight: 700;
    font-size: 45px;
    color: #262626;
    margin-top: 35px;
    line-height: 1.6em;
}

.cru-rescue-profile h1 span {
    display: block;
    font-size: 90px;
}

.cru-rescue-profile .left {
    width: 99%;
}

.cru-rescue-profile .left p {
    font-family: "LatienneURW-Reg";
    font-size: 25px;
    color: #262626;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: 400;
}

.cru-rescue-profile .left .imagebox {
    margin: 30px 0;
}

.cru-rescue-profile .right ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.cru-rescue-profile .right li {
    font-weight: 400;
    font-size: 19px;
    color: #393939;
    line-height: 1.4em;
    list-style: none;
    margin-bottom: 4px;
}

.cru-rescue-profile .right li span {
    font-weight: 700;
}

#cru-photogallery {
    overflow: hidden;
}

.cru-photogallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: masonry; */
    margin: -4px;
}

.cru-photogallery figure {
    padding: 4px;
    margin: 0;
}

.cru-photogallery img {
    max-width: 100%;
    display: block;
    width: 100%;
}


/*.landscape {
  grid-column-end: span 2;
}*/

/*vd styles habi Start*/
.pag_loading {
    padding: 20px;
    background-color: #ccc;
    min-height: 400px;
}

.pagination-link ul {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.pagination-link ul li {
    display: inline;
    margin: 3px;
    padding: 4px 8px;
    background: #FFF;
    color: black;
}

.pagination-link ul li.active:hover {
    cursor: pointer;
    background: #1E8CBE;
    color: white;
}

.pagination-link ul li.inactive {
    background: #7E7E7E;
}

.pagination-link ul li.selected {
    background: #1E8CBE;
    color: white;
}
/*vd styles habi end*/


/* shidin pagonation style start*/
.pagination-link ul li {
    background: none!important;
    border: none;
    font-weight: 600;
    font-size: 24px;
    color: #9d9d9d;
    box-shadow: none!important;
    transition: 0.5s;
}

.pagination-link ul li.selected,
.pagination-link ul li.active:hover {
    color: #393939;
}

.pagination-link ul li.prev,
.pagination-link ul li.next {
    width: 11px;
    height: 20px;
    background: url(../img/pn-arrow.png) left top no-repeat !important;
    font-size: 0;
    position: relative;
    top: -15px;
    display: inline-block;
    margin: 0 20px;
}

.pagination-link ul li.next {
    background-position: right top!important;
}

.pagination-link ul li.move-last,
.pagination-link ul li.move-first {
    width: 15px;
    height: 17px!important;
    background: url(../img/pn-arrow-end.png) left top no-repeat !important;
    font-size: 0;
    position: relative;
    top: -13px;
    display: inline-block;
}

.pagination-link ul li.move-last {
    background-position: right top!important;
}
/* shidin pagination style end*/

/*line progress bar START*/
.cru_top_line_loader {
    display: block;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    background: #c56f49;
    position: fixed;
    top: 0;
    left: 0;
    content: " ";
    height: 10px;
    z-index: 99999;
}
.cru_top_line_loader.run {
    -webkit-transition: width 0.6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    width:100%;
}
/*line progress bar END*/

.cru-static-content strong {
    font-weight: 600;
}
.cru-static-content a {
    color: #c06137;
}
.cru-static-content{
    padding-bottom: 25px;
    padding-top: 45px;
}
a.cru_content_cta1 {
    background-color: #c06137;
    padding: 12px 30px;
    color: #fff;
    margin: 20px 0;
    display: block;
    text-align: center;
}
a.cru_content_cta1:hover {
    background-color: #202020;
}


.hero_h_fix {
    max-height: 717px !important;
}

.sl-overlay{
    background: #000000;
}

@media (min-width: 500px) {
    .hero_h_fix {
        min-height: 460px;
    }
}

@media (min-width: 1440.1px) {
    /* .cru-rescue-profile-hero {
        padding: 30px 0 0 0;
    } */
}

@media (min-width: 1440px) {
    .cru-form_filter-right li a {
        margin-right: 50px;
    }
}

@media (max-width: 992px) {
    .cru-form_filter-right ul {
        padding-left: 15px;
    }
    .cru-form_filter-left a {
        font-size: 15px;
        padding: 5px 10px;
    }
    .cru-form_filter-right li a {
        margin-right: 30px;
        padding-left: 34px;
        font-size: 15px;
    }
    .cru-form_filter-right li a:before {
        top: -1px;
        width: 23px;
        height: 23px;
    }
    .search-landing-posts .cru-postsection li {
        width: 49%;
        padding: 10px;
        text-align: left;
    }
    .cru-selections li .selectpicker {
        font-size: 17px;
    }
    .cru.search-landing .cru-main-section h2 {
        font-size: 50px;
    }
    .cru-rescue-profile-hero img{
        width: 100%;
    }
    .responsive {
        width: 100%;
        height: auto;
    }
    .cru-rescue-profile .cru-main-section .col-lg-8 img{
        width: 100% !important;
        height: auto !important;
    }
      
}

@media (max-width: 767px) {
    .cru.search-landing .cru-main-section h2 {
        font-size: 45px;
    }
    .cru-form_filter-right ul {
        flex-wrap: wrap;
    }
    .cru-form_filter-right li {
        margin-bottom: 9px;
    }
    .cru-form_filter-left a {
        padding: 10px;
        min-width: 110px;
    }
    

    .cru-rescue-profile-hero {
        /* height: 400px !important; */
        min-height: auto;
    }
    .cru-rescue-profile h1 {
        font-size: 40px;
        line-height: 1.1em;
    }
    .cru-rescue-profile h1 span {
        font-size: 55px;
    }

}

@media (max-width: 425.98px) {
    .cru.search-landing .cru-main-section h2 {
        font-size: 32px;
    }
    .cru-selections {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .cru-selections li {
        width: 49%;
    }
    .cru-selections li .selectpicker {
        height: 42px;
        margin-bottom: 4px;
        margin-bottom: 10px;
    }
    .cru.search-landing .cru-main-section {
        padding: 30px 0 50px 0;
    }
    .cru-library-section {
        padding-bottom: 25px;
        padding-top: 15px;
    }
    .cru-library-section .alignleft,.cru-library-section .alignright,.posts-navigation .nav-previous {
        font-size: 20px;
    }
    .cru-pagination .page-link {
        font-size: 18px;
        padding: .5rem .50rem;
    }
    .page-item:last-child {
        margin-left: 5%;
    }
    .page-item:first-child {
        margin-right: 1%;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        top: 7px;
    }
    .search-landing-posts .cru-postsection li {
        width: 100%;
    }
    .cru-postsection .text-section p {
        margin-bottom: 0;
    }
    .cru-form_filter-section {
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .cru-form_filter-right ul {
        padding-left: 5px;
    }
    .cru-form_filter-right li {
        width: 49.5%;
    }
    .cru-form_filter-left a {
        padding: 5px 10px;
        min-width: auto;
        margin-bottom: 12px;
    }
    .cru-form-rdo {
        margin-bottom: 15px;
    }
    .cru-rescue-profile-hero {
        /* height: 260px!important; */
    }
    .cru-rescue-profile h1 {
        font-size: 30px;
    }
    .cru-rescue-profile h1 span {
        font-size: 45px;
    }
    .cru-rp_page-title span {
        font-size: 25px;
    }
    .cru-rp_page-title {
        min-height: 65px;
        margin-top: 15px;
    }
    .cru-rescue-profile .left p {
        font-size: 18px;
    }
    .cru-rescue-profile .rp-hero_badge.left p {
        margin-top: -88px;
    }
    .cru-rescue-profile .right li {
        font-size: 17px;
    }
    .rp-hero_badge {
        max-width: 149px;
    }
    .pagination-link ul li {
        font-size: 20px;
    }
    .pagination-link ul li.prev,
    .pagination-link ul li.next {
        margin: 0 10px;
    }
    .pagination-link ul li {
        padding: 4px 6px;
    }
    .pagination-link ul li:last-child,
    .pagination-link ul li:first-child {
        top: -14px;
    }
    .cru-static-content p{
        font-size: 18px;
        line-height: 1.3em;
    }
    .cru-postsection .row{  
        margin: 0px;
    }
    .cru-static-content{
        padding-top: 15px;
    }
    .container.cav-glry{
        padding-top: 15px;
    }
}

@media (max-width: 380px) {
    .cru-form_filter-right li a {
        margin-right: 15px;
        padding-left: 25px;
        font-size: 13px;
    }
    .cru-form_filter-right li a:before {
        top: 0;
        width: 18px;
        height: 18px;
        background-size: 48%;
        background-position-y: 5px;
        background-position-x: 4px;
    }
    .cru-form-rdo .form-check {
        font-size: 14px;
        margin-right: 4%;
        padding-right: 31px;
    }
    .cru-menuone li a {
        padding: 11px 10px 11px 10px;
    }
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4 End**/
 
 
 
