/* Button Effects */
.fbvc-bttn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    padding: 6px 20px 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #4ac8ed;
    border: none;
    cursor:pointer;
}
.fbvc-bttn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background:#242c42;
}
.fbvc-bttn:hover, .fbvc-bttn:focus, .fbvc-bttn:active {
    color: #fff;
}
.fbvc-bttn:hover:before, .fbvc-bttn:focus:before, .fbvc-bttn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/** Featured Box **/
.fbvc-featured-box {
    background: #ffffff;
    float: left;
    padding: 50px 30px 57px;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.fbvc-featured-box:hover span, .fbvc-featured-box:hover h5, .fbvc-featured-box:hover p {
    color: #fff;
}
.fbvc-featured-box.active span, .fbvc-featured-box.active h5, .fbvc-featured-box.active p {
    color: #fff;
}
.fbvc-featured-box:hover a, .fbvc-featured-box.active a {
    border-color: #fff;
    background: #fff;
    color: #303030;
}
.fbvc-featured-box:hover a:hover, .fbvc-featured-box.active a:hover {
    color: #fff;
}
.fbvc-featured-box span {
    font-size: 60px;
    margin-bottom: 10px;
}
.fbvc-featured-box h5 {
    margin: 15px 0 10px;
}
.fbvc-featured-box p {
    margin: 0 0 25px;
}
.fbvc-featured-box .btn {
    padding: 6px 20px 7px;
    font-size: 15px;
    font-weight: 300;
}
.fbvc-featured-box:hover{
    background: #4ac8ed;
}
.fbvc-featured-box .fbvc-bttn{
    text-decoration: none;
}
.fbvc-featured-box:hover, .fbvc-featured-box.active {
    background: #4ac8ed;
}



/*** 

======================================================
    Style Two
======================================================

***/
.fbvc-feature-block{
    position: relative;
    margin-bottom: 30px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-feature-block .inner-box{
    position: relative;
    display:block;
    padding: 50px 45px 5px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.fbvc-feature-block .inner-box:before{
    position: absolute;
    content: '';
    left:0;
    top:0;
    right:0;
    bottom:0;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background: #ffffff;
}

.fbvc-feature-block:hover .inner-box:before{
    bottom:-40px;
    background: #443986;	
}

.fbvc-feature-block.alternate:hover .inner-box:before{
    background: #ee2d50;	
}

.fbvc-feature-block:hover{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fbvc-feature-block .inner-box h3{
    position: relative;
    color:#222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 28px;
}

.fbvc-feature-block .inner-box h3 a{
    position: relative;
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-feature-block .inner-box .icon-box{
    position: relative;
    font-size: 82px;
    line-height: 1em;
    color:#ee2d50;
    margin-bottom: 25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-feature-block .inner-box .text{
    position: relative;
    color:#555555;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom:25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-feature-block .inner-box .more-link{
    position:relative;
    display:block;
    margin-right:-45px;
    overflow:hidden;	
}

.fbvc-feature-block .inner-box .read-more{
    position: relative;
    color:#ee2d50;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-feature-block .inner-box .read-more .fa{
    padding-right:5px;	
}

.fbvc-feature-block .inner-box .read-more:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 11px;
    width: 300%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,0.50);
}

.fbvc-feature-block .inner-box:hover .read-more{
    opacity: 1;
    visibility: visible;
}

.fbvc-feature-block .inner-box:hover .read-more:after{
    opacity: 1;
    visibility: visible;
}

.fbvc-feature-block .inner-box:hover{
    background-color: #443986;
}

.fbvc-feature-block .inner-box:hover .text,
.fbvc-feature-block .inner-box:hover h3 a,
.fbvc-feature-block .inner-box:hover .icon-box{
    color:#ffffff;
}

.fbvc-feature-block.alternate .inner-box .icon-box{
    color:#443986;
}

.fbvc-feature-block.alternate .inner-box:hover{
    background-color:#ee2d50;
}

.fbvc-feature-block.alternate .inner-box .read-more,
.fbvc-feature-block.alternate .inner-box:hover .icon-box{
    color:#ffffff;
}
.fbvc-feature-block .inner-box a{
    text-decoration: none;
}




/*** 

======================================================
    Style Three
======================================================

***/
.fbvc-feature-block-2{
    position: relative;
    margin: 15px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  			
}
.fbvc-feature-block-2:hover{	
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0 15px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);		
    transform: translateY(-5px);
}

.fbvc-feature-block-2-no-hover{
    position: relative;
}
.fbvc-feature-block-2-no-hover:hover{	
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;		
    transform: translateY(0px);
}

.fbvc-feature-block-2 h4{
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

.fbvc-feature-block-2 p{
    color: #888;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 15px;
}
.fbvc-feature-block-2 i{
    font-size: 60px;
    color: #2387ea;
}

.fbvc-feature-block-2 img{
    width: 100px;
    margin-bottom: 5px;
}

.fbvc-feature-block-2 a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #2387ea;
    margin-top: 20px;
}
.fbvc-feature-block-2 a i{
    font-size: 11px;
    color: #2387ea;
    margin-left: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  			
}
.fbvc-feature-block-2 a:hover{
    color: #222;
}
.fbvc-feature-block-2 a:hover i{
    color: #222;
}
.fbvc-feature-bg{
    background: #fff;
    border-radius: 10px;
}

.fbvc-feature-shadow{
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 15px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);	
}

.fbvc-feature-bordered{
    border: 1px solid #f6f6f6;
}

.fbvc-feature-hover-shadow{
    position: relative;
}
.fbvc-feature-hover-shadow:hover{
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0 15px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);	
}
.fbvc-inner-40 {
    padding: 40px;
}
.fbvc-center-holder {
    text-align: center;
}


/*** 

======================================================
    Style Four
======================================================

***/

.single-course-categories-two {
    padding: 15px 20px 25px;
    border-radius: 25px 25px 0 0;
    text-align: center;
    position: relative;
    margin-top: 62px;
}
.single-course-categories-two:hover .cours-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-categories-two {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .single-course-categories-two {
        margin-top: 80px;
    }
}
.single-course-categories-two .cours-icon {
    margin-top: -65px;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-course-categories-two .cours-icon .coure-icon-inner {
    background: #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
}
.single-course-categories-two .cours-title {
    margin-top: 15px;
}
.single-course-categories-two .cours-title h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-course-categories-two .cours-title h4 {
        font-size: 20px;
    }
}
.single-course-categories-two .cours-title p {
    color: #ffffff;
    font-size: 14px;
}
.single-course-categories-two .cours-title a{
    color: #ffffff;
    font-weight: 600;
}
.single-course-categories-two .cours-title a:hover{
    color: #ffffff;
}



/*** 

======================================================
    Style Five
======================================================

***/

.fbvc-services-block-four{
    position: relative;
    margin-bottom: 30px;
}

.fbvc-services-block-four .inner-box{
    position: relative;
    text-align: center;
    padding: 40px 30px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.fbvc-services-block-four .inner-box:before{
    position:absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: #ee2d50;
    transition:all 1200ms ease;
    -moz-transition:all 1200ms ease;
    -webkit-transition:all 1200ms ease;
    -ms-transition:all 1200ms ease;
    -o-transition:all 1200ms ease;
}

.fbvc-services-block-four .inner-box:after{
    position:absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: #ee2d50;
    transition:all 1200ms ease;
    -moz-transition:all 1200ms ease;
    -webkit-transition:all 1200ms ease;
    -ms-transition:all 1200ms ease;
    -o-transition:all 1200ms ease;
}

.fbvc-services-block-four .inner-box:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.fbvc-services-block-four .inner-box:hover::before,
.fbvc-services-block-four .inner-box:hover::after{
    width:100%;
}

.fbvc-services-block-four .inner-box .icon-box{
    position: relative;
    color: #443986;
    font-size: 65px;
    line-height: 1em;
    margin-bottom: 18px;
}

.fbvc-services-block-four .inner-box h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.fbvc-services-block-four .inner-box h3 a{
    position: relative;
    color:#222222;
    text-decoration: none;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fbvc-services-block-four .inner-box .text{
    position: relative;
    color:#555555;
    font-size: 16px;
    line-height: 1.7em;
}

.fbvc-services-block-four .inner-box h3 a:hover{
    color:#ee2d50;
}
