body {
	background-color: #000;
	overflow-x: hidden;
}
.title .stroke {
	display: inline-block;
	color: white!important;
	-webkit-text-stroke: 2px white;
	font-size: 4vw;
}

.stroke .letter {
	display: inline-block;
	line-height: 1em;
}

img {
	max-width: 100%;
}
#card-intro {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
#card-intro h2{
  color: rgb(193,193,193);
  width: 55%;
  text-align: justify;
}

.Container {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

.Main {
	padding: 150px 0;
}

.ag-timeline_item {
	margin: 0 0 50px;
	position: relative;
}
.ag-timeline_item:nth-child(2n) {
	text-align: right;
}

.ag-timeline {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.ag-timeline_line {
	width: 8px;
	background-color: #393935;
	position: absolute;
	top: 2px;
	left: 50%;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ag-timeline_line-progress {
	width: 100%;
	height: 20%;
	background-color: cornflowerblue;
}

.ag-timeline-card_box {
	padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
	display: inline-block;
	margin: 0 14px 0 -28px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
	margin: 0 -28px 0 14px;
}

.ag-timeline-card_point {
	height: 50px;
	line-height: 50px;
	width: 50px;
	border: 3px solid cornflowerblue;
	background-color: #1d1d1b;
	text-align: center;
	font-family: 'ESL Legend', sans-serif;
	font-size: 20px;
	color: #dedede;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
	color: #1d1d1b;
	background-color: cornflowerblue;
}

.ag-timeline-card_meta-box {
	display: inline-block;
}

.ag-timeline-card_meta {
	margin: 10px 0 0;
	font-family: 'ESL Legend', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: rgb(193,193,193);
}

.ag-timeline-card_item {
	display: inline-block;
	width: 45%;
	margin: -77px 0 0;
	background-color: cornflowerblue;
	opacity: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-webkit-transition: -webkit-transform 3s, opacity 3s;
	-moz-transition: -moz-transform 3s, opacity 3s;
	-o-transition: -o-transform 3s, opacity 3s;
	transition: transform 3s, opacity 3s;
	position: relative;
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ag-timeline-card_arrow {
	height: 18px;
	width: 18px;
	margin-top: 20px;
	background-color: cornflowerblue;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
	margin-left: calc(-18px / 2);
	margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;
  right: auto;
  left: 0;
}

.ag-timeline-card_img {
	width: auto;
	border: 1px solid cornflowerblue;
}
.db-ex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  width: 70vw;
  max-width: 1200px;
  margin: 0 auto;

}
.db-ex-title {
  padding: 50px 0;
}
.db-ex-title h2 {
  text-transform: uppercase;
  text-decoration: underline;
  color: rgb(193, 193, 193);
}
.db-ex1, .db-ex2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 30px;
  text-align: center;
}

.db-ex1-txt, .db-ex2-txt {
  padding: 30px 0;
  text-align: justify;
 
}
.db-ex1-txt h2, .db-ex2-txt h2{
color: rgb(193, 193, 193);
   
  }
  .db-ex1-img, .db-ex2-img {
    margin: 20px 50px;
  }
.db-ex1-img img, .db-ex2-img img {
width: 90%;
height: auto;

}


/*--- Responsive Code ---*/
@media only screen and (min-width: 1200px) {

.ag-timeline-card_meta {
	padding: 10px 30px;
}
#card-text {
	text-align: justify;
}

}
@media only screen and (max-width: 900px) {
  .ag-timeline_line {
	left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
	text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 0 20px;
  }
  
  .ag-timeline-card_meta-box {
    display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	align-items: center;
	justify-content: center;
	
  }
  #card-intro h2{
	font-size: 13px;
	width:70%;
  }
  #card-title h2{
	font-size: 16px;
	margin-left: 40px;

  }
  #card-text {
	font-size: 14px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 50px;
	text-align: justify;

  }
  
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_meta {
	margin-bottom: 30px;
}
.ag-timeline-card_meta h2 {
	padding: 0;
	margin: 0;
}

.Main-section {
	margin-left: 40px;
}
  
   /* id added to div card img */
  .ag-timeline-card_point {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
	font-size: 13px;
  }
  
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px;
  }
  
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
  .ag-timeline-card_img {
    height: auto;
    max-width: 60%;
  }
  .db-ex-title h2{
	font-size: 20px;
	text-align: center;
  }
  .db-ex1-txt h2, .db-ex2-txt h2 {
	font-size: 18px;
  }
  .db-ex1-img,.db-ex2-img {
	width: 100%;
	
}

  .db-ex1-img img,.db-ex2-img img {
	width: 100%;
	padding: 0;
}
}
@media only screen and (min-width: 567px) and (max-width:928px) and (orientation:landscape) {
	.ag-timeline_line {
	  left: 30px;
	}
  
	.ag-timeline_item:nth-child(2n) {
	  text-align: left;
	}
  
	.ag-timeline-card_box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	  padding: 0 0 20px;
	}
	
	.ag-timeline-card_meta-box {
	  display: flex;
	  flex-direction: column;
	  margin-bottom: 100px;
	  align-items: center;
	  justify-content: center;
	  
	}
	#card-intro {
	  font-size: 8px;
	}
	#card-title h2{
	  font-size: 15px;
  
	}
	#card-text {
	  font-size: 12px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 40%;
	
	}
	
	.ag-timeline-card_point-box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
	  margin: 0 0 0 8px;
	}
	#card-img {
	  width: 30px;
	} /* id added to div card img */
	.ag-timeline-card_point {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 40px;
	  line-height: 40px;
	  width: 40px;
	  font-size: 13px;
	}
	
	.ag-timeline-card_item {
	  width: auto;
	  margin: -65px 0 0 75px
	}
	
	.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	  -webkit-transform: translateX(200%);
	  -moz-transform: translateX(200%);
	  -ms-transform: translateX(200%);
	  -o-transform: translateX(200%);
	  transform: translateX(200%);
	}
	
	.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
	  right: auto;
	  left: 0;
	}
	
	.ag-timeline-card_arrow {
	  margin-top: 12px;
	}
	.ag-timeline-card_img {
		height: auto;
		max-width: 20%;
	  }
	  .db-ex1-img,.db-ex2-img {
		width: 80%;
		
	}
	.db-ex1-txt h2, .db-ex2-txt h2 {
		font-size: 12px;
	}
	.db-ex-title h2 {
		font-size: 14px;
	}
  }
  
@media only screen and (max-width: 767px) and (orientation:portrait)  {
  .Container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    max-width: 80%;
  }
  .db-ex-title h2{
	font-size: 12px;
	text-align: center;
  }
  .db-ex1-txt h2, .db-ex2-txt h2 {
	font-size: 11px;
  }
  .db-ex1-img,.db-ex2-img {
	width: 100%;
	
}

  .db-ex1-img img,.db-ex2-img img {
	width: 100%;
	padding: 0;
}
}
@media only screen and (max-width: 639px) {
  .secTitle {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .Container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .Container {
    width: 960px;
  }
}
/*--- Responsive Code End ---*/