body,
p {
	color: var(--body_color);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

/*buttons*/
.main-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 30px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 5px;
	color: var(--third_color);
	line-height: 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-btn.btn-yellow {
	background-color: var(--primary_color);
}
.main-btn.btn-yellow:hover {
	background-color: var(--secondary_color);
	color: var(--primary_color);
}
.main-btn.btn-white {
	background-color: #fff;
	color: var(--third_color);
}
.main-btn.btn-white:hover {
	background-color: var(--secondary_color);
	color: var(--primary_color);
}
.main-btn.bordered-btn {
	padding: 14px 30px;
	border: 1px solid var(--third_color);
	color: var(--third_color);
	background-color: transparent;
}
.main-btn.bordered-btn:hover {
	border-color: transparent;
	background-color: var(--primary_color);
	color: var(--third_color);
}
.main-btn.bordered-btn.bordered-white {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.main-btn.bordered-btn.bordered-white:hover {
	border-color: transparent;
	background-color: var(--secondary_color);
	color: var(--primary_color);
}
.main-btn.bordered-btn.bordered-yellow {
	border: 1px solid var(--primary_color);
	color: var(--third_color);
}
.main-btn.bordered-btn.bordered-yellow:hover {
	border-color: transparent;
	background-color: var(--primary_color);
	color: var(--third_color);
}
.hero-button a {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;	
	height: 60px;
	line-height: 32px;
}
.hero-button i {
	padding-left: 15px;
	line-height: 32px;
}
.hero-button a:last-child {
	margin-left: 10px;
}
@media (max-width: 450px) {
.hero-button a:last-child {
    margin-left: 0;
}
}
/*end buttons*/

@media only screen and (min-width: 1200px) {
.container {
    max-width: 1280px;
}
.sppb-row-container {
    max-width: 1200px;
}
.view-article.layout-default .container,
.view-article.layout-blog .container,
.view-category.layout-blog .container {
    max-width: 1200px !important;
}
.com-hikashop .container {
	max-width: 1200px;
}
.com-hikashop.view-product.layout-show #sp-main-body .col-lg-4 {
	width: 31%;
}
.com-hikashop.view-product.layout-show #sp-main-body .col-lg-8 {
	width: 69%;
}

}

/* Features Item CSS */
.features-item {
	padding-right: 50px;
	position: relative;
	z-index: 1;
}
.features-item p {
color: var(--body_color);
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.features-item {
	padding-right: 0;
}
}
@media (max-width: 1199px) {
.features-item {
	padding-right: 0;
}
}
.features-item .fill-number {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 85px;
	line-height: 1;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	font-weight: 800;
	z-index: -1;
	-webkit-text-stroke-color: rgba(44, 44, 44, 0.08);
}
.features-item .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
		flex: 0 0 65px;
	max-width: 65px;
	height: 65px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	background-color: var(--primary_color);
	color: var(--third_color);
	font-size: 40px;
	margin-right: 25px;
}
.features-item .text h5 {
	padding-right: 40px;
	margin-bottom: 9px;
	color: #2c2c2c;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.features-item .text h5 {
	padding-right: 0;
}
}
@media (max-width: 1199px) {
.features-item .text h5 {
	padding-right: 0;
}
}
@media (max-width: 980px) {
.features-item {
	margin-bottom: 30px;
}
}
.features-item-two {
	position: relative;
	z-index: 1;
	padding: 65px 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	border-right: 1px solid rgba(0, 0, 0, 0.071);
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.features-item-two {
	padding: 65px 30px;
}
}
@media (max-width: 1199px) {
.features-item-two {
	border: 1px solid rgba(0, 0, 0, 0.071);
}
}
@media (max-width: 991px) {
.features-item-two {
	padding: 65px 30px;
}
}
.features-item-two .fill-number {
	position: absolute;
	top: 30px;
	left: 50px;
	font-size: 85px;
	line-height: 1;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	font-weight: 800;
	z-index: -1;
	-webkit-text-stroke-color: rgba(44, 44, 44, 0.08);
}
.features-item-two .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
		flex: 0 0 65px;
	max-width: 65px;
	height: 65px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	background-color: var(--primary_color);
	color: var(--third_color);
	font-size: 40px;
	margin-right: 25px;
}
.features-item-two .text h5 {
	margin-bottom: 9px;
}

.features-item-three {
	border: 1px solid rgba(0, 0, 0, 0.071);
	padding: 30px 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
@media (max-width: 1199px) {
.features-item-three {
	padding: 30px 20px;
}
}
.features-item-three .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
		flex: 0 0 65px;
	max-width: 65px;
	height: 65px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	background-color: var(--primary_color);
	color: var(--third_color);
	font-size: 40px;
	margin-right: 25px;
}
.features-item-three .text h5 {
	margin-bottom: 9px;
}
/**/

.top-bar-one i,
.top-bar-one span,
.top-bar-one a {
	display: inline-block;
	color: rgba(254, 254, 255, 0.7);
	transition: all 0.3s ease-out 0s;
}

.top-bar-one .top-left {
	padding-left: 4.4%;
}
.top-bar-one .top-right {
	padding-right: 4.4%;
}
.top-bar-one .text {
	font-size: 15.5px;
}
.top-bar-one i:hover,
.top-bar-one a:hover {
	color: var(--primary_color);
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 480px) {
.top-bar-one .top-right {
	padding-right: 10% !important;
}
}

