@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

.oswald
{
  font-family: 'Oswald', sans-serif;
}
body
{
  overflow-x:hidden;
}
.news-section-1 {
  padding: 30px 0px;
}
.news-section-2 {
  padding: 0px 0px 30px 0px;
  background-color: rgba(233, 221, 219, 0.4);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
}

.news-div {
  max-width:100% !important;
  background-color: #439aa5 !important;
}
.news-txt-div {
  max-width:100% !important;
  background-color: #439aa5 !important;
  margin: 20px 0px;
  height:0.5px;
}
.news-heading {
  margin-top:30px;
}
.news-item {
  margin: 15px auto;
}
.news-sub-heading {
  color:#0a695d;
  font-weight:bold;
}
.teal
{
  color:#439aa5;
}
.lab-img
{
  border-radius:50%;
            -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.lab-img:hover
{
  border-radius:0%;
}

.hidden {
  display: none;
}

.read-more {
  color: #757575 !important;
}

.out-vc {
  display: table;
          -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
          -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#top_thumb
{
  display: none;
}

.blue
{
  color:#32485c;
  margin-bottom:20px;
}
.fun-btn{
  background:none;
  margin:0px;
  border:1px solid #eee;
  border-radius: 5px;
  padding:7px 10px;
  margin-top:10px;
}

body::-webkit-scrollbar {
    width: 0.5em;
   height: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgba(2, 2, 2, 0.8);
  outline: 1px solid #fff;
  border-radius:10px;
}

.reveal-overlay::-webkit-scrollbar {
    width: 0.5em;
   height: 0.5em;
}
 
.reveal-overlay::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.reveal-overlay::-webkit-scrollbar-thumb {
  background-color: rgba(239, 121, 142, 0.50);
  outline: 1px solid #fff;
  border-radius:10px;
}

.reveal
{
background:transparent;
border-radius:5px;
border: 1px solid #e9dddb;
padding:0px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;

}
.news-txt {
  margin:0px;
}


.rev-overlay
{
  background-color: rgba(0,0,0,0.8);
  padding: 1rem;
}


.rev-overlay > h3
{
  color:#fff;
}
.rev-overlay > p
{
  color:#fff;
}

.close-button:hover, .close-button:focus
{
  color:#fff;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}



#involved
{
  padding-bottom:0px;
}
.row
{
	position:relative;
	z-index:2;
}
.rown
{
position:relative;
  z-index:2;
  padding-top:30px;
  padding-bottom:40px;
}

.bg-gray
{
  background-color:rgba(233, 221, 219, 0.4); 
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
}

p
{
  text-align: justify;
  font-size:18px;
}

.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 36.25%;
    margin-bottom:0px;
}

.top_banner
{
	height:70vh;
	width:100%;
	background-image:url('../img/bg1.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	z-index:3;
	position:relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
	-webkit-transition: background-image 500ms ease-out 0.5s;
    -moz-transition: background-image 500ms ease-out 0.5s;
    -o-transition: background-image 500ms ease-out 0.5s;
    transition: background-image 500ms ease-out 0.5s;

}
.top_overlay
{
    background-color: rgba(0,0,0,0.5);
    z-index:4;
    height:70vh;
}
.bottom_text
{
	position:absolute;
	top:90px;
  left:2%;
	width:100%;
  opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bottom_text > .event-hr
{
  max-width:20%;
  margin-left:0px;
}
.bottom_text > h3
{
	color:#fff;
}



.top_text
{
	position:absolute;
	padding:1%;
	top:20%;
	left:0px;
	max-width:50%;
	background-color: rgba(0,0,0,0.5);
	border-radius:0px 5px 5px 0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top_text > h3
{
	color:#fff;
}
.year-btn {
  font-size: 1.3rem;
  color: #2ba6cb;
  cursor: pointer;
}

.middle_text
{
	position:absolute;
	padding:1%;
  bottom:0%;
	right:0px;
	max-width:50%;
  opacity:0;
   -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;

}
.middle_text > h4
{
	color:#fff;
}

#h1
{

}
#h2
{
	display: none;
}
#h3
{
	display: none;
}
h4
{
	margin-bottom:20px;
}



hr {
  border: 0;
  height: 1px;
  max-width: 300px;
  width:100%;
  position: relative;
  margin-top:10px;
  margin-bottom:20px;
}
hr.center-ball {
  background: #439aa5;
}
hr.center-ball:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #439aa5;
  display: inline-block;
  border: 2px solid #439aa5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  margin: 0 0 0 -3px;
}
.center
{
	text-align: center;
}

.pic
{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
	border-radius:5px;
}

 #particles-js canvas{
 position:fixed;
 height:100% !important;
 width:100% !important;
 top:0px;
 z-index:1;
 overflow: hidden;
 max-width:100% !important;
 }



.text_content
{


  padding-top:10px;
  text-align: center;

}
.text_content > p
{
margin-bottom:5px;
  }

.text_b
{
position: absolute;
    margin: auto;
    margin-top: -30px;
    font-size: 1rem;
    box-shadow: 0 0px 5px 0 #32485c;
    z-index: 9;
    left: 50%;
    border: 1px solid #fff;
    max-width: 70px;
    margin-left: -1.05rem;
      -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;

}
.text_b::after
{
  border:1px solid #222;
  border-radius:50%;
  width:200px;
}

.pop-img
{
  margin-bottom:15px;
  max-width:600px;
  width:100%;
  border:1px solid rgba(233, 221, 219, 1);
  border-radius:5px;
}

.text_card
{
  background:transparent;
 box-shadow: 0px -5px 5px -5px #32485c;
   padding:10px;
   position:relative;
   margin:auto;
   width:80%;
   border-radius:5px;
   margin-top:20px;
   margin-bottom:30px;
   -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.big .text_b
{
  font-size:1.4rem;
  margin-top:-40px;
  margin-left:-1.4rem;
}
.big.text_card
{
  margin-top:35px;
  padding-top:15px;
}

.changeBlue
{
  background-color: #32485c;
  box-shadow:none;
}


.dtl30 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl30 img {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl30 .dtl {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl30 .dtl h3,
.dtl30 .dtl p,
.dtl30 .dtl a {
    position: relative;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl30 .dtl h3 {
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}
.dtl30 .dtl p {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    text-indent: 10px;
}
.dtl30 .dtl a {
    margin-left: 15px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
    color: #fff;
    text-align: center;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 16px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}
.dtl30 .dtl a:hover {
    background: #e6e6e6;
    color:#333;
    border: 1px solid #adadad;
}
.dtl30:hover .dtl p,
.dtl30:hover .dtl a,
.dtl30:hover .dtl h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dtl30:hover .dtl {
    visibility: visible;
    opacity: 1;
}


.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  margin: auto;
  max-width: 350px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
    margin-right: 0;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.btn:hover {
  text-decoration: none;
  box-shadow: none; 
  color:#fff;
}

.btn-1 {
  background:  rgba(230, 130, 30, 0.9);
  font-weight: 100;
}
.btn-1 svg {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: rgba(0,152,140,0.9);
  letter-spacing: 0.5px;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 49, 350;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-1.third {
  background:  rgba(230, 130, 30, 1);
  font-weight: 100;
}
.btn-1.third rect {
  fill: none;
  stroke: rgba(0,152,140,1);
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn.third:hover
{
  color:#32485c;
}
.btn-1.third:hover
{
  background:transparent;
}
.btn.third
{
   max-width: 160px;
   color:rgb(0,152,140);
   background-color: transparent;
   border-color: rgb(0,152,140);
}
.btn-1.third:hover rect {
  stroke-width: 5;
stroke-dasharray: 120, 310;
  stroke-dashoffset: 200;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Publication start */

#events_list
{
  overflow: auto;
  max-height:550px;
}

#events_list::-webkit-scrollbar {
    width: 0.5em;
   height: 0.5em;
}
 
#events_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#events_list::-webkit-scrollbar-thumb {
  background-color: rgba(50, 72, 92, 0.50);
  outline: 1px solid #fff;
  border-radius:10px;
}
.event-a
{
  color:#000;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.event {
  padding: 0rem 1rem 0rem 0;
  display: table; }

.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto; }
  .event-date .event-month {
    margin: 0;
    background: #439aa5;
    color:#fff;
    padding: 0.5rem 2rem;
    text-align: center;
    text-transform: uppercase;
 }
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0.5rem 2.5rem;
    text-align: center;
    font-size: 1.5rem; }

.event-desc {
  padding: 0 0 0 1rem;
  text-align: left;
  display: table-cell;
  vertical-align: top; }
  .event-desc .event-desc-header {
       font-size: 14px;
    margin: 7px 0px 2px;
    font-weight: 700;
        text-transform: uppercase; }
  .event-desc .event-desc-detail {
        margin: 0 0 3px 0 !important;
    font-size: 14px; }
  .event-desc .event-desc-time {
    font-weight: bold; }
  .event-desc .rsvp.button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0; }

    .event-hr
    {
    	clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #439aa5;
    border-left: 0;
    }



/* Publication end */


/* Preloader 
 * --------------------------------------- */

.overlay {
    display: block;
    background-color: #222;
    width: 100%;
    height: 100%;
    max-width:100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9998;
    margin: 0 auto;
    overflow: hidden;
}

.overlay-active {
    width:0;
    left:100%;
    -ms-transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
    -webkit-transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
    transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
}

.overlay-black {
    display: block;
    background-color: #222;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
}


.active-preload {
    -moz-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

#preloader {
  position: fixed;
  background: url(../img/logo.svg) center/contain no-repeat;
  height: 100px;
  width: 250px;
  margin-top:-100px;
  margin-left:-125px;
  top: 50%;
  left:50%;
  z-index: 9999;
  -moz-transition: all 1s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -webkit-transition: all 1s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition: all 1s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
  overflow: hidden;
}

#preloader:after {
  content: "";
  background: #222;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation: load 2s;
  -webkit-animation: load 2s;
  animation: load 2s;
  transform: translate3d(100%, 0, 0);
}

@keyframes load {
  from {
    transform: translate3d(0, 0, 0);
  }
}


.btn25 {
    width: 100%;
    max-width:200px;
    overflow: hidden;
    position: relative;
    cursor:pointer;
    border-radius: 50%;
    margin:auto;
    margin-bottom:20px;
    -webkit-box-shadow: 0 4px 10px 1px #32485c;
    -moz-box-shadow: 0 4px 10px 1px #32485c;
    box-shadow: 0 4px 10px 1px #32485c;
      -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.btn25 img {
    width: 100%;
    max-width:200px;
    position: relative;
    top: 0;
    left: 0;
}
.btn25 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn25 .buttons .fa-txt
{
  opacity:0;
  color:#fff;
  font-size:18px;
  line-height: 1.3rem;
  text-align: center;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn25 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.btn25 .buttons .fi-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.btn25:hover
{
  box-shadow: none;
}
.btn25:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn25:hover .buttons .fa-txt {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn25:hover .ovrly {
    opacity: 1;
}

.white
{
  color:#fff;
}

.city-card
{

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  position: relative;
  margin:1%;
      cursor: pointer;
}
.inner
{
  text-align:center;
  background: rgba(0,0,0,0.5);
  padding-top:30vh;
  padding-bottom:30vh;
}

.inside-form
{
  display:none;
}

textarea
{
  border-color:rgb(0,152,140);
}

.input_cust
{
 
     border:none;
         border-bottom: 1px solid rgb(0,152,140);
        background-color:transparent;
        box-shadow:none;
        margin:0px;
        height: 2rem;
        color:#222;
        padding:0px;
        margin-bottom:20px;
}

.input_cust:hover, .input_cust:focus
{
     border:none;
         border-bottom: 1px solid rgb(0,152,140);
        background-color:transparent;
  
    box-shadow: 0px 5px 10px -5px rgba(54, 54, 54, 0.94);
}

.LoginForm-inputContainer {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    position:relative;
    padding-bottom:10px;
}


.login_label
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    padding-right: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    bottom: 100%;
    color:#222;
    left: 0;
    right: auto;
    font-size:18px;
}

.login_label_after {
    color:rgb(3,155,229);
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
    transform: translate3d(0, 6px, 0) scale(0.75);
    -webkit-transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}

.Login-formContainer {
    margin-top: 80px;
    margin-bottom: 80px;
}


.circleLoader
{
  width:60px;
  height:60px;
  margin:20px auto;
  position:relative;
  z-index:99;
  display:none;
}

.circleLoader:before,
.circleLoader:after{
  content:" "; 
  border-radius: 50%;
  border: solid 3px rgb(0,152,140);
  position:absolute;
  width:2px;
  height:2px;
  top: 24px;
  left: 24px;
  opacity:0;
}

.circleLoader:before,
.circleLoader:after{
  -webkit-animation: expand 3s; /* Chrome, Safari, Opera */
  animation: expand 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

.circleLoader:after{
  -webkit-animation-delay: 1.5s;
}


@keyframes expand
{
 0% {
  width:2px;
  height:2px;
  top: 24px;
  left: 24px;
  opacity:0;
 }
 20%{
  opacity:1;
 }
 100% {
  width:50px;
  height:50px;
  top:0;
  left:0;
  opacity: 0.2;
 }
}



  #error_msg
{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: rgba(244, 67, 54, 0.9);
    background-color: #F44336;
    width:400px;
    text-align: left;
    max-width:100%;
    position:fixed;
    right:10px;
    top:10px;
    border-radius:5px;
    display:none;
    z-index:9999;
}

.thanks
{
  display:none;
}



footer {
    background: #e9dddb;
    margin-top:20px;
}

header
{
  position:fixed;
  top:0px;
  width:100%;
  z-index:999;
  padding:0.5rem 0.3rem;
  background-color: #222;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.social
{
  position:fixed;
  right:10px;
  top:10px;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.social_header:hover
{
  color:#2ba6cb;
}
.social_header
{
  color:#fff;
  margin-right:10px;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.social_sh
{
  top:5px;
}
.logo-para
{
  margin:0px;
  line-height:1.2rem;
  font-size:25px;
  color:#32485c;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.logo-para small
{
  font-size:50%;
  line-height: 0.9rem;
  color:#439aa5;
  margin-top:5px;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.logo-para.shrink small
{
  font-size: 80%;
}
.logo-para.shrink
{
  line-height:0.8rem;
  font-size:13px;
}
.logo, .logo-m
{
  display: inline-block;
  max-height: 60px;
   -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}


.logo.shrink
{
  max-height: 40px;
}
.menu a, .menu .button
{
  font-size:18px;
  color:#fff;
    -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

header.hover
{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
  padding:0px;
}

.profile-img
{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.9);
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    margin: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.menu a:hover
{
  color:#cbcbcb;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

@charset "UTF-8";

.card {
  background-color:#f1f1f1;;
}
.card-article-hover {
  box-shadow: 0px 0px 7px #888888;
}

.card-article-hover .card-section {
  width: 90%;
  background: #f1f1f1;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -3rem;
  z-index: 2;
  padding-bottom:0px;
  text-align: center;
}

.card-article-hover .card-section .article-subtext {
  text-transform: initial;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom:0.5rem;
  text-align: center;
}

.card-article-hover .card-section .article-title {
  font-weight: bold;
  font-family: ‘Georgia’, serif;
  font-size: 1.5rem;
  color: #000;
}

.card-article-hover .card-section .article-desc {
  font-family: ‘Georgia, serif;
  font-size: 1rem;
}

.card-article-hover .card-divider {
  background: #fff;
}

.card-article-hover .card-divider .author {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2daebf;
}

.card-article-hover .hover-border {
  height: 10px;
  width: 450px;
  background: #2daebf;
  width: 0;
  transition: width 1s ease;
}

.card-article-hover:hover .hover-border {
  height: 10px;
  width: 450px;
  transition: width 1s ease;
}

.card-article-hover .author {
  color: navy;
}

.card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
}

.card-article-hover .meta-data {
  text-transform: uppercase;
}
.orbit-bullets button
{
    background: transparent;
    border: 1px solid #fff;
    background-color: rgba(3, 3, 3, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
    width: 1.9rem;
    height: 0.3rem;
    margin: 0.1rem;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
  }

  .orbit-bullets
  {
    position:absolute;
    bottom:10px;
    margin:auto;
        text-align: center;
        width:100%;
  }

.cptn11 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.cptn11 img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn11 .ovrly {
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn11 .ovrly .cptn {
    background: #333;
    width: 100%;
    height: auto;
    bottom: 10px;
    position: absolute;
    left: 0;
    overflow: auto;
    padding: 10px 15px;
    overflow:hidden;
}
.cptn11 .ovrly .cptn div {
    float: left;
    height: 100%;
}
.cptn11 .ovrly .cptn .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    margin-top: 0px;
    opacity: 0.3;
}
.cptn11 .ovrly .cptn .fa:hover {
    opacity: 1;
}
.cptn11 .ovrly .cptn h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.cptn11 .ovrly .cptn p {
    color: #6a6a6a;
    font-size: 14px;
    margin:0px;
}
.cptn11:hover .ovrly {
    top: 0;
}
.image-div {
  height:300px;
  width:100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.image-display {
  width:80%;
  height:70vh;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin:auto;
  margin-bottom: 20px;
}
.change-images-arrow {
  font-size:21px;
  color:#fff;
}
.image-controls {
  text-align:center;
}
.more-img-btn {
  margin: 10px 0px 0px 0px;
  padding: 0.5em 0.8em;
}
.my-tabs-title > a {
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
}
.right-float {
  float: right;
}
.tabs-content {
  border: none;
}

 @media print, screen and (max-width: 64em) and (min-width: 40em) {

.middle_text
{
  max-width:60%;
 opacity:0;
}
.inner {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

  .header{
   position:fixed;
  top:0px;
  width:100%;
  z-index:999;
  background-color: #222;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.menu.vertical > li
{
  border-bottom:1px solid rgba(50, 72, 92, 0.2);
}


 
.top-bar, .top-bar ul
{
  background-color: #222;
     -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.logo-m
{
  max-width: 150px;

}

.shadow-box
{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.menu.vertical
{
  background-color: transparent;
}

.title-bar
{
    background-color: #222;
       -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.nopdd
{
  padding:0px;
}


 }


@media screen and (max-width: 1200px) and (min-width:985px){
.menu a, .menu .button {
    font-size: 15px;

  }

}

@media screen and (max-width: 40em){

p
{
  text-align:left;
}

  .bottom_text
{
  top:4rem;
  max-width:95%;
  margin-left:2.5%;
  margin-right:2.5%;
  left:0px;
}

.inner {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.menu.vertical > li
{
  border-bottom:1px solid rgba(50, 72, 92, 0.2);
}
.reveal
{
  position:relative;
z-index:9999;
}
.rev-overlay
{
  position:relative;
}

.close-button, .close-button.medium
{
  position:fixed;
  background-color: rgba(2,2,2,0.9);
      color: #fff;
}
 
 
.top-bar, .top-bar ul
{
  background-color: #222;
     -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.logo-m
{
  max-width: 100px;

}
.news-txt {
  padding-top:30px;
  text-align: center;
}
.news-heading {
  text-align: center;
}

.shadow-box
{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.menu.vertical
{
  background-color: transparent;
}

.title-bar
{
    background-color: #222;
       -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.nopdd
{
  padding:0px;
}

.event
{
  display:none;
}

.middle_text
{
  max-width:95%;
  opacity:0;
  margin-left:2.5%;
  margin-right:2.5%;
  bottom:5%;
}
.header{
   position:fixed;
  top:0px;
  width:100%;
  z-index:999;
  background-color: #222;
  -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.top_overlay
{
  min-height:80vh;
  height:auto;

}
.top_banner
{
  min-height:80vh;
  height:auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.btn25
{
  margin-bottom:30px;
}
.btn25 .buttons
{
  width:70%;
}
.btn25 .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn25 .buttons .fa-txt {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn25 .ovrly {
    opacity: 1;
}
}

.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #439aa5;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #222;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #fefefe;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #32485c;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon .fa {
  left: 15px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon .fa {
      top: 3px;
    font-size: 30px;
    color:#fff;
}

.timeline .timeline-item .timeline-content {
  padding: 10px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}

.timeline .timeline-item .timeline-content p {
  color: #222;
  
}



.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #439aa5;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}




.rel
{
  position:relative;
}

.curtain-menu {
  z-index: 998;
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}

.curtain-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
}

.curtain-menu-wrapper .curtain-menu-list li {
  width: 100%;
  font-weight: 100;
  font-size: 2.8125rem;
  min-height: 2.8125rem;
  padding: 0.5rem;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.2s ease-in;
}

.curtain-menu-wrapper .curtain-menu-list li:hover {
  background: transparent;
}

.curtain-menu-wrapper .curtain-menu-list li:hover a {
  color: #1779ba;
}

.curtain-menu-wrapper .curtain-menu-list li a {
  color: #fefefe;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.curtain-menu .curtain {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: -webkit-flex 0.45s;
  transition: flex 0.45s;
  transition: flex 0.45s, -webkit-flex 0.45s, -ms-flex 0.45s;
}

.curtain-menu .curtain:nth-child(2) {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: transparent;
}

.curtain-menu .curtain:nth-child(odd) {
  background: #222;
}

.curtain-menu-button {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 999;
}

.curtain-menu-button-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5000px;
  background: #fefefe;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.curtain-menu-button-toggle div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #32485c;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.5s;
}

.curtain-menu-button-toggle .bar1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.curtain-menu-button-toggle .bar2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
          transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.curtain-menu-button-toggle:hover {
  background: #1779ba;
}

.curtain-menu-button-toggle:hover div {
  background: #fefefe;
}

.curtain-menu-button-toggle:active {
  box-shadow: none;
}

.curtain-menu-open .curtain:nth-child(2) {
  -webkit-flex: 0 0 0%;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
}

.curtain-menu-open .curtain-menu-wrapper {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}

.curtain-menu-open .curtain-menu-button-toggle .bar1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.curtain-menu-open .curtain-menu-button-toggle .bar2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
#nav-toggle {
  position: fixed;
  right: 0.6%;
  top: 5vh;
  z-index:999;
  background:rgba(2,2,2,0.2);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); 

}

#nav-toggle {
  cursor: pointer;
  padding: 15px 45px 20px 10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.poster {
  border:1px solid #e0e0e0;
  padding:10px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin-bottom:30px;
  margin-top:10px;
}
