/* general css */
body {
    background: #fff!important;
    color: #272727;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Head */
.sp-header {
    box-shadow: 0px 20px 35px 0px rgba(215, 215, 215, 0.35);
    z-index: 2;
    position: relative;
}
.sp-header.header-sticky {
  	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background-color: rgba(255,255,255,.9);
}
.sp-header > .container {
    max-width: calc(100% - 275px);
    padding: 40px 0 35px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.sp-header.header-sticky > .container {
    padding: 0px;
}

/* Top Head */
#sp-top-left-menu {
    line-height: 65px;
}
#sp-top-left-menu a {
    padding: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.702);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
#sp-top-left-menu a:before {
    font-family: FontAwesome;
    font-size: 28px;
    margin-right: 25px;
    font-weight: 400;
}
#sp-top-left-menu p {
    margin-bottom: 0;
}
#sp-menu-top-right .sp-module {
    text-align: right;
}
#sp-menu-top-right ul {
    padding-left: 0;
    margin-bottom: 0;
}
#sp-menu-top-right ul li {
    display: inline-block;
    padding-left: 20px;
    list-style: none;
    position: relative;
}
#sp-menu-top-right ul li a {
    color: rgba(255, 255, 255, 0.702);
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 65px;
}
#sp-menu-top-right ul li .menu-child {
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 99999;
    position: absolute;
    top: 100% !important;
    left: -80px !important;
    min-width: 180px;
    border: none;
    background-color: #1e222f;
    display: block;
    transition: all 300ms linear 0s;
    transform: rotateX(-90deg);
    transform-origin: top;
    text-align: left;
}
#sp-menu-top-right ul li:hover .menu-child {
    transform: rotateX(0deg);
}
#sp-menu-top-right ul li .menu-child li {
    padding-left: 0;
    display: block;
}
#sp-menu-top-right ul li .menu-child li a {
    background-color: transparent;
    color: #cdcccc;
    margin: 0;
    padding: 0 20px;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.702);
}
#sp-menu-top-right ul li .menu-child li a:hover {
    color: #f16a2e;
    border-left: 4px solid #f16a2e;
}


/* Sticky menu */
body.home #sp-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50px;
    background: none!important;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
body #sp-header.header-sticky {
  	position: fixed!important;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
    background: rgba(0,0,0,.8)!important;
}

/*** Logo ***/
.header-area .logo {
	padding: 14px 0;
}

/*** Menu ***/
ul.sp-megamenu-parent > li > a {
    text-transform: capitalize;
    position: relative;
    text-transform: uppercase;
    padding: 0 30px 0 0;
    font-weight: 600!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 12px 0;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	line-height: 45px;
	border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	border-top: 1px solid #E8EEF3;	
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
#offcanvas-toggler > .fa {
    color: #fc7837;
    line-height: 45px;
    width: 51px;
    background: #ffece3;
    border-radius: 10px;
    text-align: center;
    border: 0;
    margin-top: 12px;
    margin-right: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#offcanvas-toggler > .fa:hover:before {
    color: #fff;
}
#offcanvas-toggler > .fa:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: #5580ff;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
#offcanvas-toggler > .fa:hover:after {
    transform-origin: left center;
    transform: scale(1, 1);
}

/**** Button ****/
.lt-btn,
.tp-caption a.btn-slider {
    position: relative;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    color: #fff!important;
    border-radius: 15px;
    font-weight: 400;
    background: #007bff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 }
.lt-btn:before,
.tp-caption a.btn-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    background: #007bff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-btn.no-bg {
    min-width: 255px;
    overflow: hidden;
    border: 3px solid #eaeaea;
    background: none;
    font-size: 20px;
    font-weight: 500;
    color: #272727!important;
}
.lt-btn:hover:before,
.tp-caption a.btn-slider:hover:before {
    width: 100%;
}
.lt-btn.no-bg:hover {
    color: #fff!important;
    border-color: transparent;
}
.lt-btn.black {
    background: #191919;
    border-color: #191919;
}
.lt-btn.black:hover {
    background: none;
}

 /*** Title ***/
