@import url("fonts.css");
@import url("owl.carousel.min.css");

.material-icons {
  vertical-align: middle;
}
.material-icons-outlined {
  vertical-align: middle;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons-outlined.md-18 {
  font-size: 18px;
}
.material-icons-outlined.md-36 {
  font-size: 36px;
}
.material-icons-outlined.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.material-icons-outlined.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons-outlined.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons-outlined.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons-outlined.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.btn i.material-icons,
.btn i.material-icons-outlined {
  margin-right: 5px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fafafa;
  color: #25354c;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: 'Roboto', sans-serif;
}
body.mainPage {
  background: #fff;
  font-size: 0.75rem;
}

.logo h1 {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.logo h1 a {
  display: block;
  margin: 0 auto;
  background: url("../images/bukoli-logo_v%3D0.01.png") no-repeat center;
  background-size: 100%;
  width: 68px;
  height: 75px;
  text-indent: -9999px;
}

header {
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fafafa;
  width: 100%;
  height: 50px;
}
header:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: "\0020";
}

header .logo {
  float: left;
}

header .user {
  position: relative;
  float: right;
  margin: 13px 0 10px 0;
  color: #2a2a2a;
  font-size: 0.75rem;
}
header .user .user-profile {
  padding: 1px 35px 1px 0;
  text-align: right;
}
header .user .user-profile .user-profile-detail {
  display: block;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  white-space: nowrap;
}
header .user .user-profile .user-profile-link {
  display: block;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  white-space: nowrap;
}
header .user .user-profile-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
}
header .user .user-profile-icon i {
  vertical-align: top;
  font-size: 30px;
}

body.mainPage header {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
  height: 80px;
}
body.mainPage header .logo {
  margin: 7px 0;
}
body.mainPage header .logo h1 a {
  margin: 0;
  background: url("../images/bukoli-logo_v%3D0.01.png") no-repeat center;
  background-size: 100%;
  width: 68px;
  height: 75px;
}
body.mainPage header .logo.smallLogo {
  margin: 18px 0;
}
body.mainPage header .logo.smallLogo h1 a {
  width: 49px;
  height: 44px;
}

body.mainPage header nav ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
body.mainPage header nav ul li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
}
body.mainPage header nav ul li:first-child {
  margin-left: 0;
}
body.mainPage header nav ul li a {
  display: block;
  padding: 0;
  line-height: 38px;
  color: #25354c;
}

.wrapper {
  padding-top: 70px;
  padding-bottom: 20px;
}

body.mainPage .wrapper {
  padding-top: 80px;
  padding-bottom: 0;
}

.containerWhite {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #fff;
}

.pageHeader {
  position: relative;
}
.pageHeader a {
  color: #2a2a2a;
}
.pageHeaderBack {
  position: absolute;
  top: 0;
  left: 0;
}
.pageHeader h6 {
  line-height: 24px;
}

#noktaCarousel .carousel-indicators {
  position: static;
  bottom: auto;
  left: initial;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: initial;
  width: initial;
}
#noktaCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}
#noktaCarousel .carousel-indicators > li.active img {
  opacity: 0.7;
}

#noktaCarousel .carousel-indicators > li {
  margin-right: 0;
  margin-left: 5px;
}
#noktaCarousel .carousel-indicators > li:first-child {
  margin-left: 0;
}

h1 {
  line-height: 120%;
  font-size: 32px;
  font-weight: bold;
}
h2 {
  line-height: 120%;
  font-size: 22px;
  font-weight: bold;
}
h3 {
  line-height: 120%;
  font-size: 16px;
  font-weight: bold;
}

