@media(min-width: 911px) and (max-width: 1280px) {
 #sp-header .container {
    padding: 0 !important;
}
 #sp-header .sp-megamenu-parent > li {
    flex: initial !important;
    text-align: center !important;
    padding: 0 8px !important;
}
}

/*** General ***/
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 35px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 0;
    font-size: 14px;
}
.lt-btn:hover,
.lt-slider-btn a:hover,
#sp_qc_submit:hover {
    box-shadow: rgba(16, 172, 132, 0.57) 0px 9px 20px -5px;
}
.lt-slider-btn a span:before {
    margin-left: 10px;
}
.lt-btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}
body {
    line-height: 24px;
    color: #7a7a7a;
}
body p {
    line-height: 2.1;
}
body:not(.home) #sp-header {
    background: #001238;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
a:hover {
  color:#001238;
}
/*** Head ***/
#sp-header {
    position: absolute;
    box-shadow: none;
    left: 0;
    top: 0;
    width: 100%;
    background: #001238;
    z-index: 999;
}
#sp-header.header-sticky {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header.header-sticky .container {
    background: none;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding: 0;
}
#sp-header.header-sticky .logo {
    padding-top: 15px;
    height: auto;
}
#sp-header.header-sticky .logo-image {
    height: 40px;
}
#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: calc(100% - 75px);
}
.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%;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
}
.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;
    font-size: 13px!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 .tp-dottedoverlay.threexthree {
    background: rgba(31, 31, 31, 0.75)!important;
}
.lt-slider-column {
    max-width: 520px;
}
.lt-slider h1 {
    color: #ffffff;
    font-size: 75px;
    font-weight: 900;
    text-transform: uppercase;
}
.lt-slider h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    color: #777;
}
.lt-slider p {
    color: #777;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}
.lt-slider #osdonate-form input[type="text"],
.lt-slider #osdonate-form select {
    width: 100px;
}
.lt-slider #osdonate-form input[type="image"] {
    max-width: 100%;
    float: left;
    margin-top: 20px!important;
}
.lt-slider .osdonate-form {
    color: #777;
    text-align: left;
}

/*** Title ***/
.lt-title h2 {
    font-size: 24px;
    font-weight: 400;
    color: #0f2137;
}

/*** About ***/
.lt-about-item-wrap {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    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;
}
.lt-about-item-wrap:hover {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.lt-about-item-wrap .sppb-column-addons > div:nth-child(n+2) {
    padding: 10px;
}
.lt-about-item-content p {
    color: #002072;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
}
.lt-about-item-content a {
    font-size: 16px;
    text-transform: uppercase;
    fill: #002072;
    color: #002072;
    border-radius: 99px 99px 99px 99px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.lt-about-item-content a:hover {
    transform: translateY(-8px);
}
.lt-about-item-wrap .skills .cont p {
    font-size: 17px;
}
.progress-bar ,
.skills span ,
.skills pan:after {
    background-color: #3498db
}
.skills {
    margin: 0px auto;
    padding: 0px 0 0;
    position: relative
}
.skills p {
    font-size: 16px;
    margin-bottom: 8px
}
.skills .progress {
    width: 100%;
    height: 10px;
    border: 1px solid #CCC;
    position: relative;
    margin-bottom: 0px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    transition: width 0s ease;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}

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

/*** Service ***/
.lt-service-item {
    padding: 35px 30px 50px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.lt-service-item:hover {
    box-shadow: rgba(39, 79, 117, 0.2) 0px 40px 90px -30px;
}
.lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(241, 39, 17, 0.7), rgba(245, 175, 25, 0.7));
    background-color: #6ec1e4;
    height: 86px;
    width: 86px;
    padding-top: 21px!important;
    border-radius: 50%;
    position: relative;
}
.column-first .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(47, 128, 237, 0.75), rgba(86, 204, 242, 0.75));
}
.column-second .clearfix:nth-child(1) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(50, 207, 167, 0.75), rgba(150, 201, 61, 0.75));
}
.column-second .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(110, 72, 170, 0.75), rgba(192, 91, 210, 0.75));
}
.column-last .clearfix:nth-child(1) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(236, 0, 140, 0.75), rgba(255, 103, 103, 0.75));
}
.column-last .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(0, 57, 115, 0.75), rgba(255, 255, 199, 0.75));
}
.lt-service-item .sppb-icon-container:before,
.lt-service-item .sppb-icon-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.15);
    height: 27px;
    width: 100%;
}
.lt-service-item .sppb-icon-container:after {
    background-color: rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
}
.lt-service .lt-btn {
    padding: 7px 30px;
    font-size: 14px;
}

