body {
	color: var(--body_color) !important;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.main-header a:hover {
	color: var(--primary_color);
}
.main-header {
    position: relative;
    display: block;
    background: var(--third_color);
}
.sppb-article-meta .tags,
.sppb-article-info-wrap .tags {
	display: none;
}

.main-header__top {
    position: relative;
    display: block;
    padding: 0px 4%;
    background-color: var(--third_color);
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 1.5px 0;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 35px;
}

.main-header__top-address li+li {
    margin-left: 30px;
}

.main-header__top-address li .icon span {
    font-size: 14px;
    color: #ffffff;
}

.main-header__top-address li .text {
    margin-left: 10px;
}

.main-header__top-address li .text p {
    font-size: 12px;
    font-weight: 500;
    color: #ada8ba;
    margin: 0;
}

.main-header__top-address li .text a {
    font-size: 12px;
    font-weight: 500;
    color: #ada8ba;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-address li .text a:hover {
    color: var(--primary_color);
}

.main-header__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-header__top-right-text {
    margin-right: 30px;
}

.main-header__top-right-text p {
    font-size: 12px;
    margin: 0;
    color: #ada8ba;
}

.main-header__top-right-text p span {
    color: var(--primary_color);
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
}

.main-header__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-right-social a:hover {
    color: var(--primary_color);
}

.main-header__top-right-social a+a {
    margin-left: 25px;
}
.main-header__top-inner ul {
	margin-top: 0;	
	margin-bottom: 0;
}
/**/
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
	padding: 0 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 8px 19px;
	border-bottom: 0px solid transparent;
	background: #ffffff;
	transition: all 0.3s linear;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background: var(--secondary_color);
	transition: all 0.3s linear;
	color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
	color: #ffffff;	
}
.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 > a {
	font-size: 16px;
	font-weight: 500;
	color: var(--body_color);
	position: relative;
	transition: all 500ms ease;
}
.sp-megamenu-parent > li > a::before {
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--primary_color);
    position: absolute;
    top: 51%;
    bottom: 0px;
    left: 0px;
    transition: transform 500ms ease;
    transform: scale(0) translateY(-50%);
    z-index: -1;
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent li:hover a {
    color: var(--third_color);
    text-shadow: 0 0 1px currentColor;
}

.sp-megamenu-parent li:hover a::before {
    transform: scale(1) translateY(-50%);
}
.sp-megamenu-parent > li.active > a::before {
    background-color: var(--primary_color);
	transform: scale(1) translateY(-50%);
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	margin-left: 0;
	display: none;
}

/**/
.about-one__left {
    position: relative;
    display: block;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img-box:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: var(--primary_color);
    content: "";
    border-radius: 8px;
}

.about-one__img-box:after {
    position: absolute;
    top: 220px;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: var(--secondary_color);
    content: "";
    border-radius: 8px;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-one__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.about-one__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-one__img img {
    width: 100%;
    border-radius: 8px;
}

.about-one__small-img {
    position: absolute;
    bottom: -90px;
    left: -120px;
    z-index: 2;
}

.about-one__small-img img {
    border-radius: 8px;
}
/**/
.about-one__points {
    position: relative;
    display: block;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
	padding-bottom: 10px;
}

.about-one__points li+li {
    margin-top: 6px;
}

.about-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points li .icon span {
    font-size: 20px;
    color: var(--primary_color);
}

.about-one__points li .text {
    margin-left: 16px;
}

.about-one__points li .text p {
    color: var(--third_color);
    margin: 0;
}
.about-one__points-box::before {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -21px;
  content: "";
  background-color: var(--secondary_color);
  width: 2px;
}
.about-one__points-box {
	position: relative;
}
.sppb-btn {
	position: relative;
	transition: all 0.3s linear;
	overflow: hidden;
	letter-spacing: 0.2em;
	z-index: 1;
	border-radius: 8px;
}
.sppb-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--third_color);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 0;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}
.sppb-btn:hover:after {
	opacity: 1;
	transform: scaleY(1.0);
}
.sppb-btn-custom {
	border: 0px solid red !important;
}
/**/
.white .sppb-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #ffffff;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 0;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}
/**/
.services-one__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px 60px 50px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.services-one__icon {
    position: relative;
    height: 130px;
    width: 130px;
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 65px;
    color: var(--secondary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    z-index: 2;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--secondary_color);
    color: #ffffff;
}

