div.panel div.panel-body {
  padding: 10px 15px !important;
}

/* Cloned sticky header: position:fixed keeps it out of normal flow */
#header.cloned {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  width: 100%;
}
/* While hidden (unsticky), ensure it's fully off-screen */
#header.cloned.unsticky {
  height: 0 !important;
  overflow: hidden !important;
}

/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */

.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */

.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}

/*
 * Generate Font-Size Classes (8px - 20px)
 */

.f-8 {
  font-size: 8px !important;
}
.f-9 {
  font-size: 9px !important;
}
.f-10 {
  font-size: 10px !important;
}
.f-11 {
  font-size: 11px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-15 {
  font-size: 15px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-17 {
  font-size: 17px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-19 {
  font-size: 19px !important;
}
.f-20 {
  font-size: 20px !important;
}

/*
 * Font Weight
 */

.f-300 {
  font-weight: 300 !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-700 {
  font-weight: 700 !important;
}

.d-block {
  display: block !important;
}
.d-inline {
  display: inline-block !important;
}

.w-100 {
  width: 100% !important;
}
.mw-100 {
  min-width: 100% !important;
}

.c-red {
  color: #f30c0c !important;
}

/*Text Colors
------------------------------------*/
.color-sea {
  color: #1abc9c !important;
}
.color-red {
  color: #e74c3c !important;
}
.color-aqua {
  color: #27d7e7 !important;
}
.color-blue {
  color: #3498db !important;
}
.color-grey {
  color: #95a5a6 !important;
}
.color-dark {
  color: #555555 !important;
}
.color-darker {
  color: #333333 !important;
}
.color-green {
  color: #72c02c !important;
}
.color-white {
  color: #ffffff !important;
}
.color-brown {
  color: #9c8061 !important;
}
.color-light {
  color: #ffffff !important;
}
.color-orange {
  color: #e67e22 !important;
}
.color-yellow {
  color: #f1c40f !important;
}
.color-green1 {
  color: #2ecc71 !important;
}
.color-purple {
  color: #9b6bcc !important;
}
.color-inherit {
  color: inherit !important;
}
.color-dark-blue {
  color: #4765a0 !important;
}
.color-light-grey {
  color: #585f69 !important;
}
.color-light-green {
  color: #79d5b3 !important;
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.text-light {
  color: #ffffff !important;
}
.bg-black { background-color: #000000 !important;}

.bg-sea {
  background-color: #1abc9c !important;
}
.bg-red {
  background-color: #e74c3c !important;
}
.bg-aqua {
  background-color: #27d7e7 !important;
}
.bg-blue {
  background-color: #3498db !important;
}
.bg-grey {
  background-color: #95a5a6 !important;
}
.bg-dark {
  background-color: #555555 !important;
}
.bg-darker {
  background-color: #333333 !important;
}
.bg-green {
  background-color: #72c02c !important;
}
.bg-brown {
  background-color: #9c8061 !important;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-orange {
  background-color: #e67e22 !important;
}
.bg-yellow {
  background-color: #f1c40f !important;
}
.bg-green1 {
  background-color: #2ecc71 !important;
}
.bg-purple {
  background-color: #9b6bcc !important;
}
.bg-inherit {
  background-color: inherit !important;
}
.bg-dark-blue {
  background-color: #4765a0 !important;
}
.bg-light-grey {
  background-color: #585f69 !important;
}
.bg-light-green {
  background-color: #79d5b3 !important;
}

p {
  /* margin: auto !important;*/
}

.title-block {
  background-color: #f7f7f7;
  margin-top: 10px;
  border-radius: 50px;
  width: 100%;
  padding: 9px;
  max-height: 68px
}
.title-link {
  z-index: 9999;
  color: white;
  text-transform: uppercase;
}
.title-link a {
  color: white !important;
}
/* HOME SWIPER SLIDER */

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80%;
  position: relative;
}
.swiper-slide .title {
  position: absolute;
  bottom: 30px;
  padding: 10px;
  color: #fff;
}
.swiper-slide h3 {
  padding: 10px;
  margin: 0;
  display: block;
  background: #000;
  opacity: .85;
  width: 100%;
}
.swiper-slide p {
  padding: 10px;
  margin: 0;
  opacity: .6;
}
.swiper-slide a {
  color: #fff;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide:nth-child(2n) {
  width: 80%;
}
.swiper-slide:nth-child(3n) {
  width: 80%;
}
.swiper-slide-next,
.swiper-slide-prev {
  background: #ccc;
  opacity: .5;
}
.all-news {
  position: absolute;
  right: 200px;
  display: inline-block;
  z-index: 100;
  right: 2%;
  bottom: 2%;
}

/**** Swipe Slider Responsive */
@media (max-width: 768px) {
  .swiper-slide .title {
    position: absolute;
    bottom: 5px;
    padding: 5px;
    color: #ffffff;
  }
  .swiper-slide h3 {
    font-size: 12px;
  }
  .swiper-slide p {
    display: none;
    font-size: 10px;
  }
  .all-news {
    display: none;
  }
}

.login-side {
  /* float: right;
   width: auto;*/
  display: inline-block;
  margin-left: 10px;
  min-width: 100px;
}
#navigation {
  position: relative;
  display: block;
  z-index: 999999;
}
#navigation.style-1 ul a {
  line-height: 32px;
  padding: 5px 5px;
}
/*
#navigation.style-1 ul li {
    margin: 0 15px !important;
}
*/
/* Sector List */
.sector-list ul li {
  padding: 10px 0px !important;
}
.sector-list ul li .bookings {
  margin: 0px;
}

.dashboard-list-box .delete:first-child {
  top: 20px;
}

.dashboard-list-box .delete {
  top: 40px;
}

.ms-skin-black-2 .ms-bullet {
  width: 24px;
  height: 24px;
  background: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  border: solid 3px white;
  border-color: rgba(0, 0, 0, 0.44);
  margin: 4px;
  background-position: -34px -117px;
  opacity: .6;
}

.ms-skin-black-2.round-skin .ms-bullet {
  border-radius: 15px;
}

.ms-skin-black-2 .ms-bullet-selected {
  background-color: black;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.44);
}

.ms-slide .ms-promo-info {
  padding: 0px;
  font-size: 36px;
  line-height: 50px;
  text-shadow: 2px 2px 4px #000000;
  display: inline-block;
  background-color: #333;
  padding: 10px 25px;
}
.ms-slide .ms-promo-sub {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  /*text-shadow: 2px 2px 4px #000000;*/
  background-color: #666;
  padding: 10px 25px;
  letter-spacing: 1px;
}

.master-slider .all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 110;
}

.master-slider .all a {
  text-shadow: 2px 2px 4px #000000;
  display: inline-block;
  height: 25px;
  border-radius: 5px;
}

.category-small-box {
  padding: 5px !important;
}

@media (min-width: 1920px) {
  .category-small-box {
    width: calc(100% * (1/6) - 21px) !important;
  }

  #navigation.style-1 {
    width: 91%;
  }
}
@media (max-width: 768px) {
  .ms-skin-black-2 .ms-bullet {
    width: 8px;
    height: 8px;
  }
}

