* {
  scroll-behavior: smooth;
}
.arama-btn{
  background: #ffbf0b;
  border: 1px solid transparent;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 16px;
  padding:10px 20px;
  float: right;
  cursor:pointer;
  transition: all .4s ease-in-out;
  font-weight: bold;
  border-radius:10px;
}
.arama-btn:hover{
  background:#fff;
  color: #ffbf0b;
  border:1px solid #ffbf0b;
  transform:scale(1);
}
.p-large {
  font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-small {
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

.p-heading {
  margin-bottom: 3.5rem;
  text-align: center;
}
.denemes{
  z-index: 23;
  position:absolute;
}
.haberresim img{
  width: 100%;
  object-fit: cover;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.125rem 1.375rem 2.125rem;
  border: 0.125rem solid #d7a823;
  border-radius: 0.25rem;
  background-color: #deaf23;
  color: #fff;
  font: 700 0.85rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-lg:hover {
  background-color: transparent;
  color: #ffc107;
  text-decoration: none;
}
@media (max-height:600px) {
  .p-large {
    font: 400 1rem "Open Sans", sans-serif;
  }

  .btn-solid-lg {
    padding: 1rem 2rem 1rem 2rem;
    font: 700 0.7rem/0 "Montserrat", sans-serif;
  }

}


/***************************/
/*     20. Extra Pages     */
/***************************/
.ex-header {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background:  url('images/bg.jpg'); 
  text-align: center;
}

.ex-header h1 {
  color: #082032;
  font-weight:bold;
  font-family: 'poppins', sans-serif;
  font-size:30px;
}

.ex-basic-1 {
  padding-top: 2rem;
  padding-bottom: 0.875rem;
  background-color: #f6f5f5;
}

.ex-basic-1 .breadcrumbs {
  margin-bottom: 1rem;
}
.ex-basic-1 .breadcrumbs a {
  color:black;
}

.ex-basic-1 .breadcrumbs .fa {
  margin-right: 0.5rem;
  margin-left: 0.625rem;
}

.ex-basic-2 {
  padding-top: 4.75rem;
  padding-bottom: 4rem;
}

.ex-basic-2 h3 {
  margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
  margin-bottom: 3.625rem;
  font-size: 1.2rem;
  
}

.ex-basic-2 .text-container.last {
  margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
  color: #ffc107;
  font-size: 0.5rem;
  line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
  margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
  margin-top: 1.75rem;
}


.galeriresim{
  width: 100%;
  height: 100%;
  padding:5px;
}
/***********************/
/*     16. Contact     */
/***********************/
form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}



.label-control {
  position: absolute;
  top: 0.8125rem;
  left: 1.375rem;
  color: #787976;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .label-control {
    top: 0.9375rem;
  }
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 500;
}

.form-control-input,
.form-control-select {
  display: block; /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: black;
  font: 400 1rem/1.375rem "Open Sans", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .form-control-input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    line-height: 1.75rem;
  }

  .form-control-select {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    height: 3.125rem;
    line-height: 2.125rem;
  }
}



.form-control-textarea {
  display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: black ;
  font: 400 1rem/1.5625rem "Open Sans", sans-serif;
  transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}



.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 0.125rem solid #d7a823;
  border-radius: 0.25rem;
  background-color: #ffc107;
  color: #fff;
  font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}


form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}


.form-2 {
  padding-top: 6.625rem;
  padding-bottom: 5.625rem;
  background-color: #fbfbfb;
}

.form-2 .text-container {
  margin-bottom: 3rem;
}

.form-2 .section-title {
  margin-bottom: 0.5rem;
}

.form-2 h2 {
  margin-bottom: 1.375rem;
}

.form-2 .list-unstyled {
  margin-bottom: 2.25rem;
  font-size: 1.1rem;

}

.form-2 .list-unstyled a {
  color:black;
}
.form-2 .list-unstyled a:hover {
  color:#d7a823;
}
.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #ffc107;
}



