/* Title */

.sticky-wrapper.is-sticky #sp-header {
    background: #18c68b;
}
body.itemid-437 #sp-header {
    background: rgba(0,0,0,.6);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
   
}
body.itemid-437 #sp-header .sp-megamenu-parent >li >a {
    color: #ffffff;

}

#sp-main-body {
	padding: 0!important;
}
.lt-title h2 {
    background: url(../images/header-title.png)no-repeat bottom center;
    padding: 30px;
	font-size: 35px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.lt-title-1 h2 {
    padding: 30px;
    font-size: 35px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;

}

.lt-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    lltter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.lt-title p {
	margin: 0;
	color: #555;
	font-size: 14px;
	font-weight: 500;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Slider */
.lt-slider {
    top: -90px;
    position: relative;
}
.lt-slider .tp-caption a {
	padding: 12px 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.lt-slider .button:hover {
	background: #222;
}
.lt-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Intro */
.lt-intro-item {
    cursor: pointer;
    padding-bottom: 20px;
}
.lt-intro-item h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
.lt-intro-item i {
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 50px;
    margin-top: 0px;
    padding: 9px;
    width: 50px;
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    -o-transform: rotate(136deg);
    transform: rotate(136deg);
}
 .lt-intro-item:hover i {
    background-color: #ffffff!important;
}
.lt-intro-item .qx-blurb-content {
    padding-left: 20px;
}
/* About */
.lt-about-item h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.lt-about-item h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
#lt-about-item-button {
    padding: 10px 35px;
    color: #ffffff;
}
#lt-about-item-button:hover {
    background: #333!important;
    border:0px;
    
}

/* Our Progress */
.lt-our-progress .qx-nc-number {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
}
.lt-our-progress i {
    border:1px solid #ffffff;
    height: 80px;
    width: 80px;
    border-radius: 30%;
    padding-top: 20px;
}
/* Portfolio */
.projects-wrapper .project-img .project-img-extra h4 {
    color: #ffffff;
}
/* Services */
.lt-services-item {
	display: inline-block;
	margin: 50px 30px 20px 0;
	cursor: pointer;
}
.lt-services-content h2 {
	margin-bottom: 40px;
}
/* Portfolio */
.lt-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 5px;
}
.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: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.projects-wrapper .project-img .project-img-extra .project-img-extra-content a {
  color:#fff!important;
}
/* Team */
.lt-team-item {
	position: relative;
	margin: 0 5px; 
}
.lt-team-item img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.lt-team-item:hover img{
    transform: rotate(5deg)scale(1.1);
}
.lt-team-item .qx-person-img {
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.lt-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.lt-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.lt-team-item .qx-person-position {
	position: absolute;
    z-index: 9999;
    background: rgba(51, 51, 51, 0.46);
    border: 1px solid #ffffff;
    bottom: 56%;
    padding: 10px;
    font-size: 20px;
    transition: all .3s linear;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.lt-team-item h4 {
	background: #fff;
	padding: 15px 5px;
}
.lt-team-item .social-links {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.lt-team-item:hover .social-links {
	bottom: 80px;
	opacity: 1;
}
.lt-team-item .social-links a {
    width: 27px;
    height: 27px;
    display: block;
    transform: rotate(45deg);
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    border: 1px solid #fff;
    margin: 0 6px;
    display: inline-block;
}
.lt-team-item .social-links a:before {
	font-size: 12px;
}
/* populer */
.lt-populer-item h1 {
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    lltter-spacing: 0.2em;
    padding: 60px 0;
    text-transform: uppercase;
}

/* Pricing */
.lt-table-item {
    transition: all .20s ease 0s;
    border: 2px solid #ddd;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}
.lt-table-item:hover {
    background: #fff;
}
.lt-table-item:hover button {
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.lt-table-item:hover button a {
    color: #fff;
}
.lt-table-item h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
    font-weight: 700;
}
.lt-table-item .table-price {
    padding-top: 33px;
    padding-bottom: 18px;
}
.lt-table-item:hover .table-price {
    background-color: #ffffff!important;
}

.lt-table-item .table-price .curriency {
    vertical-align: super;
    font-size: 24px;
    top: -25px;
    position: relative;
    margin-right: 8px;
    color: #888888;
}
.lt-table-item .table-price .price {
    font-size: 60px;
    font-weight: 700;
}
.lt-table-item .table-price span.price,
.lt-table-item .table-price span.curriency,
.lt-table-item .table-price span.month,
.lt-table-item .table-price .price {
    color: #ffffff;

}
.lt-table-item .table-price .month {
    vertical-align: bottom;
    font-size: 12px;
    position: relative;
    bottom: 10px;
    color: #888888;
}
.lt-table-item ul.table-items li {
    display: block;
    margin-bottom: 8px;
    color: #1F1F1F;
}
.lt-table-item ul.table-items li i {
    margin-right: 8px;
}
.lt-table-item ul.table-items li strong {
    display: none;
}
.lt-table-item:hover h3 {
    color: #fff;
}

.lt-table-item button {
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 30px;
    color: #fff!important;
    margin-top: 20px;
    font-size: 14px;
    transition: all .20s linear;
}
.lt-table-item button:hover {
    background: none;
}
.lt-table-item button a {
    color: #ffffff;
}
.lt-table-item .table-items {
    padding: 0px;
    margin: 0px;
    padding-top: 33px;
}
.lt-table-item:hover button {
    border: 1px solid #ffffff;
}
.lt-table-item:hover .table-items ul li {
    color: #ffffff!important;
}
.lt-table-item:hover ul.table-items li {
     color: #ffffff!important;
     background-color: none!important;
}
/* Testimonial */
.lt-testimonial h4 {
	margin-bottom: 5px!important;
    margin-top: 20px;
}
/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
  	font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
}
.lt-blog div.k2ItemsBlock ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n) {
	margin-right: 0;
}
.lt-blog div.k2ItemsBlock ul li a {
	display: inherit;
	overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li img {
	width: 100%;
	margin-bottom: 15px!important;
	transition: all .40s linear;
	transform: scale(1.1);
}
.lt-blog div.k2ItemsBlock ul li:hover img {
	transform: rotate(4deg)scale(1.2);
}
.lt-blog ul li .moduleItemDateCreated {
	position: absolute;
	left: 0;
	top: 30px;
	width: 110px;
    display: block;
    text-align: center;
    background: rgba(0,0,0, .4);
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.lt-blog .lt-portfolio-button {
	margin-top: 0!important;
}
.lt-blog > div > p {
	clear: left;
}div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
     float: left!important; 
     width: 100%;
}
/* Client */
.qx-element-carousel .slick-prev {
    padding-top: 36px;
}
.qx-element-carousel .slick-next {
    padding-top: 36px;
}
/* Contact */
#lt-contact .qx-icon {
    padding: 20px;
}
.lt-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 

}

.lt-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;

}
.lt-contact-item:hover .qx-icon {

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.lt-contact-item {
    cursor: pointer;
}
.lt-contact-form label {
    color: #fff;
}
.lt-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.lt-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.lt-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}

.lt-contact-form button:hover {
    color: #fff!important;
}
#sp-footer1 {
    text-align: left;
}
#sp-footer2 {
    text-align: right;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.lt-services-right,
	.lt-about .lt-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.lt-services-right,
	.lt-about .lt-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.lt-services-right, .lt-about .lt-title {
	    padding: 30px;
	}
	.lt-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.lt-about .lt-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.lt-services > div {
		width: 100%!important;
	}
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  .lt-slider {
    top:0px;
    position: relative;
}
	
}
/* Screen max 767px */
@media (max-width: 767px) {
	.lt-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
	.lt-action-title,
	.lt-subscribe > div > div {
		text-align: left;
	}
	.lt-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
  .lt-slider {
    top: 0px;
    position: relative;
}
}
/* Screen max 480px */
@media (max-width: 480px) {
  .lt-slider {
    top: 0px;
}
	
}