/*** General ***/
.container {
    max-width: 1237px;
}
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 18px 15px 18px 15px !important;
    border: none;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.lt-slider-btn a {
    padding: 12px 35px 12px 35px !important;
}
.lt-btn:before,
.lt-slider-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #333;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.lt-btn:hover:before,
.lt-slider-btn a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
body.helix-ultimate .sppb-row-container {
    max-width: 1200px;
}
a:hover {
  color:#333;
}

/*** Top head ***/
#sp-top-bar {
    background: transparent;
    z-index: 9999;
    position: relative;
}
body:not(.home) #sp-top-bar {
    background: #333!important;
}
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}

/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    background: #F9F6F0;
    opacity: 0.8;
    box-shadow: none;
    max-width: 1200px;
    margin: 0 auto;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 15px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    max-width: 100%;
    margin: 0 auto;
}
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: 71px;
}
#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: calc(100% - 75px);
}
.sp-megamenu-parent > li {
    flex: auto;
    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: 0;
    color: #333;
    position: relative;
    text-transform: uppercase;
    line-height: 90px;
}
.header-sticky .sp-megamenu-parent > li > a {
    line-height: 70px;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.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;
}
.sp-megamenu-parent > li:last-child > a {
    font-size: 13px;
    padding: 4px 14px !important;
    line-height: 2.5;
    margin: auto 0;
    margin-top: 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    max-width: 100px;
}
.header-sticky .sp-megamenu-parent > li:last-child > a {
    margin-top: 15px;
}
.sp-megamenu-parent > li:last-child > a:hover {
    
}

/*** Title ***/
.lt-title h2 {
    color: #13455E;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
}
.lt-title.white h2,
.lt-title.white h3 {
    color: #fff !important;
}
.lt-title h2.white {
    color: #fff;
}

/*** What ***/
.lt-what .sppb-col-md-4 {
    margin-bottom: 40px;
}
.lt-what-colum {
    border: 1px solid #ddd;
}
.lt-what-colum .sppb-icon-container i {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
}
.lt-what-colum .clearfix:first-child {
    position: relative;
    z-index: 1;
}
.lt-what-colum .clearfix:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

/*** Carousel ***/
.lt-carousel-colum .clearfix {
    float: left;
    width: 20%;
    padding: 0 10px;
}
.lt-carousel-filter:hover img {
  	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/*** About ***/
.lt-about-img img, .lt-carousel-filter img {
  	transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.lt-about-img:hover img {
  	transform: scale(1.08);
}

/*** Team ***/
.lt-team-colum {
    position: relative;
}
.lt-team-colum .sppb-media-content {
    background: rgb(54, 54, 54);
    padding: 20px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.lt-team-colum .lt-team-icon {
    left: 0;
    right: 0;    
    opacity: 0;
    position: absolute;
    bottom: 95px;
    margin: auto;
    text-align: center;
    padding: 0 0 10px 0;
    color: #fff;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.social-links {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    font-size: 25px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.social-links li a strong {
    display: none;
}
.lt-team-colum:hover .sppb-media-content {
    bottom: 60px;
}
.lt-team-colum:hover .lt-team-icon {    
    opacity: 1;
    bottom: 0px;
}

/*** Client ***/
.lt-client-star em {
    font-size: 25px;
    color: #fec736;
}
.lt-client-star em strong {
    display: none;
}
.lt-client-item img {
    border-radius: 5px;
}
.lt-client-map-title-left, .lt-client-map-title-right {
    width: 50%;
    float: left;
}
.lt-client-map-title-right {
    padding-left: 20px;
}
.lt-client-map-title h3 {
    color: #242C33;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    margin-top: 3px;
}
.lt-client-map-title-right ul { 
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}
.lt-client-map-title-right ul em { 
    padding-right: 10px;
}
.lt-client-map-title-right ul em strong { 
    display: none;
}

/*** Tabs ***/
.lt-tabs .sppb-tab-content {
    margin-top: 35px;
}
.lt-tabs .sppb-nav-tabs>li>a {
    padding: 9px 15px;
    font-size: 17px;
    background: transparent;
    border: 1px solid transparent !important;
    margin-right: 20px;
    border-radius: 5px;
}
.lt-tabs  .sppb-nav-tabs {
    border-bottom: none;
}
.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
    background: transparent;
}

/*** Feature ***/
.lt-feature .sppb-col-md-4 {
    margin-bottom: 40px;
}

/*** Contact Info ***/
.lt-contact-info {
    display: inline-block;
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.lt-contact-info i {
    width: 37px !important;
    height: 37px !important;
    line-height: 37px !important;
    border-radius: 5px;
}

/*** Subscribe ***/
.lt-subscribe table.acymailing_form {
    width: 100%;
    max-width: 380px;
    margin: 59px;
}
.lt-subscribe table.acymailing_form input {
    background: transparent;
    border: 1px dashed #fff;
    color: #fff !important;
    margin: 10px 0;
}
.lt-subscribe table .acysubbuttons input {
    margin-left: -80px;
}
.lt-subscribe table.acymailing_form tr {
    margin: 15px 0;
}

/*** Video ***/
a.lt-btn-video {
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    color: #fff !important;
}
a.lt-btn-video:hover {
    background: transparent;
    transform: scale(1.05);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.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-video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 34%;
    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 #fff;
}
.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;
    border-left-color: #fff;
    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;
}

/*** 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: 31%;
    float: left;
    margin-right: 3%;
}
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;
}

/*** Portfolio ***/
.lt-portfolio .lt-title h6 {
    color: #e00231
}
#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: 20px;
}
.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-item .sppb-icon-container {
    height: 61px;
    width: 61px;
    line-height: 61px;
    border-radius: 50%;
}
.lt-contact-item .sppb-media {
    overflow: inherit;
}
.lt-contact-item .sppb-icon {
    position: relative;
    margin-top: -29px;
}

/*** 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%;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    font-size: 16px;
}
#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 input#name,
#sp-quickcontact-form input#email {
    width: 49%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#email {
    margin-right: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 12px 30px !important;
}

/*** Contact ***/
.lt-contact-icon .shrewd_solution_icon ul li a {
    background: #0f073f;
    color: #fff !important;
}

/*** Newsletter ***/
.lt-newsletter table.acymailing_form {
    width: 100%;
}
.lt-newsletter table.acymailing_form .inputbox {
    border-radius: 0;
    margin: 15px 0;
}
.lt-newsletter table.acymailing_form td {
    text-align: left;
}
.lt-newsletter table.acymailing_form .button.subbutton {
    margin-top: 20px;
}

/*** Bottom ***/
#sp-bottom {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../images/banner-testimonial.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-color: #f4f9fc;
    color: #ffffff;
    padding: 80px 0px 60px;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    color: #fff;
    line-height: 1em;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#sp-bottom h3:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 40px;
    display: inline-block;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom a {
    color: #fff;
}
#sp-bottom1 em {
    padding-right: 10px;
}
#sp-bottom1 ul li {
    padding-bottom: 8px;
}
#sp-bottom1 strong {
    display: none;
}
#sp-bottom2 ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#sp-bottom2 ul li:last-child {
    border-bottom: none;
}
#sp-bottom2 ul li a {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase !important;
}
#sp-bottom2 ul li,
#sp-bottom3 ul li {
    list-style: none;
    line-height: 35px;
}
#sp-bottom3 ul li {
    margin-bottom: 10px !important;
}
#sp-bottom3 em {
    padding-right: 10px;
}
#sp-bottom3 strong {
    display: none;
}
table.acymailing_form,
table.acymailing_form input {
    width: 100% !important;
}
table.acymailing_form input.btn-primary {
    width: 40% !important;
    float: left;
}

