/* Title */
 #sp-section-1 {
    background-color:#333!important;
}
body.itemid-437 #sp-section-1 {
    background-color:none!important;
    background:none!important;
}
#sp-section-2 {
    background-color:#fff;
    position: relative;
    z-index: 99;
}
.itemid-545 #sp-section-1 {
    background:#333!important;
}
#sp-section-1 {
    position: relative;
    z-index: 99;
}
#sp-section-1 .container {
    padding-left: 0px;
    padding-right: 0px;
}
.sp-contact-info li {
    margin: 0 11px!important;
}
#sp-section-1 a {
    color: #fff;
}
#sp-section-1 ul.social-icons >li a {
    color: #fff!important;
}
.sp-contact-info li {
    color: #fff!important;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
    color: #fff!important;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
    color: #ffffff!important;
    border-bottom: 1px solid #fff;
}
body.itemid-437 #sp-header {
    background-color: #0f0e18!important;
    border-bottom: 1px solid #242424;
    opacity: .98;
}
#sp-top2 .sp-contact-info ul li i a {
    color: #ffffff!important;
}
#sp-main-body {
    padding: 0!important;
}
#sp-bottom2 a {
    color:#ffffff!important;
}
body.itemid-437 #sp-header {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}
.sticky-wrapper.is-sticky #sp-header
.sticky-wrapper.is-sticky body.itemid-437 #sp-header {
    background-color: #333;
    background: #333;
}
 .sticky-wrapper.is-sticky #sp-header {
    background-color: #0f0e18eb!important;
}
body.itemid-437 #sp-header .sp-megamenu-parent >li >a {
    color: #ffffff;
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
#offcanvas-toggler >i {
    color: #ffffff;
}
#offcanvas-toggler >i:hover {
    color:#fff!important;
}
#projects-wrapper {
    padding-bottom:50px;
}
.lt-title h2 {
    color: #282835;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 700;
}

.lt-title h3,
.lt-title-white h3,
.lt-title-pricing h3 {
    font-size: 34px;
    color: #000;
    font-weight: 900;
    text-transform :uppercase;
}
.lt-title h6 {
    font-size: 14px;
    line-height: 30px;
}
.lt-title h4 {
    font-size: 30px;
    font-weight: 500;
}
.lt-title p {
    color: #a1a1a1!important;
    font-style: italic;
    font-size: 18px;
    line-height: 40px;
}
.lt-title h4:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #2AAFC0;
    position: absolute;
    bottom: 84px;
    left: calc(50% - 30px);
}
.lt-title-pricing h3:after, .lt-title-pricing h3:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-image: -webkit-gradient(linear,right top,left top,from(#3224af),to(#c96dd8));
    background-image: -o-linear-gradient(right,#3224af 0,#c96dd8 100%);
    background-image: linear-gradient(-90deg,#3224af,#c96dd8);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lt-tab .qx-btn {
  border-radius:30px;
  padding 15px 40px!important;
}
.qx-btn-default {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
}
.lt-title h3:before {
    bottom: 0;
    left: 48%;
}
.lt-title h3:after {
    bottom: -5px;
    left: 52%;
}
.lt-title-pricing h3:before {
    bottom: 0;
    left: 49%;
}
.lt-title-pricing h3:after {
    bottom: -5px;
    left: 51%;
}
.lt-title h2 {
    padding-bottom: 20px;
}
.lt-button {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0px!important;
    background-color: #333;
    border-color: 1px solid #333;

}
/* 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;
}
.btn.btn-primary,
#lt-about .qx-btn, 
.btn.btn-default,
#lt-contact .qx-btn {
    font-size: 14px;
    text-transform: uppercase;  
    border-radius: 0;
    font-weight: 700;       
}
.btn.btn-primary i,
#lt-about .qx-btn i,
#lt-contact .qx-btn i {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.btn.btn-primary,
#lt-contact .qx-btn {
    color: #fff;
    padding: 15px 50px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    z-index: 1;
    text-align: center;
}
.btn.btn-primary:focus,
#lt-about .qx-btn:focus,
#lt-contact .qx-btn:focus {
    border: 2px solid #ffd200;
}
.btn-primary:before,
#lt-about .qx-btn:before,
#lt-contact .qx-btn:before {
    position: absolute;
    content:"";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); 
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.btn-primary:hover:before,
#lt-about .qx-btn:hover:before {
    height:450%;
}
#lt-contact .qx-btn:hover:before {
    height:900%;
}
.btn.btn-primary i,
#lt-contact .qx-btn i {
    margin-left: 10px;
}

/* Slider */
.lt-slider {
    position: relative;
    margin-top: -90px;
}
.lt-slider .tp-caption a {
    padding: 12px 35px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px!important;
    text-transform: uppercase;
}
.lt-slider .tp-caption a.lt-button-slider {
    background: #ffffff!important;
}
.lt-slider .tp-caption a.lt-button-slider:hover {
    color: #ffffff!important;
}
.tp-button,
.button {
    padding: 10px 20px;
    border-radius: 0px;
    border:1px solid #ffffff;
}
.lt-slider .tp-caption a.qx-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 37px;
    font-size: 18px;
    background: #ffffff!important;
    color: #fff!important;
    line-height: 24px;
    border: 1px solid #cfcefe;
    z-index: 0;
    border-radius: 5px!important;
    text-transform: uppercase;
    font-weight: 700;
    -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;
}
.lt-slider .tp-caption a.qx-btn:hover,
.qx-btn:hover {
    color: #fff!important;
}
.qx-btn:hover,.button {
    color: #fff!important;
}
.lt-slider .tp-caption a.qx-btn:before,
.qx-btn:before,
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    -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;
}
.qx-btn:hover::before,
.lt-slider .tp-caption a.qx-btn:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
/***** About****/
#lt-about {
    cursor: pointer;
    position: relative;
}
.lt-title-about p {
    line-height: 40px;
    font-size: 16px;
}

