   /* @import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i'); */
   
   @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Poppins-Thin.ttf');
    src: local('Poppins thin'), url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 200;
		src: url('../fonts/Poppins-ExtraLight.ttf');
		src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		src: url('../fonts/Poppins-Light.ttf');
		src: local('Poppins Light'), url('../fonts/Poppins-Light.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/Poppins-Regular.ttf');
		src: local('Poppins Regular'), url('../fonts/Poppins-Regular.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 500;
		src: url('../fonts/Poppins-Medium.ttf');
		src: local('Poppins Medium'), url('../fonts/Poppins-Medium.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 600;
		src: url('../fonts/Poppins-SemiBold.ttf');
		src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		src: url('../fonts/Poppins-Bold.ttf');
		src: local('Poppins Bold'), url('../fonts/Poppins-Bold.ttf') format('truetype');
		font-display: swap;
	}

	@font-face {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 800;
		src: url('../fonts/Poppins-ExtraBold.ttf');
		src: local('Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
		font-display: swap;
	}
	body{
    /*font-family: 'Muli', sans-serif;*/
	font-family: 'Poppins', sans-serif;
    font-size:100%;	
   }
   a, a:hover{
	  text-decoration:none;
   }
	.login-size {
	max-width: 25rem;
	}
	.login-size .h3 {
    font-size: calc(.8rem + .3vw);
    }
	.login-size a.text-info.fw-bold{
		color: #0d6efd !important;
		font-weight: 400 !important;
	}
	.core-points li {
		padding-left: 25px;
		padding-bottom: 15px;
	}
	.core-points li::before {
		content: "\f00c";
		position: absolute;
		width: 20px;
		height: 20px;
		left: 0;
		font-family: 'FontAwesome';
		font-size: 18px;
		line-height: 20px;
		color: #7571f9;
	}
	.login-box {
		background: url(../images/bg.png);
		background-size: cover;
		background-position: center;
		box-shadow: 0 2px 60px -5px rgb(0 0 0 / 10%);
	}
	.bg-login-color {
		background-color: rgba(255, 255, 255, 100%);
		border-radius: 8px;
	}
	.longin-input {
		border: none;
		outline: none;
		background: none;
		background-color: #f5f7ff;
		color: #595959;
		border-radius: .4rem;
		/*box-shadow:  inset  1px  1px 2px #BABECC,
          inset -1px -1px 2px #FFF;*/
		border: 1px solid #C4C4C4;
		height: 45px;
		padding-left: 45px;
	}
	.login-icon {
		position: relative;
	}
	.login-icon i {
		position: absolute;
		color: #595959;
		font-size: 1rem;
		top: calc(100% - 50%);
		transform: translateY(-50%);
	}
	.login-icon .fa-lock, .login-icon .fa-user{
		left: 1.2rem;
	}
	.login-icon .fa-eye{
		right: 1.2rem;
	}
	.longin-input:focus,
	.longin-input:hover {
	    background-color: #f5f7ff;
		/*box-shadow:  inset  1px  1px 2px #BABECC,
          inset -1px -1px 2px #FFF;*/
		border: 1px solid #ed7c46;
		box-shadow:none;
	}
	.custom-control-label::before {
		background-color: #1a1b1c8f;
	}
	.login-btn {
		outline: none;
		border: 0;
		background-color: #ed7c46;
		color: #fff;
		border-radius: .4rem;
		box-shadow: -2px -5px 8px #d8e2e6, 5px 5px 10px #2c313378;
		transition: all .3s ease;
		font-size:calc(.7rem  + .3vw);
	}
	.login-btn:hover,
	.login-btn:focus {
		box-shadow: -2px -5px 8px #d8e2e6, 5px 5px 10px #2c313378 !important;
		color: #fff;
	}
	.alert-message{
		padding:6px 12px;
		border:1px solid #842029;
		color:#842029;
		font-weight:bold;
		border-radius:.3rem;
		font-size:calc(.5rem  + .3vw);
	}
    /* hero section */
   .bg-gradient-primary {
    background-image: url(../images/login-bg.png);
    background-position: center center;
    background-size: inherit;
    height: 650px;
   }
   .hero-title {
    font-size: calc(2.275rem + .3vw);
	display:block;
	color:#333;
	margin-bottom:1.5rem
    } 
    .hero-para{
     font-size: 1.2rem;
    }
	/* why alts */
	section.why-alts{
	padding:6rem 0px;
	position:relative;
	}
	.why-alts .shape-1 {
    position: absolute;
    top: -2rem;
    z-index: -1;
    max-width: 35rem;
    width: 100%;
    right: 0rem;
    }
	.why-alts .shape-2 {
		position: absolute;
		display: block;
		pointer-events: auto;
		top: -3rem;
		-webkit-animation: up-down 2s infinite;
		animation: up-down 2s infinite;
	}
	.why-alts .shape-4 {
		width: 34px;
		position: absolute;
		display: block;
		pointer-events: auto;
		right: 9rem;
        top: 30rem;
		z-index: 15;
		-webkit-animation: up-down 2s infinite;
		animation: up-down 2s infinite;
	}
	@-webkit-keyframes up-down {
	  0% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	  }
	  50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	  100% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	  }
	}
	@keyframes up-down {
	  0% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	  }
	  50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	  100% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	  }
	}
	.why-alts img{
		width:100%;
	}
	.why-alts .benifit-alts-img{
		text-align:center;
	}
	.why-alts .benifit-alts p{
		text-align:justify;
	}
	/* key points */
	section.key-points{
	  padding:6rem 0px;
	  position:relative;
	  background-color: #f7f7ff;
	}

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:40px;
    list-style: none;
}
.timeline>li{
	list-style:none;
}
.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 3rem;
    height: 17rem;
    right:-8rem;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 3rem;
    height: 17rem;
    left:-rem;
}
@media(min-width:1200px) and (max-width:1520px){
   .timeline>li:nth-child(even) {
	right:-4rem;
   }
   .timeline>li:nth-child(odd) .line:before{
	left: calc(100% - 48%) !important;
    transform: translatex(-48%) rotate(-20deg);   
   }
   .timeline>li:nth-child(even) .line:before{
	left: calc(100% - 53%) !important;
    transform: translateX(-54%) rotate(20deg);   
   }
}
.timeline>li:before{
    content: "";
    display: table;
}
.timeline>li:after {
    content: "";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 20px;
  text-align: justify;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 2px solid #ed7c46;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px #34363ad6;
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-image .img-circle{
	border-radius: 50%;
    width: 146px;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 20px 20px;
    text-align: justify;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
    padding: 0;
    color: #282424;
    font-size: 1.2rem;
    font-weight: 600;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
	line-height:1.8;
    text-align: justify;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 4rem;
    bottom: 0;
    left: calc(100% - 45%);
    width: 0;
    height: 20rem;
    transform: translatex(-45%) rotate(-30deg);
    border: 2px dotted #ed7c46;
}
.timeline>li:nth-child(odd) .timeline-panel:before {
	content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 28px;
    border-bottom: 15px solid #ed7c46;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 98.2%;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 5rem;
    bottom: 0;
    left: calc(100% - 54%);
    width: 0;
    height: 20rem;
    transform: translateX(-54%) rotate(30deg);
    border: 2px dotted #ed7c46;
}
.timeline>li:nth-child(even) .timeline-panel:before {
    content: '';
    position: absolute;
    right: 0;
    top: .47rem;
    width: 28px;
    border-bottom: 15px solid #ed7c46;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: -1.4rem;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
    margin-top: 90px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 10px 20px 10px;
    text-align: left;
    margin-bottom: 40px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 10px 20px 10px;
    text-align: left;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline>li:nth-child(even) .timeline-panel:before{
    left: -2.8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
   /*.bg-gradient-primary {
	 height:100vh;
	   
   }*/
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
	margin-top: 395px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
	margin-bottom: 17px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
	margin-bottom: 17px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
	margin-bottom: 22px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}
/* story */

.sucess-story{
  padding:6rem 0px;

}
.sucess-story .coun-block.color-1{
	background: #F66F6F;
	color:#fff;
}
.sucess-story .coun-block.color-2{
	background: #84CB74;
	color:#fff;
}
.sucess-story .coun-block.color-3{
	background: #3FC1D9;
	color:#fff;
}
.sucess-story .coun-block.color-4{
	background: #F9AE3C;
	color:#fff;
}
.sucess-story .coun-block.color-5{
    background-color: #27bfb0;
    color: #fff;
}
.sucess-story .coun-block{
	padding:1.4rem;
	border-radius: .5rem;
	margin-top: 2rem;
    overflow: hidden;
    transition: all 0.3s linear;
	text-align:center;
	position:relative;
}
.sucess-story .coun-block i{
	font-size: 2.4rem;
	width:4rem;
	height:4rem;
	line-height:4rem;
	text-align:center;
    background: rgb(255 255 255 / 12%);   
}
.sucess-story .coun-block .icon-box::before{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    left: 48px;
    top: 13px;
}
.sucess-story .coun-block .icon-box::after{
	background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
    position: absolute;
    content: "";
    right: 23px;
    top: 50px;
}
.sucess-story .count-title {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
	position: relative;
    overflow: hidden;
}
.sucess-story .count-text{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: .8rem;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.sucess-story .count-title::after{
	content:"+";
	position:absolute;
}