/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .mainmenu ul li a {
        padding: 37px 14px;
    }
    .logo a {
        padding: 12px 0;
    }
    .stick .logo a {
        padding: 8px 0;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
    background-repeat: repeat;
}
.logo a {
    padding: 21px 0;
}
.stick .logo a {
    padding: 16px 0;
}
.mainmenu ul li a {
  font-size: 11px;
  padding: 37px 8px;
}
.stick .mainmenu ul li a {
    padding-bottom: 27px;
    padding-top: 27px;
}
.mainmenu ul li:hover a::before,
.mainmenu ul li.active a::before {
    left: 5%;
}
.mainmenu ul li:hover a::after,
.mainmenu ul li.active a::after {
    right: 5%;
}
.layer-1-2 h2.title-2,
.layer-2-2 h2.title-2 {
    font-size: 48px;
}
.layer-1-3 p.title-3,
.layer-2-3 p.title-3 {
    width: 80%;
}
.sm-mb-30 {
    margin-bottom: 30px;
}
.portfolio .item {
    width: 50%;
}
}

/* small mobile :320px. */
@media (max-width: 767px) {
.container {
    width:300px;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
    background-repeat: repeat;
}
.xs-mb-30 {
    margin-bottom: 30px;
}
.xs-mt-0 {
    margin-top: 0px;
}
.header-area,
.header-area.stick {
    height: 50px;
}
.mobile-menu-area {
    background-color: white;
}
.mean-container a.meanmenu-reveal span {
    background-color: #3e3e3e;
}
.mean-container a.meanmenu-reveal {
    color: #3e3e3e
}
.mean-container .mean-bar::after {
    content: "";
}
.logo {
    position: absolute;
    z-index: 9999999;
}
.logo a,
#sticker.stick .logo a {
    width: 225px;
    padding: 0;
}
.stick .logo a img {
    max-width: 100%;
}
.mean-container .mean-nav ul li a {
    color: #3e3e3e;
}
.off-canvas {
    right: -250px;
    width: 250px;
}
.off-canvas-active {
    transform: translate3d(-250px, 0px, 0px);
}
.off-canvas-btn button,
.off-canvas .cross {
    top: 10px;
}
.scroll-menu nav.collapse {
    display: block;
}
.scroll-menu .navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: none;
}
.search-box,
.stick .search-box {
    padding: 10px 0;
}
.slider-caption {
    padding-top: 25%;
}
.slider-area img {
    height: 100% !important;
    margin-top: 50px;
}
#particles-js,
.gradient-area {
    height: 100%;
    width: 100%;
}
#particles-js .slider-caption,
.gradient-area .gradient-bg-content {
    padding-top: 18%;
}
.layer-1-2,
.layer-2-2 {
    margin-bottom: 0 !important;
}
.layer-1-2 h2.title-2,
.layer-2-2 h2.title-2 {
    font-size: 20px;
    margin-bottom: 0;
}
.layer-1-3 p.title-3,
.layer-2-3 p.title-3 {
    display: none;
}
.layer-1-4 a.title-4,
.layer-2-4 a.title-4,
.layer-1-4 a.title-5,
.layer-2-4 a.title-5 {
    font-size: 11px;
    padding: 7px 14px;
}
.layer-1-4,
.layer-2-4 {
    margin-top: 20px;
}
.preview .nivo-controlNav {
    bottom: -15px;
}
.nivo-directionNav {
    display: none;
}
.about-info {
    border-left: 0px;
    overflow-y: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.team-content,
.skill-content {
    width: 100%;
}
.test-info {
    padding-left: 0;
    width: 100%;
}
.test-img {
    margin: auto;
    float: none !important;
}
.test-info .quote::before {
    left: 0px;
    top: -25px;
}
.newsletter-social ul li a {
    margin: 0 5px;
}
.footer-copyright p {
    text-align: center;
    margin-bottom: 10px;
}
.footer-social {
    text-align: center;
}
.footer-social ul li a {
  margin: 0px 10px;
}
.portfolio .item {
    width: 100%;
}
.filter-menu {
    border: 0px;
}
.filter-menu button {
    border: 1px solid #eee;
}
.filter-menu button:first-child {
    border-left: 1px solid #eee;
}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
    width:450px;
}
.slider-caption {
    padding-top: 15%;
}
.layer-1-2 h2.title-2,
.layer-2-2 h2.title-2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.layer-1-3 p.title-3,
.layer-2-3 p.title-3 {
    display: block;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}
.layer-1-4,
.layer-2-4 {
    margin-top: 20px;
}
.single-counter {
    width: 50%;
    float: left;
}
}
