.content {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  position: relative;
  background: #2b3d77;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  color:white;
}

.answers {
  background: white;
  padding: 0px 15px;
  margin: 5px 0;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  max-height: 500px;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  margin-top:12px;
  z-index: 5;
  font-size: 1.5em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color:white;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}






.skyblue{
background-color: #22c8ff;
}
.slide1{
background-image:url("images/slide1.jpeg");
background-repeat:no-repeat;
background-size: 100% 100%;
}
.slide2{
background-image:url("images/slide2.jpeg");
background-repeat:no-repeat;
background-size: 100% 100%;
}
.slide3{
background-image:url("images/slide3.jpeg");
background-repeat:no-repeat;
background-size: 100% 100%;
}

.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.container {
  padding: 10px 15px;
}

.carousel {
    position: relative;
    margin-top: 9%;
}

.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image:url("images/slide1.jpeg");
}
.carousel-item {
	min-height: 560px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
.how-start {
    font-size: 30px;
    color: #FFF !important;
   
}


.wrapper {
  
}

.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 63%;
	vertical-align: middle; 
	overflow: hidden; 
  background:;
}

.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}


.mypopup {
  width: 100px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align:center;
  color:#fff;
  background-color: #373737;
  border-radius: 6px;
  position: absolute;
  display: none;
  z-index:1;
  opacity:0.9;
}


.mypopup::before {
  content: "";
  width: 0px;
  height: 0px;
  transform: rotate(0deg);
  background-color: white;
  position: absolute;
  left: -6px;
  top: 68px;
  z-index:1;
}


.full-screen{
width:100%;	
	
}

/******************* Timeline Demo - 8 *****************/
.main-timeline8{overflow:;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:30px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #fe8914;position:absolute;top:0.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:20px;color:#fff;border-radius:0 50px 50px 0;background:#2b3d77;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #2b3d7799;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:30px 20px;margin:0 45px 0 35px;background:#fff; border: 1px solid #fe8914; border-top:none;}
.main-timeline8 .title{font-size:15px;font-weight:700;color:#504f54;margin:5px 0;}
.title1{font-size:15px;font-weight:700;color:#fe8914;margin:5px 0; text-align:left; }
.title_main{font-size:18px;font-weight:700;color:#333333;margin:5px 0; text-align:left; }
.main-timeline8 .description{font-size:14px;color:#000000;margin:0; }
.description1{font-size:14px;color:#000000;margin:0; text-align:justify;}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 30px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#fe8914;  }
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:left;margin:0 35px 0 45px; border: 1px solid #2b3d77; border-top:none;}
.main-timeline8 .timeline:nth-child(2){margin-top:170px}
.main-timeline8 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#2b3d77}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#fe891491}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon{border-color:#fe8914}
.main-timeline8 .timeline:nth-child(3n) .year{background:#2b3d77}
.main-timeline8 .timeline:nth-child(3n) .year:before{border-top-color:#2b3d7799}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon{border-color:#2b3d77}
.main-timeline8 .timeline:nth-child(4n) .year{background:#fe8914}
.main-timeline8 .timeline:nth-child(4n) .year:before{border-top-color:#fe891491}
.main-timeline8 .timeline:nth-child(6n) .timeline-icon{border-color:#2b3d77}
.main-timeline8 .timeline:nth-child(6n) .year{background:#fe8914}
.main-timeline8 .timeline:nth-child(6n) .year:before{border-top-color:#fe891491}
@media only screen and (max-width:767px){.main-timeline8{overflow:visible}
.main-timeline8:before{top:0;left:0}
.main-timeline8 .timeline:nth-child(2),.main-timeline8 .timeline:nth-child(even),.main-timeline8 .timeline:nth-child(odd){margin:0}
.main-timeline8 .timeline{width:100%;float:none;padding:0 0 0 30px;margin-bottom:20px!important}
.main-timeline8 .timeline:last-child{margin:0!important}
.main-timeline8 .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .year{border-radius:50px 0 0 50px}
.main-timeline8 .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline-content{margin:0 35px 0 45px; }
}


.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/*.icon-bar a:hover {
  background-color: #000;
}*/

.facebook:hover {
  background: white;
  color: #3B5998;
}
.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}
.twitter:hover {
  background: white;
  color:#55ACEE;
}

.google {
  background: #dd4b39;
  color: white;
}

.google:hover {
  background: white;
  color:#dd4b39;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.youtube:hover {
  background: white;
  color:#bb0000;
}


/*new aacd*/
#container {
  width: 60%;
  margin: 150px auto;
  overflow: auto;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}



.faq li { padding: 12px; }

.faq li.q {
  background: #2b3d77;
  font-weight: bold;
  font-size: 14px;
  color:#fff;
  margin:0;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  border-radius:5px;
}

.faq li.a {
  background: #fff;
  display: none;
  color:#333333;
  margin:0;
  border: 1px solid #e9ecef;
}

.faq li.a ul li {
 
  margin:0;
  padding:0;
  
}

.faq li img {
  margin-right:5px;
  width:1.5%;
  
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }

.faq li img {
  margin-right:5px;
  width:5%;
  
}
}

/*image hover*/


.effectback {
  display: block;
  background: url('https://farm8.staticflickr.com/7042/6873010155_d4160a32a2_s.jpg') no-repeat;
	background-size:contain;
/*background-position:center;*/
    margin: 0;
	
}
.effectfront {
  opacity: 0;
  border: none;
  margin: 0;
}
.effectfront:hover {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


/*modal*/

/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background:transparent;
 
  /*background-color:#000;*/
  
}
.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #ffebee;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
 /* position: relative;*/
  display: inline-block;
  padding: 1.2rem 2.4rem;
  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
 /* background: #ffebee;*/
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;*/
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
/*.modal__trigger:hover {
  background: #e5d3d6;
}*/
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffebee;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/**
 * Demo specific CSS
 */

img {
  max-width: 100%;
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: flex;
  align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #f44336;
  padding: 3vh 10vw;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}




/*modal bg fade*/

.box {
  width: 70%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 5px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  color: #fe8914; 
}

.button {
  font-size: 1em;
  padding: 10px;
  top:10%;
  color: #000;
  border: 2px solid #fe8914;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #fe8914;
  color:white;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 7% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
 
  transition: all 5s ease-in-out;
}
.popup h4 {
  margin:15px;
  color: #333;
  font-size:20px;
  font-family: Tahoma, Arial, sans-serif;
}
.popup h3 {
  margin-top: 0;
  
  color:#fe8914;
  font-size:16px;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup #content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 90%;
  }
  .popup{
    width: 70%;
  }
  .popup h4 {
  
  font-size:15px;
  
}
}


.dot {
  height: 6px;
  width: 6px;
  background-color: #2b3d77;
  border-radius: 50%;
  display: inline-block;
  margin-right:5px;
  margin-bottom:1px;
}