/* HOME-3 */

.home_3 .witr_slider_content {
    top: 48%;
}
.witr_content_inner p{
    color: #fff;
    width: 39%;
    margin: auto;
	margin-bottom: 30px;
}
.text-right.witr_content_inner p{
    margin-right: 0;
}
.text-left.witr_content_inner p{
    margin-left: 0;
}
.text-left.witr_sl_btn,
.text-right.witr_sl_btn{
	top: 50%;
    position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);	
}
.text-right.witr_sl_btn{
	right: 0%;
}
.witr_btn{
    border-radius: 0px;
    font-size: 15px;
    padding: 15px 30px;
	background:#00a2ff;
	border-radius:5px;
}
.witr_btn:hover{
	background:#001f31;
}

/* witr_feature_area css */
.witr_feature_area3{
    margin-top: -155px;
    margin-bottom: -21px;
}
.home_3 .witr_single_feature {
    box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
}

/* call_to_action_area css */
.call_to_action_area.home_3{
    border: none;
    padding: 90px 0;
	background-image: url(../images/portfolio/bg3.jpg);
    background-position: center;
	margin: 110px 0 173px;
}
.call_to_action_thumb{
	margin-top: -32%;
    position: absolute;	
}
.call_to_action_thumb img{}
.home_3 .witr_saction_icon{
	top: 50%;
	left: 50%;
    position: absolute;
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
}
.home_3 .call_to_action_title_content h2 {
	color:#fff;
	margin-bottom: 0px;
}

/* witr_service_area */

.home_3 .witr_single_service{
  position: relative;
  border:none;
	transform-style:preserve-3d;
	transition:.5s;
  height: 254px;  
}
.home_3 .witr_single_service:hover{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  
}  

.home_3 .witr_single_service_content,
.witr_single_cb{
	position: absolute;
	width: 100%;
	height: 100%;
	    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	 background:#fff;
}
.home_3 .witr_single_service_content {
    padding: 50px 30px;
    border: 1px solid #f5f0f0;
/*     height: 254px; */
}
.witr_single_cb{
    padding: 50px 30px;
	/* height: 254px; */
    background-image: url(../images/about/bg1.png);
    background-position: -239px -249px;
    box-shadow: 0px 6px 30px 0px rgba(148,146,245,0.2);
    background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);		 
}
.witr_single_cb p{}
.witr_single_cb a{
    font-size: 17px;
   
    margin-top: 15px;
	color:#00a2ff;
	-webkit-transition: .5s;
	transition:.5s;	
}
.witr_single_cb a:hover{
	color:#001f31;	
}

/* portfolio area */
 .home_3 .witr_section_title {
    margin-bottom: 20px;
}
.home_bottom.witr_section_title {
    margin-bottom: 40px;
} 
.home_3 .portfolio_filter {
    margin-top: 0px;
}
.witr_port_p{
	margin-top:50px;
}
.witr_port_p p{
	color:#fff;
}

/*===========================
   team2 area css 
===========================*/
.witr_team2_area{
	padding:90px 0 70px;
	background:#f3faff;
}
.witr_single_team2{
    margin-bottom: 70px;
}
.witr_single_team2_image {
	position:relative;
}
.witr_single_team2_image:before {
    position: absolute;
    content: '';
    background:rgba(0, 0, 202, 0.41);
    top: 0;
	left: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_single_team2:hover .witr_single_team2_image:before{
    left: 0;	
}
.witr_single_team2_image img {
	width:100%;
}

.witr_team2_social{
	position: absolute;
    right: -100%;
    bottom: 78px;
    -webkit-transition: .5s;
    transition: .5s;	
}
.witr_single_team2:hover .witr_team2_social{
    right: 10px;	
}
.witr_team2_social a{
	color:#fff;
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_team2_social a:hover{
	color:#00a2ff;
}
.witr_team2_social i{

}
.witr_team2_social span {
    margin: 0 5px;
}
.witr_single_team2_content {
	background: #f5f6fa;
    padding: 20px 65px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -40px;
    -webkit-transition: .5s;
    transition: .5s;	
}
.witr_single_team2:hover .witr_single_team2_content{
	background: #00a2ff;
}
.witr_single_team2_content h3 {
	font-size: 20px;
    color: #333;
    margin-bottom:10px;
    -webkit-transition: .5s;
    transition: .5s;	
}
.witr_single_team2_content span {
	color:#828282;
	font-size: 17px;
    -webkit-transition: .5s;
    transition: .5s;	
}
.witr_single_team2:hover .witr_single_team2_content h3,
.witr_single_team2:hover .witr_single_team2_content span{
	color:#fff;
}













