@charset "utf-8";
.istanbul__el:after,
.istanbul__el:before{
	clear: both;
	display: table;
	content: '';
}
.istanbul__el *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.tvg__animated_text h3{
	margin: 0;
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper::after{
	display: none;
}
.cd-headline.clip span{
	padding: 0;
	margin-right: 10px;
}




.tvg__button_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.tvg__button_list a{
	margin: 12px 25px 12px 0;
	margin: 12.5px 25px 12.5px 0;
}




.tvg__info_list ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.tvg__info_list li{
	margin: 0;
	padding: 0;
    width: 100%;
	margin-bottom: 17px;
}
.tvg__info_list li:last-child{
	margin-bottom: 0;
}
.tvg__info_list .info__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    font-size: 16px;
    font-weight: 400;
}
.tvg__info_list .info__item_left{
	min-width: 100px;
	margin-right: 20px;
}





.tvg__timeline .timeline__item{
	padding-bottom: 50px;
	position: relative;
	padding-left: 40px;
}
.tvg__timeline .timeline__item:last-child{
	padding-bottom: 0;
}
.tvg__timeline .timeline__item:before{
	content: '';
    height: 100%;
    left: 7px;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 1px;
	border-left: 1px solid var(--pc);
}
.tvg__timeline .bullet{
    height: 15px;
    left: 0px;
    position: absolute;
    background: #222;
    top: 0;
    width: 15px;
    border-radius: 50%;
	border: 2px solid var(--pc);
}
.tvg__timeline .bullet:before{
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: var(--pc);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
	
	transition: all .3s ease;
}
.tvg__timeline .timeline__item:hover .bullet:before{
	opacity: 1;
}
.tvg__timeline .year{
	font-size: 13px;
	position: relative;
	display: block;
	top: -2px;
	margin-bottom: 13px;
}
.tvg__timeline .year i{
	padding-right: 10px;
}
.tvg__timeline h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tvg__timeline .card-body p{
	margin: 0;
	padding: 0;
	line-height: 2;
}







.tvg__progress_list .progress__item:last-child{
	margin-bottom: 0;
}
.tvg__progress_list .progress__item{
	margin-bottom: 44px;
}
.tvg__progress_list .progress__title{
	display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
	font-family: var(--title-font-family);
}
.tvg__progress_list .progress__bar{
	border-radius: 2px;
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    background: #555;
}
.tvg__progress_list .item__progress{
	border-radius: 2px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.tvg__progress_list .item__progress:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	background-color: var(--pc);
}
.tvg__progress_list .progress__percent{
	height: 32px;
    position: absolute;
    width: 60px;
    z-index: 10;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
	bottom: 12px;
    text-align: center;
	color: var(--pc);
	border: 1px solid var(--pc);
    transform: translateX(50%);
	right: 100%;
	-webkit-transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.tvg__progress_list .progress__percent span{
	display: inline-block;
    padding: 4px;
    transform: translateY(33.5px) rotate(45deg) skew(3deg, 3deg) translateX(-27px);
    bottom: 8px;
    position: absolute;
	border: 1px solid var(--pc);
    border-width: 0 1px 1px 0;
	background-color: #222;
}
.tvg__progress_list .open .item__progress:after{
	width:100%;
	-webkit-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
}
@-webkit-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}





.tvg__info_icon_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tvg__info_icon_list li{
	margin: 0;
	padding-bottom: 25px;
}
.tvg__info_icon_list .list__subtitle{
	margin: 0;
	text-transform: capitalize;
    display: block;
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
	color: rgba(255,255,255,.8);
}
.tvg__info_icon_list .list__title{
	font-size: 16px;
}
.tvg__info_icon_list i{
	margin-right: 10px;
	color: var(--pc);
}