.top-bar-one .top-left {
	line-height: 35px;
}
@media (max-width: 767px) {
.top-bar-one span.text {
	display: none;
}
}
@media (max-width: 1199px) {
.top-bar-one .top-left {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
}
@media (max-width: 767px) {
.top-bar-one .top-left {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
}
.top-bar-one .top-left .lang-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.top-bar-one select:not(.form-select):not(.form-control) {
	border: 0px solid rgba(0, 0, 0, 0.15);
}
.top-bar-one .top-left .lang-dropdown:before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "|";
	margin-left: 35px;
	margin-right: 30px;
}
@media (max-width: 767px) {
.top-bar-one .top-left .lang-dropdown:before {
	display: none;
}
}
.top-bar-one .top-left select,
.top-bar-one .top-left .nice-select {
	background-color: transparent!important;
	border-radius: 0;
	color: #ffffff;
	padding-right: 15px;
	padding-bottom: 5px;
}
.top-bar-one .top-left .nice-select:after {
	color: var(--primary_color);
}
.top-bar-one .top-left .nice-select .option {
	color: var(--third_color);
}
.top-bar-one .top-right {
	line-height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
@media (max-width: 1199px) {
.top-bar-one .top-right {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
}
@media (max-width: 767px) {
.top-bar-one .top-right {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
}
.top-bar-one .top-right span i {
	color: var(--primary_color);
	margin-right: 10px;
}
.top-bar-one .top-right ul.social-link li {
	display: inline-block;
}
.top-bar-one .top-right ul.social-link:before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "|";
	margin-left: 35px;
	margin-right: 30px;
}
.top-bar-one ul {
	padding: 0;
	margin: 0;
}
.top-bar-one li {
	list-style: none;
}
@media (max-width: 767px) {
.top-bar-one .top-right ul.social-link:before {
	display: none;
}
}
.top-bar-one .top-right ul.social-link li a:not(first-child) {
	margin-left: 20px;
}
@media (max-width: 450px) {
.top-bar-one .top-right ul.social-link li a:not(first-child) {
	margin-left: 10px;
}
}
.top-bar-one .top-right ul.social-link li a:hover {
	color: var(--primary_color);
}
/**/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 8px 19px;
	border-bottom: 1px solid #ececec;
	background: #ffffff;
	transition: all 0.3s linear;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background: var(--primary_color);
	transition: all 0.3s linear;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	padding: 10px 20px;
	border-bottom: 0px solid #ececec;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
	border-bottom: 1px solid #ececec;
}
.sp-megamenu-parent > li:hover > a {
	color: var(--primary_color);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 16px;
	font-weight: 800;
	text-transform: capitalize;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {
	color: #2c2c2c;
}
#sp-header.header-one .sp-megamenu-parent > li > a:hover {
	background-color: var(--primary_color);
	color: #2c2c2c;
}
#sp-header.header-one .sp-megamenu-parent > li a {
	border-right: 1px solid rgba(31, 37, 49, 0.12);
}
#sp-header.header-one .sp-megamenu-parent > li a:hover {
	border-right: 1px solid var(--primary_color);
}
#sp-header.header-one .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	border-right: 0px solid rgba(31, 37, 49, 0.12);
}
#sp-header.header-one .sp-megamenu-parent > li > a {
	padding: 0px 56px;
	background-color: #f8f6ef;
}

#sp-header.header-one .sp-megamenu-parent > li > a:before {
  width: 100%;
  background-color: transparent !important;
  background: url(../images/menu-pattern.png) repeat center;
  background-size: cover;
  content: " ";
  display: block;
}
.logo-image-phone,
.logo-image {
	height: auto !important;
}

#sp-header.header-one .sp-megamenu-parent {
	margin: 0 -5px;
}
#sp-header.header-one.header-sticky {
	background: #ffffff;
	top:35px;
	position: fixed;
	background: #f8f6ef;
}
#sp-header.header-one {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0) !important;
}
@media (max-width: 1200px) {
#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
	display: block !important;
}
.sp-megamenu-parent {
	display: none !important;
}
#offcanvas-toggler {
	height: 20px;
}
#sp-header .logo {
	height: auto;
}
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: var(--primary_color) !important;
}

@media (min-width: 1200px) {
#sp-header.header-one {
	margin-top: -36px !important;
	position: absolute;
	width: 100%;
	z-index: 999;
	background: transparent;
	margin: auto;
	text-align: left;
	float: none;
	display: block;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0) !important;
}
}
@media (max-width: 767px) {
#sp-top-header .sppb-text-right {
	text-align: left !important;
}
}

@media (max-width: 1024px) {
#sp-header {
	height: 70px;
}	
}
#sp-top-header .logo {
	line-height: 113px;
}
@media (max-width: 1199px) {
#sp-header.header-one.header-sticky {display: none;}
}
.sp-page-title .breadcrumb {
	z-index: 999;
	position: relative;
}
.sp-page-title .breadcrumb .fas {
	display: none;
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a,
.sp-page-title .breadcrumb > .active {
	color: #fff !important;
}
.sp-page-title .sp-page-title-heading {
	font-size: 100px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: -0.03em;
	z-index: 9;
	position: relative;
}

.sp-page-title {
	padding: 190px 7%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.sp-page-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/page-bg-after.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.sp-page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 30, 23, 0.6);
  mix-blend-mode: multiply;
  z-index: 0;
}
#sp-header.header-two {
	padding: 0px 2.2% 0px 2.2%;
	height: 90px;
}

@media (min-width: 1199px) {
#sp-header.header-two.header-sticky .logo {
  margin-top: 10px;
  margin-bottom: -25px;
  height: 100px;
}
#sp-header.header-two.header-sticky .logo img {
	height: 70px !important;
}
#sp-header.header-two .logo {
  position: relative;
  z-index: 2;
  padding: 35px;
  max-width: 190px;
  background-color: var(--primary_color);
  border-radius: 7px;
  margin-top: 25px;
  margin-bottom: -120px;
  height: auto;
}
}
#sp-header.header-two #sp-search .d-flex {
	display: block !important;
}
@media (max-width: 1199px) {
#sp-header.header-two .logo {height: 90px !important;}
}
/**/

/**/
.information-item_one {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-item_one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary_color);
  font-size: 30px;
  color: #2c2c2c;
  margin-right: 15px;