.form-2 h3 {
  margin-bottom: 1rem;
}

.form-2 .fa-stack {
  margin-right: 0.25rem;
  margin-bottom: 0.75rem;
  margin-left: 0.125rem;
  width: 3.25rem;
  height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  background: url('images/sosyal.png') center center no-repeat;
  background-size: 3.25rem 3.25rem;
  transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .hexagon {
  background: url('../images/hexagon-white.svg') center center no-repeat;
  background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
  font-size: 1.5rem;
  line-height: 3.25rem;
  color: #fff;
  transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
  color: #ffc107;
}



/*===== BODY KATEGORİ BUTONLAR =====*/
.kategori {

  padding: 15px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 15px;
  outline: none;
  margin-top:5px;
}
@media(max-width: 767px){
 .kategori.kate{
  margin-top:10px;
}
}      
.kategori.kate {
  color: crimson;
  background: white;
}
.kategori.kate:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color:#ffbf0b;
  box-shadow: 0 7px 14px rgba(117, 148, 229, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}


ul.filters{
  width: 100%;
  margin: 0;
  padding: 30px 0;
}

ul.filters > li{
  list-style: none;
  display: inline-block;
  padding: 15px;
  width: 182px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 15px;
  outline: none;
  margin-top:5px;
}
@media(max-width: 767px){
  ul.filters > li{
    width: 150px;
    padding: 12px;
    font-size: 14px;
  }
}   

ul.filters > li > a{
  display: block;
  color: #434e5e;
  text-decoration: none;
  padding: 5px 20px;
}

ul.filters > li > a:hover{
  background-color: #e6e9ed;
}

ul.filters > li.active > a{
  color: #fff;
  background-color: #ffbf0b;
  border-radius: 3px;
}



/*===== BODY MEKAN KARTLARI =====*/
.kart {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 210px 195px 70px;
  grid-template-areas: "image" "text" "stats";
  border-radius: 15px;
  background: white;
  box-shadow: 5px 2px 13px rgba(0,0,0,0.2);
  font-family: "Raleway", sans-serif ;
  text-align: center;
}
.kart-image {
  grid-area: image;
}
.kart-text {
  grid-area: text;
}
.kart-stats {
  grid-area: stats; 
}
.kart-image {
  grid-area: image;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height:210px;
}
.kart-text {
  grid-area: text;
  margin: 25px;
}
.kart-text .oylama {
  color: rgb(255, 153, 0);
  font-size:13px;
  font-family:"Raleway", sans-serif ; 
}
.kart-text p {

  color:#545252;
  font-family: 'Rubik', sans-serif;
  font-size:16px;
  font-weight: 300;
}
.kart-text h2 {
  margin-top:0px;
  font-size:28px;
}
.kart-stats {
  grid-area: stats; 
  display: grid;
  font-family:"Raleway", sans-serif;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, #ffbf0b 0%, rgba(226,176,36,1) 100%);
}
.kart-stats .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  
}
.kart-stats .type {
  margin-top:18px;
}
.kart-stats-mekan {
  grid-area: stats; 
  display: grid;
  font-family:"Raleway", sans-serif;
  grid-template-columns: 12fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, rgba(35,35,35,1) 0%, rgba(69,68,68,1) 100%);
}
.kart-stats-mekan .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding:10px;
}
.kart-stats-mekan-menu {
  grid-area: stats; 
  display: grid;
  font-family:"Raleway", sans-serif;
  grid-template-columns: 12fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, #ffbf0b 0%, rgba(226,176,36,1) 100%);
}
.kart-stats-mekan-menu .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding:10px;
}
.kart-stats-telefonsuz {
  grid-area: stats; 
  display: grid;
  font-family:"Raleway", sans-serif;
  grid-template-columns: 12fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, rgba(150,51,51,1) 0%, rgba(235,20,20,1) 100%);

}
.kart-stats-telefonsuz .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding:10px;
}

