/*===========================
    feature css 
===========================*/
.sub-border {}
.sub-item {
	position: relative;
 	padding: 20px 0;
	-webkit-transition: .5s;
	transition: .5s;	
}
.sub-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
	display:inline-block;
	-webkit-transition: .5s;
	transition: .5s;	
}
.width_height_link_02 .sub-item i,
.width_height_link_0.sub-item i{
	font-size: 50px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
	border:none;	
}
.sub-item span {
    position: absolute;
    top: 15px;
    left: 20%;
    font-size: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    line-height: 1;	
}
.sub-item h3 {
    margin: 15px 0 10px;
}
.feature_btn a {
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    padding: 9px 30px;
}

/*====== border-2 ======*/
.sub-border-2 {}
.sub-border-2 .sub-item span {
    top: 31px;
    left: auto;
    right: 11%;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-border-2:hover .sub-item span {
    font-size: 60px;	
}

.sub-border-2 .sub-item p {
    padding: 0 0px;
}
/*====== border-3 ======*/

.sub-item.sub-item-3 i {
    height: 80px;
    width: 80px;
    line-height: 78px;
    background: none;
    
    -webkit-transition: .5s;
    
    transition: .5s;
	display:inline-block;
}
.sub-item.sub-item-3 p {
	padding-top: 15px;
}

.sub-item-3.sub-item h3 {
     padding-bottom: 8px;
margin-top:0px;	 
}


/*====== home page 6 ======*/
.sub-item.sub-item-6 i {
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%; 
    -webkit-transition: .5s; 
    transition: .5s;
	display:inline-block;	
}

/*====== home page 8 ======*/
.sub-item.sub-item-8 {
	padding: 30px 20px 21px;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-item.sub-item-8:hover {
	box-shadow: 0px 0px 29px -26px #000;
}


/* ===== feature style 3d css ===== */
.witr_feature_3d {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_single_feature_3d {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;	
}
.witr_feature_position{
    left: 0;
    padding: 40px 20px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 	
}
.witr_feature_front_3d,
.witr_feature_back_3d {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_feature_flip_left:hover .witr_single_feature_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_feature_flip_right:hover .witr_single_feature_3d {
    -webkit-transform: rotateY( 180deg);
            transform: rotateY( 180deg);
}
.witr_feature_flip_up:hover .witr_single_feature_3d {
    -webkit-transform: rotateX( 180deg);
            transform: rotateX( 180deg);
} 
.witr_feature_flip_down:hover .witr_single_feature_3d {
    -webkit-transform: rotateX( -180deg);
            transform: rotateX( -180deg);
}
.witr_feature_front_3d {
    z-index: 2;
}
.witr_feature_back_3d {
    z-index: 3;
}
/* left */
.witr_feature_flip_left .witr_feature_back_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
/* right */
.witr_feature_flip_right .witr_feature_back_3d {
    -webkit-transform: rotateY( 180deg);
            transform: rotateY( 180deg);
}
/* up */
.witr_feature_flip_up .witr_feature_back_3d {
    -webkit-transform: rotateX( 180deg);
            transform: rotateX( 180deg);
}
/* down */
.witr_feature_flip_down .witr_feature_back_3d {
    -webkit-transform: rotateX( -180deg);
            transform: rotateX( -180deg);
}
/* zoom in */
.witr_feature_flip_zoomin .witr_feature_back_3d{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(.75);
            transform: scale(.75);
}
.witr_feature_flip_zoomin:hover .witr_feature_back_3d{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
/* zoom out */
.witr_feature_flip_zoomout .witr_feature_front_3d {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
	z-index:4;
}
.witr_feature_flip_zoomout:hover .witr_feature_front_3d{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
}



.witr_feature_3d,
.witr_feature_front_3d,
.witr_feature_back_3d {
	height: 398px;
	width:100%;
}
/* tittle css */
.witr_feature_content_3d{}
.witr_feature_icon_3d {
	margin-bottom: 14px;
}
.witr_feature_icon_3d i {
    font-size: 35px;
	display:inline-block;	
}

.witr_feature_content_3d h3 {
    margin-bottom: 12px;
	font-size: 25px;
}
.witr_feature_content_3d h2{
    margin-bottom: 12px;
	font-size: 17px;
}

/* feature Front Face */
.witr_feature_front_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_feature_front_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_feature_back_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.witr_feature_back_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*  feature Button */
.witr_feature_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_feature_btn_3d a {
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/* Feature Slug */


/*CREATIVE FEATURE SECTION*/
.witr_slug_feature{}
.witr_feature_bo11_thumb{
	overflow:hidden;
    position: relative;	
}
.witr_slug_feature .witr_feture_back_con_slugf{
	position: absolute;
	top: -100%;
	left: 0px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px 30px;
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_slug_feature:hover .witr_feture_back_con_slugf{
	top:0;
}

.witr_back_con_slugf {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.witr_slug_front_contentf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px 20px;
	-webkit-transition: .5s;
	transition:.5s;
}

.witr_feature_iconf  {
    font-size: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.witr_feature_iconf i{}

.witr_back_con_slugf .witr_content_textf h3 {
	font-size: 23px;
	margin-bottom: 11px;
	padding-top: 0;
}
.witr_slug_front_contentf .witr_content_textf h3 {
    margin-left: 20px;
    margin-top: 17px;
    font-size: 22px;
}
.witr_slug_feature:hover .witr_slug_front_contentf{
	bottom:-100px;
} 
.witr_slug_front_contentf .witr_content_textf p {
	display: none;
}
.witr_feature_btn_f a {
	padding: 8px 21px;
	border-radius: 30px;
	margin-top: 10px;
	display: inline-block;
}


/*===========================
	feature cursor css 
===========================*/
.all_feature_color.ca_ferture_7 {
    margin: 15px 0;
}
.ca_ferture_7 .sub-item {
    padding: 30px 30px 30px;
    box-shadow: 0 5px 10px 0 rgb(240 241 243);
    -webkit-transition: 1s;
    transition: 1s;
}
.ca_ferture_7:hover .sub-item{} 
.witr_cfeature8 .sub-item span {
    position: inherit;
    font-size: 18px;
    display: block;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
	margin-top:30px;	
}
.witr_cfeature8 .sub-item span:before{
position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 58%;
    border-left-color: transparent;
    z-index: -1;
    margin: auto;
	top: -10px;
	border-radius: 0 5px 5px 0;	
}
.witr_cfeature8 .sub-item h3 {
    margin-top: 30px;
}
.carsor_featutes_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.carsor_featutes_bottom_text {
    align-items: center;
    display: flex;
}
.carsor_featutes_bottom_img {
    margin-right: 10px;
}
.carsor_featutes_bottom_img img {
    width: 30px;
    height: 36px;
}
.carsor_featutes_bottom_title{}
.carsor_featutes_bottom_title h4 {
    font-size: 16px;
}




/* witr_cfeature9 */
.witr_cfeature9 .all_feature_color {
    box-shadow: 0 5px 10px 0 rgb(240 241 243);
    background: #fff;
}
.witr_cfeature9 .slick-slide {
    padding-bottom: 30px;
}
.witr_cfeature9 .sub-item{
	padding:0;
}
.feature_carsor_icon {
    margin-top: -48px;
    margin-bottom: 29px;
}
.witr_cfeature9 .sub-item span {
    position: inherit;
    font-size: 50px;
    display: block;
    top: auto;
	bottom:5px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(0);
            transform: translateX(0);	
}
.witr_cfeature9 .sub-item:hover span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
}

.witr_cfeature9 .sub-item i{
	position:relative;
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_cfeature9 .sub-item i:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    top: 6px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_cfeature9 .sub-item:hover i:after{
	background:#fff;	
}
.witr_cfeature9 .feature_btn {
    position: relative;
    top: 20px;
}

.witr_cfeature9 .sub-item:hover .feature_btn a {
    background: #fff;
    color: #222429;
	border-color:#fff;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}


/*===========================
    feature2 css 
===========================*/

.witr_feature2 {
	position: relative;
	z-index: 1;
    padding: 65px 20px;
	-webkit-transition: .5s;
	transition:.5s;	
}

.witr_fea2_icon_top i {
    font-size: 80px;
    display: inline-block;	
}
.single_feature2:hover .witr_fea2_icon_top i{
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_feature2_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    z-index: -1;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
}
.single_feature2:hover .witr_feature2_icon{
	opacity:8%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}
.witr_feature2_icon i {
    font-size: 150px;
}
.witr_feature2 h3 {
    margin: 19px 0 10px;
}


/* feature style 3 */
.twr_feature_three{
    box-shadow: 0 5px 83px rgb(3 43 86 / 12%);
	background:#fff;
	position: relative;	
	overflow: hidden;
	transition:.5s;
}
.twr_feature_three_inner{
    position: relative;
	background: inherit;
    z-index: 2;	
	transition:.5s;
	padding: 40px 30px;
transform: translateY(-84px);	
}
.twr_feature_three:hover .twr_feature_three_inner{
    transform: translateY(0px);
}
.twr_feature_three_icon{
	margin-bottom:20px;
	transition:1s;
	transform: scale(0);	
}
.twr_feature_three_icon i{
	font-size:64px;
}
.twr_feature_three:hover .twr_feature_three_icon{
    transform: scale(1);
}
.twr_feature_relative_text{
    position: relative;		
}
.twr_fe_three_middle_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
	opacity:1;
	transition:1s;
}
.twr_feature_three:hover .twr_fe_three_middle_icon{
    opacity:0;
}
.twr_fe_three_middle_icon i {
    font-size: 130px;
    color: #ddd ;
}
.twr_feature_three_text{}
.twr_feature_three_text h3{
	margin-bottom:15px;	
}
.twr_feature_three_text p {
    margin-top: 0;
    margin-bottom: 0;
}
.twr_feature_three_text a {
    color: #222429;
    margin-top: 10px;
    display: inline-block;
}
.twr_feature_three_image{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;	
}

/* feature style 4 */
.twr_feature_four_image {
    position: relative;
    overflow: hidden;
}
.twr_feature_four_image::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
	transition:.5s;	
}
.twr_feature_four_inner {
    position: absolute;
    bottom: 0;
    padding: 20px 40px 30px;
    transition: .5s;
    transform: translateY(82px);
}
.twr_feature_four:hover .twr_feature_four_inner{
    transform: translateY(0px);
}
.twr_feature_four_icon i {
    font-size: 45px;
    margin-bottom: 15px;
}
.twr_feature_four_icon i{
	font-size:35px;
}
.feature_list_option {
    margin-top: 15px;
}
.feature_list_option ul{
    margin-bottom: 0;
}
.feature_list_option ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}
.feature_list_option ul li span {
    margin-right: 6px;
}
















/* feature style 8-9 */
.singleService{
    position: relative;
    padding: 24px 0 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.singleService h3{
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 7px;
}
.singleService p{
    margin-bottom: 88px;
}
.boxTop.singleService p{
    margin-bottom: 0px;
} 
.box {
    position: relative;
    text-align: center;
}
.box:before{
    width: 267px;
    height: 276px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    text-align: center;
    background: url(../../images/corporate/s5.png) no-repeat center center / cover;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: box_blinker_before 3.5s linear infinite;
            animation: box_blinker_before 3.5s linear infinite;	
}
@-webkit-keyframes box_blinker_before {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes box_blinker_before {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box:after{
    width: 163px;
    height: 182px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: '';
    text-align: center;
    background: url(../../images/corporate/s6.png) no-repeat center center / cover;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: box_blinker_after 3.5s linear infinite;
            animation: box_blinker_after 3.5s linear infinite;
}
@-webkit-keyframes box_blinker_after{
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes box_blinker_after{
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.singleService:hover .box:before{
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.singleService:hover .box:after{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box i{
    font-size: 53px;
    line-height: 53px;
    z-index: 5;
    top: 0;
    left: 6px;
    text-align: center;
    position: relative;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    display: inline-block;
    -moz-transition: all ease 400ms;
}

.singleService h2{
    font-size: 60px;
    line-height: 37px;
    top: 35px;
    right: -52px;
    z-index: -1;
    position: relative;
    margin: 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.boxTop h2{
    top: -42px;
    right: -40px;
}
.boxTop{
    padding-top: 100px;
}
.boxTop .box{
    margin-bottom: 84px;
}


/* witr_feature style 12 */
.witr_feature_12.sub-item {
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 8%);
    padding: 40px 30px 30px;
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_feature_12.sub-item:hover{
    background: url(../../images/corporate/fea-12.png) no-repeat center top;
}
.witr_feature_bo_thumb {
    margin-top: 24px;
}
.witr_feature_12.sub-item i {
	font-size: 40px;
    border-radius: 5px;
    background: no-repeat;
    height: auto;
    width: auto;
    line-height: 0;
}
/* witr_feature style 13 */
.witr_feature_13.sub-border-2 .sub-item span{
    top: 5px;
    left: 67%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border-radius: 50px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);	
}
.witr_feature_13 .sub-item i{
    position: relative;
    height: 95px;
    width: 95px;
    line-height: 95px;	
}
.witr_feature_13 .sub-item:before{
    position: absolute;
    content: "";
    top: 75px;
    left: 0;
    width: 110%;
    height: 3px;
	-webkit-transition: .5s;
	transition:.5s;	
}
.witr_feature_13 .sub-item:after{
    position: absolute;
    content: "";
    top: 75px;
    left: 0;
    width: 110%;
    height: 3px;
	z-index: -1;	
}
.witr_feature_13 .sub-item h2{
	font-size:16px;
    margin-bottom: 8px;	
}

/*=====================
starton feature SECTION
=========================*/
.em-feature {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; 
}

.feature_inner_box {
    padding: 30px 21px 21px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index:3;
	box-shadow: 0 5px 10px 0 rgb(240 241 243);
	border-radius: 5px;
}
.feature_inner_box:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
	z-index:-1;
}
.em_feature-icon i{
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 46px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 45px;
    border-radius: 30px;
    margin-right: 20px;
    text-align: center;
	float: left;
}
.em_feature-icon img{
	float: left;	
}
.em_content_text {
    padding-top: 10px;
}
.feature_active .slick-list {
    padding-bottom: 10px;
}
.em-feature-title h2{
	font-size: 17px;
    padding-bottom: 3px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	margin-top: 11px;
}
.em-feature-desc p{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}
.feature_inner {
    overflow: hidden;
}
.feature_icon {
  margin-top: 21px;
}
.f-readmore {
    padding-top: 7px;
}
.feature_button a{
    display: inline-block;	
}
.feature_button a span i {
    margin-left: 10px;
    font-size: 11px;
}


.em-feature:hover .feature_button a,
.em-feature:hover h2,
.em-feature:hover h3,
.em-feature:hover h3 a,
.em-feature:hover .em-feature-desc {
	z-index:1;	 
}
.feature_active .slick-slide img {
    display: initial;
}
.feature_active .all_feature_color h2{
	font-size:17px;
	font-weight: 400;	
}
.feature_active .slick-dots {
    bottom: -35px;
}

/* carsol feature 10 */
.wcr_feature_10 {
    border-radius: 5px;
    box-shadow: 0 0px 30px -5px rgb(0 0 0 / 10%);
    margin: 15px 0;	
}
.wcr_feature_10 .sub-item {
    padding:50px 20px 18px;
}
.wcr_feature_10 .feature_btn a {
    display: block;
    padding: 15px 30px;	
	position: relative;
    z-index: 1;	
}

.wcr_feature_10 .feature_btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0px 0px 5px 5px;
}
.wcr_feature_10:hover .feature_btn a:before{
	height:100%;		
}

/* carsol feature 11 */
.wcr_feature_11 {
    padding-bottom: 43px;
}
.witr_sub_item_area,
.feature_positions_thumb{
	position:relative;
}
.feature_video_post{
    position: absolute;
    top: 20px;
    right: 20px;	
}
.feature_video_post a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;	
}
.feature_topicon_post{
    position: absolute;
    top: 20px;
    left: 20px;	
}
.feature_topicon_post i {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;	
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_sub_item {
    position: relative;
    padding: 20px 20px 60px;
    box-shadow: 0 0px 30px -5px rgb(0 0 0 / 10%);
    z-index: 1;	
}
.witr_sub_item h3{
    margin-bottom:7px;	
}

.feature_big_icon {
    position: absolute;
    bottom: 0;
    right: 0;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;	
}
.feature_big_icon span{
	font-size:100px;
}
.wcr_feature_11:hover .feature_big_icon{
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
}
.car_feature_btn_icon{
    position: absolute;
    bottom: -35px;
    left: 0;	
    right: 0;
    z-index: 1;
    text-align: center;	
}
.car_feature_btn_icon a i{
    font-size: 26px;
    height: 70px;
    width: 70px;
    line-height: 70px;	
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);	
}

.medi_singleFeature{
    position: relative;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:after{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:before{
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:hover:before{
    width: 100%;
}
.medi_featureThumb{
    position: relative;
    margin-bottom: 20px;
}
.medi_featureThumb img{
    width: 100%;
    height: auto;
}
.medi_featureThumb:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.medi_featureDetail{
    position: relative;
    padding: 0 25px 24px 34px;
}

.medi_featureDetail p{
    margin-bottom: 10px;
}
.medi_featureDetail .discover_more{
    margin: 0;
}
.medi_featureDetail .discover_more i{
    position: relative;
    top: 2px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
}
.medi_featureDetail .discover_more:hover i{
    padding-left: 7px;
}










/* responsive */

@media (min-width: 992px) and (max-width: 1199px) {

.sub-item p {
	padding: 0 6px;
}
.witr_feature2 h3 {
	font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sub-border-2 .sub-item span {
	top: 31px;
	left: 75%;
}
.sub-item p {
	padding: 0;
}

}
@media (max-width: 767px) {
.em_feature-icon {
	font-size: 18px;
}	
.em_feature-icon i {
	float: none;
}
.twr_feature_four_inner {
    padding: 20px 16px 30px;
}
.em-feature-title h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.witr_feature_content_3d h3 {
	font-size: 21px;
}
.sub-item h3 {
    font-size: 21px;
}
.feature_inner_box{
	text-align:center;
}
.em-feature {
margin-bottom: 23px;
}	
}

@media (min-width: 10px) and (max-width: 991px){	
.em-feature {
margin-bottom: 20px;
}
}