.lt-title {
    position: relative;
}
.lt-title h1 {
    position: absolute;
    left: -50px;
    top: -25px;
    z-index: -1;
}
.lt-title h2 {
    color: #272727;
    position: relative;
    padding-top: 25px;
    font-size: 40px;
}
.lt-title h4 {
    padding: 30px 0 25px;
}

/*** Market ***/
.lt-market-item {
    border: 1.87px dashed #f4e9fd;
    padding: 40px 35px 25px;
    margin-bottom: 20px;
    transition: all 300ms linear 0s;
    position: relative;
    z-index: 1;
    box-shadow: 0px 18px 43px 0px transparent!important;
}
.lt-market-item:hover {
    background: #fff;
    box-shadow: 0px 18px 43px 0px rgba(137, 141, 194, 0.35)!important;
    border-color: #fff;
}
.lt-market-item .pull-left {
  	width: 30px;
    height: 33px;
}
.lt-market-item:hover .pull-left {
  	width: 0px;
}
.lt-market-item .sppb-addon-content {
    line-height: 25px;
}
.lt-market-item h5 a {
    color: #4A4A4A;
}
.lt-market-item i,
.lt-market-item .sppb-media>.pull-left {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-market-item:hover i {
    position: absolute;
    color: #fff2ec;
    font-size: 120px!important;
    line-height: 1;
    z-index: -1;
    top: 30px;
    left: 0;
}
.lt-market-item:hover .sppb-media>.pull-left {
    margin-right: 0!important;
}

/*** About ***/
.lt-about-content {
    max-width: 675px;
    float: right;
    position: relative;
    padding-left: 10px;
}
.lt-about-content p {
    line-height: 30px;
}
.lt-about-content ul {
    padding-left: 0;
}
.lt-about-content ul li {
    position: relative;
    color: #242424;
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 15px;
    list-style: none;
}
.lt-about-content ul li:before {
    position: absolute;
    content: '\f058';
    left: 0px;
    top: 5px;
    color: #f7bd00;
    line-height: 1em;
    font-size: 18px;
    font-family: FontAwesome;
}
.lt-about-img .sppb-addon-single-image-container {
    float: right;
}

/*** Service ***/
.lt-service-item {
    background: #fff;
    box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
    padding: 45px 30px 45px 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-service-item:hover,
.lt-service-item:hover h3,
.lt-service-item:hover i,
.lt-service-item:hover a {
    color: #fff!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-service-item p {
    line-height: 30px;
}
.lt-service-item a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-top: 30px;
}
.lt-service-item a em {
    font-size: 15px;
    margin-left: 10px;
}
.lt-service-item a:hover em {
    margin-left: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-service-item a strong {
    display: none;
}

/***  Feature ***/
.lt-feature-left {
    position: relative;
}
.lt-feature-content {
    max-width: 675px;
    float: right;
    position: relative;
    padding-left: 10px;
}
.lt-feature-content h6 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(39, 39, 39, 0.8);
    padding: 40px 0 50px;
}
.lt-feature-content h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(39, 39, 39, 0.8);
    padding: 40px 0 50px;
}
.lt-feature-content p {
    line-height: 30px;
}
.lt-feature-content a {
    margin-top: 55px;
}
.lt-feature-content-img {
    max-width: 100%;
    position: absolute;
    left: -280px;
    top: 75px;
    z-index: -1;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
.lt-feature-img {
    position: relative;
}
.lt-feature-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 40px;
    bottom: 0;
    right: 0;
    top: 120px;
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, #6d74ea 0%, #f4a79a 100%);
    background-image: -webkit-linear-gradient(90deg, #6d74ea 0%, #f4a79a 100%);
    background-image: -ms-linear-gradient(90deg, #6d74ea 0%, #f4a79a 100%);
    display: block;
}
/*** Counter ***/
.lt-counter-item {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-top: 45px;
}
.lt-counter-item img {
    position: absolute;
    max-width: 100%;
    left: 20px;
    top: 0;
    z-index: -1;
}
.lt-counter-item h2 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    padding-top: 30px;
}
.lt-counter-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    max-width: 930px;
    margin: 0 auto 50px;
}
/*** Tab ***/
.lt-tab .sppb-nav-tabs>li.active>a {
    background: #ff5a6e none repeat scroll 0 0;
    color: #ffffff;
}

