/* general css */
body {
    background: #fff!important;
       
}
body,
body p,
body .sppb-addon-text {
   font-size: 14px!important;
    color: #999999;
    letter-spacing: 0.025em; 
}


/* 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;
}
/* Top Bar */
#sp-top-bar a {
    color: #fff!important;
    margin-right: 8px;
}
.sp-contact-info li span {
    font-size: 20px;
    color: #f2784b!important;
}
.sp-contact-mobile  {
    padding-left:8px;
    border-left:1px solid #6c757d;
    border-right: 1px solid #6a6984;
}
.sp-contact-info li {
    display: inline-block;
    margin: 0 11px;
    font-size: 94%;
    font-weight: 600;
}
ul.social-icons > li {
    border-right: 1px solid #6a6984;
}
#sp-top-bar {
    padding: 0px!important; 
    line-height: 50px;
}
#sp-header {
    background: rgba(255, 255, 255, 0.95)!important;
}

/* 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 ***/
.sp-megamenu-parent > li.active > a {
   font-weight: 700!important;
}
.sp-megamenu-parent > li > a {
    font-weight: 700;
    padding: 0px 12px!important;
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	  border-color: currentColor;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}

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

/**** Button ****/
.tp-caption a.btn-slider {
    color: #fff!important;
    display: inline-block;
    padding: 20px 95px 20px 30px;
    text-align: left;
    border-radius: 3px;
    background:rgba(242,120,75,1);
}
.tp-caption span {
    transition: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.1);
}
.tp-caption span i {
    line-height: 60px;
}

/* General */
.lt-title h3 {
    font-size: 45px;
    font-weight: 700;
}
.lt-title-white h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.sppb-divider {
    width: 4%;
    left: 0;
    right: 0;
    margin: auto;
}
.sppb-btn-custom {
    font-size: 11px;
    padding: 14px 25px;
    letter-spacing: 2px;
    border-color: rgba(242,120,75,0.19)!important;
    text-transform: uppercase;
    font-weight: 700;

}
.sppb-btn-custom:hover {
    cursor: pointer;
    color: #fff!important;
    background-color:#f2784b;
    -webkit-box-shadow:0 4px 15px -6px rgba(0,0,0,0.5);
    box-shadow:0 4px 15px -6px rgba(0,0,0,0.5);
}
 
/*** 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 {
    position: relative;
    top: 0px;
}

/* Feature */
.lt-feature .sppb-row-container {
    background: #f3f3f3;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #efebeb;
    border-bottom: 1px solid #eaeaea;
    margin-top: -15px;
}
.lt-feature-sub {
  border-right:1px solid #e6e6e6;
  border-left:1px solid #e6e6e6;
}
.lt-feature-item {
    padding: 30px;
}
.lt-feature-item p {
    color: rgb(179, 180, 197);
}
.lt-feature-item h3.sppb-addon-title {
    color:#000;
    background:#9a98bb;
    font-size: 28px;
    margin-right: 15px;
    float: left;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 50px;
    height: 60px;
}
.lt-feature-item h3 {
    display: block;
    font-size: 23px;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
}
/* Service */
#lt-service .sppb-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 100px;
    margin-top: 20px;
}
.lt-service-item h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 31px;
}
.lt-service-item .sppb-media {
    overflow: initial!important;
}
#lt-service .sppb-media>.pull-left {
    margin-right: 0px!important;
}

