/**/
#sp-top2 .hikashop_cart_module {
	padding-top: 23px;
}

#sp-topbar-section.brdr .sppb-col-md-4 {
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#sp-topbar-section.brdr .pull-left {
	padding-top: 7px !important;
}
#sp-topbar-section.brdr .sppb-col-md-4:first-child {
	padding-right: 0px;
	padding-left: 0px;
}
/**/
.fa-twitter::before {
  content: "\e61b" !important;
}

#sp-header.nologoleft .sp-megamenu-wrapper.d-flex {
	display: block !important;
	text-align: left;
	margin: auto;
	float: none;
}
.sppb-btn-custom {
	padding: 17px 40px !important;
}
/**/
#sp-header.transparent {
	z-index: 999;
	transition: all .4s;
}
#sp-header.transparent {
	position: absolute;
	top: 0;
	background: transparent;
	transition: all .4s;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

#sp-header.transparent.header-sticky {
	position: fixed;
	z-index: 9999 !important;
	transition: all .4s;
	height: 80px;
	top: 0;
}
#sp-header.transparent.header-sticky {
	background: #ffffff;
}
#sp-header.transparent .sp-megamenu-parent > li > a,
#sp-header.transparent .sp-megamenu-parent > li.active > a,
#sp-header.transparent .sp-megamenu-parent > li > a:hover,
#sp-header.transparent .sp-megamenu-parent > li.active > a {
	color: #ffffff;
}

#sp-header.transparent.header-sticky .sp-megamenu-parent > li > a {
	color: #ffffff;
}
#sp-header.transparent.header-sticky .sp-megamenu-parent > li.active > a,
#sp-header.transparent.header-sticky .sp-megamenu-parent > li > a:hover,
#sp-header.transparent.header-sticky .sp-megamenu-parent > li.active > a {
	color: #ffffff;
}

/*end transparent*/

#sp-header {
	padding-right: 15px;
	padding-left: 15px;
}

#sp-header .logo-image {
	height: auto;
}
#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a, 
#sp-header .sp-megamenu-parent > li.active:hover > a {
	color: var(--color-secondary) !important;
}

#sp-header .sp-megamenu-parent > li > a {
	color: var(--color-menu) !important;
}
#sp-header .sp-megamenu-wrapper.d-flex {
	display: block !important;
}
#sp-header .sp-megamenu-parent {
	float: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 7px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	padding: 8px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
	border-bottom: 1px solid rgba(14, 32, 77, 0.07);
}


#sp-search input[type="text"] {
	height: 55px;
	border-radius: 30px;
	border: 2px solid rgba(77, 101, 129, 0.15);
	background-color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-menu);
	padding: 0 45px 0 25px;
}
@media (max-width: 1023px) { 
#sp-search input[type="text"] {
	height: 41px !important;
}
}

/**/

#sp-search {
	padding-top: 10px;
}
.hero-area-one::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 37%;
	background-image: url(../images/hero-pattern.jpg);
}
.hero-content-tl::before {
	position: absolute;
	content: "";
	left: -50px;
	top: -60px;
	bottom: 0;
	width: 100px;
	border-radius: 55px;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#499afa), color-stop(74%, rgba(208, 229, 254, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(top, #499afa 0%, rgba(208, 229, 254, 0.5) 74%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(180deg, #499afa 0%, rgba(208, 229, 254, 0.5) 74%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.15;
}
/**/
.style-tw #sp-bottoms {
	background: var(--color-primary);
}

/**/
.sp-page-title {
	background-size: cover;
	background-position: center;
}
.sp-page-title {
	padding: 80px 0;
	position: relative;
}
.hidebg-title .sp-page-title::before {
	opacity: 0 !important;
}
.sp-page-title::before {
  background: var(--color-primary);
  opacity: 0.9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.sp-page-title .sp-page-title-heading {
	color: #fff;
	text-align: center;
	font-size: 60px;
	line-height: 1.35;
	font-family: var(--font-lora);
	font-weight: 400;
	z-index: 9;
	position: relative;
}
.hidebg-title .sp-page-title .breadcrumb > li > a:hover,
.hidebg-title .sp-page-title .sp-page-title-heading {
	color: var(--color-primary);
}
.hidebg-title .sp-page-title .breadcrumb > span, 
.hidebg-title .sp-page-title .breadcrumb > li + li::before, 
.hidebg-title .sp-page-title .breadcrumb > .active  {
	color: var(--color-secondary);
}
.hidebg-title .sp-page-title .breadcrumb > li > a {
  color: var(--color-menu);
}
/**/
.sp-page-title .breadcrumb .float-start span {
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: none;
}
.sp-page-title .breadcrumb,
.sp-page-title .breadcrumb > .active {
	position: relative;
	z-index: 9;
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
	z-index: 99 !important;
	position: relative;
}
.sp-page-title .breadcrumb {
	display: block!important;
	margin: 20px auto 0 auto !important;
	text-align: center!important;
}
.sp-page-title .breadcrumb li {
	display: inline;
	margin: 0 6px;
}
.sp-page-title .breadcrumb > .active {
	color: #ffffff;
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
	font-size: 20px;
	font-weight: 500;
}
.sp-page-title .breadcrumb > li > a:hover {
	color: #ffffff;
}

/**/
.article-details h3,
.article-details .article-header h1, 
.article-details .article-header h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 20px;
	color: var(--color-menu);
}
.article-details .article-full-image img {
	width: 100%;
	border-radius: 0;
}
.article-details .article-full-image {
	margin-top: -40px;
	margin-left: -40px;	
	margin-right: -40px;
}
blockquote {
	position: relative;
	background-color: #f3f5f8;
	padding: 35px 50px;
	border-radius: 7px;
	margin: 35px 0;
}
blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: var(--color-primary);
	border-radius: 2px;
}
blockquote cite {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	color: var(--color-secondary);
	line-height: 1;
	margin-top: 15px;
	padding-left: 60px;
}