text-align: center;
line-height: 52px;
}
.information-item_one .info {
  line-height: 1;
}
.information-item_one .info .sub-title {
  font-size: 14px;
  font-weight: 600;
}
.information-item_one .info h5 {
  font-size: 18px;
  font-weight: 800;
  color: #2c2c2c;
}
.information-item_one .info a,
.information-item_one .info p {
  color: var(--body_color);
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.03em;
}
/**/
.about-one_image-box {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-one_image-box .about-img_one {
  position: absolute;
  left: 0px;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-one_image-box .about-img_one {
    left: 0;
}
}
@media (max-width: 991px) {
.about-one_image-box .about-img_one {
    left: 80px;
}
}
.about-one_image-box .about-img_one:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.about-one_image-box .about-img_two {
  margin-top: 60px;
}
.avatar-box .thumb {
  margin-right: 20px;
}
.avatar-box img {
	display: inline-block;
}
/**/

.service-one .shape {
	position: absolute;
	z-index: -1;
	bottom: 0;
	margin-bottom: -12%;
	overflow: hidden;
}
.service-one .shape.shape-one {
	left: 35px;
}
.service-one .shape.shape-two {
	right: 35px;
}
/**/
.service-box {
  padding: 30px 30px 15px;
  background-color: #181712;
  border-radius: 7px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-box:hover {
  border-color: var(--primary_color);
}
.service-box .icon {
  font-size: 60px;
  line-height: 1;
  color: var(--primary_color);
  margin-bottom: 10px;
}
.service-box .text h3.title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 23px;
}
.service-box .text h3.title a {
	color: #ffffff;
}
.service-box .text h3.title a:hover {
  color: var(--primary_color);
}
/**/
.project-item:hover .img-holder .hover-portfolio {
	visibility: visible;
	opacity: 1;
}
.project-item:hover .img-holder .hover-content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.project-item .img-holder {
	position: relative;
	overflow: hidden;
}
.project-item .img-holder img {
	width: 100% !important;
	max-width: 100% !important;
}
.project-item .img-holder .hover-portfolio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70196)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
	display: flex;
	padding: 30px 30px 25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.project-item .img-holder .hover-content {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	bottom: 0;
	position: absolute;
}
.project-item .img-holder .hover-content h3 a {
	font-family: var(--font_handlee);
	color: #ffffff;
}
.project-item .img-holder .hover-content h3 {
	color: #fff;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
}
.project-item .img-holder .hover-content a,
.project-item .img-holder .hover-content p {
	color: #ffffff;
}
.project-item .img-holder .hover-content p {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

/**/
.eff .sppb-addon-title {
	background: url(../images/text-bg-1.jpg) no-repeat center;
}

/**/

.zihover {
	position: relative !important;
	z-index: 9 !important;
}
.ziunder {
	position: relative !important;
	z-index: 0 !important;
}
.offer-one_image-box {
  position: relative;
  z-index: 1;
  padding: 300px 100px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.offer-one_image-box {
    padding: 300px 50px 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.offer-one_image-box {
    padding: 300px 50px 50px;
}
}
@media (max-width: 767px) {
.offer-one_image-box {
    padding: 300px 50px 50px;
}
}
.offer-one_image-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(44, 44, 44, 0.3);
}
.offer-one_image-box .content-box h2 {
  font-family: var(--font_handlee);
  color: #fff;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.offer-one_image-box .content-box h2 {
    font-size: 52px;
    line-height: 60px;
}
}
@media (max-width: 991px) {
.offer-one_image-box .content-box h2 {
    font-size: 40px;
    line-height: 50px;
}
}
.offer-one_image-box .experience-box {
  position: absolute;
  right: -33%;
  bottom: 60%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: var(--primary_color);
  padding: 15px 40px;
  color: #2c2c2c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.offer-one_image-box .experience-box {
    right: -53%;
    bottom: 52%;
}
}
@media (max-width: 991px) {
.offer-one_image-box .experience-box {
    display: none;
}
}

.offer-one_content-box {
  padding-left: 70px;
  padding-right: 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.offer-one_content-box {
    padding-right: 10%;
}
}
@media (max-width: 1199px) {
.offer-one_content-box {
    padding-right: 0%;
    padding-left: 0;
}
}
.offer-one_content-box > p {
  margin-bottom: 25px;
}
/**/
@media (max-width: 680px) {
.information-boxx {
	padding: 30px 25px !important;
}
}