.kart {
  transition: 0.5s ease;

  
}
.mekan-listesi{
	margin-bottom:20px;
}
.kart-telefon{
	font-family: Arial;
	font-size: 15px;
  word-wrap:break-word;
}
@media(min-width: 768px) and (max-width: 991px) {
  .kart-telefon{
    font-size:14px;
    display: inline;
    word-wrap:break-word;
  }
}
@media only screen and (max-width: 767px) {
  .kart-telefon{
    font-size:13px;
    display: inline;
    word-wrap:break-word;
  }
}

a{
 color: white;
}
a:hover{
 color: white;
 text-decoration: none;
}


.menu-buton{
 color:white;
 border:none;
 background-color:#d7a823 /*rgb(255, 80, 80)*/;
}

/* GİRİŞ VE LOGİN CSS */
.giris-bg {
  background:linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.5)), url("images/arkaplan.png") ;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.signup-form{
  width: 400px;
  padding: 20px;
  text-align: center;
  border-radius:10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("images/admin-login.jpg");
  box-shadow: 0 0 25px 5px rgba(0,0,0,1);
  transform: translate(-50%,-50%);
  overflow: hidden;
}

.signup-form h1{
  margin-top: 15px;
  margin-bottom:25px;
  font-family:  "Lato", sans-serif;
  color: #fff;
  font-size: 40px;
}
.signup-form input{
  display: block;
  width: 100%;
  padding: 0 16px;
  height: 44px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: "montserrat",sans-serif;
}
.txtb{
  margin: 20px 0;
  background: white;
  border-radius: 6px;
}
.signup-btn{
  margin-top: 60px;
  margin-bottom: 20px;
  background: #d7a823;
  color: #fff;
  border-radius: 44px;
  cursor: pointer;
  transition: 0.8s;
}
.signup-btn:hover{
  transform: scale(0.96);
}
.signup-form a{
  text-decoration: none;
  color: #fff;
  font-family: "montserrat",sans-serif;
  font-size: 14px;
  padding: 3px;
  transition: 0.8s;
  display: block;
}
.resim{
  width: 100%;
  height: 100%;
}


.begenme{
  font-size: 18px;
  color: #d7a823;
}
.begenme:hover{
  color: #e7a823;
}

.sayfalama{
  padding: 5px;
  border-radius: 3px;
  background-color: #e7a823;
  font-size:20px;
  color:white;
}



button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #e7a823;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