.services-one__icon:before {
    position: absolute;
    top: -20px;
    bottom: -17px;
    left: 61px;
    content: "";
    width: 2px;
    background-color: var(--secondary_color);
    z-index: -1;
}

.services-one__icon:after {
    position: absolute;
    top: -15px;
    bottom: -22px;
    right: 61px;
    content: "";
    width: 2px;
    background-color: var(--secondary_color);
    z-index: -1;
}

.services-one__icon:before,
.services-one__icon:after {
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon:before,
.services-one__single:hover .services-one__icon:after {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.services-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.services-one__title a {
    color: var(--third_color);
    transition: all 500ms ease;
}

.services-one__title a:hover {
    color: var(--secondary_color);
}

.services-one__text {
    margin: 0;
    padding-bottom: 20px;
}

.services-one__arrow {
    position: relative;
    display: block;
}

.services-one__arrow a {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--third_color);
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__single:hover .services-one__arrow a {
    background-color: var(--primary_color);
    color: #ffffff;
}
/**/
.share-the-joy__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.share-the-joy__img {
    position: absolute;
    top: -181px;
    bottom: 0;
    left: -270px;
}
.share-the-joy__trusted {
    position: absolute;
    top: 50%;
    left: 74px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    text-align: center;
}

.share-the-joy__trusted:before {
    position: absolute;
    bottom: 0;
    right: 38px;
    width: 24px;
    height: 11px;
    content: "";
    background-image: url(../../../images/shapes/share-the-joy-shape-2.png);
    background-repeat: no-repeat;
    transform: rotate(-30deg);
}

.share-the-joy__trusted>span {
    font-size: 65px;
    color: var(--secondary_color);
}

.share-the-joy__trusted__content {
    position: relative;
    display: block;
    margin-top: 13px;
}

.share-the-joy__trusted__content p {
    font-size: 16px;
    margin: 0;
    line-height: 10px;
}

.share-the-joy__trusted__content h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px !important;
	color: var(--third_color);
}

.share-the-joy__trusted .odometer-formatting-mark {
    display: none;
}
@keyframes float-bob-22 {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes float-bob-2 {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-20px);
  }
}

.sppb-column.float-bob-22,
.float-bob-2 {
  animation-name: float-bob-2;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/**/
.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.project-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .30);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    border-radius: 8px;
    z-index: 1;
}

.project-one__single:hover .project-one__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.project-one__img img {
    width: 100%;
    border-radius: 8px;
    transform: scale(1);
    transition: transform 500ms ease;
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}

.project-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: 8px;
    padding: 32px 40px 39px;
    margin-top: -108px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
}

.project-one__content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(25, 137, 251);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    transition: all 500ms ease;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: 8px;
    z-index: -1;
}

.project-one__single:hover .project-one__content:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.project-one__tagline {
    font-size: 14px;
    margin: 0;
    line-height: 27px;
    transition: all 500ms ease;
}

.project-one__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    transition: all 500ms ease;
}

.project-one__title a {
    color: var(--third_color);
    transition: all 500ms ease;
}

.project-one__arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
	display: none;
}

.project-one__arrow a {
    color: var(--third_color);
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.project-one__single:hover .project-one__tagline,
.project-one__single:hover .project-one__title a {
    color: #ffffff;
}

.project-one__single:hover .project-one__arrow a {
    color: var(--primary_color);
}
/**/
.sppb-carousel-extended-item.active, 
.sppb-carousel-extended-item.dragenable {
	transform-style: inherit !important;
}
/**/
.improve-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}


.improve-one-bg.jarallax div div {
    background-color: var(--third_color);
    background-blend-mode: luminosity;
}

.improve-one__left {
    position: relative;
    display: block;
    margin-top: -60px;
}

.improve-one__img-box {
    position: relative;
    display: block;
}