.information-boxx {
  background-color: #f1e9e9;
  border-radius: 12px;
  padding: 40px 50px 25px;
}
.information-boxx h3 {
  margin-bottom: 10px;
  font-size: 35px;
  color: #2c2c2c;
  line-height: 45px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.information-boxx .information-item_onex .info span {
	font-size: 16px;
	color: var(--body_color);
	line-height: 28px;
	font-weight: 600;	
}
.information-boxx .information-item_onex .info h5 a,
.information-boxx .information-item_onex .info h5 {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 28px;
	font-weight: 700;
}
.mb-25 {
  margin-bottom: 25px;
}
.information-item_onex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-item_onex .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary_color);
  font-size: 30px;
  color: #2c2c2c;
  margin-right: 15px;
	text-align: center;
	line-height: 52px;
}
/**/
.sppb-btn-custom .far {
	padding-left: 10px;
}
/**/
.footer-contact-item .sppb-col-md-4 {
	align-items: center;
	padding: 40px 60px !important;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: -1px;
}
/**/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
footer-nav-widget {
    padding-left: 50px;
}
}
.footer-widget-nav {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-widget-nav ul {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
footer-widget-nav ul {
    width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-widget-nav ul {
    width: 50%;
}
}
@media (max-width: 767px) {
.footer-widget-nav ul {
    width: 100%;
}
}
.footer-widget-nav ul li {
    margin-bottom: 10px;
}
.footer-widget-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-widget-nav ul li i {
    margin-right: 15px;
	line-height: 29px;
	font-size: 15px;
}
.footer-widget-nav ul li a:hover {
    color: var(--primary_color);
}
.footer-widget-nav ul, 
.footer-widget-nav ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-widget-nav ul li {
	margin-bottom: 10px;
}
/**/
.about-four_image-box .about-img_one {
    text-align: right;
    margin: auto 0 auto auto;
    position: relative;
    display: block;
}
.about-four_image-box .about-img_two {
	position: absolute;
	bottom: -37%;
	left: 10%;
}
.p-r {
	position: relative;
}
.mb-50 {
	margin-bottom: 50px;
}
.text-right {
	text-align: right !important;
}

/**/
.team-member_one {
	position: relative;
	padding: 0 30px;
	z-index: 1;
	text-align: center;
}
.team-member_one:hover:after {
	border-color: var(--primary_color);
}
.team-member_one:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	border: 5px solid rgba(143, 143, 143, 0.05);
	width: 100%;
	height: 58%;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.team-member_one .member-img img {
	width: 100%;
}
.team-member_one .member-info {
	padding: 20px 0 18px;
}
.team-member_one .member-info h3.title {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	font-weight: 700;
}
.team-member_one .member-info h3.title a {
	color: #2c2c2c;
}
.team-member_one .member-info h3.title a:hover {
	color: var(--primary_color);
	transition: all 0.3s ease-out 0s;
}
.team-member_one .member-info h3.title:hover {
	color: var(--primary_color);
}
.team-member_one .member-info p.position {
	font-weight: 600;
	padding-bottom: 0px;
}
.team-member_one .member-info ul.social-linkks i {
	color: var(--body_color);
	transition: all 0.3s ease-out 0s;
}
.team-member_one .member-info ul.social-linkks i:hover {
	color: var(--primary_color);
	transition: all 0.3s ease-out 0s;
}
.team-member_one .member-info ul.social-linkks {
	padding-top: 10px;
	border-top: 1px solid rgba(31, 30, 23, 0.071);
	padding-left: 0;
	margin-left: 0;
}
.team-member_one .member-info ul.social-linkks li {
	margin: 0 10px;
}
.team-member_one .member-info ul.social-linkks li a:hover {
	color: var(--primary_color);
}
.team-member_one .social-linkks li {
	list-style: none;
	display: inline-block;
}
/**/
.testimonial-slider-three,
.testimonial-slider-one {
	margin-left: -15px;
	margin-right: -15px;
}
.testimonial-slider-three .slick-list,
.testimonial-slider-one .slick-list {
	padding: 65px 0;
}
.testimonial-slider-three .testimonial-item,
.testimonial-slider-one .testimonial-item {
	margin-left: 15px;
	margin-right: 15px;
}
.testimonial-slider-three .slick-arrow,
.testimonial-slider-one .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.2);
			box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.2);
	color: #2c2c2c;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.testimonial-slider-one .slick-arrow.prev {
	left: -10px;
}
.testimonial-slider-one .slick-arrow.next {
	right: -10px;
}
.testimonial-slider-one .slick-arrow:hover {
	background-color: var(--primary_color);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(237, 206, 56, 0.5);
			box-shadow: 0px 10px 60px 0px rgba(237, 206, 56, 0.5);
}

.testimonial-slider-three .slick-arrow.prev {
	left: -90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.testimonial-slider-three .slick-arrow.prev {
	left: -70px;
}
}
.testimonial-slider-three .slick-arrow.next {
	right: -90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.testimonial-slider-three .slick-arrow.next {
	right: -70px;
}
}
.testimonial-slider-three .slick-arrow:hover {
	background-color: var(--primary_color);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(237, 206, 56, 0.5);
			box-shadow: 0px 10px 60px 0px rgba(237, 206, 56, 0.5);
}