/* İŞ İLANLARI SAYFA AYARLARI */
.course{
  background:#fff;
  border-radius: 5px;
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);
  display: flex;
  overflow:hidden;
  box-sizing: border-box;
  font-family:sans-serif;
  box-sizing: border-box;
}
.course h6{
  opacity: .7;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.course h2{

  margin:10px 0;
}
.preview{
  background:#ffbf0b;
  color:#fff;
  padding: 30px;
  width: 250px;
  font-size:17px;
  position: relative;
}
.preview-erkek{
  background:#19456b;
  color:#fff;
  padding: 30px;
  width: 250px;
  position: relative;
}
.preview-kiz{
  background:#e40046;
  color:#fff;
  padding: 30px;
  width: 250px;
  position: relative;
}
.info{
  padding: 30px;
  position: relative;
  width: 100%;
}
.progress-wrapper{
  position: absolute;
  right: 30px;
  text-align: right;

}
.progress{
  background:#ddd;
  border-radius: 3px;
  height: 5px;

}
.progress::after{
  content: '';
  border-radius: 3px;
  background: #ffbf0b;
  position: absolute;
  top:0;
  left:0;
  height: 5px;
  width: 100%;
}
.progress-text{
  font-size: 10px;
  opacity: .6;
  letter-spacing: 1px;
}
.info p{
  font-size:13px;
  font-weight: bold;
}
.btn-is{
  background: #ffbf0b;
  border: 1px solid transparent;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  color: #fff;
  font-size: 16px;
  padding:10px 20px;
  float: right;
  letter-spacing: 1px;
  cursor:pointer;
  transition: all .4s ease-in-out;
  font-weight: bold;
  border-radius:20px;
}
.btn-is:hover{
  background:#fff;
  color: #ffbf0b;
  border:1px solid #ffbf0b;
  transform:scale(1.05);
}
@media(min-width:768px) and (max-width: 991px){
  .info h6{
    font-size: 12px;
    margin-top:10px;
  }
  .progress-wrapper{
    margin-top:-15px;
    right:20px;
  }
}
@media(max-width:768px){
  .course{
    flex-direction: column;
    width:100%;
    padding:5px;
    border-radius:10px;
    overflow:hidden;
  }
  .preview{
    width:100%;

  }
  .preview h2{
    margin:10px 0 0;
  }
  .info h6{
    margin-top:200px;

  }
  
  .preview-erkek{
    width:100%;
  }
  .preview-erkek h2{
    margin:10px 0 0;
  }
  .preview-kiz{
    width:100%;
  }
  .preview-kiz h2{
    margin:10px 0 0;
  }
  .info h2{
    margin-top: 20px;
  }
  .info h6{
    margin-top: 10px;
  }
  .info p{
    margin-bottom: 50px;
  }
  .btn-is{
    padding: 10px 15px;
    font-size: 14px;
  }
  .progress-wrapper{
    margin-top:-15px;
    right:20px;
  }
}
#loading
{
  text-align:center; 
  background: url('images/loader.gif') no-repeat center; 
  height: 150px;
}

/* Özel Renkler */
.yesil{
  background-color:#16c79a;
  color: white;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 2px;

}
.yesil2{
  background-color:#83a95c;
  color: white;

  letter-spacing: 1px;
}
.gri-otobus{
  background-color:#2D2424;
  color: white;
  margin-bottom: 0px;
  margin-top: 2px;

}
.mavi-info{
  background-color:#98acf8;
  letter-spacing: 1px;
  color: white;
}
.sari-iletisim{
  background-color:#ffbf0b;
  color: white;
  font-family: 'Rubik', sans-serif;
}
.sari-iletisim a:hover{
  color: #663f3f;
  transition: all 0.5s ease;

}
.facebook-iletisim{
  background-color:#1877F2;
  color: white;
  font-family: 'Rubik', sans-serif;
}
.twitter-iletisim{
  background-color:#1DA1F2;
  color: white;
  font-family: 'Rubik', sans-serif;
}
.instagram-iletisim{
  background-color:#E4405F;
  color: white;
  font-family: 'Rubik', sans-serif;
}
.mavi-info-detay{

  border-color:#845ec2;
  color: black;
  overflow:hidden;
  font-size:15px;
  font-family: 'Rubik', sans-serif;
  text-overflow:ellipsis;
}
.isdetay-kayitol{
  background-color:#ec4646;
  border-color:#663f3f;
  color: white;
  overflow:hidden;
  font-size:15px;
  font-family: 'Rubik', sans-serif;
  text-overflow:ellipsis;
}
.isdetay-kayitol:hover{
  background-color:#ec524b;
}
.detay-yazi{
  font-family: 'Rubik', sans-serif;
}
.sari-info{
  color: #0f0f0f;
}
.sari-info:hover{
  color: #03506f;
}
.bulunamadi{
  background-color:#ef4f4f;
  color: white;
  margin-top: 2px;
  text-align: center;
  letter-spacing: 1px;
}
.icon-boyut{
  font-size:30px;
}

/* Sıkça Sorulan Sorular */ 
.faq {
  padding: 50px 0 0px;
  background: #f7fbff;

}

.faq .section-title {
  margin-bottom: 54px;
}

.faq .section-title h2 {
  margin-bottom: 22px;
}

.faq .accordion .card {
  border: none;
  margin-bottom: 10px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}

.faq .accordion .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
}

.faq .accordion .card .card-header h5 {
  padding: 0;
}