blockquote p {
	margin: 0;
	font-family: var(--font-lora);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-menu);
}
blockquote cite::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 3px;
	background-color: var(--color-secondary);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body {
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	font-family: var(--font-inter);
}
.view-article #sp-component,
.layout-blog #sp-component {
	background-color: #ffffff;
	padding: 40px 40px 60px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.06);
	box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.06);
}

.article-list .article {
	margin-bottom: 30px;
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.55;
	color: var(--color-menu);
	font-family: var(--font-lora);
	margin-bottom: 0px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.55;
	color: var(--color-menu);
	font-family: var(--font-lora);
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
	border-radius: 0 important;
	border-bottom: 0px solid #f5f5f5;
}
.article-introtext {
	margin-bottom: 70px;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	margin-left: -40px;
	margin-top: -40px;
	margin-right: -40px;
}
.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: 0;
	width: 100%;
}

.com-content #sp-left .sp-module:first-child, 
.com-content #sp-right .sp-module:first-child {
	background-color: var(--color-primary);
	padding: 30px;
}
.com-content #sp-left .sp-module:first-child .sp-module-title,
.com-content #sp-right .sp-module:first-child .sp-module-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 25px;
}
.com-content #sp-left .sp-module:first-child .sp-module-title, 
.com-content #sp-right .sp-module:first-child .sp-module-title {
	color: #ffffff;
}
.com-content #sp-left .sp-module:first-child .sp-module-title:before, 
.com-content #sp-right .sp-module:first-child .sp-module-title:before,
.com-content #sp-left .sp-module:first-child .sp-module-title:after, 
.com-content #sp-right .sp-module:first-child .sp-module-title:after {
	height: 0px;
}


#sp-left .sp-module,
#sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 30px;
	border-radius: 0;
	margin-top: 30px;
}
.com-hikashop #sp-left .sp-module,
.com-hikashop #sp-right .sp-module {
	padding: 10px 30px !important;
}

#sp-left .sp-module.nopadding,
#sp-right .sp-module.nopadding {
	padding: 35px 0px 0 0;
	border-radius: 0;
	margin-top: 0px;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 25px;
}

#sp-left .sp-module input[type="text"],
#sp-right .sp-module input[type="text"] {
	height: 65px;
	background-color: #fff;
	border-radius: 30px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	color: #4d6581;
	padding: 0 60px 0 25px;
}
@media (min-width: 1199px) {
.view-article #sp-left .sp-column,
.view-article #sp-right .sp-column,
.layout-blog #sp-left .sp-column,
.layout-blog #sp-right .sp-column {
	padding-left: 12%;
}
}

#sp-left .sp-module .sp-module-title:before, 
#sp-right .sp-module .sp-module-title:before,
#sp-left .sp-module .sp-module-title:after, 
#sp-right .sp-module .sp-module-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(46, 39, 157, 0.1);
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title { 
	font-family: var(--font-lora);
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-menu);
	position: relative;
}

#sp-left .sp-module .sp-module-title:after, 
#sp-right .sp-module .sp-module-title:after {
	background-color: var(--color-secondary);
	height: 2px;
	width: 65px;
}
#sp-left .sp-module li,
#sp-right .sp-module li {
	border-bottom: 0px solid #f3f3f3;
}
.categories-module li a:hover {
	color: var(--color-secondary) !important;
}
.categories-module li a {
	display: block;
	color: #4d6581 !important;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.categories-module li:not(:last-child) {
  margin-bottom: 2px;
}
.categories-module {
	padding-top: 15px !important;
}

#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	padding: 7px 15px;
	background: #f3f5f8;
	color: #4d6581;
	border-radius: 0px;
	margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	background: var(--color-secondary);
	color: #ffffff;
}
#sp-left .sp-module .tagscloud, 
#sp-right .sp-module .tagscloud {
	margin: 35px 0 0 0;
}

