/* general css */
body {
    background: #fff!important;
    color: #9c9c9c;
}
/*****  Top Bar  *****/
#sp-top-bar .container,
#sp-header .container {
    max-width: 1676px;
}
#sp-top-bar {
    background: #fff!important;/*191d2b!important;*/
}

/* 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;
}
#sp-header {
    background: #be0032!important;/* #12151e!important;*/
}

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

/* Sticky menu */
.is-sticky.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

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

/*** Menu ***/
body .sp-megamenu-parent > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > a:before {
   content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    border-color: currentColor;
}
.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;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
    width: 100%;
}
#offcanvas-toggler > .fa {
    color: #fff!important;
}
.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;	
}

/**** Button ****/
.tp-caption a.btn-slider {
    display: inline-block;
    padding:10px 18px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tp-caption a.btn-slider:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
    color: #342f31; 
}
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
} 
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
}
.lt-title h3,
.lt-title-left h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.lt-title-portfolio h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.lt-title-portfolio h3:before {
    content: '';
    position: absolute;
    bottom: 203px;
    left: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    rgba(118, 116, 132, 0.15) 3px,
    rgba(118, 116, 132, 0.15) 6px);
}
.lt-title-left h3 {
    padding-bottom: 50px;
}
.lt-title-left h3:before {
    content: '';
    position: absolute;
    bottom: 170px;
    left: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    rgba(118, 116, 132, 0.15) 3px,
    rgba(118, 116, 132, 0.15) 6px);
}
body.itemid-181 .lt-title-left h3:before {
    bottom: 134px; 
}
.lt-title h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #968360;
}
.lt-title {
    position: relative;
    font-weight: 700;
}
.lt-title h3:before {
    left: 14px;
}
.lt-title h3:after {
    right: 50px;
}
.lt-title h3:before, .lt-title h3:after {
    content: "";
    position: absolute;
    bottom: 71%;
    height: 6px;
    width: 50px;
    margin: 0 -20px;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,  
    rgba(118, 116, 132, 0.15) 3px, rgba(118, 116, 132, 0.15) 6px);
}
.lt-title-portfolio h3:before, .lt-title-portfolio h3:after {
    content: "";
    position: absolute;
    bottom: 67%;
    height: 6px;
    width: 50px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 3px,
    rgba(0, 0, 0, 0.15) 3px,
    rgba(0, 0, 0, 0.15) 6px);
}
.lt-title-portfolio h3:before {
    margin-left: -20px;
}
.lt-title-portfolio h3:after {
    margin-left: 23px;
}

/*** Slider ***/
.lt-slider-color span {
	   color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#lt-slider .sppb-container-inner:after {
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 0;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, #101010 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, #101010 100%);
}
#lt-slider .sppb-container-inner:before {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}

/*** Feature ***/
#lt-feature .sppb-col-md-6 .lt-feature-sub-left {
    padding-right: -30px;
}
.lt-feature-title-top {
    padding: 8px;
    background-color: #be0032;/*cda05f;*/
    color: #fff;/*1a2345;*/
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
    inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
    inset -20px 0 0 rgba(0, 0, 0, 0.2), 
    inset -21px 0 0 rgba(255, 255, 255, 0.05), 
    inset -40px 0 0 rgba(0, 0, 0, 0.1), 
    inset -41px 0 0 rgba(255, 255, 255, 0.05);
}
.lt-feature-title-top p {
    padding-top: 15px;
    margin-bottom: 1rem;
    font-size: 20px;
    letter-spacing: 3px;
}
#lt-feature .lt-title {
    padding: 50px;
} 
.lt-feature-title-top h3 {
    font-size: 14px;
}
.lt-feature-content-left {
    padding: 50px;
}
.lt-feature-content-left h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#lt-feature .sppb-row-container {
    padding: 0px!important;
    background-color: #fff!important;
}
#lt-feature-bottom .sppb-row-container {
    background-color: #1a2345!important;
}
#lt-feature-bottom h4 {
    font-size: 20px;
    line-height: 38px;
    padding: 30px;
}
#lt-feature-bottom .sppb-btn-custom {
    padding: 10px 30px;
    border-radius: 0px;
}
#lt-feature-bottom .sppb-btn-custom:hover {
    cursor: pointer;
    color: #000!important;
}
.lt-practice-item a:hover {
	color: #333!important;
}

