/**
 * @package     JMZ Easy Builder for Joomla!
 * @author      Jumazi http://www.jumazi.com
 * @copyright   (C) 2014 Jumazi.com. All Rights Reserved.
 * @license     PHP - GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @license     CSS  - JS - IMAGE files are copyrighted material
 */

 /* ------------------------------------------------------------------
----------------------[TABLE OF CONTENTS]----------------------------

1. GENERAL
    + 1.1 PRIVATE STYLESHEET
    + 1.2 BUTTON
    + 1.3 SOCIAL ICON
2. CONTACT
3. PORTFOLIO
4. TESTIMONIAL
5. TEAM
6. SERVICES
7. ABOUT US
8. ACCORDION
9. PARALLAX
10. OUR SKILL
11. PRICING TABLE
12. TAB
13. OWL CAROUSEL
14. VIDEO BACKGROUND
15. TEXT SLIDER
16. COUNTER
17. PIECHART
18. PARTNER
19. PROCESS


---------------------------------------------------------------------
--------------------------------------------------------------------*/


/* 1. GENERAL
*******************************/

/* 1.1 PRIVATE STYLESHEET */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
      display: block;
}

iframe {
    border: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

ul,
ol {
    padding:0;
    margin:0;
}

ul li,
ol li {
    list-style-type:none;
}

p {
    margin:0 0 15px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}


a:hover,
a:focus,
a:active {
    text-decoration:none;
    color: #549dc5;
}

a:focus,
a:active {
    outline:none !important;
}


a
{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
    text-decoration: none;
}


.jmz-white-subtitle-icon{
    background: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jmz-white-subtitle-icon i{
    padding-right: 10px;
}

.jmz-small-line {
    height: 3px;
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #549dc5;
}

.colored {
    color: #549dc5;
}

.jmz-section-title {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.lead {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #aaaaaa;
}

.jmz-parallax-section{
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 350px;
    width: 100%;
    overflow: hidden;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.jmz-parallax-section.mobile {
    background-attachment: scroll !important;
}


/* 1.2 BUTTON */
.btn,
.btn-submit {
    color: #FFFFFF !important;
    margin-bottom: 15px;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 14px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    min-width: 140px;
    background: #3abff0;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn:hover,
.btn:focus,
.btn:active{
    color: #FFFFFF !important;
    background-color: #555555;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.btn-border {
    background: none;
    color: #555555 !important;
    border: 1px solid #555555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.btn.btn-border:hover {
    color: #FFFFFF !important;
    background: #555555;
    border: 1px solid #555555;
}

.btn.btn-large{
    padding: 15px 20px;
    font-size: 20px;
}

.btn.btn-border-light {
    color: #FFFFFF !important;
    background: none;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.btn.btn-border-light:hover {
    color: #555555 !important;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

ul li, ol li {
  list-style-type: none;
}


/* 1.2 SOCIAL ICON */
#jmz-social-wrap {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: -20px;
}

.jmz-social-item {
    width: 40px;
    height: 60px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.jmz-social-item .social-icon {
    width: 0px;
    height: 32px;
    padding: 13px 9px 5px 4px;
    font-size: 25px;
    text-align: center;
}

.jmz-social-item span {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    display: block;
    color: #CCCCCC;
    background: transparent;
    border-radius: 50%;
}


.jmz-social-item a {
    text-decoration: none;
}

.jmz-social-item i.fa-facebook:hover
{
    color: #3B5998;
}

.jmz-social-item i.fa-twitter:hover
{
    color: #44CCF6;
}

.jmz-social-item i.fa-youtube:hover
{
    color: #CE332D;
}

.jmz-social-item i.fa-linkedin:hover
{
    color: #0275B6;
}

.jmz-social-item i.fa-google-plus:hover
{
    color: #D13F2D;
}

.jmz-social-item i.fa-dribbble:hover
{
    color: #EA4C89;
}

.jmz-social-item i.fa-pinterest-square:hover
{
    color: #CB2027;
}

.jmz-social-item i.fa-stack-overflow:hover
{
    color: #FEA501;
}

.jmz-social-item i.fa-tumblr:hover
{
    color: #274152;
}

.jmz-social-item i.fa-instagram:hover
{
    color: #517FA3;
}

.jmz-social-item i.fa-vimeo-square:hover
{
    color: #86C9EF;
}

.jmz-social-item i.fa-rss:hover
{
    color: #faaa5e;
}

.jmz-social-item i.fa-flickr:hover
{
    color: #ff3ba4;
}

.jmz-social-item i.fa-behance:hover
{
    color: #42a9fb;
}

.jmz-social-item i.fa-skype:hover
{
    color: #5ecbf3;
}

.jmz-social-item i.fa-delicious:hover
{
    color: #6194dc;
}

.jmz-social-item i.fa-digg:hover
{
    color: #507faa;
}

.jmz-social-item i.fa-dropbox:hover
{
    color: #6ba3c5;
}

.jmz-social-item i.fa-github:hover
{
    color: #6c93bb;
}

.jmz-social-item i.fa-stumbleupon:hover
{
    color: #f07356;
}

.jmz-social-item i.fa-lastfm:hover
{
    color: #cd443d;
}

.jmz-social-item i.fa-spotify:hover
{
    color: #9acf48;
}

.jmz-social-item i.fa-paypal:hover
{
    color: #5b85a8;
}

.jmz-social-item i.fa-soundcloud:hover
{
    color: #ff8b45;
}

.jmz-social-item:hover{
    cursor: pointer;
}


/* 2. CONTACT
*******************************/
#contact .form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact .jmz-info-detail{
    padding-left: 10px;
}

#contact .form-container input,
#contact .form-container textarea{
    border: 1px solid #CCCCCC;
    margin: 0 .8% 15px 0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius: 0;
}

#contact .form-container input:focus,
#contact .form-container textarea:focus{
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}

#contact .form-container input{
    width: 48.9%;
    height: 40px;
}

#contact .form-container textarea{
    width: 99.2%;
    height: 280px;
    resize: none;
}

#contact button.btn-submit{
    float: right;
    margin-right: 5px;
}

#contact .form-container input:focus,
#contact .form-container textarea:focus{
    border: 1px solid #549dc5;
}

