/* general css */
body {
  background: #fff!important;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#sp-header {
    height: 73px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}
#sp-section-1 {
    background: #fff!important;
    color: #666569;
    padding: 8px;
    border-bottom: 1px solid #f7f7f7;
}
#sp-section-1 a,
.sp-contact-info {
    color: #9aa6ca!important;
    transition: .2s linear;
    margin-bottom: 0;
}
#sp-top2 .sp-column {
  float:right;
}
#sp-top-info-left p {
    font-size: 14px;
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}

/* Sub pages */
body:not(.home) .header-area {
    background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#sp-section-2 {
    height: 73px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}
.is-sticky.header-area {
    position: fixed!important;
}


/*** Logo ***/
.header-area .logo {
    padding: 14px 0;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
   font-weight: 700;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
      border-color: currentColor;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
.sp-megamenu-parent > li.active > a {
  color: #5e58aa!important;
}
/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
      border-top: 1px solid #E8EEF3;    
}

/**** Button ****/
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
 }

 /**** General ***/
 .lt-title h3 {
    font-size: 36px;
    font-weight: 900;
    color: #5e58aa;
}
.lt-title-white h3 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}
.lt-title p {
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}

/*** Slider ***/
.lt-slider-color span {
       color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/**** Tab ****/
#lt-tab .sppb-tab ul li.active::after {
    content: '';
    width: 0;
    height: 0;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    position: absolute;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #ffffff transparent;
}
#lt-tab .sppb-nav-tabs {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-top: 75px;
    margin-left: 44px;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
}
#lt-tab .col-sm-6 {
    max-width: 50%;
    float: left;
    display: inline-block;
}
#lt-tab .sppb-nav-tabs-content {
    background:none!important;
}
.lt-tab h3 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #5e58aa;
    font-weight: 600;
}
.lt-tab h5 {
    font-size: 28px;
    color: #5f5aac;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 300;
}
.lt-tab p {
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}
.lt-tab .buttons {
    padding-top: 51px;
    padding-bottom: 82px;
}
.lt-tab .buttons p {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 4px;
}
.lt-tab .buttons .btn-green  {
    color: #ffffff!important;
    background: #14d468;
    padding: 10px 40px;
    box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
    float: left;
    margin-right: 30px;
    border-radius: 5px;
}
#lt-tab .sppb-nav-tabs {
    border-bottom: 0px solid #e5e5e5;
    position: absolute!important;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
    bottom: 0px;
    border-radius:3px!important;
}
.sppb-nav-tabs-content {
    border: 0px solid #fff!important;
}
.sppb-nav-tabs>li>a {
    color: #a086c0;
    background: #fff;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 18px 27px;
}
.sppb-nav-tabs>li>a {
    border: 0px solid #fdfdfd00!important;
}
.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
    color: #a086c0;
    color: inherit;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}

/**** Search ****/
.lt-search-content .form-control {
     border-radius: 30px 0 0 30px!important;
     font-size: 13px;
}
.lt-search-content-left h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
}
.lt-search-content-left p {
    color: #ffffff;
}
#lt-search .btn-primary, 
#lt-search .sppb-btn-primary {
    background-color: #14d468;
    border-radius: 50px;
    padding: 10px 50px;
    margin-left: -40px;
    border: 2px solid #14d468;
}

/***** Pricìng ***/
.lt-pricing-table {
    background: #F7F9FF;
}
.lt-pricing-table ul {
    padding: 0;
}
.lt-pricing-table ul li strong {
    display: none;
}
.lt-pricing-table.white-bg .table {
    background: #F7F9FF;
}
.lt-pricing-table.white-bg .table .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 10px rgba(54, 46, 97, 0.02);
}
.lt-pricing-table .table {
    transition: .1s linear;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 0 rgba(53, 45, 97, 0.059);
    border: 1px solid #f5f1ff;
    padding: 20px;
    width: auto;
    text-align: center;
    margin: 0 5px;
}
.lt-pricing-table .custom-pricing .table-list li {
    padding-left: 25px;
}
.lt-pricing-table .custom-pricing .table {
    margin: 0 20px;
}
.lt-pricing-table .table-responsive {
    overflow: hidden;
    padding: 10px;
}
.lt-pricing-table .table-content p {
    font-size: 16px;
}
.lt-pricing-table .less-opacity {
    opacity: 0.9;
}
.lt-pricing-table .table-list {
    margin: 35px 0;
    margin-left: 10px;
}
.lt-pricing-table .table-list em {
    color: #14d468;
    width: 10px;
    margin-right: 8px;
    font-size: 13px;
    margin-top: 4px;
}
.lt-pricing-table .table-list li {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    display: flex;
}
.lt-pricing-table .price {
    background: #FFFFFF;
    color: #a495b8;
    box-shadow: 0 -5px 30px rgba(54, 46, 97, 0.08);
    max-width: 270px;
    width: 200px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    padding: 9px 10px 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto -18px;
}
.lt-pricing-table .price-2 {
    background: #14d468;
    color: #ffffff;
}
.lt-pricing-table .price.green-bg {
    background: #14d468;
    color: #ffffff;
}
.lt-pricing-table .buttons .btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 40px;
    border: 1px solid #f5f1ff;
    box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
}
.lt-pricing-table .btn-gray {
    background: #f5f8ff;
    color: #a086c0;
}
.lt-pricing-table .btn:hover {
    color: #fff;
    background: #1b4cc9;
}
.lt-pricing-table h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
    color: #6d69aa;
}

