


body{
	font-family: 'Lato', sans-serif;
	/*background-color: rgba(249,246,238,1);*/
	background-color:#FFF;
	}


body::-webkit-scrollbar {
    width: 0.6em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
body::-webkit-scrollbar-thumb {
  background-color: #4b700a;
  color: #4b700a;
  outline: 1px solid grey; 
  
}


.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.30rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color:#FAFAFA;
  border-radius: 0.25rem;
  border:1px solid #F4F4F4;
  color:#ABABAB;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
 
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
 
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}




	
.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 0.65rem;
  background-color: #F0F5F8;
  border:1px solid #D5E1E8;
  border-radius: 0.3rem;
}

.fixed_head h1{

	
	font-size: 40px;
	color:#084b07;
	font-weight: 1000!important;
}

.fixed_head h5{

	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 200; 
}



#header {
  position: relative;
  background-color: black;
  height:85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
 }

#header video {
  position: absolute;
  width: 100%;
  z-index: 0;
 /* -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);*/
  
}

/*=
======================================================================================================
======================================================================================================
======================================================================================================
======================================================================================================
======================================================================================================
======================================================================================================
=*/
.fixed_head{
	padding: 12px;
	height: 130px;
	width: 100%;
	position: fixed;
	z-index: 99999;
	background-color: #FFF;
}

.fixed_head h2{
	font-family: 'Marcellus SC', serif;
	font-weight: bold;
	color: #fff;
	font-size: 2.5vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 7px rgba(0,0,0,0.29);
}
.fixed_head h4{
	font-family: 'Marcellus SC', serif;
	font-weight: normal;
	color: #0177b4;
	font-size:1.2vw;
	line-height: 1.2vw;
	text-align: center;	
}
.circle-container{
	height: 80px;
	width: 232px;
	margin-right: auto;
	margin-left: auto;	
}
.circle_img{
	position: relative;
	z-index: 99999;
	margin-top: -80px;	
}
.arrow-container{
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	margin-top: 20px;
}
.logo-container{
	height:350px;
	width: 103px;
	left: 5px;
	float: left;
	text-align: left;
	

}
.name-container{
	width: 100%;
	height: 200px;
	padding-top: 25%;
	padding-bottom: 25%;
}
.box01{
	height: 100px;
	width: 250px;
	z-index: 99999;
}
.name-container h1{
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	font-size: 3.5vw;
	line-height: 3vw;
	text-align: center;
	text-shadow: 0px 1px 7px rgba(0,0,0,0.29);
	}
	