.improve-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.improve-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.improve-one__img-box:hover .improve-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.improve-one__img img {
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.improve-one__project-complete {
	position: absolute;
	top: 184px;
	left: -231px;
	transform: rotate(-90deg);
	background-color: var(--primary_color);
	padding: 13px 65px 13px 65px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.improve-one__project-complete p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}
.improve-one__left {
	position: relative;
	display: block;
	margin-top: -60px;
}
/**/
.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 60px 60px 50px;
    transition: all 500ms ease;
}

.testimonial-one__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.testimonial-one__client-info {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.testimonial-one__client-details {
    margin-left: 20px;
}

.testimonial-one__client-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
	color: var(--third_color);
}

.testimonial-one__client-title {
    font-size: 16px;
    color: var(--secondary_color);
    margin: 0;
    line-height: 26px;
}

.testimonial-one__text {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	color: var(--body_color);
}

.testimonial-one__quote {
    position: absolute;
    top: 68px;
    right: 60px;
}

.testimonial-one__quote span {
    font-size: 63px;
    color: #eef3f7;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote span {
    color: var(--primary_color);
}
/**/
.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #100d16;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget__about-social a:hover {
    color: var(--third_color);
    transform: rotate(360deg);
}

.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1.0);
}

.footer-widget__about-social a+a {
    margin-left: 10px;
}
.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
	float: right;
	margin: 0;
	padding: 0;
}
.site-footer__bottom-menu ul {
	margin-bottom: 0;
	padding: 0px;
}
.site-footer__bottom-menu li+li {
    margin-left: 12px;
}

.site-footer__bottom-menu li a {
    font-size: 16px;
    display: inline-block;
    transition: all 500ms ease;
}

/**/
.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}
.footer-widget__links-list ul {
	padding: 0;
	margin: 0;
}
.footer-widget__links-list li+li {
    margin-top: 0px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ada8ba !important;
    transition: all 500ms ease;
}

.footer-widget__links-list li a::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: currentColor;
    transition: transform 500ms ease;
}

.footer-widget__links-list li:hover a::after {
    transform: scale(1, 1);
    transform-origin: right center;
}

.footer-widget__links-list li a:hover {
    color: #ffffff !important;
}

.footer-widget__links-list-two {
    margin-right: 0px;
}
.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-text {
    font-size: 16px;
    color: #ada8ba;
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 3px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    display: flex;
}

.footer-widget__contact-list li .icon {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}

.footer-widget__contact-list li .icon span {
    font-size: 13px;
    color: var(--primary_color);
}

.footer-widget__contact-list li .text {
    margin-left: 10px;
}

.footer-widget__contact-list li .text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.footer-widget__contact-list li .text p a {
    color: #ffffff;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--primary_color);
}
/**/
.sp-page-title .sp-page-title-heading {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	font-weight: 900;
	z-index: 9;
	position: relative;
}
.sp-page-title {
	padding: 150px 0;
	position: relative;
}

.sp-page-title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
	mix-blend-mode: luminosity;
	background: var(--third_color);
	opacity: .5;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/**/
.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    border-radius: 8px;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.team-one__img img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team-one__social {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 0;
    left: 0;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    transform: scaleY(1.0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.team-one__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #100d16;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a:hover {
    color: #ffffff;
    transform: rotate(360deg);
    background-color: var(--primary_color);
}

.team-one__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--primary_color);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-one__social a:hover:before {
    transform: scaleX(1.0);
}

.team-one__social a+a {
    margin-left: 10px;
}

.team-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding: 23px 0 26px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

.team-one__content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scaleY(0);
    z-index: -1;
}

.team-one__single:hover .team-one__content:before {
    transform: scaleY(1);
}

.team-one__name {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
	color: var(--third_color);
}

.team-one__title {
    font-size: 12px;
    margin: 0;
    line-height: 24px;
}
/**/
ul.help__box {
	margin: 0px;
	padding: 0px;
}
.help__box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    border-radius: 8px;
}

.help__single {
    position: relative;
    float: left;
    max-width: 280px;
    width: 100%;
}

.help__single:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    background-color: #dae3e9;
}

.help__single:nth-child(1):before {
    display: none;
}

.help__single:nth-child(2):before {
    display: none;
}

.help__box-one {
    max-width: 285px;
}

@media (max-width: 1023px) {
.help__box-one {
    max-width: 100%;
}
.help__single {
	max-width: 100%;
}
.industries-we-serve__boxes li {
	max-width: 235px !important;
}
}

