/*======= RESPONSIVE STYLES ==========*/
@media screen and (max-width: 767px) { 
    header {
        display: none;
    }
	.logo-area-res {
		display:block;
	}
	.main-content {
		padding-top:60px;
	}
	.page-head { display: none }
    .slicknav_menu,
    .slick-menu-logo {
        display: block;
    } 
    .slick-menu-logo  {
        position: absolute;
        top: 0px;
    }
    .slicknav_collapsed a,
    .slicknav_collapsed a:before {
        border: none !important;
    }
    .slicknav_nav a {
        color: #0d0d0d;
    }
    .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
    .slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
    .slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_no-text { margin: 0 }
    .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
    .slicknav_nav { clear: both }
    .slicknav_nav ul,
    .slicknav_nav li { display: block }
    .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; position: absolute; right: 15px; top: 2px; }
    .slicknav_nav .slicknav_item { cursor: pointer; }
    .slicknav_nav .slicknav_row { display: block; }
    .slicknav_nav a { border: none; display: block; }
    .slicknav_nav a:before { border: none; }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a { display: inline; }
    .slicknav_menu:before,
    .slicknav_menu:after { content: " "; display: table; }
    .slicknav_menu:after { clear: both }
    /* IE6/7 support */
    .slicknav_menu { *zoom: 1 }


    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration:none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;  
        background-color: #222222;
    }
    /* Button Text */
    .slicknav_menu  .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
      background-color: #f5f5f5;
  }
  .slicknav_menu {
    padding: 5px 0px;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0px;
	background-color:#fff;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a {
    padding:5px 10px;
    margin: 0px;
    text-decoration:none;
}
.dropdown-menu {
    box-shadow: none;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_txtnode {
   margin-left:15px;   
}
.navbar-nav > li > .sub-menu,
.menu-item-has-children li .sub-menu {
    position: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    width: 90%;
    border: none;
}
.navbar-nav > li:hover > .sub-menu,
.menu-item-has-children li:hover .sub-menu {
    position: initial !important;
}
.navbar-nav>li.active a {
    border-top: none;
}
.navbar-nav>li a:before,
.navbar-nav>li a:hover:before,
.navbar-nav>li.active a:before,
.navbar-nav>li.active a:hover:before {
    border: none;
}
.navbar-nav > li > .sub-menu li.menu-item-has-children a:before {
    content: '';
    display: none;
}
.navbar-nav > li > .sub-menu,
.mega-menu li.mega-menu-item {
    box-shadow: none;
    width: 97% !important;
}
.mega-menu li.mega-menu-item span {
    display: block !important;
    font-size: .94em !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    padding: 0px !important;
}
.mega-menu li.mega-menu-item span:hover {
    color: #ffffff !important;
}
.menu-item-has-children {
    box-shadow: none;
}
.navbar-nav > li > .sub-menu li a {
    display: inline-block !important;
    padding: 5px;
}
#slider-wrapper {
  margin-top: 50px;
}
#page-head {
    margin-top: 50px;
}
.owl-carousel {
    margin-top: 20px;
}



}

@media screen and (min-width: 1201px) and (max-width: 1240px) { 
    .client-logo-list li.col-sm-3 {
        width: 24%;
    }
    .sub-menu.dropdown-menu.mega-menu {
      width: 1110px;
      left: -722px;
  }
}