/*** Practice ****/
.lt-practice-item h3 {
    font-size: 18px;
    color:#1a2345;
    font-weight: 900;
    transition: all 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.lt-practice-item p {
    line-height: 26px;
}
.lt-practice-item {
    margin-bottom: 30px;
}
.lt-practice-item .sppb-icon-container {
    margin-bottom: 10px;
}
.lt-practice-sub {
    padding-top: 60px;
}

/****Testimonial ****/
#lt-testimonial {
    text-align: center;
}
#lt-testimonial .lt-title h3:before,
#lt-testimonial .lt-title h3:after {
    bottom: 43%;
}
#lt-testimonial .lt-title h3:before {
    margin-left: 3px;
}
#lt-testimonial .lt-title h3:after {
    margin-right: -31px;
}
#lt-testimonial .tp-caption img {
    border-radius: 50%;
}
#lt-testimonial .tp-caption.large_bold_black,
#lt-testimonial .large_bold_black {
    font-size: 25px;
    font-weight: 900;
    color: #1a2345;
    margin-top: 15px;
}
#lt-testimonial .tp-caption.large_bold_black_2, 
#lt-testimonial .large_bold_black_2 {
    font-size: 16px;
    font-weight: 300;
    color: #1a2345;
}
#lt-testimonial .tp-caption.small_light_white,
#lt-testimonial .small_light_white {
    color: #a29b9b;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
}

/*** Client ****/
#lt-client {
    background-color: #cda05f;
    color: #1a2345;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
    inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
    inset -20px 0 0 rgba(0, 0, 0, 0.2),
    inset -21px 0 0 rgba(255, 255, 255, 0.05), 
    inset -40px 0 0 rgba(0, 0, 0, 0.1),
    inset -41px 0 0 rgba(255, 255, 255, 0.05);
}
#lt-client h4 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}

/**** Team ****/
#lt-team .lt-title-left h3 {
    color: #1a2345;
    font-size: 45px;
    line-height: 48px;
    font-weight: 900;
}
#lt-team .lt-title-left h3:before {
    top: 166px;
}
.lt-team-item {
    transition: all 0.5s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.lt-team-item .sppb-addon-text {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom:0;
}
.lt-team-item .sppb-addon-text h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.lt-team-item .sppb-addon-text p {
    font-size: 16px;
    color: #000;
}
.sppb-btn-custom,
.sppb-btn-custom:hover {
    border-color: transparent;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
}
.sppb-btn-custom:hover,
.sppb-btn-custom:hover:hover{
    text-decoration: none;
    color: rgba(237, 62, 62, 0.9);
}
.sppb-btn-custom:after,
.sppb-btn-custom:hover:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 7px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #ed3e3e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sppb-btn-custom:hover:after,
.sppb-btn-custom:hover:hover:after {
    cursor: pointer;
    left: 0;
    width: 100%;
}
 
/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
    padding: 0;
}
.lt-portfolio p {
    color: #fff;
}
.lt-portfolio-top {
    padding: 40px;
}
.lt-portfolio-top p {
    color: #000;
}
.lt-portfolio-top ul {
    padding-left: 0;
}
.lt-portfolio-top ul li {
    list-style: none;
}
.lt-portfolio-top ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #b0b0b0;
    font-size: 14px;
    position: relative;
    padding: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 40px;
    height: 2px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a:before {
    visibility: inherit;
    opacity: 1;
}

