/* general css */
body {
    background: #fff!important;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
    color: #232323;
}
body p {
    line-height: 1.6;
}

/* 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;
}

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

/* Head */
.header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body.home .header {
    position: fixed;
}
.header.header-sticky {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px 1px;
    height: 70px;
    position: fixed;
}
#sp-header .container {
    max-width: 100%;
}

/*** Logo ***/
.header .logo {
    padding-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#sp-header.header-sticky .logo {
    height: 70px;
}

/*** Menu ***/
.sp-megamenu-parent {
    float: left;
}
ul.sp-megamenu-parent > li > a {
    position: relative;
    font-weight: 400;
    height: 70px;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-sticky ul.sp-megamenu-parent > li > a {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 12px 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
    right: 0;
}

/*** Button Menu ***/
.header .lt-btn {
    margin-top: 14px;
    background: none;
    text-transform: capitalize;
    border: 2px solid #fff!important;
}
.header-sticky .lt-btn {
    margin-top: 9px;
}
body:not(.home) .header .lt-btn,
.header.header-sticky .lt-btn {
    color: #000!important;
    border-color: #000!important;
}
body:not(.home) .header.header-sticky .lt-btn:hover,
.header.header-sticky .lt-btn:hover {
    color: #fff!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;  
}
#offcanvas-toggler {
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#sp-header.header-sticky #offcanvas-toggler {
    height: 70px;
    line-height: 70px;
}

/**** Button ****/
.lt-btn {
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 14px 28px;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
}
.lt-btn:hover {
    box-shadow: 0px 20px 24px 0px rgba(61, 89, 232, 0.3)!important;
}
.lt-btn em {
    font-size: 0;
}
.lt-btn em:before {
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-btn:hover em:before {
    margin-left: 7px;
}

 /*** Title ***/
 .lt-title.sppb-text-center {
    max-width: 900px;
    margin: 0 auto 40px;
 }
 .lt-title.sppb-text-center h3 {
    padding-bottom: 0px;
}
.lt-title h3 {
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 13px!important;
}
.lt-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;;
    bottom: 0;
}
.lt-title.sppb-text-center h3:after {
    display: none;
    padding: 0;
}
.lt-title .sppb-addon-content {
    max-width: 900px;
    margin: 0 auto;
}
.lt-title .sppb-addon-content .section_title_border {
    margin: 10px 0 15px;
}
.lt-title .sppb-addon-content .section_title_border strong {
    display: none;
}
.lt-title .sppb-addon-content .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.lt-title .sppb-addon-content .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.lt-title .sppb-addon-content .bg-dark {
    background-color: #22232f;
}
.lt-title .sppb-addon-content .bg-custom {
    background-color: #ff4f64;
}
.lt-title .sppb-addon-content p {
    color: #777;
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto;
}
.lt-title.sppb-text-left {
    max-width: 650px;
}
.lt-title.sppb-text-left h3,
.lt-title.sppb-text-left .sppb-addon-content p {
    margin: initial;
}

