/*** General ***/
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    background: #1e1e1e;
    border-radius: 5px !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
  	cursor: pointer;
    border: 0!important;
    color: #fff!important;
}
.lt-btn:hover,
.lt-slider-btn a:hover,
#sp_qc_submit:hover {
	background: #222!important;
    border-color: #000;
    border: 0!important;
}
.lt-slider-btn a span:before {
    margin-left: 10px;
}
.lt-btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}

/*** Top Head ***/
#sp-top-bar {
    background: #fff;
    padding: 13px 0;
}
#sp-top-bar a {
    padding-left: 10px;
    color: #756969;
    font-size: 14px;
    font-weight: 400;
}

/*** Head ***/
#sp-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    background: #282828;
}
#sp-header.header-sticky {
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
body:not(.itemid-101) #sp-header {
    max-width: 100%;
    margin: 0 auto;
}
#sp-header:after {
    top: 0;
    left: -6px;
    content: "";
    width: 10px;
    height: 75px;
    transform: skewX(-10deg);
    background: #FF214F;
    position: absolute;
    box-shadow: #181818 3px 0 0;
    transition: 400ms ease;
    -moz-transition: none;
    z-index: 100000;
}
#sp-header:before {
    top: 0;
    right: -3px;
    content: "";
    width: 10px;
    height: 75px;
    transform: skewX(-10deg);
    background: #282828;
    position: absolute;
    box-shadow: #181818 3px 0 0;
    transition: 400ms ease;
    -moz-transition: none;
    z-index: 100000;
}
body:not(.itemid-101) #sp-header:after, body:not(.itemid-101) #sp-header:before,
#sp-header.header-sticky:after, #sp-header.header-sticky:before {
    content: none;
}
#sp-header,
#sp-header .logo {
    line-height: 75px;
    height: 75px;
}
#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;
    line-height: 1.3;
}
.sp-megamenu-parent > li:last-child {
	border-right: 0;
}
.sp-megamenu-parent > li > a {
	width: 100%;
	color: #fff;
  	padding: 0 5px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 400ms ease;
    -moz-transition: none;
    transform: skewX(-10deg);
    border-left: 2px solid #181818;
    overflow: hidden;
}
.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-dropdown-inner > .row:last-child {
    display: none!important;
}

/*** Slider ***/
.lt-slider {
    margin-top: -38px!important;
}
.lt-slider-color {
    padding: 30px 100px!important;
}
.lt-slider .lt-slider-text {
    position: relative;
}
.lt-slider .lt-slider-text:before {
    content: "";
    top: -15px;
    left: 0;
    position: absolute;
    width: 20px;
    height: 3px;
}
.lt-slider-color h5 {
    text-transform: uppercase;
    font-size: 14px;
}
.lt-slider-color h1 {
    text-transform: uppercase;
    font-size: 23px !important;
    line-height: 28px !important;
    font-weight: 600;
}

/*** Title ***/
.lt-title {
    border-bottom: 3px solid;
}
.lt-title h4 {
    margin-bottom: 0;
    padding: 26px 28px;
    display: inline-block;
}

/*** About Us ***/
.lt-about-us .sppb-section-title {
    padding-bottom: 30px;
}
.lt-about-us .sppb-title-heading {
    position: relative;
}
.lt-about-us .sppb-title-heading:before {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 3px;
}

/*** 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: 100%;
	float: left;
	margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
	margin-right: 0;
}
.k2ItemsBlock ul li img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;  
}
.k2ItemsBlock ul li {
    overflow: hidden;
}
.k2ItemsBlock ul li:hover img {
    transform: scale(1.2)!important;
}
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 Last ***/
.lt-blog-last div.k2ItemsBlock ul li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
}
.lt-blog-last div.k2ItemsBlock ul li:nth-child(4n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li img {
    transform: scale(1.08);
}
div.k2ItemsBlock ul li {
    color: #fff;
    padding: 0 10px 10px;
    background: #292E38;
    margin-top: 20px;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
    display: inline-block;
}

/*** Blog Review ***/
.lt-blog-review div.k2ItemsBlock ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.lt-blog-review div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 0;
}

