/* Title */
.tp-button {
  font-family: Amaranth, sans-serif;
}
#sp-section-2 {
  background-color:#fff;
  position: relative;
  z-index: 99;
}
#sp-section-1 {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 99;
}
#sp-top1 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#sp-top2 {
  border-right: 1px solid #ddd;
}
.sp-contact-info li {
  margin: 0 11px!important;
}
ul.social-icons >li {
  margin: 5px 19px!important;
}
#sp-section-1 a {
  color: #463535;
}
#sp-section-1 ul.social-icons >li a {
  color: #463535!important;
}
/*
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >a {
  border: 2px solid transparent;
}
*/
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #333!important;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a,
.sp-contact-info li {
  color: #463535!important;
}
#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;
  background:none!important;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky body.itemid-437 #sp-header {
  background-color: #000!important;
  box-shadow: 2px 1px 2px 1px #13131361;
}
body.itemid-437 #sp-header .sp-megamenu-parent >li >a {
    color: #a9a4a4;
}
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 h3 {
   color: #bcd4e7;
  font-size: 140px;
  margin: 0;
  opacity:0.3;
  font-weight: 700;
  text-transform: uppercase;
}
.lt-title h6,
.lt-title-1 h6 {
  color: #ffffff;
  margin-top: 0px;
  font-size: 20px;
  letter-spacing: 2px;
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}
.lt-title p {
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 500;
}
.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;
}
.qx-btn-default {
    color: #fff!important;
}
/* 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;
}
.lt-title h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.lt-title h5 {
  font-size: 20px;

}
/* Slider */
#lt-slider {
  position: relative;
  margin-top: -90px;
}
#lt-slider h3 {
  color: #fff;
  padding-top: 84px;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
#lt-slider h1 {
  color: #ffffff;
  font-size: 200px;
  font-weight: 900;
  text-transform: uppercase;
}
#lt-slider p {
  color: #e2e2e0;
  font-size: 22px;
}
.lt-slider .tp-caption a:hover {
  background-color:#000!important;
  border:1px solid #000!important;
}
.lt-slider .tp-caption .button {
    padding: 12px 35px;
    font-size: 14px;
    text-transform: uppercase;
}
.lt-slider .tp-caption a.button1 {
    background: none!important;
    border: 2px solid #227b9d;
}
.lt-slider .tp-caption a.button1:hover {
    background: #333!important;
    border: 0px;
}
.lt-slider .button:hover {
  background: #222;
}
.tp-button {
  padding: 10px 20px;
  border-radius: 0px;
  border:1px solid #ffffff;
}
#lt-slider .lt-clsItems .clsItems a {
    font-size: 29px;
    position: relative;
    font-weight: 600;
    text-align: center;
    top: 57px;
    text-transform: uppercase;
}
#lt-slider .lt-clsItems .clsItems a:hover {
   top: 57px;
}
.qx-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 37px;
    font-size: 12px;
    background: #ddd;
    line-height: 24px;
    border: 1px solid #ffffff!important;
    z-index: 1;
    border-radius: 50px;
    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;
}
.qx-btn:hover {
    color: #fff;
}
.qx-btn: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 {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.qx-btn:before,
.qx-btn:hover {
  background: #000;
}

/***** Event****/
.lt-title h4 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.lt-new-item h6 {
  color: #ccc5c5;
  font-size: 16px;
  font-weight: 300;
}
.lt-title h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 189px;
    height: 5px;
    background-color: #bb9f56;
    }
.lt-new-item .qx-media-left  {
    float: left;
    position: relative;
    z-index: 1;
    width: 204px;
    height: 204px;
    text-align: center;
    padding: 20px;
    margin: 0 32px 0 0;
    border-radius: 204px;
    background: rgba(255,255,255,0.1) no-repeat center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lt-new-item .qx-media-left:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 12px;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 180px;
    background-color: rgba(255,255,255,0.1);
}
.lt-new-item .qx-media-left img {
  position: relative;
  z-index: 3;
  width: 164px;
  height: 164px;
  border-radius: 164px;
  background: no-repeat center center;
  background-size: auto 100%;
  transition: background-size .3s ease-in-out;
}
.lt-new-item h3 {
  color: #b5b5b5;
  font-size: 35px;
  font-weight: 700;
}
.lt-new-item .qx-blurb-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: none!important;
    width: 528px;
    height: 3px;
    background-color: #e2e2e0;
    opacity: .2;
  }