/*** Project ***/
.lt-project-item {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 30px;
    cursor: pointer;
}
.lt-project-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.lt-project-item h5 a {
    color: #222;
}
.lt-project-item p {
    line-height: 30px;
}
.lt-project-item .sppb-addon-text {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-project-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-project-item:hover img {
    transform: scale3D(1.2, 1.2, 2);
}
.lt-project-item:hover h5,
.lt-project-item:hover h5 a {
    color: #fff;
}
.lt-project-item:hover .sppb-addon-text {
    color: #fafafa;
}

/*** Get app ***/
.lt-get-app:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0.95;
}
.lt-get-app-content .sppb-addon-title,
.lt-get-app-content .sppb-addon-content {
    width: 50%;
    float: left;
}
.lt-get-app-content .sppb-addon-title {
    text-align: right;
    padding: 40px;
    position: relative;
}
.lt-get-app-content .sppb-addon-title:before {
    position: absolute;
    content: "";
    top: 40px;
    right: 0;
    width: 2px;
    height: 40px;
    background: #000;
}
.lt-get-app-content .sppb-addon-content {
    text-align: left;
    padding: 40px;
}

/*** Subscribe ***/
.lt-subscribe .sppb-column-addons {
    text-align: center;
}
.lt-subscribe .sppb-column-addons .clearfix {
    display: inline-block;
}
.lt-subscribe .acym_form {
    width: 260px;
    float: left;
}
.lt-subscribe .acysubbuttons {
    width: 100px;
    float: left;
}
.lt-subscribe .onefield.fieldacy2 {
    display: none;
}
.lt-subscribe .acysubbuttons .btn.btn-primary,
.lt-subscribe #acym__user__edit__email {
    border-radius: 0!important;
}
.lt-subscribe .acym__users__creation__fields__title {
    color: #fff;
    text-align: left;
}
.lt-subscribe #acym__user__edit__email {
    line-height: 26px;
    max-width: 100%;
}
.lt-subscribe .acysubbuttons {
    width: 200px!important;
}
.lt-subscribe .acysubbuttons .btn.btn-primary {
    padding: 8px 35px;
    text-transform: uppercase;
    margin-top: 28px;
    max-width: 100%!important;
}

/*** Team ***/
.lt-team-item ul {
    padding-left: 0;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
} 
.lt-team-item ul li:first-child {
    margin-left: 0;
}
.lt-team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    color: #394F6F;
}
.lt-team-item ul li strong {
    display: none;
}

/*** Testimonial ***/
.lt-testimonial {
    box-shadow: 0px 0px 45px 0px rgba(219, 228, 255, 0.35);
}
.lt-testimonial .sppb-container-inner > .sppb-row {
    position: relative;
}
.lt-testimonial-content {
    z-index: 1;
}
.lt-testimonial p {
    font-size: 21px;
    font-weight: 400;
    color: #272727;
    padding-bottom: 60px;
    line-height: 30px;
}
.lt-testimonial h5 {
    font-weight: 500;
    font-size: 22px;
    color: #272727;
    padding-top: 30px;
    position: relative;
}
.lt-testimonial h6 {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
}
.lt-testimonial .sppb-row > div,
.lt-testimonial .sppb-row .sppb-column,
.lt-testimonial .sppb-row .sppb-column-addons {
    position: static!important;
}
.lt-testimonial .sppb-row > div:first-child {
    position: relative!important;
    z-index: 2;
}
.lt-testimonial .img {
    position: absolute;
    top: 0;
    z-index: -1;
}
.lt-testimonial-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
@keyframes heartbeat {
    0%   {transform: scale(1.1);}
    25%  {transform: scale(1.15);}
    50%  {transform: scale(1.2);}
    100% {transform: scale(1.25);}
}
.lt-testimonial .lt-testimonial-right2 {
    right: 0;
    z-index: -2;
    top: 100px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

/*** Portfolio ***/
.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #242424;
    font-size: 16px;
    position: relative;
    padding: 11px;
    font-weight: 500;
    padding-left: 20px
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}