/******** PAGINATION ************/
.pagination > li > a,
.pagination > li > span {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  margin: 5px;
}

.pagination > li > a:first-child,
.pagination > li > span:first-child {
  border-radius: 100%;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #333;
  cursor: default;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.card-background {
  bottom: 0;
  opacity: 0.9;
  height: 28%;
  overflow: hidden;
}
.company-title {
  width: 120%;
  text-align: center;
  vertical-align: middle;
}

.company-line {
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: auto;
  /*display: inline-block;*/
  border-radius: 5px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .2);
  padding: 5px;
}

.bottom-align-text {
  padding: 10px;
  color: #ffffff;
  border-radius: 10px;
  width: 50%;
  top: 80%;
  right: -50%;
}

.category-small-box {
  overflow: hidden;
}

.category-small-box .listing-badge.now-open {
  background-color: #f30c0c;
}

.category-small-box:hover .listing-badge.now-open {
  background-color: #fff;
  color: #f30c0c;
}

#header .container {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Company Detail */

.listing-desc-headline {
  padding: 10px !important;
  margin: 10px !important;
}

.pricing-list-container ul {
  margin-bottom: 15px;
  margin-left: 10px;
}
.pricing-list-container ul li {
  padding: 10px 5px;
}
.text-limit {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  padding: 0px;
}

