@charset "utf-8";
/* CSS Document */

/*article {
	padding-bottom: 10em;
}*/

.onoffswitch3 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch3-checkbox {
  display:none;
}

.onoffswitch3-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch3-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 14px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
  padding-left: 10px;
    margin-left: 50px;
  background-color: #black;
  color: #ffffff;
}

.onoffswitch3-inner .onoffswitch3-inactive {
  width: 100px;
  padding-left: 16px;
  background-color: #black;
  color: #ffffff;
  text-align: right;
}

.onoffswitch3-switch {
  display: block;
  width: 50%;
  margin: 0px;
  text-align: center;
  border: 0px solid #999999;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
 left: -15px;
}
.onoffswitch3-active .onoffswitch3-switch {
 /* background: #f8991d; */
  background: #2d3192;
  left: -25px;
    margin-left: 35px;
  width: 180px;
}
.onoffswitch3-inactive {
  background: #a1a1a1;
  right: 0;
  width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
  margin-left: 0;
}

.glyphicon-remove {
  padding: 3px 0px 0px 0px;
  color: #fff;
  background-color: #000;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  border: 2px solid #fff;
}

.scroll-text {
  color: #000;
}

.nav-top-txt {
  font-weight: bold;
  text-transform: capitalize;
}
.nav-top-txt:hover {
  background-color: none;
}

.footer-f {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  color: white;
  text-align: center;
 /* padding-top: 20px;*/
}

.footer-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-ul--li {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1vw;
  float: left;
}

.footer-ul--li-a:link,
.footer-ul--li-a:visited {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.footer-ul--li-a-soc {
  display: block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
}

.footer-ul--li-a-soc:hover {
  color: white;
  text-decoration: none;
}

.accordion {
  background-color: #0099ff;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 15px; 
  box-shadow: 5px 5px 2px lightblue;
}

.active, .accordion:hover {
  background-color: #2d3192;
}

.accordion:after {
  content: '\002B';  /* \002B*/
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel{
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Table cell padding*/

.tb-pad {
	padding: 0.5em;
}


/*	START SQUARES*/
	
.main-title-sq{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container-sq{
  padding: 1em 0;
  float: left;
  width: 50%;
  background-color: #34cbff;
}
@media screen and (max-width: 640px){
  .container-sq{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container-sq{
    width: 33.33333%;
  }
}

.container-sq .title-sq{
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}


.content-sq {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content-sq .content-overlay-sq {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-sq:hover .content-overlay-sq{
  opacity: 1;
}

.content-image-sq{
  width: 100%;
}

.content-details-sq {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-sq:hover .content-details-sq{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details-sq h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details-sq p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom-sq{
  top: 80%;
}

.fadeIn-top-sq{
  top: 20%;
}

.fadeIn-left-sq{
  left: 20%;
}

.fadeIn-right-sq{
  left: 80%;
}
	
.carousel-caption-sq {
  z-index: 10;
  text-align: left;
}
	
.centered-sq {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-left-sq {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left-sq {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right-sq {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right-sq {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
	
/* /. SQUARES*/
	
	
/* Start Nested Accordion */
	.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

/* /. Nested accordion


/* Start Front page cards*/


.wrapper-card {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #34cbff;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading-card {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  /*color: #505050;*/
}
@media (min-width: 450px) {
  h1.heading-card {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading-card {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading-card {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card-body {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card-body:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  color: #fff;
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 500;
  font-size: 2em;
  font-family: 'Open Sans', san-serif;
}
.card-title a {
  color: #FFF;
  text-decoration: none !important;
}

.card-title-blk {
  margin-top:0px;
  font-weight: 500;
  font-size: 2em;
  font-family: 'Open Sans', san-serif;
}
.card-title-blk a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.card-li a {
  text-decoration: none !important;
  /*padding:10px;*/
  font-weight:500;
  text-transform: capitalize;
  color: #000;
	/*text-align: left;*/
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; 
	padding: 16px;/* Make elements inside the container behave like table cells */
}
/* /. Front cards */

.UL-list-box-front{
	list-style: none; 
	margin:0; 
	padding: 0; 
	text-align: left;
}

.UL-Li-Link-text{
	list-style: none;
	font-size: 1.25em;
}

.menu-hov-drop:hover{
 background-color: none;	
}


.subscribe{
	height: 35px;
	padding: none;
	margin: 0;
	
}