/***** Transfer ****/
.lt-transfer-sub-right {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 45px;

}
.lt-transfer-item .sppb-icon-container  {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
    width: 60px;
    background-color: #2f5bce!important;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    border-radius: 5px;
    margin: 3px 15px 0;
}
#lt-transfer {
    background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}
#lt-transfer p {
  color:#fff;
}

/**** Tab-2 ****/
#lt-tab-2 .col-sm-6 {
    max-width: 50%;
    float: left;
    display: inline-block;
}
.lt-tab-2 h3 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #5e58aa;
    font-weight: 600;
}
.lt-tab-2 h5 {
    font-size: 40px;
    color: #5f5aac;
    margin-top: 0;
    font-weight: 300;
}
.lt-tab-2 p {
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
    line-height: 54px;
}
.lt-tab-2 h4 {
    font-size: 14px;
    color: #9aa6ca;
    border-bottom: 1px solid #ddd;
    transition: .2s linear;
    line-height: 28px;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.lt-tab-2 .buttons {
    padding-top: 30px;
}
.lt-tab-2 .buttons p {
    float: left;
}
.lt-tab-2 .buttons .btn-green  {
    color: #ffffff!important;
    background: #14d468;
    box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
    float: left;
    margin-right: 30px;
}
#lt-tab-2 .sppb-nav-tabs {
    position: relative!important;
    border-bottom: 0px solid #e5e5e5;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
    bottom: 18px;
}
.sppb-nav-tabs-content {
    border: 0px solid #fff!important;
}
#lt-tab-2 .sppb-nav-tabs>li>a {
    background: #fff;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 18px 60px;
}
.sppb-nav-tabs>li>a {
    border: 0px solid #fdfdfd00!important;
}
#lt-tab-2 strong {
    display: none!important;
}
#lt-tab-2 ul li {
    list-style: none;
  
}
#lt-tab-2 ul {
    padding: 0;
}
#lt-tab-2 ul li em {
    width: 40px;
    height: 40px;
    background: #14d468;
    border-radius: 100%;
    border: 3px solid #efefef;
    color: #ffffff;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
}
/**** Hosting *****/
.lt-hosting-content {
    padding: 25px 20px;
    background: #ffffff;
    border: 1px dashed rgba(75, 55, 189, 0.1);
    margin: 0 8px;
    box-shadow: 0 5px 30px rgba(73, 61, 94, 0.07);
    border-radius: 15px;
    transition: .2s linear;
}
.lt-hosting-content .box-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.lt-hosting-content .box-title em {
    color:#14d468!important;
    padding-right: 5px;
}
.lt-hosting-content h4 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.lt-hosting-content strong {
    display: none;
}
.lt-hosting-content ul li {
    list-style: none;
}
.lt-hosting-content ul  {
    padding: 0px;
    padding-bottom: 14px;
}
.lt-hosting-content ul li {
    padding-left: 0px;
    margin: 0px;
}
.lt-hosting-content ul li p {
    font-size: 14px;
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}
.lt-hosting-content ul li em {
    font-size: 10px;
    padding-right: 5px;
}
.lt-hosting .btn-green {
    font-size: 13px;
    background: #14d468;
    color: #ffffff;
}
#lt-hosting .btn {
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
#lt-hosting .btn-outline {
  color: #a9b3d2!important;
}
#lt-hosting .btn:hover {
    color: #ffffff!important;
}
/*** Service *****/
.lt-service-content {
    padding: 25px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: #ffffff;
    background: rgba(49, 28, 73, 0.4);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    margin-right: 25px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    transition: .1s linear;
}
.lt-service-content i {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    color: #3dd656;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
    color: #14d468;
    border: 1px dashed rgba(147, 190, 122, 0.3);
    width: 55px;
    height: 50px;
    border-radius: 5px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    margin: 5px 15px 0 0;
}
/*** Cloud Hossting ***/
#lt-cloud {
   padding-top: 90px;
}
.lt-clound-content {
    width: 100%;
}
.clound-left {
    float: left!important;
    display: inline-block;
}
.lt-clound-sub {
    box-shadow: 0 0 80px rgba(35, 29, 68, 0.085)!important;
    padding: 21px 20px 0px 30px;
    border-radius: 10px;
    margin-right: 20px;
}
.lt-clound-sub h2 {
    font-size: 36px;
    font-weight: 900;
}
.lt-clound-sub p {
    color: #9aa6ca;
    display: inherit;
}
.lt-clound-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    text-align: left;
}
.lt-clound-content ul {
    padding: 0;
}
.lt-clound-content ul li {
    list-style: none;
    display: inline-block;
}
.lt-clound-content ul li strong {
    display: none!important;
}
.lt-clound-content ul li p {
   color: #9aa6ca;
    font-size: 12px;
    transition: .2s linear;
    margin-bottom: 8px;
}
.lt-clound-content ul li em {
    font-size: 13px;
    color: #14d468;
    padding-right: 8px;
    padding-top: 5px;
}
.lt-clound-content-right .sppb-addon-single-image-container img {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(24, 21, 39, 0.15);
}
.lt-clound-service-item i {
    background: #14d468;
    font-size: 27px;
    margin: 5px 20px 0 0;
    color: #fff;
    border: 1px solid rgba(206, 146, 77, 0.1);
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.lt-clound-service-item h3 {
    font-weight: 600;
    font-size: 19px;
}
.lt-clound-service-item .sppb-addon-text {
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}

/**** Offer ****/
.lt-offer-sub {
    text-align: center;
    padding: 0 40px 50px;
    border-radius: 15px;
    box-shadow: 0 5px 40px rgba(18, 9, 39, 0.15);
    margin: 0 15px;
}
.lt-offer-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.lt-offer-item i {
    font-size: 65px;
    margin: 50px 0 30px;
    color: #fff;
}
.lt-offer-sub a.sppb-btn {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 10px 26px;
    border-radius: 30px;
}

/**** Website ****/
.lt-website-content .sppb-icon .sppb-icon-container {
    display: block;
    float: left;
}
.lt-website-content .sppb-addon-text {
    color: #9aa6ca;
    font-size: 14px;
    padding-left: 26px;
}

/**** Using ****/
.lt-using-content ul {
    padding: 0;
}
.lt-using-content ul li {
    list-style: none;
    display: inline-block;
}
.lt-using-content ul li p, .lt-using-content ul li em {
    float: left;
    color: #ffffff;
    font-size: 15px;
}
.lt-using-content ul li em {
    padding-right: 10px;
    line-height: 23px;
}
.lt-using-content ul li strong {
    display: none;
}
#lt-using {
    background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}
