@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import url(../library/fontawesome/scss/fontawesome.css);
@import url(../library/fontawesome/scss/brands.css);
@import url(../library/fontawesome/scss/solid.css);
@import url(../library/bootstrap/css/bootstrap.min.css);
@import url(../library/OwlCarousel2/docs/assets/owlcarousel/assets/owl.carousel.min.css);
@import url(../library/OwlCarousel2/docs/assets/owlcarousel/assets/owl.theme.default.min.css);
@import url(../library/aos/aos.css);
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none !important; }

.img img {
  width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

:focus {
  outline: 0; }

a, .transition, li, button {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -ms-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear; }

#loading {
  background-color: #fdfdfd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  text-align: center;
  background-image: url("../images/loading-1.gif");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  padding: 0 !important;
  background-size: 220px; }

.container {
  width: 1120px; }

.container_full {
  width: 100%;
  padding: 0 7%; }

.full-size {
  width: 100%; }

.button_1 {
  color: #FFF;
  background: #39B54A;
  background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 21px;
  font-weight: 600; }
  .button_1:hover {
    background: linear-gradient(90deg, #3fa9f5 0%, #39b54a 100%); }

.button_2 {
  color: #FFF;
  background: #39B54A;
  background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
  border: none;
  border-radius: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  width: 60px;
  aspect-ratio: 1 / 1;
  font-size: 24px;
  display: inline-block; }
  .button_2:hover {
    background: linear-gradient(90deg, #3fa9f5 0%, #39b54a 100%); }

.button_3 {
  color: #666666;
  background: #FFF;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  padding: 15px 35px; }
  .button_3:hover {
    background: linear-gradient(90deg, #3fa9f5 0%, #39b54a 100%);
    color: #FFF; }

.button_4 {
  color: #FFF;
  background: transparent;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  padding: 15px 35px;
  border: solid 2px #FFF; }
  .button_4:hover {
    background: linear-gradient(90deg, #3fa9f5 0%, #39b54a 100%);
    color: #FFF; }

.button_5 {
  color: #333;
  background: #FFF;
  border: solid 3px #2DB84C;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 21px;
  font-weight: 600; }
  .button_5:hover {
    background: linear-gradient(90deg, #3fa9f5 0%, #39b54a 100%);
    color: #FFF; }

header {
  background-color: black;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 100%;
  padding: 20px 0;
  text-align: center; }
  header .logo {
    display: inline-flex;
    float: left; }
  header nav {
    margin-top: 30px;
    display: inline-flex; }
    header nav .has-submenu:hover .submenu {
      display: block; }
    header nav li {
      display: inline-block;
      position: relative; }
      header nav li ul {
        color: #000;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 100%;
        min-width: 250px; }
        header nav li ul li {
          display: block;
          text-align: left;
          border-bottom: solid 1px rgba(255, 255, 255, 0.1);
          width: 100%; }
          header nav li ul li a {
            padding: 10px;
            display: inline-block;
            text-align: left;
            background-color: rgba(45, 184, 76, 0.8);
            width: 100%;
            white-space: nowrap;
            font-size: 16px; }
            header nav li ul li a:hover {
              background-color: rgba(200, 251, 230, 0.7);
              color: #000; }
      header nav li a {
        color: #FFF;
        padding: 5px 18px;
        font-size: 18px;
        font-weight: 500; }
  header .app {
    display: inline-flex;
    float: right; }
  header.header_absolute {
    position: absolute;
    background-color: transparent; }
  header.header_fixed {
    position: fixed;
    background-color: transparent; }
  header .desktop {
    display: inline-block;
    width: 100%; }
  header .mobile .hamburger {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 32px;
    right: 48px; }

#header.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  /* İstediğin renk */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000; }

.call_on {
  background-position: center;
  background-size: 105%; }
  .call_on .container {
    padding: 235px 0 360px; }
  .call_on .colx {
    width: 33.333%; }
  .call_on .result {
    padding-top: 10%; }
    .call_on .result .button_1 {
      width: 100%; }
    .call_on .result .button_2 {
      margin: 0 14px; }

.nasran_form {
  background-color: #FFF;
  padding: 15px 25px;
  border-radius: 25px;
  text-align: center; }
  .nasran_form h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  .nasran_form select {
    width: 100%;
    background-color: #EBEFF2;
    border: none;
    padding: 9px 6px;
    color: #808080; }
  .nasran_form .men .musteri {
    border-radius: 50%;
    background-color: #EBEFF2;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    display: inline-block; }
    .nasran_form .men .musteri.active {
      background-color: #2DB84C; }
    .nasran_form .men .musteri.nefsi {
      background-image: url("../images/home.svg"); }
      .nasran_form .men .musteri.nefsi.active {
        background-image: url("../images/home-active.svg"); }
    .nasran_form .men .musteri.ticari {
      background-image: url("../images/ticari.svg"); }
      .nasran_form .men .musteri.ticari.active {
        background-image: url("../images/ticari-active.svg"); }
    .nasran_form .men .musteri:hover {
      background-color: #dedede; }
  .nasran_form .men h4 {
    font-size: 16px;
    color: #808080; }
  .nasran_form .button_1 {
    width: 100%; }

.adede {
  background-color: #000000; }
  .adede .item .icon {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%; }
  .adede .item h4 {
    color: #2DB84C;
    font-size: 40px;
    font-weight: 600;
    text-align: center; }
  .adede .item span {
    color: #C8FBE6;
    font-size: 47px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -20px; }

.slogan_1 {
  background-color: #000000;
  color: #C8FBE6;
  text-align: center;
  position: relative; }
  .slogan_1 h5 {
    font-size: 70px;
    font-weight: 500; }
  .slogan_1 p {
    font-size: 18px; }
  .slogan_1:after {
    content: '';
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fumigasyon {
  padding: 35% 0 5% 0;
  text-align: center;
  color: #C8FBE6;
  background-position: top center; }
  .fumigasyon h5 {
    font-size: 65px;
    font-weight: 600; }
  .fumigasyon p {
    font-size: 18px; }

.quality {
  background-color: #333333;
  text-align: center;
  color: #C8FBE6;
  padding: 170px 0; }
  .quality h5 {
    font-size: 120px;
    font-weight: 600;
    background: linear-gradient 135deg, #42d392, #647eff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .quality p {
    font-size: 16px; }

.app_section {
  background-color: #000000;
  padding: 100px 0; }
  .app_section .store a {
    display: inline-block; }
    .app_section .store a .img img {
      max-width: 220px; }
  .app_section h5 {
    font-size: 70px;
    font-weight: 600;
    color: #C8FBE6; }
  .app_section p {
    font-size: 18px;
    color: #C8FBE6; }

.more {
  display: inline-block; }
  .more div {
    display: inline-block;
    width: 100%; }
  .more .button_2 {
    margin: 0 10px; }

.solution {
  padding: 100px 0;
  text-align: center; }
  .solution .item img {
    border-radius: 50%; }
  .solution .owl-theme {
    padding: 50px 0 0 0; }

.green {
  padding: 70px 0 400px;
  background-position: center;
  background-size: 105%; }
  .green h3 {
    text-align: center;
    color: #186D26;
    font-size: 69px; }
    .green h3 span {
      color: #FFF; }
  .green h6 {
    font-size: 36px; }
  .green p {
    font-size: 18px; }

.invoice {
  padding: 200px 0 400px;
  text-align: center; }
  .invoice .container {
    padding-right: 15%; }
  .invoice h3 {
    font-size: 70px;
    font-weight: 600; }
  .invoice p {
    font-size: 18px; }

.instagram_carousel {
  padding: 40px 20px;
  /*
  .owl-stage-outer {
      padding: 50px 0;
  }
      */ }
  .instagram_carousel .instagram_carouse_header {
    bottom: -45px;
    position: relative; }
    .instagram_carousel .instagram_carouse_header h3 {
      font-size: 35px;
      font-weight: 700;
      color: #B3B3B3;
      display: inline-block; }
    .instagram_carousel .instagram_carouse_header ul {
      display: inline-block; }
      .instagram_carousel .instagram_carouse_header ul li {
        display: inline-block;
        margin: 0 6px; }
        .instagram_carousel .instagram_carouse_header ul li a {
          font-size: 50px;
          color: #000; }
  .instagram_carousel .owl-carousel {
    /*
    .owl-item.center {
        transform: scale(1.2);
        transition: transform 0.3s ease;
        z-index: 10;
        .item {
            transform: scale(1.2); 
            transition: transform 0.3s ease;
            z-index: 10; 
            border: solid 10px #FFF;
          }
    }
          */ }
    .instagram_carousel .owl-carousel button.owl-prev {
      font-size: 104px;
      margin: 0 20px; }
    .instagram_carousel .owl-carousel button.owl-next {
      font-size: 104px;
      margin: 0 20px; }

footer {
  background-color: #000000;
  padding: 100px 0 30px;
  color: #FFFFFF; }
  footer a {
    color: #FFFFFF; }
  footer .top {
    display: flex;
    border-bottom: solid 1px #FFFFFF;
    padding-bottom: 200px; }
    footer .top i {
      margin-right: 10px; }
    footer .top h6 {
      font-size: 18px;
      margin-bottom: 20px; }
    footer .top ul {
      font-size: 14px; }
      footer .top ul li {
        margin-bottom: 10px; }
    footer .top .item {
      display: flex;
      margin-right: 50px; }
      footer .top .item h6 {
        width: 100%; }
  footer .bottom {
    padding: 40px 0 30px;
    width: 100%; }
    footer .bottom .logo {
      float: left !important;
      position: relative;
      top: -15px; }
    footer .bottom .item {
      display: inline-block;
      margin-right: 40px;
      float: right; }

.show991 {
  display: none; }

.hide991 {
  display: inline-block; }

.page_text {
  padding: 5% 0 30%;
  background-position: center; }
  .page_text h1 {
    font-size: 64px;
    font-weight: 600; }

.disinfection_top {
  color: #FFFFFF;
  padding: 8% 0 25%;
  background-size: 120%;
  background-position: center; }
  .disinfection_top h1 {
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 5%;
    padding: 0; }
  .disinfection_top h2 {
    font-size: 55px;
    font-weight: 600; }
  .disinfection_top p {
    font-size: 18px; }

.disinfection_middle {
  text-align: center;
  padding-bottom: 10%; }
  .disinfection_middle .item {
    margin-top: 100px;
    color: #999999;
    padding: 0 20%; }
    .disinfection_middle .item img {
      margin-bottom: 50px;
      max-width: 200px; }

.disinfection_bottom {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 600; }
  .disinfection_bottom .text {
    padding: 0 10%;
    text-align: center;
    padding: 3% 0 0;
    position: relative; }
    .disinfection_bottom .text:after {
      content: '';
      background: #000000;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 68%, black 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.fumigation_top {
  padding: 10% 45% 15% 5%;
  color: #FFFFFF;
  background-position: center; }
  .fumigation_top h1 {
    font-size: 138px;
    font-weight: 600; }
  .fumigation_top h2 {
    font-size: 70px;
    color: #C8FBE6;
    font-weight: 600; }
  .fumigation_top p {
    font-size: 18px;
    color: #C8FBE6; }

.fumigation_middle {
  padding: 20% 5% 15% 65%;
  background-position: center right 42%; }
  .fumigation_middle h2 {
    font-size: 70px;
    font-weight: 600; }

.fumigation_bottom {
  text-align: center;
  padding: 7% 0 10%; }
  .fumigation_bottom .top {
    margin-bottom: 8%; }
    .fumigation_bottom .top img {
      margin-bottom: 5%; }
    .fumigation_bottom .top h2 {
      font-size: 70px;
      font-weight: 600; }
    .fumigation_bottom .top p {
      font-size: 18px;
      font-weight: 300; }
  .fumigation_bottom .bottom .image {
    margin-bottom: 5%; }
    .fumigation_bottom .bottom .image img {
      max-height: 200px; }
  .fumigation_bottom .bottom h3 {
    color: #808080;
    font-size: 31px; }

.contact {
  padding: 7% 0; }
  .contact .top {
    margin-bottom: 65px;
    text-align: center; }
    .contact .top h1 {
      font-size: 83px;
      font-weight: 600; }
    .contact .top p {
      font-size: 32px;
      font-weight: 600;
      color: #999999; }
  .contact .middle .item {
    background: #39B54A;
    background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
    color: #FFF;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 50px 30px;
    height: 400px;
    position: relative; }
    .contact .middle .item h2 {
      font-size: 45px;
      font-weight: 600; }
    .contact .middle .item p {
      font-size: 33px; }
    .contact .middle .item .button_3 {
      position: absolute;
      bottom: 50px;
      left: 30px; }
    .contact .middle .item.end-item {
      background: #999999 !important; }
  .contact .bottom {
    text-align: center; }
    .contact .bottom h3 {
      font-size: 32px;
      color: #999999; }
    .contact .bottom a {
      font-size: 27px;
      color: #000000;
      text-decoration: underline !important; }

#ourPhones .modal-body {
  text-align: center; }
  #ourPhones .modal-body .item a {
    font-size: 32px;
    width: 100%; }

#ourMessage .modal-body .form-control {
  padding: 15px; }

.top_carrier {
  background: #39B54A;
  background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%); }
  .top_carrier .container {
    padding: 3% 13% 3% 0; }
  .top_carrier h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 30px; }
  .top_carrier a {
    margin-right: 20px; }

.middle_carrier {
  text-align: center;
  background-color: #F2F2F2;
  padding: 3% 0; }
  .middle_carrier h2 {
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 30px; }
  .middle_carrier p {
    color: #999999;
    font-size: 32px; }

.bottom_carrier {
  padding: 100px 0; }
  .bottom_carrier .top {
    margin-bottom: 100px; }
    .bottom_carrier .top p {
      text-align: center;
      color: #999999;
      font-size: 32px;
      margin: 0;
      padding: 0; }
  .bottom_carrier .items .item {
    margin-bottom: 80px; }
    .bottom_carrier .items .item .img img {
      border-radius: 10px; }
    .bottom_carrier .items .item h3 {
      font-size: 32px; }
    .bottom_carrier .items .item p {
      font-size: 20px;
      color: #999999; }
    .bottom_carrier .items .item.rtl {
      text-align: right; }

.profile .profile_header {
  background: #39B54A;
  background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
  padding: 40px 0; }
  .profile .profile_header h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 1rem; }
  .profile .profile_header h2 {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .profile .profile_header p {
    color: #FFFFFF;
    font-size: 28px; }
.profile .profile_information {
  background-color: #FAFAFA;
  padding: 20px 0; }

.profile_form .profile_form_header {
  padding: 20px 0;
  text-align: right;
  width: 100%; }

.accordion .accordion-content {
  display: none;
  padding: 20px 0; }
  .accordion .accordion-content .arrow {
    transition: transform 0.3s ease; }
  .accordion .accordion-content p {
    margin: 0;
    padding: 0; }
.accordion .accordion-header {
  background: #39B54A;
  background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer; }
  .accordion .accordion-header.active + .accordion-content {
    display: block; }
.accordion .accordion-header.active .arrow {
  transform: rotate(180deg); }

#toggleAllBtn {
  cursor: pointer;
  border: none;
  background-color: transparent; }
  #toggleAllBtn i {
    background-color: #DDD;
    color: #FFF;
    font-weight: 600;
    border-radius: 50%;
    padding-top: 4px;
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 30px;
    height: 30px;
    text-align: center; }

.files-form {
  display: flex; }

.file-group {
  margin-bottom: 20px;
  display: flex;
  margin-right: 30px;
  font-size: 14px; }

.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100px;
  width: 50px;
  color: #FFF; }
  .custom-file-upload i {
    border-radius: 50%;
    background-color: #e0e0e0;
    padding: 5px;
    font-weight: 600;
    font-size: 18px; }

.custom-file-upload:hover {
  background-color: #e0e0e0; }

input[type="file"] {
  display: none; }

.filename-preview {
  padding: 5px;
  color: #333;
  border: solid 1px #eee;
  height: 100px;
  width: 150px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-muslume {
  padding: 50px 0; }
  .form-muslume .mbs4 {
    margin-bottom: 2rem !important;
    position: relative; }
    .form-muslume .mbs4 .required {
      color: red;
      position: absolute;
      right: 30px;
      top: 15px; }
  .form-muslume .button_1 {
    min-width: 150px; }

.form-seleme {
  width: 100%;
  border: solid 1px #666;
  border-radius: 24px;
  padding: 12px 22px; }

.form-page-muslume {
  padding: 70px 0;
  font-size: 20px; }
  .form-page-muslume h2 {
    font-weight: 600;
    color: #999999;
    margin-bottom: 1.5rem; }
  .form-page-muslume p {
    margin-bottom: 1rem; }
  .form-page-muslume a {
    color: #000;
    text-decoration: underline  !important; }

.required {
  color: red;
  font-weight: bold; }

.form-seleme-window {
  display: flex;
  margin-bottom: 1rem; }
  .form-seleme-window label {
    display: flex;
    position: relative;
    font-weight: bold; }
    .form-seleme-window label span {
      display: inline-block;
      width: 190px;
      text-align: right;
      padding-right: 30px; }
    .form-seleme-window label .required {
      position: absolute;
      right: -15px; }
  .form-seleme-window .form-seleme-group {
    display: flex;
    width: 550px;
    margin-left: 20px; }
  .form-seleme-window .button_1 {
    margin-right: 10px;
    min-width: 130px; }

.form-area-2 .form-seleme-window label span {
  width: 370px; }
.form-area-2 .form-seleme-window .form-seleme-group .inline-block {
  width: 80%; }

.inline-block {
  display: inline-block !important; }

.job {
  padding: 4rem 0;
  font-size: 20px; }
  .job .form-header {
    position: relative;
    padding-bottom: 50px; }
    .job .form-header .first_button {
      position: absolute;
      right: 0;
      top: 0; }
    .job .form-header .last_button {
      position: absolute;
      right: 0;
      bottom: 0; }
  .job h2 {
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 32px; }
  .job h3 {
    font-weight: 600; }
  .job p {
    margin-bottom: 50px; }

.search_form {
  padding: 4rem 0; }
  .search_form .button_1 {
    font-size: 17px;
    width: 100%;
    max-width: 120px; }

.search_result_list {
  background-image: url("../images/table-bg.png"); }
  .search_result_list table {
    width: 100%;
    font-size: 20px; }
    .search_result_list table td, .search_result_list table th {
      padding: 19.4px 0; }
      .search_result_list table td a, .search_result_list table th a {
        color: #000; }
        .search_result_list table td a:hover, .search_result_list table th a:hover {
          color: #2DB84C; }

.paging {
  text-align: center;
  margin-top: 40px; }
  .paging nav {
    display: inline-block; }
  .paging .page-item {
    background-color: transparent !important;
    padding: 0;
    margin: 0 10px; }
    .paging .page-item.active {
      border: solid 1px #000; }
  .paging .page-link {
    border: none !important;
    color: #000;
    font-size: 32px;
    padding: 5px 20px; }
  .paging .active > .page-link, .paging .page-link.active {
    border: solid 1px #000;
    background-color: transparent !important; }

.pest-control-header {
  background-size: 101%;
  text-align: right;
  color: #FFF;
  position: relative;
  background-position: center; }
  .pest-control-header img {
    opacity: 0;
    width: 100%; }
  .pest-control-header h1 {
    font-size: 90px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    right: 30px; }

.pest-control-list .item {
  padding: 12% 3%; }
  .pest-control-list .item.item-gray {
    background-color: #CCCCCC; }
  .pest-control-list .item .text {
    text-align: justify; }
  .pest-control-list .item h2 {
    font-size: 82px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0;
    text-align: left; }
  .pest-control-list .item .description {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 0; }
    .pest-control-list .item .description p {
      margin: 0;
      padding: 0; }

.who_is {
  text-align: right;
  padding: 10% 0 15%;
  background-position: right 56% center; }
  .who_is .content {
    width: 40%;
    display: inline-block;
    text-align: left; }
    .who_is .content h1 {
      font-size: 96px;
      font-weight: 600; }

.text_content_1 {
  font-size: 32px;
  color: #999999;
  font-weight: 600;
  text-align: center; }
  .text_content_1 b {
    color: #000000; }

.text_content_2 {
  font-size: 32px;
  font-weight: 600; }
  .text_content_2 b {
    color: #000000; }
  .text_content_2 h3 {
    color: #000000;
    font-size: 58px;
    font-weight: 600; }
  .text_content_2 img {
    max-width: 100%; }

.avantage h2 {
  color: #2DB84C;
  font-weight: 600;
  font-size: 72px;
  font-weight: 600; }

.mt-10 {
  margin-top: 5rem !important; }

.teams {
  padding: 50px 0; }
  .teams .item {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px; }
    .teams .item .img {
      padding: 0 5%;
      margin-bottom: 15px; }
      .teams .item .img img {
        border-radius: 50%; }
    .teams .item p {
      color: #666666; }

.category .category_header {
  background-color: #E30613;
  color: #FFF;
  padding: 30px 0; }
  .category .category_header h1 {
    font-weight: 600;
    font-size: 120px; }
.category .category_middle {
  padding: 70px 0; }
  .category .category_middle .category_middle_header {
    background-image: url("../images/tr-du-flags.svg");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 500px; }
  .category .category_middle h2 {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 80px; }
  .category .category_middle .content {
    font-size: 24px; }
    .category .category_middle .content p {
      margin-bottom: 20px; }

.products .item {
  padding: 100px 0; }
  .products .item table {
    border-color: #000; }
    .products .item table tr {
      border-color: #000; }
      .products .item table tr td {
        background-color: #CCCCCC;
        border-color: #000; }
    .products .item table tr:first-child td {
      background-color: #2DB84C; }
.products .item:nth-child(odd) {
  background-color: #E6E6E6; }

@media (min-width: 767px) {
  .instagram_carousel .owl-stage-outer {
    padding: 10px 0; }
  .instagram_carousel .owl-carousel .owl-stage {
    padding: 100px 0 0; }
  .instagram_carousel .owl-carousel .owl-item.center {
    transform: scale(1.2);
    transition: transform 0.3s ease;
    z-index: 10; }
    .instagram_carousel .owl-carousel .owl-item.center .item {
      transform: scale(1.2);
      /* 1.2x büyütüyor */
      z-index: 10;
      /* üstte olsun diğerlerinin üstüne çıksın */
      border: solid 10px #FFF; } }
@media (max-width: 1600px) {
  .green {
    background-size: 170%; }

  .call_on {
    background-size: 120%; }
    .call_on .container {
      padding: 200px 0 250px; } }
@media (max-width: 1399px) {
  .disinfection_top {
    padding: 150px 0 100px 0;
    background-size: 400%; }

  .category .category_header h1 {
    font-size: 60px; } }
@media (max-width: 1280px) {
  .top_carrier h1 {
    font-size: 44px;
    line-height: 44px; }
  .top_carrier p {
    font-size: 21px; }

  .middle_carrier h2 {
    font-size: 44px;
    line-height: 44px; }
  .middle_carrier p {
    font-size: 21px; }

  .bottom_carrier {
    padding: 40px 0; }

  .pest-control-list .item h2 {
    font-size: 42px; }

  .who_is {
    text-align: right;
    padding: 10% 0 15%;
    background-position: right 56% center;
    background-size: 157%; }
    .who_is .content h1 {
      font-size: 45px; }

  .category .category_header {
    padding: 20px 0; }
    .category .category_header h1 {
      font-size: 80px; }
  .category .category_middle {
    padding: 50px 0; }
    .category .category_middle .category_middle_header {
      padding-right: 300px; }
    .category .category_middle h2 {
      font-size: 45px;
      margin-bottom: 50px; }
    .category .category_middle .content {
      font-size: 20px; }
      .category .category_middle .content p {
        margin-bottom: 20px; }

  .products .item {
    padding: 60px 0; } }
@media (max-width: 1199px) {
  .green {
    background-size: 200%; }

  .container {
    width: 90%;
    max-width: 90%; }

  header nav li a {
    padding: 5px 12px;
    font-size: 16px; }

  .quality .text {
    width: 100%; }

  .solution .text {
    width: 100%; }

  .pest-control-header h1 {
    font-size: 64px; } }
#mobilemenu {
  opacity: 0.95; }
  #mobilemenu .modal-content {
    background: #39B54A;
    background: linear-gradient(90deg, #39b54a 0%, #3fa9f5 100%);
    color: #fff; }
    #mobilemenu .modal-content .list-unstyled li {
      margin-top: 20px; }
      #mobilemenu .modal-content .list-unstyled li a {
        font-size: 19px;
        color: #FFF; }

#mobilemenu.menu-modal .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: 100%;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-out; }

#mobilemenu.menu-modal.show .modal-dialog {
  transform: translate(0, 0); }

#mobilemenu.menu-modal .modal-content {
  height: 100%;
  border-radius: 0; }

.float-end {
  float: right !important; }

.float-start {
  float: left !important; }

@media (max-width: 1024px) {
  .green {
    background-size: 300%; }

  .call_on .container {
    padding: 200px 0; }

  .fumigation_top {
    padding: 10%; }
    .fumigation_top h1 {
      font-size: 65px; }
    .fumigation_top h2 {
      font-size: 35px; }
    .fumigation_top p {
      font-size: 15px; }

  .fumigation_middle {
    background-position: center right 25%;
    padding: 10% 5% 10% 35%; }
    .fumigation_middle h2 {
      font-size: 30px; }

  .fumigation_bottom {
    padding: 7% 0 10%; }
    .fumigation_bottom .top img {
      max-width: 30%; }
    .fumigation_bottom .top h2 {
      font-size: 30px; }
    .fumigation_bottom .top p {
      font-size: 16px; }
    .fumigation_bottom .bottom .image img {
      max-height: 50px; }
    .fumigation_bottom .bottom h3 {
      font-size: 18px; } }
@media (max-width: 991px) {
  .hide991 {
    display: none !important; }

  .show991 {
    display: block; }

  .call_on .colx {
    width: 40%; }

  .fumigasyon {
    padding: 63% 0 5% 0; }

  .quality {
    padding: 70px 0; }
    .quality p {
      margin-bottom: 0;
      padding-bottom: 0; }

  .app_section h5 {
    font-size: 37px; }

  .instagram_carousel .instagram_carouse_header {
    bottom: -0; }
    .instagram_carousel .instagram_carouse_header h3 {
      font-size: 30px; }
    .instagram_carousel .instagram_carouse_header ul li a {
      font-size: 40px; }

  .page_text h1 {
    font-size: 32px; }

  .disinfection_top h1 {
    font-size: 38px; }
  .disinfection_top h2 {
    font-size: 24px; }
  .disinfection_top .disinfection_middle .item img {
    max-width: 200px; }

  .disinfection_bottom .text {
    font-size: 24px; }

  .contact .top {
    margin-bottom: 30px; }
    .contact .top h1 {
      font-size: 32px; }
    .contact .top p {
      font-size: 18px; }
  .contact .middle .item {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px 20px;
    height: 250px; }
    .contact .middle .item h2 {
      font-size: 22px; }
    .contact .middle .item p {
      font-size: 18px; }
    .contact .middle .item .button_3 {
      position: relative;
      bottom: inherit;
      left: inherit; }
  .contact .bottom h3 {
    font-size: 18px; }
  .contact .bottom a {
    font-size: 16px; }

  .button_3 {
    font-size: 16px;
    padding: 10px 15px; }

  .button_4 {
    font-size: 16px;
    padding: 10px 15px; }

  .job {
    font-size: 18px; }
    .job .form-header {
      padding-bottom: 30px; }
      .job .form-header .first_button {
        position: relative;
        margin-bottom: 20px;
        float: right; }
    .job h2 {
      font-size: 26px; }
    .job p {
      margin-bottom: 30px; }

  .search_form {
    padding: 4rem 0 2rem; }

  .search_result_list {
    background-image: none; }
    .search_result_list table {
      font-size: 16px; }
      .search_result_list table tbody tr:nth-child(odd) {
        background-color: #F2F2F2; }

  .paging .page-link {
    border: none !important;
    color: #000;
    font-size: 18px;
    padding: 5px 10px; }

  .category .category_header {
    padding: 15px 0; }
    .category .category_header h1 {
      font-size: 30px; }
  .category .category_middle {
    padding: 30px 0; }
    .category .category_middle .category_middle_header {
      padding-right: 200px;
      background-size: 180px; }
    .category .category_middle h2 {
      font-size: 22px;
      margin-bottom: 35px; }
    .category .category_middle .content {
      font-size: 18px; }
      .category .category_middle .content p {
        margin-bottom: 15px; }

  .products .item {
    padding: 50px 0; } }
@media (max-width: 767px) {
  .call_on .result {
    margin: 60px 0 20px;
    padding: 0; }

  .button_1 {
    font-size: 14px; }

  .button_2 {
    font-size: 14px; }

  .adede .item h4 {
    font-size: 17px; }
  .adede .item span {
    font-size: 23px;
    top: -7px; }

  .slogan_1 h5 {
    font-size: 28px;
    font-weight: 500; }

  .fumigasyon h5 {
    font-size: 28px;
    font-weight: 500; }

  .green {
    padding: 10% 0; }
    .green h3 {
      font-size: 35px; }
    .green h6 {
      font-size: 18px; }
    .green p {
      font-size: 15px; }
    .green .mb-5 {
      margin-bottom: 5px !important; }

  .invoice {
    padding: 10% 0; }
    .invoice h3 {
      font-size: 32px;
      font-weight: 600; }
    .invoice img {
      width: 100%; }

  .instagram_carousel h3 {
    font-size: 32px;
    bottom: 0; }

  footer {
    padding: 40px 0; }
    footer .top {
      display: inline-block;
      padding-bottom: 20px; }
      footer .top .item {
        display: inline-block;
        margin-right: 0;
        width: 100%; }
    footer .bottom {
      padding: 40px 0 0; }
      footer .bottom .item {
        margin-right: 0;
        float: inherit;
        font-size: 14px; }

  .button_2 {
    width: 40px; }

  .top_carrier h1 {
    font-size: 21px;
    line-height: inherit; }
  .top_carrier a {
    margin-bottom: 10px; }

  .middle_carrier h2 {
    font-size: 21px;
    line-height: inherit; }
  .middle_carrier p {
    font-size: 16px; }

  .bottom_carrier {
    padding: 40px 0; }
    .bottom_carrier .top {
      margin-bottom: 40px; }
      .bottom_carrier .top p {
        font-size: 21px; }
    .bottom_carrier .items .item {
      margin-bottom: 40px; }
      .bottom_carrier .items .item .img {
        margin: 15px 0; }
      .bottom_carrier .items .item h3 {
        font-size: 18px; }
      .bottom_carrier .items .item p {
        font-size: 16px; }
      .bottom_carrier .items .item.rtl {
        text-align: left; }

  .filename-preview {
    width: auto; }

  .pest-control-list .item h2 {
    font-size: 28px; } }
@media (max-width: 640px) {
  .call_on {
    background-size: 300%; }
    .call_on .container {
      padding: 100px 0; }
    .call_on .colx {
      width: 45%; }

  .fumigation_top {
    padding: 15%; }
    .fumigation_top h1 {
      font-size: 30px; }
    .fumigation_top h2 {
      font-size: 22px; }

  .fumigation_middle {
    background-position: center right;
    padding: 15%; }
    .fumigation_middle h2 {
      font-size: 30px; }

  .fumigation_bottom {
    padding: 7%; }
    .fumigation_bottom .top h2 {
      font-size: 24px; }
    .fumigation_bottom .top p {
      font-size: 15px; }
    .fumigation_bottom .bottom .image img {
      max-height: 35px; }
    .fumigation_bottom .bottom h3 {
      font-size: 16px; }

  .form-seleme-window {
    display: inline-block;
    width: 100%; }
    .form-seleme-window label {
      display: inline-block; }
      .form-seleme-window label span {
        display: inline-block;
        width: auto;
        text-align: left;
        padding-right: 0; }
    .form-seleme-window .form-seleme-group {
      display: inline-block;
      width: 100%;
      margin-left: 0; }

  .form-area-2 .form-seleme-window label span {
    width: auto; }

  .pest-control-header h1 {
    font-size: 32px;
    bottom: 30px;
    right: 30px; } }
@media (max-width: 575px) {
  .adede .item {
    text-align: center; }
    .adede .item .icon {
      width: auto;
      height: 34px;
      display: inline-block; }

  .green {
    background-size: 346%; }

  .call_on .container {
    padding: 100px 0 40px; }
  .call_on .colx {
    width: 100%; }

  .disinfection_middle .item img {
    margin-bottom: 50px;
    max-width: 150px; }

  .who_is {
    text-align: right;
    padding: 10% 0 15%;
    background-position: right 50% center;
    background-size: 300%; }
    .who_is .content {
      width: 50%; }
      .who_is .content h1 {
        font-size: 28px; }
      .who_is .content img {
        max-width: 150px; }

  .avantage h2 {
    font-size: 32px; }

  .text_content_1 h2 {
    font-size: 28px; }
  .text_content_1 p {
    font-size: 22px; }

  .text_content_2 h3 {
    font-size: 28px; }
  .text_content_2 p {
    font-size: 22px; } }
@media (max-width: 480px) {
  .files-form {
    display: block; }

  .filename-preview {
    width: 150px; }

  .disinfection_top {
    background-size: 500%; }

  .category .category_header {
    padding: 10px 0; }
    .category .category_header h1 {
      font-size: 30px; }
  .category .category_middle {
    padding: 20px 0; }
    .category .category_middle .category_middle_header {
      padding-right: 120px;
      background-size: 100px; }
    .category .category_middle h2 {
      font-size: 18px;
      margin-bottom: 20px; }
    .category .category_middle .content {
      font-size: 16px; }
      .category .category_middle .content p {
        margin-bottom: 10px; }

  .products .item {
    padding: 40px 0; } }
.alert-success {
  --bs-alert-color: #ffffff;
  --bs-alert-bg: #25c77d;
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: #ffffff;
  border-radius: 0; }

/*# sourceMappingURL=main.css.map */
