.home-wrap .main-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  background-color: #F7F8F2; }

.breadcrumb-bg {
  padding: 130px 0 80px;
  background: url(../img/extra/breadcrumb-3.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 82px; }

.section-icon {
  margin-top: -50px;
  margin-bottom: 30px; }

.pattern .img-mob {
  display: none; }

.gallery {
  box-sizing: border-box; }
  .gallery .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -15px;
    box-sizing: border-box; }
  .gallery .img-item {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    margin-bottom: 0;
    padding: 0 7.5px;
    box-sizing: border-box; }
    .gallery .img-item a {
      display: block;
      vertical-align: middle;
      width: 100%;
      box-sizing: border-box; }
    .gallery .img-item img {
      margin-bottom: 15px;
      width: 100%; }

section .right-top-img {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: -1; }
section .left-bottom-img {
  left: 0;
  bottom: 25%;
  position: absolute;
  z-index: -1; }

.pattern .img-desk {
  width: 100%; }

@media (max-width: 1199px) {
  .pattern {
    margin-top: -30px; }

  .section-icon {
    margin-top: -20px; }

  .responsive-menu .responsive-toggle {
    right: 350px;
    top: 41px;
    transform: translateY(-50%); } }
@media (max-width: 991px) {
  .pattern {
    margin-top: -30px; }
    .pattern .img-desk {
      display: none; }
    .pattern .img-mob {
      display: block;
      width: 100%; }

  .section-icon {
    margin-top: -50px; }

  .gallery .img-item {
    -ms-flex: calc(100% / 2);
    /* IE10 */
    flex: calc(100% / 2);
    max-width: calc(100% / 2); } }
@media (max-width: 767px) {
  .section-icon {
    margin-top: -20px; } }
@media (max-width: 575px) {
  .gallery .img-item {
    -ms-flex: 100%;
    /* IE10 */
    flex: 100%;
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
