body {
	font-size: 16px;
	line-height: 30px;
	color: #444444;
}
#sp-right .sppb-article-meta .tags,
.sppb-article-meta .tags {
	display: none;
}
#sp-bottomx .sppb-addon-form-builder-form {
	position: relative;
}
#sp-bottomx .sppb-addon-form-builder-form .sppb-btn {
position: absolute;
  top: 0;
  right: 0;
  margin-top: 27px !important;
}
/*header*/
#sp-header.header-style-one.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	margin: auto;
	display: block;
	background: #000000;
	z-index: 999;
}
#sp-header.header-style-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	background: transparent;
}
#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
	height: 105px;
}
#sp-header.header-style-one .sp-megamenu-parent > li > a, 
#sp-header.header-style-one .sp-megamenu-parent > li > span {
	line-height: 105px;
	font-size: 16px;
	font-weight: 600;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a {
	color: #ffffff;
	font-weight: 600;
}
#sp-header.header-style-one .sp-megamenu-parent > li:hover > a {
	color: #ffffff;
}
.sp-dropdown-inner {
	border-left: 5px solid var(--primary_color);
}
.sp-dropdown-inner::before {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0px;
  background-color: var(--primary_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	padding: 15px 21px;
	color: #545454;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	justify-content: space-between;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background: var(--primary_color);
	transition: 0.3s ease-in-out;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
	padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #545454;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
	color: #000000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 5px;
	transition: 0.3s ease-in-out;
}
.offcanvas-active .burger-icon > span, 
#modal-menu-toggler.active .burger-icon > span,
.burger-icon > span {
	background: #ffffff;
}
#offcanvas-toggler {
	height: 100px;
	line-height: 100px;
}

.logo-image-phone {
	height: auto;
	margin-top: 50px;
}
#sp-header .logo {
	margin-top: 12px;
}
.offcanvas-menu {
	background: #000000;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus,
.offcanvas-menu a {
	color: #ffffff;
	opacity: 1;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
	margin-left: 0;
}

/*end*/
/**/

.theme-btn {
    padding: 18px 70px 18px 50px;
    background: var(--primary_color);
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-flex;
    position: relative;
    border: 2px solid;
    font-weight: 700;
	border-color: var(--primary_color);
	transition: 0.3s ease-in-out;
}
.theme-btn:hover:after {
	transition: 0.3s ease-in-out;
}
.theme-btn:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: -2px;
    right: -32px;
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 65px solid var(--primary_color);
	transition: 0.3s ease-in-out;
}
.theme-btn:hover {
    background-color: transparent;
    color: #ffffff;
	transition: 0.3s ease-in-out;
}
.theme-btn:hover i {
    color: #000000;
    width: 45px;
	transition: 0.3s ease-in-out;
}
.theme-btn i {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -14px;
    z-index: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
	transition: 0.3s ease-in-out;
}
.theme-btn i:after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skew(-24deg, 0deg);
    transition: 0.5s ease-in-out;
}
.theme-btn:hover i:after {
    background: var(--primary_color);
	transition: 0.3s ease-in-out;
}

.hm-one .sp-slider.sp-basic-slider .sp-item:before {
    content: "";
    width: 255px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 12%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: 1;
    opacity: 0.4;
}
.hm-one .sp-slider.sp-basic-slider .sp-item:after {
    content: "";
    width: 280px;
    height: 540px;
    position: absolute;
    top: 60%;
    right: 1.5%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: 1;
}
.hm-one .sp-slider.sp-basic-slider .sp-item:before,
.hm-one .sp-slider.sp-basic-slider .sp-item:after  {
	background-color: var(--primary_color);
}
.hm-one .sp-slider-content-align-left {
	position: relative;
	z-index:99;
}
@media (max-width: 1030px) {
.hm-one .sp-slider.sp-basic-slider .sp-item::after,
.hm-one .sp-slider.sp-basic-slider .sp-item::before {
	opacity: 0.1;
	left: 110%;
}
}