/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@-webkit-keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes preloader {
	0% {
		transform: perspective(160px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
	}

	100% {
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
}

@keyframes preloader {
	0% {
		transform: perspective(160px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
	}

	100% {
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.animate-float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/**/

/*======= Iconic Box =======*/
.iconic-box {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 50px;
	text-align: center;
}

@media (max-width: 1199px) {
.iconic-box {
	padding: 40px 35px;
	font-size: 15px;
}
}

.iconic-box .icon {
	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;
	line-height: 1;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	font-size: 55px;
	color: var(--color-secondary);
}

@media (max-width: 767px) {
.iconic-box .icon {
	height: 100px;
	width: 100px;
}
}

.iconic-box .icon img {
	max-width: 100px;
}

@media (max-width: 767px) {
.iconic-box .icon img {
	max-width: 65px;
}
}

.iconic-box .icon::before {
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#499afa), color-stop(82%, rgba(222, 237, 254, 0.5)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #499afa 0%, rgba(222, 237, 254, 0.5) 82%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #499afa 0%, rgba(222, 237, 254, 0.5) 82%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.102;
}
.iconic-box .title a:hover,
.iconic-box .title a {
	color: var(--color-menu);
}
.iconic-box .title {
	font-size: 24px;
	margin-bottom: 15px;
}

@media (max-width: 424px) {
.iconic-box .title {
	font-size: 22px;
}
}
.iconic-box .icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.iconic-box .icon::before {
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#499afa), color-stop(82%, rgba(222, 237, 254, 0.5)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #499afa 0%, rgba(222, 237, 254, 0.5) 82%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #499afa 0%, rgba(222, 237, 254, 0.5) 82%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.102;
}
.iconic-box .box-link-wrap {
	position: relative;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	min-height: 45px;
	overflow: hidden;
}

.iconic-box .box-link-wrap .link-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: rgba(73, 154, 250, 0.1);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: var(--color-secondary);
}

.iconic-box .box-link-wrap .box-link {
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	background-color: var(--color-secondary);
	color: #ffffff;
	width: 160px;
	line-height: 45px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--font-inter);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	visibility: hidden;
	opacity: 0;
}

.iconic-box .box-link-wrap .box-link i {
	margin-left: 5px;
}

.iconic-box:hover {
	-webkit-box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
	box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
}

.iconic-box:hover .box-link-wrap .link-icon {
	opacity: 0;
	visibility: hidden;
}

.iconic-box:hover .box-link-wrap .box-link {
	visibility: visible;
	opacity: 1;
	top: 0;
}

/*======= Iconic Box Two =======*/
.iconic-box-two {
	background-color: #ffffff;
	border-radius: 7px;
	padding: 40px 35px 50px;
	text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
.iconic-box-two {
	padding: 40px 30px 50px;
	font-size: 15px;
}
}

.iconic-box-two .icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 120px;
	height: 120px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(73, 154, 250, 0.1);
	color: var(--color-secondary);
	font-size: 65px;
	border-radius: 50%;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.iconic-box-two .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--color-menu);
	font-family: var(--font-lora);
}
.iconic-box-two .title a {
	color: var(--color-menu);
}
.iconic-box-two .box-link {
	line-height: 1;
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 45px;
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(73, 154, 250, 0.1);
	color: var(--color-secondary);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.iconic-box-two .box-link::before,
.iconic-box-two .icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: var(--color-secondary);
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.iconic-box-two:hover .box-link,
.iconic-box-two:hover .icon {
	color: #ffffff;
}

.iconic-box-two:hover .box-link::before,
.iconic-box-two:hover .icon::before {
	width: 100%;
	height: 100%;
	opacity: 1;
}

/*======= Iconic Box Three =======*/
.iconic-box-three {
	position: relative;
	z-index: 1;
	background-color: #f3f5f8;
	text-align: center;
	padding: 80px 60px;
}

@media (max-width: 1199px) {
.iconic-box-three {
	padding: 80px 40px;
}
}

.iconic-box-three .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.iconic-box-three .title a:hover {
	color: var(--color-secondary);
}

.iconic-box-three .icon {
	line-height: 0.5;
	color: var(--color-secondary);
	font-size: 75px;
	margin-bottom: 30px;
}

.iconic-box-three .box-link {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-menu);
	text-transform: capitalize;
	line-height: 1;
	border: 2px solid rgba(46, 39, 157, 0.1);
	border-radius: 25px;
	padding: 14px 25px;
	margin-top: 25px;
}

.iconic-box-three .box-link i {
	margin-left: 5px;
	font-size: 15px;
}

.iconic-box-three .box-link:hover {
	background-color: var(--color-secondary);
	color: #ffffff;
	border-color: var(--color-secondary);
}

.iconic-box-three .big-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	font-size: 310px;
	opacity: 0.03;
	z-index: -1;
	display: none;
	line-height: 0.5;
}

