/* general css */
body {
  background: #fff!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;
}
body.itemid-101 #sp-header {
    background: rgb(133, 208, 255, 0.0)!important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0)!important;
}
body.itemid-101 #sp-main-body {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
body.itemid-101 #sp-header {
    height: 73px;
    left: 0;
    position: fixed!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;
}
body.itemid-101 #sp-header.header-sticky {
    background: rgb(73, 82, 163)!important;
} 

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

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
body .view-page .sp-megamenu-parent > li > a {
	color:#fff!important;
}
body .sp-megamenu-parent > li > a {
	color:#fff!important;
}
body.itemid-101 #sp-header .sp-megamenu-parent > li > a {
    color: #ffffff;
}
.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 > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
#sp-header {
    background: rgb(73, 82, 163)!important;
}

/*** 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 > .fa {
    color: #ffffff!important;
}


/*** Slider ***/
#lt-slider:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index:-9; 
    position: absolute; 
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
}
.lt-slider-color span {
	  color: #fff;
}
#lt-slider .text span {
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    font-size: 20px;
    transition: all .5s ease-in-out;
}
#lt-slider a.btn-icon:hover {
    background: #fff;
}
#lt-slider .text h6 {
    font-family: poppins,sans-serif;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
#lt-slider .btn-icon .icon i {
    color: #fff;
    font-size: 30px;
}
#lt-slider .btn-icon .icon {
    line-height: 30px;
    padding-right: 20px;
}
#lt-slider .btn-icon {
    border: 1px solid rgba(255,255,255,.4)!important;
    display: inline-flex;
    padding: 20px 30px!important;
    padding-top: 11px!important;
    align-items: center;
    border-radius: 5px;
    position: relative;
    margin: 0px!important;
    z-index: 1;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 30px;
    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;
}

/*** Feature ***/
.lt-title h4::after {
    position: absolute;
    left: 50%;
    bottom: 5px;
    background: #968ff4;
    background: linear-gradient(135deg,#968ff4 45%,#6ab6e500 70%);
    content: "";
    width: 100px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lt-title-left h4::after {
    position: absolute;
    left: 50px;
    top: 40px;
    background: #968ff4;
    background: linear-gradient(135deg,#968ff4 45%,#6ab6e5 70%);
    content: "";
    width: 100px;
    line-height: 40px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lt-title-right h4::after {
    position: absolute;
    left: 50px;
    top: 40px;
    background:#ffffff;
    content: "";
    width: 100px;
    line-height: 40px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lt-title-left p ,
.lt-title-right p {
    padding-top: 15px;
}
.lt-feature-item h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}
.lt-title h4 {
    position: relative;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 15px;
}

.lt-feature-item .sppb-icon-container i {
    margin-left: 3px;
    font-size: 25px;
    text-align: center;
    line-height: 68px;
    display: inline-block;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1000;
    background: #968ff4;
    background: linear-gradient(135deg,rgb(150, 143, 244),rgb(106, 182, 229));
    -webkit-background-clip: text;
}
.lt-feature-item:hover .sppb-icon-container {
    border-radius: 50%;
    background: linear-gradient(45deg,rgb(150, 143, 244),rgba(106, 182, 229, 0))!important;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.lt-feature-item:hover .sppb-icon-container i {
   color: #fff!important;
}
.lt-feature-item .sppb-icon-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    top: 2px;
}
.lt-feature-item .sppb-icon {
    cursor: pointer;
    position: relative;
    width: 72px;
    height: 72px;
    margin:0 auto;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    transition: all .5s ease-in-out;   
}
.lt-feature-item .sppb-icon-container:after {
  	content: "";
  	width: 100%;
  	height: 100%;
  	border-radius:50%;
  	display: block;
    top: 0;
    left: 0;
    z-index:-1;
    position: absolute;
}


/*** About ***/
.lt-about .sppb-row > div:first-child {
	   padding: 0;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
	   width: 100%;
}
.lt-about-item .sppb-icon .sppb-icon-container {
  display: block;
  float: left;
}
.lt-about-item {
  line-height: 40px;
}
#lt-about .sppb-btn-custom {
  padding: 12px 20px;
  border-radius: 3px;
}
#lt-about .sppb-btn-custom:hover {
  cursor: pointer;;
  background-color: #fff!important;
}

/*** Product ****/
.lt-product-item-left {
    cursor: pointer;
    margin-bottom: 46px;
}
.lt-product-item-left h3 {
    font-size: 14px;
    font-weight: 700;
}
.lt-product-item-left {
    margin-bottom: 46px;
}
.lt-product-item-left h3 {
    font-size: 14px;
    font-weight: 700;
}
.lt-product-item-left .sppb-icon-container i {
    font-size: 25px;
    line-height: 68px;  
}
.lt-product-item-left:hover .sppb-icon-container {
    border-radius: 50%;
    background: linear-gradient(45deg,rgb(150, 143, 244),rgba(106, 182, 229, 0))!important;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.lt-product-item-left:hover .sppb-icon-container i {
   color: #fff!important;
}
.lt-product-item-left .sppb-icon-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    top: 2px;
    left:-2px;
}
.lt-product-item-left .sppb-icon {
    position: relative;
    width: 72px;
    height: 72px;
    margin-left:15px;
    float:right;
    margin-right: 15px;
    line-height: 68px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    transition: all .5s ease-in-out;   
}
.lt-product-item-left .sppb-icon-container:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius:50%;
    display: block;
    top: 0;
    left: 0;
    z-index:-1;
    position: absolute;
}
.lt-product-item-right {
    cursor: pointer;
    margin-bottom: 65px;
}
.lt-product-item-right h3 {
    font-size: 14px;
    font-weight: 700;
}
.lt-product-item-right .sppb-icon-container i {
    font-size: 25px;
    line-height: 68px;  
}
.lt-product-item-right:hover .sppb-icon-container {
    border-radius: 50%;
    background: linear-gradient(45deg,rgb(150, 143, 244),rgba(106, 182, 229, 0))!important;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.lt-product-item-right:hover .sppb-icon-container i {
   color: #fff!important;
}
.lt-product-item-right .sppb-icon-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    top: 2px;
    left: 1px;
}
.lt-product-item-right .sppb-icon {
    position: relative;
    width: 72px;
    height: 72px;
    float:left;
    margin-right: 15px;
    line-height: 68px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    transition: all .5s ease-in-out;   
}
.lt-product-item-right .sppb-icon-container:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius:50%;
    display: block;
    top: 0;
    left: 0;
    z-index:-1;
    position: absolute;
}