/**/
/* 2. Service Style One Start */
.service-style-one .service-data {
    width: 80%;
    margin: auto;
    position: relative;
	transition: 0.3s ease-in-out;
}
.service-style-one .service-data h3 {
    margin-bottom: 15px;
    margin-top: 50px;
	font-weight: 600;
	line-height: 1.2;
	font-size: 25px;
	transition: 0.3s ease-in-out;
}
.service-style-one .service-data h3 a {
    color: #000000;
	transition: 0.3s ease-in-out;
}
.service-style-one .service-data p {
    margin-bottom: 30px;
}
.service-style-one .service-data .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary_color);
    border-radius: 100%;
    margin: auto;
    background: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data:hover .icon {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data .icon i {
    color: #000000;
    font-size: 12px;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data .svg-icon {
    width: 140px;
    height: 150px;
    position: relative;
    margin: auto;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data .svg-icon img {
    position: relative;
    width: 70px;
    height: 70px;
	transition: 0.3s ease-in-out;
}
.service-style-one .service-data:hover .svg-icon:before {
    border: 1px solid var(--primary_color);
	background: var(--primary_color);
	transition: 0.3s ease-in-out
}
.service-style-one .service-data .svg-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--primary_color);
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #ffffff;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data:before {
    content: "";
    width: 190px;
    height: 380px;
    background: #f7f6f2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
	transition: 0.3s ease-in-out
}
.service-style-one .service-data:hover:before {
    background: #fffab3;
	transition: 0.3s ease-in-out
}
.d-flex-all {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 2. Service Style One End */
/* 3. About Style One Start */

.about-style-one .about-data-left {
    padding-top: 60px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.about-style-one .about-data-left img {
    width: 100%;
}
.about-style-one .about-data-left .about-image {
    margin-left: 15px;
    margin-bottom: -60px;
}
.about-style-one .about-data-left:before {
    content: "";
    width: 350px;
    height: 680px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: -1;
	background-color: var(--primary_color);
}
  @media (max-width: 1366px) {
.about-style-one .about-data-left::before {
	width: 275px;
	height: 550px;
	left: 43%;
}
}

.about-style-one .about-data-right span {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}
.about-style-one .about-data-right h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.about-style-one .about-data-right {
    padding-top: 130px;
}
.about-style-one .about-data-right .about-info {
    padding-left: 110px;
}
.about-style-one .about-data-right .about-info p {
    margin-bottom: 30px;
    padding-right: 45px;
}
.about-style-one .about-data-right .about-info h3,
.about-style-one .about-data-right .about-info h4 {
    font-size: 16px;
    line-height: 26px;
}
.about-style-one .about-data-right .about-info h3 {
    font-weight: bold;
    margin-top: 13px;
}
/* 3. About Style One End */

/* 4. Counter Style One Start*/
.counter-style-one .counter-data {
    border: 1px solid #c1c1c1;
    padding: 40px;
    width: 87%;
    position: relative;
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data:hover {
    box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data .count {
    font-size: 85px;
    color: #080808;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #080808;
    position: relative;
    line-height: 105px;
    display: flex;
	transition: 0.3s ease-in-out;
}
span.counter {
    font-weight: 900;
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data .count i {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 0;
    text-transform: uppercase;
    line-height: 26px;
    font-style: normal;
    margin-top: 15px;
    margin-left: 8px;
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
	z-index: 99;
	position: relative;
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data:before {
    content: "";
    width: 60px;
    height: 110px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    transform: skew(-23deg, 0deg);
	background: var(--primary_color);
	transition: 0.3s ease-in-out;
}
.counter-style-one .counter-data.upper-space {
    margin-top: 90px;
	transition: 0.3s ease-in-out;
}
/* 4. Counter Style One End*/
/* 5. Project Style One Start*/

.project-style-one .project-post .project-data,
.project-style-one .project-post .project-data .project-icon {
transition: 0.3s ease-in-out;
}

.project-style-one .project-post {
    position: relative;
}

.project-style-one .project-post .project-data {
    padding: 35px 40px;
    border: 2px solid #c1c1c1;
    background: #ffffff;
    width: 90%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.project-style-one .project-post .project-data:hover {
    box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
}

.project-style-one .project-post .project-data h3 {
	font-weight: 600;
}
.project-style-one .project-post .project-data h3 a {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.project-style-one .project-post .project-data .project-icon {
    content: "+";
    width: 60px;
    height: 100%;
    position: absolute;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-17deg, 0deg);
    top: 0;
    right: -25px;
    color: #000000;
    background: #c1c1c1;
}
.project-style-one .project-post .project-data p {
	margin-bottom: 0;
}
.project-style-one .project-post:hover .project-data .project-icon {
    right: 45px;
}

.project-style-one .project-post:hover .project-data .project-icon i {
    transform: skew(21.5deg, 0deg);
}

.project-style-one .project-post .project-data p {
    margin-top: 10px;
    width: 80%;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
}

.project-style-one:before {
    content: "";
    width: 380px;
    height: 730px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(-23deg, 0deg);
    z-index: 0;

}

.project-style-one {
    position: relative;
}

.project-style-one .project-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.project-style-one .project-slider .owl-dots button {
    border: 1px solid #c1c1c1;
    width: 70px;
    height: 15px;
    color: transparent;
}

.project-style-one .project-slider .owl-dots button.active {
    background: #000000;
    border-color: #000000;
}

@media (max-width: 1366px) {
.project-style-one .project-post .project-data:hover .project-icon {
	right: 35px;
}
}
.project-style-one .project-post .project-data:hover .project-icon {
	background-color: var(--primary_color);
}

/* 5. Project Style One End*/
.project-style-onebg:before {
    content: "";
    width: 380px;
    height: 730px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(-23deg, 0deg);
    z-index: 0;
	background: var(--primary_color);
}
.project-style-onebg {
    position: relative;
}

/* 6. Team Style One Start */

.team-style-one .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-style-one .owl-item {
    opacity: 0;
    visibility: hidden;
}

.team-style-one .team-data {
    display: flex;
    align-items: center;
}

.team-style-one .owl-stage {
    display: flex;
    align-items: center;
}

.team-style-one .team-data .team-image {
    text-align: center;
    position: relative;
}

.team-style-one .team-data .team-image:before {
    content: "";
    width: 195px;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) skew(-23deg, 0deg);
    z-index: -1;
}

.team-style-one .team-data .team-info h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 5px;
	font-weight: 600;
}

.team-style-one .team-data .team-info p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.team-style-one .team-data .team-social-media {
    margin-top: 35px;
}

.team-style-one .team-data .team-social-media a {
    width: 50px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
}

.team-style-one .team-data .team-social-media a:before {
    content: "";
    border: 1px solid #c1c1c1;
    transform: skew(-23deg, 0deg);
    width: 100%;
    height: 100%;
}

.team-style-one .team-data .team-social-media a:hover i {
    color: #ffffff;
}

.team-style-one .team-data .team-social-media a.fb:hover:before {
    background: #4267B2;
}

.team-style-one .team-data .team-social-media a.tw:hover:before {
    background: #00acee;
}

.team-style-one .team-data .team-social-media a i {
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.team-style-one .team-data .team-info {
    padding-left: 20px;
    padding-top: 100px;
    opacity: 1;
    visibility: visible;
   animation-name: fadeOutUpSD;
    animation-duration: 0.5s;
    transition: width 2s 0.5s;
    display: block;

}


@keyframes fadeOutUpSD {

  0% {

    transition: width 2s 2s;

  }

  100% {

    transition: width 1s 1s;

  }

}

.team-style-one .team-data .team-image img {
    filter: grayscale(1);
    width: auto;
	transition: 0.3s ease-in-out;
}

.team-style-one.team-slider .team-data:hover .team-image img {
    filter: grayscale(0);
    width: auto;
	transition: 0.3s ease-in-out;
}

@keyframes fadeInUpSD {

  0% {

    opacity: 0;

    -webkit-transform: translateY(100px);

    transform: translateY(100px);

  }

  40% {

    opacity: 0;

    -webkit-transform: translateY(80px);

    transform: translateY(80px);  }

  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;  
}

}

.team-style-one .team-data:hover .team-image:before {
    background-color: var(--primary_color);
	transition: 0.3s ease-in-out;
}
.team-style-one .team-data .team-image:before {
    background-color: #f7f6f2;
	transition: 0.3s ease-in-out;
}

.team-style-one.team-slider-nav button {

    width: 50px;

    height: 80px;

    margin-right: 3px;

    background: transparent;

    position: relative;

    border: 0;

}

.team-style-one.team-slider-nav button:before {

    content: "";

    width: 100%;

    height: 100%;

    border: 1px solid #c1c1c1;

    transform: skew(-23deg, 0deg);

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}

.team-style-one.team-slider-nav button i {
    font-size: 16px;
}

.team-style-one.team-slider-nav {
    text-align: right;
}


/* 6. Team Style One End */
/* 9. Core Features Start */

.core-features .shape:after {
    display: none;
}

.core-features .video {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    width: 100vw;
    position: relative;
}
.core-features .shape {
    position: relative;
}
.core-features .video:before {
    content: "";
    width: 180px;
    height: 510px;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%) skew(-20deg, 0deg);
    z-index: 0;
}
.core-features .shape:before {
    content: "";
    width: 100px;
    height: 510px;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%) skew(-20deg, 0deg);
    z-index: 1;
	background-color: var(--primary_color);
}
.video-play-btn {
    width: 180px;
    height: 250px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transform: translateY(-50%) skew(-20deg, 0deg);
    position: absolute;
    top: 50%;
    left: 230px;
	border-color: #ffee02;
}
.video-play-btn i {
    width: 55px;
    height: 55px;
    color: #ffffff;
    transform: skew(20deg, 0deg);
}
.video-play-btn:hover {
    background: #00000090;
}
.video-play-btn i {
    font-size: 55px;
    transform: rotate(-10deg);
}

@media (max-width: 840px) {
.video-play-btn {
    left: 110px;
}
}
@media (max-width: 1400px) {
.core-features .shape::before {
    left: 90px;
}
.core-features .video::before {
	left: 120px;
}
}
@media (max-width: 1024px) {
.core-features .shape:before {
	display: none;
}
.core-features .video {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}


/* 9. Core Features End */
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

/**/

.sppb-article-info-wrap:hover,
.sppb-article-info-wrap  {
	transition: 0.3s ease-in-out;
}
.article-details h3,
.article-details .article-header h1, 
.article-details .article-header h2 {
	color: #000000;
	font-weight: 600;
}
.tags > li a:hover {
	background-color: #000000;
	
}
.tags > li a {
	background-color: var(--primary_color);
	color: #000000;
}
.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%;
}
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	color: #000000;
	transition: 0.3s ease-in-out;
}

.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: #000000;
	transition: 0.3s ease-in-out;
}
.article-list .article {
	border: 1px solid #c1c1c1;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0 -20px;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
}
.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%;
  padding-bottom: 20px;
}
.article-info .createdby, 
.article-info .published {
	border-bottom: 3px solid var(--primary_color);
	line-height: 18px;
}
.sp-page-title {
	padding: 215px 0 75px 0;
}
.sp-page-title .sp-page-title-heading {
	font-size: 60px;
}
.sp-page-title .sp-page-title-sub-heading {
	color: #c1c1c1;
	margin-top: 5px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.sp-page-title {
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.sp-page-title .breadcrumb .fas {
	display: none;
}
.sp-page-title .breadcrumb > li a {
	margin-right: 20px;
}
.sp-page-title .breadcrumb > .active span,
.sp-page-title .breadcrumb > li a {
	border-bottom: 1px solid #717070;
	line-height: 30px;
	font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, " ");
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
	color: #c2c1c1;
	padding: 0;
	line-height: 30px;
}

.sp-page-title .breadcrumb {
	margin-top: 30px;
}
.blog-one .article-list .article .article-header h1, 
.blog-one .article-list .article .article-header h2 {
	font-size: 23px;
	line-height: 34px;
	text-transform: capitalize;
}
.article-info > span + span::before {
	content: "";
}
.view-category .article-list .article .article-intro-image, 
.view-category .article-list .article .article-featured-video, 
.view-category .article-list .article .article-featured-audio, 
.view-category .article-list .article .article-feature-gallery {
	margin-top: -20px;
}
#sp-left .sp-module, 
#sp-right .sp-module {
	padding: 20px 40px 30px 40px;
	border: 1px solid #c1c1c1;
	border-radius: 0px;
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-size: 24px;
	color: #000;
	border-bottom: 1px solid #efefef;
	position: relative;
	line-height: 55px;
}
#sp-left .sp-module .sp-module-title:before, 
#sp-right .sp-module .sp-module-title:before {
	content: "";
	width: 85px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: var(--primary_color);
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	padding: 0;
	margin-bottom: 30px;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
	border-bottom: 1px solid #e7e7e7;
}

