#mobile_app {
  background: #fff3b5;
}

#mobile_app h4 {
  font-size: 18px;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-grid .grid-inner-block {
  margin: 5px;
  padding: 0 15px 20px 15px;
}

.d-grid .grid-inner-block h5 {
  font-size: 18px;
}

.grid-block-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 991px) {
  .grid-block-sm-1 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

#web_design_key_features {
  background: #ffddd0;
}

/*** Portfolio ***/
.portfolio-style {
  padding-top: 50px;
}

.portfolio-style .portfolio img {
  width: 100%;
}

.portfolio-style #portfoliolist .portfolio-wrapper {
  cursor: not-allowed;
}

.portfolio-style #portfoliolist .socials {
  margin: auto;
  max-width: 230px;
  width: 100%;
  display: block;
  float: none;
  text-align: center;
}

.portfolio-style #portfoliolist .web .ico_capn .pot_h3 {
  color: #fff !important;
  text-shadow: none !important;
}

.portfolio-style #portfoliolist .pot_h3 {
  font-size: 1.8em;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.portfolio-style #portfoliolist .modal-body {
  text-align: center;
}

.portfolio-style #portfoliolist .modal-body img {
  max-height: 450px;
  width: auto;
}

.portfolio-style #portfoliolist .modal-title {
  font-size: 20px;
  color: #EE3B24;
  text-transform: uppercase;
}

.portfolio-style #portfoliolist .modal-header .btn {
  color: #EE3B24;
  border-color: #EE3B24 !important;
  border-radius: 100%;
}

.portfolio-style #portfoliolist .modal-header .btn:hover {
  background-color: #EE3B24 !important;
  color: #fff;
  border: 1px solid #EE3B24;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 100%;
}

.portfolio-style #portfoliolist .button-set {
  width: 100% !important;
}

.portfolio-style #portfoliolist .button-set .pixo {
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0px 40px;
  margin-top: 30px;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  border-radius: 100px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  background: #ee3b24;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.portfolio-style #portfoliolist .button-set .pixo a {
  color: #fff;
}

.portfolio-style .btn-primary {
  color: #ee3b24;
  outline: none !important;
  background: transparent !important;
  border: transparent;
  font-size: 20px;
}

.portfolio-style .btn-default {
  color: #000;
  outline: none !important;
  background-color: transparent !important;
  font-size: 20px;
  border-color: transparent !important;
}

.portfolio-style .btn-default:active {
  color: #ee3b24;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: transparent;
  font-size: 20px;
}

.portfolio-style .btn-default:focus {
  color: #ee3b24;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: transparent;
  font-size: 20px;
}

.portfolio-style .btn-default.active {
  color: #ee3b24;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: transparent;
  font-size: 20px;
}

.portfolio-style .btn-default.focus {
  color: #ee3b24;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: transparent;
  font-size: 20px;
}

.port-image {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
  height: 220px;
  display: block;
  padding: 32px 20px 0px 20px;
}

.latest_but {
  padding: .5em 1.3em;
  border: 1px solid #ee3b24;
  background: transparent;
  outline: none !important;
  border-radius: 40px !important;
  color: #ee3b24 !important;
}

.latest_but a {
  color: #ee3b24 !important;
}

.latest_but:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button-set {
  text-align: center;
}

.button-set .btn {
  letter-spacing: -.1px;
}

.each-item {
  position: relative;
  background: #e1e1e1;
  overflow: hidden;
  margin: 10px 0px;
  height: 250px;
}

.each-item:hover .cap2 {
  left: 0px;
}

.each-item:hover .cap1 {
  left: 0px;
}

.cap1 {
  position: absolute;
  width: 100%;
  height: 70%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: -100%;
  padding: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cap1 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.cap1 p {
  color: #fff;
}

.cap2 {
  position: absolute;
  width: 100%;
  height: 30%;
  background: rgba(238, 59, 36, 0.9);
  bottom: 0px;
  left: 100%;
  padding: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cap2 p a {
  color: #fff;
}

.portfolio-filter {
  padding-top: 20px;
}

.portfolio-lists {
  padding-top: 40px;
}

.portfolio-lists .filter:hover .each-item img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-lists .filter .each-item img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 497px) {
  .portfolio-style #portfoliolist .socials {
    max-width: 100px !important;
  }
  .latest_but {
    margin-bottom: 10px;
  }
  .web_porto {
    height: 200px !important;
  }
}

@media (max-width: 991px) {
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 515px) {
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 420px) {
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 385px) {
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 16px !important;
  }
  .web_porto {
    height: 150px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .portfolio-style #portfoliolist .socials {
    margin: auto;
    max-width: 105px;
  }
  .latest_but {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .top-footer {
    clear: both;
  }
}

.portfolio-style #portfoliolist .web .ico_capn .pot_h3 {
  opacity: 0;
}

.web_porto {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}

.portfolio_new {
  padding: 50px;
}

.portfolio_new .web_porto {
  height: 255px;
}

.portfolio .ico_capn small.sub_title {
  text-align: center;
  min-height: 40px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.portfolio-style #portfoliolist .pot_h3 {
  color: #e60808 !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.ico_capn {
  margin-bottom: 1em;
}

@media (max-width: 1399px) {
  .portfolio-style .web_porto {
    height: 263px;
  }
}

@media (max-width: 1199px) {
  .portfolio-style .web_porto {
    height: 216px;
  }
}

@media (max-width: 1099px) {
  .portfolio .ico_capn small.sub_title {
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .portfolio-style .web_porto {
    height: 190px;
  }
  .portfolio-style #portfoliolist .pot_h3 {
    font-size: 14px !important;
    min-height: 35px;
  }
}

@media (max-width: 575px) {
  .portfolio-style #portfoliolist .pot_h3 {
    min-height: initial;
  }
  .portfolio .ico_capn small.sub_title {
    min-height: initial;
  }
  .portfolio-style #portfoliolist .socials {
    margin-bottom: 20px;
  }
  .portfolio-style .web_porto {
    height: 280px;
  }
}
/*# sourceMappingURL=home.css.map */