.iconic-box-three.featured-box {
	z-index: 2;
}

.iconic-box-three.featured-box,
.iconic-box-three.featured-box .title,
.iconic-box-three.featured-box .title a {
	color: #ffffff;
}

.iconic-box-three.featured-box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	bottom: -20px;
	z-index: -1;
	background-color: #213360);
}

.iconic-box-three.featured-box .box-link {
	background-color: var(--color-secondary);
	color: #ffffff;
	border-color: var(--color-secondary);
}

.iconic-box-three.featured-box .big-icon {
	display: block;
}

/*======= Iconic Boxes Big Images =======*/
.iconic-boxes-big-image {
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}

.iconic-boxes-big-image .single-iconic-item {
	background-color: #ffffff;
	text-align: center;
	padding: 45px 30px;
	margin-bottom: 30px;
}

.iconic-boxes-big-image .single-iconic-item .icon {
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 0.5;
	color: var(--color-secondary);
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .single-iconic-item .icon {
	font-size: 72px;
}
}

.iconic-boxes-big-image .single-iconic-item .title {
	font-size: 24px;
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .single-iconic-item .title {
	font-size: 22px;
}
}

.iconic-boxes-big-image .big-image {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .big-image {
	max-width: 400px;
	top: 130px;
}
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .big-image {
	max-width: 300px;
	top: 250px;
}
}

@media (max-width: 991px) {
.iconic-boxes-big-image .big-image {
	display: none;
}
}

.iconic-boxes-big-image .border-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -2;
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .border-image {
	max-width: 920px;
}
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .border-image {
	max-width: 720px;
}
}

@media (max-width: 991px) {
.iconic-boxes-big-image .border-image {
	display: none;
}
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .first-row .first-column {
	margin-left: 70px;
}
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .first-row .first-column {
	margin-left: 40px;
}
}

@media (max-width: 991px) {
.iconic-boxes-big-image .first-row .first-column {
	margin-left: 0;
}
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .first-row .second-column {
	margin-right: 70px;
}
}

@media (max-width: 1199px) {
.iconic-boxes-big-image .first-row .second-column {
	margin-right: 40px;
}
}

@media (max-width: 991px) {
.iconic-boxes-big-image .first-row .second-column {
	margin-right: 0;
}
}

.iconic-boxes-big-image .second-row .first-column {
	margin-left: -70px;
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .second-row .first-column {
	margin-left: 0;
}
}

.iconic-boxes-big-image .second-row .second-column {
	margin-right: -70px;
}

@media (max-width: 1399px) {
.iconic-boxes-big-image .second-row .second-column {
	margin-right: 0;
}
}

/*======= Doctor Boxes One =======*/
.doctor-box-one {
	text-align: center;
	position: relative;
	padding-bottom: 55px;
	transition: 0.4s;
}

.doctor-box-one .doctor-photo img {
	width: 100%;
}

.doctor-box-one .doctor-information {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
.doctor-box-one .doctor-information {
	left: 20px;
	right: 20px;
}
}

@media (max-width: 424px) {
.doctor-box-one .doctor-information {
	left: 20px;
	right: 20px;
}
}

.doctor-box-one .doctor-information .name a:hover {
	color: var(--color-secondary);
}
.doctor-box-one .doctor-information .name a {
	color: var(--color-menu);
}
.doctor-box-one .doctor-information .name {
	margin-bottom: 5px;
	line-height: 1.1;
	font-size: 20px;
	font-weight: 500;
}