#lt-using p {
    color:#fff;
}

/**** Website *****/
#lt-website .sppb-btn-round {
    border-radius: 3px;
    margin-top:30px;
}

/**** Our Service ***/
.lt-our-service-sub {
    background: #fff;
    box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06)!important;
    border-radius: 2px 2px 8px 8px;
    text-align: center;
    margin: 0;
    border-top: 5px solid #14d468;
    padding: 40px 30px;
}
.lt-our-service-sub h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.lt-our-service-sub img {
    width: 90px;
    margin: 0 auto 30px auto;
}
.lt-our-service-sub .sppb-addon-text {
    color: #9aa6ca;
}
.lt-our-service-sub .sppb-btn {
    font-size: 12px;
    color: #9ea5bd;
    padding: 10px 30px;
    border: 1px solid #cfd2db;
    background: #ffffff;
}

/**** Testimonial ****/
#lt-customer .sppb-addon-testimonial-footer img.sppb-avatar-circle {
    width: 25%;
    border-radius: 100%;
    background-color:none!important;
    text-align: center; 
    position: absolute;
    display: block;
    top: -59px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;
    box-shadow: 0 10px 20px rgba(73, 61, 94, 0.3);
    border-radius: 100%;
}
#lt-customer .sppb-btn-custom  {
    font-size: 15px;
    color:#9ea5bd;
    border: 1px solid #cfd2db;
    background:none!important;
}

#lt-customer strong {
   font-size:16px;
   color: #303030;;
}
#lt-customer .sppb-addon-testimonial-footer img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
#lt-customer .sppb-addon-testimonial-client {
    text-align: center;
}

