 body{
    background:#FFFFFF;
     margin:0;
     padding:0;
     font-size:15px;
     font-family: 'Open Sans', sans-serif;
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Open Sans', sans-serif;
     font-weight:bold;
}
button,a:focus{
  outline: none;
  border: none;
}
/* Header Css */
.navLinks ul li a {
    background: none;
}
.navLinks button a {
    color: white;
}
.navLinks button a:hover {
    text-decoration: none;
}
.navbar-inverse
{
     background-color: #ffffff; 
     border-color: #ffffff;
     border-bottom: 3px solid #ff8000;
     margin-bottom: 0.5px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000000 !important;
    background-color: #ffffff;
}
.headerMain {
    margin-top: 15px;
   /*  position: sticky;
    width: 100%;
    top: 0px;
    z-index: 99999; */
}
ul.nav.navbar-nav {
    float: right;
}
.navLinks ul li a {
    color: #000000 !important;
    font-weight: 600;
}
.navLinks ul button {
    margin-top: 4px;
    box-shadow: 0px 10px 30px -12px rgba(222, 204, 98, 0.6);
    color: #ffffff;
    background: linear-gradient(180deg, #ffc26a 0%, #ffc26a 30%, #ffb345 100%);
    border-radius: 4px;
    border: 1px solid #decc62;
    padding: 1rem 2.4rem;
}
.navLinks ul button:focus
{
    outline: none;
    border: none;
}
.modal-footer.d-flex.justify-content-center button {
    background: linear-gradient(180deg, #ffc26a 0%, #ffc26a 30%, #ffb345 100%);
    border: none;
    color: white;
    width: 108px;
    height: 40px;
}
.navbar-header h5 {
    color: #ff8000;
    /* margin-top: 15px; */
    line-height: 25px;
    font-size: 20px;
}
.topHeader {
    background: linear-gradient(180deg, #ffc26a 0%, #ffc26a 30%, #ffb345 100%);
    position: relative;
}
.topleftContent ul li {
    list-style: none;
    display: inline-flex;
    padding: 12px;
    color: white;
}
.topleftContent ul li i {
    font-size: 18px;
}
.topleftContent ul li i span {
    margin-left: 17px;
}
.toprightcontent a {
    color: white;
    padding: 10px;
    opacity: 0.6;
}
.toprightcontent {
    float: right;
    margin-top: 7px;
}
.topleftContent ul {
    margin-top: 9px;
}
.toprightcontent a i {
    border: 2px solid;
    border-radius: 100px;
    padding: 10px;
}
.toprightcontent a:hover {
    opacity: 1;
}

.navLinks .nav li ul li a:hover {
  background: #ffffff;
}

.navLinks li.submenu:hover {
    background: white;
}
ul.submenuList {
    position: absolute;
    z-index: 99999;
    left: 0px;
    top: 100%;
    width: 240px;
    padding: 0px 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #FDCB09;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.navLinks ul.submenuList li a{
    color: black !important;
}
.navLinks ul.submenuList li {
    margin-bottom: 12px;
    color: white;
    margin-top: 10px;
    margin-left: 15px;
}
.navLinks .nav > li:hover {
  background: none;
}
.navLinks .nav li ul {
  display: none;
}
.navLinks .nav > li:hover ul {
  display: block;
}
.navLinks ul.submenuList li a:hover{
    background: none !important;
    color: white;
}
.navLinks ul li i {
    margin-left: 8px;
    position: relative;
    bottom: 1px;
}
/* Close */

/* Footer Css */
.bottomrightcontent a {
    color: white;
    padding: 10px;
}
.bottomrightcontent {
    margin-top: 25px;
}
.bottomrightcontent ul {
    margin-top: 9px;
}
.bottomrightcontent a i {
    border: 2px solid;
    border-radius: 100px;
    padding: 10px;
}
.footerMain
{
    padding: 6rem 10.7% 4.2rem 10.7%;
    background: #232323;
    margin-left: 0 !important;
}
.footer2 ul li a {
    color: white;
    font-size: 15px;
}
.footer2 ul li a:hover{
    color: #ffbd5c;
}
.footer2 ul {
    padding-left: 8px;
}
.footer2 ul li {
    margin-bottom: 12px;
    list-style: none;
}
.footer4 p i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffbb59;
}
.footer4 a{color: #ffbb59;}
.footer4 p a span:hover{color: #ffbb59;}
.footer4 p a span {
    color: white;
}
.footer4 h3{
    color: white;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.footer2 h3 {
    color: white;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.footer1 p {
    color: white;
    margin-top: 35px;
}
.footer1 h5 {
    color: white;
    margin-top: 15px;
    line-height: 25px;
    font-size: 20px;
}
.footer2 p {
    margin-top: 12px;
    color: white;
}
.footer3 p {
    color: white;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 35px;
}
.footer3 h5 {
    color: white;
    font-size: 15px;
}
.footer4 h5 {
    color: white;
    font-size: 15px;
}

.footer4 p {
    padding-top: 10px;
    color: white;
}
.copyrithContent {
    border-top: 1px solid white;
    margin-top: 35px;
}
.copyrithContent p {
    margin-top: 20px;
    color: white;
    letter-spacing: 1px;
}
.copyrithContentMain p span {
    color: #ffbb59;
}
.copyrightLinks {
    margin-top: 20px;
    float: right;
}
.copyrightLinks a {
    color: white;
}
.copyrithContent button i {
    position: relative;
    bottom: 9px;
    font-size: 22px;
}
.copyrithContent button:hover {
  background-color: #555;
}
.copyrithContent button {
   position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 23px;
    border: none;
    outline: none;
    background-color: #ffbd5c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.hardwareMain {
    background: #f9f9fa;
    padding: 60px 40px;
}
.footer2 img {
    margin-top: 15px;
}

.modal-footer {
     border-top: none !important; 
}
.bottomrightcontent a i:hover {
    background: #ffbd5c;
}
/* Close */
/* Index Page */
.col-sm-12.nopadding {
    padding: 0px;
}
.footerLinks ul li {
    display: inline-flex;
    padding: 10px;
    color: white;
}
/* Home Page Vide Slider */
.fade-carousel {
    position: relative;
    height: 60vh;
}
.fade-carousel .carousel-inner .item {
    height: 60vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 2; */
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('http://faunapolice.com/fauna/img/index-banner3.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('http://faunapolice.com/fauna/img/index-banner.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('http://faunapolice.com/fauna/img/index-banner1.jpg');
}
/* Close */
/* Close */


/* Contact Page */
.contactMain {
    margin-top: 40px;
    margin-bottom: 70px;
}
.getInHeading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px;
    margin-left: 20px;
    text-transform: none;
}
.contactInfo p img {
    width: 25px;
    margin-right: 25px;
}

.contactInfo h4 img {
    width: 25px;
    margin-right: 25px;
}
.contactInfo p {
    font-weight: 500;
    color: #666666;
    font-size: 16px;
        opacity: 0.9;
}
.contactInfo h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: #decc62;
}
.contactInfo h5 {
    margin-left: 50px;
    color: rgba(0,0,0,0.40);
    opacity: 0.9;
}
.contactInfo h4.retail {
    margin-left: 50px;
    font-size: 19px;
    font-weight: 500;
        margin-bottom: 20px;
    margin-top: 20px;
}
.contactInfo {
    margin-top: 20px;
}
.ContactForm form input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666;
    background-color: #F7F7F7;
    border-radius: 4px;
    border: none;
}

.ContactForm form textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666;
    background-color: #F7F7F7;
    border-radius: 4px;
    border: none;
}

.ContactForm form button {
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    padding: 1rem 3.1rem;
    background: #ffbd5c;
    transition: all 0.3s;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}
.ContactForm form button:hover{
    background: #ffbd5c;
    color: #ffffff;
}
.ContactForm form button:focus{
    outline: none;
    border: none;
}
.navLinks ul li a {
    font-weight: 500;
}
.navLinks ul li a:hover{
    color: #ffbd5f !important;
}
/* Close */



/* Privacy Policy */
section.page-title {
    position: relative;
    text-align: center;
    padding: 80px 0px 100px;
}
section.page-title .inner-box {
    position: relative;
}
section.page-title h1 {
    font-size: 72px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #ffffff;
    text-transform: capitalize;
}
.privacyMain {
    padding: 40px 50px;
}
.privacyContent p {
    margin-bottom: 15px;
    color: #4b565e;
    letter-spacing: .5px;
}
/* close */

/* About Page Css*/
.aboutMain {
    padding: 60px 50px;
}
.aboutContent p {
    color: #4b565e;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.aboutContent h3 {
    color: #4b565e;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.aboutContent ul li {
    margin-bottom: 15px;
    list-style: none;
    margin-top: 20px;
}
.aboutContent ul {
    padding-left: 1px;
}
.aboutContent ul li i {
    color: #ffbd5c;
    margin-right: 15px;
    font-size: 18px;
}
.aboutContent ul strong {
    color: #4b565e;
}
/* Close */

/* Our Work Page */
.ourworkMain {
    padding: 60px 50px;
}
latestHeading h3 {
    color: red;
    margin-bottom: 25px;
    letter-spacing: .5px;
    font-size: 35px;
}
.ourContent h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4b565e;
    letter-spacing: 0.5px;
}
.ourContent p {
    color: #4b565e;
    letter-spacing: .5px;
}
.ourContentImg img {
    height: 300px;
    margin-bottom: 40px;
}
/* Close */
/* Index Page Css */
.makeDonation{
    padding: 60px 50px;
}
.sponsorConetnt h3 {
    margin-bottom: 24px;
    letter-spacing: .5px;
    color: #4b565e;
}
.sponsorConetnt p {
    letter-spacing: .5px;
    color: #4b565e;
    margin-bottom: 30px;
}
.sponsorShip {
    position: relative;
    text-align: center;
    padding: 0px 35px 30px;
    border: 1px solid #f2f2f2;
}
.sponsorShip img {
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 100px;
    padding: 8px;
}
.sponsorShip h3 {
    margin-bottom: 20px;
    color: #4b565e;
}
.sponsorShip i {
    color: #4b565e;
}
.sponsorShip p {
    margin-top: 20px;
    color: #4b565e;
    margin-bottom: 25px;
}
.sponsorShip {
    position: relative;
    text-align: center;
    padding: 0px 35px 30px;
    border: 1px solid #f2f2f2;
}
.sponsorShip a {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffbd5c;
    border: 2px solid #FDCB09;
    text-transform: uppercase;
}
.sponsorShip a:hover{
    background: white;
    color: #ffbd5c;
    text-decoration: none;
}
.employees h3 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 42px;
    line-height: 1em;
}
.employees {
    text-align: center;
    padding: 25px;
}
.employees p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}
.employees span {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 42px;
    line-height: 1em;
}
.volunteerMain h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    padding-top: 55px;
    margin-top: 0px;
}
.volunteerMain p {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}
.volunteerMain button {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    font-size: 14px;
    background: none;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    margin: 0 auto;
    display: block;
}
.volunteerMain button:hover{
    background: #ffbd5c;
}
.volunteerMain button a:hover{
    text-decoration: none;
}
.volunteerMain button a{
    color: white;
}
.lastestStory{
    padding: 60px 50px;
    background-color: #f3f3f3;
}
.latestHeading h3 {
    color: #4b565e;
    margin-bottom: 25px;
    letter-spacing: .5px;
    font-size: 35px;
}
.latestHeading p {
    margin-bottom: 20px;
    color: #4b565e;
}
.StoryBtn button {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    color: #000000;
    font-size: 13px;
    background: none;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ffbd5c;
    float: right;
    margin-top: 18px;
}
.StoryBtn button:hover{
    background: #ffbd5c;
    color: white;
}
.StoryBtn button a{
    color: black;
}
.StoryBtn button a:hover{
    text-decoration: none;
    color: white;
}
.storyConetnts {
    background: white;
    padding: 25px 30px;
}
.storyConetnts h3 {
    color: #4b565e;
    letter-spacing: 0.5px;
}
.storyConetnts p {
    margin-top: 20px;
    margin-bottom: 25px;
    color: rgba(0,0,0,0.40);
}
.storyConetnts button {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffbd5c;
    border: 2px solid #ffbd5c;
} 
.storyConetnts button a{
    color: white;
}
.storyConetnts button:hover{
    background: #fff;
    color: #ffbd5c;
}
.storyConetnts button a:hover{
    text-decoration: none;color: #ffbd5c;
}
.storyConetnts a {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    font-size: 13px;
    color: white;
    background: #ffbd5c;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ffbd5c;
    margin-top: 18px;
}
.storyConetnts a:hover{
    background: #ffffff;
    color: #ffbd5c;
    text-decoration: none;
}
/* Close */
/* Adopt Page Css */
.adoptMain {
    padding: 60px 40px;
}
.adoptHeading p {
    color: #4b565e;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.adoptFAQ h3 {
    color: #4b565e;
    letter-spacing: 0.5px;
}
.adoptFAQ p {
    color: #4b565e;
    letter-spacing: .5px;
}
.adoptFAQ ul {
    margin-top: 25px;
    margin-bottom: 35px;
}
.adoptFAQ ul li a {
    color: #ffbd5c;
}
/* Close */