.doctor-box-one .doctor-information .specialty {
	color: var(--color-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.doctor-box-one .doctor-information .social-links {
	margin-top: 10px;
	visibility: hidden;
	height: 0px;
	transition: 0.4s;
	opacity: 0;
}
.doctor-box-one:hover .doctor-information .social-links {
	visibility: visible;
	height: 30px;
	transition: 0.4s;
	background: #fff;
	opacity: 1;
}

.doctor-box-one .doctor-information .social-links li {
	margin: 0 2px;
	display: inline-block;
}
.doctor-box-one .doctor-information ul {
	padding-left: 0px !important;
	margin: 0px !important;
}
.doctor-box-one:hover .doctor-information ul {
	margin: 10px 0;
	padding-top: 10px;
}
.doctor-box-one .doctor-information .social-links a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	background-color: rgba(46, 39, 157, 0.1);
	color: rgba(14, 32, 77, 0.5);
	display: inline-block;
}

.doctor-box-one .doctor-information .social-links a:hover {
	background-color: var(--color-secondary);
	color: #ffffff;
}

.doctor-box-one.bordered-style {
	padding: 20px 20px 55px;
	border: 1px solid rgba(46, 39, 157, 0.1);
}

.doctor-box-one.bordered-style .doctor-information {
	padding: 10px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	right: 0;
	bottom: 25px;
	background-color: transparent;
	background-image: url(../images/doctors/shape.png);
	background-position: center top;
	background-size: cover;
}

/*======= Doctor Boxes Two =======*/
.doctor-box-two .doctor-photo {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.doctor-box-two .doctor-photo img {
	border-radius: 115px 0 115px 115px;
}

.doctor-box-two .doctor-photo .social-links {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
	z-index: 2;
	padding: 0;
}

.doctor-box-two .doctor-photo .social-links li {
	margin: 0 3px;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.doctor-box-two .doctor-photo .social-links li:first-child, .doctor-box-two .doctor-photo .social-links li:last-child {
	margin: 0 0 20px;
}

.doctor-box-two .doctor-photo .social-links li:nth-child(2) {
	-webkit-transition-delay: 30ms;
	-o-transition-delay: 30ms;
	transition-delay: 30ms;
}
.doctor-box-two .doctor-photo .social-links li {
	list-style: none;
}
.doctor-box-two .doctor-photo .social-links li:nth-child(3) {
	-webkit-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms;
}

.doctor-box-two .doctor-photo .social-links li:nth-child(4) {
	-webkit-transition-delay: 90ms;
	-o-transition-delay: 90ms;
	transition-delay: 90ms;
}

.doctor-box-two .doctor-photo .social-links a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	background-color: var(--color-primary);
	color: #ffffff;
	display: block;
}

.doctor-box-two .doctor-photo .social-links a:hover {
	background-color: var(--color-secondary);
}

.doctor-box-two .doctor-photo .plus-icon {
	position: absolute;
	left: 0;
	bottom: -22.5px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.doctor-box-two .doctor-photo .plus-icon i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	background-color: var(--color-secondary);
	color: #ffffff;
	-webkit-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}

.doctor-box-two .doctor-information {
	text-align: center;
}

.doctor-box-two .doctor-information .name {
	margin-bottom: 4px;
	line-height: 1.1;
	font-size: 20px;
	font-weight: 500;
}
.doctor-box-two .doctor-information .name a {
	color: var(--color-menu);

}
.doctor-box-two .doctor-information .specialty {
	color: var(--color-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.doctor-box-two:hover .doctor-photo .social-links li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.doctor-box-two:hover .doctor-photo .plus-icon i {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}

/*======= Doctor Boxes Three =======*/
.doctor-box-three {
	text-align: center;
	padding: 30px 30px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 15px;
}

@media (max-width: 767px) {
.doctor-box-three {
	padding: 30px 25px;
}
}

.doctor-box-three .doctor-photo {
	margin-bottom: 30px;
}

.doctor-box-three .doctor-photo img {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(58, 65, 111, 0.3);
	box-shadow: 0px 10px 60px 0px rgba(58, 65, 111, 0.3);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
.doctor-box-three .doctor-photo img {
	height: 160px;
	width: 160px;
}
}

.doctor-box-three .doctor-information {
	position: relative;
}

.doctor-box-three .doctor-information .name {
	margin-bottom: 5px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: 400;
}
.doctor-box-three .doctor-information ul {
	padding-left: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
.doctor-box-three .doctor-information .name {
	font-size: 20px;
}
}

.doctor-box-three .doctor-information .specialty {
	color: var(--color-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.doctor-box-three .doctor-information .social-links {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.doctor-box-three .doctor-information .social-links li {
	margin: 0 2px;
	display: inline-block;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.doctor-box-three .doctor-information .social-links li:nth-child(2) {
	-webkit-transition-delay: 30ms;
	-o-transition-delay: 30ms;
	transition-delay: 30ms;
}

.doctor-box-three .doctor-information .social-links li:nth-child(3) {
	-webkit-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms;
}

.doctor-box-three .doctor-information .social-links li:nth-child(4) {
	-webkit-transition-delay: 90ms;
	-o-transition-delay: 90ms;
	transition-delay: 90ms;
}

.doctor-box-three .doctor-information .social-links a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	background-color: rgba(46, 39, 157, 0.1);
	color: rgba(14, 32, 77, 0.5);
	display: inline-block;
}

@media (max-width: 767px) {
.doctor-box-three .doctor-information .social-links a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
}

.doctor-box-three .doctor-information .social-links a:hover {
	background-color: var(--color-secondary);
	color: #ffffff;
}

.doctor-box-three .doctor-information .plus-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.doctor-box-three .doctor-information .plus-icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	background-color: var(--color-secondary);
	color: #ffffff;
	-webkit-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}

@media (max-width: 767px) {
.doctor-box-three .doctor-information .plus-icon i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
}

.doctor-box-three:hover {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.2);
}

.doctor-box-three:hover .doctor-information .social-links li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.doctor-box-three:hover .doctor-information .plus-icon i {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
.sppb-addon-form-builder-form .sppb-form-group textarea,
.sppb-addon-form-builder-form .sppb-form-group select, 
.sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]) {
	font-weight: 600;
	font-family: var(--font-lora);
}
/*======= Partner Logos =======*/
.partner-logo-grid {
	border: 1px solid rgba(46, 39, 157, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: none;
	border-bottom: none;
}

.partner-logo-grid .single-partner {
	text-align: center;
	padding: 10px;
	max-width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	height: 140px;
	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;
	border: 1px solid rgba(46, 39, 157, 0.1);
	border-top: none;
	border-left: none;
}

@media (max-width: 991px) {
.partner-logo-grid .single-partner {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}
}

@media (max-width: 767px) {
.partner-logo-grid .single-partner {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
}

@media (max-width: 424px) {
.partner-logo-grid .single-partner {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
}

.partner-logo-grid .single-partner img {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}

@media (max-width: 991px) {
.partner-logo-grid .single-partner img {
	max-width: 75%;
}
}

.partner-logo-grid .single-partner a:hover img {
	opacity: 1;
}

.partner-logo-grid.grid-border-white,
.partner-logo-grid.grid-border-white .single-partner {
	border-color: rgba(255, 255, 255, 0.1);
}

.partner-logo-grid.grid-border-white img {
	opacity: 1;
}

.partner-logo-box a {
	background-color: #ffffff;
	width: 100%;
	height: 90px;
	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;
}
/**/
.blend-mode-multiply {
	background-blend-mode: multiply;
}
@media (min-width: 1024px) {
#column-wrap-id-1645649061465.sppb-col-md-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

#column-wrap-id-1645649061466.sppb-col-md-3 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;	
}

.style-tw #column-wrap-id-1645649061465.sppb-col-md-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.style-tw #column-wrap-id-1645649061467.sppb-col-md-3 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;	
}
.style-tw #column-wrap-id-1645649061466.sppb-col-md-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.style-tw #column-wrap-id-1645649061462.sppb-col-md-3 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;	
}
}
.zindex999 {
	z-index: 999 !important;
}

/*======= Iconic Box Three =======*/
.fancy-content-box-two {
	position: relative;
	z-index: 1;
}

.fancy-content-box-two .thumbnail {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}

.fancy-content-box-two .thumbnail::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 50px;
	width: 100%;
	z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #2e279d), to(rgba(46, 39, 157, 0)));
	background: -o-linear-gradient(0, #2e279d 0%, rgba(46, 39, 157, 0) 100%);
	background: linear-gradient(0, #2e279d 0%, rgba(46, 39, 157, 0) 100%);
}

.fancy-content-box-two .thumbnail img {
	width: 100%;
}

.fancy-content-box-two .box-content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: 2;
	background-color: #ffffff;
	padding: 38px 30px;
	border-radius: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
	box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
}

@media (max-width: 1199px) {
.fancy-content-box-two .box-content {
	padding: 35px 20px;
	font-size: 15px;
	left: 15px;
	right: 15px;
}
}

.fancy-content-box-two .box-content .title {
	font-size: 24px;
	margin-bottom: 12px;
}

@media (max-width: 1199px) {
.fancy-content-box-two .box-content .title {
	font-size: 22px;
}
}

.fancy-content-box-two .box-content .icon {
	max-width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width: 1199px) {
.fancy-content-box-two .box-content .icon {
	max-width: 50px;
}
}

.fancy-content-box-two .box-content .content {
	padding-left: 20px;
}

.fancy-content-box-two.no-shadow .box-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fancy-content-box-two .content a {
	color: var(--color-menu);
}
.fancy-content-box-two .content a:hover {
	color: var(--color-secondary);
}
/**/
.working-schedule ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	font-size: 17px;
	font-weight: 500;
}

@media (max-width: 424px) {
.working-schedule ul li {
	font-size: 16px;
}
}

.working-schedule ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
}

.working-schedule ul li i {
	margin-right: 12px;
}
/**/
/*======= Pricing Table =======*/
.pricing-table {
	padding: 60px 50px;
	background-color: rgba(46, 39, 157, 0.07);
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
.pricing-table {
	padding: 60px 40px;
}
}

@media (max-width: 424px) {
.pricing-table {
	padding: 60px 30px;
}
}

.pricing-table .pricing-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.pricing-table .pricing-icon {
	max-width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin-right: 22px;
}

@media (max-width: 424px) {
.pricing-table .pricing-icon {
	margin-right: 18px;
}
}

.pricing-table .pricing-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-primary);
}