.testimonial-dots ul.slick-dots li.slick-active button:before {
	background-color: var(--primary_color);
}
.testimonial-dots ul.slick-dots li.slick-active button:after {
	visibility: visible;
	opacity: 1;
}
.testimonial-dots ul.slick-dots li button {
	width: 20px;
	height: 20px;
	margin: 0 2px;
	position: relative;
	background-color: transparent;
}
.testimonial-dots ul.slick-dots li button:after, .testimonial-dots ul.slick-dots li button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.testimonial-dots ul.slick-dots li button:before {
	width: 7px;
	height: 7px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.testimonial-dots ul.slick-dots li button:after {
	width: 20px;
	height: 20px;
	border: 1px solid var(--primary_color);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.testimonial-thumbs-slider {
	margin-left: -10px;
	margin-right: -10px;
}
.testimonial-thumbs-slider .testimonial-thumb-item {
	margin-left: 10px;
	margin-right: 10px;
}

/* Testimonial One */
.testimonial-one {
	padding: 310px 0 465px;
}
.testimonial-one .container-fluid {
	padding-left: 170px;
	padding-right: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.testimonial-one .container-fluid {
	padding-left: 70px;
	padding-right: 70px;
}
}
@media (max-width: 1199px) {
.testimonial-one .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
}

/* Testimonial Two */
.testimonial-two .shape {
	position: absolute;
}
.testimonial-two .shape.shape-one {
	bottom: 0;
	left: 0;
}

/* Testimonial Item CSS */
.testimonial-item {
	position: relative;
	background-color: #fff;
	border-radius: 7px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(109, 109, 109, 0.15);
			box-shadow: 0px 10px 15px 0px rgba(109, 109, 109, 0.15);
	padding: 90px 30px 25px;
}
.testimonial-item .author-thumb {
	position: absolute;
	top: -65px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial-item .author-thumb img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.testimonial-item .testimonial-content p {
	font-size: 22px;
	line-height: 37px;
	color: #2c2c2c;
	margin-bottom: 25px;
}
.testimonial-item .testimonial-content .quote {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.testimonial-item .testimonial-content .quote:after {
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 80%;
	height: 1px;
	background-color: rgba(44, 44, 44, 0.1);
	z-index: -1;
}
.testimonial-item .testimonial-content .quote i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary_color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	color: #2c2c2c;
	font-size: 20px;
	text-align: center;
}
.testimonial-item .testimonial-content .author-title h4 {
	font-size: 22px;
	line-height: 32px;
}
.testimonial-item .testimonial-content .author-title p.position {
	font-size: 16px;
	color: var(--body_color);
	margin-bottom: 0;
	line-height: 26px;
	font-weight: 500;
}

.testimonial-item-two {
	position: relative;
	background-color: #fff;
	padding: 40px 50px;
	border-radius: 7px;
}
@media (max-width: 1199px) {
.testimonial-item-two {
	padding: 30px 30px;
}
}
@media (max-width: 767px) {
.testimonial-item-two {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
}
.testimonial-item-two .author-thumb {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 165px;
			flex: 0 0 165px;
	max-width: 160px;
	height: 160px;
	margin-right: 30px;
}
.testimonial-item-two .author-thumb img {
	border-radius: 7px;
}
@media (max-width: 767px) {
.testimonial-item-two .testimonial-content {
	padding-top: 20px;
}
}
.testimonial-item-two .testimonial-content > p {
	font-size: 24px;
	line-height: 37px;
	color: #2c2c2c;
	margin-bottom: 25px;
}
.testimonial-item-two .testimonial-content .author-title-quote .quote {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
			flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #2c2c2c;
	background-color: var(--primary_color);
	font-size: 20px;
	margin-right: 25px;
}
@media (max-width: 1199px) {
.testimonial-item-two .testimonial-content .author-title-quote .quote {
	margin-right: 20px;
}
}
.testimonial-item-two .testimonial-content .author-title-quote .author-title {
	line-height: 1;
}
.testimonial-item-two .testimonial-content .author-title-quote .author-title h4 {
	margin-bottom: 5px;
}
.testimonial-item-two .testimonial-content .author-title-quote .author-title p.position {
	font-weight: 500;
}

@media (max-width: 767px) {
.testimonial-item-three {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
}
.testimonial-item-three .author-thumb {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 145px;
			flex: 0 0 145px;
	max-width: 145px;
	height: 145px;
	margin-right: 40px;
}
.testimonial-item-three .author-thumb img {
	border-radius: 7px;
}
.testimonial-item-three .testimonial-content {
	margin-top: -8px;
}
@media (max-width: 767px) {
.testimonial-item-three .testimonial-content {
	margin-top: 0px;
	padding-top: 50px;
}
}
.testimonial-item-three .testimonial-content > p {
	margin-bottom: 35px;
	font-size: 22px;
	line-height: 35px;
	color: #2c2c2c;
}
.testimonial-item-three .testimonial-content .author-title-qoute {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.testimonial-item-three .testimonial-content .author-title-qoute .quote {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
			flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--primary_color);
	color: #2c2c2c;
	font-size: 20px;
	margin-right: 25px;
	text-align: center;
	line-height: 60px;
}
.testimonial-item-three .testimonial-content .author-title-qoute .author-title h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 3px;
}
.testimonial-item-three .testimonial-content .author-title-qoute .author-title p.position {
	font-weight: 500;
}

.testimonial-thumb-item {
	position: relative;
	cursor: pointer;
	padding-bottom: 60px;
}
.testimonial-thumb-item img {
	width: 100%;
	border-radius: 7px;
}
.testimonial-thumb-item:after {
	position: absolute;
	bottom: -1.5px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2c2c2c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*Portfolio*/

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
	width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	line-height: 45px;
	font-family: var(--font_handlee);
	transition: all 0.4s ease-out 0s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a:hover {
	color: var(--primary_color);
	transition: all 0.4s ease-out 0s;
}
.sp-simpleportfolio-tags {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--primary_color);
	color: #2c2c2c;
	font-size: 20px;
	border: 0px solid transparent;
	line-height: 55px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
	background-color: var(--primary_color);
}
.sp-simpleportfolio a.btn-zoom {display: none !important;}
.sp-simpleportfolio a.btn-view {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
	text-align: left;
	padding: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div {
	vertical-align: bottom;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
	background-color: #f8f6ef;
	margin-bottom: 60px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block
	
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #2c2c2c;
	padding: 25px 5px;
	margin: 0 15px -7px 15px;
	border-radius: 0;
	background: transparent !important;
	
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent !important;
	color: #2c2c2c !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover:after, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: visible;
	width: 100%;
	opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	content: "";
	background-color: var(--primary_color);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
	color: #2c2c2c;
	font-weight: 800;
	font-size: 24px;
	line-height: 35px;
}
.sp-simpleportfolio-description h3,
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
	font-size: 35px;
	line-height: 45px;
	color: #2c2c2c;
	font-weight: 800;
}
.sp-page-title .sp-page-title-sub-heading {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 10px;
	z-index: 99;
	position: relative;
	color: #fafafa;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  display: block;
  padding: 55px;
  background-color: #fff;
  z-index: 2;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.35);
          box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.35);
	margin-top: -80px;
	position: relative;
	z-index: 99;
}
.sp-simpleportfolio .sp-simpleportfolio-img {
	width: 100%;
	border-radius: 7px;
}
@media only screen and (min-width: 980px) {
.sp-simpleportfolio .sp-simpleportfolio-meta {
	width: 32%;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
	padding-right: 35px;
	padding-left: 35px;
}
}
.sp-simpleportfolio-description h3 {
	padding-top: 30px;
	border-top: 1px solid rgba(44, 44, 44, 0.149);
	margin-top: 35px;
}
.sp-simpleportfolio .sp-simpleportfolio-meta > div {
	border-bottom: 1px solid rgba(44, 44, 44, 0.149);
}
.page-link {
	padding: 15px 25px;
}
.pagination,
.pagination ul.pagination {
	display: block;
	margin: 40px auto auto auto;
	text-align: center;
}
.pagination ul.pagination li {
	display: inline-block;
}
.btn-primary, 
.sppb-btn-primary,
.btn-primary:hover, 
.sppb-btn-primary:hover,
.page-item.active .page-link,
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
	border-color: var(--primary_color);
	background-color: var(--primary_color);
	color: #2c2c2c;
}
.btn-primary, 
.sppb-btn-primary {
	border-color: var(--primary_color);
	background-color: var(--primary_color);
	color: #2c2c2c;
	padding: 15px 30px;
	font-weight: 700;
}
.btn-primary:hover, 
.sppb-btn-primary:hover {
	border-color: #2c2c2c;
	background-color: #2c2c2c;
	color: var(--primary_color);
}
/*end portfolio*/

#sp-left .sp-module, 
#sp-right .sp-module {
	padding: 30px 40px;
	border: 1px solid rgba(31, 30, 23, 0.102);
	border-radius: 5px;
}
/*
#sp-left .sp-module:first-child, 
#sp-right .sp-module:first-child {
	padding: 0px;
	border: 0px solid rgba(31, 30, 23, 0.102);
	border-radius: 0px;
}
*/
.form-search .form-control {
	background-color: #f8f6ef;
	font-size: 20px;
	font-weight: 600;
	color: #2c2c2c;
	border-radius: 5px;
	width: 100%;
	padding: 0 30px;
	height: 60px;
	border: none;
}
#sp-right .awesomplete,
#sp-left .awesomplete {
	width: 100% !important;
}