.lt-new-item-right h3 {
    color: #bcd4e7;
    font-size: 150px;
    line-height: 112px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    left: -9px;
    margin: 0 0 8px 0;
    opacity: .3;
}
.lt-new-item-right h4 {
  color: #cecec9;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.lt-new-item-right p {
  color: #cecec9;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.lt-clsItems .clsItems {
  cursor: pointer;
   position: relative; 
   padding-top: 30px;
}
.lt-clsItems .clsItem:nth-child(1) {
    left: 15px;
}
.clsItem:nth-child(2) {
    left: 270px;
}
.clsItem:nth-child(3) {
    left: 570px;
}
.lt-clsItems .clsItem {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 248px;
    height: 247px;
    padding: 65px 50px 0 50px;
    background: url(../images/home_order.png) no-repeat center center;
    transition: all .15s ease-in-out;
}
.lt-clsItems .clsItem:nth-child(1):hover {
    left: -46px;
    top: -22px;
}
.lt-clsItems .clsItem:nth-child(2):hover {
    left: 300px;
    top: -22px;
}
.lt-clsItems .clsItem:hover {
    width: 370px;
    height: 371px;
    cursor: pointer;
    padding: 105px 110px 0 110px;
    background: url(../images/home_order_hover.png) no-repeat center center;
}
.lt-clsItems .clsItem h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.lt-clsItems .clsItem .clsPrice .clsPriceTitle {
    display: block;
    color: #cecec9;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}
.lt-clsItems .clsItem .clsPrice .clsPriceSum {
    font-size: 30px;
    color: #ffffff;
    line-height: 31px;
}
.lt-clsItems .clsItem .clsPrice .clsPriceCurrency {
    font-size: 18px;
    color: #ffffff;
    line-height: 31px;
}
.lt-clsItems .clsItem .clsWhiteBtn {
    color: #e2e2e0;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    width: 120px;
    height: 38px;
    padding: 10px 0 0 0;
    border: 2px solid #e6ebef;
    border-radius: 50px;
    background-color: transparent;
    transition: all .15s ease-in-out;
}
/****** Experts ******/
#lt-experts {
  height: 1200px;
}
#lt-experts .lt-title h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
#lt-experts .lt-title h2 {
  color: #bcd4e7;
  font-size: 126px;
  line-height: 101px;
  left: 0;
  opacity: 0.3;
  right: 0;
  margin: auto;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  left: -6px;
  margin: 15px 0 15px 0;
}
/**** About *****/
#lt-about {
   height: 840px;
}
#lt-about h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
#lt-about h2 {    
  color: #bcd4e7;
  font-size: 140px;
  font-weight: 900;
  text-transform: uppercase;
  opacity:0.3;
}
/****** Appp ******/
#lt-app {
  top: -90px;
}
.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;
}
/****Training ******/
.lt-training-title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.lt-training-title h4 {
  font-size: 25px;
  line-height: 50px;
}
.lt-training-title h5 {
  font-size: 14px;
  text-transform: uppercase;
}
/* 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;
}
/***** Service*****/
.lt-service-sub {
  position: relative;
  cursor: pointer;
}
.lt-service-item {
  cursor: pointer;
  margin-left: auto;
  padding: 30px;
  margin-right: auto;
  border: 1px solid #eaeced;
  z-index: 99;
  text-align: left;
}
.lt-service-item i {
  position: absolute;
  top:0px;
  right: 90px;
  z-index: 9999;
  background: #fff;
  padding: 0 20px;
}
.lt-service-item:hover i {
  right: 70px;
}
.lt-service-item h3 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 30px;
}
.lt-service-item p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  font-weight: 300;
}
.lt-service-item img {
  left: 0px;
  right: 0px;
  margin: auto;
}
.lt-service-item img {
    position: relative;
    z-index: 3;
    opacity: 0.6;
    width: 164px;
    border: 10px solid #464646;
    background-color: rgba(27, 25, 25, 0.3);
    border-radius: 164px;
    background-size: auto 100%;
    transition: background-size .3s ease-in-out;
}
.lt-service-item:hover img {
  opacity:0.9;
}
#lt-service .qx-row {
  margin-right:15px!important;
}
/****** Client *****/
.lt-client-sub {
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
}

/****** Portfolio ******/
.lt-portfolio-sub {
  margin-left: 0px!important;
}
.isotope-item {
  padding: 10px;
}
.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: stltic!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;
}