@media (max-width: 1199px) {
.pricing-table .pricing-title {
	font-size: 26px;
}
}

.pricing-table .pricing-title .tagline {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-inter);
	line-height: 1;
	color: #4d6581;
	margin-top: 8px;
}

.pricing-table .pricing-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: var(--font-lora);
	font-size: 50px;
	font-weight: 500;
	color: var(--color-menu);
	line-height: 1;
}

@media (max-width: 424px) {
.pricing-table .pricing-price {
	font-size: 42px;
}
}

.pricing-table .pricing-price .currency {
	font-size: 20px;
	font-weight: 600;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 8px;
	margin-top: 5px;
}

.pricing-table .pricing-price .duration {
	font-size: 20px;
	color: #4d6581;
	margin-left: 10px;
	margin-bottom: 8px;
}

.pricing-table .pricing-btn {
	margin-top: 35px;
}

.pricing-table .pricing-btn .template-btn {
	padding: 18px 50px;
}

@media (max-width: 1199px) {
.pricing-table .pricing-btn .template-btn {
	padding: 18px 40px;
}
}

.pricing-table .pricing-feature {
	margin-top: 40px;
}

.pricing-table .pricing-feature li {
	color: var(--color-menu);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	list-style: none;
}

.pricing-table .pricing-feature li i {
	font-size: 13px;
	margin-right: 8px;
}