/* Volunteer Page Css */
.beacmevolunteer {
    padding: 60px 40px;
}
.volunterHeading p {
    color: #4b565e;
    letter-spacing: .5px;
    margin-bottom: 25px;
    text-align: center;
}
.formFields .field-label {
    font-weight: 500;
    font-size: 18px;
    color: #25292f;
    line-height: 28px;
    margin-bottom: 10px;
}
.formFields .field-label span {
    color: red;
    margin-left: 10px;
}
.formFields input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 34px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.formFields input:focus{
    border: 1px solid #ccc;
    outline: none;
}
.formFields select{
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 34px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid #ccc;
}
.formFields textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    font-size: 14px;
    line-height: 34px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid #ccc;
}
.formFields button {
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    background-color: #FDCB09;
    border: 2px solid #FDCB09;
    text-transform: uppercase;
    margin-top: 25px;
}
.donation-form-outer {
    position: relative;
    padding: 60px 40px 60px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-color: #ffffff;
    height: 530px;
}
/* Close */
/* Donation Page */
.donationMain {
    padding: 60px 40px;
}
.donateHeading h3 {
    color: #4b565e;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.donateHeading p {
    color: #4b565e;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.donateHeading p a{
    color: #ffbd5c;
    font-weight: 600;
}
.donation-form-outermain {
    padding: 20px 40px 60px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-color: #ffffff;
    height: 950px;
    margin-bottom: 30px;
}
.donationForm form h3 {
    color: #4b565e;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.donationForm form button {
    width: auto;
    height: 55px;
    padding: 0px 15px;
    text-align: center;
    color: #4b565e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1f1f1;
    margin-right: 22px;
}

