/*** General ***/
.lt-btn, .btn,
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px;
    cursor: pointer;
    border: 0px solid;
    text-transform: capitalize;
    background-color: #182226;
    border-radius: 0;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
a:hover{
  color:#000;
}
.btn:hover, .lt-slider-btn a:hover {
    background: #014c7d !important;
    color: #fff !important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
.lt-slider-btn {
    padding: 15px 45px;
    font-size: 19px;
    background: transparent;
    border-radius: 0;
    border: 2px solid;
    color: #fff !important;
}

/*** Top head ***/
#sp-top1 p,
#sp-top-bar a {
    margin-bottom: 0;
    color: #fff;
}
#sp-top-bar li i {
    color: #ffa516;
}

/*** Head ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
    background: transparent;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #0d1518;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    background: #0d1518;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .logo {
    height: 63px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding: 0;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler {
    position: relative;
    width: 70px;
    height: 70px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler > .fa:before {
    left: 0;
    top: -6px;
    width: 10px;
}
#offcanvas-toggler > .fa:after {
    left: initial;
    right: 0;
    top: 6px;
    width: 10px;
}
#offcanvas-toggler:hover > .fa:before,
#offcanvas-toggler:hover > .fa:after {
    width: 18px;
}
#sp-menu {
    padding-left: 0;
}
.sp-megamenu-parent {
    display: flex!important;
    width: 100%;
}
.sp-megamenu-parent > li {
    flex: 1;
    text-align: center;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 10px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}

/*** Slider ***/
.lt-slider {
    margin-top: -100px !important;
}
.lt-slider-img {
    position: relative;
}
.lt-slider-img .clearfix:first-child,
.lt-slider-img .clearfix:first-child img {
    border-radius: 50px 0 0 0;
}
.lt-slider-img .clearfix:last-child {
    position: absolute;
    left: 0;
    width: 250px;
    bottom: -50px;
    border-radius: 0 50px 0 0;
}
.lt-slider-img .clearfix:last-child img {
    border-radius: 0 50px 0 0;
}

/*** Title ***/
.lt-title h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

/*** Services ***/
.lt-services-colum .clearfix {
    background-color: #182226;
    border-radius: 50px 0px 50px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.lt-services-colum .clearfix:hover {
    background-color: #1A2B32;
    border-radius: 0px 50px 0px 50px;
}
.lt-services-colum.center .clearfix {
    border-radius: 0px 50px 0px 50px;
}
.lt-services-colum.center .clearfix:hover {
    border-radius: 50px 0px 50px 0px;
}
.lt-services-colum-br .clearfix {
    background-color: #182226;
    border: 2px solid transparent;
    border-radius: 50px 0px 50px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.lt-services-colum.ser img,.lt-services-colum-br img {
    width: 80px;
}
.lt-services-colum.ser .clearfix {
    border-radius: 0px 60px 0px 0px;
}

/*** Services ***/
.lt-ser-icon i {
    height: 60px !important;
    line-height: 57px !important;
    width: 60px !important;
    border: 2px solid;
    border-radius: 50%;
}
.lt-ser-img img {
    border-radius: 80px 0px 0px 0px;
}

/*** Extra ***/
.lt-extra-item .sppb-media-content {
    padding: 30px 20px;
    background: #182226;
}

/*** About ***/
.lt-about-colum {
    position: relative;
}
.lt-about-colum .clearfix:last-child {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 80%;
    border-radius: 0px 80px 0px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.lt-about-colum:hover .clearfix:last-child {
    border-radius: 0px 0px 0px 80px;
}
.lt-about-img01 img {
    border-radius: 0px 80px 0px 0px;
}
.lt-about-img02 img {
    max-width: 350px;
    border-radius: 0px 0px 0px 80px;
}
.lt-btn-small {
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
}
.lt-btn-small:hover {
    color: #000;
}
.lt-btn-small strong {
    display: none;
}
.lt-btn-small em {
    padding-left: 10px;
}
.lt-about-us-img img {
    border-radius: 0px 100px 0px 0px;
}
.lt-about-colum.two .clearfix:last-child {
    width: 100%;
    left: -60px;
    bottom: 30px;
}
.lt-about-img01.two img {
    border-radius: 0px 0px 0px 100px;
}

/*** Counter ***/
.lt-counter .count, .lt-counter #shiva {
    line-height: 100px;
    font-weight: 600;
    font-size: 50px;
}
.lt-counter h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Dancing Script", sans-serif;
}


/*** Finely ***/
.lt-finely-colum {
    border-radius: 0px 80px 0px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.lt-finely-colum:hover {
    border-radius: 80px 0px 0px 0px;
}
.lt-finely-colum .clearfix:last-child {
    border-radius: 0px 50px 0px 0px;
}

/*** Deal ***/
.lt-deal-item h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

/*** Hiking ***/
.lt-hiking-colum {
    position: relative;
}
.lt-hiking-colum:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(-8deg);
    background: rgba(36, 47, 65, 0.9);
}
.lt-hiking-colum h4 {
    font-size: 30px;
    color: #fff;
}
.lt-hiking-colum h1 {
    font-size: 100px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
}
.lt-hiking-colum h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 28px;
}

