.description__1 p{
	color:#888;
	font-size:16px;
    font-family: 'Poppins', sans-serif;
	
}

.let__1{
    font-family:'Calibri';
    font-size:100px;color: aliceblue;
}

.let__2{
    font-family:'Calibri';
    font-size:60px;color: rgb(97, 97, 97);
}

.tittle__1{
    color: aliceblue;
    font-size: 30px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.push{
    -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;


}

.push:hover {
-webkit-transform: scale(1.1) !important;
    transform: scale(1.09) !important;
}

.push__little{
    -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;


}

.push__little:hover {
-webkit-transform: scale(1.1) !important;
    transform: scale(1.04) !important;
}


.let__3{
    color:#888;
	font-size:5px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    padding-right: 20px;

}
.let__4{
    color:#888;
	font-size:2px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    padding-right: 20px;

}


.card__1{
    border-radius: 30px;
    border: .5px;
    padding: 20px;
    background-color: hsla(0, 3%, 93%, 0.581) !important;
    backdrop-filter: saturate(200%) blur(25px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
    
} 
.card__1:hover {
-webkit-transform: scale(1.1) !important;
    transform: scale(1.02) !important;
}

.img__1{
    text-align: center;
    padding: 10px;
    width: 150px;
    height: 150px;
}

.text__c{
    text-align: center;
}

.border__1{
    border-radius: 20px;
}

.text__j{
    text-align: justify;
}

ul.circle {list-style-type: circle;}

.margin__1{
    margin-top: -100px;
}


.about-part__1{
	position:relative;
    /* rojo: #550101
    morado: #6e42c8
    violeta: #5e0148 */
    background-color:rgb(0, 0, 0);
    /* background-image: linear-gradient(to top, #ede6e6 0%, #7370d8 100%); */
    

    /* background-image: linear-gradient(180deg, #7370d8 10%, #5e0148  50%,#FFFFFF  100%); */
    /* background-image: linear-gradient(43deg, #FFCC70 0%, #C850C0 46%, #7370d8 100%); */
	background-position:center;
	background-size:cover;
	padding: 10px 0 20px;
	z-index:1;
}
.about-part__1.service-part{
	background: url(../images/service/service-banner.jpg)no-repeat center;
}
.about-part__1.project-part{
	background: url(../images/project/project-banner.jpg)no-repeat center;
}
.about-part__1.team-part{
	background: url(../images/team/team-banner.jpg)no-repeat center;
}
.about-part__1.blog-part{
	background: url(../images/blog/blog-banner.jpg)no-repeat center;
}
.menu__found{
	z-index: 999;
	background-color: #888;
}


/* .single-slide-item */
.single-slider-item {
    padding-top: 184px;
    padding-bottom:294px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-slider-item h2 {
	color:#fff;
	font-size:70px;
	font-weight:500;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
}
.single-slider-item p {
	color:#fefefe;
	font-size:24px;
	max-width:805px;
	font-family: 'Lato', sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
}
.single-slider-item button.slide-btn,
.single-slider-item  button:active .slide-btn ,
.single-slider-item button:focus .slide-btn{
	display: inline-block;
    background: #f5f5fb;
    padding: 17px 50px;
    color: #5549af;
    border: 1px solid #f5f5fb;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.single-slider-item  button.slide-btn:hover{
	 background: transparent;
	 color: #fff;
	 border: 1px solid #fff;
}
.single-slider-item.slide-1 {
	background-image:url(../../assets/images/banner/banner1.jpg);
	position:relative;
	z-index:1;
}
.single-slider-item.slide-2 {
	background-image:url(../../assets/images/banner/banner2.jpg);
	position:relative;
	z-index:1;
}
.single-slider-item.slide-1:before,.single-slide-item.slide-2:before{
	background:rgba(115,112,215,.6);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:-1;
}
.single-slider-item-img img{
	width:auto;
	height:705px;
}
/* .single-slide-item */