.donationForm form input[type=submit]{
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffbd5c;
    border: 2px solid #ffbd5c;
    text-transform: uppercase;
    margin-left: 35px;
}
.donationForm .radio-select {
    position: relative;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
    line-height: 45px;
}
.donationForm .radio-select input[type="radio"] {
    display: none;
}
.donationForm .radio-select label {
    position: relative;
    display: block;
    width: auto;
    height: 50px;
    padding: 3px 15px;
    text-align: center;
    color: #4b565e;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1f1f1;
    -ms-border-radius: 5px;
    cursor: pointer;
}
.donationForm form input#total_amount {
    height: 32px;
    padding: 15px 20px;
    background: #f9f9f9;
    width: 160px;
}
.donationForm form input#addDonation{
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffbd5c;
    border: 2px solid #ffbd5c;
    text-transform: uppercase;
    margin-left: 35px;
}  

.longTermform p {
    color: #4b565e;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
    margin-top: 1px;
}  
.longTermform p span {
    margin-left: 14px;
    font-weight: 600;
}
.longTermform select {
    margin-bottom: 25px;
    height: 30px;
    margin-right: 15px;
    width: 89px;
}
.longTermform input {
    height: 32px;
    margin-right: 25px;
}
.longTermform button {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffbd5c;
    border: 2px solid #ffbd5c;
    text-transform: uppercase;
}
/* Close */