.sp-module ul > li > a:hover {
	color: #000000;
}
/**/
.contact-info .images img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #ffffff;
}

.contact-info .images figure:last-child {
    margin-left: -10px;
}
.contact-info p {
    font-size: 16px;
    color: #ffffff;
}

.contact-info p span {
    font-weight: bold;
    text-decoration: underline;
}

.contact-info .images {
    margin-right: 15px;
}

/**/
a:hover:after ,
a:hover:before,
a::after,
a::before,
a,
a:hover {
	transition: 0.3s ease-in-out;
}
/**/
/* 32. About How It Works Start */
.about-how-it-works .plans {
    border: 1px solid #c1c1c1;
    background: #ffffff;
    padding: 40px 30px;
	
}
.about-how-it-works .plans:hover {
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}
.about-how-it-works .plans .y-box {
    width: 90px;
    height: 90px;
    font-size: 40px;
    margin-bottom: 40px;
	background: var(--primary_color);
	font-weight: 600;
	color: #000000;
}
.about-how-it-works .plans h3 {
    font-size: 20px;
    margin-bottom: 8px;
	font-weight: 600;
	color: #000000;
}
/* 32. About How It Works End */
/* 25. Team Style Two Start */
.team-style-two .team-data {
    border: 1px solid #c1c1c1;
    padding: 30px 35px 40px 35px;
    width: 68%;
    position: relative;
    margin-bottom: 40px;
}
.team-style-two .team-data:before {
    content: "";
    width: 175px;
    height: 100.5%;
    position: absolute;
    bottom: -1px;
    left: 100%;
    transform: translateX(-50%) skew(-23deg, 0deg);
    z-index: 0;
}
.team-style-two .team-data h3 {
    font-size: 30px;
    margin-bottom: 5px;
	font-weight: 600;
}
.team-style-two .team-data h3 a {
    color: #000;
}
.team-style-two .team-data .contact i {
    width: 25px;
    height: 25px;
}
.team-style-two .team-data .contact p {
    font-weight: bold;
    margin-left: 6px;
	color: #000;
	margin-bottom: 6px;
}
.team-style-two .team-data .contact i {
	vertical-align: middle;
}
.team-style-two .team-data .contact {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.team-style-two .team-social-medias a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	transition: 0.3s ease-in-out;
}
.team-style-two .team-social-medias > a i {
    font-size: 17px;
    color: #000;
    transform: rotate(45deg);
}
.team-style-two .team-social-medias > a:hover i {
	transition: 0.3s ease-in-out;
}
.team-style-two .team-social-medias {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 55px;
}
.team-style-two .team-data .team-social-media a {
    width: 50px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
}
.team-style-two .team-data .team-social-media a:before {
    content: "";
    border: 1px solid #c1c1c1;
    transform: skew(-23deg, 0deg);
    width: 100%;
    height: 100%;
    background: #ffffff;
	transition: 0.3s ease-in-out;
}
.team-style-two .team-data .team-social-media a:hover i {
    color: #ffffff;
}
.team-style-two .team-data .team-social-media a.fb:hover:before {
    background: #4267B2;
	transition: 0.3s ease-in-out;
}
.team-style-two .team-data .team-social-media a.tw:hover:before {
    background: #00acee;
	transition: 0.3s ease-in-out;
}
.team-style-two .team-data .team-social-media a i {
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
}
.team-style-two .team-data .team-image {
    position: absolute;
    top: 50%;
    right: -185px;
    transform: translateY(-50%);
}
.team-style-two .team-data .team-image img {
    width: 240px;
    height: 290px;
    object-fit: cover;
}
.team-style-two .team-social-medias > a,
.team-style-two .team-data::before {
	background-color: var(--primary_color);
	transition: 0.3s ease-in-out;
}
@media (max-width: 980px) {
.team-style-two .team-data::before {
	display: none;
}
.team-style-two .team-data {
	width: 100%;
}
.team-style-two .team-data .team-image {
	position: relative;
	top: 0;
	right: 0;
	transform: translateY(5%);
	transition: 0.3s ease-in-out;
}
.team-style-two .team-data .team-image img {
	width: 100%;
}
}

