.content {
    margin-top: -50%;
}
@media (max-width: 420px) and (min-width: 320px)
{
.content {
    margin-top: -79%!important;
}
}
@media (max-width: 1260px) and (min-width: 1270px)
{
.content {
    margin-top: -46%!important;
}
}

@media(min-width: 1360px)and (max-width: 1370px)
{
  .content {
    margin-top: -54%!important;
}
}
span.ii {
    padding: 20px;
    font-size: 34px;
  /*  background-color: red;
    border-radius: 50px;*/
}
.why:hover
{
  padding-top: 5px;
  box-shadow: 5px 10px 10px 5px  #5dade2;
}
.ii
{
  color: #f26f35;
}
.mm:hover
{
  padding: 3px;
   box-shadow: 5px 10px 10px 5px  #5dade2;

}
.mmm:hover
{
  padding: 3px;
   box-shadow: 5px 10px 10px 5px   #dc7633 ;

}
.parallax {
  /* The image used */
  background-image: url("images/projectbgg.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.row.text-center.ak {
    margin-left: 13%;
    margin-top: 15px;
    color: white;
    font-family: cursive;
    font-size: 20px;
}
.form-control
{
  border-radius: 50px;
}
.btn.btn-info
{
  border-radius: 50px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #f26f35;
  border-radius: 20px;
}

.col-md-4.ss:hover .overlay {
  opacity: 0.9;
}
.col-md-6:hover .overlay {
  opacity: 0.9;
}
.col-md-3:hover .overlay {
  opacity: 0.9;
}

.icon {
  color: white;
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.icon:hover
{
  padding: 10px;
  background-color: white;
  border-radius: 20px;
}
.filterDiv {
  float: left;
  display: none;
}

.show {
  display: block;
}
/* carousel */
#quote-carousel {

   padding: 0 10px 30px 10px;
  margin-top: 30px;
    text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */
h1 {
  text-align:center;
  margin-bottom:-20px !important;
}

