.navbar-logo img {
  height: 50px;
  width: auto;
  margin-top: -19px;
}
.footer-logo img {
  height: 55px;
  width: auto;
}
.header-top {
  background: #333;
  padding: 4px 0px;
  position: relative;
  z-index: 9999;
}
.header-top .contact-top {
  line-height: 32px;
  color: #fff;
}
.header-top .contact-top span {
  margin-right: 7px;
}
.header-top .contact-top span:last-child() {
  margin-right: 0;
}
.diller {
  padding: 0;
}
.diller a.dilliste {
  margin-right: 5px;
  float: right;
}
.diller a.dilliste img {
  height: 32px;
  width: 32px;
}
.transparent-header .navbar-primary {
  padding-top: 45px;
  padding-bottom: 0;
}
.navbar-sticky.navbar-primary {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #20b3e8;
}
.internal-header .navbar-primary {
  background: #fff;
  padding-bottom: 7px;
}
.header-top .top-links {
  line-height: 32px;
  border-right: 1px solid #eee;
  text-align: right;
}
.header-top .top-links a {
  color: #fff;
  padding-right: 10px;
  margin-right: 7px;
  border-right: 1px solid #fff;
}
.header-top .top-links a:last-child {
  margin-right: 0px;
  padding-right: 0;
  border-right: 0;
}
.header-top .top-links a:hover {
  color: #20b3e8;
}

.about-page-header {
  padding: 100px 0px;
}
.partners ul li {
  display: inline-block;
}
.yildiz img {
  display: inline-block;
  width: 16px;
}

input[type="radio"] {
  opacity: 1;
  float: left;
  width: 18px;
  display: block;
}

#sign-in-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .form-group {
  position: relative;
}
#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}
#sign-in-dialog .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 35px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
#sign-in-dialog .form-group i.icon_lock_alt {
  top: 37px;
}

.checkboxes {
  position: relative;
  color: #999;
}

.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}

.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 335px;
  display: none;
}

.sign-in-wrapper {
  position: relative;
  height: 100%;
}

.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0 20px 0;
  background-color: #e1e8ed;
}
.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

.btn_1,
.btn_login {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 100%;
  background: #51bce6;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.services .overlay-services {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.services .heading-section {
  margin-bottom: 0;
}
.services .service {
  padding: 10px 0px;
}
.services .service .icon-service {
  float: left;
  border: 1px solid #f47823;
  width: 70px;
  height: 55px;
  text-align: center;
  position: relative;
}
.services .service .icon-service:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 10px;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.services .service .icon-service:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 10px;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.services .service .icon-service:before,
.services .service .icon-service:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .service:hover .icon-service:before,
.services .service:hover .icon-service:after {
  width: 0;
}
.services .service .icon-service i {
  font-size: 30px;
  color: #f47823;
  line-height: 48px;
}
.services .service .info-service {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.services .service .info-service h3 {
  font-size: 25px;
  color: #f47823;
  letter-spacing: 1px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.services .service .info-service h3:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 0;
  background: linear-gradient(to right, #f47823, #f78536);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin-top: 20px;
}
.team .overlay-team {
  height: 100%;
  padding: 00px 0;
  background: url(../image/bg/hakkimizda.png) no-repeat;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  background-position: center 10px;
  padding-top: 80px;
}
.imza {
  width: 128px !important;
  float: right;
}
.part {
  margin: auto !important;
  font-size: 30px !important;
  top: -8px !important;
}
.team .personal {
  padding: 20px 45px;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 78px;
}
.team .personal .info-personal {
  position: relative;
  overflow: hidden;
}
.team .personal .info-personal h3 {
  letter-spacing: 1px;
  font-size: 25px;
  padding-top: 10px;
  color: #000;
  font-weight: 700;
  text-align: left;
  font-family: "Hammersmith One", sans-serif;
}
.team .personal .info-personal p {
  color: #111;
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 5px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.team .personal .info-personal span {
  color: #545454;
  letter-spacing: 1px;
  font-size: 11px;
  padding-top: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  text-align: left;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
}
.team .personal .info-personal p:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: auto;
  width: 30%;
  height: 3px;
  background: linear-gradient(to right, #f47823, #f78536);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .personal:hover .info-personal p:after {
  width: 80%;
}
.team .personal .info-personal .image-and-social {
  position: relative;
}
.team .personal .info-personal img {
  width: 90%;
  position: relative;
  left: 0;
  float: left;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 1px;
}
.team .personal:hover .info-personal img {
  /*left:100px*/
}
.team .personal .social-personal {
  position: absolute;
  left: -300px;
  top: 5px;
}
.team .personal:hover .social-personal {
  left: 20px;
}
.team .personal .social-personal .icon-social {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #f47823;
  position: relative;
}
.team .personal .social-personal .icon-social:hover {
  background: linear-gradient(to bottom, #f47823, #f78536);
}
.team .personal .social-personal .icon-social:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.team .personal .social-personal .icon-social:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -1px;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.team .personal .social-personal .icon-social:before,
.team .personal .social-personal .icon-social:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .personal .social-personal .icon-social:hover:before,
.team .personal .social-personal .icon-social:hover:after {
  height: 0;
}
.team .personal .social-personal .icon-social i {
  line-height: 50px;
  color: #f47823;
}
.team .personal .social-personal .icon-social:hover i {
  color: #fff;
}