/*** Consultation ****/
#lt-consultation {
    background: #ed3e3e;
    background: -moz-radial-gradient(top center, ellipse cover, #0155a5 0%, #001326 100%);
    background: -webkit-radial-gradient(top center, ellipse cover, #0155a5 0%, #001326 100%);
    background: radial-gradient(at top center, #0155a5 0%, #001326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0155a5', endColorstr='#001326', GradientType=1);
}
.lt-consultation-item {
    padding-top: 15px;
}
.lt-consultation-item .sppb-icon-container {
    float: left;
}
.lt-consultation-item .sppb-icon-container h3 {
    font-size: 30px;
    font-weight: 700;
}
.lt-consultation-item {
    border-right-color: #e52d2d!important;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.05)!important;
}
.lt-consultation-right {
    border-left-color: #e52d2d!important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.05)!important;
}
.lt-consultation-content h3 {
    font-size: 22px;
    font-weight: 900;
}
.lt-consultation-content h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#lt-consultation .sppb-btn-custom {
    padding: 10px 30px;
    border-radius: 0px;
    background-color: #1a2345;
    color: #ffffff;
}

/*** 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;
}
#lt-contact {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    border-radius: 5px;
    max-width: 1300px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), inset 0 -5px 0 rgba(255, 255, 255, 0.03),
    inset -20px 0 0 rgba(0, 0, 0, 0.2), inset 20px 0 0 rgba(0, 0, 0, 0.2),
    inset -21px 0 0 rgba(255, 255, 255, 0.05), inset 21px 0 0 rgba(255, 255, 255, 0.05),
    inset -40px 0 0 rgba(0, 0, 0, 0.1), inset 40px 0 0 rgba(0, 0, 0, 0.1),
    inset -41px 0 0 rgba(255, 255, 255, 0.05),
    inset 41px 0 0 rgba(255, 255, 255, 0.05), 0 20px 40px rgba(0, 0, 0, 0.2);
    background: #001326;/* #ed3e3e;*/
    background: -moz-radial-gradient(top center, ellipse cover, #0155a5 0%, #001326 100%);
    background: -webkit-radial-gradient(top center, ellipse cover, #0155a5 0%, #001326 100%);
    background: radial-gradient(at top center, #0155a5 0%, #001326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0155a5', endColorstr='#001326', GradientType=1);
}
#lt-contact {
    bottom: -40px;
}
.lt-contact-left .sppb-addon-title {
    font-weight: 700;
}
.lt-contact-left .sppb-addon-text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
}
.lt-contact-left .sppb-icon-container {
    margin-top: 15px;
}
.creativecontactform_form {
  display: flex!important;
}
/*** 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;
    padding: 5px 1px;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #fff!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+3) {
  	width: 48%;
  	float: left;
    height:20%;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	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;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
/**** K2 ****/
.catItemTitle a:hover,
.catItemAuthor a:hover,
.catItemCategory a:hover,
.catItemCommentsLink a:hover,
.catItemReadMore a:hover {
	color:#191d2b!important;
}
/**** Page ****/
body.itemid-180 .lt-title-left h3:before {
    bottom: 146px;
}
body.itemid-181 .lt-title-left h3:before {
    bottom: 155px;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#fff!important;/*#002937!important;*/
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.lt-slider-color i {
		width: 45px;
		height: 45px;
	}
}
/* 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;
  }
}
/* 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;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
	.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;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  .tp-caption a.btn-slider.button-right {
       margin-left:40px!important;
  }
  .lt-title h3:before, 
  .lt-title h3:after {
	display: none!important;
  }
  .lt-title-left h3:before {
    bottom: 114px!important;
}
.lt-team-item .sppb-addon-text {
    position:relative!important;   
}
.lt-team-item {
	margin-bottom: 30px!important;
}
.creativecontactform_form {
  display: block!important;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 98%!important;
}
.creativecontactform_footer {
   padding: 0px 15px 15px 0px !important;
}
.lt-consultation-right .sppb-text-right {
    text-align: left!important;
}
}
 /* Screen min 480px */
@media (max-width: 480px) {
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
      font-size:6px!important;
  }
 .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  .tp-caption a.btn-slider.button-right {
       margin-left:40px!important;
  }
  .lt-title h3:before, 
  .lt-title h3:after {
	display: none!important;
  }
  .lt-title-left h3:before {
    bottom: 114px!important;
}
.lt-team-item .sppb-addon-text {
    position:relative!important; 
    
}
.lt-team-item {
	margin-bottom: 30px!important;
}
.creativecontactform_form {
  display: block!important;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 98%!important;
}
.creativecontactform_footer {
   padding: 0px 15px 15px 0px !important;
}
.lt-title-portfolio h3 {
    font-size: 33px!important;
}
.lt-consultation-right .sppb-text-right {
    text-align: left!important;
}
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  .tp-caption a.btn-slider.button-right {
       margin-left:40px!important;
  }
  .lt-title h3:before, 
  .lt-title h3:after {
	display: none!important;
  }
  .lt-title-left h3:before {
    bottom: 114px!important;
}
.lt-team-item .sppb-addon-text {
    position:relative!important;     
}
.lt-team-item {
	margin-bottom: 30px!important;
}
.creativecontactform_form {
  display: block!important;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 98%!important;
}
.creativecontactform_footer {
   padding: 0px 15px 15px 0px !important;
}
.lt-title-portfolio h3 {
    font-size: 33px!important;
}
.lt-consultation-right .sppb-text-right {
    text-align: left!important;
}
}
 /* Screen min 320px */
@media (max-width: 320px) {
   .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
       font-size:12px!important;
  }
  .tp-caption a.btn-slider.button-right {
       margin-left:40px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	  width: 100%!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  .lt-title h3:before, 
  .lt-title h3:after {
	display: none!important;
  }
  .lt-title-left h3:before {
    bottom: 114px!important;
}
.lt-team-item .sppb-addon-text {
    position:relative!important; 
    
}
.lt-team-item {
	margin-bottom: 30px!important;
}
.creativecontactform_form {
  display: block!important;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 98%!important;
}
.creativecontactform_footer {
   padding: 0px 15px 15px 0px !important;
}
.lt-title-portfolio h3 {
    font-size: 33px!important;
}
.lt-consultation-right .sppb-text-right {
    text-align: left!important;
}
}

