/* MAIN-RESPONSIVE.CSS contains Mobile Specific rules powered by Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/



/* Larger Laptops and Screens */
@media (max-width: 1360px) {
    .container {
        max-width: 1260px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #home04 {
      height: 695px;
    }
    #home05 {
      height: 695px;
    }
}



/* Laptop */
@media (max-width: 1200px) {
    .container {
        max-width: 1100px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .icobox h2 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 2px;
    padding-top: 8px;
}
.icobox p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

}
/* Medium Desktops */
@media (max-width: 1100px) {
    .container {
        max-width: 1000px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .one-page-section-title p {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
}
    .home01-text h1 {
        font-size: 12px;
        padding-bottom: 10px;
}
    .home01-text h2 {
        font-size: 54px;
        padding-bottom: 10px;
}
  .home01-text p {
        padding-top: 20px;
        font-size: 14px;
        line-height: 30px;
}
    .home3-text h1 {
        left: 47%;
        bottom: 15%;
}
    .home3-text h3 {
        top: 40%;
    }
    .home3-text h2 {
        top: 40%;
    }
    .icobox {
      padding: 16%;
}
.intermediate-title h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
}
.intermediate-title h2:after {
    content: "";
    position: absolute;
    width: 10%;
    margin-bottom: 3px;
    height: 4px;
    left: 45%;
    bottom: 35%;
}
.projects-banner-title p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-right: 8%;
    padding-left: 8%;
    margin-bottom: 30px;
}
.news-block h3 {
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
}
.slider-price-title p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
    padding-right: 50px;
}
.slider-price-title p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 5px;
    padding-right: 50px;
}
.small-icon-wrap i {
    left: 33%;
    bottom: -2%;

}
.portfolio-grid .picture-item {
  position: relative;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 35px;
  overflow: hidden;
}
.portfolio-grid .picture-item.w2 {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 35px;
  margin-top: 5px;
}

}




