/*** General ***/
.container {
    max-width: 1237px;
}
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    fill: #444867;
    color: #444867;
    background-color: rgba(0,0,0,0);
    border-style: double;
    border-width: 3px 3px 3px 3px;
    border-color: #444867;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 40px 15px 40px;
}
.lt-slider-btn.left a {
  	border: 2px solid #444867;
  	background: transparent;
}
.lt-slider-btn.right a {
  	background: #fff;
  	border: 2px solid #fff;
  	color: #444867 !important;
  	
}
.lt-slider-btn.left a:hover {
    color: #ffffff;
    background-color: #444867 !important;
}
.lt-slider-btn.right a:hover {
  	background: #444867;
  	border: 2px solid #444867;
  	color: #fff !important;
  	
}
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-color: #fff;
}
.sp-top-bar .container {
  	padding: 10px 15px;
  	border-bottom: 2px dashed rgba(45, 54, 99, 0.1);
}
#sp-top-bar > #sp-top1 p,
#sp-top-bar li,
#sp-top-bar a {
    color: #756969;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
#sp-top-bar li i {
    color: #ffa516;
}
#sp-head-top ul {
  	margin: 0;
  	padding: 0;
}
#sp-head-top ul li {
    display: inline-block;
}
ul.top-right li strong,
ul.top-left li strong {
    display: none;
}
ul.top-left li em,
ul.top-left li {
	padding-right: 10px;  
}
ul.top-right {
  	text-align: right;
}
.top-right a {
    margin-left: 15px;
}

/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    background-color: #fff;
}
#sp-header .logo {
    height: 70px;
}
#sp-header.header-sticky {
    position: fixed;
  	border-bottom: 2px solid #444867;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    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: 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: 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: 0;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.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;
}

/*** Slider ***/
.lt-slider .sppb-col-md-3 {
    background: rgba(3, 19, 34, 0.39);
}
.lt-slider .sppb-row > div:nth-child(2) {
    z-index: 999;
}

/*** Title ***/
.lt-title {
    position: relative;
    padding-bottom: 42px;
}
.lt-title h2 {
    color: #444867;
    font-size: 37px;
    font-weight: 800;
    letter-spacing: 5.8px;
}
.lt-title h6 {
    font-family: cursive;
    letter-spacing: 4px;
    font-weight: 700;
}

/*** Divider ***/
.lt-devider {
    margin: 0 auto;
}

/*** Shape ***/
.lt-shape .elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lt-shape .elementor-shape-fill {
    fill: #fff;
}
.lt-shape svg {
    width: 100%;
    height: 120px;
}

/*** Choose ***/
.lt-choose .sppb-tab-pane {
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    border: none !important;
    padding: 55px 20px 55px 20px !important;
}
.lt-choose .sppb-nav li {
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 14px;
    text-align: center;
    margin-right: 0px;
    border-bottom: 2px dashed #444867 !important;
}
.lt-choose .sppb-nav li.active, .lt-choose .sppb-nav li:hover {
    border-bottom: none !important;
}
.lt-choose .sppb-nav .active .sppb-text-left,
.lt-choose .sppb-nav li:hover .sppb-text-left {
    background-color: #444867 !important;
    border-radius: 8px;
    color: #fff !important;
}
.full-content {
    width: 100%;
}
.full-content .choose-imges {
    width: 33%;
    float: left;
}
.full-content .choose-content {
    width: 65%;
    float: left;
    padding: 20px 20px;
}
.full-content .subheader {
    font-size: 18px;
    color: #dfbb9c;
}
.full-content .header {
    font-size: 36px;
    line-height: 1.3em;
    color: #404040;
    margin: 10px 0px 20px;
}
.full-content .sequences {
    font-size: 24px;
    line-height: 1.3em;
    color: #dfbb9c;
    margin: 30px 0;
}
.full-content .sequences b {
    color: #404040;
}
.full-content .btn-choose {
    padding: 18px 35px 18px 35px;
    line-height: 1.4em;
    min-width: 250px;
    display: inline-block;
    font-size: 18px;
    background-color: #dfbb9c;
    color: #404040;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.full-content .btn-choose:hover {
    color: #fff;
    background-color: #404040;
}
.sale {
    color: #000;
}

/*** BG ***/
.lt-bg-colum {
    border: 3px solid;
}

/*** Choose ***/
.lt-choose {
    position: relative;
}
.lt-choose:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}
.lt-choose .lt-title:before,
.lt-choose .lt-title h3 {
    color: #fff;
}
.lt-choose-item {
    padding: 35px 20px 45px 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 19px 4px rgba(201,201,201,0.5);
}

/*** Countdown ***/
.lt-countdown .sppb-section-title .elementor-divider-separator {
    background: #fff;
}
.lt-countdown h2 span {
    font-weight: 300;
}
.lt-countdown .scd-unit-horz {
    color: #fff!important;
}

