/*============================
 widget2113 Css
==============================*/
/*====================================================
--<	Techno Blog Area Css -->
======================================================*/
.single_blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
	transition:.5s;
}
.single_blog_content{
    background: #fff;
}
.single_blog:hover {
    border-color: transparent;
    box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.blog_page_title h3 {
    font-size: 21px;
    transition: .5s;
}
.blog_page_title a {
    font-weight: 700;
}
.single_blog_thumb img {
    width: 100%;
}
.blog_page_button a {
    font-size: 15px;
    transition: .5s;
    color: #616161;
}
.blog_page_button.style_two a {
    font-size: 15px;
    transition: .5s;
    color: #670167; /* cdv #670167 -> #0c5adb */
    border: 1px solid #670167; /* cdv #670167 -> #0c5adb */
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
}
.blog_page_button a i {
    margin-left: 6px;
}
.blog_page_button a:hover {
    color:#670167; /* cdv #670167 -> #0c5adb */
}
.blog_page_title a:hover {
    color:#670167; /* cdv #670167 -> #0c5adb */
}
.techno_blog_meta a {
    color: #616161;
	transition:.3s;
	position:relative;
}
.techno_blog_meta a:before {
    position: absolute;
    right: -6px;
    height: 14px;
    width: 1px;
    background: #666;
    content: "";
    top: 5px;
}
.techno_blog_meta a:hover{
	color:#670167; /* cdv #670167 -> #0c5adb */
}

.subscribe_content_title h2 {
    font-size: 32px;
    font-weight: 700;
}
.subscribe_form input {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 15px;
}
.subscribe_form_send button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 15px;
    background: #670167; /* cdv #670167 -> #0c5adb */
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 15px 43px;
    position: absolute;
    right: 20px;
    top: 74%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe_form_send button:hover{
	color: #fff;
}
/* Style Two*/
.style_two .row.sbc_bg_box {
    background: #670167; /* cdv #670167 -> #0c5adb */
    border-radius: 15px;
    padding: 25px 0 55px;
    position: relative;
    margin-bottom: -140px;
    z-index: 1;
}
.style_two.tp-mg .row.sbc_bg_box {
    margin-bottom: 0;
    margin-top: -145px;
}
.style_two .subscribe_bg_box form {
    background: #fff;
    padding: 30px 40px 25px;
    border-radius: 80px;
}
.style_two .subscribe_form input {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 75%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: 0;
    border: 0;
    border-radius: 40px;
}
.style_two .subscribe_form_send button {
    border-radius: 40px;
    background: #670167; /* cdv #670167 -> #0c5adb */
    font-weight: 600;
    margin: auto;
    padding: 17px 55px;
    right: 55px;
    top: 68%;
	color:#fff;
}
.style_two .subscribe_form_send button:hover{
	color:#fff;
}
/* Style Blog All */
.techno_blog_meta.shado_bg {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 12px;
    position: relative;
    margin-top: -26px;
    background: #fff;
    border-radius: 5px;
}
.single_blog_thumb.el_thumb {
    overflow: hidden;
}
.single_blog_thumb.el_thumb img{
	transition:.5s;
	overflow:hidden;
}
.single_blog:hover .single_blog_thumb.el_thumb img{
	transform: scale(1.2);
}
.single_blog_date {
    position: absolute;
    right: 0;
    top: 0;
}
.single_blog_date_inner {
    background: #670167; /* cdv #670167 -> #0c5adb */
    display: inline-block;
    padding: 2px 15px 10px;
}
.color2 .single_blog_date_inner {
    background: #fd8424;
}
.color3 .single_blog_date_inner {
    background: #d83030;
}
.single_blog_date_inner h3 {
    color: #fff;
}
.single_blog_date_inner span {
    display: block;
    color: #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);
  }
}