/* IMAGE */
.slick-slide img {
  object-fit: contain;
  background-color: white;
}
/*
.listing-item img {
    background: linear-gradient(to top, rgba(225, 225, 225, 0.85) 0%, rgba(225, 225, 225, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

*/
.listing-table:before,
.listing-item-image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(
    bottom,
    rgba(35, 35, 37, 0.172) 0%,
    rgba(35, 35, 37, 0.078) 35%,
    rgba(22, 22, 23, 0) 60%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(35, 35, 37, 0.172) 0%,
    rgba(35, 35, 37, 0.078) 35%,
    rgba(22, 22, 23, 0) 60%,
    rgba(0, 0, 0, 0.03) 100%
  );
  background: linear-gradient(
    to top,
    rgba(35, 35, 37, 0.172) 0%,
    rgba(35, 35, 37, 0.078) 35%,
    rgba(22, 22, 23, 0) 60%,
    rgba(0, 0, 0, 0.03) 100%
  );
}
/*
.listing-item img {
    height: 100%;
    width: 100%;
    height: auto;
}
*/

.select2-container--default .select2-selection--single {
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  outline: 0;
  font-size: 15px;
  color: gray;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  font-weight: 500;
  opacity: 1;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 51px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
}

/* Tags Input */
.tagsinput {
  height: 51px !important;
  box-sizing: border-box !important;

  border: 1px solid #dbdbdb !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06) !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  border-radius: 3px !important;
}
#tags_tag {
  height: 30px;
  padding: 5px 5px;
  font-size: 13px;
  color: gray;
  margin: 0 5px 5px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 0px solid #dbdbdb;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .06);
  font-weight: 500;
  opacity: 1;
  border-radius: 3px;
}

.modal-backdrop {
  position: unset;
}

/* PRODUCT PİCTURE */
.product-picture {
  height: 100%;

  background-color: #f9f9f9;
  border-radius: 3px;
  padding: 10px;
  transform: translate3d(0, 0, 0);
  margin-bottom: 20px;
  text-align: center !important;
}

.product-picture .listing-item {
  background: #ccc;
  border-radius: 4px 4px 0 0;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 265px;
  z-index: 100;
  cursor: pointer;
}
.product-picture .listing-item img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 200;
  object-fit: contain;
}

.product-picture .list-box-listing-img {
  flex: 1;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.file-caption-name {
  height: 20px !important;
  line-height: 20px !important;
}

/* Product */

.listing-slider,
.listing-slider .item {
  /* height: 40vh; */
  min-height: 200px;
}


/* DİALOG */
#small-dialog,
#small-dialog-ad
 {
  background: #fff;
  padding: 40px;
  padding-top: 0;
  text-align: left;
  max-width: 720px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

#splash-dialog,
#small-dialog-ad
 {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 720px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px
}


.breadcrumb {
  background-color: transparent !important;
  margin-bottom: 0px !important;
}

/* Dev(Ozan) */

/* shadows */

.categories-boxes-container.margin-top-5.margin-bottom-30 .category-small-box {
  overflow: hidden;
  -webkit-box-shadow: 4px 14px 24px -10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 14px 24px -10px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 24px -10px rgba(0, 0, 0, 0.05);
}

a.color-red.book-now.m-t-20.popup-with-zoom-anim {
  display: inline-block;
}

a.color-red.book-now.m-t-20.popup-with-zoom-anim:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #e74c3c;
  transition: 300ms;
  opacity: 0;
}

a.color-red.book-now.m-t-20.popup-with-zoom-anim:hover:after {
  width: 100%;
  opacity: 1;
}

ul.list-1.color li:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #e74c3c;
  transition: 300ms;
  opacity: 0;
}
ul.list-1.color li:hover:after {
  width: 90%;
  opacity: 1;
}

span.contact-faks {
  color: #f30c0c;
}

span.custom-red-span {
  color: #f30c0c !important;
}

.custom-red-span {
  color: #f30c0c !important;
}

.custom-red-span:hover {
  color: rgb(231, 158, 158);
}