.promo {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.promo .container {
  position: relative;
  z-index: 51;
}
.promo h1 {
  margin: 0 0 12px 0;
}
.promo .promo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo .promo-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  content: "";
}
.promo .promo-bg .owl-carousel .owl-stage-outer {
  height: 100%;
}
.promo .promo-bg .owl-carousel .owl-stage {
  height: 100%;
}
.promo .promo-bg .owl-carousel .owl-item {
  height: 100%;
}
.promo .promo-bg .owl-carousel .owl-item div {
  background: no-repeat center;
  background-size: cover;
}

body.mainPage .hr {
  display: block;
  clear: both;
  background: #d6dbe0;
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}
body.mainPage section {
  position: relative;
  padding: 50px 0;
  text-align: center;
  line-height: 120%;
  color: #445369;
  font-size: 16px;
}
body.mainPage section h1 {
  margin: 0 0 24px 0;
  font-size: 22px;
}
body.mainPage section h1 span {
  color: #b47f00;
}
body.mainPage section .subhead {
  margin: -12px 0 30px 0;
  text-align: center;
  line-height: 120%;
  color: #445369;
  font-size: 14px;
}

.c-white {
  color: #fff;
}
.c-black {
  color: #2a2a2a;
}
.bd-opacity {
  border-color: rgba(0, 0, 0, 0.1);
}

.bg-mustard {
  background-color: #b47f00;
}
.bd-mustard {
  border-color: #b47f00;
}
.c-mustard {
  color: #b47f00;
}

.bg-yellow {
  background-color: #fbd603;
}
.bd-yellow {
  border-color: #fbd603;
}
.c-yellow {
  color: #fbd603;
}

.bg-gray {
  background-color: #54565b;
}
.bd-gray {
  border-color: #54565b;
}
.c-gray {
  color: #54565b;
}

.bg-silver {
  background-color: #98989a;
}
.bd-silver {
  border-color: #98989a;
}
.c-silver {
  color: #98989a;
}

.bg-turquoise {
  background-color: #3ebcd4;
}
.bd-turquoise {
  border-color: #3ebcd4;
}
.c-turquoise {
  color: #3ebcd4;
}

.bg-blue {
  background-color: #3ba9f4;
}
.bd-blue {
  border-color: #3ba9f4;
}
.c-blue {
  color: #3ba9f4;
}

.bg-blue2 {
  background-color: #3596f3;
}
.bd-blue2 {
  border-color: #3596f3;
}
.c-blue2 {
  color: #3596f3;
}

.bg-navy {
  background-color: #3f51b5;
}
.bd-navy {
  border-color: #3f51b5;
}
.c-navy {
  color: #3f51b5;
}

.bg-purple {
  background-color: #673ab7;
}
.bd-purple {
  border-color: #673ab7;
}
.c-purple {
  color: #673ab7;
}

.bg-red {
  background-color: #d9534f;
}
.bd-red {
  border-color: #d9534f;
}
.c-red {
  color: #d9534f;
}

.bg-green {
  background-color: #8bc34a;
}
.bd-green {
  border-color: #8bc34a;
}
.c-green {
  color: #8bc34a;
}

.bg-mint {
  background-color: #cddc39;
}
.bd-mint {
  border-color: #cddc39;
}
.c-mint {
  color: #cddc39;
}

.bg-orange {
  background-color: #f79803;
}
.bd-orange {
  border-color: #f79803;
}
.c-orange {
  color: #f79803;
}

.btn {
  border-radius: 4px !important;
  padding: 0 50px !important;
  line-height: 48px !important;
  font-size: 14px !important;
  font-weight: bold;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0 40px !important;
  line-height: 36px !important;
  font-size: 12px !important;
}
.btn.btn-block {
  padding: 0 !important;
  text-align: center;
}
.btn-primary {
  border-color: #2a75d8;
  background-color: #2a75d8;
  color: #fff;
}
.btn-secondary {
  border-color: #b47f00;
  background-color: #b47f00;
  color: #fff;
}
.btn-danger {
  border-color: #d9534f;
  background-color: #d9534f;
  color: #fff;
}
.btn-success {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #fff;
}
.btn-default {
  border-color: #ffd700;
  background-color: #ffd700;
  color: #25354c;
}

