@media only screen and (max-width : 480px)  {
  /* For mobile phones: */

.navbar-toggler-icon{
  background-color: white !important;
}

.imgwidth{
  width:100%
}

#projectsection img{
  width: 100%;
}


.carousel-item img{
  width: 100%;
  height: 450px ;

}
.caption-title p {
  font-size: 30px !important;
  padding-top: 40px;
}


.m-top{
  margin-top:120px;

}

.tcenter{
  text-align: unset !important;
}

.mtcenter{
  text-align: center; !important;
}

#servicessection  container row{
  padding: 0px !important;
}


}