/* 25. Team Style Two End */
/* 17. Service Style Two Start */
.service-style-two .service-two-box:before,
.service-style-two .service-two-box .service-two-icon i,
.service-style-two .service-two-box .service-two-icon img,
.service-style-two .service-two-box .service-two-icon:before,
.service-style-two .service-two-box.last a span {
	transition: 0.3s ease-in-out;
}

.service-style-two .service-two-box {
    border: 1px solid #c1c1c1;
    padding: 40px 40px 0;
    position: relative;
}
.service-style-two .service-two-box:before {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../images/service-hover-img.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.service-style-two .service-two-box:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.service-style-two .service-two-box h3 a {
    font-size: 26px;
    margin-bottom: 8px;
    color: #000000;
	font-weight: 600;
}
.service-style-two .service-two-box p {
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 7px;
}
.service-style-two .service-two-box .service-two-icon img {
    width: 60px;
    height: 60px;
}
.service-two-icon i {
	color: #000000;
}
.service-style-two .service-two-box .service-two-icon {
    width: 105px;
    height: 125px;
    position: relative;
}
.service-style-two .service-two-box .service-two-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #ececec;
    z-index: -1;
    border: 0;
}
.service-style-two .service-two-box .service-two-icon i {
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.service-style-two .service-two-box .service-two-icon a i{
    color: #000000;
}
.service-style-two .service-two-box:hover .service-two-icon i,
.service-style-two .service-two-box:hover .service-two-icon {
    opacity: 1;
    visibility: visible;
}
.service-style-two .service-two-box:hover .service-two-icon img {
    opacity: 0;
}
.service-style-two .service-two-box:hover .service-two-icon:before {
    background: transparent;
}
.service-style-two .service-two-box.last {
    border: 0;
    height: 100%;
}
.service-style-two .service-two-box.last:before {
    display: none;
}
.service-style-two .service-two-box.last a {
    color: #000000;
    font-size: 18px;
}
.service-style-two .service-two-box.last span {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-left: 15px;
}
.service-style-two .service-two-box.last span i {
    font-size: 13px;
}
.service-style-two .service-two-box.last a:hover span {
    transform: translateX(5px);
}
.service-style-two .service-two-box:hover:before,
.service-style-two .service-two-box.last span {
	background-color: var(--primary_color);
}
/* 17. Service Style Two End */

.innovation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.innovation ul p {
	margin-bottom: 0;
}
/**/
ul.t-contact {
	margin: 0;
	padding: 0;
	list-style: none;
}
.t-contact li {
    display: flex;
    margin-bottom: 0px;
}
.t-contact span {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    width: 22%;
}
.t-contact p {
	margin-bottom: 2px;
}

/**/
#sp-left .form-control,
#sp-right .form-control {
	padding: 12px 20px;
	background: #fafafa;
	border-radius: 0;
	border: 1px solid #eee;
}
#sp-left .sp-module, 
#sp-right .sp-module {
	margin-top: 30px;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	background: transparent;
	color: #000000;
	border: 1px solid #c1c1c1;
	font-size: 15px;
	border-radius: 0;
	margin: 5px 3px;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	border: 1px solid var(--primary_color);
	background: var(--primary_color);
	color: #000000;
}
.zindexover {
	z-index: 10 !important;
	position: relative !important;
}
.zindexunder {
	z-index: 0 !important;
	position: relative !important;
}