.form-control {
  border: 1px solid #d6dbe0;
  border-radius: 4px;
  background-color: #f7f9fb;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  color: #25354c;
  font-size: 14px;
}
textarea.form-control {
  min-height: 60px;
}

select {
  display: block;
  border: 1px solid #d6dbe0;
  border-radius: 4px;
  background: #f7f9fb;
  padding: 0 15px;
  width: 100%;
  height: 40px !important;
  line-height: 38px;
  color: #25354c;
  font-size: 14px;
}
.customSelect {
  border: 1px solid #d6dbe0;
  border-radius: 4px;
  background: #f7f9fb url("../images/arrow.svg") no-repeat 98% center;
  padding: 0 15px;
  width: 100%;
  height: 40px !important;
  line-height: 38px;
  color: #25354c;
  font-size: 14px;
}

.icon-grid-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none inside;
}
.icon-grid-list ul li {
  margin: 0;
  color: #445369;
  font-size: 14px;
}
.icon-grid-list ul li h3 {
  margin: 0 0 10px 0;
  color: #25354c;
}
.icon-grid-list ul li .icon {
  display: block;
  margin: 0 auto 20px auto;
  width: 120px;
  height: 120px;
}
.icon-grid-list ul li .icon.icon-1 {
  background: url("../images/icon-yenimusteri.svg") no-repeat center;
  background-size: 100%;
}
.icon-grid-list ul li .icon.icon-2 {
  background: url("../images/icon-ekgelir.png") no-repeat center;
  background-size: 100%;
}
.icon-grid-list ul li .icon.icon-3 {
  background: url("../images/icon-bilinirlik.svg") no-repeat center;
  background-size: 100%;
}

.image-grid-list {
  text-align: left;
}
.image-grid-list img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.image-grid-list ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none inside;
  counter-reset: my-awesome-counter;
}
.image-grid-list ul:before {
  position: absolute;
  top: 0;
  left: 15px;
  background: #d6dbe0;
  width: 1px;
  height: 100%;
  content: "";
}
.image-grid-list ul li {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 0 40px;
  line-height: 32px;
  color: #445369;
  font-size: 14px;
  counter-increment: my-awesome-counter;
}
.image-grid-list ul li:first-child {
  margin-top: 0;
}
.image-grid-list ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d6dbe0;
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #97999b;
  font-size: 12px;
  font-weight: bold;
  content: counter(my-awesome-counter);
}

section form label {
  color: #445369;
  font-size: 14px;
  font-weight: normal;
}
section form label.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
section form .form-check {
  display: inline-block;
  margin-left: 20px;
}
section form .form-group.without-hr {
  margin: 0;
  padding: 20px 0;
}
section form .form-group.with-hr {
  margin: 0;
  border-bottom: 1px solid #d6dbe0;
  padding: 20px 0;
}

