
body {
    margin: 0;
    padding: 0;
    font-family: 'Libre Franklin', sans-serif;
    color: #5a5a5a;
	font-size: 14px;
	
}

* {
    margin: 0;
    padding: 0;
}

img,
a {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
	outline: none !important;
}

input,
textarea,
select {
    outline: none;
}

h1 {
    font-size: 45px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .5px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

strong {
    font-weight: inherit;
}

.clear:after {
    display: block;
    clear: both;
    content: '';
}

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}

.spacer25 {
    height: 25px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.wrapper {
    max-width: 1170px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.wrapper:after {
    clear: both;
    display: block;
    content: '';
}

/***************************
	Header css start
*****************************/
::-webkit-input-placeholder {
    /*Chrome/Opera/Safari */
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1
}

.transition250 {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

.transition350 {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}


/***************************
	Header css start
*****************************/

.banner {
    background: #2e0751;
    padding-bottom: 0;
    position: relative;
    height: auto;
}
.banner .menuBar {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
.banner .menuBar .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.banner .menuBar a.logo {
    width: 239px;
    height: 100px;
}
.banner .menuBar a.logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.contact_btn {
    padding: 12px 17px;
    background: #f86606;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    width: 12%;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    margin-left: auto;
	border: 1px solid #f86606;
	text-align: center;
}

.contact_btn:hover {
 	background: #fff;
	color: #f86606;
	border: 1px solid #f86606;
}


.banner .banner_pic{
    position: relative;
    height: auto;
    overflow: hidden;
}
.banner .banner_pic img {
    width: 2100px;
    left: 50%;
    position: relative;
    margin: 0 0 0 -1050px;
    display: block;
}

.banner .banner_pic .captionBox {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
}
.banner .banner_pic .captionBox .caption {
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
}

.banner .banner_pic .captionBox .caption h2 {
    font-size: 36px;
    color: #fff;
    margin-left: 0;
	font-family: 'Concert One', cursive;
}

.banner .banner_pic .captionBox .caption h2 span {
    display: block;
    margin-left: 49px;
}




.about_sec{
	padding:100px 0;
	overflow: hidden;
	background: #fff;
}

.about_sec {
	padding: 100px 0;
	overflow: hidden;
}

.about_sec .wrapper{
	display: flex;
   	flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	
}
.about_sec .about_pic_details{
	
}
.about_sec .about_pic_details .about_pic {
    height: 720px;
    width: 530px;
    flex: 0 0 530px;
    margin-right: 47px;
	-webkit-box-shadow: 0px 2px 31px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 31px -5px rgba(0,0,0,0.75);
box-shadow: 0px 2px 31px -5px rgba(0,0,0,0.75);
}

.about_sec .about_pic_details .about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_sec .about_pic_details{
	
}

.about_sec .about_pic_details ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    flex-wrap: wrap;
}
.about_sec .about_pic_details ul li {
    margin-right: 20px;
    width: 20%;
    flex: 0 0 28%;
    margin-top: 17px;
    display: inline-flex;
}

.about_sec .about_pic_details ul li a {
    padding: 15px 40px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #f86606;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    width: 100%;
    text-align: center;
}

.about_sec .about_pic_details ul li input[type="submit"] {
	padding: 15px 40px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    width: 100%;
    text-align: center;
	background:#f86606;
	cursor: pointer;
}

.about_sec .about_pic_details ul li .paypel {
	width: 100%;
}

.about_sec .about_pic_details ul li a:hover {
	background: #f86606;
	color: #fff;
}
.about_sec .about_pic_details ul li input[type="submit"]:hover {
	background: #f86606;
	color: #fff;
}

.about_sec .about_pic_details ul li a.active {
    border: 1px solid #f86606;
    background: #f86606;
    color: #fff !important;
}
.about_sec .about_pic_details ul li a.active:hover {
    border: 1px solid #f86606;
    background: #fff !important;
    color: #f86606 !important;
}
.about_sec .about_dtls h3{
	font-family: 'saxony-serialbold';
	color: #f86606;
	font-size: 19px;
	font-weight: 600;
}

.about_sec .about_dtls h3 span{
	display: block;
	color: #292929;
	font-size: 30px;
	line-height: 50px;
}
.about_sec .about_dtls p {
    font-family: 'Poppins', sans-serif;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
}


.footer{
    position: relative;
    height: auto;
    overflow: hidden;
}
.footer img {
    width: 2100px;
    left: 50%;
    position: relative;
    margin: 0 0 0 -1050px;
    display: block;
}

.footer .footer_captionBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    margin: 0 auto;
}
.footer .footer_captionBox .footer_logo {
    width: 179px;
    height: 77px;
    margin: 0 auto;
}
.footer .footer_captionBox .footer_logo img {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}

.footer_bottom {
	border-top:1px solid #333333;
	padding: 10px 0;
	background: #000;
}
.footer_bottom .wrapper{
	display: flex;
   	flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	
}

.footer_bottom .footer_bottom_right{
	margin-left:auto;
}

.footer_bottom .footer_bottom_right ul{
	display: flex;
   	flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer_bottom .footer_bottom_right ul li{
	margin-right: 10px;
}

.footer_bottom .footer_bottom_right ul li a i {
    color: #ffffff;
    font-size: 15px;
}

.footer_bottom .footer_bottom_right ul li a:hover i {
	color: #f86606;

}

#donate {
	display: none;
	min-width: 850px;
}


#donate iframe {
	width: 100%;
	height: 550px;
	vertical-align: bottom;
}





/***************************
	adoption page  css start
*****************************/
.adoption{
	padding:100px 0;
	overflow: hidden;
	background: #fff;
}
.adoption h3{
	font-family: 'Poppins', sans-serif;
	color: #f86606;
	font-size: 19px;
	font-weight: 600;
	text-align: left;
	position: relative;
}

.adoption h3::after{
	content: "";
	position: absolute;
	background:url("../images/farm_heading_bg.png");
	width: 1032px;
	height: 67px;
	background-repeat: no-repeat;
	right: 0;
	top: -45px;
}

.adoption h4{
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding: 50px 0;
}

.adoption ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.adoption ul li {
    flex: 0 0 45%;
    width: 45%;
    border: 2px solid #d2d2d2;
    margin-right: 50px;
    flex-wrap: wrap;
    padding: 50px 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
}
.adoption ul li:nth-child(2n){
	margin-right: 0;
}


.adoption ul li .cat_details{
	display: flex;
   	flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;	
}
.adoption ul li .cat_details .cat_pic{
	width: 283px;
	height: 306px;
	flex: 0 0 283px;
}
.adoption ul li .cat_details .cat_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.adoption ul li .cat_details  .cat_text {
    overflow: hidden;
}

.adoption ul li .cat_details .cat_text ul{
	display: flex;
   	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.adoption ul li .cat_details .cat_text ul li {
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 10px 0;
	margin: 0;
}
.adoption ul li .cat_details .cat_text ul li:last-child {
    border-bottom: none;
}
.adoption ul li .cat_details .cat_text ul li h3{
	color: #ff6501;
	font-size: 13px;
	text-align: left;
}

.adoption ul li .cat_details .cat_text ul li h3:after{
	display: none;
}
.adoption ul li .cat_details .cat_text ul li h3 span {
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    line-height: 33px;
}

.adoption ul li .cat_details .cat_text ul li h3 strong{
	font-size: 18px;
}

.adoption ul li .cat_details .cat_text ul li h4 {
    color: #ff6501;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0 0;
}

.adoption ul li .cat_details .cat_text ul li h4 span{
	color: #717171;
	display: block;
}

.adoption ul li .cat_details .cat_text ul li a {
    padding: 10px 23px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background: #f86606;
    display: block;
    width: 43%;
    text-align: center;
    margin-top: 15px;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.adoption ul li .cat_details .cat_text ul li a:hover {
	background: #fff;
	color: #f86606;
    border: 1px solid #f86606;
}


.adoption a.view_btn.center {
    padding: 10px 23px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background: #f86606;
    display: block;
    width: 9%;
    text-align: center;
    margin: 0 auto;
	  vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.adoption a.view_btn.center:hover {
	background: #f86606;
	color: #fff;
    border: 1px solid #f86606;
}

/***************************
	adoption page  css End
*****************************/



/***************************
	adoption page single  css start
*****************************/
.adoption.single {
    background: url(../images/adoption_single_bg.png) no-repeat 0% 50%, url(../images/adoption_single_bg.png) no-repeat 100% 100%;
}
.adoption .adoption_single_details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.adoption .adoption_single_details .cat_pic{
	width: 435px;
	height: 470px;
	flex: 0 0 435px;
}
.adoption .adoption_single_details .cat_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adoption .adoption_single_details .cat_text {
    overflow: hidden;
}

.adoption .adoption_single_details .cat_text ul{
	display: flex;
   	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.adoption .adoption_single_details .cat_text ul li {
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 10px 0;
	margin: 0;
}
.adoption .adoption_single_details .cat_text ul li:last-child {
    border-bottom: none;
}
.adoption .adoption_single_details .cat_text ul li h3{
	color: #ff6501;
	font-size: 13px;
	text-align: left;
}

.adoption .adoption_single_details .cat_text ul li h3:after{
	display: none;
}
.adoption .adoption_single_details .cat_text ul li h3 span {
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    line-height: 33px;
}

.adoption .adoption_single_details .cat_text ul li h3 strong{
	font-size: 18px;
}

.adoption .adoption_single_details .cat_text ul li h4 {
    color: #ff6501;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0 0;
}

.adoption .adoption_single_details .cat_text ul li h4 span{
	color: #717171;
	display: block;
}

.adoption .adoption_single_details .cat_text ul li a {
    padding: 10px 23px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background: #f86606;
    display: block;
    width: 43%;
    text-align: center;
    margin-top: 15px;
}

.adoption .adoption_single_details .cat_text ul li a:hover {
	background: #fff;
	color: #f86606;
    border: 1px solid #f86606;
}


.adoption .adoption_single_details.bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.adoption .adoption_single_details.bottom .single_text{
	width: 70%;
	margin-right: 20px;
	overflow: hidden;
}

.adoption .adoption_single_details.bottom .single_text p{
	font-family: 'Poppins', sans-serif;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 30px;
}
.adoption .adoption_single_details.bottom .single_text_btn{
	overflow: hidden;
}
.adoption .adoption_single_details.bottom .single_text_btn a.view_btn {
    padding: 15px 23px;
    border: 1px solid #f86606;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background: #f86606;
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	margin-bottom: 10px;
}

.adoption .adoption_single_details.bottom .single_text_btn a.view_btn:hover {
	background: #fff;
	color: #f86606;
    border: 1px solid #f86606;
}
/***************************
	adoption page single  css End
*****************************/


.scrollTop {
	position: fixed;
	right: 1%;
	bottom: 10px;
	background:url(../images/up_arrow.png) !important;
	background-repeat: no-repeat;
	padding: 20px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.menuBar.scrolled {
	position: fixed;
	top: 0;
	background:url("../images/header_bg.png");
	padding-bottom:10px;
	z-index: 99999;
	transition: all 0.6s ease-in-out;
	left: 0;
	right: 0;
	border-bottom: 2px solid #2e0751;
	background-repeat: repeat-x;
}
.menuBar.scrolled{
	padding-top: 0;
}

.menuBar.scrolled  {
  border-bottom: none;
}
.menuBar.scrolled .logo {
  padding: 0;
}
.menuBar.scrolled .logo a {
  display: block;
}
.menuBar.scrolled #header {
  padding-top: 0;
}