#sp-top1 .d-flex {
	display: block !important;
}

/*shop*/
span.hikashop_product_name a,
span.hikashop_product_name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #444444;
	text-align: left;
}
.hikashop_product_price {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	text-align: left;
}
.hikashop_products.display_grid .hikashop_product_image_subdiv {
  width: auto !important;
}
.hikashop_products.display_grid .hikashop_product_image {
	height: auto !important;
}
.hikashop_subcontainer {
	border-radius: 0px !important;
}
.hikashop_products.display_grid .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
#sp-component .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
#sp-component .hikashop_product_image_subdiv {
	width: auto !important;
}
#sp-component .hikashop_product_image {
	height: auto !important;
}
.hikashop_product_image_subdiv {
	padding: 30px;
	position: relative;
}
.hikashop_product .hikabtn,
.hikashop_products.display_list .hikabtn,
.hikashop_products.display_grid .hikabtn {
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 50%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
}
#sp-right .hikashop_product_quantity_div {
	display: none !important;
}
.hikashop_product:hover .hikabtn,
.hikashop_products_listing .hikashop_subcontainer:hover .hikabtn,
.hikashop_products.display_grid .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
	color: #000000;
}
/*
.hikashop_product:hover .hikashop_container .hikabtn {
    opacity: 1;
    visibility: visible;
	color: #000000;
}
*/
.hikashop_products.display_grid .hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}
.hikashop_product:hover .hikabtn,
.hikashop_products.display_grid .hikabtn {
	background: var(--primary_color);
	border: 2px solid var(--primary_color);
	color: #000000;
	font-size: 16px;
	font-weight: 600;
 
}
.hikabtn.hikashop_switcher_grid,
.hikabtn.hikashop_switcher_list {
	position: relative !important;
	background: inherit !important;
	border: 2px solid #eee !important;
    display: inline-block;
    width:  auto !important;
    padding: 5px;
    opacity: 1 !important;
    visibility: visible !important;
	left: auto !important;
}

.hikashop_products.display_list .hikashop_product {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
	margin-bottom: 30px;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	width: 160px !important;
}
.hikashop_products.display_list .hikashop_product_image {
	height: 160px !important;
}

.hikashop_products.display_list span.hikashop_product_price_full {
  border-width: 0px 0px 0px 0px !important;
  margin-bottom: 5px;
}

