
.smallone{width:100%;float:left; margin-right:50px;position:relative; text-align:center}
.smallone img{width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -121px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.activitynew { margin-left:110px; margin-top:20px}
.activitynew .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 344px;
}
.overlay555 {
  position: absolute;
  top: 0;
  left: 100%; clear:both;
 background-color: rgb(3,79,7, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  color:#fff;
}
.footerfirst li {
    list-style: none;
    margin: 10px 13px;
    display: inline-block;
}
.footerfirst .fa {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #fff;
    padding: 10px;
    border-radius: 100%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #033054;
    border-color: #444 #444 transparent;
    border-radius: 54px 0px 0px 0px;
}
.nav-tabs{ background-color:#009900;border-radius: 47px 0px 0px 0px;}
.main-container1 {
    display: flex;
    width: 100%;
    justify-content: center;
}
.smallone:hover .overlay555 {
  width: 100%;
  left: 0;
  }



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
background-color: rgb(3,79,7, 0.6);
  overflow: hidden;
  width: 0;
  top:0;
  
  transition: .5s ease;
}
.overlay1 { height:349px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  top:0;
  
  transition: .5s ease;
}
.teamleader{
 position: relative;
    width: 31%;
    float: left;
    margin-right: 20px;
    border: solid 5px #0a3b03;
}
.teamleader:hover .overlay {
  width: 100%;
}
.teamleader1{ position:relative; margin-bottom:30px; margin-right:50px;height: 355px; width:350px}
.teamleader1:hover .overlay1 {
  width: 100%;
}
.teamleader2{ position:relative; margin-bottom:30px}
.teamleader2:hover .overlay {
  width: 100%;
}
.overlay1 { height:349px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  top:0;
  
  transition: .5s ease;
}

.container:hover .overlay1 {
  width: 100%;
}
.text1 {
  color: white;
  font-size: 22px; font-weight:bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align:center;
}
		 .carousel-inner img {
    width: 100%;
  
  }
		 #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
		 
/* The stylishcheckbox */
.stylishcheckbox {
position: relative;
padding-left: 30px;
margin-bottom: 12px;
cursor: pointer;
font-size: 17px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 18px;
float: left;
}

/* Hide the browser's default checkbox */
.stylishcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.stylishcheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.stylishcheckbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.stylishcheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.stylishcheckbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The stlishradio */
.stlishradio {
position: relative;
padding-left: 21px;
margin-bottom: 5px;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 2px;
float: left;}

/* Hide the browser's default radio button */
.stlishradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #f56868;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.stlishradio:hover input ~ .checkmark {
  background-color: #2196F3;
}

/* When the radio button is checked, add a blue background */
.stlishradio input:checked ~ .checkmark {
  background-color: #2c9449;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.stlishradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.stlishradio .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0px 15px;
}

.searchTerm {
  width: 100%;
border: 3px solid #00B4CC;
    border-right-color: rgb(0, 180, 204);
    border-right-style: solid;
    border-right-width: 3px;
border-right: none;
padding: 5px;
height: 36px;
border-radius: 20px;
outline: none;
color: #9DBFAF;
z-index: 999;
position: relative;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
 width: 100px;
height: 36px;
border: 1px solid #00B4CC;
background: #00B4CC;
text-align: right;
color: #fff;
border-radius: 20px;
cursor: pointer;
font-size: 20px;
margin-left: -42px;
position: relative;
padding-right: 20px;
}


.slick-slide img {
    width: 100%;
	height:180px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


