/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(8,41): run-time error CSS1046: Expect comma, found '0'
(8,45): run-time error CSS1046: Expect comma, found '/'
(9,33): run-time error CSS1046: Expect comma, found '0'
(9,37): run-time error CSS1046: Expect comma, found '/'
(128,17): run-time error CSS1039: Token not allowed after unary operator: '-pbmit-blackish-color'
(132,14): run-time error CSS1039: Token not allowed after unary operator: '-pbmit-blackish-color'
(135,14): run-time error CSS1039: Token not allowed after unary operator: '-pbmit-blackish-color'
(138,17): run-time error CSS1039: Token not allowed after unary operator: '-pbmit-blackish-color'
 */
.codeless-add-purchase-button {
    position: fixed;
    bottom: 130px;
    right: 32px;
    height: 70px;
    background: rgba(137, 189, 73, .25);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.codeless-add-purchase-button i.icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #33CE33;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}
.codeless-add-purchase-button i.icon svg {
    height: 30px;
    position: relative;
    bottom: 1px;
}
.codeless-add-purchase-button i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 70px;
    width: 70px;
    background: rgba(137, 189, 73, .3);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}
.codeless-add-purchase-button i.icon svg path {
    fill: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
section.section-lgb.widgetform .contact-three-form.pbmit-bg-color-blackish {
    background-color: #f0f2f4;
}
.widgetform .form-control {
    color: var(--pbmit-blackish-color)!important;
    background-color: #cccccc;
}
.widgetform .form-control::placeholder{
	color: var(--pbmit-blackish-color)!important;
}
.widgetform .form-control:focus::placeholder{
	color: var(--pbmit-blackish-color)!important;
}
.widgetform .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title {
    color: var(--pbmit-blackish-color);
}
@media (min-width: 1201px) {
    .main-menu ul > li.dropdown > a:after {
        background-color: #be162200;
    }

  .post.blog-classic ul {
    list-style-type: disc;
    margin-left: 15px;
}
  .post.blog-classic ul li p {
    margin: 0;
  }
}
  section.site-content.service-details h1{
    font-size: 30px;
  }
  section.site-content.service-details h2{
    font-size: 28px;
  }
  section.site-content.service-details  p {
    font-size: 16px;
  }
  @media (max-width: 800px) {
    section.site-content.service-details h1{
      font-size: 28px;    line-height: 24px;
    }
    section.site-content.service-details h2{
      font-size: 22px;    line-height: 24px;
    }
  }
@media (max-width: 1200px) {
    .pbmit-menu-wrap {
        width: 96vw;
    }
}
@media (max-width: 1200px) {
    .site-header .site-navigation ul.navigation > li > a {
        padding: 15px 12px;
    }
}
@media (max-width: 1200px) {
    .main-menu .navigation > li > ul a {
        padding: 8px 20px;
    }
}

@media (min-width: 900px) {
    .pbmit-title-bar-wrapper {
        border-radius: 30px;
        overflow: hidden;
        margin: 25px 40px 0 40px!important;
    }
}
.pbmit-firstletterx {
    font-size: 16px;
}
section.site-content.service-details h1,
section.site-content.service-details h2,
section.site-content.service-details h3,
section.site-content.service-details h4,
section.site-content.blog-details h1,
section.site-content.blog-details h2,
section.site-content.blog-details h3,
section.site-content.blog-details h4{
    font-size: 30px !important;
}
@media (max-width: 900px) {
  section.site-content.service-details h1,
section.site-content.service-details h2,
section.site-content.service-details h3,
section.site-content.service-details h4,
section.site-content.blog-details h1,
section.site-content.blog-details h2,
section.site-content.blog-details h3,
section.site-content.blog-details h4{
    font-size: 25px !important;
  line-height: 1.2;
}
}
@media (max-width: 1800px) {
      .main-menu .navigation > li {
        padding: 0 14px;
    }
  .header-style-1 .main-menu .navigation > li {
        padding: 0 14px;
    }
}@media (max-width: 1700px) {
  .site-header .pbmit-button-box-second a {
    padding: 8px 20px;
    font-size: 12px;
}
}
@media (max-width: 1470px) {
    .header-style-1 .main-menu .navigation > li {
        padding: 0 10px;
    }.site-navigation ul.navigation > li > a {
      font-size: 14px;
  }
}
.swiper-slider.pbmit-element-viewtype-carousel-4 .swiper-wrapper {
    justify-content: center;
}