/*** Client ***/
.lt-client-item h2 {
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.lt-client-item strong {
    display: none;
}
.lt-client-item em {
    padding-right: 10px;
}
.lt-client-item a {
    color: #000;
    font-size: 16px;
}
.lt-client-item a:hover {
    color: #00ce1b;
}

/*** Project ***/
.sppb-panel-modern {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.sppb-panel-title {
    font-size: 16px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 15px;
    color: #fff !important;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/*** Our ***/
.lt-our {
    position: relative;
}
.lt-our:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    display: inline-block;
}
.lt-our-item {
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: -6px 16px 25px -6px rgb(188 188 188 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.lt-our-item .sppb-img-container {
    overflow: hidden;
}
.lt-our-item img {
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-our-item img:hover {
    transform: scale(1.1);
}
.lt-our-item .sppb-media-content {
    padding-left: 20px;
    padding-right: 20px;
}
.lt-our-item h5 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.lt-our-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}
.lt-our-item a {
    fill: #000f2b;
    color: #000f2b;
    display: inline-block;
    background-color: rgba(156,204,58,0);
    border-style: double;
    border-width: 0px 0px 3px 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 0px 4px 0px;
}

/*** About Us ***/
.lt-about-us-left h2 {
    color: #ffffff;
    font-size: 51px;
    font-weight: 900;
    line-height: 1.2em;
}

/*** Price ***/
.lt-price-column {
    box-shadow: 0px 0px 20px 0px rgba(221,221,221,0.5)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 20px 0;
    padding: 70px 50px 40px 50px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}
.lt-price-item {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-price-item:hover {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 21%);
}
.lt-price-item h4 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 19px 0px;
}
.lt-price-item h5 {
    font-size: 15px;
    background-color: #e5e5e5;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 10px 0px;
}
.lt-price-item h5 strong {
    font-size: 48px;
    font-weight: 900;
}
.lt-price-item ul {
    padding-left: 20px;
    padding-top: 15px;
    text-align: left;
    display: inline-block;
}
.lt-price-item ul li {
    list-style: none;
    color: #666666;
    padding-left: 15px;
    line-height: 35px;
}
.lt-price-item ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}
.lt-price .lt-btn {
    border-width: 3px!important;
    background: none;
    text-transform: capitalize;
}
.lt-price-item.color h1,
.lt-price-item.color h5,
.lt-price-item.color ul li,
.lt-price .lt-btn:hover {
    color: #fff;
}
.lt-price-item.color h5:after {
    background-color: #fff;
}
.lt-price-column .lt-btn {
    background: #fff;
}
.lt-price-column .lt-btn:hover {
    border-color: #fff!important;
}

.lt-price-item h6 {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(
-45deg
);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(
-45deg
);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
}

/*** Testimonial ***/
.lt-testimonial-item {
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(93,114,128,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 0 30px;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.lt-testimonial-item:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}
.lt-testimonial-item.center {
    margin-top: 70px;
}
.lt-testimonial-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-testimonial-item:hover i {
    transform: scale(1.1);
}
.lt-testimonial-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
}
.lt-testimonial-item h5 {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 400;
}
.lt-testimonial img {
    border-radius: 50%;
    width: 80px;
}
.sppb-addon-content {
    width: 100%;
    float: left;
}
.lt-testimonial-img {
    width: 15%;
    float: left;
}
.lt-testimonial-content {
    float: left;
    width: 80%;
}

/*** Category ***/
.lt-category-column {
    min-height: 200px;
}
.lt-category-column .lt-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 135px;
}

/*** Why ***/
.lt-why-item .sppb-addon-single-image-container {
    position: relative;
}
.lt-why-item .sppb-addon-single-image-container:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    display: inline-block;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*** Collection ***/
.lt-collection-column .clearfix {
    background-color: #FFFAF7;
    margin: 0 auto;
    max-width: 582px;
}
.lt-collection .lt-btn {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

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

/*** Service ***/
.lt-service .lt-title {
    padding-bottom: 0;
}
.lt-service-item h3 {
    position: relative;
    padding-bottom: 18px;
}
.lt-service-item h3:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 3px;
}
.lt-services-row img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-services-row:hover img {
    transform: scale(1.1);

}

/*** Our ***/
.lt-our-left .clearfix {
    position: relative;
}
.lt-our-left .clearfix:nth-child(2) {
    top: 100px;
    position: absolute;
}
.lt-our-left .clearfix:nth-child(3) {
    position: relative;
    top: -100px;
}

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

/*** Counter ***/
.lt-counter-item {
    padding: 35px 15px 35px 15px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}
.lt-counter-item i {
    width: 83px !important;
    height: 83px !important;
    line-height: 83px !important;
    border-radius: 50%;
}
.lt-counter-item .sppb-icon-container {
    border-radius: 50%;
}
.lt-counter-item .count, .lt-counter-item #shiva {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    line-height: 60px;
}
.lt-counter-item h4 {
    color: #35527D;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

/*** 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: 48%;
    float: left;
    margin-right: 3%;
}
div.k2ItemsBlock ul li:nth-child(2n) {
    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 .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;
}

/*** Info ***/
.lt-contact-info a {
    border-radius: 50% !important;
    color: #fff !important;
    background: #0F073F !important;
}

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

/*** Feature ***/
.lt-feature-album iframe {
    max-width: 100%;
}
.lt-feature .lt-title p,
.lt-feature .lt-title h6 {
    color: #031322;
}

/*** Event ***/
.lt-event-item {
    position: relative;
    overflow: hidden;
}
.lt-event-item img {
    width: -webkit-calc(100% + 40px)!important;
    width: calc(100% + 40px)!important;
    max-width: -webkit-calc(100% + 40px)!important;
    max-width: calc(100% + 40px)!important;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.lt-event-item:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
      -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}
.lt-event-item .sppb-media-content {
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
}
.lt-event-item:hover .sppb-media-content {
    background: rgba(0, 0, 0, 0.82);   
}
.lt-event-item .sppb-media-content,
.lt-event-item .sppb-media-content:before,
.lt-event-item .sppb-media-content:after {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
}
.lt-event-item .sppb-media-content:before {
    position: absolute;
    content: "";
    opacity: 0;
    top: 30px;
    right: 20px;
    bottom: 50px;
    left: 20px;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.lt-event-item .sppb-media-content:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.lt-event-item:hover .sppb-media-content:after,
.lt-event-item:hover .sppb-media-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.lt-event-item h4 {
    padding: 50px 30px 0 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}
.lt-event-item h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.lt-event-item:hover h5 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

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

/*** Team ***/
.lt-team-item {
    position: relative;
    overflow: hidden;
}
.lt-team-item:before {
    background-color: transparent;
    background-image: linear-gradient(
180deg
, rgba(0,15,43,0.36) 45%, #00355D 100%);
    opacity: 0.89;
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(
180deg
, rgba(0,15,43,0.36) 45%, #00355D 100%);
    opacity: 0.89;
}
.lt-team-item:hover:before {
    background-image: linear-gradient( 
180deg
 , rgba(0,15,43,0.36) 45%, #4681af 100%);
}
.lt-team-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding-bottom: 25px;
}
.lt-team-item img {
    width: 100%;
}

/*** Bottom Team ***/
.lt-bottom-team .lt-btn:before {
    background-color: #fff!important
}
.lt-bottom-team .lt-btn:after {
    background-color: #191C21
}
.lt-bottom-team .lt-btn:hover {
    color: #fff;
}

/*** 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 {
    text-align: left;
}
#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 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;
    border: 2px solid!important;
    border-radius: 7px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff!important;
}

/*** Bottom Contact ***/
.lt-bottom-contact svg {
    fill: #FDF9EE;
}
#lt-bottom-contact {
    will-change: inherit!important;
}
#lt-bottom-contact h3 {
    line-height: 0!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;
    border-top: 1px solid #ececec;
    color: #a0aec6;
    float: left;
    width: 100%;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    color: #000!important;
    font-size: 14px;
    font-family: 'Francois One';
    text-transform: uppercase;
    padding: 0 10px;
}
#sp-bottom .menu li a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 28px auto 0px;
    position: absolute;
    top: 2px;
    background: #F1755C;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom .menu li:hover > a:before,
#sp-bottom .menu li.active > a:before {
    width: 37px;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    display: inline-block!important;
}
#sp-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
    text-transform: uppercase;
}
#sp-bottom p a {
    font-weight: 700;
}
ul.left, ul.right {
    float: left;
    width: 50%;
}
.lt-bottom-bank {
    text-align: center;
}
.lt-bottom-bank .clearfix {
    display: inline-block;
    margin: 20px;
}
.lt-bottom-social ul li {
    list-style: none;
    line-height: 35px;
    display: inline-block!important;
    padding: 0px!important;
}
.lt-bottom-social ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.lt-bottom-social ul li a strong {
    display: none;
}
.lt-bottom-social ul li a:hover em { 
    color: #fff!important;
}
#sp-bottom2 em {
    padding-right: 15px;
}
#sp-bottom2 strong,
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a i {
    background: #44BAEB; 
}
#sp-footer {
    width: 100%;
    float: left;
}

/*** 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: 1170px) {
    .lt-work-img {
        margin-right: calc(-50vw + 555px);
    }
    .lt-our-left .clearfix:nth-child(1) {
        left: calc(-50vw + 555px);
    }
    .lt-our-left .clearfix:nth-child(3) {
        left: calc(-50vw + 500px);
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .lt-subscribe .sppb-col-md-8 {
        max-width: 100%;
        flex: inherit;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 70px;
    }
    #sp-header .logo .logo-image {
        height: 52px;
    }
    .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;
    }
    #sp-logo {
        width: 90%;
    }
    #sp-menu {
        width: 10%;
    }
}
@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: 10px !important;
      	line-height: 10px !important;
  	}
  	.lt-price .sppb-col-md-4 {
    	margin-bottom: 40px;
	}
    .lt-slider-btn.right.start {
        margin-left: 110px !important;
    }
}

@media (max-width: 480px) {
  	.lt-slider-btn a {
    	margin-top: 60px !important;
	}
    #sp-head-top ul {
        text-align: center;
    }
    .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;
    }
}