.faq .accordion .card .card-header h5 button {
  color: #1e3056;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 30px 0 70px;
  height: 80px;
  display: block;
  width: 100%;
  color: rgba(30, 48, 86, 0.8);
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}

.faq .accordion .card .card-header h5 button:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #ffbf0b;
  text-align: center;
  border: 1px solid #ffbf0b;
  border-radius: 50%;
  line-height: 100%;
  content: '\f067';
  font-size: 10px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
  content: '\f068';
  color: #fff;
  background-image: -webkit-linear-gradient(-180deg, #ffbf0b 0%, #ffbf0b 30%, #ffbf0b 100%);
}

.faq .accordion .card .card-body {
  -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  padding-top: 10px;
  margin-top: -6px;
  padding-left: 40px;
  font-family: 'Rubik', sans-serif;
  padding-right: 40px;
  padding-bottom: 23px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 30px;
}
/* Footer alanı */

footer ul {
 padding:0;
 margin:0;
 font-family: 'Rubik', sans-serif;
 position:relative;
 font-weight:400;
 font-size:15px;
}
footer li {
 list-style:none
}
footer a:focus,a:hover {
 text-decoration:none;
 -webkit-transition:.3s ease;
 -o-transition:.3s ease;
 transition:.3s ease
}
footer a:focus {
 outline:0
}
footer img {
 max-width:100%
}
footer p {
 font-size:16px;
 line-height:30px;
 color:#898b96;
 font-weight:300
}
footer h4 {
 font-family: 'Rubik', sans-serif;
 margin:0;
 font-weight:400;
 padding:0;
 color:#363940
}
footer a {
 color:#ffbf0b
}
.no-padding {
 padding:0!important
}

.footer-big {
 padding:20px 0 0px 0;
}
.footer-big .footer-widget {
 margin-bottom:40px;
}
.footer--light {
 background:#f5f4f4;
}
.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
 color:#898b96
}
.footer-menu {
 padding-left:48px;
}
.footer-menu ul li a {
 font-size:15px;
 line-height:32px;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.footer-menu ul li a:hover {
 color:#ffbf0b
}
.footer-menu--1 {
 width:100%
}
.footer-widget-title {
 line-height:42px;
 margin-bottom:10px;
 font-size:18px
}
.mini-footer {
 background:#192027;
 text-align:center;
 padding:32px 0
}
.mini-footer p {
 margin:0;
 line-height:26px;
 font-size:15px;
 color:#999
}
.mini-footer p a {
 color:#ffbf0b
}
.mini-footer p a:hover {
 color:#34bfa3
}
.widget-about img {
 display:block;
 margin-bottom:30px
}
.widget-about p {
 font-weight:400
}
.widget-about .contact-details {
 margin:30px 0 0 0
}
.widget-about .contact-details li {
 margin-bottom:10px
}
.widget-about .contact-details li:last-child {
 margin-bottom:0
}
.widget-about .contact-details li span {
 padding-right:12px
}
.widget-about .contact-details li a {
 color:#ffbf0b;
 font-weight: bold;
}
@media (max-width:991px) {
 .footer-menu {
  padding-left:0
}
}
.foot-cizgi{
  width: 100%;
  height:5px;
  color:white;
  background-color:#113448;

}
.resim9 {
  width: 100%;
  height: 350px;
  border: 1px solid #999;
  border-radius: 5px;
  object-fit: cover;
  object-position: 50% 50%;
}
.reklam-aciklama{
  background-color:#34bfa3;
  color: white;
}
.reklam-resim{
 box-shadow: 0px 5px 10px rgba(0,0,0,.3);
 width: 100%;
 
}
.reklam-baslik{
 background-color:#9D9D9D;
 font-family: 'Rubik', sans-serif;
 color: #FEFBF3;
 letter-spacing: 1px;
 margin-bottom: 0px;
 margin-top: 2px;
}
.menu-stil{
  text-decoration:none;
  font-weight: bold;

}