/*** Our ***/
.lt-our .lt-btn {
    padding: 7px 30px;
    font-size: 14px;
}

/*** Video ***/
.lt-video {
    position: relative;
}
.lt-video:before {
    position: absolute;
    content: '';
    background: rgba(34,34,34,.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.lt-video .lt-title h1 {
    color: #fff;
}
.lt-video .lt-title h1:before {
    display: none;
}
.video-item figure {
    position: relative;
    width: 100%;
    margin-top: 85px;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 113px;
    height: 113px;
    margin-top: -66.5px;
    margin-left: -66.5px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.video-item figure a:after {
    content: "\f0da";
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 45px;
    z-index: 10;
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    width: 30px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.video-item figure a:hover:before {
    background-color: #fff;
}

/*** Counter ***/
.lt-counter-item {
    position: relative;
    padding: 50px 30px 40px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 20px 0px rgba(16,66,97,0.07);
}
.lt-counter-item.last {
    box-shadow: none;
    padding: 75px 40px 75px 40px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #ebebeb;
}
.lt-counter-item h6 {
    color: #0f2137;
    font-size: 16px;
    font-weight: 500;
    line-height: 4.3em;
}
.lt-counter-item span {
    font-size: 60px;
    font-weight: 500;
    color: #0f2137;
}
.lt-counter-item .sppb-addon-content {
    font-size: 60px;
    color: #0f2137;
}
.lt-counter-item a {
    text-decoration: underline!important;
    color: rgb(43, 158, 255);
    font-weight: 500;
    font-size: 15px;
}
.lt-counter-item.last h6 {
    line-height: 1;
    margin: 0;
}

/*** Our ***/
.lt-our .lt-service-item {
    padding: 0;
    border-style: none;
    box-shadow: none;
}
.lt-our  .lt-service-item .sppb-icon-container {
    height: 60px;
    width: 60px;
    padding-top: 15px!important;
}

/*** 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 15px 32px 15px;
    box-shadow: 0 5px 20px rgba(34,34,34,.1);
    transition: all 500ms ease;
    background: #fff;
}
.lt-blog div.k2ItemsBlock ul li .moduleItemIntrotext {
    margin-left: -15px;
    margin-right: -15px;
}
.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: 600;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
}
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;
}

/*** 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 ***/
.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-zoom {
    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;
}
.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: "\f065";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
}
.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;
}
.lt-portfolio .lt-btn {
    display: unset;
}

/*** Contact ***/
.lt-contact-title em {
    font-style: inherit;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

/*** 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 {
    position: relative;
}
.lt-step .sppb-row:before {
    content: "";
    position: absolute;
    top: -7%;
    right: 0;
    width: 75%;
    height: 114%;
    background: url(../images/offer.png);
}
.sppb-panel-title {
    font-size: 19px!important;
    color: #0f2137;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none !important;
    margin-bottom: 0
}
.sppb-panel.sppb-panel-modern:last-child {
    border-bottom: 1px solid rgb(235, 235, 235)!important;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-heading {
    color: #0f2137;
    font-size: 19px;
    font-weight: 400;
    padding: 20px 30px 20px 30px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading.active i {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 22px;
    color: #0f2137;
    font-weight: 700;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 22px;
    color: #0f2137;
    font-weight: 700;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
}

/*** Team Dream ***/
.lt-team-content ul {
    padding-left: 0;
}
.lt-team-content ul li {
    list-style: none;
    line-height: 32px;
    color: #343d48;
    font-size: 16px;
    font-weight: 600;
}
.lt-team-content ul li:before {
    content: '\f061';
    font-family: FontAwesome;
    left: -18px;
    top: 3px;
    z-index: 1;
    font-size: 13px;
    margin-right: 10px;
}

/*** Team ***/
.lt-team-item h4 {
    font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.lt-team-item ul {
    padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 8px auto 0;
    display: inline-block;
    text-align: center;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.lt-team-item ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    border: 1px solid rgba(15, 33, 55, 0.26); 
}
.lt-team-item ul li strong {
    display: none;
}
.lt-team-item ul li a em {
    border-radius: 5px !important;  
}
.lt-team-item ul li a:hover {
    color: #fff;
}
.lt-team-item ul li:nth-child(1) a:hover {
    background-color: rgb(60, 90, 153);
    border-color: rgb(60, 90, 153);
}
.lt-team-item ul li:nth-child(2) a:hover {
    background-color: rgb(29, 161, 242);
    border-color: rgb(29, 161, 242);
}
.lt-team-item ul li:nth-child(3) a:hover {
    background-color: rgb(251, 57, 88);
    border-color: rgb(251, 57, 88);
}
.lt-team-item ul li:nth-child(4) a:hover {
    background-color: rgb(234, 76, 137);
    border-color: rgb(234, 76, 137);
}

/*** 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: underline;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
}

/*** Bottom ***/
#sp-bottom {
    background: #001238;
    text-align: center;
}
#sp-footer {
    background: #02102d;
    text-align: center;
}
#sp-footer .container {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: 0;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 4em!important;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
}
#sp-bottom p a {
    font-weight: 700;
}
.lt-bottom-item {
    padding: 20px 70px 30px 70px !important;
    text-align: center;
    position: relative;
    margin: 10px;
     -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-bottom-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: inline-block;
    left: 0;
    right: 0;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: #fff;
}
.lt-bottom-item .sppb-icon-container {
    padding: 30px;
    border-radius: 50%;
    border: 10px solid #fff;
    background: #001238;
    width: 110px;
    height: 110px;
    line-height: 105px;
}
.lt-bottom-social ul {
    margin: 0 auto!important;
    max-width: 325px;
    overflow: hidden;
}
.lt-bottom-social ul li {
    float: left;
}
.lt-bottom-social ul li a:before {
    box-shadow: 0 0 0 0 currentColor !important;
    height: 40px;
    width: 40px;
    padding: 11px;
    color: #000;
    border-radius: 5px;
    background: #fff;
    margin: 10px;
    font-size: 16px;
}
.lt-bottom-social-home:before, 
.lt-bottom-social-home:after {
    content: "";
    display: inline-block;
    width: 8%;
    height: 1px;
    vertical-align: middle;
    text-align: center;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
}
.lt-bottom-social-home:after {
    background-image: -webkit-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
}

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

/*** Fix real estate ***/
.com-realestatemanager.itemid-208 #sp-component > .sp-column,
.com-realestatemanager.itemid-207 #sp-component > .sp-column,
.com-realestatemanager.itemid-206 #sp-component > .sp-column {
  	font-size: 0;
}
.com-realestatemanager.itemid-208 #sp-component > .sp-column div,
.com-realestatemanager.itemid-207 #sp-component > .sp-column div,
.com-realestatemanager.itemid-206 #sp-component > .sp-column div {
  	font-size: 14px;
}
.row_rating_j3 #star img {
  	display: inline-block;
}


/*** Resposive ***/
@media (min-width: 992px) {
}
@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-megamenu-parent {
        display: none!important;
    }
    .lt-feature-item,
    .lt-team-item,
    .lt-plan-item {
        margin: 20px 0;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .lt-contact {
        padding: 0!important;
    }
    .lt-contact-img {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    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;
    }
    .lt-slider .tparrows.tp-rightarrow {
        left: 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%;
    }
}