#contact .jmz-info-detail i{
    color: #549dc5;
}


/* 3. PORTFOLIO
*******************************/
.jmz-portfolio .items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}

.jmz-portfolio .items:before,
.jmz-portfolio .items:after {
    display: table;
    content: "";
    line-height: 0;
}

.jmz-portfolio .items:after {
    clear: both;
}

.jmz-portfolio .items li {
    float: left;
    position: relative;
}

.jmz-portfolio .items {
    margin-left: -8px;
    margin-bottom: -8px;
}

.jmz-portfolio .items li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.jmz-portfolio .items li img {
    display: block;
    width: 100%;
}

.isotope-item {
    z-index: 2;
    display: block !important;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.filter {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
    text-align: center;
}

.filter li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.filter li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 400;
    color: #555555;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.jmz-portfolio .items  figure {
    overflow: hidden;
}

.jmz-portfolio .items figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
}

.no-touch .jmz-portfolio .items figure:hover img,
.jmz-portfolio .items figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-filter: none;
    -moz-filter:none;
    -ms-filter:none;
    -o-filter:none;
    filter:none;
    opacity: 0.6;
}

.jmz-portfolio .items figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    position: absolute;
    padding: 20px;
    color: #FFFFFF;
    text-align: left;
}

.no-touch .jmz-portfolio .items figure:hover figcaption,
.jmz-portfolio .items  figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.jmz-portfolio .items  figcaption a {
    position: absolute;
    bottom: 24px;
    right: 10px;
    color: #FFFFFF;
}

.jmz-portfolio .items figcaption.jmz-figcaption-fix-height {
    height: 80px;
}

.jmz-portfolio .items figcaption a.jmz-figcaption-fix-title {
    position: relative;
    bottom: auto;
    right: auto;
}


.jmz-portfolio .items figcaption h3 {
    color: #FFFFFF;
    line-height: 26px;
}

a.jmz-more-info-effect {
    overflow: hidden;
    padding: 0 5px;
}