.listing-item {
  -webkit-box-shadow: 10px 49px 25px -42px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 49px 25px -42px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 49px 25px -42px rgba(0, 0, 0, 0.2);
  transition: .3s ease all;
}

.listing-item:hover {
  -webkit-box-shadow: 10px 53px 25px -42px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 10px 53px 25px -42px rgba(0, 0, 0, 0.30);
  box-shadow: 10px 53px 25px -42px rgba(0, 0, 0, 0.30);
}

.post-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
  max-height: 700px;
  object-fit: contain;
}

div#titlebar .container .row > .col-md-12 {
  display: flex;
}

div#titlebar .container .row > .col-md-12 h2 {
  flex: 1;
  padding-top: 10px;
}

div#titlebar .container .row > .col-md-12 nav {
  position: inherit !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  flex: inherit;
  line-height: 40px;
}

#titlebar h1,
#titlebar h2 {
  font-size: 30px !important;
  color: #2c2c2c !important;
}

@media (max-width: 1920px) {
  div#titlebar .container .row > .col-md-12 {
    display: block;
  }

  .fake-selection {
    padding: 14px 20px !important;
  }
}

img#profile-pic {
  object-fit: contain;
  object-position: center;
}

.img-responsive img {
  object-fit: contain;
  background: white;
}

h3.headline.centered.m-t-20 {
  text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.31);
}

.headline span {
  text-shadow: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .main-search-container {
    background: url(http://perpa.com.tr/assets/uploads/layout/perpa_bg.png);
  }
}

.simple-fw-slick-carousel.dots-nav.slick-initialized.slick-slider .listing-item .listing-item-content.margin-bottom-30 {
  padding-left: 15px;
}

span.like-icon {
  right: 20px;
}

.simple-fw-slick-carousel.dots-nav.slick-initialized.slick-slider .listing-item .listing-item-content {
  padding-right: 32px;
  display: flex;
}

h3.company-title.padding-top-15 {
  width: 100%;
  padding-top: 0 !important;
}

.simple-fw-slick-carousel.dots-nav.slick-initialized.slick-slider .listing-item-content h3 {
  line-height: 25px;
  align-self: center;
  text-align: center;
}

.card-background {
  background: rgb(37, 37, 37);
  background: -moz-linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(56, 56, 56, 1) 53%, rgba(31, 31, 31, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(56, 56, 56, 1) 53%, rgba(31, 31, 31, 1) 100%);
  background: linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(56, 56, 56, 1) 53%, rgba(31, 31, 31, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252525", endColorstr="#1f1f1f", GradientType=1);
}

.slick-prev:before,
.slick-next:before {
  border-radius: 55px;
  padding: 5px;
  /* border: 3px solid #4e4e4e; */
  background: transparent;
  font-size: 35px;
  color: #4e4e4e;
  font-weight: bolder;
  opacity: 1;
}

#navigation ul li a i {
  font-size: 14px !important;
}

#header {
  padding-bottom: 10px;
}

.login-side {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1920px) {
  .header-widget {
    padding: 10px 0;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.menu-item-others a ul {
  padding: 12px 15px !important;
}

.left-side #navigation #responsive li.menu-item-others ul li a {
  padding: 12px 15px;
  font-size: 14px !important;
  padding-right: 10px !important;
  transition: .3s ease all;
}

.left-side #navigation #responsive li.menu-item-others ul li a:hover {
  color: #f91942 !important;
}

.left-side #navigation #responsive li.menu-item-others > a {
  transition: 0.4s;
  border-radius: 50px;
  font-size: 14px;
  /* color: white;
  background: #f91942; */
  background: rgba(249, 25, 66, 0.06) !important;
  color: #f91942 !important;
  padding: 3px 15px !important;
  /* border: 1px solid #f91942; */
}

.menu-item-others > a:hover {
  color: #f91942 !important;
  background: transparent !important;
}

@media (max-width: 1239px) and (min-width: 1025px) {
  ul#responsive {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }

  .left-side {
    position: relative;
  }

  #navigation.style-1 ul li {
    flex: auto;
  }
}

@media (max-width: 1125px) and (min-width: 1024px) {
  #header #navigation ul#responsive li ul {
    left: -90px !important;
  }
}