.lt-service-item .pull-left .sppb-icon .sppb-icon-container i {
    font-size: 0.75em;
    line-height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container {
    position: relative;
    height: 40px;
    width: 65px;
    background: #f42958;
    border-radius: 5%/25%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.lt-service-item:hover .sppb-icon-container {
    cursor: pointer;
    background-color: #f2784b!important;
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container {
    position: relative;
    display: block;
    font-size: 3.71429em;
    line-height: 53px;
    text-align: center;
    color: #f42958;
    transition: all 0.3s ease;
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container:after {
    -webkit-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg);
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container:before {
    -webkit-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
}
.lt-service-item .pull-left .sppb-icon .sppb-icon-container:before, 
.lt-service-item .pull-left .sppb-icon .sppb-icon-container:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    right: 0;
    height: inherit;
    width: inherit;
    background: inherit;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: inherit;
}

/* Case */
.lt-case-item h3.sppb-addon-title {
    font-weight: 700;
    padding-top: 20px;
}
.lt-case-item img {
    margin-left: 40px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-case-item:hover img {
    margin-left: 0;
}

/* Business */
.lt-business-content h3.sppb-addon-title {
    font-size: 40px;
    font-weight: 700;
}

/* Parent */
#lt-partner .sppb-img-container {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-left: -14px;
}
#lt-partner .sppb-img-container img {
    height: 346px;
}
.lt-partner-item {
    border: 1px solid rgba(0,0,0,0.07);
    display: block;
    padding: 0 15px;
}
.lt-partner-item .sppb-addon-text {
    padding: 49px 40px;
    overflow: hidden;
}
.lt-partner-item .sppb-addon-text p {
    line-height: 27px;
    padding: 1px 3px;
    padding-bottom: 20px;
}
.lt-partner-item .sppb-addon-text h3 {
    font-size: 21px;
    font-weight: 700;
}
.lt-partner-item .sppb-addon-text h4 {
    color: #cfcfcf;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 5px;
}

/* Result */
#lt-result .sppb-divider {
    width: 100%;
}
#lt-result h4 {
    font-size: 14px;
    font-weight: 700;
}
#lt-result .sppb-btn-custom {
    color: #fff!important;
}
.lt-result-item-right h3 {
     font-size: 19px;
     font-weight: 700;
}

/* Testimonial */
.lt-testimonial-sub {
	cursor: pointer;
}
.lt-testimonial-sub .lt-testimonial-quote {
	background: -webkit-linear-gradient(to bottom, #f2774b 0%, #f2774b 100%);
	background: linear-gradient(to bottom, #f2774b 0%, #f2774b 100%);
}
.lt-testimonial-sub .lt-testimonial-quote:before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #e5e5e5 transparent transparent;
    border-width: 19px 14px 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -19px;
}
.lt-testimonial-sub .lt-testimonial-quote:before, .lt-testimonial-quote:after {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #ffffff transparent transparent;
    border-width: 19px 14px 0;
    position: absolute;
    top: 165px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border-color 0.3s ease, bottom 0.32s ease;
    transition: border-color 0.3s ease, bottom 0.32s ease;
}
body.itemid-180 .lt-testimonial-sub .lt-testimonial-quote:before, 
body.itemid-180 .lt-testimonial-quote:after {
   top: 195px;
}
.lt-testimonial-sub .lt-testimonial-content .sppb-img-container img {
    border-radius: 117px;
    width: 43%;
    margin-bottom: 15px;
}
.lt-testimonial-sub .lt-testimonial-content h4 {
    color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
    line-height: 30px;
}
.lt-testimonial-sub .lt-testimonial-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c5c5c5;
}
.lt-testimonial-sub:hover .sppb-addon-content:before {
	-webkit-transform:scale3d(0.98, 0.96, 1) translate3d(0, 0, 0);
	transform:scale3d(0.98, 0.96, 1) translate3d(0, 0, 0);
}
.lt-testimonial-sub:hover .lt-testimonial-quote:after {
	-webkit-transform:translate3d(-50%, -4px, 0);
	transform:translate3d(-50%, -4px, 0);
}
.lt-testimonial-quote:after {
	-webkit-transform:translate3d(-50%, -4px, 0);
	transform:translate3d(-50%, -4px, 0);
}
.lt-testimonial-sub:hover .lt-testimonial-quote:before {
	border-top-color:#f2784b;
}
.lt-testimonial-sub .lt-testimonial-quote:before {
	border-top-color:#e8e7e7;
}
.lt-testimonial-sub .lt-testimonial-quote .sppb-addon-content {
	color: #a3a3a3;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.lt-testimonial-sub .lt-testimonial-quote {
    background: white;
    padding: 0;
    border: 0;
    z-index: -2;
    margin-bottom: 55px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lt-testimonial-sub .lt-testimonial-quote {
    margin: 1px;
    padding: 30px;
    margin-bottom: 3em;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lt-testimonial-sub .lt-testimonial-quote:hover {
  	border-color:#f2784b!important;
}

/** Project **/
#lt-project .sppb-btn-custom {
   color: #fff!important;
}
#lt-project .sppb-divider {
    width: 100%;
}