@media screen and (min-width: 1171px) and (max-width: 1200px) { 
    .section-padding { padding: 85px 0px }
    .features-area .item-title { font-size: 1em }
    .slide-left { left: 41% }
    .slide-right { right: 41% }
    .achieve .item { padding: 25px 0px 25px 25px }
    .panel-title a { padding-right: 0px !important }
    .service-items { padding-top: 40px }
    .testimonial-slider blockquote { padding-left: 30px }
    .testimonial-slider blockquote:before {
        left: 20px;
        top: 25px;
    }
    .author-details { margin-left: 0px }
    .latest-tweet,
    .core-services { height: inherit !important }
    .latest-project .section-padding { padding-top: 85px }
    .project-slider-2 .item { margin: 0px 5px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 55px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 85px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .post-content { padding: 16px 15px 15px 0px }
    .index-3 .entry-content { padding-top: 10px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 2em }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 .layout-3 {
        right: 8%;
    }
    .possibility-2 .layout-4 {
        right: -10%;
    }
    .index-2 .possibility .layout-2 {
        width: 73%;
    }
    .possibility-2 { max-height: 600px }
    .services-page .testimonial { padding-top: 0px }
    .list-items .item-content { padding: 30px 30px 30px 30px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.85em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-weight: 600;
        padding: 33px 40px 33px 45px;
    }
    .blog-page blockquote:before {
        top: 25px;
        font-size: 2em;
    }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 10px }
    .blog-sidebar .entry-title { font-size: .8125em !important }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .list-styles .list p { font-size: .85em }
    .format-3 .item-1 .title {
        font-size: 1.25em;
        padding: 28px 25px 27px 25px;
    }
    .format-3 .item-1 li { padding: 20px 10px }
    .google-map .section-padding { padding-bottom: 0px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 60px }
    .client-logo-list li {
        max-width: 99%;
    }
    .possibility .section-details .left-text {
        left: 4.5%;
    }
    .possibility .section-details .right-text {
        right: 5.5%;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 1100px;
        left: -605px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1170px) { 
    .section-padding { padding: 60px 0px }
    .section-description {
        padding-top: 4px;
        padding-bottom: 15px;
    }
    .features-area .item-title { font-size: 1em }
    .slide-left { left: 41% }
    .slide-right { right: 41% }
    .achieve .item { padding: 25px 0px 25px 25px }
    .panel-title a { padding-right: 0px !important }
    .panel-body { padding: 10px }
    .service-items { padding-top: 40px }
    .testimonial-slider blockquote { padding: 20px }
    .testimonial-slider blockquote:before {
        font-size: 2.75em;
        left: 10px;
        top: 15px;
    }
    .possibility {
        height: 615px;
    }
    .index-2 .possibility .layout-2 {
        width: 73%;
    }
    .author-details { margin-left: 0px }
    .latest-tweet,
    .core-services { height: inherit !important }
    .latest-project .section-padding { padding-top: 85px }
    .project-slider-2 .item { margin: 0px 5px }
    .index-2 .post-content { padding: 23px 15px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 101% }
    .core-services .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 55px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 60px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .possibility-2 .layout-1,
    .possibility-2 .layout-1 {
        max-width: 37%;
    }
    .possibility-2 .layout-2 {
        max-width: 80%;,
    }
    .possibility-2 .layout-3 {
        right: 14%;
        max-width: 18%;
    }
    .possibility-2 .layout-4 {
        right: -3%;
        max-width: 60%;
    }
    .index-3 .post-content { padding: 16px 15px 15px 0px }
    .index-3 .entry-content { padding-top: 10px }
    .choose-us .section-padding { padding-bottom: 0px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 1.5em }
    .promo-video .play-btn i { margin-top: 2px }
    .index-4 .welcome .item { padding-bottom: 30px }
    .index-4 .welcome .item-icon {
        font-size: 3em;
        line-height: inherit;
        padding-right: 5px;
        vertical-align: text-top;
    }
    .index-4 .achieve .section-details { padding-top: 60px }
    .index-4 .member-details { height: 101% }
    .latest-tweet .section-details { padding-top: 0px }
    .index-4 .tweet-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .responsive .section-padding { padding-bottom: 0px }
    .tweet-slider { padding: 30px 3% 0px 3% }
    .index-5 .latest-project .section-padding { padding-top: 60px }
    .index-5 .post-content { padding-left: 10px }
    .index-5 .blog-posts .entry-date { padding: 10px 10px }
    .index-5 .our-ability .description {
        font-size: 1em;
        line-height: 23px;
    }
    .index-5 .ability-details p {
        font-size: .875em;
        line-height: 28px;
        padding-left: 20px;
    }
    .content_slider_wrapper { max-height: 400px !important }
    .index-5 .latest-tweet .section-details { padding-top: 0px }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .feature-services .section-padding { padding-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        font-size: 1em;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 { max-height: 600px }
    .services-page .testimonial { padding-top: 0px }
    .work-items .item-description { font-size: .875em }
    .border .content-details { padding: 0px 10px }
    .work-items-v2 .item-title { padding-top: 30px }
    .work-items3-v2 .item-title { padding-top: 20px }
    .work-items3-v3 .item-bottom { padding: 6% }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items4 .item-content,
    .work-items5 .item-content,
    .work-items5-v3 .item-content { padding: 3% }
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .work-items5-v3 .item-title { font-size: 1em }
    .list-items .item-content { padding: 30px 30px 30px 30px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.85em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-weight: 600;
        padding: 33px 40px 33px 45px;
    }
    .blog-page blockquote:before {
        top: 25px;
        font-size: 2em;
    }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 10px }
    .left-sidebar { padding-left: 25px !important }
    .right-sidebar { padding-right: 25px !important }
    .blog-sidebar .entry-title { font-size: .8125em !important }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .list-styles .list p { font-size: .85em }
    .format-3 .item-1 .title {
        font-size: 1.25em;
        padding: 22px 25px 22px 25px;
    }
    .format-3 .item-1 li { padding: 20px 10px }
    .google-map .section-padding { padding-bottom: 0px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 60px }
    .purchase .content-description { font-size: .9em }
    .blog-grid .post-content p {
        line-height: 21px;        
    }
    .blog-grid .post-content strong {
        padding-bottom: 10px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .error-page-top {
        font-size: 7em;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
    .possibility .section-details .left-text {
        left: 4.5%;
    }
    .possibility .section-details .right-text {
        right: 5.5%;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 970px;
        left: -555px;
    }
    .mega-menu span {
        font-size: .8em !important;
    }
    .mega-menu .menu-items a {
        font-size: .875em !important;
        padding: 5px !important;
    }

}
@media screen and (min-width: 993px) and (max-width: 1024px) { 
    .navbar-nav .dropdown-menu > li > a { font-size: .93em }
    .section-padding { padding: 55px 0px }
    .section-description {
        padding-top: 4px;
        padding-bottom: 15px;
    }
    .features-area .item-title { font-size: 1em }
    .slide-nav {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .possibility {
        height: 610px;
    }
    .slide-left { left: 39% }
    .slide-right { right: 39% }
    .achieve .item { padding: 15px 0px 15px 15px }
    .recent-about .about-us { padding-top: 45px }
    .panel-title a { padding-right: 0px !important }
    .panel-body { padding: 10px }
    .core-services .section-details { padding-top: 0px }
    .service-items { padding-top: 40px }
    .testimonial-slider blockquote { padding: 20px }
    .testimonial-slider blockquote:before {
        font-size: 2.75em;
        left: 10px;
        top: 15px;
    }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .latest-tweet,
    .core-services { height: inherit !important }
    .latest-project .section-padding { padding-top: 45px }
    .project-slider-2 .item { margin: 0px 5px }
    .index-2 .post-content { padding: 23px 15px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 101% }
    .core-services .section-padding,
    .about-theme .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 55px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 60px }
    .index-2 .possibility .layout-2 {
        width: 70%;
    }
    .possibility-2 .layout-1 {
        max-width: 35%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 12%;
        top: 140px;
        max-width: 18%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        max-width: 58%;
    }
    .index-3 .our-team .section-padding,
    .index-3 .core-services .section-details { padding-top: 55px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .post-content { padding: 16px 15px 15px 0px }
    .index-3 .entry-content { padding-top: 10px }
    .choose-us .section-padding { padding-bottom: 0px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 1.5em }
    .promo-video .play-btn i { margin-top: 2px }
    .index-4 .welcome .item { padding-bottom: 30px }
    .index-4 .welcome .item-icon {
        font-size: 3em;
        line-height: inherit;
        padding-right: 5px;
        vertical-align: text-top;
    }
    .index-4 .achieve .section-details { padding-top: 55px }
    .index-4 .member-details {
        height: 101%;
        width: 101%;
    }
    .index-4 .tweet-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .responsive .section-padding { padding-bottom: 0px }
    .latest-tweet .section-details { padding-top: 0px }
    .tweet-slider { padding: 30px 3% 0px 3% }
    .index-5 .work { overflow: hidden }
    .work .top-details:before,
    .work .top-details:after { left: 170px }
    .index-5 .latest-project .section-padding { padding-top: 55px }
    .index-5 .post-content { padding-left: 10px }
    .index-5 .blog-posts .entry-date { padding: 10px 10px }
    .index-5 .our-ability .description {
        font-size: 1em;
        line-height: 23px;
    }
    .index-5 .ability-details p {
        font-size: .875em;
        line-height: 28px;
        padding-left: 20px;
    }
    .content_slider_wrapper { max-height: 400px !important }
    .index-5 .latest-tweet .section-details { padding-top: 0px }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .feature-services .section-padding { padding-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        font-size: 1em;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 { max-height: 600px }
    .services-page .testimonial { padding-top: 0px }
    .work-items .item-description { font-size: .875em }
    .border .content-details { padding: 0px 10px }
    .work-items-v2 .item-title { padding-top: 30px }
    .work-items3-v2 .item-title { padding-top: 20px }
    .work-items3-v3 .item-bottom { padding: 6% }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items4 .item-content,
    .work-items5 .item-content,
    .work-items5-v3 .item-content { padding: 3% }
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .work-items5-v3 .item-title { font-size: 1em }
    .list-items .item-content { padding: 30px 30px 30px 30px }
    .list-items .item-description strong { padding-bottom: 10px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.85em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-weight: 600;
        padding: 33px 40px 33px 45px;
    }
    .blog-page blockquote:before {
        top: 25px;
        font-size: 2em;
    }
    .blog-page .attachmentlink:after { font-size: 1.15em }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 10px }
    .widget_tags a {
        margin: 0px 4px 10px 0px;
        padding: 5px 10px;
    }
    .left-sidebar { padding-left: 25px !important }
    .right-sidebar { padding-right: 25px !important }
    .blog-sidebar .entry-title { font-size: .8125em !important }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .list-styles .list p { font-size: .85em }
    .format-3 .item-1 .title {
        font-size: 1.15em;
        padding: 19px 25px 18px 25px;
    }
    .format-3 .item-1 li { padding: 20px 10px }
    .google-map .section-padding { padding-bottom: 0px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 55px }
    .purchase .content-description { font-size: .9em }
    .testimonial-client .col-md-8 { padding-top: 55px }
    .blog-grid .post-content strong {
        padding-bottom: 10px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .error-page-top {
        font-size: 7em;
    }
    .error-page .search-form {
        max-width: 745px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
    .possibility .section-details .left-text {
        left: 5.5%;
    }
    .possibility .section-details .right-text {
        right: 6.5%;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 930px;
        left: -545px;
    }
    .mega-menu span {
        font-size: .8em !important;
    }
    .mega-menu .menu-items a {
        font-size: .875em !important;
        padding: 5px !important;
    }
    .mega-menu li.mega-menu-item {
        width: 32%;
    }
}
@media screen and (min-width: 901px) and (max-width: 992px) { 
    .navbar-nav>li>a { padding: 27px 20px }
    .navbar-nav .dropdown-menu > li > a { font-size: .93em }
    .page-head { padding: 25px 0px }
    .section-padding { padding: 50px 0px }
    .section-description {
        padding-top: 4px;
        padding-bottom: 15px;
    }
    .possibility { height: 505px; }
    .possibility .section-details .left-text {
        left: 3%;
    }
    .possibility .section-details .right-text {
        right: 4.5%;
    }
    .features-area .item-title { font-size: 1em }
    .slide-nav {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .slide-left { left: 39% }
    .slide-right { right: 39% }
    .achieve .item { margin-top: 30px }
    .recent-about .about-us { padding-top: 45px }
    .panel-title a { padding-right: 0px !important }
    .panel-body { padding: 10px }
    .core-services .section-details { padding-top: 0px }
    .service-items { padding-top: 40px }
    .testimonial-client .col-md-8 { padding-top: 50px }
    .testimonial-slider blockquote { padding: 20px }
    .testimonial-slider blockquote:before {
        font-size: 2.75em;
        left: 10px;
        top: 15px;
    }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .purchase .content-title { font-size: 1em }
    .footer-top .section-padding { padding-bottom: 0px }
    .footer-top .widget { padding-bottom: 45px }
    .footer-top .widget-details { padding-top: 30px }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 35px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .latest-tweet,
    .core-services { height: inherit !important }
    .index-2 .about-details { padding-top: 0px }
    .index-2 .about-details .item {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .index-2 .possibility .layout-2 {
        width: 73%;
    }
    .index-2 .recent-about article { padding-bottom: 45px }
    .index-2 .post-thumbnail img {
        width: 100%;
        height: 100%;
    }
    .index-2 .core-services { max-height: 585px }
    .index-2 .service-items .item { padding-bottom: 25px }
    .index-2 .service-items .item-description {
        padding-top: 5px;
        line-height: 20px;
    }
    .pricing-plan .format-1 .item {
        width: 31%;
        margin: 15px 7px;
    }
    .tab-content>.active { padding: 10px }
    .latest-project .section-padding { padding-top: 45px }
    .project-slider-2 .item { margin: 0px 5px }
    .index-2 .post-content { padding: 23px 15px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 100% }
    .core-services .section-padding,
    .about-theme .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 50px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 60px }
    .index-3 .achieve .section-details,
    .index-4 .achieve .section-details,
    .about-page .achieve .section-details { padding-top: 15px }
    .index-3 .achieve .item,
    .index-4 .achieve .item,
    .about-page .achieve .item { margin-top: 30px }
    .index-3 .our-team .section-padding,
    .index-3 .core-services .section-details { padding-top: 50px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .service-details { padding-top: 0px }
    .index-3 .service-details .item { padding-bottom: 30px }
    .service-details .item-title { font-size: 1em }
    .index-3 .recent-about .section-padding { padding-bottom: 5px }
    .index-3 .blog-posts article { margin-bottom: 45px }
    .index-3 .post-top { float: none !important }
    .index-3 .post-thumbnail img { width: 100% }
    .index-3 .post-content { padding: 6% 5% }
    .index-3 .entry-content { padding-top: 10px }
    .choose-us .section-padding { padding-bottom: 0px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 1.5em }
    .promo-video .play-btn i { margin-top: 2px }
    .promo-list { padding-top: 15px }
    .tweet-details {
        padding: 0px;
        padding-top: 15px;
    }
    .possibility-2 .layout-1 {
        max-width: 35%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 12%;
        top: 130px;
        max-width: 18%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        top: 130px;
        max-width: 58%;
    }
    .index-4 .welcome .item { padding-bottom: 30px }
    .index-4 .welcome .item-icon {
        font-size: 3em;
        line-height: inherit;
        padding-right: 5px;
        vertical-align: text-top;
    }
    .index-4 .achieve .section-details { padding-top: 50px }
    .project-slider-3 { padding-top: 45px }
    .index-4 .recent-about .section-padding { padding-bottom: 15px }
    .index-4 .recent-about article {
        display: inline-block;
        padding-bottom: 30px;
    }
    .index-4 .format-1 .item { width: 100% }
    .index-4 .member-details {
        height: 101%;
        width: 101%;
    }
    .index-4 .tweet-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .responsive .section-padding { padding-bottom: 0px }
    .latest-tweet .section-details { padding-top: 0px }
    .tweet-slider { padding: 30px 3% 0px 3% }
    .index-5 .work { overflow: hidden }
    .work .top-details:before,
    .work .top-details:after { left: 170px }
    .index-5 .latest-project .section-padding { padding-top: 50px }
    .index-5 .post-content { padding-left: 10px }
    .index-5 .blog-posts .entry-date { padding: 5px }
    .index-5 .about-us .section-padding { padding-top: 20px }
    .index-5 .about-us-details .section-sub-title { padding-top: 30px }
    .index-5 .our-ability .description {
        font-size: 1em;
        line-height: 23px;
    }
    .index-5 .ability-details li { display: block }
    .index-5 .ability-details p {
        font-size: .875em;
        line-height: 28px;
        padding-left: 20px;
    }
    .content_slider_wrapper { max-height: 400px !important }
    .index-5 .client-says:after { right: 5px }
    .index-5 .latest-tweet .section-details { padding-top: 0px }
    .index-5 .tweet-icon { font-size: 4em }
    .index-5 .tweet-slider .item-details { padding: 15px 0px 0px 0px }
    .index-5 .entry-title { font-size: 1em }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .feature-services .section-padding { padding-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        font-size: 1em;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 { max-height: 460px }
    .services-page .service-details .item { padding-bottom: 25px }
    .services-page .testimonial { padding-top: 0px }
    .services-page blockquote { padding: 20px }
    .services-page blockquote:before {
        top: 15px;
        left: 10px;
    }
    .services-page .mockup-image {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .work-items .item-description { font-size: .875em }
    .border .content-details { padding: 0px 10px }
    .work-items-v2 .item-title { padding-top: 30px }
    .work-items3-v2 .item-title { padding-top: 20px }
    .work-items3 .item-title { font-size: 1em }
    .work-items3 .item:hover .item-title { padding-top: 5% }
    .work-items3 .item-description { padding: 10px 5px 0px 5px }
    .work-items3-v3 .item-bottom { padding: 6% }
    .work-items4 .item-content,
    .work-items5 .item-content,
    .work-items5-v3 .item-content { padding: 3% }
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .work-items5-v3 .item-title { font-size: 1em }
    .list-items .item-content { padding: 30px 30px 30px 30px }
    .list-items .item-description strong { padding-bottom: 10px }
    .share-button { padding-right: 0px }
    .single-works .entry-title { font-size: 1.75em }
    .single-works .title {
        font-size: 1.25em;
        padding-bottom: 15px;
    }
    .single-works .description strong {
        padding-bottom: 10px;
        padding-left: 15px;
    }
    .potrait .about-works { padding-top: 30px }
    .single-works .meta-list li { padding-bottom: 5px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.5em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        line-height: 40px;
        padding: 30px 30px 30px 30px;
    }
    .blog-page blockquote:before {
        top: 20px;
        left: 20px;
        font-size: 2em;
    }
    .blog-page .attachmentlink:after { font-size: 1.15em }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 5px }
    .widget_tabs img {
        max-width: 60px;
    }
    .widget_tabs .entry-title {
        padding-bottom: 5px;
    }
    .widget_tags a {
        margin: 0px 4px 10px 0px;
        padding: 5px 10px;
    }
    .left-sidebar { padding-left: 0px !important }
    .right-sidebar { padding-right: 0px !important }
    .blog-sidebar .category-list li a { font-size: .875em }
    .blog-sidebar .entry-title { font-size: .8125em !important }
    .fc-calendar-container { height: 220px }
    .fc-calendar .fc-head { font-size: 12px }
    .fc-five-rows .fc-row { height: 16% }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .list-styles .list p { font-size: .85em }
    .plan-details li { padding: 5px }
    .format-1 .cost { font-size: 2.43em }
    .format-2 .cost,
    .format-3 .cost { font-size: 2.75em }
    .pricing-tables .format-2 { padding: 20px }
    .format-2 .plan-cost {
        width: 120px;
        height: 120px;
    }
    .pricing-tables .format-2 .btn { padding: 12px 35px }
    .planning-area .format-3 { padding: 15px 25px }
    .format-3 .item-1 .title {
        font-size: 1.15em;
        padding: 19px 15px 18px 15px;
    }
    .format-3 .item-1 li { padding: 4px 5px }
    .format-3 .btn { padding: 10px 20px }
    .format-3 .item-1 .plan-bottom { padding: 70px 0px }
    .shortcode-buttons .btn-lg { padding: 18px 40px }
    .shortcode-buttons .btn-md { padding: 15px 25px }
    .google-map .section-padding { padding-bottom: 0px }
    .google-map-container { height: 400px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 50px }
    .purchase .content-description { font-size: .9em }
    .blog-grid .post-content {
        padding-top: 30px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin-bottom: 0px;
    }
    .error-page-top {
        font-size: 6em;
    }
    .error-page-bottom {
        padding-top: 60px;
    }
    .error-page .search-form {
        max-width: 745px;
    }
    .error-page .search-field {
        max-width: 570px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 840px;
        left: -470px;
    }
    .mega-menu span {
        font-size: .8em !important;
    }
    .mega-menu .menu-items a {
        font-size: .875em !important;
        padding: 5px !important;
    }
    .mega-menu li.mega-menu-item {
        width: 32%;
    }
}
@media screen and (min-width: 861px) and (max-width: 900px) { 
    .navbar-nav>li>a { padding: 27px 20px }
    .navbar-nav .dropdown-menu > li > a { font-size: .93em }
    .page-head { padding: 18px 0px }
    .section-padding { padding: 50px 0px }
    .section-description {
        padding-top: 4px;
        padding-bottom: 15px;
    }
    .possibility { height: inherit }
    .features-area .item-title { font-size: 1em }
    .slide-nav {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .possibility { height: 505px; }
    .possibility .section-details .left-text {
        left: 3%;
    }
    .possibility .section-details .right-text {
        right: 4.5%;
    }
    .slide-left { left: 39% }
    .slide-right { right: 39% }
    .achieve .item { margin-top: 30px }
    .recent-about .about-us { padding-top: 45px }
    .panel-title a { padding-right: 0px !important }
    .panel-body { padding: 10px }
    .core-services .section-details { padding-top: 0px }
    .service-items { padding-top: 40px }
    .testimonial-client .col-md-8 { padding-top: 50px }
    .testimonial-slider blockquote { padding: 20px }
    .testimonial-slider blockquote:before {
        font-size: 2.75em;
        left: 10px;
        top: 15px;
    }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .purchase .content-title { font-size: 1em }
    .footer-top .section-padding { padding-bottom: 0px }
    .footer-top .widget { padding-bottom: 45px }
    .footer-top .widget-details { padding-top: 30px }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 35px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .latest-tweet,
    .core-services { height: inherit !important }
    .index-2 .features-area .item-icon {
        width: 50px;
        height: 50px;
    }
    .index-2 .features-area .item-details { padding-left: 65px }
    .index-2 .about-details { padding-top: 0px }
    .index-2 .about-details .item {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .index-2 .recent-about article { padding-bottom: 45px }
    .index-2 .post-thumbnail img {
        width: 100%;
        height: 100%;
    }
    .index-2 .core-services { max-height: 585px }
    .index-2 .service-items .item { padding-bottom: 25px }
    .index-2 .service-items .item-description {
        padding-top: 5px;
        line-height: 20px;
    }
    .pricing-plan .format-1 .item {
        width: 31%;
        margin: 15px 7px;
    }
    .index-2 .plan-details li,
    .index-4 .plan-details li { padding: 10px }
    .tab-content>.active { padding: 10px }
    .latest-project .section-padding { padding-top: 45px }
    .project-slider-2 .item { margin: 0px 5px }
    .index-2 .post-content { padding: 23px 15px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 100% }
    .core-services .section-padding,
    .about-theme .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 50px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 60px }
    .index-3 .achieve .section-details,
    .index-4 .achieve .section-details,
    .about-page .achieve .section-details { padding-top: 15px }
    .index-3 .achieve .item,
    .index-4 .achieve .item,
    .about-page .achieve .item { margin-top: 30px }
    .index-3 .our-team .section-padding,
    .index-3 .core-services .section-details { padding-top: 50px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .service-details { padding-top: 0px }
    .index-3 .service-details .item { padding-bottom: 30px }
    .service-details .item-title { font-size: 1em }
    .index-3 .recent-about .section-padding { padding-bottom: 5px }
    .index-3 .blog-posts article { margin-bottom: 45px }
    .index-3 .post-top { float: none !important }
    .index-3 .post-thumbnail img { width: 100% }
    .index-3 .post-content { padding: 6% 5% }
    .index-3 .entry-content { padding-top: 10px }
    .choose-us .section-padding { padding-bottom: 0px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 1.5em }
    .promo-video .play-btn i { margin-top: 2px }
    .promo-list { padding-top: 15px }
    .tweet-details {
        padding: 0px;
        padding-top: 15px;
    }
    .possibility-2 .layout-1 {
        max-width: 35%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 12%;
        top: 130px;
        max-width: 18%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        top: 130px;
        max-width: 58%;
    }
    .index-4 .welcome .item { padding-bottom: 30px }
    .index-4 .welcome .item-icon {
        font-size: 3em;
        line-height: inherit;
        padding-right: 5px;
        vertical-align: text-top;
    }
    .index-4 .achieve .section-details { padding-top: 50px }
    .project-slider-3 { padding-top: 45px }
    .index-4 .recent-about .section-padding { padding-bottom: 15px }
    .index-4 .recent-about article {
        display: inline-block;
        padding-bottom: 30px;
    }
    .index-4 .format-1 .item { width: 100% }
    .index-4 .member-details {
        height: 101%;
        width: 101%;
    }
    .index-4 .tweet-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .responsive .section-padding { padding-bottom: 0px }
    .latest-tweet .section-details { padding-top: 0px }
    .tweet-slider { padding: 30px 3% 0px 3% }
    .index-5 .work { overflow: hidden }
    .work .top-details:before,
    .work .top-details:after { left: 150px }
    .index-5 .latest-project .section-padding { padding-top: 50px }
    .index-5 .post-content { padding-left: 10px }
    .index-5 .blog-posts .entry-date { padding: 5px }
    .index-5 .about-us .section-padding { padding-top: 20px }
    .index-5 .about-us-details .section-sub-title { padding-top: 30px }
    .index-5 .our-ability .description {
        font-size: 1em;
        line-height: 23px;
    }
    .index-5 .ability-details li { display: block }
    .index-5 .ability-details p {
        font-size: .875em;
        line-height: 28px;
        padding-left: 20px;
    }
    .content_slider_wrapper { max-height: 400px !important }
    .index-5 .client-says:after { right: 5px }
    .index-5 .latest-tweet .section-details { padding-top: 0px }
    .index-5 .tweet-icon { font-size: 4em }
    .index-5 .tweet-slider .item-details { padding: 15px 0px 0px 0px }
    .index-5 .entry-title { font-size: 1em }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .feature-services .section-padding { padding-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        font-size: 1em;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 { max-height: 460px }
    .services-page .service-details .item { padding-bottom: 25px }
    .services-page .testimonial { padding-top: 0px }
    .services-page blockquote { padding: 20px }
    .services-page blockquote:before {
        top: 15px;
        left: 10px;
    }
    .services-page .mockup-image {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .work-items .item-description { font-size: .875em }
    .border .content-details { padding: 0px 10px }
    .work-items-v2 .item-title { padding-top: 30px }
    .work-items3-v2 .item-title { padding-top: 20px }
    .work-items3 .item-title { font-size: 1em }
    .work-items3 .item:hover .item-title { padding-top: 5% }
    .work-items3 .item-description { padding: 10px 5px 0px 5px }
    .work-items3-v3 .item-bottom { padding: 6% }
    .work-items4 .item-content,
    .work-items5 .item-content,
    .work-items5-v3 .item-content { padding: 3% }
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .work-items5-v3 .item-title { font-size: 1em }
    .list-items .item-content { padding: 15px 15px 15px 0px }
    .list-items .item-title { font-size: 1.25em }
    .list-items .item-description {
        padding-top: 10px;
        line-height: 20px;
    }
    .list-items .item-description strong { padding-bottom: 0px }
    .list-items .item-content .btn { margin-top: 10px }
    .share-button { padding-right: 0px }
    .single-works .entry-title { font-size: 1.75em }
    .single-works .title {
        font-size: 1.25em;
        padding-bottom: 15px;
    }
    .single-works .description strong { padding-bottom: 10px }
    .potrait .about-works { padding-top: 30px }
    .single-works .meta-list li { padding-bottom: 5px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.5em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        line-height: 40px;
        padding: 30px 30px 30px 30px;
    }
    .blog-page blockquote:before {
        top: 20px;
        left: 20px;
        font-size: 2em;
    }
    .blog-page .attachmentlink:after { font-size: 1.15em }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 10px }
    .widget_tags a {
        margin: 0px 4px 10px 0px;
        padding: 5px 10px;
    }
    .left-sidebar { padding-left: 0px !important }
    .right-sidebar { padding-right: 0px !important }
    .blog-sidebar .category-list li a { font-size: .875em }
    .blog-sidebar .entry-title { font-size: .8125em !important }
    .fc-calendar-container { height: 220px }
    .fc-calendar .fc-head { font-size: 12px }
    .fc-five-rows .fc-row { height: 16% }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .list-styles .list p { font-size: .85em }
    .plan-details li { padding: 5px }
    .format-1 .cost { font-size: 2.43em }
    .format-2 .cost,
    .format-3 .cost { font-size: 2.75em }
    .pricing-tables .format-2 { padding: 20px }
    .format-2 .plan-cost {
        width: 120px;
        height: 120px;
    }
    .pricing-tables .format-2 .btn { padding: 12px 35px }
    .planning-area .format-3 { padding: 15px 25px }
    .format-3 .item-1 .title {
        font-size: 1.15em;
        padding: 19px 15px 18px 15px;
    }
    .format-3 .item-1 li { padding: 4px 5px }
    .format-3 .btn { padding: 10px 20px }
    .format-3 .item-1 .plan-bottom { padding: 70px 0px }
    .shortcode-buttons .btn-lg { padding: 18px 40px }
    .shortcode-buttons .btn-md { padding: 15px 25px }
    .google-map .section-padding { padding-bottom: 0px }
    .google-map-container { height: 400px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 50px }
    .purchase .content-description { font-size: .9em }
    .widget_tabs img {
        max-width: 55px;
    }
    .widget_tabs .entry-title {
        line-height: 18px;
        padding-bottom: 5px;
    }
    .latest-post .media-body {
        font-size: .93em;
    }
    .blog-grid .post-content {
        padding-top: 30px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin-bottom: 0px;
    }
    .error-page-top {
        font-size: 5.5em;
    }
    .error-page-bottom {
        padding-top: 60px;
    }
    .error-page .search-form {
        max-width: 745px;
    }
    .error-page .search-field {
        max-width: 570px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 800px;
        left: -450px;
    }
    .mega-menu span {
        font-size: .8em !important;
    }
    .mega-menu .menu-items a {
        font-size: .875em !important;
        padding: 5px !important;
    }
    .mega-menu li.mega-menu-item {
        width: 32%;
    }
}
@media screen and (min-width: 768px) and (max-width: 860px) { 
    .navbar-nav>li>a { padding: 27px 20px }
    .navbar-nav .dropdown-menu > li > a { font-size: .93em }
    .page-head { padding: 8px 0px }
    .section-padding { padding: 50px 0px }
    .section-description {
        padding-top: 4px;
        padding-bottom: 15px;
    }
    .possibility { height: inherit }
    .features-area .item-title { font-size: 1em }
    .slide-nav {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .possibility { height: 505px; }
    .possibility .section-details .left-text {
        left: 3%;
    }
    .possibility .section-details .right-text {
        right: 4.5%;
    }
    .slide-left { left: 39% }
    .slide-right { right: 39% }
    .achieve .item { margin-top: 30px }
    .recent-about .about-us { padding-top: 45px }
    .panel-title a { padding-right: 0px !important }
    .panel-body { padding: 10px }
    .core-services .section-details { padding-top: 0px }
    .service-items { padding-top: 40px }
    .testimonial-client .col-md-8 { padding-top: 50px }
    .testimonial-slider blockquote { padding: 20px }
    .testimonial-slider blockquote:before {
        font-size: 2.75em;
        left: 10px;
        top: 15px;
    }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .purchase .content-title { font-size: 1em }
    .footer-top .section-padding { padding-bottom: 0px }
    .footer-top .widget { padding-bottom: 45px }
    .footer-top .widget-details { padding-top: 30px }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 35px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .latest-tweet,
    .core-services { height: inherit !important }
    .index-2 .features-area .item-icon {
        width: 50px;
        height: 50px;
    }
    .index-2 .features-area .item-details { padding-left: 65px }
    .index-2 .about-details { padding-top: 0px }
    .index-2 .about-details .item {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .index-2 .possibility {
        height: 470px;
    }
    .purchase-button .btn {
        padding: 18px 35px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .index-2 .recent-about article { padding-bottom: 45px }
    .index-2 .post-thumbnail img {
        width: 100%;
        height: 100%;
    }
    .index-2 .core-services { max-height: 585px }
    .index-2 .service-items .item { padding-bottom: 25px }
    .index-2 .service-items .item-description {
        padding-top: 5px;
        line-height: 20px;
    }
    .pricing-plan .format-1 .item {
        width: 31%;
        margin: 15px 7px;
    }
    .index-2 .plan-details li,
    .index-4 .plan-details li { padding: 20px }
    .index-2 .format-1 .cost,
    .index-4 .format-1 .cost { font-size: 3.43em }
    .tab-content>.active { padding: 10px }
    .latest-project .section-padding { padding-top: 45px }
    .project-slider-2 .item { margin: 0px 5px }
    .index-2 .post-content { padding: 23px 15px }
    .client-logo-list img { max-width: 100% }
    .member-social { height: 100% }
    .core-services .section-padding,
    .about-theme .section-padding { padding-bottom: 0px }
    .we-do .section-padding { padding-bottom: 50px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 60px }
    .index-3 .achieve .section-details,
    .index-4 .achieve .section-details,
    .about-page .achieve .section-details { padding-top: 15px }
    .index-3 .achieve .item,
    .index-4 .achieve .item,
    .about-page .achieve .item { margin-top: 30px }
    .index-3 .our-team .section-padding,
    .index-3 .core-services .section-details { padding-top: 50px }
    .index-3 .slide-left,
    .about-page .slide-left { left: 45% }
    .index-3 .slide-right,
    .about-page .slide-right { right: 45% }
    .index-3 .service-details { padding-top: 0px }
    .index-3 .service-details .item { padding-bottom: 30px }
    .service-details .item-title { font-size: 1em }
    .index-3 .recent-about .section-padding { padding-bottom: 5px }
    .index-3 .blog-posts article { margin-bottom: 45px }
    .index-3 .post-top { float: none !important }
    .index-3 .post-thumbnail img { width: 100% }
    .index-3 .post-content { padding: 6% 5% }
    .index-3 .entry-content { padding-top: 10px }
    .choose-us .section-padding { padding-bottom: 0px }
    .promo-details { padding-left: 0 }
    .promo-title,
    .about-details .title { font-size: 1.5em }
    .promo-video .play-btn i { margin-top: 2px }
    .promo-list { padding-top: 15px }
    .tweet-details {
        padding: 0px;
        padding-top: 15px;
    }
    .possibility-2 .layout-1 {
        max-width: 35%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 12%;
        top: 130px;
        max-width: 18%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        top: 130px;
        max-width: 58%;
    }
    .index-4 .welcome .item { padding-bottom: 30px }
    .index-4 .welcome .item-icon {
        font-size: 3em;
        line-height: inherit;
        padding-right: 5px;
        vertical-align: text-top;
    }
    .index-4 .achieve .section-details { padding-top: 50px }
    .project-slider-3 { padding-top: 45px }
    .index-4 .recent-about .section-padding { padding-bottom: 15px }
    .index-4 .recent-about article {
        display: inline-block;
        padding-bottom: 30px;
    }
    .index-4 .format-1 .item { width: 100% }
    .index-4 .member-details {
        height: 101%;
        width: 101%;
    }
    .index-4 .tweet-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .responsive .section-padding { padding-bottom: 0px }
    .latest-tweet .section-details { padding-top: 0px }
    .tweet-slider { padding: 30px 3% 0px 3% }
    .index-5 .purchase .content-description {
        font-size: 1em;
        line-height: 25px;
        padding: 0px;
    }
    .index-5 .purchase-button .btn { padding: 15px 35px }
    .achieve .section-details { padding: 0 }
    .index-5 .achieve .item {
        margin-top: 0px;
        padding: 20px 0px 0px 0px;
    }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .work { overflow: hidden }
    .work .top-details:before,
    .work .top-details:after { left: 150px }
    .index-5 .latest-project .section-padding { padding-top: 50px }
    .index-5 .post-content { padding-left: 10px }
    .index-5 .blog-posts .entry-date { padding: 5px }
    .index-5 .about-us .section-padding { padding-top: 20px }
    .index-5 .about-us-details .section-sub-title { padding-top: 30px }
    .index-5 .our-ability .description {
        font-size: 1em;
        line-height: 23px;
    }
    .index-5 .ability-details li { display: block }
    .index-5 .ability-details p {
        font-size: .875em;
        line-height: 28px;
        padding-left: 20px;
    }
    .content_slider_wrapper { max-height: 400px !important }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 1.5em }
    .index-5 .client-says:after { right: 5px }
    .index-5 .latest-tweet .section-details { padding-top: 0px }
    .index-5 .tweet-icon { font-size: 4em }
    .index-5 .tweet-slider .item-details { padding: 15px 0px 0px 0px }
    .index-5 .entry-title { font-size: 1em }
    .about-page .panel-title a { padding-right: 20px !important }
    .about-page .panel-title a:before,
    .about-page .panel-title a.collapsed:before { right: 5px }
    .tab-content p { margin-bottom: 0px }
    .feature-services .section-padding { padding-bottom: 0px }
    .services-page .mockup-images { margin-top: 85px }
    .we-do-area .description {
        font-size: 1em;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .possibility-2 { max-height: 460px }
    .services-page .service-details .item { padding-bottom: 25px }
    .services-page .testimonial { padding-top: 0px }
    .services-page blockquote { padding: 20px }
    .services-page blockquote:before {
        top: 15px;
        left: 10px;
    }
    .services-page .mockup-image {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .work-items .item-description { font-size: .875em }
    .border .content-details { padding: 0px 10px }
    .work-items-v2 .item-title { padding-top: 30px }
    .work-items3-v2 .item-title { padding-top: 20px }
    .work-items3 .item-title { font-size: 1em }
    .work-items3 .item:hover .item-title { padding-top: 5% }
    .work-items3 .item-description { padding: 10px 5px 0px 5px }
    .work-items3-v3 .item-bottom { padding: 6% }
    .work-items4 .item-content,
    .work-items5 .item-content,
    .work-items5-v3 .item-content { padding: 3% }
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .work-items5-v3 .item-title { font-size: 1em }
    .list-items .item-content { padding: 15px 15px 15px 0px }
    .list-items .item-title { font-size: 1.25em }
    .list-items .item-description {
        padding-top: 10px;
        line-height: 20px;
    }
    .list-items .item-description strong { padding-bottom: 0px }
    .list-items .item-content .btn { margin-top: 10px }
    .share-button { padding-right: 0px }
    .single-works .entry-title { font-size: 1.75em }
    .single-works .title {
        font-size: 1.25em;
        padding-bottom: 15px;
    }
    .single-works .description strong { padding-bottom: 10px }
    .potrait .about-works { padding-top: 30px }
    .single-works .meta-list li { padding-bottom: 5px }
    .similar-works .item-title a { font-size: .875em }
    .blog-page .main-content article { padding: 40px 0px }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.5em }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 3em;
        padding-right: 15px;
    }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        line-height: 40px;
        padding: 30px 30px 30px 30px;
    }
    .blog-page blockquote:before {
        top: 20px;
        left: 20px;
        font-size: 2em;
    }
    .blog-page .attachmentlink:after { font-size: 1.15em }
    .blog-page .post-content .btn { padding: 8px 15px }
    .widget_tabs .nav-tabs>li>a,
    .widget_tabs .nav-tabs>li>a:hover {
        font-size: .8125em;
        padding: 10px 5px;
    }
    .widget .tab-content>.active { padding: 10px }
    .widget_tags a {
        margin: 0px 4px 10px 0px;
        padding: 5px 10px;
    }
    .left-sidebar { padding-left: 0px !important }
    .right-sidebar { padding-right: 0px !important }
    .blog-sidebar .category-list li a { font-size: .875em }
    .blog-sidebar .tab-content img { max-width: 50px }
    .blog-sidebar .entry-title {
        font-size: .8125em !important;
        line-height: 18px;
        margin-top: -4px;
        padding-bottom: 5px;
    }
    .fc-calendar-container { height: 220px }
    .fc-calendar .fc-head { font-size: 12px }
    .fc-five-rows .fc-row { height: 16% }
    .post-3-column .entry-title { font-size: 1em !important }
    .post-3-column .post-meta li { font-size: .75em }
    .post-3-column blockquote {
        padding: 20px 20px 20px 20px;
        font-size: 1.5em;
        line-height: 35px;
    }
    .post-3-column blockquote:before {
        top: 15px;
        left: 15px;
    }
    .typography-content blockquote { font-size: 1em }
    .list-styles .list p { font-size: .85em }
    .plan-details li { padding: 5px }
    .format-1 .cost { font-size: 2.43em }
    .format-2 .cost,
    .format-3 .cost { font-size: 2.75em }
    .pricing-tables .format-2 { padding: 20px }
    .format-2 .plan-cost {
        width: 120px;
        height: 120px;
    }
    .pricing-tables .format-2 .btn { padding: 12px 35px }
    .planning-area .format-3 { padding: 15px 25px }
    .format-3 .item-1 .title {
        font-size: 1.15em;
        padding: 19px 15px 18px 15px;
    }
    .format-3 .item-1 li { padding: 4px 5px }
    .format-3 .btn { padding: 10px 20px }
    .format-3 .item-1 .plan-bottom { padding: 70px 0px }
    .shortcode-buttons .btn-lg { padding: 18px 40px }
    .shortcode-buttons .btn-md { padding: 15px 25px }
    .google-map .section-padding { padding-bottom: 0px }
    .google-map-container { height: 400px }
    .contact-page-2 .google-map .section-padding { padding-bottom: 50px }
    .purchase .content-description { font-size: .9em }
    .widget_tabs img {
        max-width: 55px;
    }
    .widget_tabs .entry-title {
        line-height: 18px;
        padding-bottom: 5px;
    }
    .latest-post .media-body {
        font-size: .93em;
    }
    .blog-grid .post-content {
        padding-top: 30px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin-bottom: 0px;
    }
    .error-page-top {
        font-size: 4.5em;
    }
    .error-page-bottom {
        padding-top: 40px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
    .sub-menu.dropdown-menu.mega-menu {
        width: 730px;
        left: -415px;
    }
    .mega-menu span {
        font-size: .8em !important;
    }
    .mega-menu .menu-items a {
        font-size: .875em !important;
        padding: 5px !important;
    }
    .mega-menu li.mega-menu-item {
        width: 32%;
    }
}
@media screen and (min-width: 721px) and (max-width: 767px) { 
    .page-head { padding: 33px 0px }
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: 1em;
    }
    .possibility { height: 480px; }
    .possibility .section-details .left-text {
        left: 4%;
    }
    .possibility .section-details .right-text {
        right: 5.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 37% }
    .slide-right { right: 37% }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .tweet-icon {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 7px;
        z-index: 1;
        width: 42px;
        height: 42px;
    }
    .tweet-icon:before { top: -21.066px }
    .tweet-icon:after { bottom: -21.066px }
    .tweet-slider .item-details {
        font-size: 1em;
        line-height: 25px;
    }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 15px 35px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .about-theme .about-details { padding-top: 0px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 28%;
    }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .index-3 .service-details p { margin-bottom: 0px }
    .recent-about .post-top { margin-right: 30px }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 2em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .possibility-2,
    .index-5 .possibility {
        height: 430px;
    }
    .possibility-2 .layout-1 {
        max-width: 31%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 15%;
        top: 130px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        top: 100px;
        max-width: 58%;
    }
    .index-3 .author-image img { max-width: 80px }
    .tweet-details {
        font-size: .93em;
        line-height: 23px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 25px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item { margin: 15px }
    .index-4 .tweet-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 2em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 2em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items.list-items .item { height: 700px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 25px }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .google-map-container { height: 350px }
    .blog-grid .post-content {
        padding-top: 30px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin-bottom: 0px;
    }
    .error-page-top {
        font-size: 4.5em;
    }
    .error-page-bottom {
        padding-top: 40px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
}
@media screen and (min-width: 641px) and (max-width: 720px) { 
    .page-head { padding: 25px 0px }
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: .93em;
    }
    .possibility { height: 460px; }
    .possibility .section-details .left-text {
        left: 4%;
    }
    .possibility .section-details .right-text {
        top: 54%;
        right: 5.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 36% }
    .slide-right { right: 36% }
    .project-slider { padding-top: 45px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .index-2 .latest-tweet .section-details { padding-top: 30px }
    .tweet-icon {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 7px;
        z-index: 1;
        width: 42px;
        height: 42px;
    }
    .tweet-icon:before { top: -21.066px }
    .tweet-icon:after { bottom: -21.066px }
    .tweet-slider .item-details {
        font-size: 1em;
        line-height: 25px;
    }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 15px 35px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .about-theme .about-details { padding-top: 0px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 44%;
    }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .possibility-2,
    .possibility-2 {
        height: 395px;
    }
    .possibility-2 .layout-1 {
        max-width: 31%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 15%;
        top: 120px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: -2%;
        top: 90px;
        max-width: 58%;
    } 
    .index-3 .service-details p { margin-bottom: 0px }
    .recent-about .post-top { margin-right: 30px }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 2em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .index-3 .author-image img { max-width: 80px }
    .tweet-details {
        font-size: .93em;
        line-height: 23px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 25px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item { margin: 15px }
    .index-4 .tweet-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 2em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 2em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .work-items.list-items .item { height: 660px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 25px }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .google-map-container { height: 330px }
    .address-details .street-address { margin-top: -10px }
    .blog-page .entry-title {
        font-size: 2em;
    }
    .blog-grid .post-content {
        padding-top: 30px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 2.5em;
        font-weight: 600;
        padding: 33px 30px 33px 30px;
        line-height: 45px;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 4em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        padding: 12px 40px 11px 40px;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) { 
    .page-head { padding: 8px 0px }
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: .8125em;
        font-weight: normal;
        line-height: 17px;
    }
    .possibility { height: 430px; }
    .possibility .section-details .left-text {
        left: 4%;
        top: 21.5%;
    }
    .possibility .section-details .right-text {
        top: 54%;
        right: 5.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 31% }
    .slide-right { right: 31% }
    .project-slider { padding-top: 45px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .tweet-icon {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 7px;
        z-index: 1;
        width: 42px;
        height: 42px;
    }
    .tweet-icon:before { top: -21.066px }
    .tweet-icon:after { bottom: -21.066px }
    .tweet-slider .item-details {
        font-size: 1em;
        line-height: 25px;
    }
    .purchase .content-title { font-size: .9em }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 12px 30px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .about-theme .about-details { padding-top: 0px }
    .project-slider-2 { padding-top: 30px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 42%;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .latest-tweet .section-details { padding-top: 30px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .possibility-2,
    .possibility-2 {
        height: 350px;
    }
    .possibility-2 .layout-1 {
        max-width: 29%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 17%;
        top: 100px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: 0%;
        top: 75px;
        max-width: 58%;
    }     
    .index-3 .service-details p { margin-bottom: 0px }
    .index-3 .post-top {
        width: 100%;
        margin: 0px;
    }
    .index-3 .post-content {
        margin-left: 0px;
        padding: 21px 15px 20px 15px;
    }
    .index-3 .entry-content { padding-top: 15px }
    .recent-about .post-top {
        margin-right: 0;
        float: none !important;
    }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 1.75em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .index-3 .author-image img { max-width: 80px }
    .tweet-details {
        font-size: .93em;
        line-height: 23px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 15px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item { margin: 15px 0px }
    .index-4 .member-details {
        width: 101%;
        height: 101%;
    }
    .index-4 .client-quote {
        font-size: 1em;
        padding-top: 25px;
    }
    .index-4 .client-quote:before,
    .index-4 .client-quote:after { font-size: 2em }
    .index-4 .tweet-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .purchase .content-description {
        font-size: .93em;
        padding: 0px;
    }
    .index-5 .purchase .purchase-button { padding-top: 0px }
    .index-5 .latest-project .item {
        margin: 10px;
        width: 44%;
    }
    .index-5 .latest-project .item:last-child { display: none }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 2em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 1.75em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .member-social { height: 101% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .itemFilter a {
        margin-right: 4px;
        padding: 5px;
    }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .work-items.list-items .item { height: 585px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .planning-area .format-2 .col-xs-6 { width: 100% }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 20px }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .messages button { margin-top: -35px }
    .google-map-container { height: 300px }
    .address-details .street-address { margin-top: -10px }
    .blog-page .main-content article {
        padding: 40px 0px;
    }
    .left-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .blog-page .post-icon, .blog-post-single .post-icon {
        color: #f15b5d;
        font-size: 1.5em;
        padding-right: 15px;
    }
    .blog-page .entry-title {
        font-size: 1.75em;
    }
    .widget_tabs .entry-title {
        font-size: 1em;
    }
    .blog-grid .post-top {
        padding-bottom: 30px;
    }
    .blog-grid .post-content {
        padding-top: 25px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 2.25em;
        font-weight: 600;
        padding: 30px 30px 30px 30px;
        line-height: 45px;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 3em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .bottom-text {
        font-size: 1.25em;
        padding-bottom: 20px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        font-size: 1em;
        margin-top: 25px;
        padding: 10px 40px;
        position: initial;
    }
}
@media screen and (min-width: 415px) and (max-width: 480px) { 
    .page-head { padding: 0px }
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: .65em;
        font-weight: normal;
        line-height: 17px;
    }
    .possibility { height: 350px; }
    .possibility .section-details .left-text {
        left: 2%;
        top: 21.5%;
    }
    .possibility .section-details .right-text {
        top: 54%;
        right: 3.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 28% }
    .slide-right { right: 28% }
    .project-slider { padding-top: 45px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .col-xs-6 { width: 100% }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .tweet-icon {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 7px;
        z-index: 1;
        width: 42px;
        height: 42px;
    }
    .tweet-icon:before { top: -21.066px }
    .tweet-icon:after { bottom: -21.066px }
    .tweet-slider .item-details {
        font-size: 1em;
        line-height: 25px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .client-logo-list .col-xs-6 { width: 100% }
    .purchase .content-title { font-size: .9em }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 12px 30px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .about-theme .about-details { padding-top: 0px }
    .project-slider-2 { padding-top: 30px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 90%;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .planning-area .col-xs-6 { width: 100% }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .latest-tweet .section-details { padding-top: 30px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .index-3 .service-details p { margin-bottom: 0px }
    .index-3 .post-top {
        width: 100%;
        margin: 0px;
    }
    .possibility-2 {
        height: 350px;
    }
    .possibility-2 .layout-1 {
        max-width: 29%;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;,
    }
    .possibility-2 .layout-3 {
        right: 17%;
        top: 100px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: 0%;
        top: 75px;
        max-width: 58%;
    }       
    .index-3 .post-content {
        margin-left: 0px;
        padding: 21px 15px 20px 15px;
    }
    .index-3 .entry-content { padding-top: 15px }
    .recent-about .post-top {
        margin-right: 0;
        float: none !important;
    }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 1.75em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .index-3 .author-image img { max-width: 80px }
    .tweet-details {
        font-size: .93em;
        line-height: 23px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 15px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item {
        margin: 15px 0px;
        width: 90%;
    }
    .index-4 .member-details {
        width: 101%;
        height: 101%;
    }
    .index-4 .client-quote {
        font-size: 1em;
        padding-top: 25px;
    }
    .index-4 .client-quote:before,
    .index-4 .client-quote:after { font-size: 2em }
    .index-4 .tweet-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .purchase .content-description {
        font-size: .93em;
        padding: 0px;
    }
    .index-5 .purchase .purchase-button { padding-top: 0px }
    .index-5 .latest-project .item {
        margin: 10px;
        width: 44%;
    }
    .index-5 .latest-project .item:last-child { display: none }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .index-5 .post-content { padding-left: 15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 2em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 1.75em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .col-xs-6 { width: 100% }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .team-details .col-xs-6 { width: 100% }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .itemFilter a {
        margin-right: 4px;
        padding: 5px;
    }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .work-items.list-items .item { height: 585px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .single-works .entry-title { font-size: 1.5em }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 2em;
        padding-right: 15px;
    }
    .blog-page .post-meta li, .blog-post-single .post-meta li {
        padding-right: 5px;
    }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        padding: 15px;
        line-height: 40px;
    }
    .blog-sidebar { padding: 30px 0px 30px 0px }
    .commentlist,
    .commentlist .children { padding-left: 0px }
    .comment-image { max-width: 60px }
    .comment-content { padding-left: 15px }
    .commentlist .comment-meta { padding-bottom: 10px }
    .blog-sidebar .entry-title { font-size: .93em }
    .pricing-tables .format-2 { padding: 15px 30px }
    .respond input { max-width: 100% }
    .respond .form-control {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .planning-area .format-2 .item { margin: 15px 0px }
    .planning-area .format-2 .col-xs-6 { width: 100% }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 20px }
    .progress-bars .col-xs-6 { width: 100% }
    .progress-items .chart-content {
        margin-left: -8%;
        margin-top: -10%;
    }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .messages button { margin-top: -35px }
    .address-details .col-xs-6 { width: 100% }
    .google-map-container { height: 280px }
    .address-details .street-address { margin-top: -10px }
    .blog-page .main-content article {
        padding: 40px 0px;
    }
    .left-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .blog-page .post-icon, .blog-post-single .post-icon {
        color: #f15b5d;
        font-size: 1.5em;
        padding-right: 15px;
    }
    .blog-page .entry-title {
        font-size: 1.25em;
    }
    .widget_tabs .entry-title {
        font-size: 1em;
    }
    .blog-page .attachmentlink {
        font-size: 1.15em;
    }
    .blog-grid .post-top {
        padding-bottom: 30px;
    }
    .blog-grid .post-content {
        padding-top: 25px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 2em;
        font-weight: 600;
        padding: 30px 30px 30px 30px;
        line-height: 40px;
    }
    .blog-post-single .entry-title {
        font-size: 1.25em;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 3em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .bottom-text {
        font-size: 1.25em;
        padding-bottom: 20px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        font-size: 1em;
        margin-top: 25px;
        padding: 10px 40px;
        position: initial;
    }
}
@media screen and (min-width: 376px) and (max-width: 414px) { 
    .page-head { display: none }
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .bottom-style { width: 85px }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: .65em;
        font-weight: normal;
        line-height: 17px;
    }
    .possibility { height: 330px; }
    .possibility .section-details .left-text {
        left: 2%;
        top: 21.5%;
    }
    .possibility .section-details .right-text {
        top: 54%;
        right: 3.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 28% }
    .slide-right { right: 28% }
    .project-slider { padding-top: 45px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .col-xs-6 { width: 100% }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .tweet-icon {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 7px;
        z-index: 1;
        width: 42px;
        height: 42px;
    }
    .tweet-icon:before { top: -21.066px }
    .tweet-icon:after { bottom: -21.066px }
    .tweet-slider .item-details {
        font-size: 1em;
        line-height: 25px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .client-logo-list .col-xs-6 { width: 100% }
    .purchase .content-title { font-size: .9em }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 12px 30px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .index-2 .features-area .item-icon {
        width: 50px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .index-2 .features-area .item-details { padding-left: 65px }
    .about-theme .about-details { padding-top: 0px }
    .project-slider-2 { padding-top: 30px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 90%;
    }
    .planning-area .col-xs-6 { width: 100% }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .latest-tweet .section-details { padding-top: 30px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .index-4 .latest-tweet .section-details { padding-top: 0px !important }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .possibility-2 {
        height: 325px;
    }
    .possibility-2 .layout-1 {
        max-width: 29%;
        top: 65px;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;
    }
    .possibility-2 .layout-3 {
        right: 17%;
        top: 80px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: 0%;
        top: 65px;
        max-width: 58%;
    }     
    .index-3 .service-details p { margin-bottom: 0px }
    .index-3 .post-top {
        width: 100%;
        margin: 0px;
    }
    .index-3 .post-content {
        margin-left: 0px;
        padding: 21px 15px 20px 15px;
    }
    .index-3 .entry-content { padding-top: 15px }
    .recent-about .post-top {
        margin-right: 0;
        float: none !important;
    }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 1.75em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .index-3 .author-image img { max-width: 80px }
    .tweet-details {
        font-size: .93em;
        line-height: 23px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 15px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item {
        margin: 15px 0px;
        width: 90%;
    }
    .index-4 .member-details {
        width: 101%;
        height: 101%;
    }
    .index-4 .client-quote {
        font-size: 1em;
        padding-top: 25px;
    }
    .index-4 .client-quote:before,
    .index-4 .client-quote:after { font-size: 2em }
    .index-4 .tweet-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .purchase .content-description {
        font-size: .93em;
        padding: 0px;
    }
    .index-5 .purchase .purchase-button { padding-top: 0px }
    .index-5 .latest-project .item {
        margin: 10px;
        width: 44%;
    }
    .index-5 .latest-project .item:last-child { display: none }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .index-5 .post-content { padding-left: 15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 1em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 1.75em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .col-xs-6 { width: 100% }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .team-details .col-xs-6 { width: 100% }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .itemFilter a {
        margin-right: 4px;
        padding: 5px;
    }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .works-mixed .item img { width: 100% }
    .work-items.list-items .item { height: 585px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .single-works .entry-title { font-size: 1.5em }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .planning-area .format-2 .col-xs-6 { width: 100% }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 20px }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 2em;
        padding-right: 15px;
    }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.15em }
    .blog-sidebar .entry-title { font-size: .93em }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        padding: 15px;
        line-height: 40px;
    }
    .blog-sidebar { padding: 30px 0px 30px 0px }
    .leave-comment { padding-top: 45px }
    .commentlist,
    .commentlist .children { padding-left: 0px }
    .comment-image { max-width: 60px }
    .comment-content { padding-left: 15px }
    .commentlist .comment-meta { padding-bottom: 10px }
    .pricing-tables .format-2 { padding: 15px 30px }
    .respond input { max-width: 100% }
    .respond .form-control {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .progress-bars .col-xs-6 { width: 100% }
    .progress-items .chart-content {
        margin-left: -8%;
        margin-top: -10%;
    }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .messages button { margin-top: -35px }
    .address-details .col-xs-6 { width: 100% }
    .google-map-container { height: 280px }
    .address-details .street-address { margin-top: -10px }
    .blog-page .main-content article {
        padding: 40px 0px;
    }
    .left-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .blog-page .post-icon, .blog-post-single .post-icon {
        color: #f15b5d;
        font-size: 1.5em;
        padding-right: 15px;
    }
    .blog-page .entry-title {
        font-size: 1.25em;
    }
    .widget_tabs .entry-title {
        font-size: 1em;
    }
    .blog-page .attachmentlink {
        font-size: 1.15em;
    }
    .blog-grid .post-top {
        padding-bottom: 30px;
    }
    .blog-grid .post-content {
        padding-top: 25px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 2em;
        font-weight: 600;
        padding: 30px 30px 30px 30px;
        line-height: 40px;
    }
    .blog-post-single .entry-title {
        font-size: 1.25em;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 3em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .bottom-text {
        font-size: 1.25em;
        padding-bottom: 20px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        font-size: 1em;
        margin-top: 25px;
        padding: 10px 40px;
        position: initial;
    }
}
@media screen and (min-width: 321px) and (max-width: 375px) { 
    .page-head { display: none }
    .section-padding { padding: 30px 0px }
    .section-details { padding: 25px 0px }
    .section-description { font-size: .875em; line-height: 17px; padding-bottom: 15px;}
    .bottom-style { width: 85px }
    .layerslider { display: none !important }
    .section-title,
    .section-sub-title { font-size: 1.25em }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility .section-details p {
        font-size: .55em;
        font-weight: normal;
        line-height: 13px;
    }
    .possibility { height: 275px; }
    .possibility .section-details .left-text {
        left: 2%;
        top: 24.5%;
    }
    .possibility .section-details .right-text {
        top: 54%;
        right: 3.5%;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-nav-container {
        position: relative;
        clear: both;
        padding-bottom: 45px;
    }
    .slide-left { left: 23% }
    .slide-right { right: 23% }
    .project-slider { padding-top: 0px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .col-xs-6 { width: 100% }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 30px }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .latest-tweet .section-details { padding-top: 20px;}
    .tweet-icon {
        font-size: 1.75em;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 6px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }
    .tweet-icon:before { top: -18.066px }
    .tweet-icon:after { bottom: -18.066px }
    .tweet-slider .item-details {
        font-size: .93em;
        line-height: 18px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .testimonial-slider blockquote {
        padding-left: 25px;
    }
    .testimonial-slider blockquote:before {
        top: 25px;
        left: 15px;
    } 
    .client-logo-list .col-xs-6 { width: 100% }
    .purchase .content-title { font-size: .9em }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 12px 30px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .index-2 .features-area .item-icon {
        width: 50px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .index-2 .features-area .item-details { padding-left: 65px }
    .about-theme .about-details { padding-top: 0px }
    .project-slider-2 { padding-top: 30px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 90%;
    }
    .planning-area .col-xs-6 { width: 100% }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .latest-tweet .section-details { padding-top: 30px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .index-4 .latest-tweet .section-details { padding-top: 0px !important }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .index-3 .service-details p { margin-bottom: 0px }
    .index-3 .post-top {
        width: 100%;
        margin: 0px;
    }
    .possibility-2 {
        height: 265px;
    }
    .possibility-2 .layout-1 {
        max-width: 29%;
        top: 50px;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;
    }
    .possibility-2 .layout-3 {
        right: 17%;
        top: 65px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: 0%;
        top: 53px;
        max-width: 58%;
    }      
    .index-3 .post-content {
        margin-left: 0px;
        padding: 21px 15px 20px 15px;
    }
    .index-3 .entry-content { padding-top: 15px }
    .index-3 .latest-tweet .section-details { padding-top: 0px }
    .recent-about .post-top {
        margin-right: 0;
        float: none !important;
    }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 1.75em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .latest-tweet .section-details { padding-top: 20px;}
    .tweet-icon {
        font-size: 1.75em;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 6px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }
    .tweet-icon:before { top: -18.066px }
    .tweet-icon:after { bottom: -18.066px }
    .tweet-slider .item-details {
        font-size: .93em;
        line-height: 18px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .testimonial-slider blockquote {
        padding-left: 25px;
    }
    .testimonial-slider blockquote:before {
        top: 25px;
        left: 15px;
    } 
    .index-3 .author-image img { max-width: 80px }
    .latest-tweet .author-image img { max-width: 60px }
    .tweet-details {
        font-size: .9em;
        line-height: 20px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 15px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item {
        margin: 15px 0px;
        width: 90%;
    }
    .index-4 .member-details {
        width: 101%;
        height: 101%;
    }
    .index-4 .client-quote {
        font-size: 1em;
        padding-top: 25px;
    }
    .index-4 .client-quote:before,
    .index-4 .client-quote:after { font-size: 2em }
    .index-4 .tweet-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 1;
    }
    .index-4 .tweet-icon:after { z-index: -1 }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .purchase .content-description {
        font-size: .93em;
        padding: 0px;
    }
    .index-5 .purchase .purchase-button { padding-top: 0px }
    .index-5 .latest-project .item {
        margin: 10px;
        width: 90%;
    }
    .index-5 .latest-project .item:last-child { display: none }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .index-5 .post-content { padding-left: 15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 1em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 1.75em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .col-xs-6 { width: 100% }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .team-details .col-xs-6 { width: 100% }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .itemFilter a {
        margin-right: 4px;
        padding: 5px;
    }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .works-mixed .item img { width: 100% }
    .work-items.list-items .item { height: 585px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .single-works .entry-title { font-size: 1.5em }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .planning-area .format-2 .col-xs-6 { width: 100% }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 20px }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 2em;
        padding-right: 15px;
    }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.15em }
    .blog-sidebar .entry-title { font-size: .93em }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        padding: 15px;
        line-height: 40px;
    }
    .blog-sidebar { padding: 30px 0px 30px 0px }
    .leave-comment { padding-top: 45px }
    .commentlist,
    .commentlist .children { padding-left: 0px }
    .comment-image { max-width: 60px }
    .comment-content { padding-left: 15px }
    .commentlist .comment-meta { padding-bottom: 10px }
    .pricing-tables .format-2 { padding: 15px 30px }
    .respond input { max-width: 100% }
    .respond .form-control {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .typography-content blockquote {
        padding-left: 30px;
        font-size: .93em;
    }
    .format-2 .btn,
    .format-3 .btn { padding: 13px 40px }
    .progress-bars .col-xs-6 { width: 100% }
    .progress-items .chart-content {
        margin-left: -9%;
        margin-top: -12%;
    }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .messages button { margin-top: -35px }
    .address-details .col-xs-6 { width: 100% }
    .google-map-container { height: 250px }
    .address-details .street-address { margin-top: -10px }
    .welcome .item-icon,
    .address-details .item-icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 1.5em;
    }
    .blog-page .main-content article {
        padding: 40px 0px;
    }
    .left-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .blog-page .post-icon, .blog-post-single .post-icon {
        display: none;
    }
    .blog-page .entry-title {
        font-size: 1.15em;
    }
    .blog-page .post-meta li, .blog-post-single .post-meta li {
        padding-right: 5px;
    }
    .widget_tabs .entry-title {
        font-size: .9em;
        line-height: 20px;
    }
    .blog-page .attachmentlink {
        font-size: 1.15em;
    }
    .blog-grid .post-top {
        padding-bottom: 30px;
    }
    .blog-grid .post-content {
        padding-top: 25px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 1.5em;
        font-weight: 600;
        padding: 15px;
        line-height: 30px;
    }
    .blog-post-single .entry-title {
        font-size: 1.25em;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 3em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .bottom-text {
        font-size: 1.25em;
        padding-bottom: 20px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        font-size: 1em;
        margin-top: 25px;
        padding: 10px 40px;
        position: initial;
    }
    .page-navigation {
        padding-top: 30px;
        text-align: left;
    }
    .pagination.pull-right {
        float: none !important;
        padding-top: 15px;
    }
    .pagination>li>a, .pagination>li>span {
        float: none;
        padding: 5px 10px;
    }
    .tab-content>.active {
        padding: 15px;
    }
    .nav-tabs>li>a {
        padding: 10px;
    }
}
@media screen and (max-width: 320px) { 
 
    .section-padding { padding: 35px 0px }
    .section-details { padding: 30px 0px }
    .section-description { font-size: .93em;}
    .bottom-style { width: 85px }
    .layerslider { display: none !important }
    .section-title,
    .section-sub-title { font-size: 1.15em }
    .features .section-details,
    .possibility .section-details { padding-bottom: 0px }
    .features-area .item-title { padding: 10px }
    .possibility {
        display: none !important;
    }
    .service-details .item-title {
        font-size: 1em;
    }
    .latest-project .section-padding { padding: 35px 0px }
    .slide-left { left: 23% }
    .slide-right { right: 23% }
    .project-slider { padding-top: 45px }
    .achieve .section-padding { padding-bottom: 10px }
    .achieve .col-xs-6 { width: 100% }
    .achieve .item {
        margin-bottom: 20px;
        padding: 10px 10px 10px 10px;
    }
    .recent-about .section-padding { padding-bottom: 10px }
    .recent-about article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .recent-about .post-thumbnail img { width: 100% }
    .core-services .section-padding { padding-bottom: 0px }
    .core-services .mockup-images { display: none }
    .core-services .service-items { padding-top: 0px }
    .core-services .item { padding-bottom: 20px }
    .service-items .item-description {
        padding-top: 5px;
        line-height: 20px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 315px;
    }
    .latest-tweet .section-details { padding-top: 20px;}
    .tweet-icon {
        font-size: 1.75em;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    .tweet-icon:before,
    .tweet-icon:after {
        left: 6px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }
    .tweet-icon:before { top: -18.066px }
    .tweet-icon:after { bottom: -18.066px }
    .tweet-slider .item-details {
        font-size: .93em;
        line-height: 18px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .testimonial-slider blockquote {
        padding-left: 25px;
    }
    .testimonial-slider blockquote:before {
        top: 25px;
        left: 15px;
    } 
    .client-logo-list .col-xs-6 { width: 100% }
    .purchase .content-title { font-size: .9em }
    .purchase { text-align: center }
    .purchase-button {
        display: inline-block;
        padding-top: 30px;
        position: initial;
    }
    .purchase-button .btn {
        padding: 12px 30px;
        position: relative;
    }
    .purchase-button .btn:hover {
        padding: 15px 25px 15px 45px;
        position: relative;
    }
    .purchase-btn:before { top: -6px }
    .footer-top .section-padding { padding-bottom: 10px }
    .footer-top .widget { padding-bottom: 30px }
    .footer-top .widget-details { padding-top: 20px }
    .footer-top .contact-list li { display: block }
    .footer-bottom {
        max-height: inherit;
        text-align: center;
        padding: 30px 0px;
    }
    .copy-right,
    .footer-social {
        padding: 10px 0px;
        text-align: center;
    }
    .index-2 .features-area .item-icon {
        width: 50px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
    .index-2 .possibility .layout {
        width: 73%;
    }
    .project-slider-2 {
        padding-top: 30px;
    }
    .purchase-button .btn:hover {
        padding: 18px 25px 18px 45px;
    }
    .index-2 .possibility .layout-1,
    .index-2 .possibility .layout-3 {
        top: 70px;
    }
    .index-2 .features-area .item-details { padding-left: 65px }
    .about-theme .about-details { padding-top: 0px }
    .project-slider-2 { padding-top: 30px }
    .about-theme .item { padding-top: 20px }
    .about-theme .mac { display: none }
    .pricing-plan .section-padding,
    .tab-accordion .section-padding { padding-bottom: 10px }
    .planning-area.format-1 .item {
        margin: 15px;
        width: 90%;
    }
    .planning-area .col-xs-6 { width: 100% }
    .tab-accordion .section-details { padding-bottom: 0px }
    .index-2 .latest-tweet .section-details { padding-top: 0px }
    .index-2 .testimonial-client .mockup-image,
    .index-3 .testimonial-client .mockup-image { padding-bottom: 30px }
    .testimonial-slider blockquote { padding-left: 30px !important }
    .testimonial-slider .item-bottom { text-align: left }
    .author-details { margin-left: 15px }
    .index-4 .latest-tweet .section-details { padding-top: 0px !important }
    .welcome .section-padding { padding-bottom: 10px }
    .welcome .item { padding-bottom: 30px }
    .possibility-2 .section-padding,
    .possibility-2 .section-details { padding-bottom: 0px }
    .index-3 .our-team .section-padding { padding-top: 30px }
    .latest-project .section-details { padding: 0px }
    .index-3 .slide-nav-container { padding-top: 20px }
    .index-3 .slide-nav { position: initial }
    .index-3 .team-slider { padding-top: 10px }
    .index-3 .core-services .section-details { padding: 30px 0px 0px 0px }
    .index-3 .service-details { padding-top: 0px }
    .core-services img { display: none }
    .index-3 .core-services .col-sm-4.text-right { text-align: left }
    .index-3 .service-details .item-icon.pull-right { float: left !important }
    .service-details.right .item-details {
        padding-left: 18px;
        padding-right: 0px;
    }
    .possibility-2 {
        height: 265px;
    }
    .possibility-2 .layout-1 {
        max-width: 29%;
        top: 50px;
    }
    .possibility-2 .layout-2 {
        max-width: 78%;
    }
    .possibility-2 .layout-3 {
        right: 17%;
        top: 65px;
        max-width: 15%;
    }
    .possibility-2 .layout-4 {
        right: 0%;
        top: 53px;
        max-width: 58%;
    } 
    .index-3 .service-details p { margin-bottom: 0px }
    .index-3 .post-top {
        width: 100%;
        margin: 0px;
    }
    .index-3 .post-content {
        margin-left: 0px;
        padding: 21px 15px 20px 15px;
    }
    .index-3 .entry-content { padding-top: 15px }
    .index-3 .latest-tweet .section-details { padding-top: 0px }
    .recent-about .post-top {
        margin-right: 0;
        float: none !important;
    }
    .recent-about .hidden-md { display: none }
    .choose-us .section-padding { padding-bottom: 0px }
    .choose-us .item { padding-bottom: 10px }
    .choose-us .item-description { padding-top: 10px }
    .choose-us .mac { display: none }
    .promo-video .play-video { text-align: center }
    .promo-details { padding-left: 0 }
    .promo-title { font-size: 1.75em }
    .promo-list { padding-top: 15px }
    .promo-list li { display: block }
    .promo-btn {
        margin-top: 15px;
        padding: 10px 35px;
    }
    .latest-tweet {
        height: inherit;
        max-height: 260px;
    }
    .index-3 .author-image img { max-width: 80px }
    .latest-tweet .author-image img { max-width: 60px }
    .tweet-details {
        font-size: .9em;
        line-height: 20px;
        padding: 0px;
    }
    .client-logo-list li {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .index-4 .welcome .item { padding-bottom: 15px }
    .index-4 .welcome .section-details { padding-bottom: 0px }
    .index-4 .achieve .section-details { padding-top: 35px }
    .index-4 .about-project { padding: 30px 0px }
    .index-4 .about-details {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .index-4 .latest-project .slide-nav { position: initial }
    .index-4 .latest-project .slide-nav-container {
        padding-bottom: 30px;
        text-align: left;
    }
    .index-4 .entry-title { padding-bottom: 15px }
    .index-4 .format-1 .item {
        margin: 15px 0px;
        width: 90%;
    }
    .index-4 .member-details {
        width: 101%;
        height: 101%;
    }
    .index-4 .client-quote {
        font-size: 1em;
        padding-top: 25px;
    }
    .index-4 .client-quote:before,
    .index-4 .client-quote:after { font-size: 2em }
    .index-4 .tweet-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 1;
    }
    .index-4 .post-thumbnail {
        margin-right: 0px;
        float: none !important;
        padding-bottom: 20px;
    }
    .index-4 .tweet-icon:after { z-index: -1 }
    .index-4 .latest-tweet .section-details { padding-top: 15px }
    .tweet-slider { padding: 30px 0px 0px 0px }
    .index-5 .purchase .content-title { font-size: 1em }
    .index-5 .purchase .content-description {
        font-size: .93em;
        line-height: 25px;
        padding: 0px;
    }
    .index-5 .purchase .purchase-button { padding-top: 0px }
    .index-5 .latest-project .item {
        margin: 10px;
        width: 90%;
    }
    .index-5 .latest-project .item:last-child { display: none }
    .index-5 .work .section-details { padding-bottom: 0px }
    .work .item-top:before,
    .work .item-top:after,
    .work .top-details:before,
    .work .top-details:after { display: none }
    .index-5 .work .item-detials { padding-top: 25px }
    .index-5 .work .item { padding-bottom: 20px }
    .index-5 .responsive .section-padding,
    .index-5 .responsive .section-details { padding-bottom: 0px }
    .index-5 .project-details { padding-top: 30px }
    .index-5 .achieve .item { padding: 0px }
    .index-5 .achieve .item-icon { font-size: 3em }
    .index-5 .achieve .countdown { font-size: 2.5em }
    .index-5 .achieve .item-details { margin-top: -15px }
    .index-5 .post-content { padding-left: 15px }
    .ability-details li { display: block }
    .our-ability .btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
        padding: 12px 35px !important;
    }
    .index-5 .client-says:before,
    .index-5 .client-says:after { font-size: 1em }
    .index-5 .client-says:after { right: 5px }
    .testimonial-slider-2 { max-height: 360px !important }
    .index-5 .latest-tweet .section-details,
    .index-5 .tweet-slider .item-details { padding: 0px }
    .index-5 .tweet-icon { font-size: 3em }
    .about-details .title { font-size: 1.5em }
    .we-do-area .description { padding-top: 15px }
    .promo-image { padding: 30px 0px 10px 0px }
    .about-page .col-xs-6 { width: 100% }
    .about-page .our-team .slide-nav-container { padding-top: 30px }
    .about-page .our-team .slide-nav { position: initial }
    .about-page .team-slider { padding-top: 0px }
    .team-details .col-xs-6 { width: 100% }
    .member-social { height: 100% }
    .feature-services .section-padding { padding-bottom: 0px }
    .feature-services .item { padding-bottom: 30px }
    .client-testimonial .testimonial { padding-top: 0px }
    .client-testimonial .testimonial .item {
        clear: both;
        text-align: left;
        padding-bottom: 30px;
    }
    .client-testimonial .mockup-image { padding: 0px }
    .itemFilter a {
        margin-right: 4px;
        padding: 5px;
    }
    .work-items-v2 .item-title,
    .work-items4-v2 .item-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .border:hover .item-title { padding-top: 10% !important }
    .border .item-content {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }
    .work-items3-v3 .item:hover .item-title { padding-top: 10% }
    .work-items5 .item-content { height: 98% }
    .works-mixed .item img { width: 100% }
    .work-items.list-items .item { height: 585px !important }
    .work-items.list-items .item img { width: 100% }
    .list-items .item-content { padding: 20px }
    .list-items .item-description { padding-top: 5px }
    .list-items .item-description strong { padding-bottom: 5px }
    .works .btn-container { padding-top: 30px }
    .single-works .entry-title { font-size: 1.5em }
    .landscape .about-works { padding-top: 30px }
    .similar-works { padding-top: 30px }
    .similar-works .item { padding-bottom: 30px }
    .potrait .works-description,
    .potrait .pagination { padding-top: 30px }
    .list-styles .list li { display: block }
    .pricing-tables .format-2 { padding: 15px 30px }
    .planning-area .format-2 .item { margin: 15px 0px }
    .planning-area .format-2 .col-xs-6 { width: 100% }
    .pricing-tables .format-3 { padding: 15px 30px }
    .planning-area .format-3 .item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .format-3 .item-1 .plan-bottom { display: none }
    .format-3 .item-1 .title { padding: 22px 20px }
    .blog-page .post-icon,
    .blog-post-single .post-icon {
        font-size: 2em;
        padding-right: 15px;
    }
    .blog-page .entry-title,
    .blog-post-single .entry-title { font-size: 1.15em }
    .blog-sidebar .entry-title { font-size: .93em }
    .blog-page blockquote {
        font-size: 2em;
        font-weight: 600;
        padding: 15px;
        line-height: 40px;
    }
    .blog-sidebar { padding: 30px 0px 30px 0px }
    .leave-comment { padding-top: 45px }
    .commentlist,
    .commentlist .children { padding-left: 0px }
    .comment-image {
        display: inline-block;
        max-width: 60px;
    }
    .comment-content {
        padding-top: 30px;
        padding-left: 0px;
    }
    .commentlist .comment-meta { padding-bottom: 10px }
    .pricing-tables .format-2 { padding: 15px 30px }
    .respond input { max-width: 100% }
    .respond .form-control {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .typography-content blockquote {
        padding-left: 30px;
        font-size: .93em;
    }
    .format-2 .btn,
    .format-3 .btn { padding: 13px 40px }
    .progress-bars .col-xs-6 { width: 100% }
    .progress-items .chart-content {
        margin-left: -9%;
        margin-top: -12%;
    }
    .shortcode-buttons { padding-bottom: 65px }
    .shortcode-buttons button { margin-bottom: 30px }
    .messages button { margin-top: -35px }
    .address-details .col-xs-6 { width: 100% }
    .google-map-container { height: 250px }
    .address-details .street-address { margin-top: -10px }
    .welcome .item-icon,
    .address-details .item-icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 1.5em;
    }
    .blog-page .main-content article {
        padding: 40px 0px;
    }
    .left-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .blog-page .post-icon, .blog-post-single .post-icon {
        display: none;
    }
    .blog-page .entry-title {
        font-size: 1.15em;
    }
    .blog-page .post-meta li, .blog-post-single .post-meta li {
        padding-right: 2px;
    }
    .widget_tabs .entry-title {
        font-size: .9em;
        line-height: 20px;
    }
    .blog-page .attachmentlink {
        font-size: 1.15em;
    }
    .blog-grid .post-top {
        padding-bottom: 30px;
    }
    .blog-grid .post-content {
        padding-top: 25px;
    }
    .blog-grid .post-content .btn {
        margin-top: 5px;
    }
    .blog-grid article blockquote {
        margin: 0px;
        font-size: 1.5em;
        font-weight: 600;
        padding: 15px;
        line-height: 30px;
    }
    .search-form input, .search-form input:focus {
        padding: 10px 20px;
    }
    .blog-post-single .entry-title {
        font-size: 1.25em;
    }
    .blog-page blockquote:before {
        color: #78bfba;
        top: 20px;
        left: 25px;
        font-size: 2.25em;
    }
    .error-page-top {
        font-size: 3em;
    }
    .error-page-bottom {
        padding-top: 30px;
    }
    .bottom-text {
        font-size: 1.25em;
        padding-bottom: 20px;
    }
    .error-page .search-form {
        max-width: 650px;
    }
    .error-page .search-field {
        max-width: 500px;
    }
    .error-page .search-btn {
        font-size: 1em;
        margin-top: 25px;
        padding: 10px 40px;
        position: initial;
    }
    .page-navigation {
        padding-top: 30px;
        text-align: left;
    }
    .pagination.pull-right {
        float: none !important;
        padding-top: 15px;
    }
    .pagination>li>a, .pagination>li>span {
        float: none;
        padding: 5px 10px;
    }
    .tab-content>.active {
        padding: 15px;
    }
    .nav-tabs>li>a {
        padding: 10px;
    }
}