.fake-selection {
  display: flex;
  align-self: center;
  padding: 10px;
  border-right: 1px solid #e9e9e9;
  background: white;
  border-radius: 5px;
}

.fake-selection span {
  width: 100%;
  cursor: pointer;
  padding-right: 5px;
}

.fake-selection i {
  float: right;
  margin-right: 5px;
  transition: .3s ease transform;
}

.selection-items ul {
  padding: 12px 0px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  transition: all .25s;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
  border-radius: 4px;
  font-size: 15px;
  margin: 10px 0 0 15px;
  float: left;
  list-style: none;
  display: none;
  opacity: 0;
  width: 95%;
}

.selection-items ul li {
  margin: 0;
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  cursor: pointer;
}

.selection-items ul li:hover {
  color: #f91942;
}

.visible-fake-selection {
  display: inherit !important;
  opacity: 1 !important;
}

span.like-icon {
  display: none;
}

.listing-item-content .numerical-rating {
  margin-bottom: 10%;
}

.left-side
  #navigation
  #responsive
  li.menu-item-others
  ul
  li
  a:hover
  > .left-side
  #navigation
  #responsive
  li.menu-item-others
  a {
  background: white !important;
}

#navigation.style-1 {
  display: flex;
}

.style-1 ul#responsive {
  margin: auto;
}

.slick-prev,
.slick-next {
  height: 100px !important;
}

.post-img:after {
  z-index: 7 !important;
}

html {
  height: 100%;
  margin-bottom: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rotate-dropdown-icon {
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.user-menu ul {
  z-index: 9999999;
}

body {
  font-family: 'Raleway', sans-serif !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content,
.map-box p,
.map-box div,
.numerical-rating .rating-counter,
body .menu-responsive i.menu-trigger:after {
  font-family: 'Raleway', sans-serif !important;
}

@media only screen and (max-width: 1920px) {
  .user-menu ul {
    left: -129px;
    right: auto;
  }

  #navigation.style-1 ul a {
    font-size: 14px;
  }

  .left-side #navigation #responsive li.menu-item-others > a {
    padding: 3px 7px !important;
  }

  .sidebar-textbox ul.contact-details li {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar-textbox ul.contact-details li {
    text-align: center;
  }

  .sidebar-textbox ul.contact-details li i {
    position: relative;
    font-size: 26px;
    top: 5px;
    margin-right: 3px;
  }
}

@media (max-width: 1239px) and (min-width: 992px) {
  .g-recaptcha.m-b-20 {
    transform: scale(0.70) !important;
    -webkit-transform: scale(0.70) !important;
  }
}

.company-box-card {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.219);
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 100%;
  background: #ebebeb;
}

.company-box-card-image {
  height: 160px;
  padding: 15px;
  background: white;
}

.company-box-card-image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.company-box-card-image img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(93, 4, 4, 0.123);
}

.card-ribbon {
  float: left;
  position: absolute;
  transform: rotate(45deg);
  right: -64px;
  top: 22px;
  text-align: center;
  width: 200px;
  font-size: 18px;
  margin: 0;
  z-index: 999;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  background-color: red;
}

.company-box-header {
  text-align: center;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(235, 235, 235);
  padding: 0 3px;
}

.company-box-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.company-box-floor-info {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e74c3c;
}

.company-box-floor-info p {
  margin: 0;
  color: white;
  line-height: 45px;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 18px;
}

.floor-info-custom-box {
  border: 2px solid white;
  border-radius: 7px;
  display: flex !important;
  align-items: center;
}

.floor-info-custom-box span {
  flex: 6;
}

.floor-info-custom-box .company-location-icon {
  flex: 4;
  align-self: center;
  height: auto;
}

span.company-location-icon {
  background: white;
  border: 2px solid;
  border-radius: 9px;
  transform: scale(1.06);
  transition: .3s ease all;
  /* border-color: red; */
}

.bg-blue span.company-location-icon {
  border-color: #3498db;
}
.bg-green span.company-location-icon {
  border-color: #72c02c;
}
.bg-red span.company-location-icon {
  border-color: #e74c3c;
}
.bg-yellow span.company-location-icon {
  border-color: #f1c40f;
}

