.pb-70 {
    padding-bottom: 70px;
}
.pt-85 {
    padding-top: 85px;
}
.section_title.text_center {
    text-align: center;
}
.mb-55 {
    margin-bottom: 55px;
}
.uppercase {
    text-transform: uppercase;
}
.hizmetler{
    background-image: url('../img/web/tlps2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hizmetler_card_back{
    background-image: url('../img/web/logo_min_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

     
}

.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: #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);
  }
}
.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: #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: #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;
}
.mb-30 {
    margin-bottom: 30px;
}
.techno_flipbox_font {
    border: 1px solid #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 {
 
    min-width: 260px !important;
    max-width: 100% !important;
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.techno_flipbox:hover h2{
    color:#fff;
}

.techno_flipbox:hover .techno_flipbox_back{
    border-radius: 25px;
    
}
.techno_flipbox:hover .techno_flipbox_back .flipbox_title{
    margin-top: 25px;
    
}


.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 240px;
    background-color: #EFF2F7CC;
	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: #2e8ac2;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #2e8ac2;
}
.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: #2e8ac2;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
    min-height: 240px;
	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: #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_area.top_feature.upper .techno_flipbox_font .icon {
    font-size: 45px;
    color: #0c5adb;
    background: transparent;
}




/* 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);

    border-radius: 25px;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}

@media screen and (max-width:430px) {
    .techno_flipbox .techno_flipbox_inner {

        -webkit-transform: translateY(-70%) translateZ(60px) scale(0.94);
        transform: translateY(-70%) translateZ(60px) scale(0.94);
    }
    .techno_flipbox .techno_flipbox_font, .techno_flipbox .techno_flipbox_back  {
    min-height: 420px;
    }
    }
.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: #0c5adb;
    border: 1px solid #0c5adb;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
}
.blog_page_button a i {
    margin-left: 6px;
}
.blog_page_button a:hover {
    color:#0C5ADB;
}
.blog_page_title a:hover {
    color:#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:#0C5ADB;
}

/*odoo blog*/
.blog_area.oddo {
    background: #EFF2F7;
}

/* 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: #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;
}
 
.single-blog-box {
    overflow: hidden;
    filter: drop-shadow(0 0 40px rgba(125,149,188,0.1));
    background-color: #ffffff;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
}
 
.single-blog-thumb {
    transition: .5s;
    overflow: hidden;
}
.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
}
 
.em-blog-content {
    padding: 12px 30px 25px;
    border-radius: 5px;
}

 
.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 55%;
    height: 55%;
    background: url('../img/web/blog1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
 
.em-blog-title h2 {
    font-size: 22px;
    padding: 4px 0 0;
}
.em-blog-title h2 a {
    font-size: 22px;
    color: #232323;
    display: inline-block;
    font-weight: 700;
    transition: .5s;
}
.em-blog-text p {
    display: inline-block;
    padding: 14px 0 22px;
    border-bottom: 1px solid  rgba(125,149,188,0.1);
    margin-bottom: 11px;
}
 
.em-blog-icon {
    display: inline-block;
    float: left;
}
.em-blog-thumb {
    float: left;
}
.em-blog-icon-title {
    display: inline-block;
}
.em-blog-icon-title h6 {
    font-size: 16px;
    margin-left: 10px;
}
 
.blog-button {
    text-align: right;
    padding: 6px 0 0;
}
.blog-button a {
    display: inline-block;
    color: #232323;
    text-decoration: underline;
    transition: .5s;
}
.blog-button a i {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px;
    color: #153AC8;
}
/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
    color: #0c5adb;
    text-decoration: underline;
}
.single-blog-box:hover .blog-button a {
    color: #0c5adb;
}
.single-blog-box:hover .single-blog-thumb img {
        transform: scale(1.1);
}
.single-blog-box:hover {
    filter: drop-shadow(0 0 13px rgba(125,149,188,0.2));
}


.dreamit-case-single-thumb-box {
    margin-bottom: 30px;
}
.dreamit-case-study-images {
    position: relative;
}
.dreamit-case-study-images:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(-9deg, #2E8AC2 0%, #263876 97%);
    transition: .3s;
    opacity: 0;
}
.dreamit-case-study-images img {
    width: 100%;
    transition: .3s;
    padding-left: 40px;
}
.case-study-content {
    position: absolute;
    padding:40px 45px 45px;
    
    background: -webkit-linear-gradient(-9deg, #2E8AC2 0%, #263876 97%);
    text-align: center;
    margin: auto;
    transition: .5s;
    left: 0;
    right: 0;
    width: 88%;
    bottom: -35px;
}
.case-study-title a h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    padding: 0 0 3px;
}
.case-study-title p {
    color: #Fff;
    letter-spacing: 1px;
}
.case-study-button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: -webkit-linear-gradient(-9deg, #2E8AC2 0%, #263876 97%);
    height: 90px;
    width: 100px;
    line-height: 75px;
    border-radius: 0 0 0 80px;
    transition: .5s;
}
.case-study-button a {
    color: #fff;
    margin: 0 -16px 0 0;
    font-size: 16px;
    font-weight: 500;
}
.dreamit-case-single-thumb-box:hover .dreamit-case-study-images:before{
    opacity: .78;
}
.dreamit-case-single-thumb-box:hover .case-study-button{
    background: -webkit-linear-gradient(-9deg,#2E8AC2 0%, #263876 97%);
}
/*style two*/
.style-two.case-study-area {
    background: #eef3f9;
}
/*style three*/
.style-three.case-study-area {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
/*style four*/
.style-four.case-study-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}