*{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	color: #b051b8;
}

html{
	scroll-behavior: smooth;
}

.atcive{
	color: #ee20ff !important;
}

.nav{
	width: 100%;
	height: 56px;
	overflow: hidden;
	background: #b051b8;
}

.photo{
	float: left;
	display: flex;
}

.photo img{
	width: 50px;
	height: 50px;
	padding-left: 50px;
	padding-top: 3px;
}

.photo h1{
	width: 100%;
	font-size: 34px;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: auto;
	font-family: MURO;
	font-weight: 100;
	padding-bottom: 3px;
	color: #fff;
	line-height: 1.5;
}

.social{
	float: right;
	font-size: 28px;
	padding-right: 50px;
	line-height: 1.9;
}

.social i{
	color: #fff;
	padding: 0 10px;
	transition: .2s;
}

.social a{
	line-height: 1.5;
	transition: .2s;
}

.btn1{
	background: #fff;
	padding: 12px;
	font-size: 20px;
	border-radius: 6px;
	margin: 14px;
	line-height: 2 !important;
	font-family: OpenSans,sans-serif,arial;
}
#open-nav{
	display: none;
	float: right;
}

#boooox{
	width: 100%;
	height: 100%;
}

@media (max-width: 765px){
	#boooox{
		display: none;	
	}

	#open-nav{
		display: block;
		float: right;
		line-height: 2;
	}	
}

.sho{
	width: 100%;
	height: 60%;
	background: #b051b8;
	color: #fff;
	text-align: center;
	display: none;
	transition: .4s;
}

.sho i{
	color: #fff;
	font-size: 25px;
}

.show{
	display: block !important;
}


.social i:hover{
	font-size: 30px;
	color: #ffebeb;
}

.btn1:hover{
	background: #b051b8;
	font-size: 21px;
	color: #fff;
	border: 2px solid #fff;
}



/*---------------------fillon Right------------------*/

.left{
	color: #b051b8 !important;
	width: 75%;
	float: right;
	padding-top: 50px;
	overflow: hidden;
}

.left h2{
	text-align: center;
	padding-bottom: 10px;
	font-size: 26px;
	color: black;
}

.theme{
}

.box img{
	width: 91%;
	padding-bottom: 10px;
}

.box{
	width: 50%;
	text-align: center;
	margin: auto;
	margin-top: 28px;
	padding-bottom: 58px;
	float: right;
}

.left .theme .box h3{
	padding-bottom: 10px;
	text-align: center;
}
.box p{
	margin-bottom: 20px;
	text-align: justify;
	color: #888888;
	padding-right: 21px;
}

.bar{
	background: #e6e6e6;
	width: 30%;
	margin: auto;
	display: flex;
	height: 1px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.bar span{
    height: 1px;
    margin: auto;
    text-align: center;
    background: #e711f9;
    border-radius: 3px;
}
.progres{
	width: 61%;
	margin: initial;
	background: red;
}

.box a{
	text-align: center;
	padding: 10px;
	background-color: #b05fba;
	color: #fff;
	border: #b05fba solid 1.5px;
	border-radius: 10%;
	transition: .4s;
}

.btn{
	border: 3px solid #f00;
	margin-bottom: 30px;
	transition: .4s;
}

.btn:hover{
	color: #b05fba;
	background: none;
	border: 1.5px solid;
}


/*<!-- ------------------------------------left----------------------------------- -->*/

.rightlft{
	width: 22%;
	float: right;
	padding-top: 100px;
	padding-right: 37px;
}

.right{
	width: 22%;
	float: left;
	padding-top: 100px;
	padding-left: 37px;
}

.right h3{
	color: #000;
}

.rightlft h3{
	color: #000;
}

.bar1{
	background: #dcdcdc;
	height: 1px;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 2px;
	margin: 10px 0;
}

.bar1 span{
	height: 1px;
	float: left;
	background: #ee20ff;
	border-radius: 2px;
	width: 30%;
}

.border1{
	width: 30%;
	transition: .4s;
}

.right:hover .border1{
	width: 50%;
}

.rightlft:hover .border1{
	width: 50%;
}

.right a{
	display: block;
	padding: 14px 0;
	color: #888888;
	transition: .2s;
}

.right a:hover{
	color: #ee20ff !important;
}

.rightlft a{
	display: block;
	padding: 14px 0;
	color: #888888;
	transition: .2s;
}

.rightlft a:hover{
	color: #ee20ff !important;
}

/*--------------------------------second page-------------------------*/
.home{
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.69)), url(2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.home h1{
	text-align: center;
	padding: 200px 0;
	color: #ffff;
	font-family: sans-serif;
	font-size: 41px;
	text-shadow: 1px 3px 2px #00000087;
}

.home1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.69)), url(3.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.home1 h1{
	text-align: center;
	padding: 200px 0;
	color: #ffff;
	font-family: sans-serif;
	font-size: 41px;
	text-shadow: 1px 3px 2px #00000087;
}

.second{
	width: 68%;
	overflow: hidden;
	padding-left: 60px;
	padding-top: 30px;
	float: left;
}

.second h2{
	padding: 20px 0px;
	margin: auto;
}

pre{
	display: block;
	overflow: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin: 40px 0;
	border-radius: 0;
}

xmp{
	color: #808080;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

#txt{
	padding-top: 32px;
	margin: auto;
	margin-bottom: -45px;
}

.border{
	width: 100%;
	height: 1px;
	background: #333;
	margin-top: -10px;
}

.border1{
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
	margin-bottom: 20px;
}

.second a{
    text-align: center;
    padding: 10px;
    background-color: #b05fba;
    color: #fff;
    border: #b05fba solid 1.5px;
    border-radius: 10%;
    transition: .4s;
    margin-bottom: 50px;
}

.divv{
	width: 100%;
	height: 100%;
	margin-bottom: 39px;
	text-align: center;
}