/*** Client ***/
.lt-client h3 {
    position: relative;
    padding-bottom: 20px;
}
.lt-client h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    right: 0;
    margin: 0 auto;
}
.lt-client-item.left:before {
    position: absolute;
    content: '';
    right: -10px;
    top: 20px;
    height: 140px;
    bottom: 30px;
    border-right: 1px solid rgba(0,0,0,0.10);
}
.lt-client-item img {
    border-radius: 50%;
}
.lt-client-item .pull-sppb-text-left {
    float: left;
    display: inline-block;
}
.lt-client-item .sppb-media-body {
    padding-left: 30px;
}
.lt-client-item h5 {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.lt-client-item h6 {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

/*** Blog ***/
.lt-blog .lt-title {
    max-width: 940px;
    float: right;
}
.lt-blog .lt-blog-btn {
    max-width: 290px;
}
.lt-blog-container {
    max-width: 1584px;
    margin: 0 auto;
}
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 24%;
  	float: left;
    margin-right: 1.33%;
  	padding: 10px;
}
div.k2ItemsBlock ul li:nth-child(4n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
.lt-blog .moduleItemImage {
    position: relative;
}
.lt-blog .moduleItemImage:before, .moduleItemImage:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(85, 128, 255, 0.902);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.lt-blog .moduleItemImage:after {
    right: 0;
    left: initial;
    top: 50%;
}
.lt-blog .moduleItemImage:hover:before {
    left: 50%;
    opacity: 1;
    z-index: 1;
}
.lt-blog .moduleItemImage:hover:after {
    right: 50%;
    opacity: 1;
    z-index: 1;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 20px;
    font-weight: 600;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

/*** Contact ***/
.lt-contact-us ul {
  	padding-left: 0;
}
.lt-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.lt-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
  	display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
    background: none!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+4) {
  	width: 48%;
  	float: left;
  	margin-right: 4%; 
}
.creativecontactform_field_box:nth-child(2n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	  border: 0!important;
    border: medium none;
    color: #151515;
    font-size: 18px;
    border-radius: 0px;
    margin-top: 20px;
    float: none!important;
}
.creativecontactform_footer {
    padding-left: 0!important;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
    font-weight: 400;
    color: #fff!important;
    text-transform: capitalize!important;
    text-shadow: none;
    border-radius: 25px!important;
    padding: 14px 60px!important;
}

/*** Map ***/
.lt-map .sppb-container {
    display: none;
}

/*** Top bottom ***/
.top-bottom .sp-module-content {
    border-radius: 4px 40px 4px 40px;
    background-image: -moz-linear-gradient(4deg, #666fec 0%, #fdd2bb 100%);
    background-image: -webkit-linear-gradient(4deg, #666fec 0%, #fdd2bb 100%);
    background-image: -ms-linear-gradient(4deg, #666fec 0%, #fdd2bb 100%);
    padding: 35px 30px 0;
    margin: 0;
    position: relative;
    top: -57px;
    z-index: 9;
    width: 100%;
}
.top-bottom .sp-module-content ul {
    display: block;
    padding: 0px 0 30px;
}
.top-bottom .sp-module-content ul li {
    width: 33.33%;
    float: left;
    padding-left: 50px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.top-bottom .sp-module-content ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 45px;
    font-family: FontAwesome;
    color: #8289f9;
}
.top-bottom .sp-module-content ul li:nth-child(2):before {
    color: #afa3e5;
}
.top-bottom .sp-module-content ul li:nth-child(3):before {
    color: #fde6e7;
}
.top-bottom .sp-module-content ul li:after {
    position: absolute;
    content: '';
    right: 40px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.10);
}
.top-bottom .sp-module-content ul li:last-child:after {
    display: none;
}

/*** Bottom ***/
#sp-footer, #sp-bottom {
    color: #222!important;
}
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
    line-height: 1.6;
}
.sp-module-content .latestnews > li > a > span {
    color: #232222!important;
}

/*** Footer ***/
#sp-footer {
    background: #fff!important;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a {
    color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 1450px) {
  .sp-header > .container {
      max-width: 100%;
  }
}
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.lt-slider-color i {
		width: 45px;
		height: 45px;
	}
  .lt-counter .lt-counter-item {
       border-top: 1px solid #b1a4a4;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
       padding: 0 7px!important;
       font-size: 12px;
  }
}
/* Screen min 908px */
@media (min-width: 980px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter {
        position: absolute;
        left: 0;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        display: initial;
        float: none;
        text-align: left;
        margin: 0;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
        background: none;
        color: #242424;
        font-size: 16px;
        position: relative;
        padding: 11px;
        font-weight: 500;
        padding-left: 20px
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 22px;
        width: 10px;
        height: 1px;
        background-color: #303030;
    }
}