/*** Blog Tab ***/
.lt-blog-tab ul {
    padding-left: 0;
}
.lt-blog-tab ul li:before {
    top: 0;
    left: -4px;
    display: inline-block;
    content: "";
    width: 13px;
    height: 100%;
    transform: skewX(-10deg);
    background: #FF214F;
    position: absolute;
    border-right: 3px solid #181818;
    transition: 400ms ease;
    z-index: 100000;
}
.lt-blog-tab ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 2.5%;
    background-color: #292E38;
    padding: 20px 10px;
}
.lt-blog-tab ul li:nth-child(3) {
    margin-right: 0;
}
.lt-blog-tab ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 3px;
    display: inline-block;
}

/*** Service ***/
.lt-service-item {
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    padding: 80px 50px 60px;
    border-width: 0px;
    border-radius: 5px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    z-index: 1;
    height: 370px;
    transition: all .5s ease-out 0s;
    transform: rotateY(0deg);
    position: relative;
    background: #fff;
}
.lt-service .lt-service-item:hover {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.lt-service-item h4 {
    position: relative;
    padding-bottom: 16px;
}
.lt-service-item h4:after {
    content: "";
    background: #000;
    width: 23px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lt-service-item:first h4:after {
    background: #fff;
}
.lt-service-item:hover h4:after {
    background: #fff;
}
.lt-service-item:hover i,
.lt-service-item:hover h4,
.lt-service-item:hover .sppb-addon-text {
    color: #fff;
}

/*** Blog ***/
.lt-blog div.k2ItemsBlock ul li {
    position: relative;
    text-align: center;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage {
    margin-bottom: 82px;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage img {
	padding: 0;
}
.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: 24px;
    color: #383838;
	font-weight: 600;
	height: 58px;
	overflow: hidden;
	display: -webkit-box;
}
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;
}

/*** Sidebar ***/
.lt-content-sidebar-search {
    padding: 20px 15px 20px 15px;
    background-color: #292E38;
    border-radius: 5px 5px 5px 5px;
}
.lt-content-sidebar-search .btn.btn-primary {
    border-radius: 0!important;
}
.lt-sidebar-title {
    background-color: #292E38;
    padding: 23px 20px 15px;
    color: #fff;
}
.lt-content-sidebar div.k2ItemsBlock ul li {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.lt-content-sidebar div.k2ItemsBlock ul li div.moduleItemIntrotext {
    position: relative;
}
.lt-content-sidebar div.k2ItemsBlock ul li .moduleItemAuthor {
    position: absolute;
    top: 60%;
    padding: 2px 10px;
    color: #fff;
    font-size: 0;
    z-index: 999;
}
.lt-content-sidebar div.k2ItemsBlock ul li .moduleItemAuthor:after {
    left: 2px;
    right: 2px;
    height: 100%;
    width: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    transform: skewX(-10deg);
    background: #ff2851;
    transition: 400ms ease;
    z-index: -1;
}
.lt-content-sidebar div.k2ItemsBlock ul li .moduleItemAuthor a {
    color: #fff;
    font-size: 14px;
}

/*** 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-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
}
.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;
}

/*** Contact ***/
.lt-contact-right .sppb-media-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.lt-contact-right a {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.lt-contact-right a strong {
    display: none;
}

/*** 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);
}
.lt-step .sppb-panel-title {
	font-size: 26px;
	color: #001659;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
	background: none;
	border:	0;
}
.sppb-panel-modern .sppb-panel-body {
	border:	0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
	background: #fff;
}
.sppb-panel-heading {
	padding: 30px 20px 20px 34px!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: 18px;
}
.sppb-panel-heading.active i:before {
	content: "-";
	font-size: 18px;
}
.sppb-panel-heading.active i {
	transform: rotate(90deg);
	color: #fff;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lt-team .sppb-title-heading {
	-webkit-text-stroke-color: #1e3c6f;
}
.lt-team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.lt-team-item .sppb-img-container {
	position: relative !important;
}
.lt-team-item .sppb-addon-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.lt-team-item:hover .sppb-addon-text {
    max-height: 100px;
    opacity: 1;
}
.lt-team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lt-team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.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: 0 auto;
    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;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.lt-team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.lt-team-item ul li strong {
	display: none;
}

/*** Testimonial ****/
.lt-testimonial-item img {
    border-radius: 50%;
    width: 70px;
}
.lt-testimonial-star em {
    font-size: 18px;
    color: #f4c133;
}
.lt-testimonial-star strong {
    display: none;
}

/*** Contact ***/
.lt-contact-icon .shrewd_solution_icon ul li a {
    height: 40px;
    background-color: #0F073F !important;
    color: #fff !important;
    width: 40px;
    line-height: 43px;
    border-radius: 50%;
}


/*** Counter ***/
.lt-counter-item .sppb-addon-title {
	float: left;
}
.lt-counter-item .sppb-addon-title h6 {
	line-height: 2em;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 14px;
    margin: 13px 0 -3px;
    text-transform: uppercase;
}
.lt-counter-item .sppb-addon-title h3 {
	font-size: 40px;
}
.lt-counter-content {
	padding-top: 30px;
}
.skill-box .skills-circle ul {
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
}
.skill-box .skills-circle  ul > li {
	width: 150px;
	height: 150px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	border-radius: 50%;
    border: 1px solid #b9a17e;
}
.skill-box .skills-circle ul > li > span {
	color: #7a7;
}
.skill-box .skills-circle ul > li > span.text, .skill-box .skills-circle ul li > span ~ b {
    top: 54%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    z-index: 1;
    font-size: 45px;
}
.skill-box .skills-circle ul > li > span.text ~ b, .skill-box .skills-circle ul li > span ~ b ~ b {
	font-weight: normal;
	margin-top: 8px;
}
.skill-box .skills-circle ul > li > span.bar-circle-right, 
.skill-box .skills-circle ul > li > span.bar-circle-left {
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	clip: rect(0, 75px, 150px, 0);
	background: #f68e13;
}
.skill-box .skills-circle ul > li > span.bar-circle-right {
	background: #fff;
}
.skill-box .skills-circle ul > li > span.bar-circle-cover {
	display: block;
	width: 95%;
	height: 95%;
	border-radius: 50%;
	background-color: #eee;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*** Plan ***/
.lt-client.line-title .sppb-section-title:before {
    top: -150px;
}

/*** Contact Form ***/
#sp-quickcontact-form textarea#message {
  width: 100%;
}
#sp-quickcontact-form input:nth-child(-n+6) {
    width: 32%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input:nth-child(6) {
    margin-right: 0;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}

/*** Bottom ***/
#sp-bottom h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 18px;
    max-width: 165px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 1em;
    z-index: 1;
}
#sp-bottom h3:before {
    top: 0;
    left: -10px;
    content: "";
    width: 13px;
    height: 100%;
    transform: skewX(-10deg);
    background: rgba(255,40,81,0.5);
    position: absolute;
    border-right: 3px solid #181818;
    transition: 400ms ease;
    z-index: -1;
}
#sp-bottom h3:after {
    left: 3px;
    right: 3px;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    transform: skewX(-10deg);
    z-index: -1;
    background: #ff2851;
}
#sp-bottom,
#sp-footer {
	background: #0a1229;
}
#sp-bottom .container,
#sp-footer .container {
	max-width: 1360px;
}
.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;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
#sp-footer {
	border-top: 1px solid #1d263f;
}
#sp-footer .container-inner {
	border-top: 0;
}
#sp-footer1 {
    text-align: center;
}
#sp-footer1 .custom p {
    margin-bottom: 0 !important;
}
#sp-footer1 .custom a {
    color: #fff;
}

/*** 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 (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent > li > a {
		font-size: 14px!important;
		padding: 0 4px;
	}
    .lt-slider-color {
        padding: 10px 20px!important;
    }
}
@media (max-width: 991px) {
    .lt-slider-color {
        padding: 10px 20px!important;
    }
    .lt-slider-color h1 {
        font-size: 14px !important;
    }
    .lt-slider-color h1 {
        line-height: 19px !important;
    }
	.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) {
    #sp-header, #sp-header .logo {
    	height: auto;
        line-height: 1;
     }
     #sp-header:before,
  	 #sp-header:after {
    	height: 69px;
     }
    .lt-slider-color {
        padding: 10px 10px 5px !important;
        top: auto !important;
        bottom: 0 !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;
	}
	.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-blog-tab ul li {
        width: 100%;
        margin: 10px 0;
        margin-right: 0;
    }
    .lt-slider-color h5 {
        font-size: 10px !important;
    }
    .lt-slider-color h1 {
        font-size: 10px !important;
        line-height: 16px !important;
        margin-top: 11px !important;
    }
    .lt-blog-review div.k2ItemsBlock ul li,
    .lt-blog-last div.k2ItemsBlock ul li {
        width: 100%;
    }
}