.help__box-one-content {
    position: relative;
    display: block;
    background-color: var(--secondary_color);
    padding: 52px 60px 52px;
    border-top-left-radius: 8px;
    z-index: 1;
}

.help__box-one-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--primary_color);
    border-top-left-radius: 8px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.help__single:hover .help__box-one-content:before {
    height: 100%;
    opacity: 1;
}

.help__box-one-title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 800;
    line-height: 34px;
}

.help__box-one-img {
    position: relative;
    display: block;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.help__box-one-img::before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-bottom-left-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
}

.help__single:hover .help__box-one-img::before,
.help__single:hover .help__box-one-img::after {
    width: 50%;
}

.help__box-one-img::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-bottom-right-radius: 8px;
    transition: all 500ms ease;
}

.help__box-one-img img {
    width: 100%;
    border-bottom-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1.05);
}

.help__single:hover .help__box-one-img img {
    transform: scale(1);
}

.help__box-two {
    position: relative;
    display: block;
}

.help__box-two-content {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 52px;
    padding-left: 60px;
    padding-right: 60px;
}

.help__box-two-icon {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 35px;
    color: var(--secondary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 1;
}

.help__box-two-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary_color);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.help__single:hover .help__box-two-icon:before {
    transform: scale(1);
}

.help__box-two-icon span {
    position: relative;
    display: inline-block;
    color: var(--secondary_color);
    transition: all 500ms ease;
}

.help__single:hover .help__box-two-icon span {
    color: #ffffff;
    transform: rotateY(180deg);
}

.help__box-two-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 21px;
}

.help__box-two-title a {
    color: var(--third_color);
    transition: all 500ms ease;
}

.help__single:hover .help__box-two-title a {
    color: var(--secondary_color);
}

.help__box-two-text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.help__box-last {
    max-width: 265px;
}

.help__box-last .help__box-two-content {
    padding-right: 50px;
}
/**/
.business-growth__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.business-growth__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}
.business-growth__img::before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
}
.business-growth__single:hover .business-growth__img::before,
.business-growth__single:hover .business-growth__img::after {
    width: 50%;
}
.business-growth__img::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 8px;
    transition: all 500ms ease;
}
.business-growth__img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1.05);
}
.business-growth__single:hover .business-growth__img img {
    transform: scale(1);
}
.business-growth__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 44px 50px 44px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.business-growth__content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--secondary_color);
    height: 10px;
    transition: all 500ms ease;
}
.business-growth__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 16px;
}
.business-growth__title a {
    color: var(--third_color);
    transition: all 500ms ease;
}
.business-growth__single:hover .business-growth__title a {
    color: var(--primary_color);
}
.business-growth__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}
.business-growth__find {
    position: relative;
    display: block;
}
.business-growth__find-inner {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #dae3e9;
    padding-top: 18px;
    padding-bottom: 39px;
}
.business-growth__find-inner p {
    font-size: 16px;
    margin: 0;
}
.business-growth__find-inner a {
    color: var(--secondary_color);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.business-growth__find-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.business-growth__find-inner a:hover {
    color: var(--primary_color);
}
.business-growth__find-inner a:hover:before {
    background-color: var(--primary_color);
}
/**/
.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

.service-details__benefits-img img {
    width: 100%;
}

.service-details__benefits-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 36px;
    margin-top: -11px;
}

.service-details__benefits-text {
    font-size: 20px;
    margin: 0;
    color: var(--secondary_color);
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 1px;
}

.service-details__benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
	padding-bottom: 6px;
}

.service-details__benefits-list li+li {
    margin-top: 6px;
}

.service-details__benefits-list li .icon {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}

.service-details__benefits-list li .icon span {
    font-size: 12px;
    color: var(--primary_color);
}

.service-details__benefits-list li .text {
    margin-left: 10px;
}

.service-details__benefits-list li .text p {
    font-size: 18px;
    margin: 0;
    color: var(--body_color);
    font-weight: 500;
}
/**/
.service-details__sidebar-service-list {
    margin: 0;
}

.service-details__sidebar-service-list li+li {
    margin-top: 6px;
}