a.jmz-more-info-effect span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

a.jmz-more-info-effect span:hover,
a.jmz-more-info-effect i:hover{
    color: #FFFFFF;
}


a.jmz-more-info-effect span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

a.jmz-more-info-effect:hover span,
a.jmz-more-info-effect:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


.filter li a:hover,
.filter li a.active {
    background: #549dc5;
    color: #ffffff;
}

.filter li a {
   border: 2px solid #549dc5;
}

.jmz-portfolio .items figcaption {
    background: #549dc5;
}


/* 4. TESTIMONIAL
*******************************/
#testimonials .owl-theme .owl-stage-outer {
    border: none;
}

.jmz-testimonials .jmz-testimonial-item blockquote {
    position: relative;
    padding: 10px 60px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    border-left:none;
}

.jmz-testimonials .jmz-testimonial-item blockquote:before,
.jmz-testimonials .jmz-testimonial-item blockquote:after {
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 120px;
    line-height: 1;
}

.jmz-testimonials .jmz-testimonial-item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}

.jmz-testimonials .jmz-testimonial-item blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}

.jmz-testimonials .owl-controls {
    margin-top: 0px
}

.jmz-testimonial-item .jmz-testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.jmz-testimonial-item .jmz-testimonial-author ul{
    padding: 0 0 0 10px;
}

.jmz-testimonial-item .jmz-testimonial-author img,
.jmz-testimonial-item .jmz-testimonial-author .jmz-author-info {
    display: inline-block;
    vertical-align: middle;
}

.jmz-testimonial-item .jmz-testimonial-author .jmz-author-info {
    text-align: left;
    line-height: 1.4;
}

.jmz-testimonial-item .jmz-testimonial-author .jmz-author-info li:first-child {
    font-size: 14px;
}

.jmz-testimonial-item .jmz-testimonial-author .jmz-author-info li:last-child {
    font-size: 12px;
    color: #D2D2D2;
}

blockquote {
    font-size: 24px;
    line-height: 34px;
    padding: 27px 32px 22px 32px;
    font-weight: 400;
    border: none;
    font-style:italic;
}

/* 5. TEAM
*******************************/
.jmz-member {
    float: left;
    width: 100%;
    text-align: center;
}

.jmz-member-image {
    margin: 0 auto;
    background: #555555;
    overflow: hidden;
    position: relative;
}

.jmz-member-image img {
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.jmz-member .jmz-member-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.jmz-member-overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.jmz-member-overlay a.jmz-member-expand i{
    font-size: 20px;
}

a.jmz-close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: #FFFFFF;
    text-align: center;
    background-color: #555555;
    cursor: pointer;
}

a.jmz-close-overlay.hidden {
    display: none;
}

a.jmz-member-expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
}

.jmz-member .jmz-member-overlay a.jmz-member-expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.jmz-member .jmz-member-image.jmz-hover .jmz-member-overlay {
    opacity: 1;
}

.jmz-member .jmz-member-image.jmz-hover .jmz-member-overlay a.jmz-member-expand {
    width: 60px;
    height: 60px;
}

.jmz-member-name {
    padding: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: #549dc5;
}

.jmz-member-description,
.jmz-member-name{
    text-align: left;
}

.jmz-member-name h4 {
    color: #FFFFFF;
    margin: 0;
}

.jmz-member-name p {
    margin: 0;
}


/* 6. SERVICES
*******************************/

#services .jmz-service-box {
    margin-bottom: 40px;
}

#services .jmz-service-box i {
    text-shadow: none;
    width: 85px;
    height: 85px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    z-index: 1;
}

#services .jmz-service-box .jmz-services-item {
    padding: 0px;
}

#services .jmz-service-box i:before {
    speak: none;
    font-size: 56px;
    line-height: 82px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#services .jmz-service-box i {
    box-shadow: 0 0 0 2px #549dc5;
}

#services .jmz-service-box .jmz-services-icon:hover {
    background: #549dc5;;
}


#services .jmz-service-box i {
    color: #549dc5;
}


#services .jmz-service-box .jmz-services-icon:after {
    display: none;
}

