@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    /* font-family: 'Poppins', sans-serif; */
	/*font-family: var(--btn-font-family,Hind Madurai,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif);*/
	font-family: var(--btn-font-family,Hind Madurai,-apple-system,BlinkMacSystemFont,"Raleway",sans-serif);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    /*width: 540px;*/
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}

.parent {
    position: relative;
    max-width: 800px;
    margin: 5px auto;
    }
.parent img {
    vertical-align: middle;
    }
.parent .text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);/* Fallback color */
  background: rgba(0, 0, 0, 0.6);/* Black background with opacity */
  color: #ffffff;
  width: 100%;
  padding: 20px;
    }
    .parent .text > .news-read-more > .news-arrow-icon > img{
    height: px;
    width: auto;
}
.friend-act{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap:12px;
    grid-row-gap:12px;
}
.text-regular{
    color: #000 !important;
    /* font-family: 'Poppins', sans-serif; */
	font-family: var(Hind Madurai,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif) !important;
	font-size: 12px !important;
	
}
.publication-detail-info{
    margin:10px;
}
.msprev, .msnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 75px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.msprev {
  left: 40px;
}
.msnext {
  right: 40px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.msprev:hover, .msnext:hover {
  color: black;
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom-text {
  transition: transform .2s; /* Animation */
}

.zoom-text:hover {
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.form-head-color{
		width: auto!important;
		color: #2E6BA6;
		font-size:18px;
		font-weight:500;
	}
.row-main{    
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: 0px; */
    margin-left: -15px;
}
.container{
    max-width: 1300px !important;
}


.container-home, .container-fluid-home, .container-lg-home, .container-md-home, .container-sm-home, .container-xl-home {
    width: 100%;
    /* padding-right: 15px; */
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pagination{    
	display: -ms-flexbox;
    display: flex;
    padding-left: 400px;
    list-style: none;
	/* border-radius: .25rem; */
}
.footer-row{
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background-color: #2E6BA6;
	justify-content: center !important;
	
}
.copyright{
		font-size:12px;
		font-weight:300;
		justify-content:left;
	}
	

body{
    position: relative;
}

a, a:hover, a:visited, a:focus, a:active  {
    text-decoration: none;
    color: black;
    outline: 0;
  }
  
.nav-item{
    margin-left:30px;
}

.page-navbar{
    font-weight: 500;
    font-size: 16px;
    /* background-color: #006400; */
	/* background-color: #709667 ; */
	background-color:#2E6BA6; 
    /* opacity: 0.98; */
	/* position:fixed;  */
	top:0;
	width:100%;
	/*padding: 0 50px 0 0px;*/
	/* z-index:-1; */
}

.home-navbar{
    font-weight: 500;
    font-size: 16px;
    /* background-color: #006400; */
	/* background-color: #709667 ; */
	background-color:#2E6BA6; 
    /* opacity: 0.98; */
	/* position:fixed;  */
	top:0;
	width:100%;
	/*padding: 0 50px 0 0px;*/
	z-index:2;
}

.bcn-logo-navbar > img{
    /* height: 100px; */
    width: 150px;
   /* margin: 10px 0px -80px 0px;*/
}

/*.active{*/
/*    border: 1px solid white;*/
/*    border-radius: 20px;*/
/*    padding: 0 15px;*/
/*}*/

/* Landing Section Starts Here */
.landing-section{
    position: relative;
    height: 730px;
}

.slideshow-container{
  max-width: 1519px;
  position: relative;
  margin: auto;
  z-index: 0;
}

.slide-bird-image{
   /* width: 1519px;
   height: 625px;*/
  position:relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 99.40vw;
  width: 100vw;
}

.bird-slides{
    position: relative;
    display: none;
}
.bird-slides :hover{
    color: #000;
}

.slide-indicator{
    /*position: absolute;
    left: 45%;
    bottom: -16%;
	z-index:-20; */
	text-align: center;
	margin-top: 0.5%;
}

.dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot-active{
  background-color: #248ED5;
  height: 15px;
  width: 15px;
}

.slide-main-text{
    position: absolute;
    color: white;
    top: 33%;
    left: 18%;
}

.slide-text-one{
    font-weight: 600;
    font-size: 62px;
}

.slide-text-two{
    font-weight: 500;
    font-size: 20px;
}

.right-arrow-white > img{
    height: 10px;
    width: 65px;
}

.slide-bottom-container{
    height: 150px;
    /*position: absolute;*/
    bottom: 0;
    padding-left: 20%;
    width: 100%;
	z-index:3;
}

.slide-bottom-info-one{
    color: white;
    padding: 20px;
    background-color: black;
}

.slide-one-info{
    display: none;
}

.slide-bottom-info-two{
    color: black;
    padding: 20px;
    background-color: blanchedalmond;
}

.slide-two-info{
    display: none;
}

.info-number{
    font-weight: 500;
    font-size: 16px;
}

.info-header{
    font-weight: 500;
    font-size: 16px;
}

.info-text{
    font-weight: 400;
    font-size: 14px;
}

.slide-bottom-image > a > img{
    width: 116%;
    height: 150px;
    margin-left: -8%;
}

/* .slide-bottom-image{
     display: none;
} */

.info-indicator{
    margin-top: -4px;
}

.info-dots{
    width: 7px;
    height: 7px;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.info-dots-active{
    width: 9px;
    height: 9px;
    margin: 0 2px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slide-button > a >img{
    width: 100px;
    height: 100px;
    margin-left: 20%;
    margin-top: 20px;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .1} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .1} 
    to {opacity: 1}
  }
  
/* Landing Section Ends Here */

/* Birdlife Member Starts Here */
.member-text>span{
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.member-image>img{
    height: 50%;
    /* width: 400px; */
    margin-bottom: 50px;
}
/* Birdlife Member Ends Here */


/* Action Starts Here */
.main-action{
    color: #2E6BA6; 
}

.main-action>.row>.action-card{
    border: 1px solid;
    border-radius:10px;
}

.main-action>.row>.action-card>a>h4{
    font-weight: 600;
    color: #fff;
}

.main-action>.row>.action-card>a>p{
    font-weight: 300;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    color: #fff;
}

.main-action>.row>.action-card>a>span{
    font-weight: 500;
    padding: 5px 20px;
    font-size:large;
    /* border-radius: 22px; */
    position: absolute;
    right:20px;
    bottom:10px;
    color: #fff;
}

.action-icon>img{
    height: 50px;
    width: 50px;
}

/* Join Card */
.main-action>.row>.join-action-card{
    background-color: #6B9263;
}

.main-action>.row>.join-action-card>a>span{
    background: #8db585;
    border: 1px solid #8db585;
}

/* Act Card */
.main-action>.row>.act-action-card{
    background-color: #cd5f5e;
}

.main-action>.row>.act-action-card>a>span{
    background: #F57978;
    border: 1px solid #F57978;
}

/* Donate Card */
.main-action>.row>.donate-action-card{
    background-color: #e29049;
}

.main-action>.row>.donate-action-card>a>span{
    background: #FFA85E;
    border: 1px solid #FFA85E;
}

.space{
     width:10mm;
 }
/* Action Ends Here */

/* Latest News & Events Starts Here */
.latest-news-events{
    justify-content: center;
}

.latest-news > .latest-news-header{
    font-weight: 600;
    font-size: 1.6em;
    /* margin-bottom: 4%; */
}

.latest-news > .news-thumbnail{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    color: white;
}

.latest-news > .news-thumbnail > .news-image{
    position: relative;
}

.latest-news > .news-thumbnail > .news-image > img{
    /* border-radius: 18px; */
    height: 300px;
    width: 100%;
    background-size: 100% 180px;
    margin-bottom: 20px;
    z-index: -10;
}

.latest-news > .news-thumbnail > .news-image > .news-info{
    position: absolute;
    margin: 10px;
    bottom: 20px;
}

.latest-news > .news-thumbnail > .news-image > .news-info > a > .news-header{
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.latest-news > .news-thumbnail > .news-image > .news-info > a > .news-date{
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.latest-news > .news-thumbnail > .news-image > .news-info > a > .news-read-more{
    font-weight: 500;
    font-size: 12px;
    color: white;
}

.latest-news > .news-thumbnail > .news-image > .news-info > a > .news-read-more > .news-arrow-icon > img{
    height: px;
    width: auto;
}
.news-info:hover .news-header:hover{
    color: black;
}

/* Advertisement Section One Starts Here */
.advertisement-section-one{
    margin-top: 2%;
    margin-bottom: 2%;
	margin-left: 0.5%;
    margin-right: 0.5%;
    height: 300px;
    /*background-image: url('../images/ad-1.png');*/
    /* border-radius: 18px; */
}

/* Events & Announcements Starts Here */
.events{
    /* background-color: #487F64; */
    /* border-radius: 15px; */
    padding: 10px;
}

.events > .events-main-header{
    margin-left: 10px;
    font-weight: 600;
    font-size: 17px;

}

 .event-list{
    margin-top: 14px;
    /* background: #868686; */
	background:#248ED5;
	/* background-color: #2E6BA6; */
    border-radius: 7px;
    padding: 12px 18px;
    margin-left: 10px;
    min-height: 113px;
 }    
 
.event-list-header{
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
	color: #FFFFFF;
}

.event-list-location {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    color: #FFFFFF;
}

.event-list-date{
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    color: #FFFFFF;;
}

.event-list-icon{
    margin-right: 5px;
}

.event-list-icon > img{
    height: 16px;
    color: black;
}
/* Latest News & Events Ends Here */

/* Programs & Projects Starts Here */
.program-header{
    margin: 30px 0;
    font-weight: 600;
    font-size: 1.5em;
}

.program-header > span{
    border-bottom: 4px solid orangered;
}

.program-col{
    margin: 1.15%;
}

.program-image{
    margin-bottom: 12px;
    position: relative;
}

.program-info{
    position: absolute;
    left: 4%;
    bottom: 10%;
    color: white;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.program-name{
    font-weight: 600;
    font-size: 16px;
}

.program-read-more{
    font-weight: 500;
    font-size: 12px;
}

.program-read-more-icon > img{
    width: 22px;
    height: 18px;
}

.program-image > img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.program-image-one{
    height: 300px;
}

.program-image-two{
    height: 350px;
}

.program-image-three{
    height: 450px;
}

.program-image-four{
    height: 250px;
}

.program-image-five{
    height: 300px;
}

.program-image-six{
    height: 400px;
}

.load-more-col > a{
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}
/* Programs & Projects Ends Here */

/* Newsletter Starts Here */
.news-letter{
    margin-top: 20px;
    padding: 20px;
}

.news-letter-section {
    background-color: #EBECF1;
    /* border-radius: 18px; */
}

.news-letter-header{
    font-weight: 600;
    font-size: 35px;
    margin-top: 6%;
    /* color: #8F00FF; */
}

.news-letter-books{
    margin-top: 5%;
}

.news-letter-book > img{
    width: 130px;
    height: 160px;
}

.news-letter-form-text{
    margin-top: 7%;
}

.news-letter-form-text{
    font-weight: 500;
    font-size: 16px;
}

.news-letter-email-input{
    width: 35%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 3px 0 3px 15px;
}

.subscribe-button{
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
    color: white;
    padding: 10px 15px 10px 15px;
    border-radius:4px;
    /* background-color: #8F00FF; */
	background-color:#2E6BA6;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
}

.news-letter-form{
    margin-bottom: 6%;
}
/* Newsletter Ends Here */

/* Advertisement Section Two Starts Here */
.advertisement-section-two > img{
    width: 100%;
    /* height: 425px; */
    /* border-radius: 18px; */
}

/* ============================== News Page Starts Here ============================== */

/* National News Starts Here. */

.national-news{
    margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.national-news-header{
    font-weight: 600;
    font-size:  18px;
}

.national-news-header > span{
    border-bottom: 3px solid red;
}

.national-news-card{
    /* border-radius: 12px; */
    padding: 15px;
    /* background-color: #f1f1f1; */
    /* margin: 10px; */
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.national-news-card-image > img{
    width: 100%; 
    height: 250px;
    /* border-radius: 2px; */
    margin-bottom: 10px;
}

.news-card-header > .card-news-header{
    font-weight: 600;
    font-size:  17px;
}

.news-card-header > .news-card-date{
    font-weight: 500;
    font-size:  12px;
    color: rgba(0, 0, 0, 0.8);
}

.news-card-detail{
    font-weight: 400;
    margin: 3px 0;
    font-size: 14px;
	text-align: justify;
    /* color: rgba(0, 0, 0, 0.6); */
}

.news-card-readmore{
    font-weight: 400;
    font-size: 14px;
}

/* News Details starts here */
.news-row{
    padding-left: 3% 0;
}

.news-detail{
    padding: 18px;
    /* background-color: #f0f0f0; */
    /* border-radius: 12px; */
}

.news-detail-card{
    background-color: white;
    /* border-radius: 12px; */
}

.news-detail-image > img{
    /* border-radius: 10px 10px 0 0; */
    /* width: 100%; */
    height: 400px;
}

.news-detail-info{
    padding: 20px;
}

.news-detail-header{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.news-detail-date{
    font-weight: 600;
    font-size: 12px;
    padding: 5px 0 0 50px;
    color: rgba(0, 0, 0, 0.6);
}

.news-detail-text{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
	text-align: justify;
}
/* National News Ends Here. */

/* ============================== News Page Ends Here ============================== */

/* ============================== Birds Page Starts Here ============================== */
/* Birds list page here */
.protected-bird-list{
   margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.protected-bird-header{
    /* margin-left: 1.5%; */
    margin-bottom: 15px;
}

.bird-list-card{
    /* background-color: #f0f0f0; */
    padding: 10px 20px;
    /* border-radius: 12px; */
    /* margin-left: 2%; */
    margin-bottom: 3%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.bird-list{
    background-color: white;
    border-radius: 12px;
}

.protected-bird-header > span{
    font-weight: 600;
    font-size:  18px;
    border-bottom: 3px solid red;
}


.bird-list-card-image{
    width: 115%;
    margin-left: -15px;
    height: 150px;
    /* border-radius: 12px 0 0 12px; */
}

.bird-card-name{
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0 7px 0;
}

.bird-card-text{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    max-width: 90%;
    max-height: 70px;
}

.bird-card-readmore{
    font-weight: 500;
    font-size: 14px;
}

.bird-card-readmore-arrow > img{
    height: 12px;
}

/* Bird Details starts here */
.bird-row{
    /* padding: 3% 0; */
}

.bird-detail{
    padding: 18px;
    /* background-color: #f0f0f0; */
    /* border-radius: 12px; */
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
}

.bird-detail-card{
    background-color: white;
    /* border-radius: 12px; */
}

.bird-detail-image > img{
    /* border-radius: 10px 10px 0 0; */
    width: 100%;
    height: 400px;
}

.bird-detail-info{
    padding: 20px;
}

.bird-detail-header{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.bird-info{
    margin-bottom: 5px;
}

.bird-info-header{
    font-weight: 600;
    font-size: 15px;
}

.bird-info-text{
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

/* ============================== Birds Page Ends Here ============================== */


/* ============================== Projects Page Starts Here ============================== */
/* Project List starts here */
.projects-list{
    margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.projects-list-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.projects-list-header{
    margin-bottom: 1.5%;
}

.project-list-card{
    padding: 20px;
    /* background-color: #f0f0f0; */
    /* border-radius: 12px; */
    margin-bottom: 3%;
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
}

.project-list-background{
    background-color: white;
    /* border-radius: 12px; */
    padding-bottom: 10px;
}

.project-list-image{
    margin-bottom: 5px;
}

.project-list-image{
    /* border-radius: 10px 10px 0 0; */
    /*width: 100%;*/
    height: 300px;
}

.project-list-header{
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0 0px 10px;
}

.project-list-text{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    max-width: 95%;
    height: 50px;
    margin-left: 10px;
    overflow: hidden;
}

.project-list-readmore{
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

/* Project Details starts here */
.project-row{
    padding: 3% 0;
}

.project-detail{
    padding: 18px;
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
	/* background-color: #f0f0f0; */
    /* border-radius: 12px; */
}

.project-detail-card{
    background-color: white;
    /* border-radius: 12px; */
}

.project-detail-image{
    /* border-radius: 10px 10px 0 0; */
	align-content:center;
    /*width: 100%;*/
    /*max-height: 300px;*/
}

.project-detail-info{
    padding-top: 20px;
}

.project-detail-header{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.project-detail-text{
    text-align: justify !important;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.events-notification{
    /* height: 500px; */
}
/* ============================== Projects Page Ends Here ============================== */

/* ============================== Events Page Starts Here ============================== */
/* Event List Starts Here */
.events-row{
    padding: 3% 0;
}

.events-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.events-list{
    padding: 20px;
}

.event-list-card{
    padding: 5px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
}

.event-list-info{
    padding: 20px;
    background-color: white;
}

.events-name{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}

.events-information{
    font-weight: 500;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.events-information > img{
    width: 17px;
    height: 20px;
    margin-right: 7px;
}

.side-ad > img{
    width: 100%;
    /*height: 500px;*/
}

/* Events Details Starts Here. */
.event-row{
    padding: 3% 0;
}

.event-detail{
    padding: 8px;
    background-color: #f0f0f0;
    /*border-radius: 12px;*/
}

.event-detail-card{
    background-color: white;
    /*border-radius: 12px;*/
    padding: 20px;
}

.event-detail-header{
    margin-bottom: 20px;
}

.event-detail-header > span{
    font-weight: 600;
    font-size: 18px;
}

.event-image > img{
    width: 100%;
    /*height: 200px;*/
    /*border-radius: 12px;*/
}

.event-info{
    padding: 20px;
}

.event-detail-venue{
    margin-bottom: 10px;
}

.event-detail-icon{
    width: 20px;
    height: 22px;
    margin-right: 3px;
}

.event-detail-info{
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.event-detail-text{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
/* ============================== Events Page Ends Here ============================== */


/* ============================== Publications Page Starts Here ============================== */
/* Publication List Starts Here */
.publication-list{
   margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.publication-list-header{
    margin-bottom: 10px;
}

.publication-search > input{
    /* border-radius: 12px 0 0 12px; */
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px 20px;
    width: 60%;
    margin-left: 20px;
}

.publication-search > input::placeholder{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.search-type{
    /* border-radius: 0 12px 12px 0; */
    background-color: #800000;
    color: white;
    padding: 9px 20px;
    margin-left: -10px;
}

.publication-list-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.publication-card-lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

.publication-list-card{
    margin: 40px;
    /* background: #f0f0f0; */
    /* border-radius: 7px; */
    width: 280px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.publication-list-image{
    margin-top:10px;
    margin-left:40px ;
}

.publication-list-info{
    padding: 10px 0 10px 10px;
}

.publication-list-header{
    font-weight: 600;
    font-size: 12px;
}

.publication-list-price{
    font-weight: 600;
    font-size: 14px;
}

.publication-list-button{
    padding: 14px 0 10px 20px;
}

.publication-list-button > span{
    background-color: #2E6BA6;
    font-weight: 600;
    font-size: 15px;
    color: white;
    /* border-radius: 8px; */
    padding: 6px 11px 6px 11px;
}

/* Publication Details Starts Here */
.publication-row{
    margin: 2% 0;
}

.publication-detail{
    padding: 18px;
    /* background-color: #f0f0f0; */
    /* border-radius: 12px; */
}

.publication-detail-card{
    background-color: white;
    /* border-radius: 12px; */
    padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.publication-detail-header{
    margin-bottom: 20px;
}

.publication-detail-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.publication-detail-image{
    margin-left: 20px;
    margin-bottom: 20px;
}

.publication-detail-image > img{
    width: 100%;
    height: 300px;
}

.publication-info-header{
    font-weight: 600;
    font-size: 18px;
}

.publication-info-price{
    font-weight: 500;
    font-size: 18px;
    color: #2E6BA6;
}

.publication-info-text{
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.publication-info-quantity{
    padding: 10px 0;
}

.publication-similar-header{
    font-weight: 600;
    font-size: 18px;
}

.similar-books{
    margin-top: -20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
/* ============================== Publications Ends Here ============================== */

/* ============================== Shop Page Starts Here ============================== */
/* Product(Shop) List Starts Here */
.product-list{
   margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.product-list-header{
    margin-bottom: 0;
}

.product-list-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}
.product-card-lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 12px;
}

.product-list-card{
    margin-top: 25px;
    padding: 15px;
    /* background: #f0f0f0; */
    /* border-radius: 7px; */
    width: 330px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
}

.product-list-image > img{
    width: 300px;
    height:300px;
}

.product-list-info{
    /* padding: 10px 0 0 0; */
}

.product-list-header{
    font-weight: 600;
    font-size: 16px;
}

.product-list-price{
    font-weight: 600;
    font-size: 12px;
}

.product-list-button{
    padding: 14px 5px 10px 20px;
}

.product-list-button > span{
    background-color: #2E6BA6;
    color: white;
    /* border-radius: 8px; */
    padding: 6px 11px 6px 11px;
    font-weight: 600;
    font-size: 15px;
}

/* Shop details starts here */
.shop-row{
    margin: 2%;
}

.shop-detail{
    /* padding: 18px; */
    /* background-color: #f0f0f0; */
    /* border-radius: 12px; */
}

.shop-detail-card{
    background-color: white;
    /* border-radius: 12px; */
    /* padding: 20px; */
}

.shop-detail-header{
    margin-bottom: 20px;
}

.shop-detail-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.shop-detail-image{
    margin-bottom: 20px;
}

.shop-detail-image > img{
    width: 100%;
    height: 300px;
}

.shop-info-header{
    font-weight: 600;
    font-size: 18px;
}

.shop-info-price{
    font-weight: 500;
    font-size: 18px;
}

.shop-info-text{
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.shop-info-quantity{
    padding: 10px 0;
}

.quantity-header{
    font-weight: 500;
    font-size: 16px;
    margin-right: 8px;
}

.quantity-symbol{
    font-weight: 500;
    font-size: 18px;
    color: orangered;
    padding: 5px;
}

.quantity-number{
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.add-to-cart-btn{
    padding: 7px 0;
    margin-top: 40px;
    background-color: #2E6BA6;
    /*border-radius: 8px;*/
    margin-bottom: 20px;
}

.add-to-cart-btn > button{
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.details-advertisement-section > img{
    width: 100%;
    /*height: 200px;*/
}
/* ============================== Shop Page Ends Here ============================== */

/* ============================== About Us Starts Here ============================== */
/* About Us Starts Here */
.about-us{
    /* background-color: #f0f0f0; */
    margin-top: 2%;
	margin-left: 7%;
	margin-right: 2%;
	margin-bottom: 2%;

    /* margin: 30px; */
    /* border-radius: 8px; */
}

.about-us-background{
    background-color: white;
    /* border-radius: 8px; */
    /* padding: 15px; */
    width: 100%;
}

.about-us-header{
    /* margin-top: 2%; */
	/* margin-left: 6%; */
	/* margin-right: 2%; */
	/* margin-bottom: 2%; */

}

.about-us-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.about-us-content-header{
    font-weight: 600;
    font-size: 38px;
    margin-top: 10%;
    margin-left: 12%;
}

.about-us-image{
    margin-left: 5%;
}

.about-us-image > img{
    width: 50%;
    /*width: 100%;
    height: 90%;*/
}

.about-us-text{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.about-us-text > p{
    padding-left: 3%;
    padding-right: 3%;
}
/* ============================== About Us Ends Here ============================== */

/* ============================== Contact Us Starts Here ============================== */
/* Contact Us Starts Here */
.contact-us-header{
    margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;

}

.contact-us-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.contact-us-info{
    /* padding: 20px; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 12px; */
    margin-bottom: 25px;
}

.contact-info{
    margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	margin-bottom: 2%;
/* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 12px; */
}

.contact-info-header{
    font-weight: 600;
    font-size: 18px;
	padding-left:25px;
	color:#2D6AA4;
}

.contact-info-detail{
    padding: 20px;
    font-weight: 500;
    font-size: medium;
}

.contact-info-phone, .contact-info-email, .contact-info-location{
	font-size:12px;
	font-weight:400;
}
.about-us-footer-text{
	font-size:12px;
	font-weight:400;
}

.contact-info-icon > img{
    width: 25px;
    height: 28px;
    margin: 5px;
}

.contact-info-map{
    padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    border-radius: 12px;
}

.contact-info-map > img{
    width: 100%;
    height: 300px;
}

.contact-form{
	padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-form > form > .form-group{
    margin-bottom: 30px;
}

.contact-form > form > .form-group > label{
    font-weight: 500;
    font-size: 16px;
}

.form-button > button{
    background-color: #2E6BA6;
    padding: 10px;
    color: white;
    font-weight: 500;
}
/* ============================== Contact Us Ends Here ============================== */

/* ============================== Join Us Page Starts Here ============================== */
/* Join Us Page Starts Here */
.join-us{
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 20px 25px;
}

.member-card{
    background-color: white;
    padding: 20px 25px;
}

.member-header{
    margin-bottom: 20px;
}

.member-header > span{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid red;
}

.member-card-image{
    border-radius: 12px;
}

.member-card-image > img{
    width: 100%;
    height: 700px;
}

.member-card-form > form > .form-group{
    margin-bottom: 30px;
}

.member-card-form > form > .form-group > label{
    font-weight: 500;
    font-size: 18px;
}

.member-form-button > button{
    background-color: #8F00FF;
    padding: 15px;
    color: white;
    font-weight: 500;
}

.membership-option{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    display: block;
    margin: 0 0 30px 0;
}

.member-radio{
    padding: 20px 0 0 20px;
}

.membership-title{
    font-weight: 500;
    font-size: 16px;
}

.membership-price{
    font-weight: 600;
    font-size: 20px;
}

.membership-payment{
    font-weight: 400;
    font-size: 12px;
}

.membership-payment > img{
    height: 30px;
}
/* ============================== Join Us Ends Here ============================== */

/* Footer Starts Here */
footer{
    /* background-color: #709667; */
	background-color:#2E6BA6;
    color: white;
    left: 0;
    bottom: 0;
    width: 100%;
	
}

.bcn-logo-footer > img{
    height: 85px;
    /*width: 90px;*/
    margin: 0px 30px 0px 0px;
}

.office-info-footer{
    /* margin-left: 75px; */
    /* margin-top: -30px; */
	/* height: 100px; */
    /* width: 65px; */
}

.footer-icon > img{
    /* height: 20px; */
    width: 12px;
}

.social-icon-footer > img{
    width: 35px;
	padding-right:5px;
}

.insta-icon-footer > img{
    width: 35px;
	padding-right:5px;
}

.space-footer{
    width: 40px;
}

/* Footer Ends Here */

/* For ipad phones: */
@media only screen and (max-width: 768px) {
    /* Navbar starts here */
    .active{
        padding: 0;
        border: none;
        font-size: 16px;
    }
    
    /* Navbar ends here */

    /* Homepage Starts Here */
    .action-card{
        width: 90%;
        margin: -20px;
    }

    .main-action>.row>.action-card>h4{
        font-weight: 600;
        font-size: 16px;
    }
    
    .main-action>.row>.action-card>p{
        font-weight: 300;
        font-size: 14px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
    }
    
    .main-action>.row>.action-card>span{
        font-weight: 500;
        padding: 3px 10px;
        font-size: medium;
        border-radius: 22px;
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    
    .action-icon>img{
        height: 30px;
        width: 30px;
    }

    .slide-bottom-info-one, .slide-bottom-info-two, .slide-bottom-image{
        visibility: hidden;
    }

    .slide-main-text{
        top: 40%;
    }

    .slide-text-one{
        font-size: 32px;
    }

    .slide-text-two{
        font-size: 14px;
    }

    .right-arrow-white > img{
        height: 10px;
        width: 40px;
    }
    /* Events & Notification Starts Here. */
    .events{
        padding: 15px;
        margin: 15px;
    }

    .advertisement-section-two > img{
        /*height: 200px;*/
    }

    /* Homepage ends Here */

    /* Project Details starts here */
    .events-notification{
        display: none;
    }
    /* Project Details ends here */
    
    /* Publication starts here */    
    /* Publication list Starts Here */
    .publication-card-lists{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    }
    
    .similar-books{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
    /* Publication ends here */

    /* Shop starts Here */
    .product-card-lists{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    }
    /* Shop Ends Here */

    /* Join us starts here */
    .membership-title{
        font-weight: 500;
        font-size: 14px;
    }
    /* Join us ends here */

    /* About Us Starts Here */
    .about-us-content-header{
        font-size: 22px;
    }
    /* About Us Ends Here */

    /* Footer starts here */
    .social-icon-footer > img{
        width: 25px;
    }
    
    .insta-icon-footer > img{
        width: 35px;
    }

    .space-footer{
        width: 50px;
    }

    .office-info-footer{
        font-size: 14px;
        margin-left: 35px;
    }
    /* Footer ends here */
    
}

/* For mobile phones: */
@media only screen and (max-width: 480px) {
    /* Navbar starts here */
    .friend-act{
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap:12px;
    grid-row-gap:12px;
    }
    .project-list-image{
    height: 180px;
    }
    .form-control {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .active{
        padding: 0;
        border: none;
        font-size: 14px;
        overflow-x:auto;
    }
    .publication-list-card {
    margin:0px;
    width: 280px;
    }
    .bcn-logo-navbar > img{
        /*height: 100px;
        width: 65px;
        margin: 0 20px -35px -20px;*/
    }
    /* Navbar ends here */

    /* Homepage starts here */
        .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 60%;
      width: auto;
      margin-top: -22px;
      padding: 0px;
      color: white;
      font-weight: bold;
      font-size: 30px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
    
    /* Position the "next button" to the right */
    .prev {
      left: 18px;
    }
    .next {
      right: 18px;
      border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      color: black;
    }
    .slide-indicator{
    /*position: absolute;
    left: 45%;
    bottom: -16%;
	z-index:-20; */
	text-align: center;
	margin-top: 0.5%;
    }
    
    .dot{
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 10px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .dot-active{
      background-color: #248ED5;
      height: 15px;
      width: 15px;
    }
    .action-card{
        width: 100%;
        margin: 10px;
    }
    /* Carousel Starts Here */
    .slide-bottom-info-one, .slide-bottom-info-two, .slide-bottom-image{
        visibility: hidden;
    }

    .dot{
        width: 15px;
        margin-top: 0px;
    }
    
    .dot-active{
        width: 15px;
        margin-top: 0px;
    }

    .slide-main-text{
        top: 40%;
    }

    .slide-text-one{
        font-size: 22px;
    }

    .slide-text-two{
        font-size: 12px;
    }

    .landing-section{
        height: 235px;
    }

    .slide-bird-image{
       /* height: 350px;*/
    }

    .slide-button > a > img{
        width: 50px;
        height: 50px;
    }

    .slide-button{
        margin-top: 10%;
    }

    .right-arrow-white > img{
        height: 8px;
        width: 30px;
    }
    .slide-bottom-container{
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 100%;
	z-index:-1;
    }
    
    .slide-bottom-info-one{
        color: white;
        padding: 20px;
        background-color: black;
    }
    
    .slide-one-info{
        display: none;
    }
    
    .slide-bottom-info-two{
        color: black;
        padding: 20px;
        background-color: blanchedalmond;
    }
    
    .slide-two-info{
        display: none;
    }
    
    .info-number{
        font-weight: 500;
        font-size: 16px;
    }
    
    .info-header{
        font-weight: 500;
        font-size: 16px;
    }
    
    .info-text{
        font-weight: 400;
        font-size: 14px;
    }
    
    .slide-bottom-image > img{
        width: 116%;
        height: 150px;
        margin-left: -8%;
    }
    
    /* .slide-bottom-image{
         display: none;
    } */
    
    .info-indicator{
        margin-top: -4px;
    }
    
    .info-dots{
        width: 7px;
        height: 7px;
        margin: 0 2px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .info-dots-active{
        width: 9px;
        height: 9px;
        margin: 0 2px;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .slide-button > a >img{
        width: 100px;
        height: 100px;
        margin-left: 20%;
        margin-top: 20px;
    }
    .latest-news > .news-thumbnail > .news-image > img{
    /* border-radius: 18px; */
    /*height: 300px;*/
    width: 100%;
    background-size: 100% 180px;
    margin-bottom: 20px;
    z-index: -10;
}
    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 4s;
        animation-name: fade;
        animation-duration: 4s;
      }
      
      @-webkit-keyframes fade {
        from {opacity: .1} 
        to {opacity: 1}
      }
      
      @keyframes fade {
        from {opacity: .1} 
        to {opacity: 1}
      }
    

    /* Events & Notification Starts Here. */
    .events{
       padding: 0px;
        margin: 0px;
    }

    /* Programs Starts Here */
    .program-row{
        padding: 15px;
    }

    /* Newsletter Starts Here */
    .news-letter-header{
        font-weight: 600;
        font-size: 30px;
        margin-left: 14%;
    }

    .news-letter-books{
        margin-top: 15px;
        margin-left: 22%;
    }

    .news-letter-book-two{
        display: none;
    }

    .news-letter-form-text{
        margin-top: 15px;
    }

    .news-letter-form-text{
        font-weight: 500;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.8);
    }

    .news-letter-email-input{
        margin-top: 10px;
        width: 80%;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 3px 0 3px 15px;
    }

    .subscribe-button{
        margin-left: 2px;
    }
    /* Birdlife Member Starts Here */
    .member-text>span{
        font-size: 14px;
    }

    .member-image>img{
        /*height: 70px;*/
        width: 250px;
        margin-bottom: 20px;
    }
    /* Birdlife Member Ends Here */

    .latest-news > .news-thumbnail{
        display: grid;
        grid-template-columns: 1fr;
    }
    .news-info:hover , .news-header:hover, {
        /*height:50%;*/
        color:black;
    }

    /* Homepage ends here */

    /* Project Details starts here */
    .events-information{
        font-weight: 500;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 5px;
    }

    .events-notification{
        display: none;
    }
    /* Project Details starts here */

    /* News Details starts here */
    .news-detail-date{
        padding-left: 15px;
    }
    /* News Details ends here */

    /* Shop starts Here */
    .product-card-lists{
        display: grid;
        grid-template-columns: 1fr;
    }
    .pagination{    
	display: -ms-flexbox;
    display: flex;
    padding-left: 30px !important;
    list-style: none;
	/* border-radius: .25rem; */
}
    /* Shop Ends Here */

    /* Publication Starts Here */
    .publication-card-lists{
        display: grid;
        grid-template-columns: 1fr;
        margin: 15px;
    }
    
    .similar-books{
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 15px;
    }
    /* Publication Ends Here */

    /* Bird Page starts here */
    .bird-card-text{
        height: 125px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .bird-list-card-image{
        width: 100%;
        margin-left: -15px;
        height: 150px;
    }
    /* Bird Page ends here */

    /* Join us starts here */
    .member-card-image{
        display: none;
    }

    .membership-title{
        font-weight: 500;
        font-size: 12px;
    }

    .membership-price{
        font-weight: 600;
        font-size: 16px;
    }
    /* Join us ends here */

    /* About Us Starts Here */
    .about-us-content-header{
        display: none;
    }
    /* About Us Ends Here */


    /* Events Starts Here */
    .side-ad{
        display: none;
    }
    /* Events Ends Here */

    /* Contact Us Starts Here */
    .contact-info-map{
        display: none;
    }

    .contact-info-detail{
        font-size: 14px;
    }
    /* Contact Us Ends Here */

    /* Footer starts here */
    .follow-us-footer{
        justify-content: right;
        margin-top: 25px;
    }

    .about-us-footer-text{
	font-size:12px;
	font-weight:400;
    }

    .office-info-footer{
        font-size: 12px;
        /* margin-left: 45px; */
    }
	
    /* Footer ends here */
}