	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');


	body {
		margin: 0px;
		padding: 0px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		overflow-x: hidden;
		background: #f7f7f7;
	}

	a:hover {
		text-decoration: none;
	}
	.border-right {
		border-right: 1px solid #a9a9a9 !important;
	}

	.carousel-item img {
		margin: AUTO;
		TEXT-ALIGN: CENTER;
		WIDTH: 100%;
		background-size: contain;
	}


	.carousel-caption h1 {
		font-size: 50px;
		font-weight: bold;
		text-shadow: 2px 2px 4px #000;
	}
	.carousel-caption h3 {
		font-size: 36px;
		font-weight: 600;
	}
	.carousel-caption p{
		font-size: 24px;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 33%!important;
		left: 15%;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: left;
		z-index: 999;
	}

	.fade-in {
		animation: fadeIn ease 5s;
		-webkit-animation: fadeIn ease 5s;
		-moz-animation: fadeIn ease 5s;
		-o-animation: fadeIn ease 5s;
		-ms-animation: fadeIn ease 5s;
	}


	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-o-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}


	a.btn-expl {
		background: #000000;
		font-size: 20px;
		color: #fff;
		padding: 34px 50px;
		border-radius: 0;
		margin-top: 54px;
		display: inline-block;
		transition: 0.5s;
		/* border-radius: 30px; */
		/* border: 1px solid #ff5c20; */
		font-weight: 600;
		margin-right: 28px;
	}

	.carousel-caption a:hover, a.btn-demo a:hover{
		background: #000;
		border:1px solid #000;;
	}

	a.btn-expl:hover{
		background: #000;
		border:1px solid #000;;
	}
	a.btn-demo {
		background: #fff;
		font-size: 20px;
		color: #ff5c20;
		padding: 10px 45px;
		border:1px solid #ff5c20;;
		border-radius: 3px;    
		margin-top: 25px;
		display: inline-block;
		transition: 0.5s;
		border-radius:30px;
		font-weight:600
	}

	.shadow_box .title {
		font-size: 18px;
		color: #5c5c5c;
		font-weight: 500;
		margin-top: 12px;
	}

	.shadow_box {
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		padding: 15px;
		transition: 0.5s;
	}

	.shadow_box:hover {
		box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		background: #ffffffab;
	}

	.experience .container {
		max-width: 850px;
		margin-top: -85px;
	}


	.Benefits-box {

		background: white;
		margin-top: -88px;
		z-index: 9;
		position: relative;
		border-radius: 16px;
		box-shadow: 0px 0px 11px 2px rgb(130 128 128 / 20%);
	}


	.Benefits-box h2{
		color:#04395B
	}

	.media p {
		font-size: 15px;
		font-weight: 300;
	}
	.media p span {
		font-weight: 400;
		display: block;
		color: #04395b;
		font-size: 17px;
		padding: 0 0 12px 0;
	}
	a.btn-demo1:hover {
		background: black;
		color: #fff;
		border: 1px solid black;
	}
	a.btn-demo1 {
		font-size: 23px;
		border-radius: 32px;
		margin: 9px 0;
		padding: 6px 29px;
	}

	section.course-box{

		margin-top: 110px;
		padding-bottom: 30px;;
	}
	.course-box h4 {
		margin: -32px 0 13px 0;
	}
	.course-box p {
		width: 80%;
		text-align: center;
		margin: auto;
		padding: 0 0 42px 0;
		line-height: 24px;
	}
	a.btn-course {
		background: #0c0b0b;
		padding: 5px 33px;
		margin: auto;
		color: #ffffff;
		font-size: 20px;
		font-weight: 500;
		/* position: absolute; */
		/* bottom: 39px; */
		/* right: 34%; */
		/* margin-left: -41px; */
		/* border: 1px solid red; */
		/* display: inline-block; */
	}
	.box-cous h4 {
		font-size: 34px;
		text-align: left;
		font-weight: 600;
		padding: 64px 0 0 32px;
	}
	.box-cous p {
		font-size: 22px;
		text-align: left;
		line-height: 28px;
		letter-spacing: 1.2px;
	}
	.second-arrow{
		position: relative
	}
	.second-arrow::after{
		width: 0px;
		height: 0px;
		border-top: 1197px solid transparent;
		border-left: 283px solid transparent;
		border-right: 1619px solid #ededed;
		content: '';
		position: absolute;
		top: 0;
		z-index: 0;
		right: 0
	}

	.box-heit{
		width: 86%;
		margin:auto
	}

	ul.learn-left {
		list-style: none;
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	ul.learn-right  {
		list-style: none;
		text-align: left;
		padding: 0px;
		margin: 0px;
	}
	ul.learn-right img{
		margin: 0 14px 0 0;
	}
	ul.learn-left img{
		margin: 0 0px 0 14px;
	}
	ul.learn-left li, ul.learn-right li {
		color: #04395B;
		font-size: 23px;
		line-height: 54px;
		font-weight: 500;
	}

	.coding-div {
		margin: 48px 0;
	}
	.coding-div h5{
		color:#5A5756;
		margin:16px 0 0 0 ;
	}
	.coding-div p{
		width: 60%;
		margin: auto;
		color: #7b7777;
	}

	.curl p{
		font-size: 18px;
		color: #545f65;
		line-height: 25px;
		font-weight: 300;
	}

	.enroll-box{
		background-color: #66b8bb;
		background-image: linear-gradient(to right, #66b8bb, #c9c9c9);
		height: 200px;
		margin-top: 60px;
		border-radius: 20px;
	}

	h1.find-corse {
		font-size: 49px;
		font-weight: 700;
		padding: 9px 0 0 70px;
		line-height: 53px;
		color: #000;

	}
	.step-div {
		margin: 0px 0 0 0;
		padding: 0 0 0 0;
		color: #04395B;
		height: 156px;
		border-left:1px solid #04395B ;
	}
	.step-div h3 {
		padding: 4px 0 0 50px;
		font-size: 22px;
	}
	.step-div p {
		padding: 4px 0 0 50px;
		font-size: 18px;
		color: #a1a6a9;
	}
	.step-div::before{
		content: '1';
		width: 50px;
		height: 50px;
		border: 1px solid #ff5c20;
		position: absolute;
		border-radius: 50%;
		top: 0;
		left: -25px;
		background: #fff;
		text-align: center;
		font-size: 30px;
		color: #ff5c20;
	}
	.together-box {
		border: 1px solid #ff5c20;
		border-radius: 10px;
		text-align: center;
		position: relative;
	}
	.together-box::before{
		content: '';
		background: url(../images/tog-left.png);
		position: absolute;
		height: 198px;
		background-position: left;
		width: 235px;
		background-repeat: no-repeat;
		left: 0;
		bottom: 0;
	}
	.together-box::after{
		content: '';
		background: url(../images/tog-right.png);
		position: absolute;
		height: 198px;
		background-position: left;
		width: 235px;
		background-repeat: no-repeat;
		right: 0;
		bottom: 0;
	}
	.together-box p{
		font-size: 24px;
		color: #04395b;
		padding: 32px 0 39px 0;
	}

	.footer{
		background-color: #fff; /* For browsers that do not support gradients */

	}
	.froml-div{
		background-color: #f7fbff;
		margin: 100px 0 0 0;
		border-radius: 9px 0 0 9px;
		padding: 43px 0 0 23px;
	}
	.from-div{
		background-color:  #fff;
		margin:100px 0 0 0;
		border-radius: 0 9px 9px 0;
		padding: 62px 30px 0px 30px;
		color:#09334f
	}
	.form-control{
		padding: 1.3rem .75rem !important;
	}
	.btn-submit {
		width: 100%;
		background: #ff5c20;
		border: 1px solid #ff5c20;
		margin: 15px 0 15px 0;
		line-height: 41px;
		box-shadow: 0px 4px #989696;
		font-weight: 700;
		font-size: 28px;
	}
	p.privacy {
		font-size: 16px;
		text-align: center;
	}
	ul.ul-ft {
		list-style: none;
		margin: 65px 0 0 0;
		padding: 0px;
	}

	ul.ul-ft li {
		margin: 0;
		padding: 0px 0 0 55px;
		font-size: 20px;
		font-weight: 300;
	}
	ul.ul-ft li a{
		color:#fff;
	}
	ul.ul-ft li a:hover{
		color:#ff5c20;
	}



	.nav-fostrap {
		display: block;
		margin-bottom: 15px 0;
		background: #14211429;
		/* -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
		border-radius: 0;
		margin-top: 0px;
	}

	.nav-fostrap ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  display: block;
	}

	.nav-fostrap li {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  display: inline-block;
	  position: relative;
	  font-size: 14;
	  color: #def1f0;
	}

	.nav-fostrap li a {
	  padding: 15px 20px;
	  font-size: 14;
	  color: #def1f0;
	  display: inline-block;
	  outline: 0;
	  font-weight: 400;
	}

	.nav-fostrap li:hover ul.dropdown {     
		display: block;
		text-align: left; }

	.nav-fostrap li ul.dropdown {
	  position: absolute;
	  display: none;
	  width: 200px;
	  background: #2980B9;
	  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  padding-top: 0;
	}

	.nav-fostrap li ul.dropdown li {
	  display: block;
	  list-style-type: none;
	}

	.nav-fostrap li ul.dropdown li a {
	  padding: 15px 20px;
	  font-size: 15px;
	  color: #fff;
	  display: block;
	  font-weight: 400;
	}

	.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

	.nav-fostrap li:hover a {
	  background: #2980B9;
	  color: #fff !important;
	}

	.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

	.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

	.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

	.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

	.arrow-down {
	  width: 0;
	  height: 0;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-top: 5px solid #def1f0;
	  position: relative;
	  top: 15px;
	  right: -5px;
	  content: '';
	}
	.title-mobile {
	  display: none;
	}
	 @media only screen and (max-width:900px) {

	.carousel-caption h1{
		font-size:1rem;
		display:none
	}
	.carousel-caption p {
		font-size: 1rem;
		display:none
	}

	.nav-fostrap {
	  background: #fff;
	  width: 200px;
	  height: 100%;
	  display: block;
	  position: fixed;
	  left: -200px;
	  top: 0px;
	  -webkit-transition: left 0.25s ease;
	  -moz-transition: left 0.25s ease;
	  -ms-transition: left 0.25s ease;
	  -o-transition: left 0.25s ease;
	  transition: left 0.25s ease;
	  margin: 0;
	  border: 0;
	  border-radius: 0;
	  overflow-y: auto;
	  overflow-x: hidden;
	  height: 100%;

	}
	.title-mobile {
		position: fixed;
		display: block;
		top: 10px;
		font-size: 20px;
		left: 100px;
		right: 100px;
		text-align: center;
		color: #FFF;
		visibility: hidden;
	}
	.nav-fostrap.visible {
	  left: 0px;
	  -webkit-transition: left 0.25s ease;
	  -moz-transition: left 0.25s ease;
	  -ms-transition: left 0.25s ease;
	  -o-transition: left 0.25s ease;
	  transition: left 0.25s ease;
	}

	.nav-bg-fostrap {
	  display: inline-block;
	  vertical-align: middle;
	  width: 50px;
	  height: 50px;
	  margin: 0;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  background: #03A9F4;
	  padding: 12px 0 0 10px;
	  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}

	.navbar-fostrap {
	  display: inline-block;
	  vertical-align: middle;
	  height: 50px;
	  cursor: pointer;
	  margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		padding: 12px;
	}

	.navbar-fostrap span {
	  height: 2px;
	  background: #fff;
	  margin: 5px;
	  display: block;
	  width: 20px;
	}

	.navbar-fostrap span:nth-child(2) { width: 20px; }

	.navbar-fostrap span:nth-child(3) { width: 20px; }

	.nav-fostrap ul { padding-top: 50px; }

	.nav-fostrap li { display: block; }

	.nav-fostrap li a {
	  display: block;
	  color: #505050;
	  font-weight: 600;
	}

	.nav-fostrap li:first-child:hover a { border-radius: 0; }

	.nav-fostrap li ul.dropdown { position: relative; }

	.nav-fostrap li ul.dropdown li a {
	  background: #2980B9 !important;
	  border-bottom: none;
	  color: #fff !important;
	}

	.nav-fostrap li:hover a {
	  background: #03A9F4;
	  color: #fff !important;
	}

	.nav-fostrap li ul.dropdown li:hover a {
	  background: rgba(0,0,0,.1); !important;
	  color: #fff !important;
	}

	.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

	.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

	.arrow-down {
	  border-top: 5px solid #505050;
	  position: absolute;
	  top: 20px;
	  right: 10px;
	}

	.cover-bg {
	  background: rgba(0,0,0,0.5);
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	}
	}
	 @media only screen and (max-width:1199px) {

	.fixed-top {
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	}
	 }
	@media (min-width: 1250px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 13px 0 21px 0;
	}
	}

	@media screen and (max-width: 767px){
		.curl{
			left:0px !important;
			width:100% !important;
			max-width:100%;
		}
		.ccd{
		width:100%}

		 .curl1 p{
			 padding-bottom: 0 !important;
			 padding-top: 0 !important;
			 text-align:justify
			 }
			.curl h6{
				font-size:12px !important;
			}

		.ddd {
		margin-left: 0px!important;
		width: 100% !important;
	}
	h1.find-corse {
		font-size: 26px;
		padding: 0px;
		text-align: center;
		line-height: 37px;
	}
	a.btn-course{
		font-size:14px
	}
		.footer-bg{
			background: none !important;
			top: 0 !important;
			margin: auto !important;
		}
		.ft-left h3, .ft-left p{
		 color: #000 !important;
			margin: 0!important;
			text-align:center;
		}
		.ft-left p{
			padding:20px 0 0 0!important;
		}
		.Benefits-box{
			margin-top: 10px;
		}
		.box-cous {
			height: auto;
			margin: 10px 0 67px 0;
			background-size: cover!important;
		width: 100%;

		}
		.box-cous h4{
			text-align:center
		}
		.course-box p{
			text-align:center!important;
		}
		a.btn-course{
			position:static;
		}
		.border-right{
			border-right: none;
		}
		.enroll-box{
			height: auto;
		}
		a.btn-expl{
			text-align: center;
			display: block;
		}
		.step-div{
			width: 80%;
			margin:auto;
		}
		.together-box::after, .together-box::before{
			display: none;
		}
		.together-box{
			width:92%;
		}
		.froml-div, .from-div{
			border-radius: 6px;
			margin-top:20px;
		}
	}
	@media screen and (max-width: 568px){
		.min-50 h3 {
			font-size: 10px;
			padding-top: 90px;
		}
		.min-50 p {
			font-size: 10px;

		}
	}

	 .curl1 {
				font-size: 18px;
				color: #545f65;
				line-height: 25px;
				font-weight: 300;
				left: 6% !important;
				position: relative;
				width: 546px!important;
			}
			 .curl1 p {
				font-size: 22px !important;
				color: #212529;
				line-height: 32px !important;
				font-weight: 400 !important;
				padding-bottom: 11px !important;
				padding-top: 32px !important;
			}
		.curl {
				font-size: 18px;
				color: #545f65;
				line-height: 25px;
				font-weight: 300;
				left: 13%;
				position: relative;
				width: 555px;
			}
			.curl p {
				font-size: 27px;
				color: #212529;
				line-height: 38px;
				font-weight: 600;
				padding-bottom: 10px;
				padding-top: 56px;
			}
			.curl h6 {
				font-size: 22px;
				color: #000;
				font-weight: 600;
				margin-left: 48px;
			}
			.curl h6 img {
				 margin: 15px 38px 10px 0;
			}
			h4.video-h4 {
				font-size: 40px;
				font-weight: 600;
				line-height: 46px;
				margin-top: 40px;
				margin-bottom: 51px;
			}

			.ft-left h3{
				color: #fff;
				font-size: 43px;
				margin: 130px 0 0 64px;
				font-weight: 600;
				line-height: 52px;
			}

			.ft-left p{
				padding: 33px 0 0 70px;
				color: #fff;
				font-size: 22px;
				font-weight: 300;            
			}

			div#main {
				position: absolute;
				z-index: 99;
				margin: auto;
				text-align: center;
				left: 0;
				right: 0;
				background: #000;
			}







	/*==================== 
		Widgets 
	====================== */
	.widget{	padding: 20px;	margin-bottom: 40px;}
	.widget.widget-last{	margin-bottom: 0px;}
	.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
	.widget.subscribe p{	margin-bottom: 18px;}
	.widget li a{	color: #ff8d1e;}
	.widget li a:hover{	color: #4b92dc;}
	.widget-title {margin-bottom: 20px;}
	.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
	.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
	.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
	.widget .badge{	float: right;	background: #7f7f7f;}

	.typo-light h1, 
	.typo-light h2, 
	.typo-light h3, 
	.typo-light h4, 
	.typo-light h5, 
	.typo-light h6,
	.typo-light p,
	.typo-light div,
	.typo-light span,
	.typo-light small{	color: #fff;}

	ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
	ul.social-footer2 li {display: inline-block;padding: 0;}
	ul.social-footer2 li a:hover {background-color:#ff8d1e;}
	ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
	.btn{background-color: #ff8d1e; color:#fff;}
	.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;

	}

	h2.lrn_with_us{
	text-align: center; 
	font-weight: 700; 
	font-size: 50px;
	}
	@media only screen and (max-width: 600px) {
	.box-cous p{
	font-size: 18px!important;
	}
	.course-box p{
	padding: 0 0 12px!important;
	}
	.box-cous h4{
	font-size: 24px!important;
	padding: 14px 0 0 12px!important;
	}
	.box-cous{
	height:auto!important;
	}

	div a.btn-expl{
	font-size: 16px;
	padding: 14px 10px;
	margin-top: 10px;
	}
	div h1.find-corse {
		font-size: 22px;
	}
	h2.lrn_with_us{
	font-size: 37px;
	}

	.curl.curl1{
	width: 94%;
	max-width: 94%;
	margin: auto;
	left: 7px!important;
	}
	.curl.curl1 p{
		font-size: 17px!important;
		padding-top: 0px!important;
	}
	div.col-md-12 h4.video-h4 {
		font-size: 22px;
		font-weight: 600;
		line-height: 26px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	div.ft-left h3{
	font-size: 25px;
	line-height: 28px;
	}
	}
	.cover_video_home{
		  background-size:cover;
		  background-repeat:no-repeat;
		  width:100%;
		  padding-bottom:50%;
		  margin-bottom:50px;
		  }
		  .cover_video_home video {
			opacity:0;
			width:100%;
			transition: 1s;
			position:absolute;
			z-index:-1;

		  }