div.hikashop_products.display_list span.hikashop_product_price_full, 
div.hikashop_products.display_list span.hikashop_product_name {
  width: 100% !important;
}
.hikashop_products.display_list span.hikashop_product_price_full, 
.hikashop_products.display_list span.hikashop_product_name {
	border: 0px solid #ddd !important;
}
.hikashop_products.display_list div.hikashop_subcontainer, 
.hikashop_products.display_list div.hikashop_subcontainer span, 
.hikashop_products.display_list div.hikashop_container {
	text-align: left !important;
}
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn {
	background: var(--primary_color);
	border: 2px solid var(--primary_color);
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	padding: 17px 35px;
}
.hikashop_product .hikabtn:hover,
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}
@media only screen and (max-device-width: 1024px) {
.hikashop_products.display_list .hikashop_product_image .hikashop_product_image_subdiv {
	max-width: 200px !important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}
}

.hikashop_products.display_list div.hikashop_container {
	margin: 0!important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}

div.hikashop_footer {
	padding: 20px 0px;
	clear: both;
	display: none !important;
}
.hikashop_products_listing_switcher span i {
	color: #000000 !important;
}

.hikashop_tabs_ul li {
	border: 1px solid #c1c1c1;
	padding: 15px 15px;
}
.hikashop_tabs_content {
	background-color: #ffffff;
	border: 1px solid #c1c1c1 !important;
	padding: 35px;
	margin-top: 11px !important;
	border-radius: 0 !important;
}

.hikashop_tabs_content h3 {
	color: #000000;
	font-size: 25px;
	font-weight: 600;
}
.hikashop_product_bottom_part {
	margin-top: 80px;
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top.hikashop_tabs_li_selected {
	
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top {
	margin-top: -3px !important;
}
.hikashop_product_name_main {
	color: #000000;
	font-size: 35px;
	font-weight: 600;
}
#hikashop_product_characteristics .form-select {
	padding: 5px 20px;
	height: 52px !important;
	border-radius: 0px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
}
.hikashop_product_quantity_input_div_select select {
	padding: 5px 20px !important;
	height: 60px !important;
	border-radius: 0px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart:hover {
	border: 2px solid #000000;
	background: #000000;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart {
	background: var(--primary_color);
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid var(--primary_color);
	color: #000000 !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
}
.hikashop_vote_form .hikashop_comment_textarea,
.hikashop_comment_form input[type="text"]:not(.form-control), 
.hikashop_comment_form input[type="email"]:not(.form-control), 
.hikashop_comment_form input[type="url"]:not(.form-control), 
.hikashop_comment_form input[type="date"]:not(.form-control), 
.hikashop_comment_form input[type="password"]:not(.form-control), 
.hikashop_comment_form input[type="search"]:not(.form-control), 
.hikashop_comment_form input[type="tel"]:not(.form-control), 
.hikashop_comment_form input[type="number"]:not(.form-control), 
.hikashop_comment_form select:not(.form-select):not(.form-control) {
	border: 1px solid #c1c1c1 !important;
	padding: 15px 15px !important;
	background: #ffffff !important;
	margin-bottom: 15px;
	border-radius: 0 !important;
}
#hikashop_vote_form .hikabtn {
	background: var(--primary_color);
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid var(--primary_color);
	color: #000000 !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
}
/**/
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
.view-category.layout-listing .hikashop_product_image_subdiv {
	padding: 30px;
	position: relative;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 50%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
	color: #000000;
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
	background: var(--primary_color);
	border: 2px solid var(--primary_color);
	color: #000000;
	font-size: 16px;
	font-weight: 600;
 
}
.short_description {
	
}
.hikashop_cart i {
	color: #ffffff;
}
.hikashop_cart {
  text-align: right;
  margin-top: 39px;
  color: #fff;
}
.hikashop_cart a {
	color: #ffffff !important;
}
@media (min-width: 1024px) {
#sp-top2 .d-flex {
	display: block !important;
}
}
.hikashop_checkout_login h1, 
.hikashop_checkout_login h2 {
	color: #000000;
}
/**/
.hika_j2 .btn-success, 
.hikabtn-success,
.hika_j2 .btn-success:hover, 
.hikabtn-success:hover {
	padding: 17px 35px;
	background: var(--primary_color);
	color: #000000;
	border-color: var(--primary_color);
	font-weight: 600;
}
.hikashop_checkout_cart .table > :not(caption) > * > * {
	vertical-align: middle;
}
.btn-primary:hover, 
.sppb-btn-primary:hover,
.btn-primary, 
.sppb-btn-primary {
	background: var(--primary_color);
	color: #000000;
	border-color: var(--primary_color);
	font-weight: 600;
}
.hkform-horizontal a,
.hikashop_checkout_cart a {
	color: #000000;
}


.nounder .jpane-slider.content  {
	display: none;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4 a {
	color: var(--body_color);
	line-height: 35px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-out 0s;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4:hover a {
	color: var(--primary_color);
	padding-left: 10px;
}
#sp-right .hikashop_product_image_subdiv {
	padding: 0;
}
#sp-right .hikacart:hover {
	border: 2px solid #000000;
	background: #000000;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
#sp-right .hikacart {
	background: var(--primary_color);
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid var(--primary_color);
	color: #000000 !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
}
#sp-right .hikashop_product:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
	padding-top: 0px;
}
/*
@media (min-width: 1024px) {
.hikashop_products.display_list div.hikashop_listing_img_title {
	padding-left: 10% !important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	margin-left: 160px !important;
}
}
*/

/*end hikashop*/

.our-goal.data {
    position: relative;
}