.service-details__sidebar-service-list li a {
    color: var(--body_color);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 3px 25px;
    border-radius: 8px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li:hover a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
    color: var(--third_color);
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--third_color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li:hover a span {
    color: var(--third_color);
    transform: translateY(-50%) scale(1);
}
/**/
.service-details__need-help-icon {
    height: 75px;
    width: 75px;
    background-color: #ffffff;
    color: var(--secondary_color);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 22px;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--third_color);
    color: #ffffff;
}

.service-details__need-help-text-box {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 33px;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 28px;
}

.service-details__need-help-contact a {
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
    color: var(--third_color);
}

.service-details__need-help-contact p {
    font-size: 14px;
    color: #cce5ff;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/**/
.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
    z-index: 2;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-box:before {
    position: absolute;
    top: 0;
    right: -60px;
    width: 30px;
    height: 390px;
    content: "";
    background-color: var(--primary_color);
    border-radius: 8px;
}

.welcome-one__img {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__img img {
    width: 100%;
    border-radius: 8px;
}

.welcome-one__certified {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    position: absolute;
    bottom: 0;
    right: -60px;
    padding: 40px 40px 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 2;
}

.welcome-one__certified-icon {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.welcome-one__certified-icon span {
    font-size: 63px;
    color: var(--secondary_color);
    position: relative;
    display: inline-block;
    transform: rotateY(0deg);
    transition: all 500ms ease;
}

.welcome-one__certified:hover .welcome-one__certified-icon span {
    transform: rotateY(180deg);
    color: var(--primary_color);
}

.welcome-one__certified-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.welcome-one__right {
    position: relative;
    display: block;
    padding-top: 60px;
}

.welcome-one__right .section-title {
    margin-bottom: 38px;
}

.welcome-one__right-text {
    margin: 0;
}

.welcome-one__funded {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.welcome-one__funded-content {
    margin-left: 30px;
}

.welcome-one__funded-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
}

.welcome-one__funded-text span {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary_color);
}

.welcome-one__funded-name {
    font-size: 24px;
    color: var(--secondary_color);
    line-height: 34px;
    font-weight: 400;
}

.welcome-one__funded-name span {
    font-size: 20px;
    font-weight: 500;
    color: var(--third_color);
}
/**/
.industries-we-serve__boxes {
    position: relative;
    display: block;
}

.industries-we-serve__boxes li {
    position: relative;
    background-color: #100d16;
    border-radius: 8px;
    max-width: 200px;
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 39px 0 35px;
}

.industries-we-serve__boxes li:nth-child(1) {
    margin-left: 0;
}

.industries-we-serve__boxes li:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0;
}

.industries-we-serve__boxes li:nth-child(4) {
    margin-bottom: 0;
}

.industries-we-serve__icon {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.industries-we-serve__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--secondary_color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.industries-we-serve__boxes li:hover .industries-we-serve__icon span {
    color: #ffffff;
    transform: rotateY(360deg);
}

.industries-we-serve__title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
}
/**/
.main-menu-wrapper__search-box-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8.5px 0;
}

.main-menu-wrapper__search-box-cart-box:before {
    position: absolute;
    top: -13px;
    bottom: -13px;
    left: -40px;
    content: "";
    background-color: #dae3e9;
    width: 1px;
}

.main-menu-wrapper__search,
.main-menu-wrapper__cart {
    font-size: 24px;
    color: var(--third_color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__cart {
    margin-left: 25px;
}

.main-menu-wrapper__search:hover {
    color: var(--primary_color);
}

.main-menu-wrapper__cart:hover {
    color: var(--primary_color);
}
.main-menu-wrapper__right {
	position: relative;
	display: block;
	padding: 20px 0 0 60px;
}

@media (max-width: 1023px) {
#sp-header {
	height: 80px;
}
#sp-header .logo {
	height: 80px;
}
#offcanvas-toggler {
  height: 80px;
  line-height: 80px;
}
}
/**/
.project-details__details-box {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 38px 50px 30px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 30px;
    z-index: 3;
}

