*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
.hero{
	height: 100vh;
	width: 100%;
	background-image: url(../image/bg.jpg);
	background-size: cover;
	background-position: center;

}
.up {
    position: fixed;
    bottom: 10px;
    right: -30px;
    background-color: #d25048;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    font-family: Arial, Tahoma;
    cursor: pointer;
    transition: 0.2s;
  }
  .up.show {
    right: 10px;
  }

@media( min-width: 991px){
	.container .menu{
		margin-left: 300px;
	}
	
}

.dropdown-item{
	text-decoration: none;
	color: rgb(27, 27, 27);
}
.nav-item a{
	
	color: #d25048;
}



.main-title{
    text-align: center;
}
.main-title h1{
    padding: 16px 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*style service*/



.card .button{
	background-color:#d25048;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.card .button:hover{
	background-color: transparent;
	border: 2px solid #d25048;
	cursor: pointer;
}


.button-two{
	background-color:#d25048;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.button-two:hover{
	background-color: transparent;
	border: 2px solid #d25048;
	cursor: pointer;
}


.wrapper{
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fafafa;
}
.wrapper h1{
    font-size: 3em;
    margin: 25px 0;
    text-align: center;
    font-weight: 500;
}

.card{

    min-height: 220px;
    width: 320px;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin: 20px 4px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 2);
}
.card img{
margin: 20px;
width: 60px;
height: 60px;
}




/*.card h5{
	font-size: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    text-align: center;
}*/
.card p{
    color:#6c757d ;
    text-align: center;
}
.card:hover p{
    color: #fff;
}
.card:hover h6{
    font-weight: 600;
}




.card:nth-child(1):hover{
    background: linear-gradient(45deg, rgba(245, 220, 217, 0.7)0%,rgba(239, 139, 171, 0.7)100%), url(../image/service/p1.jpg);
    background-size: cover;
}
.card:nth-child(2):hover{
    background: linear-gradient(45deg, rgba(245, 220, 217, 0.7)0%,rgba(239, 139, 171, 0.7)100%), url(../image/service/p2.jpg);
    background-size: cover;
}
.card:nth-child(3):hover{
    background: linear-gradient(45deg, rgba(245, 220, 217, 0.7)0%,rgba(239, 139, 171, 0.7)100%), url(../image/service/bim\ managment.jpg);
    background-size: cover;
}
.card:nth-child(4):hover{
    background: linear-gradient(45deg, rgba(245, 220, 217, 0.7)0%,rgba(239, 139, 171, 0.7)100%), url(../image/service/p3.png);
    background-size: cover;
}
.card:nth-child(5):hover{
    background: linear-gradient(45deg, rgba(245, 220, 217, 0.7)0%,rgba(239, 139, 171, 0.7)100%), url(../image/service/p4.jpg);
    background-size: cover;
}
/*----------------*/





.logo{
	background-color: transparent;
	cursor: pointer;
}
span{
	color: #d25048;
}
nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px  25px;
}
nav ul li a{
	color:#1855A5;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #d25048;
	transition: .4s;
}

.nom{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 20px;
}


.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #000;
}
.about img{
	height: auto;
	width: 430px;
}
.about-text{
	width: 550px;
}
.main{
	width: "";
	max-width: "";
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
    background-color: #000;
}
.about-text h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}
button{
	background-color:#d25048;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
button:hover{
	background-color: transparent;
	border: 2px solid #d25048;
	cursor: pointer;
}

.title h2{
	color: white;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}

h5{
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}



.button-two{
	background-color:#d25048;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.button-two:hover{
	background-color: transparent;
	border: 2px solid #d25048;
	cursor: pointer;
}


/*style menu contact*/
.social-menu ul{
	
	top: 50%;
	left: 50%;
	padding: 0;
	margin: 0;
	transform:translate(-50%,-50%);
	display: flex;

}
.social-menu ul li{
	list-style:none;
	margin: 0 10px;

}
.social-menu ul li .bi{
	font-size:30px;
	line-height:60px;
	transition: .6s;
	color: #000;
}
.social-menu ul li .bi:hover{
	color:#fff ;
}
.social-menu ul li a {
	
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background-color:#fff ;
	text-align: center;
	transition: .6s;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 5);

}
.social-menu ul li a:hover{
	transform: translate(0,-10px);
}
.social-menu ul li:nth-child(1) a:hover{
	background-color: #d25048;	
}
.social-menu ul li:nth-child(2) a:hover{
	background-color: #d25048;	
}
.social-menu ul li:nth-child(3) a:hover{
	background-color: #d25048;	
}
.social-menu ul li:nth-child(4) a:hover{
	background-color: #d25048;	
}
/*------------*/




footer{
	background-color: #101010;
}