.our-goal.data svg {
    position: absolute;
    left: -50px;
    bottom: 133px;
    width: 70px;
    height: 70px;
    z-index: 9;
}
.our-goal.data .goal-mov {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

/**/
/* 16. Pricing Plans Start */
.pricing-plans .price-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.pricing-plans .price-box h2 {
    font-size: 70px;
    line-height: 50px;
    margin-right: 15px;
}
.pricing-plans .price-box h2,
.pricing-plans .price-box h3 {
    font-weight: bold;
	color: #000;
}
.pricing-plans .price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.pricing-plans .price p {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    display: inline-flex;
	margin-bottom: 3px;
}
.pricing-plans .price p:before {
    content: "";
    border-bottom: 1px solid #c6c6c6;
    width: 100%;    
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pricing-plans .price-box > p {
    line-height: 26px;
    width: 83%;
}
.pricing-plans .price-box .theme-btn {
    margin-top: 30px;
    background: #e8e8e8;
    border-color: #e8e8e8;
}
.pricing-plans .price-box .theme-btn:after {
    border-top-color: #e8e8e8;
}
.pricing-plans .price-box:hover .theme-btn i {
    color: #ffffff;
}
.pricing-plans .price-box:hover .theme-btn i:after {
    background: #000000;
}
.pricing-plans .price-box:hover .theme-btn {
    color: #000000;
}
.pricing-plans .main-price:hover .theme-btn {
	border-color: var(--primary_color);
}
.pricing-plans .main-price:hover .theme-btn {
    background-color: var(--primary_color);
}
.pricing-plans .main-price:hover .theme-btn:after {
    border-top-color: var(--primary_color);
}
.pricing-plans .price-img img {
    width: 100%;
    filter: grayscale(1);
}
.pricing-plans .main-price:hover .price-img img {
    filter: grayscale(0);
}
.pricing-plans .price-box {
    border: 1px solid #c1c1c1;
    padding: 60px 38px 140px;
}
.pricing-plans .price-img {
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    margin-top: -90px;
}
.pricing-plans .features {
    padding: 70px 40px;
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 77%);
    position: absolute;
    z-index: 1;
    bottom: 20px;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: 0.1s;
}
.pricing-plans .features ul li {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}
.pricing-plans .features ul li:not(:last-child) {
    margin-bottom: 15px;
}
.pricing-plans .features ul li i {
    font-size: 20px;
    margin-right: 10px;
}
.pricing-plans .main-price {
    position: relative;
    overflow: hidden;
}
.pricing-plans .main-price:hover .features {
    opacity: 1;
    transform: translateY(0);
}
.pricing-plans .main-price:hover .price-box {
    background: #000000;
}
.pricing-plans .main-price:hover .price-box > p,
.pricing-plans .main-price:hover .price-box .price p {
    color: #ccc;
}
.pricing-plans .main-price:hover .price-box h2,
.pricing-plans .main-price:hover .price-box h3 {
    color: #ffffff;
}
.pricing-plans .price-box .theme-btn:after,
.pricing-plans .features,
.pricing-plans .main-price .price-box,
.pricing-plans .main-price .price-box h2,
.pricing-plans .main-price .price-box h3,
.pricing-plans .main-price .price-box > p,
.pricing-plans .main-price .price-img img,
.pricing-plans .main-price .price-box .price p {
	transition: 0.3s ease-in-out;
}
.pricing-plans .features i {
	color: #000000;
}
.pricing-plans .features ul {
	margin: 0;
	padding: 0;
}
.pricing-plans .features {
	background-color: var(--primary_color);
}
/* 16. Pricing Plans End */

/* 48. What-we-build Start */
.what-we-build {
    background: #000000;
    position: relative;
    z-index: 0;
}
.what-we-build .heading-style-2 .data h2 {
    color: #ffffff;
}
.what-we-build .heading-style-2 {
    margin-bottom: 70px;
}
.what-we-build .heading-style-2 .data span,
.what-we-build .wwb-ul li .location span,
.what-we-build .wwb-ul li:before {
    color: #c4c4c4;
}
.what-we-build .wwb-ul li h3 {
    font-size: 22px;
    line-height: 32px;
    width: 23%;
    margin-right: 100px;
	font-weight: 600;
}
.what-we-build .wwb-ul li h3 a {
    color: #757575;
}
.what-we-build .wwb-ul li.active h3 a {
    color: #ffffff;
}
.what-we-build .wwb-ul {
    counter-reset: my-awesome-counter;
}
.what-we-build .wwb-ul li {
    display: flex;
    padding-left: 85px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #555;
}
.what-we-build .wwb-ul li:last-child {
    border-bottom: 1px solid #555;
}
.what-we-build .wwb-ul li:before {
    content: counter(my-awesome-counter) ". ";
    font-size: 16px;
    position: absolute;
    top: 65px;
    left: 0;
}
.what-we-build .wwb-ul li .location span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
.what-we-build .wwb-ul li .location {
    padding-top: 5px;
}
.what-we-build .wwb-ul li figure img {
    width: 415px;
    height: 300px;
    object-fit: cover;
}
.what-we-build .wwb-ul li figure {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    top: -65px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.what-we-build .wwb-ul li.active figure {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-duration: 0.5s;
}
.what-we-build .wwb-ul li figure:before {
    content: "";
    width: 180px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-70%) skew(-23deg, 0deg);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.what-we-build .wwb-ul li.active figure:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) skew(-23deg, 0deg);
    transition-duration: 0.6s;
}
.what-we-build .wwb-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.what-we-build .wwb-ul li.active h3 a,
.what-we-build .wwb-ul li h3 a,
.what-we-build .wwb-ul li.active:before,
.what-we-build .wwb-ul li:before,
.what-we-build .wwb-ul li.active figure,
.what-we-build .wwb-ul li figure,
.what-we-build .wwb-ul li figure:before,
.what-we-build .wwb-ul li.active figure:before {
    transition: 0.3s ease-in-out;
}
.what-we-build .wwb-ul li.active::before {
	color: var(--primary_color);
}
@media (max-width: 992px) {
.what-we-build .wwb-ul li.active figure {
	display: none;
}
}
@media (max-width: 1200px) {
.what-we-build .wwb-ul li h3,
.what-we-build .wwb-ul li .location {
	width: 100% !important;
}
.what-we-build .wwb-ul li {
    padding-left: 50px;
}
.what-we-build .wwb-ul li h3 {
	margin-right: 50px;
}
}
/* 48. What-we-build End */