.bg-blue span.company-location-icon i {
  color: #3498db;
}
.bg-green span.company-location-icon i {
  color: #72c02c;
}
.bg-red span.company-location-icon i {
  color: #e74c3c;
}
.bg-yellow span.company-location-icon i {
  color: #f1c40f;
}

span.company-location-icon i {
  color: black;
  font-size: 34px;
  transform: translateY(5px);
  transition: .2s ease all;
}

.fw-carousel-item.slick-slide .listing-item-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.slick-track .listing-item {
  height: auto !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#logo img {
  max-height: 42px !important;
}

#logo span.c-red.f-18 {
  font-size: 21px !important;
}

.header-widget .sign-in {
  margin-right: 10px !important;
}

#navigation ul ul li {
  width: 210px !important;
}

#navigation ul#responsive li ul {
  left: -30px !important;
  padding: 5px 10px;
}

.left-side #navigation #responsive li.menu-item-others ul li a:before {
  content: "\f105";
  margin-right: 5px;
  color: #f30c0c;
  font-size: 14px;
  font-weight: bold;
  /* line-height: 3; */
  transform: translateY(-2px);
  font-family: fontawesome;
  display: inline-block;
}

.icon-box-2 i {
  margin-bottom: 0 !important;
}

.icon-box-2 h3 {
  margin-bottom: 15px !important;
}

.boxed-widget {
  padding: 10px !important;
}

table.basic-table tr:nth-child(even) {
  background: #f9f9f9;
}

@media (max-width: 420px) {
  .map-icon {
    left: 5px !important;
    top: 10px !important;
  }
  .map-icon i {
    margin-right: 3px;
  }

  .map-header img {
    width: 120px;
  }
}

div#header {
  /* box-shadow: unset !important; */
}

.slick-prev {
  left: 60px !important;
}

.slick-next {
  right: 60px !important;
}

section.brand-carousel {
  padding: 0 20px;
}

.main-search-container.product-search-header-container {
  height: 240px;
}

@media (max-width: 991px) {
  .main-search-container.product-search-header-container {
    height: 360px;
  }
}

.company-detail-image img {
  display: block;
  margin: auto;
}

.company-detail-image p.text-center {
  margin-top: 10px;
}

.company-detail {
  font-size: 16px;
}

.company-detail .col-md-4 {
  margin-top: 20px;
}

.company-text .listing-desc-headline {
  position: relative;
  color: #f30c0c;
  border-color: #f30c0c;
  background-color: #fff;
  border-bottom: 1px solid #f30c0c;
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-weight: 500;
}

.company-text .listing-desc-headline:after {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #f30c0c;
  opacity: .05;
  z-index: 9;
}

.company-sectors h3,
.company-sectors h4 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.company-sectors h3 {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.company-sectors h4.listing-desc-headline {
  border-color: #d21b1b73;
  font-size: 18px;
  font-weight: 400;
}

.company-sectors h4.listing-desc-headline:after {
  background-color: #c3212170;
}

.company-detail-bold {
  font-weight: 500;
}

@media (max-width: 450px) {
  .map-side {
    display: none;
  }
}

a.sign-in.popup-with-zoom-anim {
  transition: 0.4s;
  border-radius: 50px;
  font-size: 14px;
  color: black;
  background: #f2f2f2;
  padding: 4px 15px !important;
  line-height: 32px;
  border: 1px solid #f2f2f2;
  top: 3px;
  line-height: 27px;
}

a.sign-in.popup-with-zoom-anim:hover {
  background: #f91942 !important;
  border-color: #f91942 !important;
  color: white !important;
}

@media (min-width: 1240px) and (max-width: 1920px) {
  #navigation.style-1 ul a {
    font-size: 13px !important;
  }
}

.picture {
  width: 100%;
}

.center-title-with-bottom-line {
  padding: 10px 0;
}

.center-title-with-bottom-line h3 {
  padding-bottom: 18px;
  font-weight: normal;
  text-align: center;
  font-size: 29px;
  line-height: 38px;
  position: relative;
  display: block;
}