/*** Slider ***/
.lt-slider {
    position: relative;
}
.lt-slider:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: url(../images/effect3.svg) no-repeat;
    background-size: cover;
}
.lt-slider-content h3 {
    font-weight: 600;
}
.lt-slider-content .sppb-addon-content p {
    line-height: 25px;
    line-height: 1.8;
    max-width: 570px;
    margin: 30px auto 40px;
}
.lt-slider-content label {
    margin-left: 12px;
}
.lt-slider-right {
    margin-top: 120px;
}
.lt-slider-content h5 {
    color: #fff;
}
.lt-slider-content .cd-words-wrapper {
    font-size: 64px;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1.4;
    max-width: 850px;
    text-transform: capitalize;
    font-weight: 500;
}
.lt-slider .sppb-row > div:nth-child(1),
.lt-slider .sppb-row > div:nth-child(2) {
    position: relative;
    z-index: 2;
}
.lt-slider .sppb-row > div:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
/*** Effect shapes ***/
.lt-slider .clearfix
.lt-slider .clearfix .shapes-box {
    width: 100%;
    height: 100%;
}
.shapes-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 900px;
    width: 100%;
}
.shapes-box span {
    position: absolute;
}
.shapes-box span b {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 20px 24px 0px currentColor;
    display: inline-block;
    opacity: 0.5;
}
.shapes-box span b.green {
    color: green;
    background: green;
}
.shapes-box span b.yellow {
    color: yellow;
    background: yellow;
}
.shapes-box span b.pink {
    color: pink;
    background: pink;
}
.shapes-box span b.blue {
    color: blue;
    background: blue;
}
.shapes-box span:nth-child(1) {
    left: 4.8%;
    top: 4.5%;
}
.shapes-box span:nth-child(2) {
    left: 9.6%;
    top: 27.2%;
}
.shapes-box span:nth-child(3) {
    left: 8.8%;
    bottom: 16%;
}
.shapes-box span:nth-child(4) {
    left: 25%;
    bottom: 21%;
}
.shapes-box span:nth-child(5) {
    right: 35%;
    top: 6.6%;
}
.shapes-box span:nth-child(6) {
    right: 18%;
    bottom: 30%;
}
.shapes-box span:nth-child(7) {
    right: 10%;
    top: 50%;
}
.shapes-box span:nth-child(8) {
    right: 11.8%;
    top: 33%;
}
.shapes-box span:nth-child(9) {
    right: 15%;
    top: 10%;
}
.shapes-box span:nth-child(10) {
    right: 25%;
    bottom: 33%;
}

/*** Client ***/
.lt-client img {
    opacity: 0.4;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}
.lt-client img:hover {
    opacity: 1; 
}

/*** About ***/
.lt-about-item .sppb-icon-container {
    font-size: 32px;
    height: 64px;
    width: 64px;
    overflow: hidden;
    line-height: 64px;
    display: inline-block;
    position: relative;
    text-align: center;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.4));
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.4));
}
.lt-about-item .sppb-icon-container:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}
.lt-about-item:hover .sppb-icon-container {
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.38);
}
.lt-about-item h4 {
    margin-bottom: 15px;
}
.lt-about-item a {
    font-size: 0;
}
.lt-about-item a:before {
    font-size: 24px;
    color: #777;
}