.lt-info-right .qx-btn {
    float: right;
}
/*** Last work ****/
.projects-wrapper .project-img .project-img-extra {
    background-image: -webkit-linear-gradient(top , rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.4) 100%)!important;
}
/***** Why *****/
.lt-why-item {
  cursor: pointer;
}
.lt-why-item h3,
.lt-why-item-second h3 {
    font-weight: bold;
    font-size: 20px;
    color: #282835;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lt-why-item i,
.lt-why-item-second i {
    position: relative;
    height: 80px;
    width: 80px;
    border: 1px solid #cfcefe;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    margin: 0 auto 30px;
    background-color: #f3f3fe!important;  
}
.lt-why-item i:after,
.lt-why-item-second i:after  {
    content: '';
    width: 20px;
    height: 1px;
    background: #2AAFC0;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
}
.lt-why-item i,
.lt-why-item-second i {
    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;
}
.lt-why-item i:after,
.lt-why-item-second i:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #000;
    -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;
}
.lt-why-item:hover i,
.lt-why-item-second:hover i {
    background:#000;
    color: #fff!important; 
    line-height: 70px!important;
    border:5px solid #ddd!important;
      -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lt-why-item-second {
    cursor: pointer;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    z-index: 99;
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#lt-why hr {
  margin: 0px!important;
}
.lt-why-sub-last {
    width: 31%;
}
/****** Service *****/
.lt-title h5 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.lt-title h5:after,
.lt-title h5:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #2AAFC0;
    position: absolute;
    bottom: 3px;
}
.lt-title h5:before{
      left: -40px;
}
.lt-title h5:after{
  right: -40px;
}
.lt-service-item {  
    cursor: pointer;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    z-index: 99;
    text-align: left;
}
#lt-service .bg {
   background-color: #0f0e18;
}
.lt-service-item-second {
  cursor: pointer;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    z-index: 99;
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.lt-service-sub-last {
    width: 32%;
}
.lt-service-item h3:before {
    content: '';
    position: absolute;
    top: 114px;
    height: 5px;
    width: 43px;
}
.lt-service-sub {
    border-bottom:1px solid #333;
}
.lt-service-sub-2 {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.lt-service-sub .qx-element-blurb,
.lt-service-sub-bottom .qx-element-blurb {
    margin: 0px!important;
}
.lt-service-item h3,
.lt-service-item-second h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
}
.lt-service-item p,
.lt-service-item-second p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #a1a1a1!important;
}
/**** Accordion ****/
.lt-title-resume h4 {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 300;
}
.lt-accordion-item {
    margin-bottom: 20px;
}
.lt-accordion-item .collapsible-header {
    font-size: 21px;
    text-transform: none;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
}
.lt-accordion-item .collapsible-header {
    background-color:none!important;
    background:none;
    padding: 9px; 
}
.lt-accordion-item .collapsible-body {
    color: #ffffff;
    background:none!important;
}
.lt-title-resume p {
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 7px;
    border-radius: 5px;
    left: 50%;
    background: #c80a48;
    position: absolute;
    width: 120px;
}
.lt-accordion-item .collapsible>li {
    border: 1px solid #dee2e6;
}