.pricing-table .pricing-feature li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing-table .featured-tagline {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #ff8400;
	line-height: 1;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	padding: 15px 8px;
}

.pricing-table.color-2 {
	background-color: rgba(157, 67, 39, 0.07);
}

.pricing-table.color-3 {
	background-color: rgba(158, 35, 133, 0.07);
}
.pricing-table ul {
	padding-left: 0px;
}
.template-btn {
	font-size: 17px;
	font-weight: 600;
	font-family: var(--font-inter);
	line-height: 1.2;
	background-color: var(--color-secondary);
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 20px 40px;
	border-radius: 30px;
	border: none;
}

@media (max-width: 575px) {
.template-btn {
	padding: 18px 30px;
	font-size: 15px;
}
}

.template-btn i {
	font-size: 15px;
	margin-left: 6px;
}

@media (max-width: 575px) {
.template-btn i {
	font-size: 14px;
}
}

.template-btn:hover {
	background-color: var(--color-menu);
	color: #ffffff;
}

/*======= Fancy Content Box =======*/
.fancy-content-box {
	position: relative;
}

.fancy-content-box .box-thumbnail {
	overflow: hidden;
}

.fancy-content-box .box-thumbnail img {
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.fancy-content-box .box-content {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
	padding: 40px 35px;
}
.fancy-content-box .box-content p {
	color: var(--color-body);
	font-family: var(--font-inter);
	line-height: 26px;
	padding-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.fancy-content-box .box-content {
	padding: 40px 25px;
	font-size: 14px;
}
}

@media (max-width: 767px) {
.fancy-content-box .box-content {
	padding: 40px 30px;
}
}

.fancy-content-box .box-content .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.fancy-content-box .box-content .title,
.fancy-content-box .box-content .title a {
	color: var(--color-menu);
}

.fancy-content-box .box-content .box-btn {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-menu);
	line-height: 1;
	background-color: rgba(73, 154, 250, 0.1);
	padding: 15px 26px;
	border-radius: 30px;
	margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.fancy-content-box .box-content .box-btn {
	padding: 15px 20px;
}
}

.fancy-content-box .box-content .box-btn i {
	margin-left: 10px;
}

.fancy-content-box .box-content .box-btn:hover {
	background-color: var(--color-secondary);
	color: #ffffff;
}

.fancy-content-box .box-content .box-icon {
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 0;
	width: 70px;
	height: 90px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.2);
	font-size: 45px;
	color: var(--color-secondary);
	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;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.fancy-content-box .box-content .box-icon {
	font-size: 35px;
	height: 75px;
	width: 55px;
}
}

.fancy-content-box:hover .box-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*======= Testimonials Shapes =======*/
.testimonial-shapes {
	position: relative;
	z-index: 2;
}

.testimonial-shapes .image-one,
.testimonial-shapes .image-two {
	position: absolute;
	z-index: -1;
	border-radius: 150px;
	border-top-left-radius: 0;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1199px) {
.testimonial-shapes .image-one,
.testimonial-shapes .image-two {
	display: none;
}
}

.testimonial-shapes .image-one {
	width: 320px;
	height: 310px;
	left: -5%;
	bottom: -20%;
}

@media (max-width: 1599px) {
.testimonial-shapes .image-one {
	left: 2%;
	width: 280px;
	height: 260px;
}
}

.testimonial-shapes .image-two {
	right: 10%;
	top: 15%;
	width: 300px;
	height: 315px;
}

@media (max-width: 1599px) {
.testimonial-shapes .image-two {
	right: 2%;
	width: 260px;
	height: 275px;
}
}


/*shop*/
.view-category .hikashop_product_name a,
.com-hikashop.view-product .hikashop_product_name a {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	color: var(--color-menu);
	font-family: var(--font-lora);
}

.nounder .jpane-slider.content  {
	display: none;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4 a {
	color: #616161;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease-out 0s;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4:hover a {
	color: var(--color-menu);
	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-family: var(--font-lora);
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-menu);
	position: relative;
}