.hideme .hikashop_category_list {
	display: none;
}

@media (min-width: 992px) {
.com-sppagebuilder.view-page #sp-component.col-lg-8 {
	padding-left: 6%;
}
.com-sppagebuilder.view-page #sp-right {
	padding-right: 6%;
}
.form-search .form-control {margin-top: 120px;}
.view-category.layout-blog .form-search .form-control {margin-top: 0px !important;}
.view-article.layout-blog .form-search .form-control {margin-top: 0px !important;}
.view-article.layout-default .form-search .form-control {margin-top: 0px !important;}
.com-hikashop .form-search .form-control {margin-top: 0px !important;}
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-size: 24px;
	line-height: 35px;
	color: #2c2c2c;
	font-weight: 800;
}
#sp-right .sp-module .sp-module-title:after,
#sp-left .sp-module .sp-module-title:after {
  display: block;
  content: "";
  width: 55px;
  height: 7px;
  background: url(../images/line.png) no-repeat left;
  background-size: contain;
  margin-top: 12px;
  margin-bottom: 20px;
}

#sp-left .sp-module ul > li > a:hover,
#sp-right .sp-module ul > li > a:hover {
	color: #2c2c2c;
}
#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 15px;
	color: var(--body_color);
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
	border-bottom: 1px solid rgba(31, 30, 23, 0.102);
	transition: all 0.3s ease-out 0s;
}
#sp-left .sp-module ul > li:hover, 
#sp-right .sp-module ul > li:hover {
	border-color: var(--primary_color);
	transition: all 0.3s ease-out 0s;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3;
	margin: 0;
	padding-bottom: 0;
}
/**/
.single-counter-card {
	background-color: #fff;
	padding: 30px 30px 20px;
	border-radius: 7px;
}
@media (max-width: 1199px) {
.single-counter-card {
    padding: 30px 20px 20px;
}
}
.single-counter-card .icon i {
	color: var(--primary_color);
	font-size: 50px;
}
@media (max-width: 1199px) {
.single-counter-card .text h2 {
    font-size: 32px;
    line-height: 45px;
}
}
.single-counter-card .text p {
  font-weight: 600;
}

.single-counter-card h2 {
	font-size: 45px;
	line-height: 55px;
	color: #2c2c2c;
	font-weight: 800;
}

/**/
.information-item-two {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 40px 35px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.information-item-two:hover {
  background-color: #2c2c2c;
}
.information-item-two:hover:after {
  color: rgba(255, 255, 255, 0.02);
}
.information-item-two:hover .icon {
  background-color: transparent;
  color: var(--primary_color);
  border-color: var(--body_color);
}
.information-item-two .info h5 {
  color: #2c2c2c;
}
.information-item-two:hover .info h5 {
  color: #fff;
}
.information-item-two:after {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 135px;
  line-height: 1;
  color: rgba(44, 44, 44, 0.08);
  /*font-family: "Font Awesome 5 Pro";*/
  font-weight: 400;
  z-index: -1;
}
.information-item-two.info-one:after {
  content: "\f3c5";
}
.information-item-two.info-two:after {
  content: "\f658";
}
.information-item-two.info-three:after {
  content: "\f095";
}
.information-item-two .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #2c2c2c;
	background-color: var(--primary_color);
	font-size: 25px;
	margin-bottom: 28px;
	border: 1px solid transparent;
}
.information-item-two .info h5 {
	margin-bottom: 10px;
}
.information-item-two .info p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.information-item-two .info p a {
	color: var(--body_color);
}
.information-item-two i {
	text-align: center;
	line-height: 55px;
	display: block;
}
/*blog*/
.article-info .category-name {
	position: absolute;
	top: 40px;
	left: 50px;
	
}
.article-info .category-name::before {
	padding-right: 0;
	padding-left: 0;
	content: "";
}
.article-info .category-name,
.article-info .category-name a {
	margin-bottom: 5px;
	text-decoration: underline;
	font-size: 24px;
	font-family: var(--font_handlee);
	font-weight: 400;
	color: var(--body_color);
}
.article-list .article .article-header h1, 
.article-list .article .article-header h2,
.article-header h2 {
	font-size: 27px;
	line-height: 37px;
	color: #2c2c2c;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 40px 0 10px 0;
}
.article-header h2 a {color: #2c2c2c;}

.article-info .published,
.article-info .createdby {
	color: #767676;
	font-size: 16px;
	line-height: 30px;
}
.article-details .article-full-image img,
.article-intro-image img {
	width: 100%;
}
.article-intro-image img {
	height: 550px;
	object-fit: cover; 
	width: 100%;
}
.article-body {
	padding: 50px 50px 30px 50px;
}
.article-info .published {
	padding-right: 15px;
}
.article-info > span a:hover,
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h1 a:active, 
.article-list .article .article-header h1 a:focus, 
.article-list .article .article-header h2 a:hover, 
.article-list .article .article-header h2 a:active, 
.article-list .article .article-header h2 a:focus,
.article-body a:hover {
	color: var(--primary_color);
	transition: all 0.3s ease-out 0s;
}
.article-body a {
	transition: all 0.3s ease-out 0s;
}
.article-body {
	box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.15);
	background-color: #fff;
	position: relative;
	border-radius: 7px;
	margin-top: -90px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
	margin-bottom: 60px;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0px 0px 0 0;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0;
  border-radius: 0;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
	color: #2c2c2c;
	font-weight: 700;
}
blockquote {
	background-color: #f8f6ef;
	padding: 30px 50px;
}
blockquote h4 {
	margin-bottom: 11px;
	font-size: 24px;
	line-height: 35px;
	color: #2c2c2c;
	font-weight: 800;
}
blockquote h5 {
	font-size: 20px;
	line-height: 28px;
	color: #2c2c2c;
}
/*end*/