/****** Appp ******/

.lt-app-content .lt-app-list li {
  display: inline-block;
  margin: 6px;
}
.lt-app-content ul.lt-app-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lt-app-content .lt-app-list {
  font-size: 21px;
  letter-spacing: .05em;
  color: #525252;
  margin-left: -10px;
  margin-right: -10px;
}
.lt-app-content h2 {
  font-size: 48px;
  letter-spacing: 3px;
  color: #000;
}
.lt-app-right input[type="text"] {
  padding: 20px 50px;
}
#lt-app .swiper-pagination-bullet {
    width: 14px;
    height: 15px;
}
.lt-get-app-item h3 {
  margin-top:12px!important;
}

/**** Dowload ******/
.lt-dowload-content a {
  display: inline-block;
  margin: 10px;
}

/* Why Chose */
.lt-choose-us-item {
  margin-left: -50px;
  padding-top: 40px;
  padding-right: 300px;
  padding-left: 0px;
}
.lt-why-chose-item i {
    width: 60px;
    height: 60px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding-top: 15px;
    margin-top: 13px;
}
.lt-why-chose-item h4 {
    font-size: 16px;
    font-weight: 600;
}

/****** Client *****/
.lt-client-sub {
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
}
.lt-client-item img {
    cursor: pointer;
    opacity: 0.6;
}
.lt-client-item img:hover {
    opacity:1;
} 

/****** Portfolio ******/
.lt-portfolio-sub {
  margin-left: 0px!important;
}
.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 h4 {
  color: #ffffff;
}
.projects-wrapper .project-img .project-img-extra .project-img-extra-content a {
    position: relative;
    color: #fff!important;
}
.projects-wrapper .isotope-item.column-2 {
    width: 50%!important;
    position: static!important;
}
.projects-wrapper .isotope-item.column-3 {
    width: 33.33%!important;
    position: static!important;
}
.projects-wrapper .isotope-item.column-4 {
    width: 25%!important;
    position: static!important;
}
.clearfix.projects-wrapper {
      height: auto!important;
}
#portfolio-module-125 .projects-wrapper .project-img .project-img-extra {
    background-color: rgba(0, 0, 0, 0)!important;
}
/***** choose ******/
.lt-choose-sub {
    width: 45%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    margin-left: 32px;
}
.lt-accordion .collapsible li {
    border: none!important;
}
.lt-accordion .collapsible-header {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
    background: linear-gradient(to right, #2AAFC0, #6976c5);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.lt-accordion .collapsible-body {
    background: #fcfcfc;
    border-top: none!important; 
    margin-bottom: 30px;
    margin-top: 30px;
}
.lt-chooes-right-item img {
    left: 0;
    right: 0;
    margin: auto;
}
#lt-work img {
  height:100%!important;
}
/***** Bar Counter ****/
.lt-bar-counter p {
    font-size: 20px;
    text-transform: none;
    color: #ffffff;
}
.lt-accolade-item h3 {
    font-size: 22px;
    text-transform: none;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
}
.lt-accolade-item {
    position: relative;
    margin-top: 25px;
}
.lt-accolade-item i {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background-color: #ffffff;
    line-height: 64px;
    text-align: center;
    margin-top: 20px;
    left: 0;
    position: absolute;
    top: 0;
}
.lt-accolade-item .qx-media-body {
    border-bottom: 1px dashed #a1a1a1;
    margin-left: 94px;
    padding-bottom: 25px;
}
.lt-accolade-item:last-child .qx-media-body {
    border: 0;
}
.lt-accolade-item .qx-media-left {
    padding-right: 104px;
}
.lt-accolade-item p {
    color: #a1a1a1!important;
    letter-spacing: 2px;
}
.lt-accolade-item:before {
    border-left: 1px dashed #a1a1a1;
    content: '';
    display: block;
    height: calc(100% + 25px);
    left: 30px;
    position: absolute;
    top: 20px;
    width: 1px;
}
.lt-accolade-item:first-child {
    margin-top: 0;
}
.lt-accolade-item:last-child:before {
    display: none;
}
.lt-accolade-item:last-child > .item-content {
    border: 0;
}