/*** Video Pupop ***/
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 200px auto 0;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure a {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: .9;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -7px;
    border: solid 13px transparent;
    border-left: solid 20px;
    border-left-color: #fff;
    z-index: 10;
}
.video-item figure a:hover:before {
    background-color: rgba(255, 39, 0, 0.9);
}
.video-item figure a em:before, 
.video-item figure a em:after {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 0;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}
.video-item figure a:hover em:before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 1;
}
.video-item figure a:hover em:after {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/*** Work ***/
.lt-tab .sppb-nav-tabs-content {
    padding: 50px 50px 30px;
    position: relative;
    top: -20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(227, 223, 227);
    -moz-box-shadow: 0px 5px 15px 0px rgba(150,147,150,1);
    box-shadow: 0px 5px 15px 0px rgb(216, 213, 216);
}
.lt-tab .sppb-tab i {
    width: 57px;
    height: 55px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    color: #ffffff;
    font-size: 18px;
    border: 2px solid #ffffff;
    border-top: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -34px;
    cursor: pointer;
    border-radius: 50%;
}
.lt-tab .sppb-nav-tabs > li {
    width: 33%;
    text-align: center;
}
.lt-tab .sppb-nav-tabs > li > a {
    background: #3d59e8;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border: 1px solid #3d59e8;
    position: relative;
    padding: 34px 20px 10px 20px;
    border-radius: 4px;
    background: #ffffff;
    z-index: 1;
    cursor: pointer;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.lt-tab .sppb-nav-tabs > li.active > a {
    color: #fff;
}
.lt-tab-content .sppb-media-body {
    position: relative;
}
.lt-tab-content .sppb-media-body h1 {
    position: absolute;
    top: 0px;
    font-size: 120px;
    color: #3d59e8;
    opacity: 0.1;
    left: 0;
}
.lt-tab-content .sppb-media-body {
    text-align: left;
}
.lt-tab-content .sppb-media-body h3 {
    font-size: 34px;
    margin: 45px 0 20px;
    font-weight: 500;
}
.lt-tab-content .sppb-media-body .check-list {
    padding-left: 0;
}
.lt-tab-content .sppb-media-body .check-list li {
    padding: 10px 0;
}
.lt-tab-content .sppb-media-body .check-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
}

/*** Parallax ***/
.lt-parallax-content .sppb-addon-content {
    max-width: 635px;
    margin: 0 auto;
}
.lt-parallax-content .sppb-addon-content p {
    line-height: 2.0;
}
.lt-parallax-content .lt-btn {
    border-radius: 25px;
}

/*** Skill ***/
.lt-skill-wrap .lt-title,
.lt-skill-wrap .lt-skill-item {
    max-width: 600px;
    margin: 0 auto;
}
.lt-skill-wrap .lt-title h3,
.lt-skill-wrap .lt-title .sppb-addon-content p {
    color: #fff;
}
.lt-skill-wrap .lt-title .sppb-addon-content .s-border,
.lt-skill-wrap .lt-title .sppb-addon-content .f-border {
    background: #fff;
}
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding: 15px 0;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.skills .skill .skill-bar {
    width: 0;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 8px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #f47a65);
    background: linear-gradient(to right, #fff, #f47a65);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: -22px;
}

/*** Work ***/
.lt-work-item h1 {
    height: 64px;
    width: 64px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border-radius: 50%;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
}
.lt-work-item h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.lt-work-img {
    transform: rotatex(180deg);
    position: absolute;
    width: 70%;
    right: -40%;
    top: -20px;
}
.lt-work-img .sppb-addon-single-image-container {
    position: relative;
}
.lt-work-img .sppb-addon-single-image-container:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 998;
    left: 0;
    transform: rotate(-5deg);
    top: 16px;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
.lt-work-img.center {
    transform: rotatex(0deg);
    top: 38px;
}

/*** Price ***/
.lt-price .sppb-row > div:nth-child(3) {
    z-index: 3;
    position: relative;
    box-shadow: 0 0.75rem 6rem rgba(56,65,74,.03);
}
.lt-price-item {
    background: #fff;
    border-radius: 5px;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.lt-price .sppb-row > div:nth-child(3) .lt-price-item {
    padding: 30px 25px; 
    margin-top: 0;
} 
.lt-price-item .sppb-img-container {
    width: 110px;
    height: 110px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f5f7fd;
    border-radius: 50%;
    overflow: hidden;
}
.lt-price-item .sppb-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 70%;
    max-height: 70%;
    margin: auto;
}
.lt-price-item h5 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 12px;
    padding: 0 0 13px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lt-price-item h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: auto;
}
.lt-price-item .pt-price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.lt-price-item .pt-price strong {
    font-weight: 400;
    font-size: 14px;
}
.lt-price-item ul {
    padding-left: 0;
}
.lt-price-item ul li {
    list-style: none;
    padding: 8px 0;
}
.lt-price-item .lt-btn {
    margin: 10px 0 35px;
    border: 1px solid;
}
.lt-price .sppb-row > div:nth-child(2n) .lt-btn {
    background: none;
}
.lt-price .sppb-row > div:nth-child(2n) .lt-btn:hover {
    color: #fff!important;
}

/*** Statistic ***/
.lt-statistic {
    position: relative;
    z-index: 1;
}
.lt-statistic .sppb-row > div:nth-child(2) .lt-counter-item,
.lt-statistic .sppb-row > div:nth-child(2) .lt-counter-item:after, 
.lt-statistic .sppb-row > div:nth-child(2) .lt-counter-item:before {
    background: #ffbc5c;
}
.lt-statistic .sppb-row > div:nth-child(3) .lt-counter-item,
.lt-statistic .sppb-row > div:nth-child(3) .lt-counter-item:after, 
.lt-statistic .sppb-row > div:nth-child(3) .lt-counter-item:before {
    background: #1edee4;
}
.lt-statistic .sppb-row > div:nth-child(4) .lt-counter-item,
.lt-statistic .sppb-row > div:nth-child(4) .lt-counter-item:after, 
.lt-statistic .sppb-row > div:nth-child(4) .lt-counter-item:before {
    background: #ff2560;
}
.lt-statistic .sppb-row > div:nth-child(5) .lt-counter-item,
.lt-statistic .sppb-row > div:nth-child(5) .lt-counter-item:after, 
.lt-statistic .sppb-row > div:nth-child(5) .lt-counter-item:before {
    background: #255cff;
}
.lt-counter-item {
    padding: 60px 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 1px 52px 32px rgba(228, 228, 228, 0.35);
}
.lt-counter-item:hover {
    transform: rotateX(22deg);
    -webkit-transform: rotateX(22deg);
}
.lt-counter-item:after, 
.lt-counter-item:before {
    content: "";
    width: 30px;
    height: 30px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #ffffff;
}
.lt-counter-item:after {
    left: -15px;
}
.lt-counter-item:before {
    right: -15px;
}
.lt-counter-item h1 {
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 15px;
    font-weight: 600;
}
.lt-counter-item h1,
.lt-counter-item h6 {
    color: #fff;
}
.lt-counter-item h6 {
    font-size: 14px;
    font-weight: 400;
}

/*** Call ***/
.lt-call {
    position: relative;
    z-index: 1;
}
.lt-call:before {
    content: "";
    top: 20px;
    left: 20px;
    right: 20px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100%;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    display: inline-block;
    background: rgba(13, 15, 20, 0.76);
}

/*** Feature ***/
.lt-feature .sppb-row > div:first-child {
    position: relative;
    z-index: 3;
}
.lt-feature .lt-title h4 {
    font-size: 34px;
    margin: 0 0 20px;
    font-weight: 500;
}
.lt-feature-img img {
    border-radius: 7px;
}
.lt-feature-video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
}
.lt-feature-item .sppb-panel-modern {
    border: 0!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
}
.lt-feature-item .sppb-panel-modern>.sppb-panel-heading {
    background: none!important;
}
.lt-feature-item .sppb-panel-modern .sppb-panel-title {
    color: #696969;
    font-size: 15px;
}

