
.content {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(134, 151, 168, 0.25);
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 15px;
}
.profile {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(134, 151, 168, 0.25);
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.avatar {
  text-align: center;
}
.avatar img {
  width: 135px;
  height: 135px;
  margin-top: 10px;
  box-shadow: 0px 0px 30px rgba(107, 107, 134, 0.4);
  transition: 0.4s;
  border-radius: 30px;
}
.pro-detail {
  padding-top: 20px;
}
.profile:hover .avatar img {
  box-shadow: 0px 0px 30px rgba(107, 107, 134, 0.75);
}
.pro-job {
  background: #343a40;
  color: #ffffff;
  padding: 6px 15px;
  margin-top: -40px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0px 3px 15px #6c6c9459;
}
.pro-social {
  margin-top: 12px;
  margin-bottom: 18px;
  position: relative;
}
.pro-social i {
  color: #ffffff;
  font-size: 20px;
  margin: 4px;
  transition: 0.2s;
}

.pro-social i:hover {
  transform: scale(1.2);
}

.pro-details {
  background: #fdfdff;
  color: #8388a9;
  position: relative;
  margin: -25px;
  padding: 15px 30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0px;
  margin-top: 20px;
}

.pro-details i {
  color: #5d6486;
  margin-right: 7px;
  width: 15px;
  font-size: 15px;
  margin-bottom: 5px;
}








#mobilmenu {
  height: 60px;
}

.gecis-ciz {
  margin-bottom: 2.3rem;
  position: relative;
}
.orta-gecis-ciz {
  margin-bottom: 2.3rem;
  position: relative;
}
.orta-gecis-ciz::before {
  content: "";
  background-color: #5d6486;
  border-radius: 25px;
  height: 4px;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 15px);
  width: 30px;
  z-index: 1;
}
.gecis-ciz::before {
  content: "";
  background-color: #5d6486;
  border-radius: 25px;
  height: 3px;
  position: absolute;
  bottom: -1rem;
  width: 75px;
  z-index: 1;
}
.gecis-ciz:after {
  content: "";
  background-color: #5d648621;
  border-radius: 25px;
  height: 1px;
  position: absolute;
  bottom: -0.91rem;
  left: 0;
  width: 100%;
  z-index: 0;
}

.alan-2 {
  background: #fcfcfe;
}
.job-box {
  background: #f4f5f9;
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 25px;
}
.job-box i {
  font-size: 40px;
  color: #343a40;
  float: left;
  margin: 11px;
  margin-right: 20px;
}
.job-box h5 {
  color: #343a40;
  margin-bottom: 2px;
}
.job-box p {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
  color: #717f86;
}

.accordion .card-header {
  position: relative;
  cursor: pointer;
  border-radius: 0 !important;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fdfdff;
}
.accordion h5 {
  font-size: 15px;
  line-height: 16px;
}
.accordion .card {
  overflow: hidden;
  border: none;
  border-radius: 0 !important;
}
.bankas-img img {
  height: 90px;
  width: 90px;
  margin-right: 10px;
  border-radius: 25px;
}
.bankas-img {
  display: table-cell;
  vertical-align: middle;
}
.accordion .card:not(:last-of-type) .card-header:first-child {
  margin-bottom: -1px;
}
.accordion .card .card-header {
  margin-bottom: 0;
}
.bankas-detail {
  padding: 0px 10px;
  font-size: 15px;
  display: table-cell;
}
#testimonials {
  margin-top: 25px;
}
.com-img {
  display: table-cell;
  vertical-align: middle;
}
.com-img img {
  height: 50px;
  width: 50px;
  background-repeat: 10px;
}
.com-det {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 15px;
}
.com-det h6 {
  margin-bottom: 3px;
}
.content.com {
  padding: 20px;
}
span.com-date {
  font-weight: 300;
  font-size: 13px;
  color: #bfc2d0;
}
.btn-outline-nivucv {
  color: #5d6486;
  border-color: #5d6486;
}
.btn-outline-nivucv:hover {
  color: #fff;
  background-color: #5d6486;
  border-color: #5d6486;
}
.slogan {
  font-family: "Architects Daughter";
  font-size: 16px;
  color: #5d6486;
}

