@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body
{
  min-height: 100vh;
  background: black;/*linear-gradient(#000000,rgba(34, 31, 37, 0.467));*/
}
/*-----------------------------------------------------*/
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.7rem;
	z-index: 10;
  }
  
  #header a img#logo{
	margin: 10px 10px;
	width: 7rem;
  }
  
  #header .nav-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 6px;
	background: rgb(24, 26, 27);
	color: #fff;
	border-radius: 10px;
  }
  
  #header .nav-menu  li{
	list-style: none;
	margin-left: 20px;
  }
  
  #header .nav-menu li a,
  #header .nav-menu li .next-menu{
	text-decoration: none;
	padding: 3px 10px;
	color: #fff;
	border-radius: 20px;
	font-size: 1.5em;
  }
  
  #header .nav-menu li .sub-menu{
	display: none;
  }
  
  #header .nav-menu li a:hover, 
  #header .nav-menu li a.active,
  #header .nav-menu li .next-menu:hover{
	background: rgb(24, 26, 27);
	color: #fff;
  }
  
  #header .nav-menu li:hover .sub-menu{
	display: block;
	position: absolute;
	margin-left: -15px;
  }
  
  #header .nav-menu li:hover .sub-menu ul{
	display: block;
	margin: 10px;
  }
  
  #header .nav-menu li:hover .sub-menu ul {
	width: 250px;
	padding: 10px;
	/*border-bottom: 1px dotted #fff;*/
	background: rgb(24, 26, 27);
	border-radius: 20px;
	text-align: left;
  }
  
  #header .nav-menu li:hover .sub-menu ul li a:hover{
	background:rgb(94, 97, 100); 
  }
  
/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/
@media (max-width: 992px)
{
  #header
  {
    padding: 20px;
  }
  #header .logo
  {
    font-size: 5rem;
  }
  #header .nav-menu
  {
    display: none;
  }
  #header .nav-menu.active
  {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#00011F,#2b1055);;
  }
  #header .nav-menu.active li
  {
    margin-left: 1.2rem;
  }
  #header .nav-menu.active li a
  {
    font-size: 5rem;
    margin: 5px 0;
    border-radius: 30px;
    display: inline-block;
  }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  .toggle
  {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../ico/menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
  }
  .toggle.active
  {
    position: fixed;
    top: 20px;
    right: 20px;
    background: url(../ico/close.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
* {
	margin: 0;
	padding: 0;
}



ul {
	list-style: none;
	margin: 0 !important;
}

a {
	text-decoration: none !important;
	display: inline-block;
}

img {
	max-width: 100%;
}

button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: white;
	margin: 0;
}
p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.timelines{
	text-align: center;
}
.timelines h2 {
	text-align: center;
	color: rgb(66, 49, 92);
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 90px;
}
.timelines h3 {
	text-align: center;
	color: rgb(59, 59, 59);
	font-weight: 600;
	margin-bottom: 60px;
	font-size: 15px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: rgb(52, 48, 95);
	font-weight: 600;
	margin-bottom: 20px;
}
.timelines #name{
	align-items: center;
	width:18%;
	margin-bottom: 10px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: linear-gradient(#8789c0,#44366b);
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #f0f1f2;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #f0f1f2;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: linear-gradient(#8789c0,#44366b);
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%;
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}