.project-details__details-info li {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.project-details__details-info li:nth-child(3) {
    margin-left: 110px;
}

.project-details__details-info li:nth-child(4) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.project-details__details-info li+li {
    margin-left: 120px;
}

.project-details__client {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
	color: var(--third_color);
}

.project-details__name {
    color: var(--secondary_color);
    margin: 0;
    font-size: 16px;
}

.project-details__social-list {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.project-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--third_color);
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-details__social-list a:hover {
    color: #ffffff;
    transform: rotate(360deg);
}

.project-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary_color);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.project-details__social-list a:hover:before {
    transform: scaleX(1.0);
}

.project-details__social-list a+a {
    margin-left: 10px;
}

.project-details__content {
    position: relative;
    display: block;
    margin-top: 74px;
}
.project-details__img-box {
  position: relative;
  display: block;
}
/*blog*/
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	color: var(--third_color);
}
.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 {
	color: var(--secondary_color) !important;
}
.article-list .article{
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    padding: 40px 40px 30px 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
}

.article-list .article:hover  {
    border-bottom: 3px solid var(--primary_color);
}
.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: -40px -40px 30px -40px;
}
.article-list .article .readmore a {
	font-size: 16px;
	font-weight: 600;
	color: var(--body_color);
	transition: all 500ms ease;
}
.article-list .article .readmore a:hover {
	color: var(--primary_color);
}
.article-info > span,
.article-info > span a {
	color: var(--body_color);
	font-size: 15px;
	transition: all 500ms ease;
	font-weight: 500;
}
.article-info > span a:hover {
	color: var(--primary_color);
	transition: all 500ms ease;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 24px;
	color: var(--third_color);
}
.article-details .article-full-image img {
  border-radius: 8px;
  width: 100%;
}

#sp-left .sp-module:first-child, 
#sp-right .sp-module:first-child {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 8px;
}
#sp-left .form-search .form-control, 
#sp-right .form-search .form-control {
    display: block;
    border: none;
    outline: none;
    background-color: var(--primary_color);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 80px;
    border-radius: 8px;
    width: 100%;
    padding-right: 80px;
	width: 100%;
}
#sp-left .sp-module, 
#sp-right .sp-module {
	position: relative;
	background: #eef3f7;
	padding: 45px 25px 36px;
	border-radius: 8px;
	border: 0px solid #f3f3f3;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--third_color);
	padding-bottom: 20px;
	margin: 0px 0px 0px 25px;
}
#sp-left .sp-module ul > li > a, 
#sp-right .sp-module ul > li > a {
	background: transparent;
	color: var(--body_color);
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 3px 25px;
	border-radius: 8px;
	transition: all 500ms ease;
}
#sp-left .sp-module ul > li > a:hover, 
#sp-right .sp-module ul > li > a:hover {
	transition: all 500ms ease;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
	color: var(--third_color);
}
#sp-left .awesomplete,
#sp-right .awesomplete {
	width: 100% !important;
}
#sp-left .sp-module .tagscloud, 
#sp-right .sp-module .tagscloud {
  margin: 0;
  padding-left: 24px;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	color: #1b1825;
	font-size: 12px !important;
	font-weight: 600;
	background-color: #fff;
	padding: 2px 15px;
	transition: all 500ms ease;
	border-radius: 8px;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	color: #ffffff;
	background-color: var(--secondary_color);
}
.tags > li a:hover {
  background: var(--secondary_color);
}
.tags > li a {
  color: var(--secondary_color);
}

/**/
.contact-details__single {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-details__icon {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--primary_color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
	color: #ffffff;
}

.contact-details__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary_color);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-details__single:hover .contact-details__icon:before {
    transform: scaleX(1.0);
}

.contact-details__icon span {
    position: relative;
    display: inline-block;
}

.contact-details__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.contact-details__sub-title {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.contact-details__content h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--third_color);
    line-height: 28px;
}

.contact-details__content h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--third_color);
    line-height: 26px;
}

.contact-details__content h4 a {
    color: var(--third_color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__content h4 a:hover {
    color: var(--primary_color);
}

.view-search .form-control {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dae3e9;
}
.btn-primary, 
.sppb-btn-primary,
.btn-primary:hover, 
.sppb-btn-primary:hover {
	background-color: var(--secondary_color);
	border-color: var(--secondary_color);
}
.breadcrumb .fas {
	display: none;
}
.sp-page-title .breadcrumb {
	position: relative;
	z-index: 9;
}