.service_section {
    position: relative;
  }
  .service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    border-radius: 5px;
  }
  
  .service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #30475e;
    margin-right: -45px;
    position: relative;
  }
  
  .service_section .box .img-box img {
    width: 50px;
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  
  .service_section .box .detail-box {
    background-color: #f3f4f5;
    margin-top: 25px;
    padding: 25px 15px 15px 55px;
  }
  .service_section .box .detail-box p {
    color: black;
  }
  
  .service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .service_section .box .detail-box a {
    color: red;
    font-weight: 500;
  }
  
  .service_section .box .detail-box a:hover {
    color: #30475e;
  }
  
  .service_section .box:hover .img-box img {
    /* -webkit-filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%);
            filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%); */
           
            -webkit-filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(200deg) brightness(101%) contrast(85%);
            filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(150deg) brightness(101%) contrast(85%);
          }

  
  .service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: black;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ecbb72;
  }
  
  .service_section .btn-box a:hover {
    background-color: transparent;
    color: #ecbb72;
  }

  .layout_padding {
    padding: 90px 0;
  }
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }

  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
  }
  
  .heading_container h2 .dot_design {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 100%;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color:black
  }

  .about_section {
    position: relative;
  }
  
  .about_section .about_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
  
  .about_section .about_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .about_section .about_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(48, 71, 94, 0.85)), to(rgba(48, 71, 94, 0.75)));
    background: linear-gradient(to right, rgba(48, 71, 94, 0.85), rgba(48, 71, 94, 0.75));
  }
  
  .about_section .detail-box {
    text-align: center;
    color: #ffffff;
  }
  
  .about_section .detail-box p {
    margin-top: 15px;
  }
  
  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: black;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ecbb72;
    margin-top: 15px;
  }
  
  .about_section .detail-box a:hover {
    background-color: transparent;
    color: #ecbb72;
  }
  .contact_section {
    background: #30475e;
    color: #ffffff;
  }

  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #d41305;
  }
  
  .contact .contact-info address, .contact .contact-info p {
    margin-bottom: 0;
    color: #000;
  }
  
  .contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
  }
  #adress{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
  }
  #adress:hover{
    color: #5c9f24;
  }
  
  .contact .contact-info a {
    color: #000;
  }
  
  .contact .contact-info a:hover {
    color: #5c9f24;
  }
  
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    margin-bottom: 20px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #d41305;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #5c9f24;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: black;
    border: 0;
    padding: 10px 30px 12px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #6ab82a;
  }

  @media (min-width: 768px) {
    .contact .contact-phone {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
    .contact .contact-address, .contact .contact-phone, .contact .contact-email {
      padding: 20px 0;
    }
    h1 {
      font-size: 25px;
      margin-top: 0px;
    }
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
  }
  
  .section-title p {
    margin-bottom: 0;
  }

  .team_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .team_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: black;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ecbb72;
  }
  
  .team_section .btn-box a:hover {
    background-color: transparent;
    color: #ecbb72;
  }

  .info_section {
    background-color: #30475e;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 10px;
  }
  
  .info_section .row > div {
    margin-bottom: 35px;
  }
  
  .info_section .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .info_section .contact_nav a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .info_section .contact_nav a i {
    font-size: 22px;
    margin-right: 10px;
  }
  
  .info_section .contact_nav a:hover {
    color: #ecbb72;
  }
  
  .info_section h4 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .info_section .social_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  
  .info_section .social_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
  }
  
  .info_section .social_box a:hover {
    color: #ecbb72;
    border-color: #ecbb72;
  }
  
  .info_section .info_form input {
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 25px;
    background-color: #eaeaea;
    outline: none;
    color: #101010;
  }
  
  .info_section .info_form button {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ecbb72;
  }
  
  .info_section .info_form button:hover {
    background-color: transparent;
    color: #ecbb72;
  }
  /* footer section*/
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
  }
  
  .footer_section p {
    color: #252525;
    padding: 25px 0;
    margin: 0;
  }
  
  .footer_section p a {
    color: inherit;
  }
  .navbar2 a:hover{
    color: red;
    text-decoration: underline;
}

.hakkimizda .owl-carousel-home .owl-nav{
  display: none;
}

.career {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
}

.career__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
}

.career__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  width: 100%;
}

.career__item.-reverse {
  flex-direction: column-reverse;
}

.career__item__image {
  display: block;
  width: 100%;
  max-width: calc(100% - 48px);
  height: 100%;
  object-fit: contain;
}

.career__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 80px 0;
  width: calc(100% - 48px);
}

.career__item__text.-padding {
  padding: 0 0 80px 0;
}

@media only screen and (min-width: 640px) {
  .career__item__image {
    max-width: 560px;
  }
}

@media only screen and (min-width: 1280px) {
  .career__item {
    flex-direction: row;
    justify-content: space-between;
    padding: 55px 0;
  }
  .career__item.-reverse {
    flex-direction: row;
  }
  .career__item__text {
    padding: 0 80px 0 0;
    width: 100%;
  }
  .career__item__text.-padding {
    padding: 0 0 0 80px;
  }
}

.career h2 {
  margin: 0;
  color: #064C37;
  font-family: "AmericanaStd-Regular", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}


.career p {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
}
#hizmetMetin{
  text-align: justify;
  text-indent:50px;
  font-family: "Trebuchet MS", Helvetica, sans-serif
}

.survey #ss:hover{
  color: red;
  text-decoration: underline;
}
.navbar2 a:hover{
  color: red;
  text-decoration: underline;
}
#ss:hover{
  color: white;
  text-decoration: underline;
}
#ss {
  color: red;
  text-decoration: underline;
}
.logoimage{
  margin-left: -10px;
}
#selectedpage{
  color:white;
}
#whiteLabel{
  color: white;
}
.h2White{
  color: white;
}
#teamUrl{
  color: black;
  text-decoration: none;
}
.word{
  text-align: justify;
  text-transform: capitalize;
  
}
.liste ul {
  list-style: none;
}

.liste li {
  position: relative;
}

.liste li:before {
  content: "\25c9";
  position: absolute;
  left: -1em;
  color: red;
}

.contact h4{
  color:#064C37 ;
}