/**** Testimonial ****/
.qx-element-testimonial-pro .qx-testimonial {
    color: #ffffff;
}
.lt-testimonial h4 {
    font-weight:bold;
}
.lt-blockquote blockquote {
    color: rgba(255,255,255,1);
    font-size: 25px;
    font-style: italic;
    line-height: 36px;
}
/**** Counter ****/
.lt-counter-item i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    background-color:#ffffff;
}
.lt-counter-item .qx-nc-number {
    color: rgba(255,255,255,1);
    font-size: 40px;
    line-height: 71px;
    font-weight: 600;
}
.lt-counter-item .qx-nc-title {
    color: rgba(255,255,255,1);
    font-size: 24px;
    letter-spacing: 2px;
}
/**** ProceÌing ****/
.lt-process-item i {
    position: relative;
    display: inline-block;
    height: 68px;
    margin-top: 12px;
    color: #fff;
    line-height: 66px !important;
    background: #c80a48;
    border-radius: 5px;
    text-align: center;
    width: 86px;
    z-index: 20;
}
.lt-process-item h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.lt-process-item:after {
    height: 1px;
    position: relative;
    left: 0;
    top: 50%;
    width: 100%;
}
.lt-process-item:before {
    border-top: 1px solid #a1a1a1;
    height: 1px;
    left: 0;
    top: 40%;
    width: 100%;
}

.lt-process-item:before, .lt-process-item:after {
    content: '';
    position: absolute;
    z-index: 10;
}
.lt-process-item:after {
    border-right: 1px dashed #a1a1a1;
    height: 315%;
    right: 0px!important;
    top: -182%;
}
.lt-process-item-sub-1:first-child .lt-process-item:after {
    border-right: none!important;
}
.lt-process-item .dot.dot-start {
    left: 0;
}
.lt-process-item .dot-6.dot-start-6 {
    right:0;
}
.lt-process-item .dot,
.lt-process-item .dot-6 {
    border-radius: 25%;
    content: '';
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
    z-index: 10;
}
.lt-process-item {
    height: 102px;
    margin-top: -18px;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.bg-gray,
.bg-gray-6 {
    background-color: #a1a1a1!important;
}

.lt-process-item:before,
.lt-process-item:after {
    content: '';
    position: absolute;
    z-index: 10;
}
.lt-process-item:before {
    border-top: 1px solid #a1a1a1;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
}
.lt-process-item.mt-0:after {
    top: 50%;
}
.lt-process-item:after {
    border-right: 1px dashed #a1a1a1;
    height: 100%;
    right: 0;
    top: -50%;
    width: 1px;
}
/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}

body.itemid-545 .sp-page-title {
	margin-bottom: 0px;
}
.lt-blog div.k2ItemsBlock ul li {
  width: 32%;
  float: left;
  padding: 12px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
}
.lt-blog div.k2ItemsBlock ul li.clearList {
  display: none!important;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n) {
  margin-right: 0;
}
.lt-blog div.k2ItemsBlock ul li a {
  display: inherit;
  overflow: hidden;
  font-size: 20px;
  padding-bottom: 10px;
}
.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: rotlte(4deg)scale(1.2);
}
.lt-blog ul li .moduleItemDlteCrelted {
  left: 0;
  display: block;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  color: #333;
}
.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%;
}
.pagination>.active>a {
    color:#fff!important;
}
/**** newlltter ***/