#services .jmz-service-box .jmz-services-icon:hover {
    color: #FFFFFF;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

#services .jmz-service-box .text {
    padding-left: 105px;
}

#services .jmz-service-box .jmz-services-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

/* 7. ABOUT US
*******************************/

.jmz-box-fx .jmz-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #D2D2D2;
}

.jmz-box-fx .jmz-front {
    padding: 30px 0 30px 0;
}


.jmz-feature-box .jmz-inner .jmz-front i {
    position: inherit;
    float: none;
    display: inline-block;
    border: none;
    font-size: 60px;
    background: none;
    padding: 0px;
}

.jmz-feature-box .jmz-inner .jmz-back a.btn i {
    color: #FFFFFF;
}

.jmz-feature-box .jmz-inner .jmz-back a.btn:hover i {
    color: #555555;
}


.jmz-box-fx .jmz-back {
    padding: 30px;
    color: #FFFFFF;
}

.jmz-feature-box .btn {
    margin-top: 10px;
}

.jmz-box-fx .jmz-back {
    background-color: #549dc5;
}

.jmz-feature-box i {
    color: #549dc5;
}


/* 8. ACCORDION
*******************************/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

.panel-heading .panel-title {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #D2D2D2;
    text-transform: uppercase;
}

.panel-title > a {
    display: block;
    padding: 10px 12px 10px;
    position: relative;
}

.panel-title a.collapsed {
    color: #555555;
}

.panel-title a.collapsed .jmz-control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.panel-title a i {
    font-size: 1.2em;
}

.panel-title a .jmz-control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.jmz-img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 1px;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-body .jmz-img-thumbnail-container:hover .jmz-img-thumbnail {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0.7;
}

.jmz-image-text {
    margin-right: 10px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

.panel-default > .panel-heading + .panel-collapse {
    border: 1px solid #D2D2D2;
    border-top: none;
}


/* 9. PARALLAX
*******************************/
#connect-with-us .jmz-item-top {
    padding-right: 0px;
    position: relative;
}

#connect-with-us .jmz-parallax-content .jmz-element-line .jmz-item-top h3{
    color: #549dc5;
}


#connect-with-us .social-link .jmz-icon-effect .jmz-icon {
    background: rgba(255,255,255,0.15);
}

#connect-with-us .jmz-icon-effect .jmz-icon {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2;
    transition: background 0.2s, color 0.2s;
}

#connect-with-us .jmz-icon {
    display: inline-block;
    cursor: pointer;
    margin: 15px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #549dc5;
    -webkit-box-shadow: 0 0 0 4px #549dc5;
    -moz-box-shadow: 0 0 0 4px #549dc5;
    box-shadow: 0 0 0 4px #549dc5;
}

#connect-with-us .jmz-icon:before {
    speak: none;
    line-height: 105px !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#connect-with-us .jmz-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#connect-with-us .jmz-icon.jmz-effect {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

#connect-with-us .jmz-icon.jmz-effect:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 4px #549dc5;
    -moz-box-shadow: 0 0 0 4px #549dc5;
    box-shadow: 0 0 0 4px #549dc5;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

#connect-with-us .jmz-icon.jmz-effect:hover {
    background: rgba(255, 255, 255, 1);
    color: #FFFFFF;
}

#connect-with-us .jmz-icon.jmz-effect:hover i {
    color: #FFFFFF;
}

#connect-with-us .jmz-icon.jmz-effect:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#connect-with-us .social-link span {
    color: #999999;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

#connect-with-us .jmz-icon-effect .jmz-icon:hover {
    background: #549dc5 !important;
}

/*  10. OUR SKILL
*******************************/
.jmz-skill-container{
    padding: 0;
}

.jmz-skill-item {
    margin: 0 0 30px 0;
}

.jmz-skill-item .jmz-progress-bar {
    width: 100%;
    height: 20px;
    background: #E8E8E8;
}

.jmz-skill-item .jmz-progress-bar .value {
    position: relative;
    width: 0%;
    height: 20px;
    background: #549dc5;
}