/*** Footer ***/
#sp-footer {
    width: 100%;
    float: left;
    text-align: center;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 15px;
    color: #fff;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** 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: 1024px) {
  	#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: 70px;
    }
    #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-logo {
        width: 90%;
    }
    #sp-menu {
        width: 10%;
    }
    #sp-head-top ul {
        text-align: center;
    }
    #sp-position1 {
        text-align: center;
    }
    .lt-services {
        margin-top: 0 !important;
        padding-top: 80px !important;
    }
    .lt-slider {
        margin-top: 0px !important;
    }
    #sp-top-bar {
        background: #333;
    }

}
@media (max-width: 768px) {
    .lt-title h1 {
        font-size: 34px;
    }
    .lt-slider .clearfix {
        margin: 0!important;
    }
    .lt-slider-column * {
        width: 100%!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .lt-offer .sppb-column {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .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;
    }
    .lt-title-content h2 {
        font-size: 35px!important;
        line-height: 40px!important; 
    }
    .lt-slider .tparrows.preview1:after {
        width: 32px!important;
        height: 32px!important;
        font-size: 12px!important;
        line-height: 32px!important;
    }
    .lt-slider .tparrows.preview1 {
        width: 32px!important;
        height: 32px!important;
    }
    #sp-quickcontact-form input {
        width: 100%!important;
        margin-right: 0!important;
    }
    .lt-project-img img {
        height: auto;
    }
    .lt-offer-left,
    .lt-offer-right {
        width: 100%;
        margin: 20px 0;
    }
    .lt-client-column .clearfix {
        width: 100%;
    }
    .lt-our-left {
        padding-right: 0!important;
    }
    .lt-subscribe table.acymailing_form {
        margin: 20px 0;
    }
  	.lt-slider-btn a {
    	font-size: 10px !important;
    	padding: 10px !important;
	}
  	.lt-slider-small {
    	font-size: 9px !important;
      	line-height: 10px !important;
  	}
  	.lt-team .sppb-col-md-4 {
    	margin-bottom: 40px;
	}
    .lt-slider-btn.right.start {
        margin-left: 110px !important;
    }
    .lt-btn-colum .sppb-addon-content, .lt-btn-colum .sppb-text-right{
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .lt-choose .sppb-nav-custom, .full-content .choose-imges,
    .lt-choose .sppb-tab-custom-content, .full-content .choose-content {
        width: 100% !important;
    }
    .lt-choose .sppb-tab-custom-content {
        padding-left: 0 !important;
    }
    .lt-slider-btn.white.start {
        display: none;
    }
    .lt-carousel-colum .clearfix {
        width: 100%;
    }
  	.lt-slider-btn a {
    	margin-top: 20px !important;
}
}
