/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
    #lt-testimonial .tp-caption.mediumtext, .mediumtext {
        font-size: 30px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #lt-testimonial .mediumtext {
        font-size: 24px!important;
    }
}
@media (max-width: 767px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    #sp-testimonial-wrapper {
        display: none;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
  	.lt-testimonial {
  	     display: none;
  	}
    #sp-header-sticky-wrapper {
         margin-bottom: 90px;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
 
   .sticky-wrapper {
       margin-bottom: 90px;
   }
     #sp-header-sticky-wrapper .sticky-wrapper.is-sticky {
    	margin-bottom: 0;
   }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    background: url(../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 10px 20px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
/***** MENU BAR *****/
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
    background: rgba(0,0,0,.9)
}
.sticky-wrapper.is-sticky #sp-header {
    background: rgba(0,0,0,.9)
}
#offcanvas-toggler > i {
    color: #fff!important;
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
.zoomInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***** SLIDER *****/
#sp-main-body .home-page #sp-slide-wrapper {
    margin-top: -90px;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub i {
    color: #333;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    color: #252525;
    padding-bottom: 20px;
    background: url(../images/border-title-intro.png) no-repeat bottom center;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub h3:hover {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub p {
    font-size: 13px;
}
/***** BANNER *****/
.lt-banner .lt-banner-sub-left,
.lt-banner .lt-banner-sub-right {
    padding: 20px 0;
    cursor: pointer;
}
.lt-banner .lt-banner-sub-left p,
.lt-banner .lt-banner-sub-right p {
    color: #666;
}
.lt-banner .lt-banner-sub-left h3 {
    background: url(../images/border-title.png) no-repeat bottom right;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.lt-banner .lt-banner-sub-right h3 {
    background: url(../images/border-title.png) no-repeat bottom left;
    padding-bottom: 20px;
    text-transform: uppercase;
}
/***** SERVICES *****/
.lt-services .lt-services-sub {
    border: 1px solid #ebebeb;
}
.lt-services .lt-services-sub h2 {
    color: #252525;
    font-size: 20px;
    font-weight: 700;
}
.lt-services .lt-services-sub h1 {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 20px 0;
    background: #fafafa;
    font-size: 30px;
    font-weight: 700;
    color: #6f6f6f;
}
.lt-services .lt-services-sub h1 small {
    font-size: 10px;
    color: #b4b4b4;
}
.lt-services .lt-services-sub p {
    padding: 20px 0;
}
.lt-services .lt-services-sub ul {
    padding-left: 0;
}
.lt-services .lt-services-sub ul li {
    padding: 10px 0;
    color: #6f6f6f;
    list-style: none;
    border-top: 1px solid #ebebeb;
}
.lt-services .lt-services-sub ul li:last-child {
    border-bottom: 1px solid #ebebeb;
}
.lt-services .lt-services-sub .read-more {
    padding: 30px 0;
    margin: 0;
}
.lt-services-sub-special {
    padding: 20px 0;
    margin-top: -20px;
}
.lt-services-sub-special h2,
.lt-services-sub-special h1,
.lt-services-sub-special p,
.lt-services-sub-special ul li,
.lt-services-sub-special .read-more a {
    color: #fff!important;
}
.lt-services-sub-special h1 {
    background: rgba(0,0,0,.35)!important;
    border-top: 1px solid rgba(0,0,0,.35)!important;
    border-bottom: 1px solid rgba(0,0,0,.35)!important;
}
.lt-services-sub-special .read-more a:hover {
    border: 2px solid #fff!important;
}
/***** APPS *****/
.lt-apps ul li,
.lt-apps h3,
.lt-apps p {
    color: #fff!important;
}
.lt-apps .sppb-feature-box-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 50px;
    background: url(../images/border-title.png) no-repeat bottom left;
}
.lt-apps .lt-apps-content ul {
    padding-left: 0;
}
.lt-apps .lt-apps-content ul li {
    padding: 15px 0;
    list-style: none;
    
}
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 20px;
    width: 32%;
}
#lt-k2-blog div.k2ItemsBlock ul li.lastItem {
    margin-right: 0;
}
#lt-k2-blog a.moduleItemImage img {
    width: 100%!important;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
/***** K2 *****/
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}

/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    border-bottom: 3px solid;
}
.project-img img {
    width: 100%!important;
}
/***** PORTFOLIO *****/
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 43px;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #5aaddd;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
.pp-button {
    background: #5aaddd;
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.project-img-extra-content a,
.project-img-extra-content a:hover {
    color: #fff!important;
}
.projects-wrapper .project-img:hover .project-img-extra {
    opacity: .7;
}