footer {
  background: #f3f6f9;
  padding: 24px 0;
}
footer a {
  color: #25354c;
}
footer .mail {
  font-weight: bold;
}
footer .phone {
  font-weight: bold;
}
footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 25px;
}
footer nav > a {
  display: block;
  padding: 0;
  line-height: 20px;
  color: #25354c;
  font-size: 12px;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
footer nav ul li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
footer nav ul li:first-child {
  margin-left: 0;
}
footer nav ul li a {
  display: block;
  padding: 0;
  line-height: 20px;
  color: #25354c;
  font-size: 12px;
}
footer .socials {
  float: right;
  margin-top: 10px;
}
footer .socials a {
  float: left;
  margin-left: 8px;
  width: 24px;
  height: 24px;
}
footer .socials a.facebook {
  background: url("../images/facebook.svg") no-repeat center;
  background-size: 100%;
}
footer .socials a.twitter {
  background: url("../images/twitter.svg") no-repeat center;
  background-size: 100%;
}
footer .socials a.linkedin {
  background: url("../images/linkedin.svg") no-repeat center;
  background-size: 100%;
}
footer .socials a.instagram {
  background: url("../images/instagram-2.svg") no-repeat center;
  background-size: 100%;
}

.btn-default {
  transition: all 300ms;
}

.btn-default:hover {
  opacity: 0.75;
}

.promo {
  margin: 40px 0 50px;
}

.promo-content {
  text-align: start;
  color: #000;
}

.promo-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.promo-title {
  line-height: 1.2;
  font-size: 52px;
}

.promo-text {
  line-height: 1.3;
  font-size: 26px;
}

.promo-image {
  padding-right: 2px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-big-title {
  margin-bottom: 45px;
  color: #000;
  font-size: 26px;
  font-weight: 300;
}

.about-branding {
  margin-bottom: 50px;
}

.about-items {
  display: flex;
  align-items: center;
}

.about-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
  border-radius: 100%;
  padding: 25px;
  background-color: #ffd602;
  width: 200px;
  height: 200px;
  color: #000;
}

.about-count {
  line-height: 1;
  font-size: 44px;
  font-weight: bold;
}

.about-title {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 300;
}

.about-item-long {
  margin-left: -65px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #ffd602;
  padding: 15px;
  text-align: start;
  color: #000;
  font-size: 13px;
}

.about-item-long p {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}

.how-works {
  text-align: start;
}

.how-works-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.how-works-header .how-works-title {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.how-works-header .how-works-order {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #ffd602;
  width: 45px;
  height: 45px;
}

.how-works-list {
  margin-left: -22px;
}

.how-works-list li {
  margin-bottom: 15px;
  text-align: start;
  line-height: 1.2;
  font-size: 22px;
}

.how-works-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-works-content-alt .how-works-title {
  margin: 0 0 0 auto;
}

.how-works-content-alt .how-works-order {
  margin: 0 0 0 15px;
}

.work-with-us {
  padding-bottom: 0 !important;
}

.work-with-us-item {
  margin-bottom: 50px;
}

.work-with-us-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 25px;
  background-color: #ffd602;
  padding: 15px;
  height: 125px;
}

.work-with-us-title h2 {
  margin-bottom: 0;
  font-size: 28px;
}

.work-with-us-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #ffd602;
  padding: 15px;
  height: 230px;
}

.work-with-us-text p {
  margin-bottom: 0;
  line-height: 1.3;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}

.work-with-us-text p a {
  color: #000;
  font-weight: bold;
}

.testimonials {
  background-color: #ffd602;
  padding: 75px 0 !important;
}

.testimonial-big-title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.testimonial-brand {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}

.testimonial-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonial-image img {
  width: 180px;
  height: 180px;
}

.testimonial-comment {
  padding: 0 25px;
  color: #000;
  font-size: 14px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.faq-answer {
  margin-bottom: 0;
  font-size: 14px;
}

.poi-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ffd700;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #ffd700;
  padding: 20px;
  height: 100%;
  color: #000;
}

.poi-image {
  border-radius: 5px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.poi-name {
  margin: 15px 0;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
}

.poi-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schedule-day {
  font-size: 20px;
  font-weight: bold;
}

.schedule-hours {
  font-size: 19px;
}

.where-us-map {
  height: 425px;
}

.map-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.map-dropdown .dropdown-menu {
  max-height: 210px;
  overflow-y: auto;
}

.map-dropdown .dropdown-item {
  font-size: 12px;
}

.how-works-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.how-works-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.how-work-description {
  margin-left: 15px;
  text-align: start;
}

.how-work-count {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #98989a;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.how-work-description {
  margin-bottom: 0;
}

.object-contain {
  object-fit: contain;
}

.cookie-policy {
  font-size: .85rem;
}

.cookie-policy td,
.cookie-policy th {
  vertical-align: middle !important;
  text-align: center;
}