/**** Choose ***/
#lt-choose:after {
   content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -9;
    position: absolute;
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
}
#lt-choose .sppb-btn-custom {
    background-color: none;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 0px!important;
    margin-left: 10px;
}
#lt-choose .sppb-btn-custom:hover {
    background-color:#ffffff!important;
}

/***** Some *****/
.sppb-panel-modern>.sppb-panel-heading.active {
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
    color: #fff!important;
    font-style: normal;
    font-weight: 300;
}
.sppb-panel-modern>.sppb-panel-heading.active .sppb-panel-title {
  color: #fff!important;
}
.sppb-panel-modern>.sppb-panel-heading.active:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index:-9;  
}
.sppb-panel-modern>.sppb-panel-heading {
    background:#fff;
}
.sppb-panel-modern {
 	border:none!important;
}
#lt-some .sppb-panel-title {
    color: #1d2025;
    font-weight: 300;
}
#lt-some .sppb-btn-custom:hover {
  cursor: pointer;;
  background-color: #fff!important;
}

/*** 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: 50px 60px;
}
.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: 500;
    margin-top: 0;
    margin-bottom: .2em;
}
.lt-pricing-item ul li:last-child {
    margin-top: 60px;
}
.lt-pricing-item:hover {
	border:0px!important;
	box-shadow: 0px 10px 40px 0px rgba(189, 189, 189, 0.2);
}
.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;
    margin-top: -24px;
}
#lt-pricing .lt-pricing-2 a.button-pricing {
    background:none!important;
    color: #ffffff!important;
    border: 1px solid #ffffff!important; 
}
#lt-pricing .lt-pricing-2 a.button-pricing:hover {
    background:#ffffff!important;
}
.lt-pricing-item .price-col ul li .price,
.lt-pricing-item .price-col-2 ul li .price {
    font-size: 47px;
    font-weight: 500;
}
.lt-pricing-item .price-col ul li .heading,
.lt-pricing-item .price-col-2 ul li .heading {
    font-size: 30px;
    font-weight: 500;
}
.lt-pricing-item .price-col h4 {
    padding: .75rem 1.25rem;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#lt-pricing .lt-pricing-2 .price-col h4 {
    border-bottom: 1px solid #fff;
}
.lt-pricing-2 .price-col .heading,
.lt-pricing-2 .price-col ul li {
    color: #ffffff!important;
}
.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;
    border: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff!important;
    padding: 12px 30px;
    border-radius: 0px;  
}
.lt-pricing-item .price-col-2 a.button-pricing:hover,
.lt-pricing-item a.button-pricing:hover {
    color: #ffffff!important;
}
.lt-pricing-item strong {
    font-size: 47px;
    font-weight: 500;
}
#lt-pricing .lt-pricing-2 {
   background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 60%);
   border: none!important;
}
#lt-pricing .lt-pricing-2:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius:0%;
    display: block;
    top: 0;
     position: absolute;
    left: 0;
    z-index:-1;
}

/**** Video ****/
#lt-video .sppb-icon-inner {
    background-color: #fff!important;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 112px;
    border: 9px solid rgba(0, 176, 191, 0.49);
}
#lt-video:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -9;
    position: absolute;
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
}
/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
	width: 100%;
    border-radius: 100%;
   
}
.lt-team-item .sppb-img-container:hover:before {
   background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
   content: "";
   width: 100%;
   height: 100%;
   border-radius:100%;
   top: 0;
   left: 0;
   z-index:1;
   position:absolute;
}

