/*============================
 widget2111 Css
==============================*/
/*====================================================
--<	Techno  Pricing Area Css -->
======================================================*/
.single_pricing {
    padding: 51px 40px 60px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: .5s;
}
.single_pricing.active {
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
}
.pricing_title h3 {
    font-size: 30px;
    color: #670167; /* cdv #670167 -> #0c5adb */
    font-weight: 700;
}
.pricing_body {
    border: 1px solid #e6e6e6;
	border-radius: 8px;
	transition:.5s;
}
.single_pricing.active .pricing_body {
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
}
.pricing_body .featur ul li {
    margin-bottom: 13px;
    display: block;
}
.curencyp {
    font-size: 29px;
    font-weight: 500;
    position: relative;
    top: -15px;
	color: #670167; /* cdv #670167 -> #0c5adb */
}
.pricing_tk h2 {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #670167; /* cdv #670167 -> #0c5adb */
}
.pricing_tk h2 span {
    font-size: 19px ;
    font-weight: 500 ;
}
.order_now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    color: #616161;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
	transition:.5s;
	background:transparent;
}
.single_pricing.active .order_now a {
    color: #fff;
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
	background:#670167; /* cdv #670167 -> #0c5adb */
}
.single_pricing:hover {
	border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
}
.single_pricing:hover .pricing_body{
	border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
}
.single_pricing:hover .order_now a{
	background:#670167; /* cdv #670167 -> #0c5adb */
	color:#fff;
	border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
}

/* Pricing Style Two */

.pricing_style2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 0 32px;
    transition: .5s;
    overflow: hidden;
    box-shadow: 0px 8px 14.72px 1.28px rgba(207, 207, 207, 0.3);
    border-radius: 10px;
}
.pricing_head_style2 {
    padding: 12px 0 21px;
    background: #0762f8;
}
.pricing_title_style2 h3 {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 5px;
}
.pricing_tk_style2 h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #fff;
	transition:.5s;
}
.pricing_tk_style2 span {
    font-size: 14px ;
    color: #fff ;
    font-weight: 400;
}
.pricing_body_style2 {
    margin-top: 40px;
}
.pricing_body_style2 .featur_style2 ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
}
.pricing_body_style2 .deactive {
    text-decoration: line-through;
    color: #CCDCEA;
}
.pricing_style2_button {
    margin-top: 33px;
}
.order_style2_now a {
    background: #f5f5f5;
    color: #0762f8;
    padding: 18px 55px;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    display: inline-block;
}
.active .order_style2_now a {
    background:#0762f8;
	color:#fff;
}
.order_style2_now a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background:#0762f8;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
	transition:.5s;
}
.pricing_style2:hover{
	transform:translateY(-10px);
}
.pricing_style2:hover .order_style2_now a:before {
    width: 180%;
}
.pricing_style2:hover .order_style2_now a {
	color:#fff;
}
/* Pricing Style Three */
.single_pricing_three {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.2);
	text-align:center;
	border-radius:5px;
	overflow:hidden;
}
.pricing_head_three {
    position: relative;
    background: #670167; /* cdv #670167 -> #0c5adb */
    padding: 36px 0 50px;
    z-index: 1;
}
.pricing_head_three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url(images/new/pricing-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    z-index: -1;
}
.pricing_thumb {
    position: relative;
    display: inline-block;
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    top: -50px;
}
.pricing_body_three .featur ul li {
    list-style: none;
    padding: 6px 0;
}
.pricing_tk_three h2 {
    font-size: 70px;
    color: #fff;
}
.pricing_tk_three span {
    font-size: 20px;
}
.pricing_head_three .curencyp {
    font-size: 30px !important;
    font-weight: 700;
    position: relative;
    top: -37px;
    color: #fff;
    right: -18px;
}
.order_now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    color: #616161;
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 5px;
    transition: .5s;
    background: transparent;
}
.single_pricing_three:hover .order_now a {
	background:#670167; /* cdv #670167 -> #0c5adb */
	color:#fff;
}
/* Pricing Style Four */

.pricing_style_four {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 20px 50px 5px #e9eef7;
}
.pricing_style_four_content {
    background: url(images/new/pr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 0 77px;
}
.active .pricing_style_four_content {
    background: url(images/new/pr-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 0 77px;
}

.pricing_style_four_content_inner {
    text-align: right;
    padding-right: 50px;
}
.pricing_style_four_title h4 {
    font-weight: 500;
    text-transform: uppercase;
}
.pricing_style_four_tk h2 {
    font-weight: 500;
}
.pricing_style_four_tk h2 span {
    font-size: 20px;
}
.pricing_style_four_body {
    padding: 55px 28px 40px;
}
.pricing_style_four_body ul {
    list-style: none;
}
.pricing_style_four_body ul li {
    font-size: 18px;
    margin-bottom: 18px;
}
.pricing_style_four_body ul li i {
    color: #670167; /* cdv #670167 -> #0c5adb */
    margin-right: 10px;
}
.pricing_style_four_button a {
    background: #211e3b;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.pricing_style_four_button a span {
    font-size: 20px;
    margin-left: 5px;
}
.pricing_style_four_button a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: #670167; /* cdv #670167 -> #0c5adb */
    top: 0;
    transition: .5s;
    z-index: -1;
}
.pricing_style_four:hover .pricing_style_four_button a:before{
	width: 100%;
}
.single_price_icon {
    position: relative;
}
.single_price_icon_inner {
    position: absolute;
    bottom: 0;
    left: 74px;
}
.single_price_icon_inner .icon {
    color: #fff;
    font-size: 50px;
    height: 100px;
    width: 100px;
    background: #370437; /* cdv #370437 -> #00247e */
    line-height: 95px;
    display: inline-block;
    text-align: center;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    border: 5px solid #fff;
}



.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);
  }
}