.tvg__image{
	position: relative;
}
.tvg__image img{
	min-width: 100%;
	display: block !important;
}
.tvg__image .border{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tvg__image .border:after{
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
	content: '';
    z-index: -1;
    transform: translate3d(26px, 26px, -26px);
	border: 6px solid var(--pc);
}


.tvg__partners{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border: 1px solid #555;
}
.tvg__partners ul{
	margin: -1px -10px -1px -1px;
    list-style-type: none;
    padding-top: 1px;
    float: left;
    padding-left: 1px;
    min-width: calc(100% + 12px);
} 
.tvg__partners ul li{
	margin: 0px;
    float: left;
    width: 25%;
    border: 1px solid #555;
    text-align: center;
    height: 145px;
    line-height: 145px;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    overflow: hidden;
} 
.tvg__partners ul li img{
	max-width: 50%;
    max-height: 100px;
} 
.tvg__partners ul li .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .5;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.tvg__partners ul li .item:hover{
	opacity: 1;
}
@media(max-width:768px){
	.tvg__partners ul li{width: 50%;}
}
@media(max-width:480px){
	.tvg__partners ul li{width: 100%;}
}



.tvg__services ul{
	list-style-type: none;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -30px;
}
.tvg__services li{
	width: 33.3333%;
	padding-left: 30px;
	margin-bottom: 30px;
}
.tvg__services .item{
	width: 100%;
	min-height: 100px;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	background-color: #0e0e0e;
	overflow: hidden;
	border-bottom: 2px solid var(--pc);
}
.tvg__services i{
	font-size: 26px;
	display: block;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.tvg__services p{
	margin: 0;
	font-size: 18px;
	font-family: 'Poppins';
}
.tvg__services .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #222;
	border-radius: 100%;
	margin-right: 20px;
	text-align: center;
	line-height: 70px;
	transition: all .5s ease;
}
.tvg__services .item.active .icon,
.tvg__services .item:hover .icon{
	background-color: var(--pc);
}
.tvg__services .item:hover i {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #000;
}









.tvg__pricing{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.tvg__pricing ul.tvg__column{
	margin: 0px;
	list-style-type: none;
	margin-left: -30px;
}

.tvg__pricing ul.tvg__column > li{
	margin: 0px 0px 30px 0px;
    width: 33.3333%;
    padding-left: 30px;
    float: left;
}
.tvg__pricing ul.tvg__column > li .item{
	width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #0e0e0e;
    padding: 42px 40px 50px 40px;
	border-bottom: 2px solid var(--pc);
}

.tvg__pricing ul li .price_box{
	width: 100%;
	margin-bottom: 2px;
}
.tvg__pricing ul li .price_box h3{
	font-size: 40px;
    font-weight: 600;
	margin-bottom: 0px;
}
.tvg__pricing ul li .price_box span{
	position: relative;
	display: inline-block;
}
.tvg__pricing ul li .currency{
	position: absolute !important;
    bottom: 7px;
    right: -10px;
    font-size: 15px;
}
.tvg__pricing ul li .price{
	color: #111;
	font-family: "Poppins";
	font-size: 72px;
	line-height: 72px;
	font-weight: 500;
}
.tvg__pricing ul li .plan_wrapper{
	width: 100%;
    margin-bottom: 34px;
    border-bottom: 1px solid #555;
    padding-bottom: 22px;
}
.tvg__pricing ul li .plan{
	font-size: 20px;
    font-weight: 600;
}
.tvg__pricing .tvg__service_list{
	margin: 0px;
	list-style-type: none;
}
.tvg__pricing .tvg__service_list > li{
	margin: 0px;
	margin-bottom: 8px;
}
.tvg__pricing .tvg__service_list > li.inactive p{
	opacity: .3;
}
.tvg__pricing .tvg__service_list i{
	margin-right: 11px;
	color: var(--pc);
}
.tvg__pricing .tvg__service_list p{
	font-family: 'Open Sans';
	font-size: 16px;
}

.tvg__pricing .my_button{
	width: 100%;
    height: auto;
    clear: both;
    float: left;
	margin-top: 26px;
}
.tvg__pricing .tvg__new span{
	display: block;
	text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
    margin-top: 45px;
    line-height: 2;
    text-transform: uppercase;
	background-color: var(--pc) !important;
    font-weight: 500;
    color: #000 !important;
    font-size: 11px;
    letter-spacing: 1.1px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.21);
}
.tvg__pricing .tvg__new{
	display: block;
	position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 250px;
    overflow: hidden;
    height: 250px;
	z-index: 2;
}
@media(max-width:1040px){
	.tvg__services li,
	.tvg__pricing ul.tvg__column > li{width: 50%;}
}
@media(max-width:768px){
	.tvg__pricing ul.tvg__column{margin: 0px;}
	.tvg__services li{width: 100%;}
	.tvg__pricing ul.tvg__column > li{width: 100%;padding-left: 0px;}
	.tvg__pricing ul.tvg__column > li .item{padding-left: 20px;padding-right: 20px;}
}





.skills.dotted ul li .progress .da span {
  background: var(--pc) !important;
}

.skills.dotted ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
	margin-left: -30px;
	margin-right: -30px;
}
.skills.dotted ul li {
	position: relative;
    padding: 0 0 40px 0;
	padding-left: 30px;
	padding-right: 30px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.skills ul li .name{
	font-size: 16px;
	margin-bottom: 20px;
    position: relative;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-family: var(--title-font-family);
}
.skills ul li .name .text{
	width: 0%;
	display: block;
	overflow: hidden;
	transition: all 2s 1.5s ease;
}
.skills ul li .name .text span{
	white-space: nowrap;
}
.skills ul li.ready .name .text{
	width: 100%;
}



.skills.dotted ul li .progress {
	height: 14px;
	background: transparent!important;
	position: relative;
}
.skills.dotted ul li .progress .percentage {
	left: 0;
	position: relative;
	overflow: hidden;
	top: 0;
	height: 14px;
	background: transparent!important;
	z-index: 2;
	
	transition: all 0.3s ease 0s;
}
.skills ul li .progress .percentage .percent{
	position: absolute;
    top: -27px;
    right: 0;
    font-size: 13px;
    font-weight: 400;
	color: #363636;
}

.skills.dotted ul li .progress .dg,
.skills.dotted ul li .progress .da {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 14px;
}

.skills.dotted ul li .progress .da {
  	top: 0;
	width: 100%;
}
.skills.dotted ul li .progress .da span{
	opacity: 0;
	transform: scale(0);
	transition: all .3s ease;
}
.skills.dotted ul li .progress .da.ready span{
	opacity: 1;
	transform: scale(1);
}
.skills.dotted ul li .progress .da span:nth-child(1){transition-delay: 0s}
.skills.dotted ul li .progress .da span:nth-child(2){transition-delay: 0.12s}
.skills.dotted ul li .progress .da span:nth-child(3){transition-delay: 0.24s}
.skills.dotted ul li .progress .da span:nth-child(4){transition-delay: 0.36s}
.skills.dotted ul li .progress .da span:nth-child(5){transition-delay: 0.48s}
.skills.dotted ul li .progress .da span:nth-child(6){transition-delay: .6s}
.skills.dotted ul li .progress .da span:nth-child(7){transition-delay: .72s}
.skills.dotted ul li .progress .da span:nth-child(8){transition-delay: .84s}
.skills.dotted ul li .progress .da span:nth-child(9){transition-delay: .96s}
.skills.dotted ul li .progress .da span:nth-child(10){transition-delay: 1.08s}

.skills.dotted ul li .progress .dg span,
.skills.dotted ul li .progress .da span {
	display: block;
	width: 14px;
	height: 14px;
	background: #555;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.skills.dotted ul li .progress .da span {
	background: var(--pc);
}
@media (max-width: 580px) {
	.skills.dotted ul li {
		width: 100%;
		display: block;
	}
}


/*
.fun_facts .item{
	padding: 30px 20px;
}
*/
.fun_facts .icon{
	border-radius: 0px;
	width: 90px;
	height: 90px;
}
.fun_facts .icon i{
	font-size: 35px;
}
.fun_facts .number{
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: 600;
}
.fun_facts .title{
	font-size: 16px;
	margin-bottom: 0px;
	color: #ccc;
	font-family: 'Open Sans';
}

.tvg__progress_list .progress__item:last-child{
  	margin-bottom: 0;
}
.tvg__progress_list .progress__item{
  	margin-bottom: 44px;
}
.tvg__progress_list .progress__title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
  	font-family: var(--title-font-family);
}
.tvg__progress_list .progress__title .title{
	width: 0;
	overflow: hidden;
	transition: all 2s 1.5s ease;
}
.tvg__progress_list .open .progress__title .title{
	width: 100%;
}
.tvg__progress_list .progress__title .title span{
  	white-space: nowrap;
}
.tvg__progress_list .progress__bar{
  	border-radius: 2px;
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    background: #555;
}
.tvg__progress_list .item__progress{
  	border-radius: 2px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.tvg__progress_list .item__progress:after{
  	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  	background-color: var(--pc);
}
.tvg__progress_list .progress__percent{
  	height: 32px;
    position: absolute;
    width: 60px;
    z-index: 10;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
  	bottom: 12px;
    text-align: center;
  	color: var(--pc);
  	border: 1px solid var(--pc);
    transform: translateX(50%);
	right: 100%;
	-webkit-transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.tvg__progress_list .progress__percent span{
  	display: inline-block;
    padding: 4px;
    transform: translateY(33.5px) rotate(45deg) skew(3deg, 3deg) translateX(-27px);
    bottom: 8px;
    position: absolute;
  	border: 1px solid var(--pc);
    border-width: 0 1px 1px 0;
  	background-color: #222;
}
.tvg__progress_list .open .item__progress:after{
	width:100%;
	-webkit-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
}
	@-webkit-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
	@-moz-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
	@keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}






.fn_cs_testi_carousel .testi_inner{
	overflow: hidden;
	width: calc(100% + 4px);
	padding: 0 2px;
}
.fn_cs_testi_carousel .owl-carousel .owl-stage{display: flex;}

.fn_cs_testi_carousel .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn_cs_testi_carousel .text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-bottom: 2px solid var(--pc);
	padding: 40px;
	margin-bottom: 30px;
	background-color: #0e0e0e;
}
.fn_cs_testi_carousel .text p{
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
	margin-bottom: 0px;
}
.fn_cs_testi_carousel .text:before{
	position: absolute;
	content: "";
	height: 0px;
    width: 0px;
	top: 100%;
    left: 50px;
    border: solid transparent;
    border-top-color: var(--pc);
    border-width: 18px 18px 0px 0px;
}
.fn_cs_testi_carousel .text:after{
	position: absolute;
	content: "";
	top: 100%;
    left: 50px;
	height: 0px;
    width: 0px;
    border: solid transparent;
    border-top-color: #0e0e0e;
    border-width: 14px 13px 0px 0px;
    margin-left: 2px;
}
.fn_cs_testi_carousel .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	margin-top: auto;
}
.fn_cs_testi_carousel .details .image{
	position: relative;
	width: 60px;
	height: 60px;
}
.fn_cs_testi_carousel .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.fn_cs_testi_carousel .details .short{
	padding-left: 20px;
}
.fn_cs_testi_carousel .details .author{
	font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
	color: var(--pc);
}
@media(max-width:1600px){
	.fn_cs_testi_carousel .details .author{margin-bottom: 2px;}
}
.fn_cs_testi_carousel .details .job{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.fn_cs_testi_carousel .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.fn_cs_testi_carousel .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.tvg__members{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.tvg__members .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.tvg__members .image{
	position: relative;
}
.tvg__members .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
	margin-bottom: 33.3333%;
}
.tvg__members .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1) translateZ(0);
	
	transition: all .5s ease;
}
.tvg__members .inner:hover .main{
	transform: scale(1.1) translateY(-50px) translateZ(0);
}
.tvg__members .details{
	position: absolute;
	top: 100%;
	margin-top: -2px;
	left: 0px;
	right: 0px;
	background-color: #0e0e0e;
	border-top: 2px solid var(--pc);
	padding: 30px 25px 25px 25px;
	
	transition: all .5s ease;
}
.tvg__members .inner:hover .details{
	transform: translateY(-100%);
}
.tvg__members .inner:hover .social ul li{
	transform: translateY(0);
	opacity: 1;
}
.tvg__members .details .name{
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.tvg__members .social{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.tvg__members .social ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tvg__members .social ul li{
	margin: 0px 10px 10px 0px;
	display: inline-block;
	transform: translateY(20px);
	transition: all .3s ease;
	opacity: 0;
}
.tvg__members .social ul li:nth-child(1){transition-delay: 200ms;}
.tvg__members .social ul li:nth-child(2){transition-delay: 250ms;}
.tvg__members .social ul li:nth-child(3){transition-delay: 300ms;}
.tvg__members .social ul li:nth-child(4){transition-delay: 350ms;}
.tvg__members .social ul li:nth-child(5){transition-delay: 400ms;}
.tvg__members .social ul li:nth-child(6){transition-delay: 450ms;}
.tvg__members .social ul li:nth-child(7){transition-delay: 500ms;}
.tvg__members .social ul li:nth-child(8){transition-delay: 550ms;}
.tvg__members .social ul li:nth-child(9){transition-delay: 600ms;}
.tvg__members .social ul li:nth-child(10){transition-delay: 650ms;}
.tvg__members .social ul li:nth-child(11){transition-delay: 700ms;}
.tvg__members .social ul li:nth-child(12){transition-delay: 750ms;}
.tvg__members .social ul li:nth-child(13){transition-delay: 800ms;}
.tvg__members .social ul li:nth-child(14){transition-delay: 850ms;}
.tvg__members .social ul li:nth-child(15){transition-delay: 900ms;}
.tvg__members .social ul li:nth-child(16){transition-delay: 950ms;}
.tvg__members .social ul li:nth-child(17){transition-delay: 1000ms;}
.tvg__members .social ul li:nth-child(18){transition-delay: 1050ms;}
.tvg__members .social ul li:nth-child(19){transition-delay: 1100ms;}
.tvg__members .social ul li:nth-child(20){transition-delay: 1150ms;}
.tvg__members .social li a{
	width: 35px;
    height: 35px;
    display: block;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    transition: 0.3s;
	color: var(--pc);
	border: 2px solid var(--pc);
}
.tvg__members .social li a i {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.tvg__members .social li a:hover{
	background-color: var(--pc);
}
.tvg__members .social li a:hover i {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #000;
}





.tvg__gallery ul{
	margin: 0;
	list-style-type: none;
}
.tvg__gallery li{
	margin-bottom: 20px;
}
.tvg__gallery li:last-child{
	margin-bottom: 0;
}
.tvg__gallery img{
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}