#lt-customer .fa-quote-left {
    background-color:none!important;
    padding: 20px;
}
#lt-customer .sppb-addon-testimonial-review {
    background-color: none!important;
    padding-left: 0px;
    padding-right: 0px; 
    padding-top: 30px;
    padding-bottom:0px; 
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}
#lt-customer .sppb-addon-testimonial .fa-quote-left {
    display: none;
    font-size: 30px;
    color: #edeef2;
    margin-bottom: 0px;
}
#lt-customer .sppb-addon-testimonial-footer {
    margin-top: -40px;
    display: block;
    font-size: 90%;
}
.lt-customer-sub {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #F7F9FF !important;
    padding: 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
}
body.itemid-197 .lt-customer-sub .sppb-addon-testimonial-review:before,
body.itemid-180 .lt-customer-sub .sppb-addon-testimonial-review:before {
    bottom: 70px;
}
.lt-customer-content div.announcement-single .label {
    background: #9aa6ca;
    padding: 5px;
    margin-right: 10px;
}
.lt-customer-content .label-default {
    background: #9aa6ca;
    color: #939ebe;
}
.lt-customer-content .label {
    border-radius: 0;
}
.lt-customer-content .label-default {
    background-color: #777;
}
.lt-customer-content .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.lt-customer-content div.announcement-single blockquote {
    margin-top: 30px;
}

.lt-customer-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.lt-customer-content .label-warning {
    background-color: #f0ad4e!important;
    color: #fff!important;
}
.lt-customer-content .announcement-single a {
    color: #9aa6ca;
    transition: .2s linear;
    margin-bottom: 0;
}

/*** Datacenter ****/
.lt-datacenter-content {
    color: #ffffff;
}
.lt-datacenter-content p {
    color: #ffffff;
}
#lt-datacenter .sppb-btn {
   border:1px solid #ffffff;
   padding: 15px 30px;
}

/*** Intro ***/
.lt-intro-title h3 {
    width: 25%;
    float: left;
}
.lt-intro-title .sppb-addon-content {
    width: 75%;
    float: left;
    position: relative;
    padding-left: 90px;
    margin-top: 20px;
}
.lt-intro-title .sppb-addon-content:before {
    position: absolute;
    top: 0px;
    left: 30px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 60px;
    margin-right: 40px;
}
.lt-intro-item .sppb-icon {
    padding: 20px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-intro-item:hover .sppb-icon {
    background-color: #002937;
    color: #FFE401;
}
.lt-intro-item .sppb-icon i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** About ***/
.lt-about {
    position: relative;
}
.lt-about:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #002937;
    position: absolute;
}
.lt-about .sppb-row > div:first-child {
    padding: 0;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
    width: 100%;
}

/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
    padding: 0;
}
.lt-portfolio p {
    color: #fff;
}
.lt-portfolio-top {
    padding: 40px;
}
.lt-portfolio-top p {
    color: #000;
}
.lt-portfolio-top ul {
    padding-left: 0;
}
.lt-portfolio-top ul li {
    list-style: none;
}
.lt-portfolio-top ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}

/**** K2 *****/
#sp-right div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    margin: 2px 0 4px 4px;
    padding: 0;
}
#sp-right div.k2ItemsBlock ul li a.moduleItemComments {
	border:none!important;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}

/*** Contact ***/
.lt-contact-us ul {
    padding-left: 0;
}
.lt-contact-us ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
}
.lt-contact-us ul li em {
    margin-right: 10px;
    color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
    display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.creativecontactform_header {
    display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.creativecontactform_field_name {
    color: #000!important;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
    width: 32%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
    margin-right: 0;
}
.powered_by.powered_by_1 {
    opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    color: #fff!important;
    text-shadow: none;
}

/*** Bottom ***/
#sp-bottom {
    padding: 30px 0 0px;
    font-size: 13px;
    line-height: 1.6;
}
#sp-bottom1 .sp-module ul li:before, #sp-bottom1 .sp-module ul li:before,
#sp-bottom2 .sp-module ul li:before, #sp-bottom2 .sp-module ul li:before,
#sp-bottom3 .sp-module ul li:before, #sp-bottom3 .sp-module ul li:before,
#sp-bottom4 .sp-module ul li:before, #sp-bottom4 .sp-module ul li:before,
#sp-bottom6 .sp-module ul li:before, #sp-bottom6 .sp-module ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 90%;
    float:left;
    color:#14d468;
   
}
#sp-bottom a {
  color:#fff!important;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#ddd!important;
}
#sp-bottom6 strong {
  display: none;
}