/*** Service ***/
.lt-service-right {
    position: relative;
    z-index: 1;
    padding: 10%;
}
.lt-service-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
}
.lt-service-right .lt-title h3,
.lt-service-right .lt-title .sppb-addon-content p {
    color: #fff;
}
.lt-service-right .lt-title .sppb-addon-content .s-border,
.lt-service-right .lt-title .sppb-addon-content .f-border {
    background: #fff;
}
.lt-service-right .clearfix {
    padding: 15px;
}
.lt-service-right .clearfix:nth-child(n+2) {
    width: 50%;
    float: left;
}
.lt-service-item {
    padding: 1.5em;
    border: 1px solid rgba(255,255,255,0.11);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.lt-service-item:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(237, 227, 237);
    -moz-box-shadow: 0px 0px 7px 2px rgba(237, 227, 237);
    box-shadow: 0px 0px 7px 2px rgb(237, 227, 237);
}

/*** Feature ***/
.lt-feature-img { 
    position: relative;  
    transition: all 1s ease; 
    transform-origin: 50% 50%; 
}
.lt-feature-img:hover { 
    z-index: 1; 
    transition: all .15s ease; 
}

/*** Subscribe ***/
.lt-subscribe .sppb-column-addons {
    text-align: center;
}
.lt-subscribe .sppb-addon-content {
    display: inline-block;
}
.lt-subscribe form {
    display: inline-block;
    border: 1px solid #e7e7e7;
}
.lt-subscribe .acym_form {
    width: 260px;
    float: left;
}
.lt-subscribe .acysubbuttons {
    width: 100px;
    float: left;
}
.lt-subscribe .onefield.fieldacy2 {
    display: none;
}
.lt-subscribe .acysubbuttons .btn.btn-primary,
.lt-subscribe #acym__user__edit__email {
    border-radius: 0!important;
    border: 0;
}
.lt-subscribe .acym_form p,
.lt-subscribe .acym__users__creation__fields__title {
    display: none;
}
.lt-subscribe #acym__user__edit__email {
    line-height: 26px;
    max-width: 100%;
}
.lt-subscribe .acysubbuttons {
    width: auto;
    margin-bottom: 0;
}
.lt-subscribe .acysubbuttons .btn.btn-primary {
    padding: 9px 35px;
    text-transform: uppercase;
    margin-top: 0;
    max-width: 100%!important;
    border-radius: 5px!important;
}
.lt-subscribe .acysubbuttons .btn.btn-primary:hover {
    background: #222!important;
    border-color: #222!important;
}