/* Small Desktops */
@media (max-width: 1024px) {
    .container {
        max-width: 924px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-06-logo-wrap {
        position: absolute;
        left: 29%;
        top: 14%;
   }
     .home-06-menu-wrap a {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
  }
    .home-06-menu-wrap i {
      font-size: 20px;
  }
  .home3-text h1 {
      left: 47%;
      bottom: 20%;
}


}


/* Other Larger Mobile Devices */
@media (max-width: 992px) {
    .container {
        max-width: 892px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .pad-bottom {
        padding-bottom: 100px;
}
    .pad-top {
        padding-top: 100px;
}
    .pad-min-bottom-half {
        padding-bottom: 20px;
}
    .pad-min-top-half {
        padding-bottom: 20px;
}
    .home-06-logo-wrap {
        position: absolute;
        left: 29%;
        top: 14%;
   }
     .home-06-menu-wrap a {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
  }
    .home-06-menu-wrap i {
      font-size: 20px;
  }
    .home3-text h1 {
        left: 45%;
        bottom: 25%;
}
.icobox {
  padding: 20%;
}
.portfolio-grid .picture-item {
      position: relative;
      width: 22%;
      margin-left: 3%;
      margin-bottom: 35px;
      overflow: hidden;
    }
.portfolio-grid .picture-item.w2 {
      width: 47%;
      margin-left: 3%;
      margin-bottom: 35px;
      margin-top: 5px;
  }


}

/* Larger than tablet */
@media (max-width: 800px) {
    .container {
        width: 700px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    .home01 .vertical-align {
    top: 70%;
  }
  .home01-text h1 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .home01-text h2 {
    font-size: 44px;
    line-height: 47px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .home01-text p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .home01-text .btn {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .intro-text-box h2 {
    font-size: 50px;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 16px;
}
.home3-text h1 {
    left: 43%;
    bottom: 40%;
}
.home3-text h3 {
    top: 30%;
}
.home3-text h2 {
    top: 30%;
}
.home5-text h2 {
    font-size: 38px;
    font-weight: 800;
}
.home6-content-slider .slick-dots {
    position: absolute;
    bottom: -50%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.home6-text h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    padding-bottom: 15px;
}
.home6-text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home-06-logo-wrap {
    position: absolute;
    left: 20%;
    top: 18%;
}
 .home-06-menu-wrap a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.home-06-menu-wrap i {
  font-size: 20px;
}
.about-block {
  overflow: hidden;
  height: auto;
  margin: 10px 10px 10px 10px;
  padding: 1% 4% 1% 4%;
  font-weight: 800;
  font-size: 16px;
}
.about-block p {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.intro-text h3 {
    position: relative;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px;
}
.intro-text h3:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 4px;
    left: 28%;
    bottom: 0%;
}
.intro-text p {
    padding-top: 15px;
    font-size: 12px;
    line-height: 17px;
}
.number-stat h3 {
    font-size: 83px;
    float: left;
    font-weight: 800;
    padding: 6%;
}
.icobox h2 {
    font-size: 18px;
    font-weight: 800;
  }
.icobox p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }
  .icobox {
    padding: 15%;
    }
    .intermediate-title h2:after {
    left: 45%;
    bottom: 17%;
}
#pricing .slick-track {
    position: relative;
    padding-top: 30px;
    top: 0;
    left: 0;
    display: block;
}
.small-icon-wrap i {
    left: 14%;
    bottom: -2%;
}
.news-grid .picture-item {
    width: 47% !important;
    margin-left: 3%;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-grid .picture-item.w2 {
  width: 47% !important;
  margin-left: 3%;
  margin-bottom: 20px;
}
.progress-wrap h3 {
    padding-top: 30px;
}
.progress-wrap h3 {
    text-align: left;
}
.portfolio-grid .picture-item {
width: 47%;
margin-left: 3%;
margin-bottom: 3%
}
.portfolio-grid .picture-item.w2 {
width: 47%;
margin-left: 3%;
margin-bottom: 3%
}
/*project page*/
.project-page2 .menu-icon-wrap {
    position: relative;
    z-index: 30;
    position: absolute;
    top: 2%;
}

}



/* Tablets */
@media (max-width: 768px) {
    .container {
        width: 668px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    .one-page-section-title h2 {
        font-size: 30px;
        line-height: 43px;
        font-weight: 800;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
}
    .one-page-section-title p {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
}
    .home01 .vertical-align {
    top: 70%;
  }
  .home01-text h1 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .home01-text h2 {
    font-size: 44px;
    line-height: 47px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .home01-text p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .home01-text .btn {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .intro-text-box h2 {
    font-size: 50px;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 16px;
}
.home3-text h1 {
    left: 43%;
    bottom: 40%;
}
.home3-text h3 {
    top: 30%;
}
.home3-text h2 {
    top: 30%;
}
.home5-text h2 {
    font-size: 38px;
    font-weight: 800;
}
.home6-content-slider .slick-dots {
    position: absolute;
    bottom: -50%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.home6-text h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    padding-bottom: 15px;
}
.home6-text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home-06-logo-wrap {
    position: absolute;
    left: 20%;
    top: 18%;
}
 .home-06-menu-wrap a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.home-06-menu-wrap i {
  font-size: 20px;
}
    .standard-nav  {
      display: none;
    }
    .sliding-menu-wrap {
      opacity: 1;
    }
    .menu-icon-wrap a {
    padding: 9px 33px;
  }
    .menu-wrap .panel {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 1);
  }
  .menu-wrap a {
    font-size: 10px;
  }
  .logo-wrap {
    left: 18%;
    top: 8%;
}
.menu-wrap li {
    padding: 16%;
}
.icobox {
  padding: 10%;
  }
  .intermediate-title h2:after {
  left: 45%;
  bottom: 15%;
}
.small-icon-wrap i {
    left: 24%;
    bottom: -2%;
}
.project-post h4 {
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 13%;
}
.project-post h3 {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    padding-bottom: 24px;
}
.project-post p {
    font-weight: 400;
    padding-right: 10%;
    float: left;
    padding-top: 10px;
    font-size: 14px;
}


}



/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
    .container {
        width: 636px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home4-text {
    left: 41%;
    top: 34%;
  }
  .home3-text h1 {
    left: 43%;
    bottom: 45%;
  }
  .home3-text h3 {
    top: 30%;
  }
  .home3-text h2 {
    top: 30%;
  }
  .about-block p {
    font-weight: 800;
    font-size: 12px;
}
  .intro-text h3 {
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 15px;
}
.intro-text h3:after {
    left: 30%;
    bottom: 0%;
}
.small-icon-wrap i {
    left: 29%;
    bottom: -2%;
}
.promo-section {
margin-top: 60px;
}
.progress {
    height: 8px;
}
.portfolio-filter-nav li {
    font-size: 13px;
    padding: 0px;
}
.contact-item h2 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}
.contact-item p {
    padding: 4px 0px 0px 7px;
    font-size: 12px;
    line-height: 18px;
}
.cont-icon-wrap {
    left: 33%;
}


}


/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
    .container {
        width: 567px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home3-text h1 {
        left: 43%;
        bottom: 50%;
    }
    .home3-text h3 {
        top: 24%;
    }
    .home3-text h2 {
        top: 24%;
    }
    .home-06-logo-wrap {
        position: absolute;
        left: 19%;
        top: 18%;
    }
    .home-07-logo-wrap {
        position: absolute;
        left: 19%;
        top: 18%;
    }
    .number-stat h3 {
      display: none;
}
    .about-block p {
      font-weight: 800;
      font-size: 12px;
  }
  .icobox {
    padding: 15%;
    }
    .intro-text {
        padding-left: 5%;
    }
  .intro-text h3 {
      font-size: 20px;
      line-height: 32px;
      padding-bottom: 15px;
  }
  .intro-text h3:after {
      left: 1%;
      bottom: 0%;
  }
  .intro-text p {
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
}
.intermediate-title h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
}
.intermediate-title h2:after {
    left: 45%;
    bottom: 22%;
}
.intermediate-title b {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
}
.small-icon-wrap i {
    left: 47%;
    bottom: -2%;
}
  .promo-section {
  margin-top: 60px;
  }
  .promo-text h2 {
    font-size: 21px;
    font-weight: 800;
    line-height: 30px;
}
  .progress {
      height: 8px;
  }
  .portfolio-filter-nav li {
      font-size: 13px;
      padding: 8px;
  }
  .contact-item h2 {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
  }
  .contact-item p {
      padding: 4px 0px 0px 7px;
      font-size: 12px;
      line-height: 18px;
  }
  .cont-icon-wrap {
      left: 33%;
  }
}


/*Google Nexus and Other Large Smart Phones*/
@media screen and (max-width: 600px) {
    .container {
        width: 500px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home3-text h1 {
        left: 43%;
        bottom: 55%;
    }
    .home3-text h3 {
        top: 24%;
    }
    .home3-text h2 {
        top: 24%;
    }
    .home-06-logo-wrap {
        left: 18%;
        top: 18%;
    }
    .home-07-logo-wrap {
        left: 18%;
        top: 18%;
    }
    .home-06-panel {
      background-color: rgba(0, 0, 0, 1);
  }
    .home-07-panel {
    background-color: rgba(0, 0, 0, .8);
}
    .home-07-logo-wrap {
    display: none;
  }
  .buttonBar {
    display: none;
  }
  .small-icon-wrap i {
    left: 67%;
    bottom: -2%;
}
.projects-banner-title p {
    font-size: 12px;
}
.contact-item p {
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
}
.cont-icon-wrap {
    left: 24%;
}


}

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
    .container {
        width: 400px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .home01-text h1 {
      font-size: 10px;
      line-height: 20px;
      letter-spacing: 5px;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .home01-text h2 {
      font-size: 34px;
      line-height: 47px;
      font-weight: 700;
      padding-bottom: 10px;
    }
    .home01-text p {
      padding-top: 10px;
      font-size: 12px;
      line-height: 19px;
    }
    .home01-text .btn {
      font-size: 8px;
      letter-spacing: 1px;
    }
    .home01 .vertical-align {
        top: 74%;
    }
  .home01-text .btn {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .intro-text-box h2 {
    font-size: 50px;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 16px;
}
.home3-text h1 {
    left: 43%;
    bottom: 40%;
}
.home3-text h3 {
    top: 30%;
}
.home3-text h2 {
    top: 30%;
}
.home5-text h2 {
    font-size: 38px;
    font-weight: 800;
}
.home6-content-slider .slick-dots {
    position: absolute;
    bottom: -50%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.home6-text h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    padding-bottom: 15px;
}
.home6-text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home-06-logo-wrap {
    position: absolute;
    left: 20%;
    top: 18%;
}
 .home-06-menu-wrap a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.home-06-menu-wrap i {
  font-size: 20px;
}
.logo-wrap {
    display: none !important;
}
.menu-wrap li {
    padding: 35% 0% 30% 0%;
}
.home-06-logo-wrap {
display: none;
}
.home-06-menu-wrap li {
    padding: 35% 0% 30% 0%;
}
.home-07-menu-wrap li {
    padding: 35% 0% 30% 0%;
}
.about-block {
    overflow: hidden;
    height: auto;
    margin: 2px;
    padding: 1% 15% 2% 3%;
    font-weight: 800;
    font-size: 16px;
}
.icobox {
  padding: 22%;
  }
  .intermediate-title h2:after {
    left: 45%;
    bottom: 19%;
}
.small-icon-wrap i {
    left: 67%;
    bottom: -2%;
}
.small-icon-wrap {
  padding-left: 26px;
}
.social-wrap li {
    margin: 2px;
}
.social-wrap h3:after {
    margin-bottom: 20px;
    bottom: -31%;
}
.portfolio-filter-nav li {
    font-size: 12px;
    padding: 3px;
}
.cont-icon-wrap {
    left: 34%;
}
.foot-sig-text h3 {
    font-size: 12px;
    padding: 12px;
}
.foot-shortcuts a {
    font-size: 10px;
    padding: 2px;
}




}

/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
    .container {
        width: 374px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-wrap {
        display: none !important;
    }
    .panel img {
      display: none;
    }
    .intro-text-box h2 {
    font-size: 35px;
    font-weight: 800;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 10px;
}
  .intro-text-box {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home3-text h3 {
  display: none;
}
.home3-text h2 {
  display: none;
}
.home3-text h1 {
  display: none;
}
.home4-text {
    left: 29%;
    top: 34%;
}
.intermediate-title h2:after {
    left: 45%;
    bottom: 15%;
}
.small-icon-wrap i {
    left: 30%;
    bottom: -2%;
}
.cont-icon-wrap {
    left: 40%;
}



}

/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
    .container {
        width: 335px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-wrap {
        display: none !important;
    }
    .panel img {
      display: none;
    }
    .intro-text-box h2 {
    font-size: 30px;
    font-weight: 800;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 7px;
}
  .intro-text-box {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home3-text h3 {
  display: none;
}
.home3-text h2 {
  display: none;
}
.home3-text h1 {
  display: none;
}
.home4-text {
    left: 29%;
    top: 24%;
}
.panel {
  width: 28% !important;
}
.menu-wrap li {
  padding: 62% 0% 27% 0%;
}
.menu-wrap a {
    font-size: 10px;
    letter-spacing: 0px;
}
.home07-text h3 {
    font-size: 10px;
    line-height: 19px;
    font-weight: 800;
    padding: 5px;
  }
  .home07-text h2 {
      font-size: 10px;
      line-height: 19px;
      font-weight: 800;
      padding: 5px;
    }
    .intermediate-title h2:after {
    left: 45%;
    bottom: 12%;
}
.small-icon-wrap i {
    left: 73%;
    bottom: -2%;
}
.promo-text h2 {
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}
.portfolio-filter-nav li {
    font-size: 10px;
    padding: 4px;
}
.cont-icon-wrap {
    left: 42%;
}
.news-grid .picture-item {
    width: 97% !important;
    margin-left: 3%;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-grid .picture-item.w2 {
  width: 97% !important;
  margin-left: 3%;
  margin-bottom: 20px;
}
.portfolio-grid .picture-item {
width: 97%;
margin-left: 3%;
margin-bottom: 3%
}
.portfolio-grid .picture-item.w2 {
width: 97%;
margin-left: 3%;
margin-bottom: 3%

}




}

/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
    .container {
        width: 280px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-wrap {
        display: none !important;
    }
    .panel img {
      display: none;
    }
    .intro-text-box h2 {
    font-size: 25px;
    font-weight: 800;
}
.intro-text-box p {
    font-size: 11px;
    letter-spacing: 5px;
}
  .intro-text-box {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home3-text h3 {
  display: none;
}
.home3-text h2 {
  display: none;
}
.home3-text h1 {
  display: none;
}
.home4-text {
    left: 29%;
    top: 34%;
}
.panel {
  width: 28% !important;
}
.menu-wrap li {
    padding: 93% 0% 37% 0%;
}
.menu-wrap a {
    font-size: 10px;
    letter-spacing: 0px;
}
.home07-text h3 {
    font-size: 10px;
    line-height: 19px;
    font-weight: 800;
    padding: 5px;
  }
  .home07-text h2 {
      font-size: 10px;
      line-height: 19px;
      font-weight: 800;
      padding: 5px;
    }
    .social-wrap li {
    margin: 11px;
}
.portfolio-filter-nav li {
    font-size: 10px;
    padding: 10px;
}
.cont-icon-wrap {
    left: 39%;
}
.foot-shortcuts a {
    font-size: 10px;
    padding: -2px;
}
.foot-sig-text h3 {
    font-size: 12px;
    padding: 15px;
}
.project-post h4 {
display: none;
}
.project-post h3 {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    padding-bottom: 24px;
}
.project-post p {
    font-weight: 400;
     padding-right: 0%;
    float: left;
    padding-top: 0px;
    font-size: 14px;
}
.home-07-menu-wrap a {
    font-size: 10px !important;
}





}