.lt-team-item h6 {
    font-size: 15px;
    color: #929292;
    font-weight: 300;
    text-transform: capitalize;
}
.lt-team-item h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover ul {
    bottom: 180px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:nth-child(2):before {
	 background: rgba(0,0,0,.1);
}
.lt-team-item ul li:nth-child(3):before {
	 background: rgba(0,0,0,.2);
}
.lt-team-item ul li a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.lt-team-item ul li em {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 99999;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li em:hover {
	background:#fff;
}
.lt-team-item ul li a:hover em {
	 color: #000;
}
.lt-team-item ul li strong {
	 display: none;
}
.lt-team-item .sppb-img-container {
   position:relative;
}
.lt-team-item .sppb-img-container:after {
   content: "";
   width: 100%;
   height: 100%;
   display: block;
   top: 0;
   left: 0;
   z-index:-1;
   position: absolute;
   border-radius: 50%;
   background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%);
}

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

/*** Contact ***/
.lt-contact-us ul {
  	padding-left: 0;
}
.lt-contact-us ul li {
  	list-style: none;
    margin: 11px 0;
    font-size: 14px;
    color: #423e3e;
}
#lt-contact-form .social-link a {
    font-size:18px;
    color: #929292;
}
#lt-contact-form .social-link a:hover {
   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-form .lt-title-contact h4::after {
  float:left;
  left:16%;
}

/*** 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: #383535!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: 32%;
  	float: left;
  	margin-right: 2%; 
}
.btn-social {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 48px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
}
.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: right;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 13px 47px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
/*** Bottom ***/
#sp-bottom {
    position: relative;
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6; 
}
#sp-bottom .container {
   position: relative;
    z-index:2; 
}
#sp-bottom .sp-module ul {
    list-style: none;
    padding: 8px;
    margin: 10px;
    border: 1px solid #fff;
    float: left;
    width: 23%;
    border-radius: 3px;
}
#sp-bottom1 {
    color: #fff;
	padding-left: 195px;
}
#sp-bottom1 strong {
    display:none!important;
}
#sp-bottom1 .icon {
	font-size:35px;
	float:left;
    padding-left: 10px;
}
#sp-bottom1 .text {
    float: left;
    margin-left: 13px;
    padding-top: 7px;
}
body #sp-bottom:after {
   content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index:1; 
    position: absolute;
    background: linear-gradient(135deg,rgb(75, 79, 170) 22%,rgba(37, 133, 161, 0) 81%);
}
#sp-bottom1 ul:hover {
	background:#fff;
}

