/*
Plugin CSS
Author: wpdream
*/
:root{
    --brcolor:#14b1bb; /* Brand color */
    --brhovercolor:#0a257a; /* Brand Hover color */
	--brrgb: 20,177,187; /* Brand rgb color */
	--bropacity:rgba(20,177,187,0.64); /* Brand opacity color */
    --black:#000000; /* black color */
	--white:#ffffff; /* white color */
    --bdcolor:#dddddd; /* border color */
    --bdhcolor:#14b1bb; /* border hover color */
    --linkcolor:#000000; /* link  color */	
    --titlecolor:#0e0e0e; /* title color */
    --pracolor:#74787c; /* pragrap/body color */	
    --bshadow:rgba(0,0,0,0.09); /* opacity color box shadow */   
}
img, svg {
    vertical-align: middle;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.wpd_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpd_batn {
    flex-shrink: 0;
}
/*=========================================================================================== 
#START TO TITLE CSS
 =============================================================================================*/
/* === style_w7 button ==== */

.text-left .wpd_btn_sinner {
    text-align: left;
}
.text-right .wpd_btn_sinner {
    text-align: right;
}
.text-center .wpd_btn_sinner {
    text-align: center;
}

/* button default style */
.wpd_button_area {
    text-align: left;
    overflow: hidden;	
}
.wpd_btn,.wpd_bbtn,.wpd_gbtn,.wpd_gbbtn {
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
}

/* video button i */
.wpd_btn i {
    font-size: 18px;
    margin-left: 6px;		
}

/* pluse_btn_icon */
.pluse_btn_icon{
    display: inline-block;	
}

/* button default br style */

/* video button i */
.wpd_bbtn i {
    font-size: 15px;
    margin-right: 6px;
}


/* ------------ button gradient style ----------------- */
.wpd_gbtn{
	
}
.wpd_gbtn:before{
    position: absolute;
    border-radius: 3px;
    left: 0;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    content: "";
    width: 100%;
	z-index:-2;
-webkit-transition: all .5s ease;
transition: all .5s ease;	
}
.wpd_gbtn:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* video button i */

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



/* ------------ button gradient border style ----------------- */
.wpd_gbbtn:before{
    position: absolute;
    border-radius: 3px;
    left: 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0;
    content: "";
    width: 100%;
	z-index:-2;
-webkit-transition: all .5s ease;
transition: all .5s ease;	
}
.wpd_gbbtn:after{
    position: absolute;
    border-radius: 3px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 2px;
    content: "";
	z-index:-1;
-webkit-transition: all .5s ease;
transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);	
}


.wpd_gbbtn:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wpd_gbbtn:hover:after{
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* video button i */

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






/* Video Default Button */
.wpd_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;
}
/* Video Default Border Button */
.wpd_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;
}
.wpd_vbbtn{
	 border:2px solid var(--brcolor);
}


/* Video gradient Button */
.wpd_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; 
}


/* Video gradient hover style Button */

.wpd_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; 
}


.wpd_vhgbtn:before{
     position: absolute;
     border-radius:50%;
     left: 0;
     height: 100%;
     z-index:-2;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     
     
     -webkit-transition: .3s;
     
     
     transition:.3s;
     top: 0;
     content: "";
     width:100%;
}
 .wpd_vhgbtn:hover:before{
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* Video gradient border style Button */

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

.wpd_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%;
}
.wpd_vbgbtn:after{
     height: calc(100% - 4px);
     width: calc(100% - 4px);	 
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     
     -webkit-transition: all .5s ease;
     
     transition: all .5s ease;
     position: absolute;
     border-radius:50%;
     left: 2px;
     top: 2px;
     content: "";
}
.wpd_vbgbtn:hover:after{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* Video gradient dubble border style Button */

 .wpd_vbbgbtn_inner{
     width: 70px;
     height: 70px;
     text-align: center;
     position: relative;
     border-radius: 50%;
     z-index: 2;
     margin-right: 20px;
}
 .wpd_vbbgbtn_inner: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%;
}
 .wpd_vbbgbtn_inner:after{
     height: calc(100% - 2px);
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     
     -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 */
.wpd_vbbgbtn{
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: relative;
     border-radius: 50%;
     z-index: 2;
     margin-top: 10px;
     display: inline-block;
}

.wpd_vbbgbtn: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%;
}
.wpd_vbbgbtn:after{
     height: calc(100% - 4px);
     width: calc(100% - 4px);	 
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     
     -webkit-transition: all .5s ease;
     
     transition: all .5s ease;
     position: absolute;
     border-radius:50%;
     left: 2px;
     top: 2px;
     content: "";
}


