
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 1px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 70px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 100px;
	width: 100px;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: orange !important;
}
/* .nav-item.active .nav-link{
	color:darkorange !important;
} */

.dropdown-menu a {
	color: black;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
  }

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	/* background-color: #8167a9; */
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
	padding-top: 300px;

}
.full-height {
	height:400px;
	/* background-image: linear-gradient(to bottom right, #eecda3, #ef629f); */
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
  /* margin-top: 40px; */
	transform: translateY(-50%);
	z-index: 20;
}


h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
.nav-item .dropdown-menu{
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
	display: block;
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #665d5d;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	/* background-color: rgba(129,103,169,.6); */
	background-color: orange;;
}

/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0; */
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0px; */
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}

}


/* Tutorials Section */


.TutorialHover:hover, .TutorialHover:visited, .TutorialHover:link, .TutorialHover:active {

  text-decoration: none!;

  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin: 20px 0;
  padding: 10px;
  width: 100%; 
  min-height: 200px;
  /* border: 2px #ccc solid; */
  
  color:black;

}

/* effects for subjects cards */
.box {
		box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
		transition: all .2s ease-in-out;
	}	

.box:hover {
		box-shadow: 0 1px 31px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
		transition: all .2s ease-in-out;
	}

/* Start Learning & Explore Us Buttons */

#btnSearch,
#btnClear{
    display: inline-block;
	vertical-align: top;
	border-radius: 20px;
	font-weight: bolder;
	padding: 10px;
}

/* Down Ward Arrow logic and style */

.fa-angle-double-down{
    display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	color: orange;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-10px);
	}
	60% {
	  transform: translateY(-10px);
	}
  }

  /* ============================================ */

  /* Style for each flex card tutorial subject on home page */

  .col-sm-9 h5{
	color:orange;
	font-size: 15px;
  }

  .col-sm-9 p{
	color:black;
	font-size: 14px;
	font-weight: 500;
  }

  /* ================================================ */

  /* style for Tech blog on home page */

  .jumbotron{
	  height : max-content;
	  background-image: linear-gradient(to bottom right, #000428, #004e92);
  }

  @media only screen and (max-width: 875px) {

	.jumbotron {
	  width: 100%;
	  height : max-content;
	}
}

  .blog {
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	margin: 20px 0;
	padding: 10px;
	width: 100%; 
	min-height: 200px;
	/* border: 2px #ccc solid; */
	
	color:black;
  
  }

  .blog {
	box-shadow: 0 1px 3px rgb(255, 255, 255), 0 1px 2px rgb(255, 253, 253);
	transition: all .2s ease-in-out;
	}	

  .blog:hover {
	box-shadow: 0 1px 10px rgb(230, 217, 217), 0 1px 2px rgba(255, 246, 246, 0.911);
	transition: all .2s ease-in-out;
	}


	
.blog span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	font-size: 20px;
  }
  
  .blog span:after {
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .blog:hover span {
	padding-right: 25px;
  }
  
  .blog:hover span:after {
	opacity: 1;
	right: 0;
  }


  /* ============================================== */

  /* Style for test section on home page */

  .HomeTest{
	height : max-content;
	background-color: white; 
  }

  /* ================================================ */


  /* tyle for testimonials section on home page */

  