/*** Believe ***/
.lt-believe-colum {
    border: 16px solid rgba(85, 101, 62, 0.2);
    padding: 50px;
}
.lt-believe-colum .sppb-addon-content q {
    color: #55653e;
    font-size: 48px;
    line-height: 45px;
    font-weight: 600;
}

/*** Subscribe ***/
.lt-subscribe table.acymailing_form {
    width: 100%;
    position: relative;
}
.lt-subscribe table.acymailing_form input#user_email_formAcymailing34441 {
    background: transparent;
    border: 1px dashed;
    color: #fff !important;
    margin: 10px 0;
    width: 70% !important;
}
.lt-subscribe table .acysubbuttons input {
    margin-left: -80px;
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px;
    font-size: 15px;
    line-height: 14px;
}
.lt-subscribe table.acymailing_form tr {
    margin: 15px 0;
}

/*** Testimonial ***/
.lt-testimonial-column {
    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.lt-testimonial-column:after {
    position: absolute;
    bottom: 0;
    left: 24%;
    content: "";
    height: 4px;
    width: 100px;
    background-color: #b79c7d;
}
.lt-testimonial-content-title h4 {
    color: #002072;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.lt-testimonial-content i {
    margin: 7px 0 25px;
}
.lt-testimonial-content h6 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.lt-testimonial-content h3 {
    color: #002072;
    font-size: 30px;
    font-weight: 900;
    margin-top: 20px;
}

/*** Video ***/
.lt-video-colum {
    border-radius: 80px 0px 0px 0px;
}
.lt-work {
    z-index: 2!important
}
.lt-work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.lt-video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.lt-column-video {
    padding-top: 70px;
    position: relative;
    z-index: 999;
    top: 0;
    border-radius: 7px;
}
.lt-column-video .sppb-addon-single-image-container,
.lt-column-video .sppb-addon-single-image-container img {
    width: 100%;
}
.lt-video {
    min-width: 80px;
    min-height: 80px;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.lt-video {
    min-width: 80px;
    min-height: 80px;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.lt-video a {
    font-size: 0;
    position: relative;
}
.lt-video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.lt-video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    border: solid 11px transparent;
    border-left: solid 17px;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.lt-btn-no-bg,
.lt-btn-no-bg:hover {
    background: none;
    border: 0;
}
.lt-video-item {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 20px 20px;
    padding: 70px 20px 70px 20px;
}
.lt-shape svg {
    background: #000;
}
.lt-shape .elementor-shape-fill {
    fill: #fff;
}
.lt-shape .sppb-addon-title {
    line-height: 0;
    margin: 0;
}

/*** Blog Default ***/
div.k2ItemsBlock ul li a.moduleItemImage {
    display: inline-block;
    width: 100%;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
    width: 100%;
}
div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
    display: inherit;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
    display: inline-block;
}

/*** Blog ***/
.lt-blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.lt-blog div.k2ItemsBlock ul li {
    position: relative;
    padding: 21px 0 32px 0;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
.lt-blog div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.lt-blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.lt-blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle {
    line-height: 1.15em;
    font-size: 20px;
    color: #383838;
    font-weight: 300;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
    font-family: Francois One;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/*** Together ***/
.lt-together h1 span {
    line-height: 100px;
    font-size: 70px;
}

/*** Offer ***/
.lt-offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.lt-offer-left {
    margin-left: -10%;
    width: 110%;
}
.lt-offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/*** Project ***/
.lt-title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.lt-title-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.lt-project-img img {
    height: 667px;
}
.lt-project-img-pen {
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/*** Portfolio ***/
#lt-portfolio .sp-simpleportfolio-tags,
#lt-portfolio .sp-simpleportfolio-title {
    display: none!important;
}
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:hover {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 0;
    right: 0;
    margin: 38% auto;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 12px 12px 12px;
    width: 44px;
    height: 44px;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: -10%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 70px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    background: #b0a37e;
    opacity: 0.6;
}
.lt-portfolio .lt-btn {
    display: unset;
}

/*** Contact ***/
.lt-contact-colum {
    border-radius: 0px 80px 0px 0px;
}

/*** Info ***/
.lt-contact-icon .clearfix {
    float: left;
    width: 20%;
    border-right: 4px solid #AAAAAA;
    padding: 30px 0;
}
.lt-info-text {
    border-radius: 80px 0px 0px 0px;
}
.lt-info-right .clearfix img {
    border-radius: 80px 0px 0px 0px;
}
.lt-info-center .clearfix:first-child img {
    border-radius: 0px 80px 0px 0px;
}
.lt-info-center .clearfix:last-child img {
    border-radius: 0px 0px 80px 0px;
}
.lt-info-day {
    width: 50%;
    float: left;
}
.lt-info-time {
    width: 50%;
    float: left;
}
.lt-info-colum {
    position: relative;
    z-index: 3;
}
.lt-info-colum .clearfix {
    border-radius: 80px 0px 0px 0px;
    margin-right: -100px;
}
.lt-info-time.closed {
    color: #FF6363;
}
.lt-info-text-time {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.lt-info-text-time p {
    margin-bottom: 0;
}

/*** Icon contact ***/
.lt-contact-icon .clearfix {
    float: left;
    width: 20%;
}
.lt-contact-icon i {
    background: #AAAAAA;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
}

/*** Feature ***/
.lt-feature-item {
    padding: 30px 20px;
    border: 1px solid #e8e8e9;
    position: relative;
}
.lt-feature-item:hover,
.lt-feature-item:hover:after {
    background-color: #00235a;
}
.lt-feature-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.lt-feature-item h4 {
    color: #001659;
    font-size: 26px;
}
.lt-feature-item .sppb-addon-content a {
    padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.lt-feature-item:hover .sppb-addon-content a {
    color: #fff;
}
.lt-feature-item:hover h5,
.lt-feature-item:hover h4 {
    color: #fff!important;
}

/*** Step ***/
.lt-step .sppb-row > div:nth-child(n+2) {
    border-left: 1px solid #E6E6E6;
}
.lt-step-item h4 {
    color: #262626;
    font-size: 30px;
    font-weight: 400;
}
.lt-step-item h6 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*** Testimonial ****/
.lt-testimonial img {
    border-radius: 50%;
}

/*** Plan ***/
.lt-client-column .clearfix {
    width: 33.3%;
    float: left;
}

/*** Contact Form ***/
.lt-contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #222!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
    background: #fff;
    padding: 10px 20px;
}

/*** Bottom ***/
#sp-bottom {
    position: relative;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    background: url('../images/image-background-slider-home-02-min.jpg');
    position: relative;
    z-index: 1;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, #191c21 100%);
}
#sp-bottom a {
    color: #000;
}
#sp-bottom .col-lg-3  {
    border-left: 1px solid #dddddd;
    padding: 50px 0 40px 30px;
}
#sp-bottom .col-lg-3:first-child  {
    border-left: none;
}
#sp-bottom h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}
#sp-bottom h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    padding-top: 20px;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
}