.center-title-with-bottom-line h3::after {
  background: #f91942;
  bottom: 0;
  left: 0;
  right: 0;
  top: initial;
  width: 60px;
  content: "";
  height: 2px;
  border-radius: 6px;
  display: block;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.post-meta li {
  color: #888;
  display: inline-block;
  margin-right: 5px;
  background: #f2f2f2;
  padding: 0px 12px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 6px;
}

.post-meta li:after {
  display: none !important;
}

.hosted-by-title h4 {
  font-size: 22px !important;
  color: #222;
  font-weight: 400 !important;
  line-height: 1.1;
}

.left-title-with-bottom-line h3 {
  font-weight: normal;
  text-align: left;
  padding-bottom: 18px;
  font-size: 29px;
  line-height: 38px;
  position: relative;
  display: block;
  color: #222;
}

.left-title-with-bottom-line h3::after {
  background: #f91942;
  width: 60px;
  content: "";
  height: 2px;
  border-radius: 6px;
  display: block;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: initial;
  bottom: 0;
}

input.button.btn-block.border.margin-top-5.pull-right.mw-100.p-l-5.p-r-5 {
  min-width: 97% !important;
}

.two-part-banner {
  padding-bottom: 20px;
}

.small-product-card-image img {
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 210px;
}

.small-product-card-content {
  background: #ececec;
  height: 90px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 5px;
  display: flex;
  align-items: top;
  justify-content: center;
}

.small-product-card-content p {
  color: #222;
  font-size: 18px;
  padding-left: 5px;
  margin: 0;
  line-height: 1.1;
}

.small-product-company-logo {
  flex: auto;
}

.small-product-company-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}

.small-product-card-image {
  border: 1px solid #ececec;
  height: 210px;
}

.small-product-card {
  margin-bottom: 20px;
}

.small-product-info {
  flex: auto;
  padding: 5px;
}

p.small-product-company-name {
  font-size: 10px;
  color: #837474;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.col-md-6.homepage-products .col-md-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.col-md-6.homepage-products.product-seperator {
  position: relative;
}

@media (min-width: 992px) {
  .product-seperator::before {
    content: "";
    position: absolute;
    height: -webkit-fill-available;
    width: 1px;
    left: 0;
    background: #bbbbbb66;
  }
}

span.company-location-icon:hover > i {
  color: black !important;
  transform: scale(1.1) translateY(5px);
}

.col-md-6.homepage-products .button {
  border: 1px solid #f30c0c;
  transition: .3s ease all;
  float: right;
}

@media (max-width: 1200px) {
  .col-md-6.homepage-products .button {
    float: none;
    margin-top: 20px;
    display: table;
  }
}

.col-md-6.homepage-products .button:hover {
  background: white;
  color: red !important;
}

.main-search-input button.button {
  border: 1px solid #f30c0c;
  transition: .3s ease all;
}

.main-search-input button.button:hover {
  background: white;
  color: red !important;
}

@media (min-width: 1920px) and (max-width: 2400px) {
  .login-side {
    right: 5% !important;
  }
}

@media (min-width: 2400px) {
  .login-side {
    right: 10% !important;
  }
}

#breadcrumbs ul {
  padding-top: 10px;
}

.blog-page .col-lg-3.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.hosted-by-title.m-b-5 {
  padding-top: 18px;
}

.company-card-absolute-name {
  width: max-content;
  padding: 10px;
  border-radius: 10px;
  position: absolute !important;
  right: 0;
  bottom: 0;
  border-radius: unset !important;
  border-top-left-radius: 10px !important;
  /* border-top-right-radius: 10px !important; */
}

@media (max-width: 992px) {
  .listing-item-content h3.company-card-absolute-name {
    position: relative !important;
    width: 100%;
    text-align: center;
    border-radius: unset !important;
  }
}

.pricing-list-container h4,
.pricing-list-container ul,
h4.listing-desc-headline {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.mapplic-pin {
  transform: scale(2) translateY(-7px);
}

@media (min-width: 992px) {
  div#mapplic {
    height: 400px !important;
  }
  .mapplic-map.mapplic-zoomable {
    transform: scale(0.7) translateY(-50px);
  }
}

table.basic-table tr:nth-child(odd) {
  background-color: #e9e9e9 !important;
}