/* Video gradient dubble bg border style Button */

 .wpd_vdbbgbtn_inner{
     width: 70px;
     height: 70px;
     text-align: center;
     position: relative;
     border-radius: 50%;
     z-index: 2;
     margin-right: 20px;
}
 .wpd_vdbbgbtn_inner: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%;
}
 .wpd_vdbbgbtn_inner:after{
     height: calc(100% - 2px);
     z-index: -1;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    
     -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 */
.wpd_vdbbgbtn {
    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: var(--white);
}

.wpd_vdbbgbtn: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%;
}



/* button video text */
.f_left{
	float:left;
	margin-right:5px;
}
 .wpd_vider_text {
     float: left;
}
 .wpd_vider_text_inner {
     margin-top: 5px;
}
 span.wpd_v_text1 {
     display:block;
     font-size:17px;
     font-weight:300;
}
 span.wpd_v_text2 {    
     font-size:17px;
     font-weight:600;
     text-transform:uppercase;
}


.wpd_btn_vstyled {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.wpd_btn_vstyle{
	margin-right:15px;
}
.vtbtnsty4{
	margin-top:10px;
}

/* responsive */

@media (max-width: 767px) {
.text-right .wpd_btn_sinner,
.text-left .wpd_btn_sinner {
    text-align: center !important;
}	
}



/* button */
.wpd_btn {
    background: var(--brcolor);
}
 .wpd_btn:hover{
	background:var(--brhovercolor);
	
}
 .wpd_bbtn:hover{
	background:var(--brcolor);
	 border-color:var(--brcolor);
}
.wpd_gbtn{
	background: #3d59e8;
    background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
    background: linear-gradient(45deg, var(--brcolor), #dd1e1d);	
}
.wpd_gbtn:before{
    background:-webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
    background:linear-gradient(45deg, var(--brcolor), #dd1e1d);	
}
.wpd_gbbtn:before{
    background:-webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
    background:linear-gradient(45deg, var(--brcolor), #dd1e1d);	
}
.wpd_gbbtn:after{
    background:#fff;	
}
.wpd_vbtn{
	 background:var(--brcolor);
}
.wpd_vbtn:hover{
	 background:var(--brcolor);	 
}
.wpd_vbbtn:hover{
	 background:var(--brcolor);
border-color:var(--brcolor);	 	 
		 
}

.wpd_vgbtn{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);	 
}
.wpd_vhgbtn{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);	 
}
.wpd_vhgbtn:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
.wpd_vbgbtn:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
.wpd_vbgbtn:after{
     background: #324452;
}
 .wpd_vbbgbtn_inner:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
 .wpd_vbbgbtn_inner:after{
     background: #04071e;
}
.wpd_vbbgbtn:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
.wpd_vbbgbtn:after{
     background: #04071e;
}
 .wpd_vdbbgbtn_inner:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
 .wpd_vdbbgbtn_inner:after{     
     background: var(--white);
}
.wpd_vdbbgbtn:before{
     background: -webkit-linear-gradient(45deg, var(--brcolor), #dd1e1d);
     background: linear-gradient(45deg, var(--brcolor), #dd1e1d);
}
.wpd_btn, .wpd_btn:hover {
    color: var(--white);
}
/* btn */
.wpd_btn,
 .wpd_btn:hover{
	color: var(--white);	
}
.wpd_bbtn{
    color: var(--brcolor);
	border:2px solid var(--brcolor);
}


 .wpd_bbtn:hover,
.wpd_gbtn,
.wpd_gbtn:hover{
	color:#fff;
}
.wpd_gbbtn{
    color: var(--brcolor);	
}
.wpd_gbbtn:hover,
.wpd_vbtn,
.wpd_vbtn i,
.wpd_vbtn:hover{
	color: var(--white);	 
}
.wpd_vbbtn i{
	 color: var(--brcolor);
}
.wpd_vbbtn:hover i,
.wpd_vgbtn i,
.wpd_vhgbtn:hover,
.wpd_vhgbtn i,
.wpd_vbgbtn i,
.wpd_vbbgbtn{
	    color: var(--white);
}
.wpd_vbbgbtn i{
	color:var(--brcolor);
}
.wpd_vdbbgbtn i{
	color:#fff;
}
 span.wpd_v_text1 {
     color: #626262;
}

@media (min-width: 768px) and (max-width: 991px) {
.wpd_btn, .wpd_bbtn, .wpd_gbtn, .wpd_gbbtn {
    margin-right: 10px;
}

}
@media (max-width: 767px) {
.wpd_button_area {
    text-align: center;
}
.wpd_btn, .wpd_bbtn, .wpd_gbtn, .wpd_gbbtn {
    margin-bottom: 30px;
}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wpd_btn, .wpd_bbtn, .wpd_gbtn, .wpd_gbbtn {
    margin-bottom: 15px;
}	
	
}