/* Pricing */
.lt-title-pricing .sppb-icon-container {
    float: left;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}
.lt-title-pricing .sppb-icon-container i {
    font-size: 25px;
}
.lt-title-pricing p {
    font-size: 16px;
    padding-top: 12px;
}
.lt-pricing-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
}
#lt-pricing .lt-pricing-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -25px;
}
.lt-pricing-item ul li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: rgba(0,0,0,0.8);
}
.lt-pricing-item .price-col h4,
.lt-pricing-item .price-col-2 h4 {
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .2em;
}
.lt-pricing-item .price-col-2 h4,
.lt-pricing-item .price-col-2 ul li .price,
.lt-pricing-item .price-col-2 ul li.heading strong {
    color: #f2784b!important;
}
#lt-pricing .lt-pricing-2 {
    border:6px solid #f2784b;
}
#lt-pricing .lt-pricing-2 a.button-pricing {
    background:#f2784b!important; 
}
.lt-pricing-item .price-col ul li .price,
.lt-pricing-item .price-col-2 ul li .price {
    font-size: 65px;
    font-weight: 700;
}
.lt-pricing-item .price-col ul li .heading,
.lt-pricing-item .price-col-2 ul li .heading {
    font-size: 30px;
    font-weight: 700;
}
.lt-pricing-item a.button-pricing strong {
    display: none!important;
}
.lt-pricing-item .price-col-2 a.button-pricing,
.lt-pricing-item a.button-pricing {
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff!important;
    padding: 10px 25px;
    border-radius: 5px;  
}
.lt-pricing-item .price-col-2 a.button-pricing:hover,
.lt-pricing-item a.button-pricing:hover {
    -webkit-box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
    box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
}

/*** 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;
}
.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(1) {
    width: 45%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(2) {
    width: 45%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3) {
  	width: 45%;
  	float: left;
  	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: 20px 132px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 4px;
    margin-right: 52px;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 15px !important;
    border-top: 0px solid #ffffff !important;
    float: right;
    margin-top: -80px;
}
.creativecontactform_input_element input, 
.creativecontactform_input_element textarea, 
.creativecontactform_input_element {
    font-size: 14px !important;
    color: #000 !important;
    font-style: normal !important;
    padding: 13px 0px;
    border-color: #ece8e8 !important
    border-radius: 3px!important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-shadow: 0px 0px 0px #ffffff !important;
    text-align: left !important;
    font-family: inherit !important;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}

/* Blog */
.lt-blog p {
  color: #fff;
}
.moduleItemComments {
    font-size: 0;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 13px;
}
div.k2ItemsBlock ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    padding: 10px;
    color: #000000;
    border: 1px solid rgb(247, 242, 242);
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 4px 0;
    line-height: 35px;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    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%;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
    line-height: 1.6;
}