.name-container h2{
	font-family: 'Marcellus SC', serif;
	font-weight: bold;
	font-size: 4.5vw;
	line-height:4vw;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 7px rgba(0,0,0,0.29);
	color:#ffffff;
}
.name-container h3{
	font-family: 'Sansita', sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 2.5vw;
	line-height: 1.5vw;
	text-transform: uppercase;
}
.name-container h4{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1.8vw;
	text-align: center;	
}
.section-one{
	background-color:#fff;
	height:auto;
	margin-left:0rem;
	margin-right:0rem;
	margin-top:20px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 50px;
	background-image: url(../images/bg_section_one.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

.news-frame{
	height: 60vh;
	width: 100%;
	background-color: #FFF;
	border: 0px dashed #5a7911;
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	-webkit-box-shadow:  rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;		/*-webkit-box-shadow: 0px 0px 10px -3px #000000; 
box-shadow: 0px 0px 10px -3px #000000;*/
	padding: 10px;
	
}
.news-heading{
	font-family: 'Style Script', cursive;
	font-size: 40px;
	font-weight: normal;
	width: 100%;
	color: #4b700a;
	margin-bottom: 0px;
	/*text-shadow: 1px 3px 1px rgba(0,0,0,0.45);*/
	}

	
.news-heading-text{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	width: 100%;
	color: #666;
	line-height: 28px;
	text-align: justify;
	letter-spacing: 0.05em;
	}
	
	
.news-heading1{
	font-family: 'Style Script', cursive;
	font-size: 40px;
	font-weight: normal;
	width: 100%;
	color:#0177b4;
	margin-bottom: 0px;
	/* text-align: center; */
	/*text-shadow: 1px 3px 1px rgba(0,0,0,0.45);*/
	}
.news-heading-text1{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	color:#FFF;
	line-height: 22px;
	text-align: justify;
	}

.border_box{
	padding: 10px;
	margin-top:10px;
	/*background-color: #0177b4;*/
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}	

		
	
	
/*====================================Curl Corner==========================*/	
.note {
  position: relative;
  width: 100%;
  padding: 2em 1em;
  margin: 1em auto;
  color: #fff;
  background: #765026;
  overflow: hidden;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
  background: #83582E;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
/*====================================Curl Corner end==========================*/	
.news-box{
	width: 100%;
	clear: both;
}
.news-box-big{
	background-color: #0078b7;
	height: 60px;
	width: 18%;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.news-box-top{
		background-color: rgba(255,255,255,0.8);
	height: 30px;
	width: 100%;
	}
.news-box-below{	
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #690;
	}
.news-text-box{
	background-color: rgba(255,255,255,0.2);
	border: 1px dashed #fff;
	padding: 7px;
	float: right;
	height: auto;
	min-height:60px;
	width: 78%;
	margin-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;	
}
.news-box-below h3{
	font-family: 'Sansita', sans-serif;
	font-weight: bold;
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.news-box-top h3{
	font-family: 'Sansita', sans-serif;
	font-weight: bold;
	color: #0078b7;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}
.news-text-box h4{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	text-indent: 15px;
	}
.download_news{
	text-align: right;
	display: block1;
	height: 14px;
	width: 100%;	
}
.download_news a:link {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #04476b;
	vertical-align: top;
	font-style: italic;
}
.download_news a:visited {
	color: #04476b;
}
.download_news a:hover {
	color: #014163;
	text-decoration: none;
}
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #fff;
    background: #c4e17f;
}
.adopt{
	display: block;	
}
.adopt span{
	font-family: 'Marcellus SC', serif;
	color: #4b700a;
	font-size: 35px;
	line-height: 30px;
	}
.adopt h2{
	font-family: 'Marcellus SC', serif;
	font-weight: normal;
	color: #660;
	font-size: 35px;
	line-height: 30px;
	text-transform: uppercase;
	}
.adopt h3{
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #4b700a;
	font-size: 16px;
	line-height: 20px;
	}
.adopt h4{
	font-family: 'Marcellus SC', serif;
	font-size: 30px;
	font-weight: bold;
	color: #600;
	vertical-align: top;
	letter-spacing: 0.15em;
}
.adopt p{
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #600;
	font-size: 18px;
	line-height: 12px;
	}
.picture-frame{
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}

/*.adopt .btn {
  background: #5a7911;
  background-image: -webkit-linear-gradient(top, #5a7911, #4d660f);
  background-image: -moz-linear-gradient(top, #5a7911, #4d660f);
  background-image: -ms-linear-gradient(top, #5a7911, #4d660f);
  background-image: -o-linear-gradient(top, #5a7911, #4d660f);
  background-image: linear-gradient(to bottom, #5a7911, #4d660f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.adopt .btn:hover {
  background: #5a7911;
  background-image: -webkit-linear-gradient(top, #5a7911, #334505);
  background-image: -moz-linear-gradient(top, #5a7911, #334505);
  background-image: -ms-linear-gradient(top, #5a7911, #334505);
  background-image: -o-linear-gradient(top, #5a7911, #334505);
  background-image: linear-gradient(to bottom, #5a7911, #334505);
  text-decoration: none;
}*/

.box-shadow{box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;}
.cam-video{
	padding: 5px;
	clear: both;
	height: auto;
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.cam-video h5{
		font-family: 'Sansita', sans-serif;
		font-size: 24px;
	font-weight: normal;
	color: #5a7911;
	text-align: center;
	}
.cam-video h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
	}

.placing_up{
	margin-top: -30px;
	text-align: center;
	position: relative;
	width: 100%;
}



.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom:30%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color:#036;
  text-align: center;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%238F9F66' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%238F9F66' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}


.other_page{}

.other_page p{
	text-align:justify;
	}
.other_page h4{
	color:#036;
	}
.other_page h5{
	color:#036;
	font-family: 'Sansita', sans-serif;
	}


.top_heading{
	color:#036;
	text-align:center;
	font-family: 'Sansita', sans-serif;
}

.font_style{ font-family: 'Sansita', sans-serif;}
.imgboxshade{box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;}

.link a{
	text-decoration: underline;
	}
	
.link a:hover{
	text-decoration:none;
	}


	.hide {
		display: none;
	  }
		  
	  .myDIV:hover + .hide {
		display: block;
		color: red;
	  }



.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  border:1px solid #E4E4E4;
  margin:1px;
}

.nav-tabs .nav-link {
  
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
 
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.text_shadow{
text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
.line{
	border: 1px dashed #CCC;
	width: 100%;
	border-radius:10px;
	height: 45px;
	background-color: #FFF;
}
.img_filter{
filter: grayscale(24%) sepia(16%) brightness(98%);
-webkit-filter: grayscale(24%) sepia(16%) brightness(98%);
-moz-filter: grayscale(24%) sepia(16%) brightness(98%);
	}
hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}


.video_section{}

.box_news{
	margin-top:15px;
	height:280px;
	width:100%;
	background-color:#765026;
	}
	
	
.btn:hover{

	background-color: #4b700a;
	color:#ffffff!important;
}

.logo-text{

	font-family: 'Roboto', sans-serif;
	font-size: 50px!important;
	font-weight: 900px!important;
	
}

.logo-tag{

	font-family: 'Roboto', sans-serif;
	font-size: 12px!important;
	font-weight: normal!important;
	margin-top: -10px;
	

}


.don{color: #4b700a; text-decoration: underline;}

.don:hover{color: #600;}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top:5px;
  margin-bottom:5px;
}


.box{

	height: 200px;
	width: 100%;
	border: none;

	box-shadow: 5px 10px 5px 10px #bec6ee;
}


.col5box{
	margin: 10px;
	height: 215px;
	width: 100%;
	box-shadow: rgba(0, 119, 181, 0.2) 0px 7px 29px 0px !important;
	background-color: #FFF;
}

.col5box p{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 100;
	width: 100%;
	color: #084b07;
	line-height: 16px;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 15px;
	}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }


  


  .ct-blog-content {
	
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	width: 100%;
}

.ct-blog-content .ct-blog-date {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 900;
	-ms-transform: rotate(270deg); /* IE 9 */
	transform: rotate(270deg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-size: 45px;
	color: #FFF;
	height: 150px;
	float: left;
	padding-left: 15px;
	display: block;
	}
 
  
.ct-blog-content .ct-blog-header {
	color: #084b07;
	font-size: 17px;
	font-weight: 100;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: 150px;
	font-family: 'PT Sans', sans-serif;
	text-align: left;
	line-height: 20px;
	display: block;
	}


.text{

	color: #084b07;
	font-size: 30px;
	
}

 .inner {
	background-color: rgb(192,190,104);
	
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 400px;
	border-radius: 5px;
}
 .inner:hover {
    background-color: #e6e6e6;
}
.fauxcrop {
    height: 180px;
    overflow: hidden;
}
.fauxcrop img {
    width: 100%;
}

@media only screen and (max-width: 600px)  {
	.dsply {
	 display: none;
	}

	.box{
		height: 200px;
		width: 75%;
		border: none;
	
		box-shadow: 5px 10px 5px 10px #bec6ee;
		margin-top: 10px;
		margin-bottom: 5px;	
	}

	.img-fluid{

		width: 50%!important;
		height: 150px!important;
	}

	.ct-blog-content img{
		width: 75%;
		height: 150px!important;
		margin-left: 120px;
		margin-top: 20px;

	}

	.hd_text{

		margin-top: -350px;
		margin-left: 200px;
		z-index: 9999;
	}

	.hd_social{

		margin-top: -300px;
		margin-left: 240px;
	}

	.logo-text{
		
		font-family: 'Roboto', sans-serif;
	font-size: 30px!important;
	font-weight: 900px!important
	}
	
  }

  .color-nav{

	background-color: #084b07!important;
	color: white;
  }

  .navbar-nav{

	color: white!important;
	
  }

  @media (min-width: 600px) { 

	.navbar-nav{

		color: white!important;
		background-color: #084b07!important;
		
	  }

	  .navbar{

		background-color: #084b07!important;
	  }
   }

  .nav-link{

	color: white!important;
  }
  .navbar{

	background-color: #084b07!important;
  }

 
}