.jmz-skill-item .jmz-progress-bar .value .count {
    text-align: center;
    background: #555555;
    margin: 0 -20px 0 0;
    display: block;
    position: absolute;
    top: -34px;
    right: 0;
    width: 40px;
    height: 25px;
    color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.jmz-skill-item .jmz-progress-bar .value .count:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: #555555 6px solid;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
}

.jmz-skill-item .jmz-progress-bar .value .count:after {
    content: "%";
    display: inline;
}

/* 11. PRICING TABLE
*******************************/
.jmz-pricing-item.jmz-pricing-recommend .jmz-recommend-wrapper{
    position: absolute;
    top: 0;
    left: 15px;
    overflow: hidden;
    width: 115px;
    height: 115px;
}

.jmz-pricing-item.jmz-pricing-recommend span.jmz-recommend-notice{
    left: -72px;
    top: 10px;
    padding: 10px;
    width: 200px;
    text-align: center;
    font-size: 70%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o: rotate(-45deg);
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    background: #555555;
    color: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-price .jmz-detail-price,
.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-price .jmz-detail-period,
.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-title,
.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-detail ul li
{
    color: #FFFFFF;
}

.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-price {
    background: rgba(60, 60, 60, 0.2);
}

.jmz-pricing-item.jmz-pricing-recommend  > .jmz-pricing-item-detail a.btn-border{
    color: #FFFFFF !important;
    background: none;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
}

.jmz-pricing-item.jmz-pricing-recommend > .jmz-pricing-item-detail a.btn-border:hover{
    color: #555555 !important;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}


.jmz-pricing-item .jmz-pricing-item-price .jmz-detail-currency {
    font-size: 48px;
    line-height: 48px;
    position: relative;
    top: -50px;
}

.jmz-pricing-item {
    border: 1px solid #D2D2D2;
}

.jmz-pricing-item{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #FBFBFB;
}

.jmz-pricing-item .jmz-pricing-item-title {
    font-size: 25px;
    padding: 20px 0 18px;
    text-transform: uppercase;
}

.jmz-pricing-item .jmz-pricing-item-price {
    background: rgba(160, 160, 160, 0.1);
    padding: 15px;
}

.jmz-pricing-item .jmz-pricing-item-price .jmz-detail-price {
    font-size: 100px;
    line-height: 100px;
    position: relative;
}

.jmz-pricing-item .jmz-pricing-item-price .jmz-detail-period {
    text-transform: uppercase;
    padding-top: 10px;
}

.jmz-pricing-item .jmz-pricing-item-detail {
    padding: 10px 15% 20px;
}

.jmz-pricing-item .jmz-pricing-item-detail ul {
    margin-bottom: 30px;
}

.jmz-pricing-item .jmz-pricing-item-detail ul li {
    border-bottom: 1px dashed #D2D2D2;
    padding: 15px 0;
}


.jmz-pricing-item.jmz-pricing-recommend{
    background: #549dc5;
}

.jmz-pricing-item .jmz-pricing-item-price .jmz-detail-price {
    color: #549dc5;
}

.jmz-pricing-item .jmz-pricing-item-price .jmz-detail-period {
    color: #549dc5;
}


/* 12. TAB
*******************************/
.tab-content {
    border: 1px solid #D2D2D2;
    border-top: none;
    padding: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #D2D2D2;
}

.nav-tabs > li > a {
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    color: #555555;
    padding: 10px 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    cursor: pointer;
    background-color: #FFFFFF;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: 1px solid #D2D2D2;
    background-color: #FFFFFF;
}

ul.jmz-icons-list li {
    margin-bottom: 4px;
}

ul.jmz-icons-list li i {
    margin-right: 4px;
}

.tab-content .tab-pane a:hover .jmz-img-thumbnail{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0.7;
}


/* 13. OWL CAROUSEL
*******************************/

.owl-theme .owl-stage-outer {
    border: 1px solid #EEEEEE;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D2D2D2;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item:hover {
    cursor: hand;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: #549dc5;
    padding: 3px 8px;
    margin: 3px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #549dc5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    display: inline-block;
    line-height: 1.1;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: #549dc5;
    color: #FFFFFF;
    border: 1px solid #549dc5;
    text-decoration: none;
}

#history-content-slider.owl-carousel .owl-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#history-content-slider.owl-carousel .owl-item:hover img {
    -webkit-filter: none;
    -moz-filter:none;
    -ms-filter:none;
    -o-filter:none;
    filter:none;
    cursor: pointer;
    opacity: 0.7;
}

.owl-theme .owl-stage-outer {
    border: 1px solid #EEEEEE;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D2D2D2;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item:hover {
    cursor: hand;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: #FFFFFF;
    padding: 3px 8px;
    margin: 3px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    display: inline-block;
    line-height: 1.1;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: #FFFFFF;
    color: #555555;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #549dc5;
}


/* 14. VIDEO BACKGROUND
*************************************/

.jmz-video-content {
    z-index: 3;
    position: relative;
    opacity: 0.9;
}

.jmz-section-overlay {
    background-color: #181818;
}

.jmz-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.7;
}