/*shop*/
.hikashop_product_image_subdiv img {
	max-height: 250px;
	text-align: center;
	margin: auto auto 0px auto;
	padding-top: 15px;
	padding-bottom: 0px;
}
.com-hikashop.view-product .hikashop_product_price_full,
.view-category .hikashop_product_price_full {
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
	color: var(--body_color);
}
span.hikashop_product_name {
	font-weight: 800;
}
.view-category .hikashop_product_name a,
.com-hikashop.view-product .hikashop_product_name a {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #2c2c2c;
	font-weight: 800;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.view-category .hikashop_product_name a:hover,
.com-hikashop.view-product .hikashop_product_name a:hover {
	color: var(--primary_color);
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hikashop_carousel .hikashop_subcontainer_border, 
.hikashop_categories_listing_main .hikashop_subcontainer.hikashop_subcontainer_border, 
.hikashop_category_information .hikashop_subcontainer.hikashop_subcontainer_border {
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	border: 1px solid rgba(31, 30, 23, 0.071);
	border-radius: 5px;
}
/*
.hikashop_product_image_subdiv {
	border-bottom: 1px solid rgba(31, 30, 23, 0.071);
}
*/

.hikashop_subcontainer.hikashop_subcontainer_border:hover {
	border-color: transparent;
    box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
	transition: all 0.3s ease-out 0s;
}
.nounder .jpane-slider.content	{
	display: none;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4 a {
	color: var(--body_color);
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease-out 0s;
}
.hikashop_category_information .hikashop_subcontainer, 
.hikashop_categories_listing_main .hikashop_subcontainer {
	padding: 0px !important;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4:hover a {
	color: var(--primary_color);
	padding-left: 10px;
}

.sidebar-rit {
	border: 1px solid rgba(14, 32, 77, 0.07);
	padding: 30px 20px 30px 30px !important;
}

.sidebar-rit .sppb-addon-title:before,
.sidebar-rit .sppb-addon-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(46, 39, 157, 0.1);
}
.sidebar-rit .sppb-addon-title { 

	font-weight: 500;
	line-height: 1.2;
	color: var(--primary_color);
	position: relative;
}

.sidebar-rit .sppb-addon-title:after {
	background-color: #2c2c2c;
	height: 2px;
	width: 65px;
}
.sidebar-rit .sppb-addon-title {
	padding-bottom: 15px;
	margin-bottom: 30px;

	font-weight: 500;
	line-height: 1.2;
	color: var(--primary_color);
	position: relative;
}
.hikashop_small_cart_total_title {
	color: #2c2c2c;
	text-align: center;
}
.hikashop_small_cart_total_title:hover {
	color: #2c2c2c;
}
.layout-listing .hikacart {
	position: absolute;
	left: 45%;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	top: 40%;
}
.layout-listing .hikacart:hover {
	color: #fff;
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	transition: all 0.3s ease-out 0s;
}
.hikashop_cart_proceed_to_checkout {
	margin-top: 15px;
	
}
.hikashop_cart_proceed_to_checkout,
.hikabtn-primary,
.hikabtn_checkout_next,
.hikacart {
	color: #2c2c2c;
	background-color: var(--primary_color);
	border-color: var(--primary_color);
	padding: 17px 20px 17px 20px;
	font-weight: 600;
	transition: all 0.3s ease-out 0s;
	font-size: 16px;
}
.hikashop_cart_proceed_to_checkout:hover,
.hikabtn-primary:hover,
.hikabtn_checkout_next:hover,
.hikacart:hover {
	color: var(--primary_color);
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	transition: all 0.3s ease-out 0s;
}
.hikashop_product {
	position: relative;
	margin-bottom: 20px;
	padding-right: 20px;
}
.layout-listing .hikashop_product:hover .hikacart {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
}
.layout-listing .hikashop_product .hikacart {
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom,
div.hikashop_footer {
	display: none !important;
}
.layout-show .hikashop_product_quantity_field {
	height: 60px !important;
	border-radius: 3px !important;
	border: 2px solid rgba(85, 85, 85, 0.2) !important;
	padding: 0 3px !important;
	text-align: center !important;
}
.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a {
	line-height: 25px !important;
}
.hikashop_product_quantity_change_div_plus_default,
.hikashop_product_quantity_change_div_minus_default {
	line-height: 25px !important;
	border: 2px solid rgba(85, 85, 85, 0.2) !important;
}
.hikashop_product_quantity_main {
	margin-bottom: 25px;
}	
#hikashop_product_tags_main.hikashop_product_tags {
	display: none !important;
}

#hikashop_product_description_main .hideindesc {
	display: none;
}

.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_input_div_default,
.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_change_div_default,
.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_add_to_cart_div.hikashop_product_quantity_add_to_cart_div_default {
	display: none !important;
}
 
.layout-show #hikashop_main_image {
	background-color: #ffffff;
	margin-bottom: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.layout-show .hikashop_product_main_image_subdiv{
	background-color: #ffffff;
	height: 500px;
	border: 1px solid rgba(44, 44, 44, 0.102);
	border-radius: 7px;
}
.hikashop_product_page div.hikashop_small_image_div a {
	border: 1px solid rgba(44, 44, 44, 0.102);
	border-radius: 7px;
}
.hikashop_product_main_image {
	height: 500px;
}
.view-checkout .layout-show #hikashop_main_image {
	background: #ffffff !important;
}
div.hikashop_container {
	margin: 5px 0px !important;
}
.hikashop_checkout_login h1,
.layout-show #hikashop_product_name_main {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
	color: #2c2c2c;
	letter-spacing: -0.5px;
}

