.sunvin-heading-subheading .sunvin-subtitle{
	font-family: var(--sunvin-heading-typography-font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--sunvin-global-color);
}

.sunvin-heading-subheading .sunvin-title{
	font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: var(--sunvin-heading-color);
    text-transform: none;
    font-style: normal;
}
.sunvin-bg-color-blackish .sunvin-heading-subheading .sunvin-subtitle,
.sunvin-bg-color-blackish .sunvin-heading-subheading .sunvin-title,
.sunvin-bg-color-global .sunvin-heading-subheading .sunvin-subtitle,
.sunvin-bg-color-global .sunvin-heading-subheading .sunvin-title{
	color: var(--sunvin-white-color);
}
.sunvin-heading-subheading .sunvin-heading-desc{
	margin-top: 25px;
	margin-bottom: 15px;
}
/*=== For the same css ===*/
.sunvin-ihbox-icon-wrapper svg, 
.sunvin-ihbox-svg-wrapper svg, 
.sunvin-sbox-icon-wrapper svg, 
.sunvin-fid-svg-wrapper svg,
.sunvin-ptable-line svg{
	width: 1em;
    height: 1em;
}
.blog-details .sunvin-entry-content blockquote,
.post-navigation .nav-links .sunvin-post-nav-head,
.post-navigation .nav-links .nav-title,
.widget-recent-post .sunvin-rpw-title a,
.sunvin-single-team-info li label,
.sunvin-portfolio-lines-wrapper .sunvin-portfolio-line-title{
	font-family: var(--sunvin-heading-typography-font-family);
	font-weight: 600;
    font-style: normal;
}
.blog-details .sunvin-comment-date a,
.blog-details .sunvin-comment-content .reply a,
.sunvin-rpw-content .sunvin-rpw-date a{
	font-family: var(--sunvin-heading-typography-font-family);
	font-weight: 500;
    font-style: normal;
}
.sunvin-award-btn .sunvin-button-icon:before,
.sunvin-static-btn .sunvin-button-icon:before{
	content: '\e8d2';
    font-family: "sunvinerewerb-base-icons";
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: 8px;
    left: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: var(--sunvin-white-color);
    color: var(--sunvin-blackish-color);
}
.sunvin-static-btn a,
.sunvin-element-team-style-2 .sunvin-button-inner,
.sunvin-blog-style-1 .sunvin-content-wrapper .sunvin-blog-button .sunvin-button-inner{
	font-family: var(--sunvin-heading-typography-font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.sunvin-ihbox-style-1,
.sunvin-ihbox-style-1 .sunvin-ihbox-box,
.sunvin-ihbox-style-1 .sunvin-ihbox-box-number{
	transition: all 0.4s ease-in;
}
.sunvin-ihbox-style-1{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	height: 100%;
}
.sunvin-ihbox-style-1 .sunvin-ihbox-box {
    padding: 30px 15px;
    position: relative;
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background-color:#fff;
}
.sunvin-ihbox-style-1:hover{
	transform: translate(0, -10px);
}
.sunvin-ihbox-style-1 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-1 .sunvin-ihbox-svg-wrapper{
	font-size: 32px;
	line-height: 0;
	width: fit-content;
    height: fit-content;
    padding: 16px;
    background: #b0cb1f;
    border-radius: 100%;
}
.sunvin-ihbox-style-1 .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-1 .sunvin-ihbox-svg-wrapper svg{
	fill:#fff;
}
.sunvin-ihbox-style-1 .sunvin-element-title{
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
	margin-bottom: 12px;
	color: #000;
}
.sunvin-miconheading-style-1.swiper-slide{
height: auto;
}
.sunvin-ihbox-style-1 .sunvin-heading-desc {
    /* margin: 20px 0 0 0; */
	color: #4e4e4e;
}
.sunvin-ihbox-style-1 .sunvin-box-number-wrap{
	position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    height: 60px;
    padding: 10px;
    border-radius: 30px 0 0;
    background-color:#f0f3f6;
}
.sunvin-ihbox-style-1 .sunvin-box-number-wrap::after,
.sunvin-ihbox-style-1 .sunvin-box-number-wrap::before{
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 #f0f3f6;
	z-index: 1;
}
.sunvin-ihbox-style-1 .sunvin-box-number-wrap::after{
	bottom: 60px;
	left: 72%;
	border-bottom-right-radius: 20px;
}
.sunvin-ihbox-style-1 .sunvin-box-number-wrap::before{
	bottom: 0;
	right: 100%;
	border-bottom-right-radius: 20px;
}
.sunvin-ihbox-style-1 .sunvin-ihbox-box-number{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	z-index: 3;
	color: var(--sunvin-global-color);
	background-color:#fff;
}
.sunvin-ihbox-style-1:hover .sunvin-ihbox-box-number{
	background-color: var(--sunvin-global-color);
	color: var(--sunvin-white-color);
}
.sunvin-ihbox-style-1 .sunvin-element-subtitle{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
/** Style 2 **/
.sunvin-ihbox-style-2 .sunvin-ihbox-contents{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.sunvin-ihbox-style-2 .sunvin-element-title{
    color: transparent;
    font-size:60px;
    line-height:60px;
    margin: 0 40px 0 0;
    -webkit-text-size-adjust: 0;
    overflow: visible !important;
    text-shadow: 1px 1px 0 var(--sunvin-global-color), -1px -1px 0 var(--sunvin-global-color), 1px -1px 0 var(--sunvin-global-color), -1px 1px 0 var(--sunvin-global-color), 1px 1px 0 var(--sunvin-global-color);
    color: var(--sunvin-light-color);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color:var(--sunvin-global-color);
}
.sunvin-ihbox-style-2 .sunvin-heading-desc{
    color: var(--sunvin-secondary-color);
    margin: 0;
    width: 200px;
}
.sunvin-bg-color-blackish .sunvin-ihbox-style-2 .sunvin-element-title{
	color: var(--sunvin-secondary-color);
	text-shadow: 1px 1px 0 var(--sunvin-white-color), -1px -1px 0 var(--sunvin-white-color), 1px -1px 0 var(--sunvin-white-color), -1px 1px 0 var(--sunvin-white-color), 1px 1px 0 var(--sunvin-white-color);
}
.sunvin-bg-color-blackish .sunvin-ihbox-style-2 .sunvin-heading-desc{
	color: rgba( var(--sunvin-white-color-rgb), 0.8);
}
/** Style 3 **/
.sunvin-ihbox-style-3 .sunvin-ihbox-box{
	align-items: center;
}
.sunvin-ihbox-style-3 .sunvin-element-title{
    font-size: 22px;
    line-height: 30px;
	margin-bottom: 0;
}
.sunvin-ihbox-style-3 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-3 .sunvin-ihbox-svg-wrapper{
	font-size: 40px;
	line-height: 40px;
	color: var(--sunvin-global-color);
	margin-right: 20px;
    position: relative;
    display: flex;
    background: var(--sunvin-white-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.sunvin-ihbox-style-3 .sunvin-ihbox-icon-wrapper img{
	height: 80px;
    width: 80px;
	object-fit: cover;
}
.sunvin-ihbox-style-3 .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-3 .sunvin-ihbox-svg-wrapper svg{
	fill: var(--sunvin-global-color);
	margin-bottom: 5px;
}
.sunvin-ihbox-style-3 .sunvin-ihbox-icon-wrapper i{
	transition: all 0.9s ease 0s;
}
.sunvin-ihbox-style-3:hover .sunvin-ihbox-icon-wrapper i{
    transform: translate(0, -3px);
}
/** Style 5 **/
.sunvin-ihbox-style-5 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.sunvin-ihbox-style-5 {
	position: relative;
	height: 100%;
}
.sunvin-element-viewtype-carousel .sunvin-ihbox-style-5 {
	padding-top: 5px;
}
.sunvin-ihbox-style-5:hover {
	transform: translate(0, -5px);
}
.sunvin-ihbox-style-5 .sunvin-ihbox-headingicon {
	padding:30px 15px;
	border-radius: 20px;
	background: #fff;
	height: 100%;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-icon{
	margin-top: auto;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-contents {
	margin-bottom: 30px;
}
.sunvin-ihbox.sunvin-ihbox-style-5 .sunvin-ihbox-box-number {
	margin-bottom: 10px;
}
.sunvin-ihbox-style-5 .sunvin-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.sunvin-ihbox-style-5 .sunvin-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	/* color: #fff; */
}
.sunvin-ihbox-style-5 .sunvin-ihbox-svg,
.sunvin-ihbox-style-5 .sunvin-icon-type-icon,
.sunvin-ihbox-style-5 .sunvin-ihbox-icon-type-text {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 0;
	color: #fff;
	background-color: var(--sunvin-global-color);
}
.sunvin-ihbox-style-5 .sunvin-ihbox-icon svg,
.sunvin-ihbox-style-5 .sunvin-ihbox-svg svg {
	fill: #fff;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn .sunvin-button-text {
	font-size: 0;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn a .sunvin-button-icon-wrapper {
	margin: 0 !important;
}
.sunvin-ihbox-style-5 .sunvin-btn-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sunvin-ihbox-style-5 .sunvin-heading-desc {
	word-break: break-all;
	/* color: #fff; */
}
/* .sunvin-ihbox-style-5 .sunvin-heading-desc a{
	color: #fff;
} */
.sunvin-ihbox-style-5 .sunvin-ihbox-btn {
	border-radius: 30px 0 0 0px;
	padding: 10px 0 0 10px;
	background-color: #f0f3f6;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn a{
	min-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	z-index: 2;
	position: relative;
	color: var(--sunvin-global-color) !important;
	background-color:#fff;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn a:hover {
	color: var(--sunvin-white-color) !important;
	background-color:#191e00;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn::after,
.sunvin-ihbox-style-5 .sunvin-ihbox-btn::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	box-shadow: 0 15px 0 0 #f0f3f6;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-icon-type-image img {
	width: 80px;
	height: 80px;
	border-radius: 20px;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn .sunvin-button-icon{
	font-size: 0;
}
.sunvin-ihbox-style-5 .sunvin-ihbox-btn .sunvin-button-icon:before{
	content: '\e8d2';
	font-family: "sunvinerewerb-base-icons";
	position: absolute;
	font-size: 16px;
	right: 0px;
	top: 0px;
	left: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	transform: rotate(90deg);
}
/** Style 6 **/
.sunvin-ihbox-style-6,
.sunvin-ihbox-style-6 .sunvin-ihbox-svg-wrapper,
.sunvin-ihbox-style-6 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-6 .sunvin-ihbox-contents{
	transition: all 0.5s ease-in;
}
.sunvin-ihbox-style-6 .sunvin-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.sunvin-ihbox-style-6 .sunvin-heading-desc{
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.sunvin-ihbox-style-6 .sunvin-icon-type-icon,
.sunvin-ihbox-style-6 .sunvin-ihbox-icon-type-text{
	font-size: 24px;
	line-height: 24px;
}
.sunvin-ihbox-style-6 .sunvin-element-title{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0px;
}
.sunvin-ihbox-style-6 .sunvin-element-subtitle{
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
}
.sunvin-ihbox-style-6 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-6 .sunvin-ihbox-svg-wrapper{
	color: var(--sunvin-global-color);
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
	background-color: var(--sunvin-white-color);
	font-size: 34px;
	z-index: 1;
	position: relative;
}
.sunvin-ihbox-style-6 .sunvin-icon-type-icon::after,
.sunvin-ihbox-style-6 .sunvin-ihbox-svg-wrapper::after,
.sunvin-ihbox-style-6 .sunvin-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  background-color: var(--sunvin-blackish-color);
  transition: all 200ms linear;
}
.sunvin-ihbox-style-6:hover .sunvin-icon-type-icon::after,
.sunvin-ihbox-style-6:hover .sunvin-ihbox-svg-wrapper::after,
.sunvin-ihbox-style-6:hover .sunvin-ihbox-icon-type-text::after {
  transform: scale(1.1);
}
.sunvin-ihbox-style-6 .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-6 .sunvin-ihbox-svg-wrapper svg{
	fill: var(--sunvin-global-color);
}
.sunvin-ihbox-style-6:hover .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-6:hover .sunvin-ihbox-svg-wrapper svg{
	fill: var(--sunvin-white-color);
}
.sunvin-ihbox-style-6  .sunvin-ihbox-icon-type-image img{
	border-radius: 50%;
}
.sunvin-ihbox-style-6:hover .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-6:hover .sunvin-ihbox-svg-wrapper{
	transition: all 500ms ease-in;
}
.sunvin-ihbox-style-6 .sunvin-icon-type-icon i{
	display: inline-block;
	animation: sunvin-shaking 0.5s infinite;
}
@keyframes sunvin-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(5deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
  }
.sunvin-bg-color-global .sunvin-ihbox-style-6 .sunvin-heading-desc{
	color: rgba(var(--sunvin-white-color-rgb), .6);
}
.sunvin-bg-color-global .sunvin-ihbox-style-6 .sunvin-ihbox-icon-wrapper,
.sunvin-bg-color-global .sunvin-ihbox-style-6 .sunvin-element-title{
	color: var(--sunvin-white-color);
}
/** Style 7 **/
.sunvin-ihbox-style-7 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 45px 40px;
    background-color: var(--sunvin-white-color);
    border-radius: 30px;
}
.sunvin-ihbox-style-7 .sunvin-ihbox-headingicon { 
	display: inline-flex;
	align-items: flex-start;
}
.sunvin-ihbox-style-7 .sunvin-ihbox-svg,
.sunvin-ihbox-style-7 .sunvin-ihbox-icon {
	margin-right: 40px;
	display: inline-block;
}
.sunvin-ihbox-style-7 .sunvin-ihbox-svg,
.sunvin-ihbox-style-7 .sunvin-icon-type-icon,
.sunvin-ihbox-style-7 .sunvin-ihbox-icon-type-text {
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	color: var(--sunvin-global-color);
	background-color: var(--sunvin-light-color);
}
.sunvin-ihbox-style-7 .sunvin-icon-type-icon svg g polygon,
.sunvin-ihbox-style-7 .sunvin-icon-type-icon svg{
	fill: var(--sunvin-global-color);
}
.sunvin-ihbox-style-7 .sunvin-ihbox-svg svg {
	width: 40px;
	height: 40px;
	fill: var(--sunvin-global-color);
}
.sunvin-ihbox-style-7 .sunvin-ihbox-icon-type-text {
	font-size: 24px;
}
.sunvin-ihbox-style-7 .sunvin-ihbox-icon-type-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.sunvin-ihbox-style-7 .sunvin-element-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}
.sunvin-ihbox-style-7 .sunvin-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.sunvin-ihbox-style-7 .sunvin-heading-desc {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: var(--sunvin-global-color);
}
.sunvin-ihbox-style-7 .sunvin-heading-desc::before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
	color: rgba(var(--sunvin-blackish-color-rgb), .5);
}
/** Style 8 **/
.sunvin-ihbox-style-8,
.sunvin-ihbox-style-8 .sunvin-ihbox-contents,
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-8 .sunvin-ihbox-svg-wrapper svg,
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-8 .sunvin-ihbox-svg-wrapper,
.sunvin-ihbox-style-8 .sunvin-ihbox-icon::before,
.sunvin-ihbox-style-8 .sunvin-ihbox-svg::before{
	transition: all 0.3s ease-in;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-box{
	display: flex;
	align-items: center;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-icon,
.sunvin-ihbox-style-8 .sunvin-ihbox-svg{
	margin-right: 25px;
	position: relative;
	display: inline-block;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-8 .sunvin-ihbox-svg-wrapper{
	font-size: 80px;
    line-height: 80px;
    color: var(--sunvin-global-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sunvin-ihbox-style-8 .sunvin-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
.sunvin-ihbox-style-8 .sunvin-heading-desc{
	margin-bottom: 0;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-type-image{
	background-color: transparent;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-icon-type-text{
	font-size: 40px;
}
.sunvin-ihbox-style-8 .sunvin-ihbox-box-number{
	display: none;
}
.sunvin-ihbox-style-8 .sunvin-shipex-icon{
	margin-top: 5px;
	display: inline-block;
}
.sunvin-ihbox-style-8 .sunvin-icon-type-icon svg{
	fill: var(--sunvin-global-color);
}
/** Style 9 **/
.sunvin-ihbox-style-9 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.sunvin-ihbox-style-9 .sunvin-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.sunvin-miconheading-style-4 .sunvin-ihbox-style-9 .sunvin-ihbox-headingicon {
	align-items: flex-start;
}
.sunvin-ihbox-style-9 .sunvin-ihbox-svg,
.sunvin-ihbox-style-9 .sunvin-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.sunvin-ihbox-style-9 .sunvin-ihbox-svg,
.sunvin-ihbox-style-9 .sunvin-icon-type-icon,
.sunvin-ihbox-style-9 .sunvin-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--sunvin-global-color);
}
.sunvin-ihbox-style-9 .sunvin-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--sunvin-global-color);
}
.sunvin-ihbox-style-9 .sunvin-ihbox-icon-type-text {
	font-size: 30px;
}
.sunvin-ihbox-style-9 .sunvin-ihbox-icon-type-image {
	height: 100px;
	width: 120px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sunvin-ihbox-style-9 .sunvin-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.sunvin-ihbox-style-9 .sunvin-element-subtitle {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	color: var(--sunvin-global-color);
}
.sunvin-ihbox-style-9 .sunvin-heading-desc {
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(var(--sunvin-secondary-color-rgb), 0.15);
}
/** Style 10 **/
.sunvin-ihbox-style-10 .sunvin-ihbox-headingicon{
	text-align: center;
}
/* .sunvin-ihbox-style-10 .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-10 .sunvin-ihbox-svg-wrapper{
	font-size: 80px;
	line-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	transition: all 0.5s ease-in;
} */
/* .sunvin-ihbox-style-10 .sunvin-ihbox-icon-wrapper svg,
.sunvin-ihbox-style-10 .sunvin-ihbox-svg-wrapper svg{
	fill:  var(--sunvin-blackish-color);
} */
.sunvin-ihbox-style-10 .sunvin-ihbox-icon-type-image{
    aspect-ratio: 8 / 5;
    background: #fff;
    padding: 15px 10px;
    border-radius: 8px;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.sunvin-ihbox-style-10 .sunvin-ihbox-icon-type-image img{
	    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sunvin-ihbox-style-10 .sunvin-element-title{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 30px;
    font-weight: 500;
}
.sunvin-ihbox-style-10 .sunvin-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--sunvin-global-color);
	text-transform: capitalize;
}
.sunvin-ihbox-style-10 .sunvin-heading-desc{
	text-transform: capitalize;
	padding: 0 30px;
}
.sunvin-ihbox-style-10:hover .sunvin-ihbox-icon-wrapper,
.sunvin-ihbox-style-10:hover .sunvin-ihbox-svg-wrapper{
	transform: translate(0, -5px);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.sunvin-team-style-1 .sunvin-featured-wrapper img,
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::after,
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::before,
.sunvin-team-style-1 .sunvin-featured-wrapper::after,
.sunvin-team-style-1 .sunvin-team-social-links li a,
.sunvin-team-style-1 .sunvin-team-social-links li,
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text,
.sunvin-team-style-1 .sunvinerewerb-box-social-links{
	transition: all .6s ease-in-out;
}
.sunvin-team-style-1 .sunvin-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.sunvin-team-style-1 .sunvinerewerb-post-item{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background-color: var(--sunvin-white-color);
}
.sunvin-team-style-1 .sunvinerewerb-box-content{
	position: relative;
	padding: 35px 45px 40px 30px;
}
.sunvin-team-style-1 .sunvinerewerb-box-content-inner {
	padding-right: 60px;
}
.sunvin-team-style-1 .sunvin-featured-inner{
	position: relative;
}
.sunvin-team-style-1 .sunvin-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.sunvin-team-style-1:hover .sunvin-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.sunvin-team-style-1 .sunvin-team-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}
.sunvin-team-style-1 .sunvinerewerb-box-team-position{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.sunvin-team-style-1 .sunvin-team-btn{
	position: absolute;
	bottom: 0;
	right: 45px;
	z-index: 6;
}
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text{
	width: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	border-radius: 50px 50px 0 0;
	color: var(--sunvin-blackish-color);
	background-color: var(--sunvin-light-color);
}
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::after,
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--sunvin-light-color);
}
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::before {
	right: 100%;
	border-bottom-right-radius: 20px;
}
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-text::after {
	left: 100%;
	border-bottom-left-radius: 20px;
}
.sunvin-team-style-1 .sunvinerewerb-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 5px;
	transform: translateY(10px);
	opacity: 0;
	padding: 0;
	z-index: -1;
}
.sunvin-team-style-1 .sunvinerewerb-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.sunvin-team-style-1 .sunvin-team-btn:hover .sunvinerewerb-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.sunvin-team-style-1 .sunvin-team-btn .sunvin-team-social-links li{
	display: block;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 3px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.sunvin-team-style-1 .sunvin-team-btn:hover .sunvin-team-social-links li{
	transform: translate(0);
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.sunvin-team-style-1 .sunvin-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.sunvin-team-style-1 .sunvin-team-social-links li:first-child{
	margin-top: 0;
}
.sunvin-team-style-1 .sunvin-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-global-color);
}
.sunvin-team-style-1 .sunvin-team-social-links li a:hover{
	background-color: var(--sunvin-blackish-color);
}
.sunvin-element-posts-wrapper .sunvin-team-style-1{
	margin-bottom: 30px;
}
.sunvin-link{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/** Style 2 **/
.sunvin-element-team-style-2 .sunvin-ele-team{
	margin-bottom: 20px;
}
.sunvin-team-style-2 .sunvinerewerb-post-item{
	position: relative;
	text-align: center;
}
.sunvin-team-style-2 .sunvin-team-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}
.sunvin-team-style-2 .sunvinerewerb-team-position,
.sunvin-team-style-2 .sunvin-team-title a{
	color: var(--sunvin-white-color);
}
.sunvin-team-style-2 .sunvin-team-title a:hover{
	color: rgba(var(--sunvin-white-color-rgb),.8);
}
.sunvin-team-style-2 .sunvinerewerb-team-image-box{
	transition: 0.4s;
}
.sunvin-team-style-2 .sunvin-featured-wrapper{
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.sunvin-team-style-2 .sunvin-featured-wrapper img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sunvin-team-style-2 .sunvin-team-social-links li{
	padding: 0 !important;
}
.sunvin-team-style-2 .sunvin-team-social-links li a{
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	color: rgba(var(--sunvin-white-color-rgb), 0.5);
	background: transparent;
	transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}
.sunvin-team-style-2 .sunvin-team-social-links li a:hover{
	background: transparent;
	color: #fff;
}
.sunvin-team-social-links li{
	margin-right: 10px;
}
.sunvin-team-style-2 .sunvinerewerb-team-image-box{
	position: relative;
	width: 190px;
	margin: 0 auto;
}
.sunvin-team-style-2 .sunvinerewerb-box-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	text-align: center;
	visibility: hidden;
	-khtml-transform: translateX(0%) translateY(-35%);
	-moz-transform: translateX(0%) translateY(-35%);
	-ms-transform: translateX(0%) translateY(-35%);
	-o-transform: translateX(0%) translateY(-35%);
	transform: translateX(0%) translateY(-35%);
	transition: all 0.3s ease-in;
}
.sunvin-team-style-2:hover .sunvinerewerb-box-content{
	opacity: 1;
	visibility: visible;
}
.sunvin-team-style-2 .sunvinerewerb-team-image-box::before{
	content: "";
	position: absolute;
	background-color: var(--sunvin-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.sunvin-team-style-2:hover .sunvinerewerb-team-image-box::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}
.sunvin-element-team-style-2 .sunvin-element-posts-wrapper{
	display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-content: start;
	gap: 20px;
}
.sunvin-element-team-style-2 .sunvin-element-posts-wrapper.row .sunvin-team-style-2,
.sunvin-element-team-style-2 .sunvin-element-posts-wrapper.row .sunvin-team-btn{
	width: auto;
	padding-left: 0;
    padding-right: 0;
	margin: 0;
}
.sunvin-team-style-2 .sunvinerewerb-team-position{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 0 10px 0px;
}
.sunvin-element-team-style-2 .sunvin-button-inner{
    height: 190px;
    width: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 35px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 20px;
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-global-color);
}
.sunvin-element-team-style-2 .sunvin-button-inner:hover{
	color: var(--sunvin-blackish-color);
	background-color: var(--sunvin-white-color);
}
.sunvin-element-team-style-2 .sunvin-team-btn .sunvin-button-icon:before {
    content: '\e8d2';
    font-family: "sunvinerewerb-base-icons";
    position: absolute;
    font-size: 30px;
    left: 50%;
    top: 35%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.sunvinerewerb-ele-fid-style-1 .sunvin-circle{
	position: relative;
	display: inline-block;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-circle canvas{
	transform: rotate(-45deg) translate(-2px, 2px);
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 95px;
	width: 95px;
	top: 50%;
	left: 50%;
	font-size: 24px;
	line-height: 30px;
	color: var(--sunvin-blackish-color);
	background-color: var(--sunvin-white-color);
	transform: translate(-50%, -50%);
	font-weight: 600;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-title{
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-sub{
	margin-left: 15px;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner sub,
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner sup,
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner span{
	margin: 0 2px;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner sub,
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner sup{
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner sub{
	top: inherit;
	bottom: -2px;
}
/* Bg Color Set */
.sunvin-bg-color-white .sunvinerewerb-ele-fid-style-1 .sunvin-fid-inner{
	background-color: var(--sunvin-light-color);
}
/** Style 2 **/
/* .sunvinerewerb-ele-fid-style-2 .sunvin-fld-contents{
	display: inline-block;
} */
.sunvinerewerb-ele-fid-style-2 .sunvin-fld-wrap{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--sunvin-blackish-color-rgb),.2);
    margin: 0 0 25px 0;
    padding: 0px 0 20px 0;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid-inner{
    font-size: 60px;
		line-height: 70px;
	margin: 0;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid-svg-wrapper,
.sunvinerewerb-ele-fid-style-2 .sunvin-sbox-icon-wrapper{
	color: var(--sunvin-blackish-color);
    font-size: 42px;
    line-height: 42px;
    padding: 10px 15px 0 0;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid-svg-wrapper svg,
.sunvinerewerb-ele-fid-style-2 .sunvin-sbox-icon-wrapper svg{
	fill: var(--sunvin-global-color);
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid-inner sub,
.sunvinerewerb-ele-fid-style-2 .sunvin-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid sup{
	top: -30px;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid sup{
	margin-left: -20px;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid sub{
	bottom: -2px;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid sub{
	margin-left: -14px;
}
.sunvinerewerb-ele-fid-style-2 .sunvin-fid span{
	margin-left: -15px;
}
/* For Bg Color */
.sunvin-bg-color-blackish .sunvinerewerb-ele-fid-style-2 .sunvin-sbox-icon-wrapper,
.sunvin-bg-color-blackish .sunvinerewerb-ele-fid-style-2 .sunvin-fid-inner,
.sunvin-bg-color-global .sunvinerewerb-ele-fid-style-2 .sunvin-sbox-icon-wrapper,
.sunvin-bg-color-global .sunvinerewerb-ele-fid-style-2 .sunvin-fid-inner{
	color: var(--sunvin-white-color);
}
.sunvin-bg-color-blackish .sunvinerewerb-ele-fid-style-2 .sunvin-fld-wrap,
.sunvin-bg-color-global .sunvinerewerb-ele-fid-style-2 .sunvin-fld-wrap{
	border-color:rgba(var(--sunvin-white-color-rgb), .2);
}
.sunvin-bg-color-global .sunvinerewerb-ele-fid-style-2 .sunvin-fid-title {
    color: rgba(var(--sunvin-white-color-rgb), .7);
}
.sunvin-bg-color-blackish .sunvinerewerb-ele-fid-style-2 .sunvin-fid-title{
	color: rgba(var(--sunvin-white-color-rgb),.8);
}
/** Style 3 **/
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-inner{
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 0;
    font-weight: 700;
    color: transparent;
	-webkit-text-size-adjust: 0;
    overflow: visible !important;
    text-shadow: 1px 1px 0 var(--sunvin-global-color), -1px -1px 0 var(--sunvin-global-color), 1px -1px 0 var(--sunvin-global-color), -1px 1px 0 var(--sunvin-global-color), 1px 1px 0 var(--sunvin-global-color);
    color:#f0f3f6;
	-webkit-text-stroke-color: var(--sunvin-global-color);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-inner sub,
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-title{
	color: var(--sunvin-blackish-color);
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-before sup,
.sunvinerewerb-ele-fid-style-3 .sunvin-fid sup{
	top: -30px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid sup{
	margin-left: -20px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-before sup{
	margin-right: -20px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-before sub,
.sunvinerewerb-ele-fid-style-3 .sunvin-fid sub{
	bottom: -2px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid sub{
	margin-left: -14px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-before sub{
	margin-right: -14px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid span{
	margin-left: -10px;
}
.sunvinerewerb-ele-fid-style-3 .sunvin-fid-before span{
	margin-right: -10px;
}
/* For Bg Color */
.sunvin-bg-color-white .sunvinerewerb-ele-fid-style-3 .sunvin-fid-inner{
	color: var(--sunvin-white-color);
}
/** Style 4 **/
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-inner{
	font-size: 48px;
    line-height: 58px;
	margin-bottom: 5px;
    font-weight: 700;
    color: var(--sunvin-white-color);
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fld-contents{
    display: inline-block;
    text-align: center;
    background-color: var(--sunvin-global-color);
    padding: 30px 35px;
    border-radius: 15px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-inner sub,
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-title{
	color: var(--sunvin-white-color);
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-before sup,
.sunvinerewerb-ele-fid-style-4 .sunvin-fid sup{
	top: -30px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid sup{
	margin-left: -20px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-before sup{
	margin-right: -20px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-before sub,
.sunvinerewerb-ele-fid-style-4 .sunvin-fid sub{
	bottom: -2px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid sub{
	margin-left: -14px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-before sub{
	margin-right: -14px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid span{
	margin-left: -10px;
}
.sunvinerewerb-ele-fid-style-4 .sunvin-fid-before span{
	margin-right: -10px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.sunvin-service-style-1 .sunvin-service-image-wrapper .sunvin-service-btn,
.sunvin-service-style-1 .sunvin-featured-wrapper img{
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.sunvin-service-style-1 .sunvinerewerb-post-item{
    border-radius: 30px;
    background: var(--sunvin-white-color)
}
.sunvin-element-viewtype-carousel .sunvin-service-style-1 .sunvinerewerb-post-item{
	margin: 0 0 5px 5px;
}
.sunvin-service-style-1 .sunvin-featured-wrapper{
	overflow: hidden;
	border-radius: 30px;
}
.sunvin-service-style-1 .sunvin-featured-wrapper img{
	width: 100%;
}
.sunvin-service-style-1:hover .sunvin-featured-wrapper img{
	transform: scale(1.02);
}
.sunvin-service-style-1 .sunvin-service-image-wrapper{
	position: relative;
}
.sunvin-service-style-1 .sunvin-service-image-wrapper a.sunvin-link{
	z-index: 0;
}
.sunvin-service-style-1 .sunvin-service-btn-wrapper{
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--sunvin-white-color);
}
.sunvin-service-style-1 .sunvin-service-btn-wrapper::after,
.sunvin-service-style-1 .sunvin-service-btn-wrapper::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--sunvin-white-color);
}
.sunvin-service-style-1 .sunvin-service-btn-wrapper::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.sunvin-service-style-1 .sunvin-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.sunvin-service-style-1 .sunvin-service-image-wrapper .sunvin-service-btn{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-global-color);
}
.sunvin-service-style-1:hover .sunvin-service-image-wrapper .sunvin-service-btn{
	background-color: var(--sunvin-blackish-color);
}
.sunvin-service-style-1 .sunvin-content-box{
	padding: 40px 35px 30px 35px;
}
.sunvin-service-style-1 .sunvinerewerb-box-number{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--sunvin-global-color);
}
.sunvin-service-style-1 .sunvin-service-title{
	position: relative;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	word-break: break-all;
}
.sunvin-service-style-1 .sunvin-service-description p{
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sunvin-service-style-1 .sunvin-service-icon{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 45px;
	line-height: 30px;
	color: var(--sunvin-global-color);
	background-color: var(--sunvin-light-color);
}
.sunvin-service-icon svg{
	fill: var(--sunvin-blackish-color);
}
.sunvin-service-icon img, 
.sunvin-service-icon svg {
    width: 1em;
    height: 1em;
}
.sunvin-service-style-1 .sunvin-serv-cat,
.sunvin-service-style-1 .sunvinerewerb-box-number{
	display: none;
}
.sunvin-element-posts-wrapper.row .sunvin-service-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.sunvin-service-style-2 .sunvin-service-title{
	font-size: 24px;
	line-height: 30px;
}
.sunvin-service-style-2 .sunvin-service-icon{
	font-size: 40px;
    line-height: 90px;
    color: var(--sunvin-global-color);
    height: 90px;
    width: 90px;
    background: var(--sunvin-white-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.sunvin-service-style-2 .sunvin-service-icon img{
	max-width: 60px;
	height: 60px
}
.sunvin-service-style-2 .sunvin-service-icon svg{
	fill: var(--sunvin-global-color);
	width: 50px;
	height: 50px;
}
.sunvin-service-style-2 .sunvin-serv-cat{
	display: none;
}
.sunvin-service-style-2 .sunvin-service-icon i{
	transition: transform .9s ease-in-out;
	display: contents;
}
.sunvin-service-style-2:hover .sunvin-service-icon i{
	transform: rotateY(360deg);
}
.sunvin-service-style-2 .sunvin-service-icon:before{
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: var(--sunvin-global-color);
	border-radius: 20px;
}
.sunvin-service-style-2:hover .sunvin-service-icon:before{
	height: 100%;
}
.sunvin-service-style-2:hover .sunvin-service-icon{
	color: var(--sunvin-white-color);
}
.sunvin-service-style-2:hover .sunvin-service-icon svg{
	fill: var(--sunvin-white-color);
}
.sunvin-service-style-2{
	position: relative;
}
/** Style 3 **/
.sunvin-service-style-3 .sunvinerewerb-post-item{
    border: 1px solid rgb(var(--sunvin-white-color-rgb), 0.1);
    border-radius: 30px;
    padding: 10px;
    background: var(--sunvin-blackish-color);
}
.sunvin-service-style-3 .sunvinerewerb-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sunvin-service-style-3 .sunvin-service-title{
	font-size: 24px;
	line-height: 30px;
    margin: 0;
}
.sunvin-service-style-3 .sunvinerewerb-box-content-desc-wraper{
    padding: 20px;
}
.sunvin-service-style-3 .sunvin-content-box{
	width: 200px;
}
.sunvin-service-style-3 .sunvin-service-image-wrapper{
	border-radius: 30px;
	height: 210px;
	object-fit: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
}
.sunvin-service-style-3 .sunvin-service-image-wrapper img{
    position: absolute;
    left: 0;
    right: 0;
    height: 210px;
    bottom: 0;
    top: auto;
    object-fit: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-radius: 30px;
}
.sunvin-service-style-3.sunvin-active .sunvin-service-image-wrapper img,
.sunvin-service-style-3:hover .sunvin-service-image-wrapper img{
	height: 360px;
}
.sunvin-service-style-3 .sunvin-service-description p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.sunvin-service-style-3 .sunvin-service-description{
    padding: 25px 0 0 0;
    margin: 60px 0 0 0;
    border-top: 1px solid rgb(var(--sunvin-white-color-rgb), 0.1);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.9s;
}
.sunvin-service-style-3.sunvin-active .sunvin-service-description,
.sunvin-service-style-3:hover .sunvin-service-description{
    opacity: 0;
    transform: scale(0.8);
    visibility: hidden;
}
.sunvin-service-style-3 .sunvin-service-icon,
.sunvin-service-style-3 .sunvin-service-title a{
    color: var(--sunvin-white-color);
}
.sunvin-service-style-3 .sunvin-service-icon svg{
	fill: var(--sunvin-white-color);
}
.sunvin-service-style-3 .sunvin-service-icon{
	font-size: 40px;
	line-height: 40px;
}
.sunvin-service-style-3 .sunvin-service-description p{
    color:rgba(var(--sunvin-white-color-rgb),.7);
}
.sunvin-service-style-3 .sunvin-featured-img-wrapper{
    background-color: var(--sunvin-blackish-color);
    -webkit-transition: all .9s ease;
    transition:  all .9s ease;
}
.sunvin-service-style-3 .sunvin-featured-wrapper{ 
    mix-blend-mode: luminosity;
    -webkit-transition: all .9s ease;
    transition:  all .9s ease;
}
.sunvin-service-style-3.sunvin-active .sunvin-featured-wrapper,
.sunvin-service-style-3:hover .sunvin-featured-wrapper{ 
    mix-blend-mode: normal;
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.sunvin-blog-style-1 .sunvin-featured-wrapper img,
.sunvin-blog-style-1 .sunvin-featured-container .sunvin-blog-btn{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sunvin-blog-style-1 .sunvinerewerb-box-content{
	background-color:#fff;
	padding: 10px;
	border-radius: 15px;
	height: 100%;
}
.sunvin-blog-style-1 .sunvin-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.sunvin-blog-style-1 .sunvin-content-wrapper{
	/* padding: 25px 0 0 15px; */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.sunvin-blog-style-1 .sunvin-meta-line a,
.sunvin-blog-style-1 .sunvin-meta-line,
.sunvin-post-date{
    font-size: 13px;
    line-height: 23px;
	color: var(--sunvin-blackish-color);
}
.sunvin-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.sunvin-meta-line:last-child{
	margin-right: 0;
}
.sunvin-meta-line a, 
.sunvin-meta-line{
	font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666666;
}
.sunvin-blog-style-1 .sunvin-date-wraper{
	justify-content: space-between;
	padding: 0 0 20px 0;
}
.sunvin-blog-style-1 .sunvin-meta-category a{
    background-color: var(--sunvin-light-color);
    padding: 5px 10px;
    border-radius: 30px;
}
.sunvin-blog-style-1 .sunvin-post-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sunvin-blog-style-1:hover .sunvin-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.sunvin-blog-style-1 .sunvin-featured-wrapper{
	aspect-ratio: 8/5;
	overflow: hidden;
	margin-bottom: 8px;
}
.sunvin-blog-style-1 .sunvin-featured-wrapper,
.sunvin-blog-style-1 .sunvin-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 15px;
}
.sunvin-blog-style-1 .sunvin-featured-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sunvin-blog-style-1 .sunvin-meta-date-wrapper{
	position: relative;
}
.sunvin-blog-style-1 .sunvin-meta-date-wrapper:before{
    position: absolute;
    content: '';
    left: -12px;
    height: 1px;
    width: 5px;
    background-color: var(--sunvin-blackish-color);
    top: 12px;
}
.sunvin-blog-style-1 .sunvin-content-wrapper .sunvin-button-inner{
	color: var(--sunvin-global-color);
}
.sunvin-blog-style-1 .sunvin-content-wrapper .sunvin-button-inner:hover{
	color: var(--sunvin-blackish--color);
}
.sunvin-blog-style-1 .sunvinerewerb-box-content .sunvin-blog-btn{
	top: 30px;
	right: 30px;
	bottom: inherit;
}
.sunvin-blog-style-1 .sunvin-content-wrapper .sunvin-blog-button .sunvin-button-inner{
	position: relative;
    padding: 0 25px 0 0;
}
.sunvin-blog-style-1 .sunvin-content-wrapper .sunvin-blog-button .sunvin-button-icon:before{
	content: '\e847';
    font-family: "sunvinerewerb-base-icons";
    position: absolute;
    font-size: 16px;
    right: 2px;
    left: auto;
    top: 0;
    font-weight: 700;
}
.sunvin-element-column-four .sunvin-blog-style-1 .sunvin-post-title {
    font-size: 22px;
    line-height: 32px;
}
.sunvin-element-column-four .sunvin-blog-style-1 .sunvin-content-wrapper {
    padding: 25px 0 0 0px;
}
/* .sunvin-element-posts-wrapper.row .sunvin-blog-style-1{
	margin-bottom: 30px;
} */
/** Style 2 **/
/* .sunvin-blog-style-2{
	margin-bottom: 30px;
} */
.sunvin-blog-style-2 .sunvinerewerb-box-content::after,
.sunvin-blog-style-2 .sunvin-featured-wrapper,
.sunvin-blog-style-2 .sunvin-post-title a,
.sunvin-blog-style-2 .sunvin-post-title{
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sunvin-blog-style-2 .sunvinerewerb-box-content{
    position: relative;
    padding: 10px;
    background:#ebeff3;
    border-radius: 15px;
}
.sunvin-blog-style-2 .sunvin-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 0 25px;
}
.sunvin-blog-style-2 .sunvin-post-title{
	font-size: 20px;
	line-height: 28px;	
	margin-bottom: 14px;
}
/* .sunvin-blog-style-2 .sunvin-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
} */
/* .sunvin-blog-style-2 .sunvinerewerb-box-desc{
    margin-bottom: 60px;
    min-height: 50px;
} */
/* .sunvin-blog-style-2 .sunvin-featured-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;
	z-index: -1;
} */
 .sunvin-blog-style-2 .sunvin-featured-wrapper{
	aspect-ratio: 8/6;
 }
.sunvin-blog-style-2:hover .sunvin-featured-wrapper::after,
.sunvin-blog-style-2:hover .sunvin-featured-wrapper{
	opacity: 1;
	visibility: visible;
}
.sunvin-blog-style-2 .sunvin-featured-wrapper img{
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sunvin-blog-style-2 .sunvin-blog-btn .sunvin-button-icon{
	padding: 0;
}
.sunvin-blog-style-2 .sunvin-blog-btn{
	position: unset;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: var(--sunvin-global-color);;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sunvin-white-color);
	border-radius: 50%;
}
.sunvin-blog-style-2:hover .sunvin-blog-btn{
	background-color: var(--sunvin-blackish-color);
}
.sunvin-blog-style-2 .sunvin-meta-line a,
.sunvin-blog-style-2 .sunvin-meta-line{
	color: var(--sunvin-global-color);
}
.sunvin-blog-style-2 .sunvin-blog-button-box{
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.sunvin-blog-style-2 .sunvin-blog-button-wrapper{
	border-radius: 40px 0 0 0;
	padding: 10px 2px 2px 10px;
	background-color: #fff;
}
.sunvin-blog-style-2 .sunvin-blog-button-box::after,
.sunvin-blog-style-2 .sunvin-blog-button-box::before{
	content: "";
    position: absolute;
    top: -30px;
    right: 0;
    height: 30px;
    width: 30px;
    border-radius: 0 0 20px 0;
    background-color: transparent;
    box-shadow:0 10px 0 0 #ffffff;
}
.sunvin-blog-style-2 .sunvin-blog-button-box::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: inherit;
}
.sunvin-blog-style-2 .sunvin-date-author-wrapper{
	display: flex;
	align-items: center;
}
.sunvin-blog-style-2 .sunvin-meta-date-wrapper{
	position: relative;
}
.sunvin-blog-style-2 .sunvin-meta-date-wrapper:before{
    position: absolute;
    content: '';
    left: -12px;
    height: 1px;
    width: 5px;
    background-color: var(--sunvin-blackish-color);
    top: 12px;
}
.sunvin-blog-style-2 .sunvin-meta-line a,
.sunvin-blog-style-2 .sunvin-meta-line {
    font-size: 13px;
    line-height: 23px;
	color: var(--sunvin-blackish-color);
	margin: 0 20px 0 0;
}
.sunvin-blog-style-2 .sunvin-meta-category-wrapper{
	display: none;
}
/* First Blog Design */
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-featured-wrapper{
	position: unset;
	content: unset;
	opacity: 1;
	visibility: visible;
}
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-content-wrapper{
	height: auto;
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 50px;
}
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvinerewerb-box-content{
	padding: 0;
	overflow: hidden;
    position: relative;
}
/* .sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-blog-style-2 .sunvin-blog-button-box,
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-date-author-wrapper,
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvinerewerb-box-desc{
	display: none;
} */
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-blog-style-2 .sunvin-post-title{
	margin-bottom: 14px;
}
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-blog-style-2 .sunvin-meta-category-wrapper{
    display: block;
    position: absolute;
	top: 30px;
    left: 30px;
}
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-meta-category a {
    background-color: var(--sunvin-light-color);
    padding: 5px 10px;
    border-radius: 30px;
}
.sunvin-element-blog-style-2	.sunvin-blog-group-left .sunvin-post-title{
	font-size: 20px;
	line-height: 28px;	
}
.sunvin-element-blog-style-2 .sunvin-blog-group-left .sunvin-content-wrapper{
    padding: 20px 20px 10px 20px;
    background-color:#eceff3;
    border-radius: 30px 0 0;
    height: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
}
.sunvin-element-blog-style-2 .sunvin-blog-group-left .sunvin-content-wrapper:after,
.sunvin-element-blog-style-2 .sunvin-blog-group-left .sunvin-content-wrapper:before{
	content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 20px;
    background-color: transparent;
    box-shadow: 0 20px 0 0 #edeff3;
}
.sunvin-element-blog-style-2 .sunvin-blog-group-left .sunvin-content-wrapper:before{
    border-radius: 0 0 30px 0;
    right: 100%;
}
.sunvin-element-blog-style-2 .sunvin-blog-group-left .sunvin-content-wrapper:after{
	border-radius: 0px 0px 30px 0px;
    border-right: 0;
    left: 95%;
    top: -40px;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.sunvin-testimonial-style-1 .sunvinerewerb-post-item{
	position: relative;
}
.sunvin-testimonial-style-1 .sunvinerewerb-box-title{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
	color: var(--sunvin-blackish-color);
}
.sunvin-testimonial-style-1 .sunvin-featured-wrapper{
	margin-right: 20px;
}
.sunvin-testimonial-style-1 .sunvin-featured-wrapper img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--sunvin-white-color);
}
.sunvin-testimonial-style-1 .sunvinerewerb-testimonial-text{
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 10px 120px 25px 0;
    border: 0;
    color: var(--sunvin-blackish-color);
}
.sunvinerewerb-testimonial-text p{
	margin-bottom: 0;
}
.sunvin-testimonial-style-1 .sunvinerewerb-testimonial-detail,
.sunvin-testimonial-style-1 .sunvinerewerb-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sunvin-testimonial-style-1 .sunvinerewerb-testimonial-detail{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}
.sunvin-testimonial-style-1 .sunvinerewerb-box-star-ratings{
	font-size: 18px;
    line-height: 20px;
	margin-bottom: 10px;
	color: rgba(var(--sunvin-global-color-rgb), 0.5);
}
.sunvin-testimonial-style-1 .sunvinerewerb-box-star-ratings .sunvin-active{
	color: #ffa72a;
}
/** Style 2 **/
.sunvin-testimonial-style-2 .sunvinerewerb-post-item {
	position: relative;
	padding: 50px 35px 95px 35px;
	border-radius: 30px;
	background-color:var(--sunvin-white-color);
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.sunvin-testimonial-style-2 .sunvin-featured-wrapper img{
	width: 65px;
	height: 65px;
	border-radius: 100%;
}
.sunvin-testimonial-style-2 .sunvin-featured-wrapper {
	border-radius: 50px 50px 0 0px;
	padding: 8px 8px 0 8px;
	background-color: var(--sunvin-light-color);
	position: relative;
}
.sunvin-testimonial-style-2 .sunvin-featured-wrapper::before,
.sunvin-testimonial-style-2 .sunvin-featured-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 20px;
	background-color: transparent;
	box-shadow: 0 20px 0 0 var(--sunvin-light-color);
}
.sunvin-testimonial-style-2 .sunvin-featured-wrapper::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.sunvin-testimonial-style-2 .sunvin-featured-wrapper::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}
.sunvin-testimonial-style-2 .sunvin-featured-img-wrapper{
    display: inline;
    position: absolute;
    bottom: -1px;
    left: 55px;
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-desc {
	position: relative;
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-desc::before {
	font-family: "sunvinerewerb-base-icons";
	content: "\e82b";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
	line-height: 50px;
	color: var(--sunvin-global-color);
}
.sunvin-testimonial-style-2 .sunvinerewerb-testimonial-text{
	font-size: 17px;
    line-height: 30px;
    margin: 0;
    padding: 70px 0 20px 0;
    border: 0;
    color: var(--sunvin-blackish-color);
}
.testimonial-three-slider.sunvin-element-viewtype-carousel-5{
	border-radius: 30px;
	margin-left: 40px;
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-desc::before {
    font-family: "sunvinerewerb-base-icons";
    content: "\e82b";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 60px;
    color: var(--sunvin-global-color);
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-author{
	position: absolute;
    bottom: 25px;
    left: 175px;
}
.sunvin-testimonial-style-2 .sunvinerewerb-box-star-ratings i.sunvin-active{
	color: #ffa32b;
}
.sunvin-testimonial-style-2 .sunvinerewerb-testimonial-detail{
    font-size: 14px;
    line-height: 24px;
	text-transform: uppercase;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 90px;
	transition: none;
    line-height: inherit;
}
.sunvin-header-overlay{
	position: absolute;
	z-index: 3;
	width: 100%;
}
.site-header .sunvin-header-search-btn{
	padding-right: 10px;
}
.site-header .sunvin-header-search-btn a{
	font-size: 16px;
    color: var(--sunvin-white-color);
    background-color: rgba( var(--sunvin-white-color-rgb), 0.15);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.site-header .sunvin-header-search-btn a:hover{
	background-color: var(--sunvin-global-color);
}
/** Header Style 1 **/
/* .header-style-1:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgb(4 23 47 / 90%) 25%, rgb(4 23 47 / 90%) 30%, rgb(4 19 37 / 0%) 100%);
	border-radius: 20px;
} */
.header-style-1 .sunvin-header-overlay{
	padding-top: 25px;
}
.header-style-1 .site-branding .site-title{
	height: 50px;
}
.header-style-1 .social-links-wrapper,
.header-style-3 .social-links-wrapper{
	padding-right: 30px;
}
.site-header .social-links-wrapper ul li a{
	color: var(--sunvin-white-color);
}
.site-header .social-links-wrapper ul li a{
	font-size: 14px;
	margin: 0 5px;
}
.site-header .social-links-wrapper ul li a:hover{
	color: rgba(var(--sunvin-white-color-rgb),.6);
}
.header-style-1 .sunvin-header-button2 a:hover{
	background-color: var(--sunvin-global-color);
}
/** Header Style 2 **/
.header-style-2 .sunvin-contact-info li{
	font-size: 14px;
}
.header-style-2 .sunvin-contact-info li:not(:last-child) {
    padding: 0 12px 0 0;
}
.header-style-2 .sunvin-contact-info li i{
	font-size: 16px;
	margin-right: 5px;
	color: var(--sunvin-global-color);
}
.header-style-2.site-header .sunvin-social-links li:not(:last-child){
	padding-right: 5px;
}
.header-style-2 .sunvin-social-links li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background-color: var(--sunvin-light-color);
}
.header-style-2 .sunvin-social-links li a:hover{
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-global-color);
}
.header-style-2 .sunvin-header-search-btn a{
	color: var(--sunvin-blackish-color);
	background-color: rgba(var(--sunvin-blackish-color-rgb),.15);
}
.header-style-2 .sunvin-header-search-btn a:hover{
	color: var(--sunvin-white-color);
}
/** Header Style 3 **/
.header-style-3 .sunvin-burger-menu-link{
	height: 50px;
	width: 50px;
	background:#3b4600;
	padding: 0;
	border: none;
	border-radius: 100%;
	color: #B0CB1F;
	/* margin-left: 150px; */
}
.header-style-3 .OverlayWrapper{
	height:calc(100vh - 100px);
	    padding-top: 20px;
	padding-bottom: 15px;
	overflow: auto;
	margin-top: 10px;
	border-top: 1px solid var(--sunvin-blackish-color);
}
.header-style-3 .sunvin-burger-menu-link svg{
	height: 22px;
	width: 22px;
	transition: 0.6s all;
	transform: scale(1) rotate(90deg);
}
.header-style-3 .sunvin-burger-menu-link:hover svg{
	transform: scale(0.95) rotate(180deg);
}
.header-style-3 .sunvin-burger-menu-area.show{
	top: 0;
    opacity: 1;
    visibility: visible;
}
.header-style-3 .sunvin-burger-menu-area {
    background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
    color: var(--sunvin-white-color);
    position: fixed;
    width: 100%;
    /* height: 100vh; */
    left: 0;
    top: -100%;
    z-index: 999999999;
    visibility: hidden;
    -webkit-transition: all 0.9s !important;
    transition: all 0.9s !important;
}
.header-style-3 .sunvin-burger-headerarea {
    display: flex;
    /* padding: 0 25px; */
	justify-content: space-between;
	align-items: center;
}
.header-style-3 .sunvin-burger-menu-area .site-branding img{
	max-height: 50px;
}
.header-style-3 .sunvin-burger-menu-area .sunvin-header-search-btn a{
	color: var(--sunvin-blackish-color);
	background-color: rgba(var(--sunvin-blackish-color-rgb), 0.15);
}
.header-style-3 .sunvin-burger-menu-area .sunvin-header-search-btn a:hover{
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-global-color);
}
.header-style-3 .sunvin-burger-headerarea .sunvin-closepanel {
    /* position: absolute; */
    display: block;
    /* right: 0; */
    background-color: var(--sunvin-global-color);
    fill: var(--sunvin-white-color);
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.header-style-3 .sunvin-burger-headerarea .sunvin-closepanel svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-style-3 .sunvin-burger-headerarea .sunvin-closepanel:hover svg rect{
	animation: sunvin-closer-line-draw .6s;
    animation-name: sunvin-closer-line-draw;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
.header-style-3 .sunvin-burger-headerarea .sunvin-closepanel:hover svg rect,
.header-style-3 .sunvin-burger-headerarea .sunvin-closepanel:hover svg{
	fill: var(--sunvin-white-color);
}
.header-style-3 .sunvin-closepanel:hover svg rect:nth-child(2){
	animation-delay: .17s;
}
@keyframes sunvin-closer-line-draw{
	0%, 100% {
		clip-path: inset(-1px 0 -1px 0);
		-webkit-clip-path: inset(-1px 0 -1px 0);
	}
	55% {
		clip-path: inset(-1px 0 -1px 100%);
		-webkit-clip-path: inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path: inset(-1px 100% -1px 0);
		-webkit-clip-path: inset(-1px 100% -1px 0);
	}
}
.header-style-3 .sunvin-burger-headerarea .sunvin-search-cart-box{
	margin-left: auto;
    margin-right: 90px;
	display: flex;
	align-items: center;
}
.header-style-3 .sunvin-burger-menu-area-inner {
    /* display: grid;
    grid-gap: 20px;
    grid-template-columns: 2fr 0.75fr; */
    padding-top: 100px;
    /* margin: 0 320px; */
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container {
    /* padding: 1rem; */
    /* padding-top: 0; */
    /* max-height: 540px; */
    overflow-y: auto;
    /* margin-right: 30px; */
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container ul ul {
    width: 100%;
	/* padding-left: 10px; */
	display: none;
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container ul.menu>li {
    position: relative;
    /* padding: 0 0 25px 0; */
}
.sunvin-burger-menu-area .menu-main-menu-container ul > li >ul > li, 
.sunvin-burger-menu-area .menu-main-menu-container ul > li:last-child{
	padding: 0;
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container ul > li > a {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.5px;
    color: var(--sunvin-white-color);
    text-transform: capitalize;
    font-style: normal;
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container ul > li li > a {
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
	letter-spacing: 0;
	display: inline-block;

	color: var(--sunvin-white-color);
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container .sub-menu-toggle {
display: flex;
    cursor: pointer;
    font-size: 22px;
    line-height: normal;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
}
.header-style-3 .sunvin-burger-menu-area .menu-main-menu-container ul ul .sub-menu-toggle{
	font-size: 20px;
} 
.sunvin-burger-menu-area .menu-main-menu-container::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.sunvin-burger-menu-area .menu-main-menu-container::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}
.sunvin-burger-menu-area .menu-main-menu-container::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
	background-color: var(--sunvin-blackish-color);
}
.header-style-3 .sunvin-burger-content-address {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.header-style-3 .sunvin-burger-content-address .sunvin-burger-info {
    display: block;
    margin-bottom: 12px;
}
.header-style-3 .sunvin-burger-content-address .sunvin-burger-info a{
	color: var(--sunvin-white--color);
}
.header-style-3 .sunvin-burger-content-address .sunvin-burger-info a:hover,
.header-style-3 .sunvin-burger-content-address .sunvin-burger-info a:focus,
.header-style-3 .sunvin-burger-content-address .sunvin-burger-info a:active{
	color: var(--sunvin-global-color);
}
.header-style-3 .sunvin-burger-content-scoialbox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--sunvin-blackish-color);
    color: #6a6a6a;
}
.header-style-3 .sunvin-burger-content .sunvin-burger-content-4 {
    font-size: 16px;
    line-height: 26px;
	color: var(--sunvin-white-color);
}
.header-style-3 .sunvin-burger-content-scoialbox-icon {
    padding-top: 20px;
}
.header-style-3 .sunvin-burger-content-scoialbox-icon a {
    font-size: 20px;
	color: var(--sunvin-white-color);

}
.header-style-3.site-header .sunvin-burger-content .sunvin-social-links li:not(:last-child){
	padding: 0 15px 0 0;
}
/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer{
	background-color: #191e00;
	/* background-image: url(../images/bg/footer-bg-pattern.png); */
	/* background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto; */
    background-attachment: scroll;
	color: rgba(var(--sunvin-white-color-rgb), 1);
	margin: 0 20px;
	padding-top: 100px;
	padding-bottom: 30px;
	border-radius: 30px 30px 0 0;
	font-size: 14px;
	/* position: relative; */
}

.site-footer .sunvin-footer-big-area .container{
	border-bottom: 1px solid rgba(var(--sunvin-white-color-rgb), .2);
	padding: 0 0 75px 0;
}
.site-footer .sunvin-footer-left h3{
	font-size: 52px;
	line-height: 62px;
	margin: 0;
	color: var(--sunvin-white-color);
}
.site-footer .sunvin-footer-newsletter{
	position: relative;
	background-color: var(--sunvin-white-color);
    padding: 45px 55px;
    border-radius: 30px;
}
.site-footer .sunvin-footer-newsletter .sunvin-news-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer .sunvin-footer-newsletter .sunvin-news-wrap input{
	height: 65px;
    padding-left: 0;
    padding-right: 220px;
    background-color: var(--sunvin-white-color);
    border-radius: 0;
    border: 0;
	margin: 0;
	border-bottom: 1px solid rgba(var(--sunvin-blackish-color-rgb), .1);
}
.site-footer .sunvin-footer-newsletter .sunvin-news-wrap input::placeholder{
	color: rgba(var(--sunvin-blackish-color-rgb), .5);
}
.site-footer .sunvin-footer-newsletter .sunvin-news-wrap input:focus{
	color: var(--sunvin-blackish-color);
}
.site-footer .sunvin-news-wrap button{
	position: absolute;
    bottom: 65px;
    right: 55px;
    border-radius: 30px;
	transition: all .4s ease-in;
} 
.site-footer .sunvin-footer-widget-area{
	padding-bottom: 60px;
}
.site-footer .widget{
	position: relative;
	padding-top: 75px;
}
.site-footer .sunvin-footer-logo {
	max-width: 45px;
	margin: 0 0 20px 0;
}
.site-footer .sunvin-social-links li{
	margin: 0 10px 8px 0;
}
.site-footer .widget ul>li{
	line-height: 20px;
	padding: 0 0 5px 0;
}
.site-footer .sunvin-social-links li a{
	font-size: 15px;
	display: inline-block;
	color: rgba(var(--sunvin-white-color-rgb), 1);
}
.site-footer .sunvin-social-links li a:hover,
.site-footer .menu li>a:hover{
	color: rgba(var(--sunvin-white-color-rgb),.8);
}
.site-footer .widget-title{
	font-size: 20px;
    line-height: 30px;
	text-transform: capitalize;
    font-style: normal;
	margin-bottom: 15px;
	color: var(--sunvin-white-color);
}
.site-footer .sunvin-contact-widget-lines{
	display: inline-grid;
}
.site-footer .sunvin-contact-widget-line::before{
	content: none;
}
.site-footer .menu li>a{
	color: rgba(var(--sunvin-white-color-rgb), 1);
}
.site-footer .sunvin-footer-text-area{
	color: #666666;
}
.site-footer .sunvin-footer-text-inner{
	position: relative;
	font-size: 14px;
	padding: 20px 35px;
    border-radius: 30px 30px 0 0;
    background-color: var(--sunvin-light-color);
}
.site-footer .sunvin-footer-text-inner:before,
.site-footer .sunvin-footer-text-inner:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--sunvin-light-color);
}
.site-footer .sunvin-footer-text-inner:before{
	left: -20px;
    border-bottom-right-radius: 20px;
}
.site-footer .sunvin-footer-text-inner:after{
	right: -20px;
    border-bottom-left-radius: 20px;
}
.site-footer .sunvin-footer-copyright-text-area{
	text-align: center;
}
.site-footer .sunvin-footer-text-area a{
	color: #666666;
}
.site-footer .sunvin-footer-text-area a:hover{
	color: var(--sunvin-global-color);
}
/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.sunvin-title-bar-wrapper{
	background-color: rgba(0,0,0,0.2);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
    z-index: 2;
}
.sunvin-title-bar-wrapper,
.sunvin-title-bar-content{
	min-height: 590px;
}
.sunvin-title-bar-wrapper::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background:linear-gradient(0deg, rgb(255 255 255 / 0%) 70%, #000000cc 100%),
    linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, #000000fc 100%);
}
.sunvin-title-bar-content{
	position: relative;
    z-index: 1;
    padding: 150px 0 64px 0;
	display: flex;
    align-items: center;
}
.sunvin-title-bar-content-inner,
.sunvin-title-bar-content .sunvin-breadcrumb{
	width: 100%;
}
.sunvin-title-bar-content .sunvin-tbar,
.sunvin-title-bar-content .sunvin-breadcrumb{
	display: block;
}
.sunvin-title-bar-content .sunvin-tbar-inner{
	max-width: none;
    padding: 0;
	margin-bottom: 15px;
}
.sunvin-tbar-subtitle{
	font-size: 15px;
    line-height: 25px;
	margin-bottom: 20px;
	font-weight: 500;
    letter-spacing: .5px;
	text-transform: uppercase;
	color: var(--sunvin-white-color);
}
.sunvin-tbar-title{
    font-size: 60px;
    line-height: 60px;
	font-weight: 600;
	letter-spacing: 0px;
    color: var(--sunvin-white-color);
    text-transform: capitalize;
    font-style: normal;
	margin-bottom: 0;
}
.single-post .sunvin-title-bar-content-inner{
	width: 60%;
}
.single-post .sunvin-tbar .sunvin-tbar-title{
	font-size: 50px;
	line-height: 60px;
}
.sunvin-breadcrumb,
.sunvin-breadcrumb a{
	font-weight: 500;
	font-size: 15px;
    line-height: 25px;
    letter-spacing: .5px;
    color: var(--sunvin-white-color);
    text-transform: uppercase;
    font-style: normal;
}
.sunvin-breadcrumb a:hover{
	color: rgba(var(--sunvin-white-color-rgb),.8);
}
.sunvin-breadcrumb .sunvin-breadcrumb-inner {
    padding-left: 5px;
}
.sunvin-breadcrumb .sunvin-breadcrumb-inner .sep{
    font-size: 15px;
    position: relative;
}
.sunvin-breadcrumb .sunvin-breadcrumb-inner .sep i:before{
	margin: 0;
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
    position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	position: relative;
	border-bottom: 1px solid var(--sunvin-blackish-color);
	background-color: transparent;
	color: inherit;
	border-radius: 0px !important;
	box-shadow: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.accordion-item .accordion-button{
	display: flex;
	position: relative;
	padding: 35px 0 35px 430px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
	border-radius: 0 !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: var(--sunvin-blackish-color);
	background-color: transparent;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
	color: #b0cb1f;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
}
.accordion-item .sunvin-accordion-title{
    /* font-size: 32px;
    line-height: 42px; */
	font-weight: 500;
}
.accordion-item .sunvin-number{
	font-size: 26px;
    position: absolute;
    left: 0;
    right: auto;
    font-weight: 500;
}
.accordion-button::after{
	display: none;
}
.accordion-item .sunvin-accordion-icon{
	align-items: center;
    display: flex;
	width: fit-content;
	position: relative;
	margin-left: auto;
}
.accordion-item.active .sunvin-accordion-icon-opened {
    display: block;
}
.accordion-item.active .sunvin-accordion-icon-closed {
    display: none;
}
.accordion-item .sunvin-accordion-icon-closed {
    display: block;
}
.accordion-item .sunvin-accordion-icon-opened {
    display: none;
}
.accordion-item .sunvin-accordion-icon span{
	width: auto;
	height: 15px;
}
.accordion-item .sunvin-accordion-icon span>i{
	font-size: 13px;
	display: flex;
}
.accordion-item.active .sunvin-accordion-icon-opened i{
	transform: rotate(-90deg);
	color: #b0cb1f;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-body{
	border: 0;
    padding: 0px 185px 20px 430px;
}
.accordion.style-2 .accordion-item{
	border: none;
}
.accordion.style-2 .accordion-item:not(:last-child){
	margin-bottom: 20px;
}
.accordion.style-2 .accordion-button{
	padding: 17px 0 17px 20px;
	border-radius: 30px !important;
	background-color: var(--sunvin-white-color);
	transition: all .25s ease-in-out;
}
.accordion.style-2 .accordion-item.active .accordion-button{
	color: var(--sunvin-white-color);
	background-color: var(--sunvin-blackish-color);
}
.accordion.style-2 .accordion-item .sunvin-accordion-title{
	font-size: 16px;
	line-height: 26px;
}
.accordion.style-2 .accordion-item .sunvin-accordion-icon span>i{
	height: 50px;
    width: 50px;
    color: var(--sunvin-blackish-color);
    background: var(--sunvin-light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    margin-right: 5px;
    font-size: 12px;
}
.accordion.style-2 .accordion-item.active .sunvin-accordion-icon span>i{
	color: var(--sunvin-global-color);
}
.accordion.style-2 .accordion-body{
	padding: 20px 10px 10px 10px;
}
.accordion.style-3 .accordion-item .accordion-button{
	padding: 15px;
}
.accordion.style-3 .accordion-body p{margin: 0;}
/* .accordion.style-3 .accordion-item .sunvin-accordion-title,
.accordion.style-3 .accordion-item .sunvin-number{
	font-size: 24px;
} */

/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	padding: 0;
	margin-bottom: 5px;
	color: var(--sunvin-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group .sunvin-icon-list-icon{
	color: var(--sunvin-blackish-color);
	display: flex;
    position: relative;
	top: 0px;
	line-height: normal;
	transition: all .25s ease-in-out;
}
.list-group .sunvin-icon-list-icon svg{
	fill: #95b110;
	height: 18px;
	width: 18px;
	margin-right: 4px;
}
.list-group .sunvin-icon-list-icon i{
    width: 1.25em;
    font-size: 20px;
	transition: color 0.3s;
	color: var(--sunvin-global-color);
}
.list-group .sunvin-icon-list-text{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
    margin-bottom: 0;
	font-weight: 400;
	color: var(--sunvin-blackish-color);
	align-self: center;
	transition: color 0.3s;
}
.list-group .list-group-item:not(:first-child){
	margin-top: calc(15px/2);
}
.sunvin-bg-color-blackish .list-group .sunvin-icon-list-icon,
.sunvin-bg-color-blackish .list-group .sunvin-icon-list-text{
	color: var(--sunvin-white-color);
}

/*----------------------------------------*/
/*  14 -  Banner Slider
/*----------------------------------------*/
.sunvin-slider-area .transform-left{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}   
.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}
.sunvin-slider-area .transform-left-1{
    position: relative;
    transition: 1s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.sunvin-slider-area .transform-left-1 span{
	transform:  scale(1.5) translate(100px, 0px);
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.swiper-slide-active .transform-left-1{
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.swiper-slide-active .transform-left-1 span{
	transform: scale(1) translate(0,0);
}
.sunvin-slider-area .transform-right{
    position: relative;
    transition: 1s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.sunvin-slider-area .transform-right span{
	transform: scale(1.5) translate(-100px, 0px);
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.swiper-slide-active .transform-right{
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.swiper-slide-active .transform-right span{
	transform: scale(1) translate(0,0);
}
.sunvin-slider-area .transform-bottom{
	opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom{
	opacity: 1;
    transform: translateY(0);
}
.sunvin-slider-area .transform-center{
	opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1800ms;
}
.swiper-slide-active .transform-delay-4{
	transition-delay: 2100ms;
}
.swiper-slide-active .transform-delay-5{
	transition-delay: 2400ms;
}
.sunvin-slider-area .sunvin-slider-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sunvin-slider-area .swiper-slider{
	padding-bottom: 0 !important;
}
/** Slider 01 **/
.sunvin-slider-one .sunvin-slider-item{
	min-height: calc(100vh - 30px);
	display: flex;
	align-items: end;
}
.sunvin-slider-one .sunvin-slider-content{
	padding-top: 280px;
	padding-bottom: 90px;
}
.sunvin-slider-area .sunvin-slider-content .sunvin-sub-title,
.banner-section-left .sunvin-content .sunvin-sub-title{
	font-size: 12px;
	line-height: 22px;
	border: 1px solid var(--sunvin-white-color);
	border-radius: 50px;
	font-weight: 600;
	padding: 4px 15px 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
	max-width: max-content;
	margin-bottom: 20px;
	color: var(--sunvin-white-color);
}
.sunvin-slider-area .sunvin-slider-content .sunvin-title,
.banner-section-left .sunvin-content .sunvin-title{
	font-size: 52px;
	line-height: 66px;
	font-weight: 700;
	color: var(--sunvin-white-color);
}
.sunvin-slider-one .sunvin-slider-right-content{
	/* padding-left: 40px; */
	position: relative;
}
.sunvin-slider-one .sunvin-slider-content .sunvin-desc{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	color: var(--sunvin-white-color);
}
/* .sunvin-slider-one .sunvin-slider-right-content:before{
	position: absolute;
	content: "";
	left: -80px;
	top: 15px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	background-color: var(--sunvin-white-color);
} */
.sunvin-slider-one .swiper-slide-active .sunvin-slider-right-content:before{
	width: 80px;
	height: 1px;
	visibility: visible;
	opacity: 1;
	animation: anime1 1.2s 1500ms cubic-bezier(0.86, 0, 0.07, 1);
}
@keyframes anime1 {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}
.sunvin-slider-one .swiper-horizontal>.swiper-pagination-bullets{
	left: auto;
    width: 50px;
    height: 132px;
    right: 0px;
    top: 50%;
    display: block;
    border-radius: 30px 0 0 30px;
    background-color: var(--sunvin-light-color);
    transform: translateX(0%) translateY(-50%);
}
.sunvin-slider-one .swiper-horizontal>.swiper-pagination-bullets::before, 
.sunvin-slider-one .swiper-horizontal>.swiper-pagination-bullets::after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--sunvin-light-color);
}
.sunvin-slider-one .swiper-horizontal>.swiper-pagination-bullets::before{
	right: 0;
	left: initial;
	top: -40px;
	border-bottom-right-radius: 20px;
}
.sunvin-slider-one .swiper-horizontal>.swiper-pagination-bullets::after{
	right: 10px;
	bottom: -30px;
    left: initial;
    border-bottom-right-radius: 20px;
    transform: rotate(-90deg);
}
.sunvin-slider-one .swiper-pagination-bullet{
	top: 25px;
	left: 25px;
	width: 12px;
	height: 12px;
	display: block;
	opacity: 1;
	margin: 12px 0 !important;
	background: var(--sunvin-blackish-color);
}
.sunvin-slider-one .swiper-pagination-bullet-active{
	background: var(--sunvin-global-color);
}
/** Slider 02 **/
.sunvin-slider-two .sunvin-slider-item{
	display: flex;
	align-items: center;
	height: 810px;
	position: relative;
}
.sunvin-slider-two .sunvin-slider-item:before{
	content: "";
	position: absolute;
	width: 58%;
	height: 100%;
	transform-origin: 50% 50%;
	background: url(../images/banner-slider-img/slider2-shape.png) 50% 50% / cover no-repeat transparent;
}
.sunvin-slider-two .sunvin-slider-bg{
	transform: scale(1);
    transition: transform 20s ease-in;
}
.sunvin-slider-two .swiper-slide-active  .sunvin-slider-bg{
	transform: scale(1.12);
}
.sunvin-slider-two .sunvin-slider-content .sunvin-button{
	margin-top: 40px;
}
.sunvin-slider-two .sunvin-sub-title{
	opacity: 0;
	position: relative;
}
.sunvin-slider-two .sunvin-sub-title::before{
	content: "";
    height: 105%;
    width: 100%;
    background: var(--sunvin-white-color);
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
	opacity: 0;
}
.sunvin-slider-two .swiper-slide-active .sunvin-sub-title::before{
	opacity: 1;
	animation: anime 1.2s 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	51% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
.sunvin-slider-two .swiper-slide-active .sunvin-sub-title{
	opacity: 1;
	transition-duration: .5s;
}
.sunvin-slider-one .sunvin-button a,
.sunvin-slider-two .sunvin-button a{
	background-color: rgba(var(--sunvin-white-color-rgb),.25);
}
.sunvin-slider-one .sunvin-button a:hover,
.sunvin-slider-two .sunvin-button a:hover{
	background-color: var(--sunvin-global-color);
}
.sunvin-slider-two .swiper-horizontal>.swiper-pagination-bullets{
	width: 130px;
    height: 50px;
    left: auto;
    right: 222px;
    bottom: 0;
    background-color: var(--sunvin-white-color);
    border-radius: 30px 30px 0 0;
}
.sunvin-slider-two .swiper-horizontal>.swiper-pagination-bullets:before, 
.sunvin-slider-two .swiper-horizontal>.swiper-pagination-bullets:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--sunvin-white-color);
}
.sunvin-slider-two .swiper-horizontal>.swiper-pagination-bullets:before{
	right: 100%;
    border-bottom-right-radius: 20px;
}
.sunvin-slider-two .swiper-horizontal>.swiper-pagination-bullets:after{
	left: 100%;
    border-bottom-left-radius: 20px;
}
.sunvin-slider-two .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	margin: 0 9px !important;
	background-color: var(--sunvin-blackish-color);
}
.sunvin-slider-two .swiper-pagination-bullet-active{
	background-color: var(--sunvin-global-color);
}

/*----------------------------------------*/
/*  15 - Client
/*----------------------------------------*/
.sunvin-hide{
	display: none;
}
/** Style 1 **/
.sunvin-element-posts-wrapper .sunvin-client-style-1{
	margin-bottom: 30px;
}
.sunvin-client-style-1 .sunvin-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 70px;
}
.sunvin-client-wrapper{
	position: relative;
    text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.sunvin-client-style-1 .sunvin-client-wrapper{
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
}
.sunvin-client-style-1 .sunvin-border-wrapper{
	transition: all .4s ease-in;
}
.sunvin-client-style-1 .sunvin-client-with-hover-img .sunvin-featured-wrapper,
.sunvin-client-style-1 .sunvin-client-with-hover-img .sunvin-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.sunvin-client-style-1 .sunvin-client-hover-img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.sunvin-client-style-1:hover .sunvin-client-with-hover-img .sunvin-client-hover-img{
	visibility: visible;
	transform: translateY(0%);
}
.sunvin-client-style-1:hover .sunvin-client-with-hover-img .sunvin-featured-wrapper{
	transform: translateY(100%);
}

/* --------------------------------------
* 16 - Sortable
* ---------------------------------------*/
.sunvin-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.sunvin-sortable-list-ul li {
	display: inline-block;
}
.sunvin-sortable-list-ul li:before {
	content: ' ';
	margin: 0 10px;
}
.sunvin-sortable-list-ul li:first-child:before {
	display: none;
}
.sunvin-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 18px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 20px;
}
.sunvin-sortable-list a.sunvin-selected {
	background: var(--sunvin-blackish-color);
	color: var(--sunvin-white-color);
}
.sunvin-element-portfolio-style-1 .sunvin-sortable-list-ul li > a{
	position: relative;
	display: inline;
	padding: 12px 18px;
	background-color: var(--sunvin-white-color);
}
.sunvin-element-portfolio-style-1 .sunvin-sortable-list a.sunvin-selected{
	background-color:var(--sunvin-global-color);
	color: var(--sunvin-white-color);
}
.sunvin-element-portfolio-style-1 .sunvin-sortable-list-ul li {
	margin-bottom: 30px;
}

/* --------------------------------------
* 17 - Image Animation
* ---------------------------------------*/
.sunvin-animation-style1{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform;
}
.sunvin-animation-style1 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5,0.5,0,1);
}

/* --------------------------------------
* 18 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.sunvin-marquee-effect-style-1 .sunvin-element-title{
	font-size:54px;
	line-height: 62px !important;
	color:#00000015;
	font-weight: 800;
}
.sunvin-marquee-effect-style-1 .sunvin-tag-wrapper{
    padding-left: 80px;
    margin-left: 15px;
	position: relative;
}
.sunvin-marquee-effect-style-1 .sunvin-tag-wrapper::before{
    content: '\e815';
    font-family: "sunvinerewerb-base-icons";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 26px;
    line-height: 26px;
    transform: translateY(-50%) rotate(-45deg);
    background-color: var(--sunvin-global-color);
    color: var(--sunvin-white-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 5px;
    font-weight: 800;

}

/* --------------------------------------
* 19 - Pricing
* ---------------------------------------*/
/** Style 2 **/
.sunvinerewerb-ele-ptable-style-2{
	display: flex;
	align-items: start;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-heading-subheading{
	width: 38%;
	padding: 0 30px 0 0;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-cols{
	width: 62%;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-pricing-table-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--sunvin-blackish-color);
	border-radius: 20px;
    padding: 70px 40px;
	margin: 0 0 30px 0;
	position: relative;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-pricing-table-featured-col .sunvin-pricing-table-box{
	background-color: var(--sunvin-white-color);
	border-color: var(--sunvin-white-color);
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-price-wrapper{
	display: flex;
	align-items: end;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-price-w{
    display: flex;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
	color: var(--sunvin-blackish-color);
}
.sunvinerewerb-ele-ptable-style-2 .sunvinerewerb-ptable-frequency{
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 700;
    color: var(--sunvin-blackish-color);
}
.sunvinerewerb-ele-ptable-style-2 .sunvinerewerb-ptable-heading{
	font-weight: 500;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-line{
	margin-bottom: 10px;
	position: relative;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-line svg, 
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-line i {
    height: 6px;
    width: 6px;
    fill: #0167d6;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-line:last-child{
	margin-bottom: 0;
}
.sunvin-ptable-line svg, 
.sunvin-ptable-line i {
    margin-right: 10px;
}

.sunvinerewerb-ele-ptable-style-2 .sunvin-feature-wrap{
	position: absolute;
	top: 30px;
	right: 0;
	text-transform: uppercase;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptablebox-featured-w{
	padding: 0 13px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--sunvin-white-bg-color);
	background: var(--sunvin-blackish-color);
	position: relative;
	border-radius: 30px 0 0 30px;
}
.sunvinerewerb-ele-ptable-style-2 .sunvinerewerb-ptable-btn .sunvin-btn a{
	padding: 20px 35px;
    color: var(--sunvin-blackish-color);
    border: 1px solid var(--sunvin-blackish-color);
    width: 100%;
    border-radius: 30px;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-pricing-table-box:hover .sunvinerewerb-ptable-btn .sunvin-btn a{
	background-color: var(--sunvin-global-color);
	color: var(--sunvin-white-color);
}
.sunvinerewerb-ele-ptable-style-2 .sunvinerewerb-ptable-btn{
	margin-top: 40px;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-pricing-table-box{
	transition: all 0.6s ease-in-out;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-pricing-table-box:hover{
	transform: translateY(-5px);
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-head-wrap{
	width: 240px;
}
.sunvinerewerb-ele-ptable-style-2 .sunvin-ptable-lines-w{
	width: 350px;
}

/* --------------------------------------
* 20 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.sunvin-element-posts-wrapper .sunvin-portfolio-style-1{
	margin-bottom: 30px;
}
.sunvin-portfolio-style-1 .sunvinerewerb-post-content{
	position: relative;
}
.sunvin-portfolio-style-1 .sunvinerewerb-box-content{
	opacity: 0;
	transition: all .2s;
	transform: scale(0.9);
	max-width: unset;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 30px;
	background: rgba(var(--sunvin-global-color-rgb),.9);
	will-change: opacity;
	border-radius: 30px;
}
.sunvin-portfolio-style-1:hover .sunvinerewerb-box-content{
	opacity: 1;
	transition: all .2s;
	transform: scale(1);
}
.sunvin-portfolio-style-1 .sunvin-port-cat,
.sunvin-portfolio-style-1 .sunvin-port-cat a{
	color: var(--sunvin-white-color);
	font-size: 14px;
}
.sunvin-portfolio-style-1 .sunvin-title:hover,
.sunvin-portfolio-style-1 .sunvin-port-cat a:hover{
	color: var(--sunvin-white-color);
}
.sunvin-portfolio-style-1 .sunvin-portfolio-title a,
.sunvin-portfolio-style-1 .sunvin-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	color: var(--sunvin-white-color);
	margin-bottom: 0;
}
.sunvin-portfolio-style-1 .sunvin-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.sunvin-portfolio-style-1 .sunvin-featured-wrapper img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 30px;
}
.sunvin-portfolio-style-1:hover .sunvin-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.sunvin-portfolio-style-1 .sunvin-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.sunvin-portfolio-style-1 .sunvin-portfolio-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.sunvin-portfolio-style-1:hover .sunvin-portfolio-btn{
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
.sunvin-portfolio-style-1 .sunvin-portfolio-btn i{
	font-size:22px;
	line-height:26px;
	color: var(--sunvin-white-color);
	z-index: 1;
	position: relative;
}
.sunvin-portfolio-style-1 .sunvin-portfolio-btn a:hover i{
	color: var(--sunvin-white-color);
}
/** Style 2 **/
.sunvin-portfolio-style-2{
	overflow: hidden;
}
.sunvin-portfolio-style-2 .sunvinerewerb-box-content{
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 40px;
	right: 40px;
	padding: 25px 30px;
	opacity: 0;
	border-radius: 20px;
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--sunvin-white-color);
	transition: all .5s;
}
.sunvin-portfolio-style-2:hover .sunvinerewerb-box-content{
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.sunvin-portfolio-style-2 .sunvin-port-cat a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--sunvin-global-color);
}
.sunvin-portfolio-style-2 .sunvin-port-cat a:hover{
	color: var(--sunvin-secondary-color);
}
.sunvin-portfolio-style-2 .sunvin-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.sunvin-portfolio-style-2 .sunvin-portfolio-title:hover{
	color: var(--sunvin-global-color);
}
.sunvin-portfolio-style-2 .sunvin-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.sunvin-portfolio-style-2 .sunvin-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.sunvin-portfolio-style-2 .sunvin-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 30px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.sunvin-portfolio-style-2:hover .sunvin-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.sunvin-element-portfolio-style-2 .sunvin-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sunvin-portfolio-style-2 .sunvinerewerb-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.sunvin-element-posts-wrapper .sunvin-portfolio-style-2{
	margin-bottom: 30px;
}

/* --------------------------------------
* 21 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.sunvin-static-box-style-1:first-child{
	margin-left: 0
}
.sunvin-static-box-style-1:last-child{
	margin-right: 0
}
.sunvin-static-box-style-1 .sunvin-staticbox-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
    overflow: hidden;
}
.sunvin-static-box-style-1.sunvin-active{
	flex: 8;
}
.sunvin-static-box-style-1{
	flex: 1;
	transition: .7s;
	position: relative;
	overflow: hidden;
	height: 600px;
	margin-bottom: 30px;
}
.sunvin-static-box-style-1 .sunvin-bg-imgbox{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	transition: .5s;
	z-index: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}
.sunvin-static-box-style-1 .sunvin-img{
	display: none
}
.sunvin-static-box-style-1 .sunvin-content-box{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 60px;
	text-align: left;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	transition: .5s
}
.sunvin-static-box-style-1 .sunvin-bg-imgbox .sunvin-static-box-title{
	position: absolute;
    bottom: 450px;
    left: 30%;
    top: auto;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    z-index: 1;
    inline-size: 450px;
    /* color: var(--sunvin-blackish-color); */
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-transform: translateX(-50%) translateY(0) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(0) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(0) rotate(180deg);
    -o-transform: translateX(-50%) translateY(0) rotate(180deg);
    transform: translateX(-90%) translateY(-50%) rotate(-90deg);
    transform-origin: bottom right;
    font-weight: 500;
}
.sunvin-static-box-style-1 .sunvin-content-box,
.sunvin-static-box-style-1.sunvin-active .sunvin-bg-imgbox .sunvin-static-box-title{
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	transition-delay: 0s
}
.sunvin-static-box-style-1.sunvin-active .sunvin-content-box{
	opacity: 1;
	visibility: visible;
	transition: .5s;
	transition-delay: .2s
}
.sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-title{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	color: var(--sunvin-white-color)
}
.sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-desc{
	color: var(--sunvin-white-color);
	overflow: hidden;
	/* display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical */
}
.sunvin-static-box-style-1 .sunvin-content-box .sunvin-content-inner{
	width: 350px
}
.sunvin-static-box-style-1 .sunvin-static-btn{
	padding-top: 20px;
	transition: .9s
}
.sunvin-static-box-style-1 .sunvin-static-btn .sunvin-btn-outline:hover{
	background-color: var(--sunvin-global-color);
}
.sunvin-static-box-style-1 .sunvin-box-number{
	position: absolute;
    width: 100%;
    top: 20px;
    right: 25px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    /* color: var(--sunvin-blackish-color);
    background: var(--sunvin-light-color); */
	    color: #fff;
    background:#b0cb1f;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
}
.sunvin-active.sunvin-static-box-style-1 .sunvin-bg-imgbox .sunvin-box-number{
	display: none;
}
.sunvin-static-box-style-1 .sunvin-content-box .sunvin-box-number{
	text-align: right;
	/* right: 40px; */
	right: 20px;
}
.sunvin-static-box-style-1 .sunvin-static-btn .sunvin-button-inner{
	padding: 0 !important;
	border: none !important;
	border-radius: inherit !important;
}
.sunvin-static-box-style-1.sunvin-active .sunvin-staticbox-wrapper {
    background-color: var(--sunvin-white-color);
    border-radius: 30px;
	padding: 10px;
}
.sunvin-static-box-style-1.sunvin-active .sunvin-bg-imgbox{
	width:480px;
	position: unset;
}
.sunvin-static-box-style-1.sunvin-active .sunvin-content-box{
	position: unset;
	/* padding: 0 60px; */
	padding: 0 15px 0 40px;
	opacity: 1;
    visibility: visible;
    transition: .5s;
    transition-delay: .2s;
	width: 50%;
    height: auto;
}
.sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-content-inner{
    width: 380px;
}
.sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-static-box-title,
.sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-static-box-desc{
	color: var(--sunvin-blackish-color);
}
/** Style 2 **/
.sunvin-element-static-box-style-2 .sunvin-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(var(--sunvin-blackish-color-rgb),.15);
    padding: 0px 0 8px 0;
    margin: 23px 0 0 0;
	gap: 15px;
}
.sunvin-element-static-box-style-2 .sunvin-static-btn .sunvin-button-text{
	font-size: 0;
}
.sunvin-element-static-box-style-2 .sunvin-static-box-title h5{
	font-size: 18px;
	line-height: 28px;
	margin-bottom:6px;
}
.sunvin-element-static-box-style-2 .sunvin-static-box-number .sunvin-box-number{
	font-size: 60px;
	line-height: 70px;
    margin-bottom: 0;
    font-weight: 500;
    color: transparent;
    -webkit-text-size-adjust: 0;
    overflow: visible !important;
    text-shadow: 1px 1px 0 var(--sunvin-global-color), -1px -1px 0 var(--sunvin-global-color), 1px -1px 0 var(--sunvin-global-color), -1px 1px 0 var(--sunvin-global-color), 1px 1px 0 var(--sunvin-global-color);
    color: var(--sunvin-light-color);
    -webkit-text-stroke-color: var(--sunvin-global-color);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
}
.sunvin-element-static-box-style-2 .sunvin-static-box-number{
	width: 150px;
	min-width: 150px;
}
.sunvin-element-static-box-style-2 .sunvin-content-box{
	max-width: 480px;
}
.sunvin-element-static-box-style-2 .sunvin-content-box .sunvin-static-box-desc{text-align: justify;}
.sunvin-element-static-box-style-2 .swiper-static-slide-images img{
	aspect-ratio: 8/6;
	border-radius: 30px;
	object-fit: cover;
}
/* .sunvin-element-static-box-style-2 .swiper-static-slide-images{
	padding-left: 60px;
} */
.sunvin-element-static-box-style-2 .sunvin-hover-inner{
	padding: 0;
}
.sunvin-element-static-box-style-2  .sunvin-ele-header-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sunvin-element-static-box-style-2 .sunvin-main-static-slider .sunvin-button-icon{
	font-size: 0;
}
.sunvin-element-static-box-style-2 .sunvin-main-static-slider .sunvin-static-btn .sunvin-button-icon:before{
	font-size: 20px;
    top: -20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.sunvin-element-static-box-style-2 .sunvin-title-wrapper:hover .sunvin-static-btn .sunvin-button-icon:before{
	background-color: var(--sunvin-global-color);
	color: var(--sunvin-white-color);
}
.sunvin-element-static-box-style-2 .sunvin-ele-header-area .sunvin-button-inner .sunvin-button-icon:before{
	background-color: var(--sunvin-global-color);
    color: var(--sunvin-white-color);
}
.sunvin-element-static-box-style-2 .sunvin-ele-header-area .sunvin-button-inner:hover .sunvin-button-icon:before{
	background-color: var(--sunvin-white-color);
    color: var(--sunvin-blackish-color);
}
.sunvin-element-static-box-style-2 .sunvin-ele-header-area .sunvin-static-btn .sunvin-button-inner:hover{
	background-color: var(--sunvin-blackish-color);
	color: var(--sunvin-white-color);
}
.sunvin-static-btn .sunvin-button-inner{
	position: relative;
}

/* --------------------------------------
* 22 - Spinner Box
* ---------------------------------------*/
.sunvin-spinner-box-style-1 {
    width: 200px;
    position: relative;
    border-radius: 50%;
}
.sunvin-spinner-box-style-1 .sunvin-ihbox-icon,
.sunvin-spinner-box-style-1 .sunvin-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sunvin-spinner-box-style-1 .sunvin-ihbox-box .sunvin-ihbox-icon .sunvin-ihbox-icon-wrapper{
    height: 135px;
    width: 135px;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    background: var(--sunvin-white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sunvin-spinner-box-style-1 .sunvin-ihbox-icon-wrapper svg,
.sunvin-spinner-box-style-1 .sunvin-ihbox-icon-wrapper i {
	fill: var(--sunvin-global-color);
	color: var(--sunvin-global-color);
    transform: rotateY(180deg);
    display: block;
	font-size: 60px;
}
.sunvin-spinner-box-style-1 .sunvin-ihbox-box text {
	-webkit-animation-name: sunvin_spin;
	-moz-animation-name: sunvin_spin;
	-ms-animation-name: sunvin_spin;
	-o-animation-name: sunvin_spin;
	animation-name: sunvin_spin;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;	
	fill: var(--sunvin-blackish-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    font-size: 15px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
@-webkit-keyframes sunvin_spin {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes sunvin_spin {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes sunvin_spin {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes sunvin_spin {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes sunvin_spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

/* --------------------------------------
* 23 - Award Box
* ---------------------------------------*/
.sunvin-award-box-style-1 .row{
	align-items: stretch;
}

.sunvin-award-box-style-1 .sunvin-img-box{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	aspect-ratio: 8/6;
}
.sunvin-award-box-style-1 .sunvin-img-box:before{
	position: absolute;
    content: '';
	top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--sunvin-blackish-color-rgb), .2);
    border-radius: 30px;
    z-index: 1;
}
.sunvin-award-box-style-1 .sunvin-posts-wrapper,
.sunvin-award-box-style-1 .sunvin-img-box img{
	border-radius: 30px;
}
.sunvin-award-box-style-1 .sunvin-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sunvin-award-box-style-1 .sunvin-img-box:hover img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.sunvin-award-box-style-1 .sunvin-freight-box-title{
	font-size: 14px;
	line-height: 24px;
	background-color: rgba( var(--sunvin-white-color-rgb), 0.2);
	color: var(--sunvin-white-color);
	padding: 5px 20px;
	border-radius: 30px;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sunvin-award-box-style-1 .sunvin-img-box:hover .sunvin-freight-box-title{
	background-color: var(--sunvin-global-color);
}
.sunvin-award-box-style-1 .sunvin-award-image-title{
	display: flex;
	align-items: center;
	padding: 0 0 40px 0;	
}
.sunvin-award-box-style-1 .sunvin-award-title{
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: var(--sunvin-white-color);
	width: 230px;
}
.sunvin-award-box-style-1 .sunvin-award-image{
	margin-right: 50px;
}
.sunvin-award-box-style-1 .sunvin-right-col{
	background-color: var(--sunvin-global-color);
	border-radius: 30px;
	padding: 40px;
	display: grid;
}
.sunvin-award-box-style-1 .sunvin-award-box-desc{
	color: rgba(var(--sunvin-white-color-rgb),.8);
}
.sunvin-award-box-style-1 .sunvin-award-wraper{
	align-self: center;
}
.sunvin-left-col .sunvin-award-box-style-1 .sunvin-button-icon{
	font-size: 0;
}
.sunvin-award-box-style-1 .sunvin-award-btn .sunvin-button-icon:before{
	background-color: var(--sunvin-blackish--color);
    color: var(--sunvin-white-color);
}
.sunvin-award-box-style-1 .sunvin-awardbox-wrapper{
	position: relative;
    z-index: 1;
}
/* Global Shape Set */
.sunvin-shape-wraper {
	-webkit-text-fill-color: inherit;
	background-clip: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.sunvin-shape-wraper .sunvin-shape-wraper-inner{
	background-color: var(--sunvin-white-color);
	border-top-left-radius: 30px;
    padding: 30px 0px 0px 60px;
}
.sunvin-shape-wraper a::after{
	position: absolute;
	content: '';
	background-image: -webkit-radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
	background-image: -o-radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
	background-image: radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
    width: 30px;
    height: 30px;
    top: -30px;
    right: 0;
}
.sunvin-shape-wraper a:before {
	position: absolute;
	content: '';
	background-image:  -webkit-radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
	background-image: -o-radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
	background-image: radial-gradient(circle farthest-side at 0 0, transparent 99.99%, var(--sunvin-light-color) 100%);
    width: 30px;
    height: 30px;
    bottom: 0;
    left: -30px;
}
.sunvin-award-box-style-1 .sunvin-award-btn .sunvin-button-icon:before {
    background-color: var(--sunvin-blackish-color);
    color: var(--sunvin-white-color);
}
.sunvin-bg-color-white .sunvin-shape-wraper .sunvin-shape-wraper-inner{
	background-color: var(--sunvin-white-color);
}
.sunvin-bg-color-white .sunvin-shape-wraper a:before, 
.sunvin-bg-color-white .sunvin-shape-wraper a:after{
	background-image: radial-gradient(circle farthest-side at 0 0, transparent 97%, var(--sunvin-white-color) 100%);
}