/****** Service ******/
#lt-service {
  position: relative;
}
.lt-service-bottom {
  position: absolute;
  top:250px;
}
.lt-service-item h6 {
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px;
  color: #1f1f1f;
  margin-bottom: 20px;
}

/* Pricing */
.lt-pricing-content {
  display: inherit;
}
#lt-pricing .lt-pricing-content .single-table {
  position: relative;
  width: 33.33%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 27px 0 rgba(41, 41, 41, 0.09);
  border-top: 3px solid #ff6b6b;
  overflow: hidden;
  float: left;
}
#lt-pricing .single-table:nth-child(2) {
  color: #fff;
  margin-top: 0;
  padding: 20px 0 0;
}
#lt-pricing .single-table:nth-child(2) .table-body {
   padding-top: 60px;
}
#lt-pricing .single-table:nth-child(2) .table-footer {
   top: 140px;
}
#lt-pricing .single-table:nth-child(2) .qx-btn {
   background: #000!important;
   color: #fff;
   border-color: rgb(121, 118, 118);
}
#lt-pricing .single-table:nth-child(2) .qx-btn:hover {
  color: #000!important;
  border-color: #fff;
}
#lt-pricing .single-table:nth-child(2) .qx-btn:hover:before,
#lt-pricing .single-table:nth-child(2) .qx-btn:hover:after {
  background: #fff;
}
#lt-pricing .single-table:nth-child(2)  .table-footer:before {
  background: #a7a5a5;
}
.lt-pricing-content .table-heading {
   background: none;
}
.lt-pricing-item .table-heading .title {
  color: #ffffff;
}
.lt-pricing-item .table-heading {
  color: #ffffff;
}
#lt-pricing .table-heading .amount {
  font-size: 47px;
}
#lt-pricing .table-heading .title {
  font-size: 28px;
  padding: 10px;
}
.single-table .table-body {
  background: none;
}
.lt-pricing-item .qx-btn-default {
  background: none!important;
  padding: 10px 35px;
  border-color: #ffffff!important;
  color: #ffffff;
  border-radius: 24px;
}
.lt-pricing-item .qx-btn-default:hover {
  background: #333!important;
  border-color: none;
}
.single-table .table-footer {
    position: absolute;
    width: 100%;
    top: 120px;
    background: none;
}
.single-table .table-footer:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #e8e8e8;
}
.single-table .table-footer a {
    background: #fff;
}