/*** Footer ***/
#sp-footer a {
    color: #000000!important;
}
#sp-footer {
    position: relative; 
}
#sp-footer .container {
   position: relative;
    z-index:2; 
}

body #sp-footer:after {
   content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index:1; 
    position: absolute; 
    background: linear-gradient(135deg,rgb(75, 79, 170) 12%,rgba(133, 208, 255, 0) 71%);
}
#sp-footer .container-inner {
    padding: 30px 0;
    border-top: none!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;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 12px!important;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    	right: -41px!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;
	}
	body.itemid-101 #sp-header.header-sticky {
		background: rgba(4, 7, 8, 0.82)!important;
	} 

}
  /* Screen min 767px */
@media (max-width: 767px) {
	.lt-slider-color i {
		width: 25px;
		height: 25px;
		line-height: 25px!important;
	}
	body.itemid-101 #sp-header.header-sticky {
		background: rgba(4, 7, 8, 0.82)!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-bottom .sp-module ul {
		width: 100%!important;
	}
	#sp-bottom1 {
		padding-left: 15px!important;
		padding-right: 30px!important;
	}
   #lt-slider .btn-icon {
    	padding: 13px 8px!important;
    }
    #lt-slider .text h6 {
       font-size: 7px!important;  
    }
    #lt-slider .text span {
        font-size: 10px!important;  
    }
    #lt-slider {
        top:36px!important; 
   }
   body.itemid-101 #sp-header {
        background: rgb(55, 107, 166)!important;
   }
}
 /* Screen min 480px */
@media (max-width: 480px) {
	.lt-slider-color i {
		width: 25px;
		height: 25px;
		line-height: 25px!important;
	}
	body.itemid-101 #sp-header.header-sticky {
		background: rgba(4, 7, 8, 0.82)!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-bottom .sp-module ul {
		width: 100%!important;
	}
	#sp-bottom1 {
		padding-left: 15px!important;
		padding-right: 30px!important;
	}
   #lt-slider .btn-icon {
    	padding: 13px 8px!important;
    }
    #lt-slider .text h6 {
       font-size: 7px!important;  
    }
    #lt-slider .text span {
        font-size: 12px!important; 
        margin-top:8px!important;
    }
    #lt-slider {
        top:36px!important; 
   }
   body.itemid-101 #sp-header {
        background: rgb(55, 107, 166)!important;
   }
}
 /* Screen min 360px */
@media (max-width: 360px) {
	.tp-caption a.btn-slider {
		font-size:12px!important;
	}
	body.itemid-101 #sp-header.header-sticky {
		background: rgba(4, 7, 8, 0.82)!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-bottom .sp-module ul {
		width: 100%!important;
	}
	#sp-bottom1 {
		padding-left: 15px!important;
		padding-right: 30px!important;
	}
    #lt-slider .btn-icon {
    	padding: 13px 8px!important;
    }
    #lt-slider .text h6 {
       font-size: 7px!important;  
    }
    #lt-slider {
        top:36px!important; 
    }
    body.itemid-101 #sp-header {
        background: rgb(55, 107, 166)!important;
    }
    #lt-slider .text span {
        font-size: 12px!important; 
        margin-top:8px!important;
    }
}
 /* Screen min 320px */
@media (max-width: 320px) {
	.lt-slider-color i {
		width: 25px;
		height: 25px;
		line-height: 25px!important;
	}
	body.itemid-101 #sp-header.header-sticky {
		background: rgba(4, 7, 8, 0.82)!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-bottom .sp-module ul {
		width: 100%!important;
	}
	#sp-bottom1 {
		padding-left: 15px!important;
		padding-right: 30px!important;
	}
    #lt-slider .btn-icon {
    	padding: 8px 8px!important;
    }
    #lt-slider .text h6 {
        font-size: 5px!important; 
        line-height: 16px!important; 
    }
    #lt-slider .text span {
        font-size: 12px!important; 
        margin-top:8px!important;
    }
    #lt-slider {
        top:36px!important; 
    }
    body.itemid-101 #sp-header {
        background: rgb(55, 107, 166)!important;
   }
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-inner .current {
        display: none!important;
}
#sp-bottom4 .inputbox {
    width: 100%!important;
}