/*** Footer ***/
#sp-footer {
    float: left;
    width: 100%;
}
#sp-footer1 p,
#sp-footer1 p a {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    margin-top: 50px;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-footer .container-inner {
    padding: 25px 0 25px !important;
}
#sp-footer img {
    float: right;
    margin-top: -20px;
}
#sp-footer .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-footer .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-footer .shrewd_solution_icon ul,
#sp-footer .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.footer-right p a {
    margin: 0;
    color: #fff !important;
}
#sp-footer .shrewd_solution_icon ul li a {
    font-size: 15px;
    background: #e3c08d;
    height: 35px;
    color: #000;
    width: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-footer .shrewd_solution_icon ul li a:hover {
    background: #fff; 
    color: #e3c08d !important;
}
#sp-footer .footer-right {
    text-align: right;
}

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 9px;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
}

/*** Resposive ***/
@media (max-width: 1530px) {
    .sp-megamenu-parent {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    #sp-header > .container {
        max-width: 100%;
        padding: 0px 10px;
    }
    .lt-slider-btn a {
        max-width: 100px !important;
        padding: 14px 10px !important;
        font-size: 12px !important;
        margin-top: 25px !important;
    }
    #sp-header .logo {
        height: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 90px;
    }
  #sp-header.header-sticky .logo {
        height: 90px;
    }
    #sp-header .logo .logo-image {
        height: 52px;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #sp-bottom .col-lg-3 {
        border-left: none;
        padding: 10px 0 10px 30px;
    }
    #sppb-addon-1603247049748 {
        margin-top: 0 !important;
    }
    .lt-slider .rev_slider {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .sppb-panel-collapse,
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 20px!important;
    }
    #sp-quickcontact-form input {
        width: 100%!important;
        margin-right: 0!important;
    }
    #sp-footer .footer-right {
        text-align: left;
    }
    .lt-finely .sppb-col-md-4 {
        margin-bottom: 30px;
    }
}