.sidebar-rit .sppb-addon-title:after {
	background-color: var(--color-secondary);
	height: 2px;
	width: 65px;
}
.sidebar-rit .sppb-addon-title {
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family: var(--font-lora);
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-menu);
	position: relative;
}
.hikashop_small_cart_total_title {
	color: var(--color-secondary);
}
.hikashop_small_cart_total_title:hover {
	color: var(--color-menu);
}
.layout-listing .hikacart {
	position: absolute;
	left: 45%;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	top: 50%;
}
.layout-listing .hikacart:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  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: #fff;
  background-color: var(--color-menu);
  border-color: var(--color-menu);
  padding: 12px 25px;
  font-weight: 600;
	transition: all 0.3s ease-out 0s;
}
.hikashop_cart_proceed_to_checkout:hover,
.hikabtn-primary:hover,
.hikabtn_checkout_next:hover,
.hikacart:hover {
	color: #fff;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	transition: all 0.3s ease-out 0s;
}
.hikashop_product {
	position: relative;
	margin-bottom: 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_product_main_image_subdiv,
.layout-show #hikashop_main_image {
	background: #f6f4f4;
	margin-bottom: 25px;
}
.view-checkout .layout-show #hikashop_main_image {
	background: #ffffff !important;
}
.hikashop_checkout_login h1,
.layout-show #hikashop_product_name_main {
	font-size: 30px;
	font-weight: 500;
	font-family: var(--font-lora);
	line-height: 1.2;
	color: var(--color-menu);
}
.layout-show .hikashop_product_price_per_unit {
	font-family: var(--font-lora);
	font-size: 17px;
	font-weight: 500;
	color: var(--color-menu);
}
.layout-show #sp-component .hikashop_product_price {
	font-family: var(--font-lora);
	font-size: 30px;
	font-weight: 700;
	color: var(--color-secondary);
}
#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: var(--color-secondary);
}
.layout-show .hikashop_product_quantity_change_div_plus_default a:hover,
.layout-show .hikashop_product_quantity_change_div_minus_default a:hover {
	color: var(--color-menu);
}
.layout-show .hikacart {
	padding: 12px 35px;
	height: 60px;
}

.hikashop_checkout_login h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--color-secondary);
}
.hikashop_checkout_login h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--color-secondary);
}
.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: 2px solid var(--color-menu);
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 2px solid var(--color-secondary);
}
.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-family: var(--font-inter);
	font-weight: normal;
	font-size: 16px;
}
#sidebar-main .hikashop_subcontainer a:hover {
	color: var(--color-secondary);
}
#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 {
	font-size: 17px;
	font-weight: 600;
	font-family: var(--font-inter);
	line-height: 1.2;
	background-color: var(--color-secondary);
	color: #ffffff;
	transition: all 0.3s;
	padding: 20px 40px;
	border-radius: 30px;
	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: 18px;
}
/**/
/*======= Testimonials Box =======*/
.testimonial-box {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
	padding: 45px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
.testimonial-box {
	padding: 40px 30px;
}
}

.testimonial-box .author-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

@media (max-width: 424px) {
.testimonial-box .author-info-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
}

@media (max-width: 767px) {
.testimonial-box .author-info-wrapper {
	margin-bottom: 30px;
}
}

.testimonial-box .author-info-wrapper .avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
	margin-right: 20px;
}

@media (max-width: 424px) {
.testimonial-box .author-info-wrapper .avatar {
	margin-right: 0;
	margin-bottom: 20px;
}
}

.testimonial-box .author-info-wrapper .avatar img {
	width: 65px;
	height: 65px;
}

.testimonial-box .author-info-wrapper .name {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 1199px) {
.testimonial-box .author-info-wrapper .name {
	font-size: 18px;
}
}

.testimonial-box .author-info-wrapper .title {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-secondary);
	line-height: 1;
}

@media (max-width: 1199px) {
.testimonial-box .author-info-wrapper .title {
	font-size: 15px;
}
}

.testimonial-box .author-info-wrapper .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-top: 5px;
}

.testimonial-box .author-info-wrapper .rating li {
	margin-right: 5px;
	font-size: 12px;
	color: #ffae00;
	list-style: none;
}
.testimonial-box .author-info-wrapper .rating ul {
	padding-left: 0px;
	margin-left: 0px;
}
.testimonial-box .content {
	font-size: 22px;
	font-family: var(--font-lora);
	font-style: italic;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-menu);
}

@media (max-width: 1199px) {
.testimonial-box .content {
	font-size: 20px;
}
}

@media (max-width: 424px) {
.testimonial-box .content {
	font-size: 18px;
}
}

.testimonial-box .quote-icon {
	position: absolute;
	z-index: -1;
	right: 30px;
	top: 30px;
	line-height: 1;
	opacity: 0.02;
}

@media (max-width: 1199px) {
.testimonial-box .quote-icon {
	max-width: 180px;
}
}


.sppb-article-info-wrap .tags {
	display: none;
}