/* navbar css */

#mainNav {
  /* background-color: rgb(116, 84, 84); */
  background-color: white;
  
}

.page-scroll:focus{
  color: rgb(5, 128, 230)!important;
  }

.page-scroll:hover{
  color: rgb(64, 123, 172)!important;
}

/* menus */




.all-li {
  color: #000 !important;
  list-style-type: disc !important;
  text-align: justify;
}

/* our background css */

#rowId {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  align-items: center;
}

#rowIdService{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  align-items: center;
}


/* Moda css */



/* services */

.our-services h2{
  text-align: center;
  vertical-align: middle;
  font-size: larger;
font-weight: 600;
}

.Service-content {
  background-color: white;
  /* height: 450px; */
  /* border-radius: 6px;
  align-content: center;
  padding: 30px 20px 35px 20px; */
}

#service-text{
  font-size:20px;
  text-align: left;
}

#service-text>li, #project-text>li{
  list-style-type:square;
  line-height: 35px;
}

.row-service{
  padding:  30px 10px;

}

/* project section */
/* #project-sec{
 
} */


.Project-header{
  height: 70px;
  padding-top: 3px ;
  background-color: rgb(78, 182, 241);
  border-radius: 20px 0px 20px 0px; 
  margin: 50px auto; 
}

.Project-header h1{
  font-weight: 500;
}

.Project-content{
  color: #fff;
  padding: 30px 60px;
  
}
.Project-content ul{
  padding: 30px 20px;
}
.Project-content li{
  font-family: Arial, sans-serif;
  line-height: 60px;
}

#project-text{
  font-size: 20px;
}

#summery{
  padding-top: 0%;
  margin: 0%;
}


/* media query */

@media screen and (max-width: 920px) and (min-width: 767px){

  .navbar-brand > img{
    width: 110px!important;
  }

}