.lt-subscribe-content table input {
  padding: 20px 190px!important;
  border-radius: 50px;
  padding: 14px 10px;
  width: 100%;
  margin: auto;
  border: 0;
  background: #fff; 
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); 
}
.lt-subscribe-content table .button {
    padding: 10px 42px!important;
    border-color: #fff;
    cursor: pointer;
    padding: 10px 0;
    width: 155px;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    top: 0px;
    left: -90px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
}
.lt-subscribe-content table tr {
    display: inline;
}
.lt-subscribe-content form {
    position: relative;
}
/* Client */
.lt-client .qx-element-carousel .slick-prev {
  padding-top: 42px;
}
.lt-client .qx-element-carousel .slick-next {
  padding-top: 42px;
}
/* Footer */
#sp-footer1 {
  text-align: left;
}
#sp-footer2 {
  text-align: right;
}
#sp-bottom3 .sp-module ul >li >a {
  color:#fff!important;
}

/* Contact */
/* 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: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
    display: block; 
    color: #fff!important;
}
.lt-contact-item:hover .qx-icon {
    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
}
.lt-contact-item {
    cursor: pointer;
}
.lt-contact-form label {
    color: #000;
}
.lt-contact-form input {
    border-radius: 0!important;
    height: 40px!important;
    width: 100%;
}
.lt-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.lt-contact-form .qx-btn {
    background: #000!important;
    width:98%;
    color: #333;
    padding: 12px 65px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 0;
}
.lt-contact-form .qx-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 0%;
    height: 100%;
    z-index: -1;
    -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-contact-form .qx-btn:hover:before {
    width: 100%;
}
.lt-contact-form .form-horizontal .control-group {
   margin-bottom: 32px;
}
.lt-contact-form button:hover {
    background-color: #333;
    color: #fff;
}
.lt-contact-form button:hover {
    color: #fff!important;
}

#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
    float: left;
    border-radius: 3px;
   border-color:#000!important;
}
.lt-contact-item i {
  border-color: #ddd;
  color: #ddd;
}
#lt-contact-button {
  color: #fff;
  border: 0px!important;
  background: #333!important;
  padding: 15px 40px;
  border-radius: 50px;
}
#lt-contact-button:hover {
  background: #ffffff!important;
  color: #333!important;
}
.lt-contact-form .form-horizontal .control-label {
  /* text-align: left!important; */
}
.form-horizontal .control-group {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.form-horizontal .control-group:nth-child(3) {
    margin-right: 0;
    width: 98%;
}
.form-horizontal .control-group:nth-child(n+4) {
    width: 98%;
    margin-right: 0;
}
.form-horizontal textarea,
.form-horizontal input {
    background: none!important;
    border: 0!important;
    text-align: center;
    color: #bebbbb!important;
    border-bottom: 1px solid!important;
    box-shadow: none!important;
}
.control-label {
    display: none;
}
.form-horizontal .controls {
    margin-left: 0!important;
}
.form-horizontal .controls:first-child {
    text-align: center;
}
/**** Map *****/
.lt-map {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.lt-map-sub {
  height:500px;
}
#lt-contact .google-map-container {
    height: 486px;
}
/****Page *****/
body.com-k2 .sp-page-title,
body.itemid-278 .sp-page-title {
	margin-bottom:70px;
}
div.catItemHeader span.catItemAuthor a:hover,
.catItemTitle a:hover,
.div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover,
.latestnews a:hover {
	color:#333!important;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
  .lt-services-right,
  .lt-about .lt-title {
    padding-left: 60px;
    padding-right: 60px;
  }
  #lt-portfolio .clearfix projects-wrapper module-projects-wrapper container-isotop {
      height: auto!important;
}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .lt-services-right,
  .lt-about .lt-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  #lt-portfolio .clearfix projects-wrapper module-projects-wrapper container-isotop {
      height: auto!important;
}
}
/* 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;
  }
  #lt-work img {
    width:100%!important;
  }
  #lt-portfolio .clearfix projects-wrapper module-projects-wrapper container-isotop {
      height: auto!important;
}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .lt-slider {
    position: relative;
    margin-top: -45px!important;
  }
  .lt-about .lt-title {
    padding-top: 40px;
    padding-bottom: 0!important;
  }
  .sp-megamenu-parent {
    float: left!important;
  }
  .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
    left: -248px!important;
  }
  #lt-about-bottom {
    padding-bottom: 45px!important;
  }
  .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 7px!important;
    font-size: 14px!important;
  }
  .sp-contact-info li {
    margin: 0 9px!important;
  }
  .lt-chooes-right {
    margin-left:0px!important;
  }
  .lt-contact-form .qx-btn {
    padding: 20px 150px!important;
}
  .lt-service-sub-last {
    width: 31%!important;
   }
  .lt-choose-sub {
    width: 94%!important;
  }
  #lt-work img {
    width:100%!important;
  }
  .lt-bar-counter-sub {
    width: 96%!important;
  }
  .lt-services > div {
    width: 100%!important;
  }
  .lt-service-content {
    padding-left: 0px!important;
  }
  #lt-choose-us .lt-service-img img {
    width: 100%!important;
  }
  .lt-skill img {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 40px;
  }
  .lt-skill {
    margin-top: 0px!important;
  }
  #lt-work img {
    width:100%!important;
  }
.lt-contact-sub {
    padding-left:0px!important;
 }
  
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
   .lt-slider {
      margin-top: 0px!important;
   }
   body.itemid-437 #sp-header {
    border-top:none!important;
  }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  .tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
  #lt-work img {
    width:100%!important;
  }
  .lt-slider .tp-caption a.qx-btn {
    font-size: 10px!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
  .lt-bar-counter-sub {
    width: 94%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 140px!important;
  }
  .lt-title h5:after {
    right:140px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 0px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top:0px!important;
    padding-bottom: 70px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  #lt-contact .qx-container {
    width:720px!important;
  }
  #lt-client .google-map-container {
    height: 616px!important;
}
  #lt-pricing .lt-pricing-sub:nth-child(2) .single-table {
    background-size:cover!important;
}
  #lt-pricing .lt-pricing-sub:nth-child(2) .single-table:after {
    width: 97%!important;
}
 #lt-pricing .qx-row {
    margin-right:0px!important;
}
.lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.lt-contact-sub {
    padding-left:0px!important;
}
.tp-caption.medium_light_white, .medium_light_white {
    font-size: 11px!important;
}
.lt-title-resume p {
    left: 0; 
    position: initial!important;
}
}

/* Screen max 767px */
@media (max-width: 767px) {
  .lt-slider {
    margin-top: 0px!important;
   }
  body.itemid-437 #sp-header {
    border-top:none!important;
  }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
  .lt-bar-counter-sub {
    width: 94%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 140px!important;
  }
  .lt-title h5:after {
    right:140px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 0px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top: 0px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  #lt-pricing .lt-pricing-sub:nth-child(2) .single-table {
    background-size:cover!important;
}
  .lt-contact-form .qx-btn {
    padding: 20px 74px!important;
}
.lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 13px!important;
}
.lt-slider .tp-caption a.qx-btn, .qx-btn {
    top: 9px!important;
    padding: 13px 20px!important;
    font-size: 8px!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
 .lt-contact-sub {
    padding-left:0px!important;
  }
  .tp-caption.medium_light_white, .medium_light_white {
    font-size: 11px!important;
}
.lt-title-resume p {
    left: 0; 
    position: initial!important;
}
.tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
}