/* Testimonial */
#lt-testimonial h4 {
  margin-bottom: 5px!important;
  margin-top: 20px;
}
#lt-testimonial .button {
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 30px;
  border:1px solid #ffffff;
  border-radius: 50px;
  background-color: none!important;
}
#lt-testimonial .button:hover {
  color: #ffffff!important;
}
/***** Team ******/
 .lt-team-item {
   position: relative;
    cursor: pointer;
    background: #0000009e;
    box-shadow: 1px 1px 0px 1px #151515a6;
    border-radius: 100px;
}
.lt-team-item img {
     width:100%;
    -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 .qx-person-img:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0.3;
  height: 100%;
  background: rgba(225, 225, 225, 0.6);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.lt-team-item .qx-person-description {
  text-align: center!important;
  padding-bottom: 22px;
  margin: 6px;
}
.lt-team-item:hover img{
    transform: rotlte(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 {
    font-size: 16px;
    transition: all .3s linear;
    color: #959191;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
}
.lt-team-item h4 {
    font-size: 16px;
    font-weight: 700;
    color:#515A5F;
    text-transform: uppercase;
    padding: 15px 5px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -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 .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 p {
    color: #ffffff;
    z-index: 3;
    width: 100%;
    padding-bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0px;
    -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: 230px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.lt-team-item .social-links a {
    width: 40px;
    height: 40px;
    display: block;
    background: #333;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 35px;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
}
.lt-team-item .social-links a:before {
    font-size: 12px;
}
/**** Client *****/
.lt-client-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: bold;
    height:25px;
    border-bottom: 2px solid #FDCB2C;
}
.sp-page-title {
    margin-bottom: 50px;
}
.lt-blog div.k2ItemsBlock ul li {
  width: 45%;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(2n) {
  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%;
}
.lt-blog ul li .moduleItemDateCreated {
  position: absolute;
  left: 0;
  top: 71px;
  width: 213px;
  display: block;
  text-align: center;
  background: rgb(241, 90, 35);
  padding: 4px;
  font-size: 12px;
  color: #fff;
}
.lt-blog ul li .moduleItemDateCreated:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -36px;
    width: 0;
    height: 0;
    border-top: 32px solid #f15a23;
    border-right: 36px solid transparent;
}
/* 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;
}
/* Contact */
#lt-contact .qx-icon {
  float: left;
}
.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: #333;
}
.lt-contact-form input {
  border-radius: 0!important;
  height: 45px!important;
}
.lt-contact-form input {
  width: 100%;
  display: inline-block;
  border-radius: 0!important;
  float: left;
}
.lt-contact-form input:nth-child(3n) {
    margin: 0;
}
.lt-contact-form input:nth-child(-n+3) {
  margin-bottom: 12px;
}
.lt-contact-form textarea {
  height: 100px!important;
  border-radius: 0!important;
  width: 100%;
}

.lt-contact-item i {
  border-color: #ddd;
  color: #ddd;
}
.lt-contact-item .qx-media-left {
  padding-top: 20px;
}
.lt-contact-item i {
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  border: 1px solid #cfcfcf;
  line-height: 50px;
  margin-right: 10px;
}
.lt-contact-phone i {
  background: #9ebe3b;  
}
.lt-contact-mail i {
  background: #ffa800;  
}
.lt-contact-map i, 
.lt-contact-phone i,
.lt-contact-mail i {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 22px;
}
.lt-contact-map:hover i {
    border:1px solid #ddd;  
}
.lt-contact-map .qx-blurb-content,
.lt-contact-phone .qx-blurb-content,
.lt-contact-mail .qx-blurb-content {
    padding-top: 30px;
}
.lt-contact #sp-quickcontact-form input,
.lt-contact #sp-quickcontact-form textarea {
    border-radius: 0!important;
    width: 100%;
    margin: 20px 0;
}
.lt-contact #sp-quickcontact-form .sp_qc_clr {
    display: none;
}
.lt-contact #sp-quickcontact-form .button {
    background: none;
    width: 150px;
    height: 50px;
    color: #000;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
    font-weight: 400;
}
.lt-image-sevices img{
  padding-left: 115px;
}
#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: 32%;
    float: left;
    margin-right: 2%;
}
.form-horizontal .control-group:nth-child(3) {
    margin-right: 0;
}
.form-horizontal .control-group:nth-child(n+4) {
    width: 100%;
    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;
}

