body {
    background: #fff;
}
body, body p {
  	line-height: 1.625;
  	margin: 0;
    font-weight: 300;
}
a:focus,
button:focus,
button:hover { 
    outline: 0!important;
}
a, .comment-reply-link,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
    color: #8bc53e;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #8bc53e;	
}
.widget_calendar tbody a,
button:hover, button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus,
button:hover { 
    background-color: #8bc53e !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.entry-title {
  font-size: 30px;
}
.site-header-main .menu-toggle,
.dropdown-toggle {
    color: #fff !important;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Top Head Menu ***/
.top-head {
    padding: 10px 0 0;
    background-color: #fff;
}
.top-head .container {
  	max-width: 1200px;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin: 0 auto;
}
.top-head .top-head-widget {
  	display: inline-block;
  	width: 50%;
}
.top-header-left {
    float: left;
}
.top-header-right {
    float: right;
}
.top-head a {
    color: #fff;
  	box-shadow: none !important;
}
.top-head ul {
  	margin-bottom: 0 !important;
  	margin-left: 0 !important;
}
.top-head li {
  	color: #fff;
  	margin: 0 7px;
   	font-size: 14px;
  	display: inline-block;
  	list-style-type: none;
}
.top-header-right span {
    margin-right: 5px;
}
/*** Head ***/
.site-header {
  	padding-top: 0;
  	padding-bottom: 0;
}
.site-header {
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 999;
    background: #3333334a;
    position: relative;
    top: 0;
  	margin: 0 auto;
}
body:not(.home) .site-header {
  background: #333;
}
header .site-branding {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
  	max-width: 1140px;
  	margin: 0 auto;
}
.site-header {
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  	position: fixed !important;
  	top: 0;
  	left: 0;
  	right: 0;
    background: #333;
  	width: 100%;
    border-bottom: 3px solid #8bc53e;
  	z-index: 999!important;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-header-menu {
    margin: 0 !important;
}
.main-navigation ul ul {
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
  	opacity: 0;
  	visibility: hidden;
}
.main-navigation li:hover > ul {
  	opacity: 1;
  	visibility: initial;
}
.main-navigation a {
    font-weight: 600;
    font-size: 13px;
}
.site-header-menu .primary-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    height: 80px;
    line-height: 65px;
    margin: 0 2px;
}
.main-navigation ul ul a {
    color: #000;
  	width: 240px;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.main-navigation li:hover > a, 
.main-navigation li.focus > a,
.main-navigation li.current_page_item > a { 
    color: #8bc53e;
}
.main-navigation ul ul a {
    color: #333;
}
.main-navigation li ul {
    opacity: 0;
    visibility: initial;
    transition: all 500ms ease;
    border-bottom: none !important;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
    border: 0;
    border-top: 1px solid #e9e9e9;
}
.main-navigation li ul li:first-child {
    border: 0;
}
.main-navigation ul ul li a {
    padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
    padding-left: 20px;
}
.main-navigation ul ul li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 50%;
    content: "";
    margin: 19px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
    transform: scale(1);
    left: 10px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 30px;
}

/*** Button ***/
.lt-btn a {
  background: transparent !important;	
}
.lt-btn a:hover {
  background: #8bc53e !important;  
}

/*** Slider ***/
.lt-slider .elementor-element-populated {
    padding: 0 !important;
}

/*** Services ***/
.lt-service-item .lt-service-item-btn a:hover {
    text-decoration: none !important;
}

/*** Price ***/
.lt-price-item-title {
  margin-bottom: 10px !important;
}
.lt-price-item .lt-price-content ul {
  list-style-type: none;
  margin: auto;
}
.lt-price-item .lt-price-content p {
  text-align: left;
  color: #fff;
}
.lt-price-item .lt-price-content .list {
  display: flex;
  font-weight: 700;
}
.lt-price-item .lt-price-content .first {
  margin-right: 0.5em;
  flex: 1;
  display: flex;
  font-style: inherit; 
  font-size: 17px;
  font-weight: 300 !important;
  color: #8bc53e !important;
}
.lt-price-item .lt-price-content .price {
  text-align: right;
  flex: 0 0 4em;
  font-style: inherit;
  font-size: 17px;
  font-weight: 300 !important;
  color: #8bc53e !important;
}
.lt-price-item .lt-price-content .first:after {
  content: '';
  border-bottom: dashed 1px #8bc53e;
  flex: 1;
  margin-bottom: 13px;
  margin-left: 10px;
}


/*** Testimonial ***/
.ws-testimonial .swiper-slide-image {
    margin-bottom: 30px;
  border-radius: 50% !important;
}
.ws-testimonial .swiper-slide-image img {
  border-radius: 50% !important;
}
.ws-testimonial .ws-testimonial-item .desc {
    color: #fff !important;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.ws-testimonial .ws-testimonial-item h3.name {
  color: #8bc53e;
  font-size: 20px;
  text-transform: uppercase;
}
.ws-testimonial .ws-testimonial-item .positions {
    color: #fff !important;
}

/*** About ***/
.lt-about-item .elementor-image,
.lt-about-item .elementor-image img {
    width: 100%;
} 

/*** Portfolio ***/
.ws-portfolio .pa-gallery-img-container {
    position: relative;
}
.ws-portfolio .pa-gallery-img.default .pa-gallery-icons-inner-container {
    top: 48%;
}
.ws-portfolio .pa-gallery-img-container:after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 25px;
    content: "";
    display: inline-block;
    left: 25px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ws-portfolio .pa-gallery-img-container:before {
    background: #8bc53e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ws-portfolio .pa-gallery-img:hover .pa-gallery-img-container:after {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.ws-portfolio .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.ws-portfolio .pa-gallery-img {
    overflow: hidden;
}
.ws-portfolio .pa-gallery-img .premium-gallery-caption {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: -20% !important;
    z-index: 2;
}
.ws-portfolio .pa-gallery-img:hover .premium-gallery-caption {
    bottom: 20% !important;
}

/*** Banner ***/
.lt-banner-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.lt-banner-item:before {
    position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); 
}
.lt-banner-item:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** Team ***/
.ws-team .ws-team-item {
    overflow: hidden;
}
.ws-team-icon {
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.ws-team .ws-team-item:hover .ws-team-icon {
    bottom: 30%;
    opacity: 1;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    top: 0px !important;
    margin: 0px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-blog .premium-blog-entry-title a {
    font-size: 20px !important;
}
.lt-blog .premium-blog-entry-meta {
    font-size: 13px !important;
}
.lt-blog .premium-blog-entry-meta {
    margin-bottom: 18px;
    margin-top: 8px;
}
.post-title:hover, .nav-previous a .post-title:hover, .nav-links .nav-previous .post-title:hover,
.nav-links .nav-previous .post-title:focus, .nav-next .post-title:hover,
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title, 
.ws-title h2 span, .ws-title2 h3 span  {
    color: #8bc53e !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #8bc53e !important;
}
.entry-title {
    font-size: 23px !important;
}

/*** Contact ***/
.lt-contact-form label {
  	display: inline-block;
  	width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
  	width: 30.8% !important;
  	margin-right: 3%;
  	display: inline-block;
}
.lt-contact-form p:nth-child(4) {
	  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
  	margin-top: 20px;
  	width: 100% !important;
  	margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
	 margin-top: 20px;
   text-align: center;
}
/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #8bc53e !important;
    border: none !important;
}
.wpmenucartli.wpmenucart-display-standard a i,
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button,
.button.compare:hover:after,
.button.yith-wcqv-button:hover:after,
.button.tinvwl_add_to_wishlist_button:hover:after {
    background: #8bc53e;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #8bc53e;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #8bc53e;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #8bc53e;
}

/*** Footer ***/
.main-footer {
    background: url(../images/bg-footer.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 50px 0;
}
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.main-footer .columns {
    width: 25% !important;
}
.main-footer h2 {
  	font-size: 20px;
  	margin: 0 0 20px;
}
.main-footer a, .main-footer p {
   font-size: 14px;
   font-weight: 400;
}
.main-footer ul {
    margin: 0;
}
.main-footer .footer1 ul {
    margin-top: 20px;
}
.main-footer .footer1 ul li {
  	display: inherit;
  	line-height: 1;
  	font-size: 14px;
  	color: rgba(255,255,255,0.67);
  	font-weight: 600;
  	padding-left: 0;
  	padding: 8px 0;
  	letter-spacing: 1px;
}
.main-footer .footer1 ul li a {
    display: block;
    margin-bottom: 10px;
}
.main-footer .footer2 ul li:before {
    margin-left: -10px;
    font-family: FontAwesome !important;
    color: #fff;
}
.main-footer .footer2 ul {
    margin-left: 3px;
}
.main-footer .footer2 ul li a {
    padding-left: 15px;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-bottom: 20px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
  	list-style: none;
  	line-height: 35px;
    position: relative;
}
.main-footer .footer3 ul li a {
    padding-left: 20px;
}
.main-footer .footer3 ul li:before {
    content: '\f105';
    position: absolute;left: 0;
    top: 0;
    font-size: 15px;
    left: 0;
    color: #fff;
    font-family: FontAwesome !important;
}
.main-footer .footer4 ul {
    border: 1px solid #fff;
	padding: 15px;
}
.main-footer .footer4 ul li {
	list-style: none;
}
.main-footer .footer4 button {
    background: #8bc53e;
    margin-top: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #ba4fce;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a i {}
.shrewd_solution_icon ul li a:hover,
.shrewd_solution_icon ul li:nth-child(2) a:hover,
.shrewd_solution_icon ul li:nth-child(3) a:hover,
.shrewd_solution_icon ul li:nth-child(4) a:hover,
.shrewd_solution_icon ul li:nth-child(5) a:hover,
.shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #8bc53e; 
    color:#fff!important;
}
.shrewd_solution_icon ul li:nth-child(2) a{
    color: #706eff; 
    -webkit-transition: .5s; 
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(3) a{
    color: #cd3389;
    -webkit-transition: .5s;
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(4) a{
    color: #7045dd;
    -webkit-transition: .5s;
    transition: .5s;    
}
.solution_btn {
    margin: 40px 0 0;
}
.solution_btn .btns a {
    border-radius:50px; 
}
.site-footer .container {
  	padding: 30px 0;
}
.site-footer .site-info a,
.site-info p {
	box-shadow: none;
}

/*** Responsive ***/
@media(max-width: 1110px) {
  .site-header-menu .primary-menu > li > a {
    font-size: 12px;
    padding-left: 7px;
  }
  .lt-category-item .lt-btn {
    display: none;
  }
}
@media(max-width: 1024px) {
  .ws-portfolio .premium-gallery-item {
    width: 50% !important;
  }
  .lt-contact-form p:nth-child(4), .lt-contact-form p:nth-child(2), .lt-contact-form p:nth-child(3) {
    width: 100% !important;
  }
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 10px!important;
	}
}
@media(max-width: 910px) {
  .site-header {
    background: #333;
  }
  .site-header-menu .primary-menu > li > a {
    height: 50px;
    line-height: 35px;
  }
  .site-header-menu .primary-menu > li > a {
    font-size: 15px;
    padding-left: 7px;
  }
}
@media(max-width: 768px) {
  .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }
  .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
  }
  .lt-blog .premium-blog-post-outer-container {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .lt-blog .premium-blog-thumb-effect-wrapper {
      margin-bottom: 0px !important;
  }
  .main-footer .columns {
    width: 100% !important;
  }
  body.woocommerce-page ul.products li.product {
        width: 48%!important;
        margin: 30px 0!important;
    }
  body.home .woocommerce ul.products li.product {
      margin-right: 0%!important;
      width: 48%!important;
  }
  article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
      margin: 10px 30px !important;
  }
  body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
  body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
      margin: 5px !important;
  }
  .lt-about-item {
      width: 100% !important;
  }
}
@media(max-width: 480px) {
  body.woocommerce-page ul.products li.product {
        width: 100%!important;
  }
  body.home .woocommerce ul.products li.product {
      width: 100%!important;
  }
  .ws-portfolio .premium-gallery-item {
    width: 100% !important;
  }
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
	 line-height: 50px;
}
body.template-full .site-header {
	 border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
	 margin-top: 7em;
}
body.page-id-5 .site-main {
    margin-bottom: 0px !important;
}