/*** Team ***/
.lt-team .lt-title h3 {
    padding-bottom: 0;
}
.lt-team-item {
    background: #fff;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
    width: 100%;
    position: relative;
}
.lt-team-item .sppb-img-container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}
.lt-team-item:hover .sppb-img-container:after {
    opacity: 0.8;
}
.lt-team-item h6 {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 20px;
}
.lt-team-item ul {
    padding-left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    opacity: 0;
}
.lt-team-item:hover ul {
    opacity: 1;
}
.lt-team-item:hover ul:after, 
.lt-team-item:hover ul:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.lt-team-item ul:after, 
.lt-team-item ul:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    right: 0;
    margin: auto;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.lt-team-item ul:before {
    height: 100%;
    width: 1px;
}
.lt-team-item ul:after {
    width: 100%;
    height: 1px;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
    float: left;
} 
.lt-team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #ffffff;
}
.lt-team-item ul li em {
    font-size: 0;
}
.lt-team-item ul li em:before {
    font-size: 16px;
    color: #fff;
}

/*** Testimonial ***/
.lt-testimonial .sppb-row .sppb-column {
    border-radius: 5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 30px 0px rgba(89, 69, 230, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-testimonial .sppb-row .sppb-column h5,
.lt-testimonial .sppb-row .sppb-column .sppb-addon-text,
.lt-testimonial .sppb-row .sppb-column .sppb-addon-content {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-testimonial-item-title .sppb-img-container {
    width: 70px;
    overflow: hidden;
    border: 5px solid #ffffff;
    height: 70px;
    box-shadow: -2px 0px 26px 1px rgba(47, 47, 47, 0.19);
    background: #ffffff;
}
.lt-testimonial .sppb-row .sppb-column:hover h5 {
    color: #fff!important;
}
.lt-testimonial .sppb-row .sppb-column:hover .sppb-addon-text,
.lt-testimonial .sppb-row .sppb-column:hover .sppb-addon-content {
    color: rgba(255, 255, 255, 0.6)!important;
}

/*** Portfolio ***/
.lt-portfolio ul {
    padding-left: 0;
}
.lt-portfolio ul li {
    list-style: none;
    border-radius: 20px;
    position: relative;
} 
.lt-portfolio ul li:after {
    content: "*";
    top: 15px;
    right: -14px;
    position: absolute;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}
.lt-portfolio ul li:last-child:after {
    display: none;
}
.lt-portfolio ul li a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    transition: all 0.2s;
    font-size: 14px;
    letter-spacing: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 0;
    padding: 8px 15px!important;
    border-radius: 5px!important;
    margin: 5px;
    background: none!important;
    z-index: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: #fff!important;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2))!important;
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2))!important;
}