/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    font-size: 19px;
    margin: 0 0 30px;
}
#sp-footer {
	background: rgb(41, 43, 84)!important;
}
#sp-bottom a,
#sp-footer p,
#sp-bottom3 p {
    font-size: 13px;
	color:#a0aec6!important;
}
#sp-footer a {
  color:#fff!important;
}
#sp-bottom1 strong {
	display: none;
}
#sp-bottom1 .icon-container {
	width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: rgb(28, 30, 58);
    line-height: 45px;
}
#sp-bottom1 .icon-container:hover {
    cursor: pointer;
    background-color:#f2784b;
}
#sp-bottom1 .icon-box h3 {
    font-size: 15px;
    color: rgba(255,255,255,0.67);
  	font-weight:600;
    padding-left: 15px;
    letter-spacing: 1px;
}
#sp-bottom1 .icon-box {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
}
#sp-bottom1 p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #a0aec6;
}
#sp-bottom2 p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #a0aec6;
}
#sp-bottom2 .sp-module-content {
  margin-bottom: 20px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 0.5em !important;
    padding-right: 1.2em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.2em !important;
    border-left-color: rgba(255,255,255,0.1) !important;
    border-left-style: solid !important;
    border-right-color: rgba(255,255,255,0.1) !important;
    border-right-style: solid !important;
    border-top-color: rgba(255,255,255,0.1) !important;
    border-top-style: solid !important;
    border-bottom-color: rgba(255,255,255,0.1) !important;
    border-bottom-style: solid !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;
  }
  ul.social-icons > li {
    margin: 0px 6px!important;
 }
 .sp-contact-info li {
    font-size: 89%!important;
 }
 .sp-megamenu-parent > li > a {
    font-size:13px!important;
 }
 .lt-feature-item h3 {
    font-size: 22px!important;
 }
 .lt-service-item h3 {
    font-size: 16px!important;
 }
 .lt-partner-item .sppb-addon-text {
    padding: 20px 40px!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;
   }
   .lt-feature-sub,
   ul.social-icons > li,
   .sp-contact-mobile {
        border:none!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;
    }
    ul.social-icons > li {
        border-right:none!important;
        margin: 5px 1px!important;
    }
    .sp-contact-info li {
        margin: 0 5px!important;
        font-size: 63%!important;
        border-right: none!important;
    }
    #lt-feature {
        padding-top: 70px!important;
    }
    #lt-service .sppb-column,
    #lt-case .sppb-column,
    #lt-result .sppb-column {
        margin-bottom: 50px!important;
    }
    #lt-partner .sppb-img-container,
    #testimonial .col-4  {
        width: 100%!important;
    }
    .lt-partner-item {
        border: none!important;
    }
    #testimonial .carousel-inner .carousel-item .testimonial-post {
        text-align: center;
        padding: 0 90px 47px!important;
        margin-bottom: 50px!important;
        max-width: 100%!important;
    }
    #lt-partner .sppb-img-container img {
        width: 100%!important;
    }
    #lt-partner .sppb-img-container {
        margin:0px!important;
        padding:0px!important;
    }
    .creativecontactform_footer {
        float: left!important;
        margin-top:0px!important;
    }
    .creativecontactform_field_box:nth-child(1) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(2) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(3) {
        width: 100%!important;
        float: left!important; 
    }
    .lt-feature-sub {
        border:none!important;
    }
}
 /* Screen min 480px */