.estimated-price:before,
.estimated-price:after {
    content: "";
    width: 550px;
    height: 100%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) skew(-17deg, 0deg);
    z-index: 0;
}

.estimated-price:before {
    left: 70%;
}

.estimated-price:after {
	background-color: #ffee02;
    right: -31%;
}

/**/
.contact-us .c-data ul li a img {
    width: 79px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ffffff;
    border-radius: 100%;
}
.contact-us .c-data ul li a {
    position: relative;
}
.contact-us .c-data ul li a i {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    color: #000000;
}
.contact-us .c-data ul li a i::before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.contact-us .c-data ul li a.active i {
    top: 0px;
}
.contact-us .c-data ul li a.active i::before {
    opacity: 1;
    visibility: visible;
}
.contact-us .c-data ul li a.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    opacity: 0.6;
    border: 1px solid;
}
.contact-us .c-data ul li a {
    box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 8%);
    display: flex;
    border-radius: 100%;
	width: 79px;
	height: 80px;
}
.contact-us .c-data ul li a.active {
    box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 10px 15px 15px 0px rgb(0 0 0 / 13%);
}
.contact-us .c-data {
    position: relative;
}
.contact-us .c-data ul {
    display: flex;
}
.contact-us .c-data ul li {
    position: absolute;
}
.contact-us .c-data ul li:nth-child(1) {
    top: 112px;
    right: 105px;
}
.contact-us .c-data ul li:nth-child(2) {
    top: 220px;
    right: 165px;
}
.contact-us .c-data ul li:nth-child(3) {
    top: 167px;
    right: 340px;
}
.contact-us .c-data ul li:nth-child(4) {
    bottom: 90px;
    left: 170px;
}
.contact-us .c-data ul li:nth-child(5) {
    top: 110px;
    left: 83px;
}
.contact-us .c-cards .card .details h2 {
    font-size: 35px;
	color: #000000;
}
.contact-us .c-cards .card .details > span {
    font-size: 16px;
	font-weight: 600;
}
.contact-us .c-data ul,
.contact-us .c-cards .card .contacts-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-us .c-cards .card .details,
.contact-us .c-cards .card .contacts-info {
    margin-left: 40px;
}
.contact-us .c-cards .card ul li span,
.contact-us .c-cards .card .details .address {
    font-size: 16px;
    color: #000;
}
.contact-us .c-cards .card ul li span {
    width: 13%;
    display: inline-flex;
}

.contact-us .c-cards .card ul li span:nth-child(2) {
    font-weight: 500;
    width: 40%;
}
.contact-us .c-cards .card ul li span.email {
    width: 30%;
    border-bottom: 1px solid #b0b0b0;
    line-height: 15px;
    display: inline-flex;
    line-height: 13px;
}
.contact-us .c-cards .card ul li {
    margin-bottom: 7px;
}
.contact-us .c-cards .card .address {
    font-weight: bold;
    padding: 21px 40px;
}
.contact-us .c-cards .card {
    padding: 43px 20px 20px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.contact-us .c-cards .card:nth-child(1) {
    top: 0;
    width: 100%;
    z-index: 0;
}
.contact-us .c-cards .card:nth-child(2) {
    top: -15px;
    transform: scaleX(0.95);
    z-index: -1;
    left: 0;
}
.contact-us .c-cards .card:nth-child(3) {
    top: -30px;
    transform: scaleX(0.9);
    z-index: -2;
    left: 0;
}
.contact-us .c-cards .card:nth-child(4) {
    top: -45px;
    transform: scaleX(0.85);
    z-index: -3;
    left: 0;
}
.contact-us .c-cards .card:nth-child(5) {
    top: -60px;
    transform: scaleX(0.8);
    z-index: -4;
    left: 0;
}
.contact-us .c-cards .card.active {
    top: 0;
    z-index: 0;
    width: 100%;
    position: relative;
    transform: scaleX(1);
    left: 0;
}

.contact-us .c-cards .card .contacts-info {
    margin-top: 25px;
}
.contact-us .c-cards .card .contacts-info {
    margin-top: 25px;
    margin-bottom: 23px;
}
.contact-us .c-cards {
    position: relative;
}
.contact-us .c-data ul li a i::before, 
.contact-us .c-cards .card .address {
	background-color: var(--primary_color);
}
/**/