/*** Blog ***/
.moduleItemComments {
    font-size: 0;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 30px 10px;
    position: relative;
}
.lt-blog div.k2ItemsBlock ul li {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemCategory {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    border-radius: 30px;
    letter-spacing: 2px;
    top: 30%;
    left: 25px;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
}
div.k2ItemsBlock ul li img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div.k2ItemsBlock ul li:hover img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-style: italic;
    font-size: 12px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
div.k2ItemsBlock ul .clearList {
    display: none;
}
.sp-module-content {
    display: inline-block;
}
div.itemFacebookButton {
    width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}

/*** Contact ***/
.lt-contact-form .lt-title.sppb-text-left {
    max-width: 650px;
    margin: 0 auto;
}
.lt-contact-form-detail {
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0;
}

/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    margin-top: 0;
    box-shadow: none!important;
}
.creativecontactform_header {
    display: none!important;
}
.creativecontactform_input_element {
    height: 40px!important;
}
.creative_textarea_wrapper {
    height: 100px!important;
}
.creativecontactform_input_element .creative_input_dummy_wrapper {
    padding-top: 10px!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;
    background: none!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%;
}
.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;
    border: medium none;
    color: #151515;
    font-size: 18px;
    border-radius: 0px;
    margin-top: 20px;
    float: none!important;
    width: 100%!important;
}
.creativecontactform_body,
.creativecontactform_footer {
    padding: 0!important;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    font-weight: 400;
    color: #fff!important;
    text-transform: capitalize!important;
    text-shadow: none;
    border-radius: 5px!important;
    padding: 14px 0!important;
}

/*** Bottom Contact ****/
.lt-bottom-contact .sp-module-content {
    width: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));
    background: linear-gradient(to right, rgba(255,255,255,.3), rgba(0,0,0,.2));

}
.lt-footer-contact-item .sppb-icon-container {
    height: 60px;
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 60px;
    display: inline-block;
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.33);
    background-color: #fff;
}
.lt-footer-contact-item p {
    margin: 0;
}

/*** Map ***/
.lt-map .sppb-container {
    display: none;
}

/*** Bottom ***/
#sp-bottom {
    padding: 0 0 30px;
    line-height: 1.6;
    font-size: 16px!important;
    font-weight: 400;
}
#sp-bottom a {
    font-size: 16px!important;
    font-weight: 400; 
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 30px;
    color: #fff;
}
#sp-footer, #sp-bottom {
    font-size: 14px;
}
#sp-footer a {
    color:#002937!important;
}

/*** Responsive ***/
@media (min-width: 981px){
    .lt-blog div.k2ItemsBlock ul {
        display: flex;
    }
}
@media (max-width: 992px) {
    #sp-logo,
    #sp-menu {
        width: 50%;
    }
    .lt-slider-color i {
        width: 45px;
        height: 45px;
    }
    .lt-counter .sppb-row > div {
        border-right: 0;
        border-bottom: 1px solid #b1a4a4;
    }
    .lt-our .lt-title {
        margin-bottom: 30px;
    }
    #sp-header.header-sticky #offcanvas-toggler > .fa {
        color: #000!important;
    }
    .lt-footer-contact-item {
        margin: 20px 0;
    }
    .lt-tab-content .sppb-media>.pull-right {
        max-width: 50%;
    }
    #sp-button-header {
        display: none;
    }
}
/* 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;
    }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
    .lt-slider-color i {
        width: 35px;
        height: 35px;
    }
    .tp-caption a.btn-slider {
        font-size: 12px!important;
    }
}
  /* Screen min 767px */
@media (max-width: 767px) {
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
      width: 100%!important;
   }
   .lt-skill-wrap {
      padding: 0 10px;
   }
   .lt-slider-content .cd-words-wrapper {
      font-size: 30px;
   }
   .lt-bottom-contact .sp-bottom-contact {
      padding: 0;
   }
   .lt-tab-content .sppb-media>.pull-right,
   .lt-tab-content .sppb-media>.sppb-media-body {
        max-width: 100%;
        width: 100%;
    }
    .lt-slider-content h3,
    .lt-title h3 {
        font-size: 30px!important;
    }
    .lt-slider {
        padding: 30px 0!important;
    }
    .lt-slider-right,
    .lt-slider-right .video-item {
        margin-top: 0px!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-subscribe .acym_form,
  .lt-subscribe .acysubbuttons,
  .creativecontactform_field_box {
      width: 100%!important;
      margin-right: 0!important;
  }
  .lt-client-wrap .clearfix {
      width: 100%;
  }
  .lt-service-right .clearfix:nth-child(n+2) {
      width: 100%;
  }
}