/** 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;
  }
  #lt-about h2 {
    font-size: 83px!important;
  }
  #lt-slider {
    padding-bottom: 258px!important;
}
  .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
    left: auto;
    right: -58px!important;
}
  .sp-megamenu-parent >li >a, 
  .sp-megamenu-parent >li >span {
    padding: 0 4px!important;
  }
  .lt-new-item-right h3 {
    font-size: 83px!important;
  }
  .lt-service-content {
    padding-left: 0px!important;
  }
  #lt-choose-us .lt-service-img img {
    width: 100%!important;
  }
  #qx-section-101298 {
    padding-bottom: 179PX!important;
}
  .lt-skill img {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 40px;
  }
  .lt-skill {
    margin-top: 0px!important;
  }
  .lt-choose-us-item {
    margin-left: 0px!important;
    padding-top: 0px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
    padding-bottom: 50px;
  }
  .lt-team-item:hover h4 {
    bottom:202px!important;
  }
  .lt-team-item:hover p {
    bottom:180px!important;
  }
  .lt-team-item:hover .social-links {
    bottom: 140px!important;
  }
  .lt-calendar-content p {
    text-align:center!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .lt-calendar-content {
    position: relative;
    width: 100%!important;
 }
  .lt-calendar-hour {
    width:100%!important;
 }
  .lt-calendar-item {
   position: static;!important;
 }
  #lt-team {
   padding-top:40px!important;
 }
  .lt-calendar-item h4 {
    text-align:center!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  .lt-choose-us-item {
    margin-left: 0px!important;
    padding-top: 0px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .lt-skill {
    margin-top: 0px!important;
  }
  .lt-skill img {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 40px;
  }
  .qx-hidden-xs {
    display: block!important;
  }
  .lt-service-content {
    padding-left: 0px!important;
  }
  .lt-service-bottom {
    position: inherit!important;
    top: 0px!important; 
  }
  .lt-service-right img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lt-testimonial {
    padding-top: 0px!important;
  }
  .lt-about-item,
  .lt-contact-item .qx-blurb-content,
  .lt-service-item .qx-blurb-content {
      text-align: left!important;
  }
  .lt-about-item .qx-media-left {
    text-align: center!important;
  }
  .lt-about-item {
    text-align: left!important;
  }
  .lt-team-item:hover h4 {
    bottom:100px!important;
  }
  .lt-team-item:hover p {
    bottom:80px!important;
  }
  .lt-team-item:hover .social-links {
    bottom: 40px!important;
  }
  .lt-team-item .social-links a {
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
  }
  #lt-pricing .single-table {
    width: 32%!important;
    margin-bottom: 30px!important;
 }
  .lt-slider {
    top: 0px!important;
   }
   #sp-right-menu {
      display:none!important;
   }
  .lt-feature-sub {
    top: 31px!important;
  }
  .lt-title p {
    text-align:center!important;
    margin-bottom:0px!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;
 }
 .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-calendar-content {
    position: relative;
    width: 100%!important;
  } 
  .lt-calendar-hour {
    width:100%!important;
 }
  #lt-slider h1 {
    font-size: 81px!important;
}

 .lt-new-item-right h3 {
    font-size: 82px!important;
}
 .lt-new-item-right {
    padding-top:50px!important;
 }
 .lt-clsItems .clsItem {
    position: static!important;
   left:34px!important;
}
  #lt-experts .lt-title h2 {
    font-size: 77px!important;
}
  #lt-experts .qx-element-button {
    text-align:center!important;
  }
  .lt-team-item {
    margin-bottom:30px!important;
  }
  #lt-experts {
    background:#333!important;
    background-image:none!important;
    padding-bottom:90px!important
    height:1500px!important;
  }
  #lt-about h2 {
    font-size: 53px!important;
}
   #lt-start .qx-element-button {
    text-align:center!important;
  }
   #lt-about h2 {
    font-size: 53px!important;
}
  #lt-about .qx-element-button {
    text-align:center!important;
  }
  #lt-start .qx-element-button {
    text-align:center!important;
  }
  #lt-experts .lt-title,
    #lt-about .lt-title,
  #lt-pricing .lt-title {
    text-align:center!important;
  }

}
/* 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-we-do img {
      width: 100%!important;
  }
  #lt-pricing .single-table {
    width: 100%!important;    
    max-width: 100%!important;
    margin: 20px 0;
  }
  .lt-choose-us-item {
    margin-left: 0px!important;
    padding-top: 0px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .lt-skill {
    margin-top: 0px!important;
  }
  .lt-skill img {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 40px;
  }
  .qx-hidden-xs {
    display: block!important;
  }
  .lt-service-content {
    padding-left: 0px!important;
  }
  .lt-service-bottom {
    position: inherit!important;
    top: 0px!important; 
  }
  .lt-service-right img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lt-testimonial {
    padding-top: 0px!important;
  }
  .lt-about-item,
  .lt-contact-item .qx-blurb-content,
  .lt-service-item .qx-blurb-content {
      text-align: left!important;
  }
  .lt-about-item .qx-media-left {
    text-align: center!important;
  }
  .lt-about-item {
    text-align: left!important;
  }
  .lt-team-item:hover h4 {
    bottom:320px!important;
  }
  .lt-team-item:hover p {
    bottom:290px!important;
  }
  .lt-team-item:hover .social-links {
    bottom: 240px!important;
  }
  .lt-slider {
    top: 0px!important;
   }
   #sp-right-menu {
      display:none!important;
   }
  .lt-feature-sub {
    top: 31px!important;
  }
  .lt-title p {
    text-align:left!important;
      margin-bottom:0px!important;
  }
  #lt-custom {
    padding-bottom: 50px!important;
 } 
  .lt-calendar-item {
    position: static;!important;
 }
  .lt-calendar-content p {
    text-align:center!important;
  }
  .lt-calendar-item img {
    left:0px!important;
    right:0px!important;
    margin:auto;
 }
  .lt-calendar-content {
    position: relative;
    width: 100%!important;
}
  .lt-calendar-hour {
    width:100%!important;
 }
  #lt-slider h1 {
    font-size: 81px!important;
}
 
 .lt-new-item-right h3 {
    font-size: 82px!important;
}
 .lt-new-item-right {
    padding-top:50px!important;
 }
 .lt-clsItems .clsItem {
    position: static!important;
   left:34px!important;
}
  #lt-experts .lt-title h2 {
    font-size: 77px!important;
}
  #lt-experts .qx-element-button {
    text-align:center!important;
  }
  .lt-team-item {
    margin-bottom:133px!important;
  }
  #lt-experts {
    background:#333!important;
    background-image:none!important;
    padding-bottom:90px!important;
    height:1500px!important;
  }
  #lt-experts .lt-title,
    #lt-about .lt-title,
  #lt-pricing .lt-title {
    text-align:center!important;
  }
  #lt-about h2 {
    font-size: 53px!important;
} 
  #lt-about .qx-element-button {
    text-align:center!important;
  }
   #lt-start .qx-element-button {
    text-align:center!important;
  }
  .lt-title h3 {
    font-size: 70px!important;
}
  #lt-about {
    padding-top: 100px!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
   .lt-slider {
     top: 0px!important;
   }
   #sp-right-menu {
     display:none!important;
   }
  .lt-feature-sub {
    top: 31px!important;
  }
  .lt-choose-us-item {
    margin-left: 0px!important;
    padding-top: 0px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .lt-skill {
    margin-top: 0px!important;
  }
  .lt-skill img {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 40px;
  }
  .qx-hidden-xs {
    display: block!important;
  }
  .lt-service-content {
    padding-left: 0px!important;
  }
  .lt-service-bottom {
    position: inherit!important;
    top: 0px!important; 
  }
  .lt-service-right img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lt-testimonial {
    padding-top: 0px!important;
  }
  .lt-team-item:hover h4 {
    bottom:227px!important;
  }
  .lt-team-item:hover p {
    bottom:207px!important;
  }
  .lt-team-item:hover .social-links {
    bottom: 150px!important;
  }
  .lt-title p {
    text-align:center!important;
    margin-bottom:0px!important;
  } 
  #lt-custom {
    padding-bottom: 50px!important;
 } 
  .lt-calendar-item {
   position: static;!important;
 }
  #lt-team {
   padding-top:40px!important;
 }
 .lt-calendar-content p {
    text-align:center!important;
  }
  #lt-slider h3 {
    color: #fff;
    padding-top: 17px!important;
    font-size: 49px!important;
  } 
  #lt-slider h1 {
    font-size: 81px!important;
}
  .lt-new-item .qx-media-left {
    float: right!important;
    right: 24px!important;
}
 .lt-new-item-right h3 {
    font-size: 82px!important;
}
 .lt-new-item-right {
    padding-top:250px!important;
 }
.lt-clsItems .clsItem {
    position: static!important;
   left:34px!important;
}
#lt-experts .lt-title h2 {
    font-size: 77px!important;
} 
 #lt-experts .qx-element-button {
    text-align:center!important;
 }
  .lt-team-item {
    margin-bottom:30px!important;
  } 
  #lt-experts {
    background-image:none!important;
  }
  #lt-experts {
    background: #3a3838!important;
    background-image:none!important;
    padding-bottom:90px!important;
    height:1500px!important;
  }
  #lt-about h2 {
    font-size: 53px!important;
}
  #lt-about .qx-element-button {
    text-align:center!important;
  }
  #lt-start .qx-element-button {
    text-align:center!important;
  } 
   #lt-bottom-slider {
    background-repeat: repeat!important; 
}
  #lt-about {
    padding-top: 100px!important;
  }
}
  /* Screen max 375px */