/* Screen max 480px */
@media (max-width: 480px) {
   .lt-slider {
    margin-top: 0px!important;
   }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  body.itemid-437 #sp-header {
    border-top:none!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  .lt-bar-counter-sub {
    width: 89%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 0px!important;
  }
  .lt-title h5:after {
    right:0px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 66px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top: 0px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
 .lt-blog div.k2ItemsBlock ul li {
    width: 98%!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-form .qx-btn {
    padding: 20px 74px!important;
}
.lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 13px!important;
}
.lt-slider .tp-caption a.qx-btn, .qx-btn {
    top: 9px!important;
    padding: 13px 20px!important;
    font-size: 8px!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-sub {
    padding-left:0px!important;
}
 .lt-title-resume p {
    left: 0; 
    position: initial!important;
}
.tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
}
  /* Screen max 375px */
@media (max-width: 375px) {
   .lt-slider {
    margin-top: 0px!important;
   }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  body.itemid-437 #sp-header {
    border-top:none!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  .lt-bar-counter-sub {
    width: 89%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 0px!important;
  }
  .lt-title h5:after {
    right:0px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 66px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top: 0px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  .lt-blog div.k2ItemsBlock ul li {
    width: 98%!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-form .qx-btn {
    padding: 20px 74px!important;
}
 .lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 13px!important;
}
.lt-slider .tp-caption a.qx-btn, .qx-btn {
    top: 9px!important;
    padding: 13px 20px!important;
    font-size: 8px!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-sub {
    padding-left:0px!important;
 }
 .tp-caption.medium_light_white, .medium_light_white {
    font-size: 11px!important;
}
.lt-title-resume p {
    left: 0; 
    position: initial!important;
}
.tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
     
}

  /* Screen max 360px */
@media (max-width: 360px) {
   .lt-slider {
    margin-top: 0px!important;
   }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  body.itemid-437 #sp-header {
    border-top:none!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  .lt-bar-counter-sub {
    width: 89%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 0px!important;
  }
  .lt-title h5:after {
    right:0px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 66px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top: 0px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  .lt-blog div.k2ItemsBlock ul li {
    width: 98%!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-form .qx-btn {
    padding: 20px 74px!important;
}
 .lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 13px!important;
}
.lt-slider .tp-caption a.qx-btn, .qx-btn {
    top: 9px!important;
    padding: 13px 20px!important;
    font-size: 8px!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-sub {
    padding-left:0px!important;
 }
 .tp-caption.medium_light_white, .medium_light_white {
    font-size: 11px!important;
}
.lt-title-resume p {
    left: 0; 
    position: initial!important;
}
.tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
     
}

  /* Screen max 320px */
@media (max-width: 320px) {
   .lt-slider {
    margin-top: 0px!important;
   }
  .lt-title h3 {
    font-size: 20px!important;
    text-align:center!important;
  }
  body.itemid-437 #sp-header {
    border-top:none!important;
  }
  #sp-header .logo {
    margin-left:0px!important;
  }
  .lt-service-sub-last {
    width: 100%!important;
   }
  .lt-title h5 {
    font-size: 10px!important;  
    display: block!important;
    text-align: center!important;
    padding: 0 45px!important;
  }
  .lt-bar-counter-sub {
    width: 89%!important;
  }
  .lt-about-item {
    text-align:center!important;
  }
  .lt-title h5:before {
    left: 0px!important;
  }
  .lt-title h5:after {
    right:0px!important;
  }
  .lt-choose-sub {
    width: 100%!important;
    margin-left: 0px!important;
  }
  .lt-accordion .collapsible-header {
    font-size: 13px!important;
  }
  .qx-media-left img, .qx-media-right img {
    max-width: 100%!important;
  }
  .lt-subscribe-content table .button {
    left: 66px!important;
 }
.lt-subscribe-content table input {
    padding: 20px 129px!important;
 }
  #sp-section-1 {
    z-index: 99;
    background-color: #000!important;
  }
  #lt-about {
    top: 0px!important;
  }
  body.itemid-437 #sp-header {
    background-color:#000!important;
  }
   #sp-right-menu {
      display:none!important;
   }
  .lt-client-item img {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
  }
  #lt-team {
    padding-top:40px!important;
  }
  #lt-pricing .single-table {
    width:100%!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .projects-wrapper .isotope-item.column-4 {
    width: 99%!important;
    position: static!important;
}
.projects-wrapper .project-img .project-img-extra a.link-dltail {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
  .lt-chooes-right {
    margin-left:0px!important;
  }
 .lt-calendar-item {
    position: static;!important;
 }
 .lt-title p {
     text-align:center!important;
     margin-bottom:0px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  .lt-blog div.k2ItemsBlock ul li {
    width: 98%!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-form .qx-btn {
    padding: 20px 74px!important;
}
 .lt-title h3, .lt-title-white h3, .lt-title-pricing h3 {
    text-align:center!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 13px!important;
}
.lt-slider .tp-caption a.qx-btn, .qx-btn {
    top: 9px!important;
    padding: 13px 20px!important;
    font-size: 8px!important;
}
.lt-why-sub-last {
    width: 100%!important;
}
.lt-contact-sub {
    padding-left:0px!important;
 }
 .tp-caption.medium_light_white, .medium_light_white {
    font-size: 11px!important;
}
.lt-title-resume p {
    left: 0; 
    position: initial!important;
}
.tp-caption.small_text, .small_text {
    font-size: 12px!important;
    line-height: 12px!important;
}
.lt-slider .tp-caption a {
    padding: 12px 13px!important;
    font-size: 12px!important;
    top: 17px!important;
 }
     
}

/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}