table.basic-table tr:nth-child(even) {
  background: #f6f6f6 !important;
}

.boxed-widget {
  background: #f6f6f6 !important;
}

div#titlebar .container .row > .col-md-12 h2 {
  text-transform: uppercase;
}

.listing-nav li a {
  font-size: 23px;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 600px) {
  table td {
   /* display: block !important; */
  }
}

.row.with-forms h5 {
  text-transform: uppercase;
}

button.button.preview {
  border: 1px solid #f30c0c;
  margin-top: 35px !important;
}

button.button.preview:hover {
  background: white !important;
  color: #f30c0c !important;
}

body.map_index_page div#mapplic {
  height: 100% !important;
}

.company-list-container .floor {
  padding: 8px 5px !important;
}

.company-list-container h3 {
  text-align: center;
  padding: 15px 15px !important;
}

ul.box > li {
  width: 70px !important;
}

.map-header img {
  width: 150px;
}

@media (max-width: 769px) {
  .row.map-search .col-sm-4.p-r-0 {
    padding-left: 0 !important;
  }
}

.map-shortcuts {
  width: 100%;
  padding: 16px;
  background-color: #f6f6f6;
}

.map-shortcuts ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.map-shortcuts ul li {
  list-style: none;
}

.map-shortcuts ul li img,
.map-shortcuts ul li .map-icon-fa {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 26px;
  color: #fff;
  cursor: default;
}


.flip-text {
  background-image: url(https://perpa.com.tr/assets/uploads/layout/perpa_bg.png);
  height: 150px;
}

.flip-body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flip-header {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
  top: 20%;
  transform : translateY(0);
}

.hide-text {
  transform: translateY(350%);
}


/** PROGRESS */
#profile .progress{
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
#profile .progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#profile .progress > span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
#profile .progress .progress-left{
  left: 0;
}
#profile .progress .progress-bar{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
#profile .progress .progress-left .progress-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
#profile .progress .progress-right{
  right: 0;
}
#profile .progress .progress-right .progress-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  /*animation: p-0 1.8s linear forwards;*/
}
#profile .progress .progress-value{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44484b;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
#profile .progress.blue .progress-bar{
  border-color: #049dff;
}

/* Percentage 0% */
#profile .progress.p-0 .progress-right .progress-bar{
  animation: p-0 1.5s linear forwards 1.8s;
}
/* Percentage 25% */
#profile .progress.p-25 .progress-left .progress-bar{
  animation: p-0 1.5s linear forwards 1.8s;
}
#profile .progress.p-25 .progress-right .progress-bar{
  animation: p-25 1.5s linear forwards 1.8s;
}

/* Percentage 50% */
#profile .progress.p-50 .progress-left .progress-bar{
  animation: p-0 1.5s linear forwards 1.8s;
}
#profile .progress.p-50 .progress-right .progress-bar{
  animation: p-50 1.5s linear forwards 1.8s;
}

/* Percentage 75% */
#profile .progress.p-75 .progress-right .progress-bar{
  animation: p-100 1.8s linear forwards;
}
#profile .progress.p-75 .progress-left .progress-bar{
  animation: p-75 1.5s linear forwards 1.8s;
}

/* Percentage 100% */
#profile .progress.p-100 .progress-right .progress-bar{
  animation: p-100 1.8s linear forwards;
}
#profile .progress.p-100 .progress-left .progress-bar{
  animation: p-100 1.5s linear forwards 1.8s;
}


.mfp-arrow-right:before {
  font-family: simple-line-icons;
}


.mfp-arrow-left:before {
  font-family: simple-line-icons;
}


.newsletter .header_title {
  background-color: #e7e9eb;
}


.swal2-container {
  z-index: 9999 !important;

}




@keyframes p-0{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@keyframes p-25{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}
@keyframes p-50{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}
@keyframes p-75{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}
@keyframes p-100{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}
@media only screen and (max-width: 990px){
  .progress{ margin-bottom: 20px; }
}

/* Progress End */


#sign-in-dialog, #sign-in-box {
  max-width: 720px !important;
}



.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td,
.table>tr>th, 
.table>tr>td 
 {
  padding: 10px  !important;
  line-height: 1.42857143;
  vertical-align: middle !important;

}
