*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

.container
{
	max-width: 1170px;
	margin: 0 auto;
}
p{
	color: #3C393A;
	font-size: 18px;

}

.img-fluid{
	
	width: 100%;
	margin: auto auto;
	display: block;
	
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
 background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(86, 58, 250, 0.9) 100%), url("../img/bg_index3.jpg") center center no-repeat;
}

/*#hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
}*/

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 25px 10px 25px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #FF8F35;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}



#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f9fa;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #7625DE;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
	color: #E7E7E7;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }

}


/*----------------BOX2------------------------------------------*/
.box2{
	background: linear-gradient(175deg,  rgba(86, 58, 250, 0.9) 30%, #f5f6fb 30.2%);
}


.container-box2{
	max-width: 1170px;
	margin:  auto;
	display: inline-block;
}
/*------ width < 600px ------*/
@media (max-width: 600px) {
  .container-box2 {
    max-width: 300px;
	margin:  auto;
	display: inline-block;
	 } }


.icon-boxes2{
	
	text-align: center; 
}


.box-ab{
	padding: 20px 0;
	text-align: center;
}


.About-img-icon{
 width: 80%;
	margin: auto;
}

.AboutBox {
  padding: 60px 30px;
  background: #fff;
  border-radius: 2px;
  height: auto;
  width: 300px;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	
}


.About-text-h{
	text-align: center;
	padding: 0.5rem 0.5rem;
	font-size: 1.5rem;
	color: darkslategray;
}
.About-icon-p{
	text-align: center;
	padding: 0.5rem 0.5rem;
	font-size: 1.2rem;
	color: darkslategray;
}




/*---------------------------------------------------------------*/





/*----------- Content Section--------------------*/

.Content-items-center{
	background-color:#fff;
	
}
.Content-items{
	padding: 3rem 4rem;
	
}
.Content-hero{
	max-width: 1170px;

}
.btn-get-started-Content {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
	margin: 5px;
	margin-top: 3rem;
	display: inline-block; 
	background : #FF8F35;
	color: #FFFFFF;
	text-decoration: none; 
	padding: 1.0rem 2rem;
	border-radius: 50px;
	
}
.Content-title {
	
	height: auto;
	padding: 2rem 2rem;
	margin: auto;
	
}
.Contento-h3{
	
	color: #1E313F;
	font-size: 2rem;
	padding: 1rem .5rem;
}

.Content-title-p{
	color: #58595B;
	font-size: 1.2rem;
	padding: 1rem 0.5rem;
	
}

.Content-icon-text{
	color:#FF8F35;
	letter-spacing: 8px;
	font-weight: 800;
    font-size: 16px;
	padding: 1rem 0.5rem;
	 
}

.img-fluid-Content{
	
	width: 100%;
	margin: auto auto;
	display: block;
	
}



/* ------Contentshow2----------*/


.Contentshow2 
{
   background-color: #f5f6fb;
	
}
.Contentshow2-content {
   padding: 2rem 0.5rem;
	
}
.Contentshow2-content h3{
	font-size: 1.5rem;
	padding: 1rem 2.5rem;
	color: #000000;
}
.Contentshow2-content p{
	padding: 1rem 2.5rem;
	
}
.Contentshow2-content-img{
	margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
	
}

.Contentshow2-img img{
	width: 80%;
	
}
.Contentshow2-btn-hover{
 font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
	margin: 5px;
	margin-top: 3rem;
	display: inline-block; 
	background: linear-gradient(90deg, rgba(250,0,0,1) 0%, rgba(251,0,153,1) 50%, rgba(196,4,249,1) 100%);
	color: #FFFFFF;
	text-decoration: none; 
	padding: 1.0rem 2rem;
	border-radius: 50px;
}
.img-fluid-Contentshow{
width: 100%;	
}

.Contentshow2 .Contentshow2-content li{
	padding: 0.4rem 2rem;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
	background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/bg_index_element_02-main.png") center center no-repeat;
}
.services .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}


.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #eaecef;
}

.services .icon-box:hover h4 a {
  color: #16df7e;
}
.icon-box-img-ser{
	width: 50%;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features{
	
	padding:2rem ;
}

.features-title{
	text-align: center;
  padding-bottom: 30px;
}

.features-title h3{
	font-size: 25px;
	padding: 1rem;
}
.icon-boxs {
 padding: 1rem 0;
}

.features .icon-boxs h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
padding: 0 0.2rem;
}

.features .icon-boxs img {
  
float: left;
width: 15%;
margin: 10px; 

}

.features .icon-boxs p {
  font-size: 15px;
  color: #848484;
  padding: 10px 10px;
}


.img-features{
    text-align: center;
}

.img-features1{
	width: 80%;
}

.features1-box{
	width: 85%;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 color: #fff;
  font-size: 14px;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/bg_index_element_02-main.png") center center no-repeat;
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-newsletter p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
	color: #fff;
}



#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}