#video-background .jmz-video-content p.lead,
#video-background .jmz-video-content .jmz-section-title,
#video-background .jmz-video-content .jmz-white-subtitle-icon
{
    color: #FFFFFF;
}


.jmz-section-video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
}


/* 15. TEXT SLIDER
*******************************/
.jmz-intro-text-slider{
    color: #FFFFFF;
	background-image: url(../images/bg-pattern-details.png), url(../images/jmz-easy-page-builder.jpg);
	background-position: center top, left top;
	background-repeat: repeat, repeat;
	background-size: 5px 5px, cover;
	height: 800px;
}

.jmz-text-slider-container{
    padding-top: 200px;
    position: relative;
}

.jmz-text-slider-lead{
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jmz-text-slider-list {
    line-height: 60px;
    color: #FFFFFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}


.jmz-text-slider-item {
    display: inline-block;
    border: solid 1px rgba(255,255,255,0.4);
    border-left: none;
    border-right: none;
}


.jmz-text-slider-item i {
    font-size: 60px;
    margin: 5px 0px 5px 0px;
}

.jmz-intro-text-slider .owl-theme .owl-stage-outer {
    border: none;
}

.jmz-button-margin-top{
    margin-top: 30px;
}


/* 16. COUNTER
*******************************/
.jmz-number-counters {
    overflow: hidden;
}

.jmz-number-counters strong {
    color: #549dc5;
    display: block;
    font-size: 60px;
    font-weight: 600;
    padding: 5px;
    line-height: 60px;
}



/* 17. PIECHART
*******************************/

.jmz-percent {
    display: block;
    font-size: 40px;
    line-height: 200px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 100%;
}

.jmz-piechart-percent .lead{
    padding-top: 20px;
}

/* 18. PARTNER
*******************************/

.jmz-partner-item {
    padding-left: 0px;
    position: relative;
}

.jmz-partner-content a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.jmz-zoom img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
}

.jmz-zoom:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}


/* 19.PROCESS
*******************************/
#our-process .jmz-root {
    float: left;
    width: 100%;
    background: url(../images/our-process-bg.png) no-repeat center 20px;
    text-align: center;
}


#our-process .jmz-root .jmz-item-process {
    width: 16.5%;
    position: relative;
    margin-right: 4%;
    float: left;
}


#our-process .jmz-root .jmz-item-process .jmz-process-icon i {
    color: #FFFFFF;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-size: 56px;
    line-height: 110px;
    display: inline-block;

}

#our-process .jmz-root .jmz-item-process .jmz-process-icon:hover i{
    -webkit-animation-name: shakeit;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: shakeit;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #555555;
}

@-webkit-keyframes shakeit {
    0% { -webkit-transform: rotate(0deg) translate(2px, 1px); }
    10% { -webkit-transform: rotate(2deg) translate(1px, 2px); }
    20% { -webkit-transform: rotate(-2deg) translate(3px, 0px) ; }
    30% { -webkit-transform: rotate(0deg) translate(0px, -2px); }
    40% { -webkit-transform: rotate(-2deg) translate(-1px, 1px); }
    50% { -webkit-transform: rotate(2deg) translate(1px, -2px); }
    60% { -webkit-transform: rotate(0deg) translate(3px, -1px); }
    70% { -webkit-transform: rotate(2deg) translate(-2px, -1px); }
    80% { -webkit-transform: rotate(-2deg) translate(1px, 1px); }
    90% { -webkit-transform: rotate(0deg) translate(-2px, -2px); }
    100% { -webkit-transform: rotate(2deg) translate(-1px, 2px); }
}