@media (max-width: 480px) {
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .lt-slider {
        position: relative;
        top:0px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    ul.social-icons > li {
        border-right:none!important;
        margin: 5px 1px!important;
    }
    .sp-contact-info li {
        margin: 0 5px!important;
        font-size: 63%!important;
        border-right: none!important;
    }
    #lt-feature {
        padding-top:0px!important;
    }
    #lt-service .sppb-column,
    #lt-case .sppb-column,
    #lt-result .sppb-column {
        margin-bottom: 50px!important;
    }
    #lt-partner .sppb-img-container  {
        width: 100%!important;
    }
    .lt-partner-item {
        border: none!important;
    }
    #testimonial .carousel-inner .carousel-item .testimonial-post {
        text-align: center;
        padding: 0 90px 47px!important;
        margin-bottom: 50px!important;
        max-width: 100%!important;
    }
    #lt-partner .sppb-img-container img {
        width: 100%!important;
    }
    #lt-partner .sppb-img-container {
        margin:0px!important;
        padding:0px!important;
    }
    .creativecontactform_footer {
        float: left!important;
        margin-top:0px!important;
    }
    .creativecontactform_field_box:nth-child(1) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(2) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(3) {
        width: 100%!important;
        float: left!important; 
    }
    .lt-feature-sub {
        border:none!important;
    }
    .sp-contact-mobile {
    	border:none!important;
  }
  .tp-caption.small_thin_grey, .small_thin_grey {
      font-size: 9px!important;
      line-height: 11px!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .lt-slider {
        position: relative;
        top:0px!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;
    }
    ul.social-icons > li {
        border-right:none!important;
        margin: 5px 1px!important;
    }
    .sp-contact-info li {
        margin: 0 5px!important;
        font-size: 63%!important;
        border-right: none!important;
    }
    #lt-feature {
        padding-top:0px!important;
    }
    #lt-service .sppb-column,
    #lt-case .sppb-column,
    #lt-result .sppb-column {
        margin-bottom: 50px!important;
    }
    #lt-partner .sppb-img-container  {
        width: 100%!important;
    }
    .lt-partner-item {
        border: none!important;
    }
    #testimonial .carousel-inner .carousel-item .testimonial-post {
        text-align: center;
        padding: 0 90px 47px!important;
        margin-bottom: 50px!important;
        max-width: 100%!important;
    }
    #lt-partner .sppb-img-container img {
        width: 100%!important;
    }
    #lt-partner .sppb-img-container {
        margin:0px!important;
        padding:0px!important;
    }
    .creativecontactform_footer {
        float: left!important;
        margin-top:0px!important;
    }
    .creativecontactform_field_box:nth-child(1) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(2) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(3) {
        width: 100%!important;
        float: left!important; 
    }
    .lt-feature-sub {
        border:none!important;
    }
    .sp-contact-mobile {
    	border:none!important;
    }
    .tp-caption.small_thin_grey, .small_thin_grey {
      font-size: 9px!important;
      line-height: 11px!important;
    }
 }
 /* Screen min 320px */
@media (max-width: 320px) {
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .lt-slider {
        position: relative;
        top:0px!important;
    }
    .lt-feature-sub {
        border:none!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    ul.social-icons > li {
        border-right:none!important;
        margin: 5px 1px!important;
    }
    .sp-contact-info li {
        margin: 0 5px!important;
        font-size: 63%!important;
        border-right: none!important;
    }
    #lt-feature {
        padding-top:0px!important;
    }
    #lt-service .sppb-column,
    #lt-case .sppb-column,
    #lt-result .sppb-column {
        margin-bottom: 50px!important;
    }
    #lt-partner .sppb-img-container {
        width: 100%!important;
    }
    #testimonial .carousel-inner .carousel-item .testimonial-post {
        text-align: center;
        padding: 0 90px 47px!important;
        margin-bottom: 50px!important;
        max-width: 100%!important;
    }
    .lt-partner-item {
        border: none!important;
    }
    #lt-partner .sppb-img-container img {
        width: 100%!important;
    }
    #lt-partner .sppb-img-container {
        margin:0px!important;
        padding:0px!important;
    }
    .creativecontactform_footer {
        float: left!important;
        margin-top:0px!important;
    }
    .creativecontactform_field_box:nth-child(1) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(2) {
        width: 100%!important;
        float: left;
        margin-right: 2%; 
    }
    .creativecontactform_field_box:nth-child(3) {
        width: 100%!important;
        float: left!important; 
    }
   .sp-contact-mobile {
    	border:none!important;
  } 
  .tp-caption.small_thin_grey, .small_thin_grey {
    font-size: 9px!important;
    line-height: 11px!important;
  }
}