#sp-bottom6 .social-media em {
    margin: 0 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 33px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
}
#sp-bottom6 .location-info em {
    color: #8adbab;
    padding-right: 3px;
}

/**** Onepage ****/
.offcanvas .offcanvas-menu {
    visibility: visible;
    z-index: 9999;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas .body-wrapper {
    right: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-first a {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li.current,
.current-item {
        display: none!important;
}
#sp-bottom4 .inputbox {
    width: 100%!important;
}




/*** Responsive ***/
@media (max-width: 992px) {
    #sp-logo,
    #sp-menu {
        width: 50%;
    }
    .lt-slider-color i {
        width: 45px;
        height: 45px;
    }
}
/* Screen max 1024px */
@media (min-width: 1024px) {
    .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
        left: auto;
        right: -49px!important;
    }
        #lt-search .btn-primary, 
    #lt-search .sppb-btn-primary {
        padding: 9px 50px!important;
    }
  .lt-pricing-table .buttons .btn {
    width: 100%!important;
    padding: 10px 25px!important;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        padding: 0 7px!important;
    }
    #lt-tab .col-sm-6,
    #lt-tab-2 .col-sm-6 {
       max-width: 100%!important;
    }
    .tab-1-right img {
        padding-bottom: 140px!important;
    }
    .sppb-nav-tabs>li>a,
    #lt-tab-2 .sppb-nav-tabs>li>a {
        padding: 18px 8px!important;
    }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
    .lt-slider-color i {
        width: 35px;
        height: 35px;
    }
    #lt-our-service .sppb-col-md-3,
    #lt-offer .sppb-col-md-4 {
        margin-bottom: 30px!important;
    }
    #sp-section-1 .col-lg-6 {
        width: 50%!important;
    }
    #lt-customer .sppb-col-md-4 {
        margin-bottom: 60px!important;
    }
    #lt-search .btn-primary, 
    #lt-search .sppb-btn-primary {
        padding: 9px 50px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    #lt-tab .col-sm-6,
    #lt-tab-2 .col-sm-6 {
        max-width: 100%!important;
    }
    .tab-1-right img {
        padding-bottom: 140px!important;
    }
    .lt-transfer-sub-right {
        padding-left:0px!important;
        border: none!important;
    }
    .sppb-nav-tabs>li>a,
    #lt-tab-2 .sppb-nav-tabs>li>a {
        padding: 18px 8px!important;
    }
}
/* Screen min 767px */
@media (max-width: 767px) {
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    #lt-tab .sppb-nav-tabs>li,
    #lt-tab-2 ul li {
        margin-bottom: 1px!important; 
        width: 100%!important; 
        border-bottom: 1px solid #ddd;
        text-align: center!important; 
    }
    #lt-tab .sppb-nav-tabs {
        margin-left:0px!important; 
    }
    #lt-search .btn-primary, 
    #lt-search .sppb-btn-primary {
        padding: 9px 50px!important;
    }
    .lt-transfer-sub-right {
        padding-left:0px!important;
        border: none!important;
    }
    #lt-hosting .btn {
        margin-bottom: 20px!important;
    }
    #lt-our-service .sppb-col-md-3,
    #lt-offer .sppb-col-md-4 {
        margin-bottom: 30px!important;
    }
    #lt-customer .sppb-col-md-4 {
        margin-bottom: 60px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #lt-tab .col-sm-6,
    #lt-tab-2 .col-sm-6 {
        max-width: 100%!important;
    }
    .tab-1-right img {
        padding-bottom: 140px!important;
    }
    .sppb-nav-tabs>li>a,
    #lt-tab-2 .sppb-nav-tabs>li>a {
        padding: 18px 8px!important;
    }
}

 /* Screen min 480px */
@media (max-width: 480px) {
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #lt-tab .col-sm-6,
    #lt-tab-2 .col-sm-6 {
        max-width: 100%!important;
    }
    .tab-1-right img {
        padding-bottom: 140px!important;
    }
    .sppb-nav-tabs>li>a,
    #lt-tab-2 .sppb-nav-tabs>li>a {
        padding: 18px 8px!important;
    }
    #testimonial .col-4  {
        max-width:100%!important;
    }
    #testimonial .carousel-inner .carousel-item .testimonial-post {
        text-align: center;
        padding: 0 90px 47px!important;
        margin-bottom: 50px!important;
        max-width: 100%!important;
    }
}
 /* Screen min 360px */
@media (max-width: 360px) {
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
}
/* Screen min 320px */
@media (max-width: 320px) {
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
}