/*============================
 widget2110 Css
==============================*/
 /*====================================================
--<	Techno Team Area Css -->
======================================================*/
.single_team {
    overflow: hidden;
    border-radius: 5px;
	transition:.5s;
}
.single_team_thumb{
	position: relative;
}
.single_team_thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single_team_icon {
    position: absolute;
    top: 50%;
    right: -50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    width: 45px;
    padding: 13px 0;
	opacity:0;
}
.single_team_icon a {
    display: block;
    font-size: 16px;
    color: #670167; /* cdv #670167 -> #0c5adb */
    text-align: center;
    margin: 4px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single_team_thumb img {
    width: 100%;
}
.single_team_content {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    padding: 12px 20px 23px;
    text-align: center;
    border-bottom: 2px solid #670167; /* cdv #670167 -> #0c5adb */
}
.single_team_content h4 {
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    display: block;
}
.single_team_content span {
    color:#670167; /* cdv #670167 -> #0c5adb */
	padding-top:2px;
}
/* Team Hover Css */
.single_team:hover{
	transform:translateY(-10px);
}
.single_team:hover .single_team_icon{
	opacity:1;
	right: -1px;
}
.single_team_content h4:hover{
	color:#670167; /* cdv #670167 -> #0c5adb */
}
.single_team:hover .single_team_thumb:before{
	opacity:1;
}
/* Team Style Three */

.team_style_three {
    position: relative;
    transition: .5s;
}
.team_style_three-thumb {
    position: relative;
	z-index:1;
	transition:.5s;
}
.team_style_three_thumb_inner {
    position: relative;
	z-index:1;
	transition:.5s;
	overflow:hidden;
}
.team_style_three_thumb_inner:before {
    position: absolute;
    left: -70px;
    bottom: -59px;
    height: 120px;
    width: 133%;
    background: #fff;
    content: "";
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-98deg);
}
.team_style_three-thumb:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 100%;
    width: 100%;
    background: #670167; /* cdv #670167 -> #0c5adb */
    content: "";
    -webkit-transform: skew(1deg);
    -khtml-transform: skew(69deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    opacity: 0; 
    transition: .5s;
    z-index: -1;
}
.team_style_three_thumb_inner img {
    width: 100%;
}
.team_style_three_content {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 18px;
    z-index: 1;
    padding: 15px 10px 35px 50px;
    transition: .5s;
}
.team_style_three_content:before {
    background:#670167; /* cdv #670167 -> #0c5adb */
	transition:.5s;
}

.team_style_three_content:before, .team_style_three_content:after {
    content: '';
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    position: absolute;
    z-index: -2;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
}

.team_style_three_title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.team_style_three_sub_title {
    transition: .5s;
    position: absolute;
    left: 51px;
    top: 40px;
}
.team_style_three_sub_title span {
    font-size: 14px;
    color: #fff;
    transition: .5s;
}
.team_style_three_icon a {
    color: #fff;
    display: inline-block;
    margin: 5px;
}
.team_style_three_icon {
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 47px;
    top: 50px;
}
.team_style_three:hover .team_style_three_icon {
    opacity: 1;
    top: 35px;
}
.team_style_three:hover .team_style_three-thumb:after{
	opacity:1;
	-webkit-transform: rotate(-10deg);
	    -webkit-transform: skew(1deg);
	        transform: rotate(-10deg);
}
.team_style_three:hover .team_style_three_sub_title {
    margin-top: -20px;
    opacity: 0;
}
.team_style_three:hover .team_style_three_content:before {
    background:#370437; /* cdv #370437 -> #00247e */
	transition:.5s;
}
/* Team Style Three */
.single_team_style_three{
	margin-bottom:30px;
}
.single_team_style_three_thumb {
    position: relative;
}
.single_team_style_three_thumb img {
    width: 100%;
}
.single_team_style_three_icon {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 83%;
    background: #670167; /* cdv #670167 -> #0c5adb */
    margin: 0 30px;
    margin: auto;
	padding:12px 0;
	transition:.5s;
	opacity:0;
}
.single_team_style_three_content {
    text-align: center;
    padding: 10px 0 22px;
    -webkit-box-shadow: 0 16px 32px rgba(207,228,255,.8);
    box-shadow: -1 16px 32px rgba(207,228,255,.8);
    -webkit-transform: translateY(0px);
	z-index:1;
}
.single_team_style_three:hover .single_team_style_three_icon{
	top: 82%;
	opacity:1;
}
.single_team_style_three_icon i {
    color: #fff;
    margin: 0 5px;
}

.section_sub_title h6 {
    letter-spacing: 5px;
    color: #670167; /* cdv #670167 -> #0c5adb */
    font-size: 16px;
}
.section_title.text_center {
	text-align:center;
}
.section_main_title h1,
.section_main_title h2 {
    font-weight: 800;
	margin:0;
}
.text_left .section_main_title h1 {
    margin: 0;
    letter-spacing: -1px;
}
.section_main_title h1 span{
	color:#670167; /* cdv #670167 -> #0c5adb */
}
.section_content_text p {
    font-size: 18px;
}
.text_center .section_content_text p {
    width: 75%;
    margin: auto;
    font-size: 19px;
}
.section_content_text.bold p {
    font-size: 22px;
    font-weight: 600;
}
.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
    color: #fff;
}
.section_title.white .section_sub_title h6 {
    color: #fff;
}
.section_title.white .section_content_text p {
    color: #fff;
}
.section_button {
    text-align: right;
}
.phone_number h5 {
    letter-spacing: 1px;
    font-weight: 500;
}
.em_bar {
	background: #9B50DB none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 5px;
	width: 62px;
	
}
.text_left .em_bar {
    margin: 0;
}
.em_bar_bg {
	height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #670167; /* cdv #670167 -> #0c5adb */
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}