.layout-show .hikashop_checkout_login h1,
.layout-show #hikashop_product_name_main {
	font-size: 35px;
	font-weight: 800;
}



.layout-show .hikashop_product_price_per_unit {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
}
.layout-show #sp-component .hikashop_product_price {
	font-size: 24px;
	font-weight: 600;
	color: #2c2c2c
}
.view-checkout #sp-component .hikashop_product_price {
	font-size: 16px;
	font-weight: 400;
	color: var(--primary_color);
}

#hikashop_product_right_part {
	padding-left: 3%;
}

.layout-show .hikashop_product_quantity_change_div_plus_default,
.layout-show .hikashop_product_quantity_change_div_minus_default {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0 5px;
	border-radius: 3px;
	margin-bottom: 2px;
}

.layout-show .hikashop_product_quantity_change_div_plus_default a,
.layout-show .hikashop_product_quantity_change_div_minus_default a {
	color: #2c2c2c;
}
.layout-show .hikashop_product_quantity_change_div_plus_default a:hover,
.layout-show .hikashop_product_quantity_change_div_minus_default a:hover {
	color: var(--primary_color);
}
.layout-show .hikacart {
	padding: 12px 35px;
	height: 60px;
}

.hikashop_checkout_login h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #2c2c2c;
}
.hikashop_checkout_login h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #2c2c2c;
}
.hikashop_product_page div.hikashop_small_image_div {
	margin-top: 30px;
}

img.hikashop_child_image {
	height: 55px !important;
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail:hover {
	border: 1px solid var(--primary_color);
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 1px solid rgba(44, 44, 44, 0.102);
}
.view-product div.hikashop_small_image_div,
.view-category div.hikashop_small_image_div {
	margin-top: 10px;
	z-index: 999;
	position: relative;
}
#hikashop_product_description_main {
	margin-top: 80px;
}
#sidebar-main div.hikashop_container {
	margin: 2px 0 !important;
}
#sidebar-main .hikashop_subcontainer a {
	color: #4d6581;
	font-weight: normal;
	font-size: 16px;
}
#sidebar-main .hikashop_subcontainer a:hover {
	color: #2c2c2c;
}
#sidebar-main .hikashop_subcontainer a::before {
	content: "+";
	margin-right: 5px;
}
.hkc-md-12.hikashop_category {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.hikabtn.hikacart:hover {
	background: #2c2c2c;
	color: var(--primary_color);
}
.hikabtn.hikacart {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	background: var(--primary_color);
	color: #2c2c2c;
	transition: all 0.3s;
	padding: 20px 40px;
	border-radius: 5px;
	border: none;
	height: 60px;
	line-height: 20px;
}
#hikashop_product_characteristics {
	padding: 30px 0 0px 0;
}
div.hikashop_main_image_div, 
div.hikashop_main_file_div {
	height: 390px !important;
}
@media (min-width: 1200px) {
.com-hikashop.view-product.layout-listing #sp-main-body .container {
	max-width: 1280px;
}
.com-hikashop.view-product.layout-listing #sp-component.col-lg-8 {
	width: 72%;
}
.com-hikashop.view-product.layout-listing #sp-right.col-lg-4 {
	width: 28%;
}
}
.com-hikashop.view-product.layout-listing .hikashop_product_image {
	margin-bottom: -40px;
}
span.hikashop_product_name {
	padding-bottom: 43px;
	padding-left: 33px;
	padding-right: 33px;
}
.hikashop_subcategories a {
	font-size: 16px;
	line-height: 30px;
	color: var(--body_color);
}
.hikashop_subcategories h4 {
	letter-spacing: normal !important;
	margin-bottom: 5px;
}
#sp-left span.hikashop_product_name,
#sp-right span.hikashop_product_name {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#sp-left .hikashop_product_image_subdiv
#sp-right .hikashop_product_image_subdiv {
  width: 60px;
  position: relative;
  text-align: left;
  margin-left: 0;
}
#sp-left .hikashop_product_image_subdiv img,
#sp-right .hikashop_product_image_subdiv img {
	max-height: 100% !important;
	text-align: left !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}
#sp-left .hikashop_product_name a,
#sp-right .hikashop_product_name a {
	font-size: 18px !important;
	line-height: 28px;
}

#sp-right .hikashop_product_image .hikashop_product_image_subdiv, 
#sp-right .hk_product_image .hk_subdiv {
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 !important;
}
.hikashop_product_quantity_div {
	vertical-align: top !important;
}
.hikashop_product_quantity_div input, 
input.hikashop_product_quantity_field {
	max-width: 50px !important;
}
/*end shop*/

#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	background: #f8f6ef;
	color: #2c2c2c;
	margin: 0 5px 8px 0;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	background: var(--primary_color);
}
#sp-left .sp-module:first-child, 
#sp-right .sp-module:first-child {
	margin-top: 0;
	padding: 0px !important;
	border-color: transparent !important;
}
 