.blog-tek {
  background: #f4f5f9;
  overflow: hidden;
  border-radius: 25px;
  text-align: center;
  height: 95%;
  margin-bottom: 15px;
}
.blog-img img {
  width: 100%;
}
.blog-detail {
  padding: 15px 15px 0px;
}
.blog-detail h5 {
  font-size: 16px;
}
.blog-detail p {
  font-size: 14px;
}
.banka-tek {
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 20px #6c6c9442;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 15px;
}
.banka-tek2 {
  margin-top: -13px;
  box-shadow: none;
  background: #fbfbfb;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
}

.banka-img {
  display: table-cell;
  vertical-align: top;
}
.banka-img img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  border-radius: 25px;
  box-shadow: 0px 5px 15px #6c6c946b;
}
.bank-det {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.bank-but {
  background: #9797ab;
  color: #fff;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 25px;
  transition: 0.4s;
}

.bank-but:hover {
  background: #5d6486;
  box-shadow: 0px 8px 25px #6c6c9496;
}
.banka-detail {
  padding: 0px 10px;
  font-size: 15px;
}
.banka-detail i {
  color: #5d6486;
  margin-left: 8px;
  cursor: pointer;
}

.blog-yazi-img img {
	width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-yazi p {
  margin-top: 20px;
}
.urun-tek {
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 20px #6c6c9442;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
}
.u-tekx {
  height: 96.5%;
}
.urun-img {
  height: 150px;
}

.urun-img img {
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clear: both;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
  box-shadow: 0px 5px 15px #6c6c946b;
}
.urun-det {
  min-width: 175px;
  text-align: center;
}
.urun-fiyat span {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: -17px;
}
.urun-but {
  background: #5d6486;
  color: #fff !important;
  border: none;
  position: relative;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 25px;
  transition: 0.4s;
}
.urun-buton {
  margin-top: 10px;
}

.urun-but:hover {
  background: #5d6486;
  box-shadow: 0px 8px 25px #6c6c9496;
}
.urun-detail {
  text-align: center;
  padding: 0px 10px;
  margin-top: -7px;
  font-size: 15px;
}
.urun-detail i {
  color: #5d6486;
  margin-left: 8px;
  cursor: pointer;
}

.port-detail {
  position: absolute;
  width: 100%;
  bottom: -60px;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(142, 142, 172, 0) 100%
  );
  transition: 0.5s;
  padding: 5px 10px;
}
.port-tek:hover .port-detail {
  bottom: 0;
}

.port-img img {
  width: 100%;
  height: 160px;
}

.port-tek {
  position: inherit;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.port-detail h6 {
  color: #fff !important;
}

.modal-dialog.modal-lg {
  margin-top: 80px;
}
.modal {
  z-index: 99999;
}
.portfolio-gorsel img {
  box-shadow: 0px 8px 25px #6c6c9496;
  margin-top: -60px;
  max-width: 500px;
  border-radius: 30px;
}

.odeme-bil {
  display: table-cell;
}
.modal-content {
  border-radius: 30px;
  border: none;
  padding: 15px 25px;
}

.timeline {
  width: 100%;
  position: relative;
  padding-top: 20px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(25% + 19px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 25%;
  padding-right: 10px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #6b6b85;
  background-color: #fff;
  border-radius: 20px;
  top: 15%;
  right: -28px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 2em;
  float: right;
  width: 73%;
  padding-left: 35px;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}

.progress-bar {
  background-image: linear-gradient(
    114deg,
    #212529 0%,
    #6c757d 100%
  );
  border-radius: 25px;
  text-align: left;
  padding-left: 15px;
}
.progress {
  margin-bottom: 15px;
  height: 25px;
  border-radius: 30px;
  overflow: hidden;
}
.testimonial {
  text-align: center;
}
.description {
  color: #656565;
  background: #f2f3f7;
  font-size: 18px;
  margin: 0px 10px;
  cursor: grab;
  padding: 15px 10%;
  padding-top: 25px;
  padding-bottom: 35px;
  border-radius: 30px;
  position: relative;
}
.description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 2%;
  color: #5d6486;
  font-size: 30px;
}
.description:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 2%;
  color: #5d6486;
  font-size: 30px;
}
.pic {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-top: -20px;
}
.pic img {
  width: 65px;
  height: 65px !important;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0px 4px 23px #40404a4a;
  position: relative;
}
.testimonial-title {
  font-size: 18px;
  margin-top: 10px;
  color: #5d6486;
  font-weight: bolder;
  text-transform: capitalize;
}
.testimonial-title > small {
  display: block;
  color: #656565;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}
.ref-link {
  margin-bottom: -13px;
  position: relative;
  z-index: 999;
  margin-top: 3px;
}
.ref-link a {
  background: #5d6486;
  padding: 4px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 4px 15px #40404a36;
  cursor: pointer;
}
.ref-link a i {
  font-size: 12px;
  position: relative;
  top: -1px;
}
.form-control::placeholder {
  color: #acacbb;
}
.form-control {
  border-radius: 30px;
  padding: 25px 20px;
  height: 45px;
  color: #575c75;
  transition: 0.5s;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9696aa;
  border-left: 5px solid #9696aa;
  outline: none;
  box-shadow: none;
}

.fa-wm {
  background: url(../img/wm.png);
  background-size: 23px;
  width: 23px;
  height: 23px;
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-bottom: -3px !important;
  margin-top: 0px !important;
}

.fa-r10 {
  background: url(../img/r10.png);
  background-size: 25px;
  width: 24px;
  height: 24px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-bottom: -3px !important;
  margin-top: 0px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #5d6486;
}
.owl-theme .owl-controls .owl-page span {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .description {
    font-size: 19px;
    line-height: 29px;
  }
  .description:before,
  .description:after {
    font-size: 25px;
  }
}
@media (max-width: 790px) {
  .m-p0 {
    padding: 0;
  }
  .bankas-img img {
    width: 25px;
    height: 25px;
  }
  #mobilmenu {
    display: block;
  }
  #menu {
    display: none;
  }
  .mobgizle {
    display: none;
  }
  .pro-job {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .avatar img {
    margin-top: -60px;
  }
  .mobgizlex {
    display: none;
  }
  .urun-img {
    height: 200px;
  }
  .urun-img img {
    height: 200px;
  }
  .port-tek {
    margin-bottom: 15px;
  }
  .port-detail {
    bottom: 0;
  }
  .modal-dialog.modal-lg {
    margin-top: 100px;
    margin-bottom: 40px;
    z-index: 999999999;
  }
  .text-center.portfolio-gorsel img {
    width: 100%;
  }
  .blog-img img {
    height: 100%;
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 4px;
    background: #ddd;
  }
  .entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 100%;
    padding-left: 24px;
    text-align: left;
    position: relative;
  }
  .entry .title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #6b6b85;
    background-color: #fff;
    border-radius: 20px;
    top: 15%;
    right: auto;
    left: -5px;
    z-index: 99;
  }
  .entry .title p {
    margin: 0;
    font-size: 100%;
    display: none;
  }
  .entry .body {
    margin: 0 0 2em;
    float: right;
    width: 100%;
    padding-left: 25px;
  }
}
@media (min-width: 790px) {
  #mobilmenu {
    display: none;
  }
  #menu {
    display: block;
  }
  .pcgizle {
    display: none;
  }
  .pc-p0 {
    padding: 0;
  }
  .pc-p7 {
    padding: 7px;
  }
  .pc-pl0 {
    padding-left: 0;
  }
  .pc-pr0 {
    padding-right: 0;
  }
  .pc-ml0 {
    margin-left: 0;
  }
  .profile {
    position: sticky;
    top: 40px;
  }
}
.blog-img {
  position: relative;
}
.blog-img span.tarih {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0a010140;
  color: #fff;
  padding: 3px 0px;
  font-size: 11px;
}
.blog-yazi-img {
	position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.blog-yazi-img span.tarih {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #0a010140;
  color: #fff;
  padding: 5px 0px;
  font-size: 11px;
}

.btn-nivucv {
  background: #5d6486;
  border-radius: 0 !important;
  border: none;
  color: #fff !important;
}
.btn-nivucv:hover {
  background: #424869;
  border-radius: 0 !important;
  border: none;
}
.urun-detail span {
  width: 100%;
  display: inline-block;
}

/*  NEWO*/



.blog-list {
    position: relative;
    background: #fff;
    box-shadow: 0px 6px 20px #6c6c9442;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 15px;
}