@keyframes shakeit {
    0% { transform: rotate(0deg) translate(2px, 1px); }
    10% { transform: rotate(2deg) translate(1px, 2px); }
    20% { transform: rotate(-2deg) translate(3px, 0px) ; }
    30% { transform: rotate(0deg) translate(0px, -2px); }
    40% { transform: rotate(-2deg) translate(-1px, 1px); }
    50% { transform: rotate(2deg) translate(1px, -2px); }
    60% { transform: rotate(0deg) translate(3px, -1px); }
    70% { transform: rotate(2deg) translate(-2px, -1px); }
    80% { transform: rotate(-2deg) translate(1px, 1px); }
    90% { transform: rotate(0deg) translate(-2px, -2px); }
    100% { transform: rotate(2deg) translate(-1px, 2px); }
}


#our-process .jmz-root .jmz-item-process .jmz-process-icon:hover{
    cursor: pointer;
}


#our-process .jmz-root .jmz-item-process h5 {
    margin-top: 15px;
    margin-bottom: 0px;
}

#our-process .jmz-root .jmz-item-process.first {
    margin-left: 10px;
    clear: right;
}

#our-process .jmz-root .jmz-item-process.last {
    margin-right: 0 !important;
    clear: right;
}

#our-process .jmz-root .jmz-item-process i{
    background-color: #549dc5;
}





@media (max-width: 1040px) {
    .jmz-text-slider-list {
        line-height: 50px;
        font-size: 50px;
    }

   .jmz-text-slider-item i {
        font-size: 60px;
    }

    .jmz-text-slider-lead {
        font-size: 16px;
    }

    #services .jmz-service-box {
        margin-bottom: 60px;
    }

    .jmz-hidden-last-social{
        visibility: hidden;
    }

    .jmz-member {
        padding-bottom: 30px;
    }

    .jmz-hidden-block{
        display: none;
    }

    #our-process .jmz-root {
        background: none;
    }


    #contact .form-container input {
        width: 100%;
    }

	#about .row .jmz-feature-box{
        padding-bottom: 30px;
    }
}

@media (max-width: 800px) {
     /* Pricing */
    .jmz-pricing-item{
        margin-bottom: 40px;
    }
    /* Portfolio */
    .filter {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .filter li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    /* Team */
    .jmz-hidden-last-social{
        visibility: visible;
    }

   .jmz-hidden-block{
        display: none;
    }

    #our-process .jmz-root {
        background: none;
    }

    #our-process .jmz-root .jmz-item-process {
        width: 15.5%;
    }
}


@media (max-width: 640px) {

    #our-process .jmz-root {
        background: none;
    }

    #our-process .jmz-root .jmz-item-process {
        width: 100%;
        margin: 0 auto;
    }

    #our-process .jmz-root .jmz-item-process.first {
        margin: 0 auto;
    }

}



@media (max-width: 480px) {

    .jmz-text-slider-list {
        line-height: 40px;
        font-size: 40px;
    }

    .jmz-text-slider-item i {
        font-size: 40px;
    }

    .filter {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .filter li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .jmz-portfolio .items figure figcaption span,
    .jmz-portfolio .items figure figcaption a
    {
        font-size: 13px;
    }

    .jmz-portfolio .items figure figcaption a {
        bottom: 30px;
    }

}


@media (max-width: 360px) {

    .jmz-text-slider-list {
        line-height: 30px;
        font-size: 30px;
    }

    .jmz-text-slider-item i {
        font-size: 30px;
    }

    #team .row .col-xs-6{
        width: 100%;
    }

    .jmz-hidden-last-social{
        visibility: hidden;
    }

    #counter .row .col-xs-6{
        width: 100%;
    }

    #piechart  .row .col-xs-6{
       width: 100%;
    }
}
































