<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* btn css style */

.witr_btn_sinner a{
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;	
}
/* button default style */
.witr_btn{
	background-color: #8e00ff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
	z-index:2;
    transition: all 0.5s;	
}
.witr_btn:hover{
	color:#fff;
	background:#00b0ff;
}
/* video button i */
.witr_btn i {
    font-size: 15px;
    margin-right: 6px;
}

/* button default br style */
.witr_bbtn{
    border-radius: 100px;
    color: #8e00ff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
	z-index:2;
    transition: all 0.5s;	
	border:2px solid #8e00ff;
}
.witr_bbtn:hover{
	color:#fff;
	background:#8e00ff;
	border-color:#8e00ff;
}
/* video button i */
.witr_bbtn i {
    font-size: 15px;
    margin-right: 6px;
}



/* ------------ button gradient style ----------------- */
.witr_gbtn{
/* 	background-color: #3d59e8;
    background: linear-gradient(45deg, #00b0ff, #8e00ff); */
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
	z-index:2;
    transition: all 0.5s;	
}
.witr_gbtn:hover{
	color:#fff;
}
.witr_gbtn::before{
    position: absolute;
    border-radius: 100px;
    left: 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background:linear-gradient(45deg, #8e00ff, #00b0ff);
    top: 0;
    content: "";
    width: 100%;
	z-index:-2;
transition: all .5s ease;	
}
.witr_gbtn:hover::before{
    background:linear-gradient(45deg, #8e00ff, #00b0ff);
} 

/* video button i */

.witr_gbtn i {
    font-size: 15px;
    margin-right: 6px;
}



/* ------------ button gradient border style ----------------- */
.witr_gbbtn{
    border-radius: 100px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
	z-index:2;
    transition: all 0.5s;	
}
.witr_gbbtn:hover{
	color:#fff;
}
.witr_gbbtn::before{
    position: absolute;
    border-radius: 100px;
    left: 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background:linear-gradient(45deg, #8e00ff, #00b0ff);
    top: 0;
    content: "";
    width: 100%;
	z-index:-2;
transition: all .5s ease;	
}
.witr_gbbtn::after{
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background:#fff;
    top: 2px;
    content: "";
	z-index:-1;
	transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);	
}


.witr_gbbtn:hover::before{
    opacity: 1;
}
.witr_gbbtn:hover::after{
    background:linear-gradient(45deg, #8e00ff, #00b0ff);
}

/* video button i */

.witr_gbbtn i {
    font-size: 15px;
    margin-right: 6px;
}






/* Video Default Button */
.witr_vbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
     border-radius: 50%;
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
	 color: #fff;
	 background:#00b0ff;
}
/* .witr_vbtn i{
	color:#fff;
} */
.witr_vbtn:hover{
	 background:#8e00ff;	
}
/* Video Default Border Button */
.witr_vbbtn{
     width: 50px;
     height: 50px;
     line-height: 46px;
     text-align: center;
     position: relative;
/*      border-radius: 50%; */
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
	 border:2px solid #00b0ff;
}
.witr_vbbtn i{
	 color: #00b0ff;
}
.witr_vbbtn:hover{
	 background:#8e00ff;
border-color:#8e00ff;	 
}
.witr_vbbtn:hover i{
color:#fff;	 
}



/* Video gradient Button */
.witr_vgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
/*      border-radius: 50%; */
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
     background: linear-gradient(45deg, #8e00ff, #00b0ff);	 
}
.witr_vgbtn i{
	color:#fff;
}



/* Video gradient border hover style Button */

.witr_vhgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
/*      border-radius: 50%; */
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
	 color: #333;
}
.witr_vhgbtn:hover{
	 	 color: #fff;	 
}
 .witr_vhgbtn::before{
    position: absolute;
	border-radius: 50%;
    left: 0;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: linear-gradient(45deg, #8e00ff, #00b0ff);
    top: 0;
    content: "";
    width: 100%;
    z-index: -2;
    transition: all .5s ease;
}
 .witr_vhgbtn::after{
	position: absolute;
	border-radius: 50%;
    left: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    top: 2px;
    content: "";
    z-index: -1;
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);	 
 } 
.witr_vhgbtn:hover::after{
background: linear-gradient(45deg, #8e00ff, #00b0ff);	
} 
 
 
 
 
 
/* .witr_vhgbtn i{
	color:#fff;
} */


/* Video gradient border style Button */

.witr_vbgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
     border-radius: 50%;
     z-index: 2;
	 color:#fff;
     margin-top: 10px;
     display: inline-block;
}
.witr_vbgbtn:hover{
	 color:#fff;

}

.witr_vbgbtn::before{
     position: absolute;
     border-radius:50%;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: .3s;
     transition:.3s;
     top: 0;
     content: "";
     width:100%;
     background: linear-gradient(45deg, #8e00ff, #00b0ff);
}
.witr_vbgbtn::after{
     height: calc(100% - 4px);
     width: calc(100% - 4px);	 
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     background: #333;
     -webkit-transition: all .5s ease;
     transition: all .5s ease;
     position: absolute;
     border-radius:50%;
     left: 2px;
     top: 2px;
     content: "";
}
.witr_vbgbtn:hover::after{
	opacity:0;
}
.witr_vbgbtn i{}

/* Video gradient dubble border style Button */

 .witr_vbbgbtn_inner{
     width: 70px;
     height: 70px;
     text-align: center;
     position: relative;
     z-index: 2;
     margin-right: 20px;
}
 .witr_vbbgbtn_inner:before{
     position: absolute;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: .3s;
     transition:.3s;
     top: 0;
	 border-radius: 50%;
     content: "";
     width:100%;
     background: -webkit-linear-gradient(45deg, #8e00ff, #00b0ff);
     background: linear-gradient(45deg, #8e00ff, #00b0ff);
}
 .witr_vbbgbtn_inner:after{
     height: calc(100% - 2px);
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     background: #fff;
     -webkit-transition: all .5s ease;
     transition: all .5s ease;
     position: absolute;
	border-radius: 50%;
     left: 1px;
     top: 1px;
     content: "";
     width: calc(100% - 2px);
}
/* inner div btn */
.witr_vbbgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
     z-index: 2;
	 color:#8e00ff; 
     margin-top: 10px;
     display: inline-block;
}
.witr_vbbgbtn:hover{
	 color:#fff; 

}


.witr_vbbgbtn::before{
     position: absolute;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: .3s;
     transition:.3s;
     top: 0;
     content: "";
	 border-radius: 50%;
     width:100%;
     background: linear-gradient(45deg, #8e00ff, #00b0ff);
}
.witr_vbbgbtn::after{
     height: calc(100% - 4px);
     width: calc(100% - 4px);	 
     z-index: -1;
     opacity: 1;
	 border-radius: 50%;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     background: #fff;
     -webkit-transition: all .5s ease;
     transition: all .5s ease;
     position: absolute;
     left: 2px;
     top: 2px;
     content: "";
}


/* Video gradient dubble bg border style Button */

 .witr_vdbbgbtn_inner{
     width: 70px;
     height: 70px;
     text-align: center;
     position: relative;
     z-index: 2;
     margin-right: 20px;
}
 .witr_vdbbgbtn_inner:before{
     position: absolute;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: .3s;
     transition:.3s;
     top: 0;
     content: "";
     width:100%;
	 border-radius: 50%;
     background: -webkit-linear-gradient(45deg, #8e00ff, #00b0ff);
     background: linear-gradient(45deg, #8e00ff, #00b0ff);
}
 .witr_vdbbgbtn_inner:after{
     height: calc(100% - 2px);
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     background: #fff;
     -webkit-transition: all .5s ease;
     transition: all .5s ease;
     position: absolute;
     left: 1px;
     top: 1px;
     content: "";
     border-radius: 50%;	 
     width: calc(100% - 2px);
}
/* inner div btn */
.witr_vdbbgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
	color:#fff;	 
}
.witr_vdbbgbtn:hover{
	color:#fff;	
}
.witr_vdbbgbtn::before{
     position: absolute;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: .3s;
     transition:.3s;
     top: 0;
     content: "";
     width:100%;
    border-radius: 50%;	 
     background: linear-gradient(45deg, #8e00ff, #00b0ff);
}


/* button video text */
.f_left{
	float:left;
	margin-right:5px;
}
 .witr_vider_text {
     float: left;
}
 .witr_vider_text_inner {
     margin-top: 5px;
}
 span.witr_v_text1 {
     color: #666;
     display:block;
     font-size:17px;
     font-weight:300;
}
 span.witr_v_text2 {
     color: #333;
     font-size:17px;
     font-weight:600;
     text-transform:uppercase;
}


.witr_btn_vstyled {
    display: inline-flex;
}

.witr_btn_vstyle{
	margin-right:15px;
}
.vtbtnsty4{
	margin-top:10px;
}</pre></body></html>