/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.lt-slider-color i {
		width: 35px;
		height: 35px;
	}
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .lt-portfolio .clearfix {
        padding-left: 0!important;
    }
    .top-bottom .sp-module-content ul li {
        padding-left: 40px;
        font-size: 13px;
    }
    .top-bottom .sp-module-content ul li:after {
       display: none;
    }
}

  /* Screen min 980px */
@media (max-width: 980px) {
    #sp-top-left-menu {
    	width: 65%;
    }
    #sp-menu-top-right {
    	width: 35%;
    }
    .lt-project .lt-btn,
    .lt-service .lt-btn {
        margin-bottom: 20px;
    }
    .lt-project-item .sppb-img-container,
    .lt-project-item .sppb-img-container img {
        width: 100%;
    }
    .lt-blog .lt-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

  /* Screen min 767px */
@media (max-width: 980px) {
    .lt-client .clearfix {
        padding-left: 0!important;
    }
    .container,
    .sppb-row-container {
        max-width: 100%!important;
    }
    .lt-about-top .lt-btn {
        margin: 0 0 50px!important;
    }
}

  /* Screen min 767px */
@media (max-width: 767px) {
  body.home #sp-header {
      position: static;
      background: #383838!important;
  }
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size:12px!important;
   }
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
  	  width: 100%!important;
  }
  .lt-portfolio .clearfix {
      padding-left: 0!important;
    }
   .top-bottom .sp-module-content ul li {
      width: 100%!important;
      padding-top: 20px;
      padding-bottom: 20px;
   }
    .top-bottom .sp-module-content ul li:after {
      display: none;
    }
    .top-bottom .sp-module-content ul li:before {
        top: 30px;
    }
    .lt-get-app-content .sppb-addon-title, .lt-get-app-content .sppb-addon-content {
        width: 100%!important;
        float: none!important;
        padding: 10px 0!important;
        text-align: center!important;
    }
}
 /* Screen min 480px */
@media (max-width: 480px) {
    #sp-top-left-menu a {
    	font-size: 16px;
    }
    .sp-header > .container {
    	padding: 40px 0 4px;
    }
    #offcanvas-toggler > .fa {
    	margin-top: 0;
    }
	.lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
         padding: 10px 30px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
  	    width: 100%!important;
    }
    .lt-subscribe .acym_form,
    .lt-subscribe .acysubbuttons,
    .creativecontactform_field_box {
        width: 100%!important;
        margin-right: 0!important;
     }
}