@media (max-width: 375px) {
   .lt-slider {
    top: 0px!important;
   }
   #sp-right-menu {
      display:none!important;
   }
   .lt-feature-sub {
    top: 31px!important;
  }
  #lt-slider h3 {
    color: #fff;
    padding-top: 17px!important;
    font-size: 49px!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;
 }
 .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-slider h1 {
    font-size: 81px!important;
}
  .lt-new-item .qx-media-left {
    float: right!important;
    right: 24px!important;
}
 .lt-new-item-right h3 {
    font-size: 82px!important;
}
 .lt-new-item-right {
    padding-top:50px!important;
 }
 .lt-clsItems .clsItem {
    position: static!important;
   left:34px!important;
}
  #lt-experts .lt-title h2 {
    font-size: 77px!important;
}
  #lt-experts .qx-element-button {
    text-align:center!important;
  }
  .lt-team-item {
    margin-bottom:30px!important;
  }
  #lt-about {
    padding-top: 100px!important;
  }
  
  #lt-experts {
     background: #3a3838!important;
    background-image:none!important;
    padding-bottom:90px!important
    height:1500px!important;
  }
  #lt-about h2 {
    font-size: 53px!important;
}
   #lt-start .qx-element-button {
    text-align:center!important;
  }
  #lt-bottom-slider {
    background-repeat: repeat!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%;
}