/*============================
 widget2104 Css
==============================*/
/*====================================================
--<	Techno Flipbox Top Feature Area Css -->
======================================================*/
.nagative_margin {
    position: relative;
    margin-top: -100px;
}
.nagative_margin3 {
	position: relative;
	margin-top: -100px;
	z-index: 99;
}
.nagative_margin4 {
    position: relative;
    margin-top: -225px;
}
.nagative_margin5 {
    position: relative;
    margin-top: -70px;
}
.top_feature .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    border: 0;
}
.top_feature .techno_flipbox .techno_flipbox_back {
    background: #670167; /* cdv #670167 -> #0c5adb */
	box-shadow:0 5px 20px rgba(0,0,0,0.10);
	border-radius:8px;
}
.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 30px;
}
.top_feature .techno_flipbox .techno_flipbox_back::before {
    display:none;
}
.top_feature .icon {
    color: #670167; /* cdv #670167 -> #0c5adb */
    font-size: 45px;
    display: inline-block;
    line-height: 46px;
}
.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
	font-family: Muli;
}
/* New Flip Box Style */
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 225px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #670167; /* cdv #670167 -> #0c5adb */
  color: black;
  border-radius:5px;
}
.flipbox-icon {
    padding-top: 22px;
}
.flip-box-content h2 {
    font-size: 23px;
    color: #fff;
}
.flip-box-content p {
    color: #fff;
    padding: 10px 15px;
}
.flipbox-icon .icon {
    font-size: 35px;
    color: #fff;
}

.flip-box-back {
    background-color: #fff;
    color: white;
    transform: rotateY(180deg);
    border-radius: 5px;
    box-shadow: 0px 0px 25px 17px rgb(0 0 0 / 15%);
    padding: 10px 0 0;
}
.flip-box-back-content h2 {
    font-size: 23px;
    color: #670167; /* cdv #670167 -> #0c5adb */
}
.flip-box-back-content p {
    color: #232323;
    padding: 10px 15px 3px;
}
.flip-box-back-content a {
    padding: 9px 30px;
    color: #FFFFFF;
    background-color: #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
}
/* Top Feature Style Two */

.top_feature.two .techno_flipbox .techno_flipbox_font, .top_feature.two .techno_flipbox .techno_flipbox_back {
    min-height: 223px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back {
    background: #fff;
}
.top_feature.two .techno_flipbox .techno_flipbox_inner {
    padding: 0 24px;
}
.top_feature.two .icon {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    background: #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}
.top_feature.two .techno_flipbox .flipbox_title h3 {
    padding-bottom: 0;
	font-size:21px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #232323;
	font-size:21px;
}
.top_feature.two .techno_flipbox_back .flipbox_desc p {
    color: #616161;
}
/* Feature Style Three */
.feature_style_three {
    position: relative;
	border-radius:10px;
}
.feature_style_three:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,66,0.6);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.feature_style_tree_thumb img {
    width: 100%;
	border-radius:10px;
}
.feature_style_tree_content {
    position: absolute;
    left: 0;
    bottom: -67px;
    padding: 0 50px 0 38px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_thre_icon .icon {
    color: #fff;
    font-size: 50px;
}
.feature_style_three_title h4 {
    color: #fff;
    font-weight: 700;
}
.feature_style_three_text {
    color: #fff;
	opacity:0;
	transition:.3s;
}
.feature_style_three_butoon a {
    color: #fff;
    text-transform: uppercase;
	opacity:0;
	transition:.3s;
	font-size:14px;
}
.feature_style_three:hover:before {
    background: rgba(12,90,219,0.85);
}
.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a{
	opacity:1;
}
.feature_style_three:hover .feature_style_tree_content {
    bottom: 45px;
}

/* Feature Style Four */
.feature_style_four {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
    border-radius: 7px;
    transition: .5s;
	padding:50px 45px;
}
.feature_style_four.active{
	background: #670167; /* cdv #670167 -> #0c5adb */
}
.feature_style_four_icon i {
    background: #EDF4FC;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 40px;
    color: #670167; /* cdv #670167 -> #0c5adb */
    transition: .4s;
    display: inline-block;
}
.feature_style_four_title h4 {
    font-weight: 700;
	transition:.5s;
}
.feature_style_four_text p{
	transition:.5s;
}
.feature_style_four_button a{
	transition:.5s;
}
.feature_style_four.active .feature_style_four_title h4, 
.feature_style_four.active .feature_style_four_text p, 
.feature_style_four.active .feature_style_four_button a {
    color:#fff;
}
.feature_style_four_button a i {
    margin-left: 6px;
}
.feature_style_four:hover{
	background: #670167; /* cdv #670167 -> #0c5adb */
	transform:translateY(-10px);
}
.feature_style_four:hover .feature_style_four_title h4, 
.feature_style_four:hover .feature_style_four_text p, 
.feature_style_four:hover .feature_style_four_button a{ 
	color:#fff;
}
/* Feature Style Five */
.feature_style_five{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 35px 30px 10px;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
    position: relative;
	border-radius:0px 50px 50px 50px;
	background:#fff;
}
.feature_style_five::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:1;
}
.feature_style_five_cion i {
    color: #670167; /* cdv #670167 -> #0c5adb */
    background-color: #eff2f7;
    border-radius: 0 40px 40px;
    font-size: 25px;
    line-height: 70px;
	height:70px;
	width:70px;
	transition:.5s;
}
.feature_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_five_text p{
	transition:.5s;
}
.feature_style_five:hover{
	background:#670167; /* cdv #670167 -> #0c5adb */
	transform:translateY(-10px);
}
.feature_style_five:hover .feature_style_five_title h4,
.feature_style_five:hover .feature_style_five_text p{
	color:#fff;
}
/* Feature Style Six */
.single_feature_six {
    background: rgba(0,0,0,.67);
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single_feature_six::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #670167; /* cdv #670167 -> #0c5adb */
    content: "";
	transition:.5s;
	z-index:-1;
}
.single_feature_six_icon {
    float: left;
    margin-top: 12px;
}
.single_feature_six_icon i {
    font-size: 40px;
    color: #fff;
}
.single_feature_six_content.white {
    overflow: hidden;
}
.single_feature_six_content p {
    padding-top: 10px;
}
.single_feature_six:hover::before{
	width:100%;
}
/* Feature Style Seven */
.single_feature_seven {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
	margin-bottom:30px;
}

.single_feature_seven:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}
.single_feature_six_seven_icon .icon {
    font-size: 55px;
    color: #670167; /* cdv #670167 -> #0c5adb */
	transition:.5s;
}
.single_feature_seven_content h4 {
    transition: .5s;
    padding-top: 15px;
}
.single_feature_seven_content p {
    padding-top: 8px;
    transition: .5s;
}
.single_feature_seven:hover:before{
	width: 100%;
    height: 100%;
	background:#670167; /* cdv #670167 -> #0c5adb */
}
.single_feature_seven:hover .single_feature_six_seven_icon .icon,
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p{
	color:#fff;
}
/* Feature Style Eight */

.feature_style_eight{
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    text-align: center;
    padding: 60px 40px 45px;
	transition:.5s;
	border-radius:7px;
}
.feature_style_eight:hover{
	box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon{
  position: relative;
  display: inline-block;
  font-size: 60px;
  width: 130px;
  height: 130px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  background: #fff;
  box-shadow: 0 20px 50px 5px #e9eef7;
  color:#670167; /* cdv #670167 -> #0c5adb */
}
.feature_style_eight_icon .icon {
    display: inline-block;
}
.feature_style_eight:hover .feature_style_eight_icon{
	color:#fff;
}
.feature_style_eight:hover .feature_style_eight_icon{
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
	transition:.5s;
}
.feature_style_eight:hover .feature_style_eight_icon:before{
	background: rgba(12,90,219,0.80);
}
.anim-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-animation: service_hexagon 3s infinite linear;
  -moz-animation: service_hexagon 3s infinite linear;
  -o-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.feature_style_eight:hover .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.anim-icon .icon-1{
  position: absolute;
  left: -25px;
  top: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-2{
  position: absolute;
  left: 10px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 4s infinite linear;
  animation: zoom-fade-two 4s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-3{
  position: absolute;
  top: 15px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 3s infinite linear;
  animation: zoom-fade-two 3s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.feature_style_eight_title a {
    font-size: 24px;
    font-weight: 700;
}
/* Feature Style Nine */
.style_nine .feature_style_eight {
    padding: 45px 24px 25px;
}
.style_nine  .feature_style_eight_icon {
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
}
.style_nine .feature_style_eight_title a {
    font-size: 20px;
}
/*====================================================
--<	Techno Flipbox Area Css -->
======================================================*/
.techno_flipbox_font {
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 8px;
}
.flipbox .section_main_title h1 {
    color: #fff;
}
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title{
	margin-bottom:30px;
}
.techno_flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 250px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}
.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#00247e);
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #670167; /* cdv #670167 -> #0c5adb */
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.techno_flipbox_back .flipbox_desc p{
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
	color: #fff;
}

/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #670167; /* cdv #670167 -> #0c5adb */
	background: #670167; /* cdv #670167 -> #0c5adb */
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}