/**********************************************************General************************************************/
*,
*::after,
*::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  /* background-color: #353535; */
  background-color: #000;
}

img {
  object-fit: cover !important;
}

/*End General*/

/**************************************************************Header***************************************************/
header {
  position: fixed !important;
  font-size: 15px;
}

header i {
  font-size: 21px;
}

.header-white span,
.header-white button,
.header-white i {
  color: white;
}

.mega-menu,
.mega-menu .products,
.mega-menu .discoveries,
.mega-menu .languages {
  display: none;
}

.mega-menu {
  position: fixed;
  width: 100%;
  height: 450px;
}

.mega-menu img {
  width: 200px;
}

.mega-menu .products,
.mega-menu .product,
.mega-menu .discoveries,
.mega-menu .discovery,
.mega-menu .languages,
.mega-menu .language {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
}

.mega-menu .discovery .dx-mega-menu-link-group,
.mega-menu .product,
.mega-menu .languages span {
  text-align: center;
}

.mega-menu .languages ol {
  text-align: center;
}

.mega-menu .products .dx-mega-menu-panel-divider {
  height: 170px;
  width: 1px;
  border-radius: 100%;
  margin: 25px 50px 0 30px
}

.products .v14 {
  width: 190px;
  position: relative;
  top: 11px;
}

.configuration-menu {
  margin-top: 20px
}

.configuration-menu li:nth-child(2) {
  position: relative;
  left: -18.5px;
}

header .mobile-button-open,
.mega-menu .mobile-mega-buttons,
.mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  header .mobile-button-open {
    display: grid;
  }

  header .center,
  header .right {
    display: none;
  }

  .mobile-menu {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
  }

  .mobile-mega-buttons {
    display: flex !important;
  }

  .mega-menu {
    height: 100vh !important;
    width: 100vw !important;
    z-index: 99999 !important;
  }

  .mega-menu .products,
  .mega-menu .product,
  .mega-menu .discoveries,
  .mega-menu .discovery,
  .mega-menu .languages,
  .mega-menu .language,
  .mega-menu .languages span {
    justify-content: start;
    align-items: start;
    text-align: start;
    margin-top: 0;
  }


  .mega-menu .product {
    margin-left: -25px;
  }

  .mega-menu .products img {
    width: 150px;
    display: block;
  }

  .mega-menu .products .dx-mega-menu-panel-divider {
    height: .1px;
    width: 100%;
    margin: 30px 0;
  }

  .products .product .v14 img {
    width: 138px !important;
  }

  .configuration-menu li:nth-child(2) {
    top: -20px;
    left: 0;
  }

  .mega-menu .products,
  .mega-menu .discoveries,
  .mega-menu .languages {
    margin: 0px;
    display: block;
  }

  .mega-menu .discovery .dx-mega-menu-link-group {
    margin-right: 50px !important;
    text-align: left;
  }

  .mega-menu .tds-list a,
  .mega-menu .language li a {
    font-size: 16px;
    line-height: 3 !important;
  }

  .mega-menu .language li a {
    line-height: 0 !important;
  }
}

@media (max-width: 449px) {

  .mega-menu .products,
  .mega-menu .product {
    display: grid;
  }

  .mega-menu .product .v40 {
    margin-left: -7px;
  }

  .mega-menu .product .v40 h3,
  .mega-menu .product .v40 .dx-mega-menu-product-links {
    margin-left: -7px;
  }

  .mega-menu .products .dx-mega-menu-panel-divider {
    margin: 10px 0;
  }

  .configuration-menu {
    margin-left: -10px;
  }

  .configuration-menu ul {
    display: flex;
  }

  .configuration-menu li:nth-child(2) {
    top: 17px;
    left: 0;
  }
}

/*End Header*/
/*********************************************************Slider**************************************************/
.hero-slider .container {
  width: 100%;
  margin-bottom: 30px
}

.hero-slider {
  font-family: 'Rajdhani', sans-serif !important;
  width: 100%;
  height: 100vh !important;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #000;
  z-index: 0;
  box-shadow: 0px -5px 50px rgba(0, 0, 0, 0.5);
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.swiper-pagination {
  bottom: 0;
  width: 100% !important;
}

.hero-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

/* @media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
        display: none;
  }
} */

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  width: 100%;
  text-align: right;
}

.hero-style .slide-text {
  display: flex;
  justify-content: end;
}

.hero-style .slide-title h2 {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 50px;
  font-weight: 600;
  color: #1aa3da;
  /* margin: -100px 0 40px; */
  text-transform: capitalize;
  transition: all .4s ease;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0 !important;
  margin: 10px 0 30px !important;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/*End Slider*/

/*****************************************************************Feature*************************************************/
.features .card {
  /* background-color: #353535;*/
  background-color: #000;
  margin: 50px 0;
  color: #fff;
  border: none;
}

.features .card img {
  width: 100%;
  height: 600px;
  border-radius: 7px;
}

@media (max-width:1000px) {
  .features .card img {
    height: auto;
  }
}

.features .card-text {
  line-height: 1.5;
}

.features .card-title {
  color: #1aa3da;
}

/*End Feature*/

/****************************************************Scope Of Application And Map*********************************************/
section.home-scope-of-application {
  margin: 80px 0 0;
  padding: 20px 0 1px;
  background-color: transparent;
  background-image: url('../../images/uygulama-bg-1.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}

section.home-scope-of-application h3 {
  font-size: 22px;
  position: relative;
  color: #000;
  margin: 20px 0 -20px 0;
  padding: 0;
}

section.home-scope-of-application h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10%;
  height: 2px;
  background-color: rgb(0, 0, 0, .5);
}

section.home-scope-of-application .scope-of-application-accordion {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin: 50px auto;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
  section.home-scope-of-application .scope-of-application-accordion {
    display: none !important;
  }
}

@media (min-width: 992px) {
  section.home-scope-of-application .scope-of-application-accordion {
    display: block !important;
  }
}

section.home-scope-of-application .scope-of-application-accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

section.home-scope-of-application .scope-of-application-accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 10%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  background-size: cover;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.5);
}

section.home-scope-of-application .scope-of-application-accordion ul li .link {
  width: 100%;
  height: 100%;
  display: block;
  transition: background-color 0.5s;
  position: absolute;
  top: 0;
}

section.home-scope-of-application .scope-of-application-accordion ul li a.title {
  height: 80px;
  background-color: #f9f9f9;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  /* border: .1px solid #3d3d3d;
  border-top: none;
  border-right: none; */
}

section.home-scope-of-application .scope-of-application-accordion ul li a.title h6 {
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #000 !important;
}

section.home-scope-of-application .scope-of-application-accordion ul li a.title .desc {
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: none;
  transition: all .5s;
  /* text-overflow     : ellipsis;
                        display              : -webkit-box;
                        -webkit-line-clamp   : 3;
                        -webkit-box-orient   : vertical; */
}

section.home-scope-of-application .scope-of-application-accordion ul li .link {
  background-color: #fff;
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li {
  width: 15%;
  /*    &:not(:hover) .link {
                    background-color: rgba(104, 123, 136, 0.66);
                } */
}

section.home-scope-of-application .scope-of-application-accordion ul li:focus {
  outline: none;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover,
section.home-scope-of-application .scope-of-application-accordion ul li:focus,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li:focus {
  width: 50%;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover .link,
section.home-scope-of-application .scope-of-application-accordion ul li:focus .link,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li:focus .link {
  background-color: transparent;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover a.title,
section.home-scope-of-application .scope-of-application-accordion ul li:focus a.title,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li:focus a.title {
  text-align: center;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover a.title h6,
section.home-scope-of-application .scope-of-application-accordion ul li:focus a.title h6,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li:focus a.title h6 {
  width: 80%;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover a.title .desc,
section.home-scope-of-application .scope-of-application-accordion ul li:focus a.title .desc,
section.home-scope-of-application .scope-of-application-accordion ul:focus-within li:focus a.title .desc {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  display: block;
  white-space: normal;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li a.title h6 {
  margin-top: 2.5px;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li {
  width: 15% !important;
}

section.home-scope-of-application .scope-of-application-accordion ul:hover li:hover {
  width: 70% !important;
}

section.home-scope-of-application .scope-of-application-mobile {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  section.home-scope-of-application .scope-of-application-mobile {
    display: block !important;
  }
}

@media (min-width: 992px) {
  section.home-scope-of-application .scope-of-application-mobile {
    display: none !important;
  }
}

section.home-scope-of-application .scope-of-application-mobile .soa-item {
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(18, 44, 73, 0.2);
  border-radius: 8px;
  margin-bottom: 50px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:hover {
  box-shadow: 0 0 40px 0 rgba(18, 44, 73, 0.3);
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-shadow {
  filter: drop-shadow(5px 0px 10px rgba(18, 44, 73, 0.15));
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-shadow .soa-item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 185px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  margin-top: -10px;
  margin-bottom: -10px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content {
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content {
    padding: 15px;
  }
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .title-link {
  text-decoration: none;
  color: #1b4160;
  transition: color .4s;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .title-link .soa-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .title-link:hover {
  color: #007c99;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .soa-desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .link {
  text-align: left;
  display: block;
  color: #383d46;
  transition: color .4s;
  font-size: 12px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item .soa-item-content .link:hover {
  color: #007c99;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(1n) .soa-item-content {
  padding: 0 15px 0 25px;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(2n) .soa-item-shadow .soa-item-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(1) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #abe2ff; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(2) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #f6c6ff; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(3) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #ffbf5f; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(4) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #25b4b1; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(5) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #db9df7; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(6) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #82c0d9; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(7) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #b9b9b9; */
  mix-blend-mode: multiply;
}

section.home-scope-of-application .scope-of-application-mobile .soa-item:nth-child(8) .soa-item-image:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 100%;
  opacity: .7;
  /* background-color: #adffab; */
  mix-blend-mode: multiply;
}

.aplication-and-map {
  padding: 0 0 30px 0;
  background-color: #f7f7f7;
  /* box-shadow: 0px 0px 20px #353535 inset; */
}

#map {
  height: 500px;
  width: 100%;
  margin: 50px auto;
}

.jvm-tooltip {
  background-color: #000 !important;
  color: white;
}

.jvm-region {
  fill: rgb(35, 35, 35) !important;
}

.jvm-marker {
  /* fill: #1aa3da !important; */
  /* stroke-width: 25px; */
  /* stroke: #fff; */
  letter-spacing: 2px;
}

.jvm-zoom-btn {
  background-color: #000;
  color: #fff;
}

/*End Scope Of Application And Map*/

/**********************************************************Other*********************************************************/
.tcl-hero__content-end {
  margin-bottom: 25px;
}

.tcl-badge p {
  color: white !important;
}

/*End Other*/

/**********************************************************Footer**************************************************/
footer * {
  visibility: visible !important;
  animation-delay: 0.1s !important;
}

footer {
  letter-spacing: .5px;
}

footer .footer-info {
  padding: 20px 0;
  text-align: left !important;
}

@media (max-width: 991.98px) {
  footer .footer-info {
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  footer .footer-info {
    background-size: cover;
  }
}

footer .footer-info .footer-list {
  columns: 1;
  list-style-type: square;
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding-left: 25px;
}

/* @media (max-width: 991.98px) {
  footer .footer-info .footer-list {
      list-style-type: none;
  }
} */

footer .footer-info .footer-list li {
  margin-bottom: 7px;
}

footer .footer-info .footer-list li a {
  font-weight: 300;
  color: #fff;
}

footer .footer-info .footer-list li a:hover {
  text-decoration: underline;
}

footer .footer-info h2 {
  color: #fff;
  font-size: 17px;
  /* font-weight: 400; */
  padding: 10px !important;
}

footer .footer-info .footer-about {
  color: #fff;
  font-size: 12px;
  margin-top: 17px;
  font-weight: 200;
  line-height: 25px;
}

footer .footer-contact {
  background-color: rgb(0, 0, 0, .2);
  padding: 20px 0;
  margin-bottom: 5px;
  letter-spacing: .3px;
}

footer .footer-contact .footer-contact-content {
  position: relative;
  color: #dfe5e6;
}

@media (max-width: 767.98px) {
  footer .footer-contact .footer-contact-content {
    margin-bottom: 15px;
    text-align: center;
  }

  footer .footer-contact .footer-contact-content.no-margin {
    margin-bottom: 0;
  }
}

footer .footer-contact .footer-contact-content .footer-contact-content-icon {
  font-size: 30px;
  line-height: 0;
}

@media (max-width: 767.98px) {
  footer .footer-contact .footer-contact-content .footer-contact-content-icon {
    margin-bottom: 15px;
  }
}

footer .footer-contact .footer-contact-content .footer-contact-content-text {
  font-size: 12px;
  font-weight: 300;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  footer .footer-contact .footer-contact-content .footer-contact-content-text {
    padding-left: 0;
  }
}

footer .footer-contact .footer-social-media {
  font-size: 20px;
  line-height: 0;
}

@media (max-width: 991.98px) {
  footer .footer-contact .footer-social-media {
    margin-top: 15px;
    border-top: 1px solid #3c6486;
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-contact .footer-social-media {
    line-height: 60px;
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
  }
}

footer .footer-contact .footer-social-media .footer-social-media-icon {
  color: #dfe5e6;
  margin-left: 30px;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  footer .footer-contact .footer-social-media .footer-social-media-icon {
    margin: 0 5px;
  }
}

footer .footer-contact .footer-social-media .footer-social-media-icon:hover {
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
  footer .footer-contact [class*="col-"]:last-child .footer-contact-content {
    margin-bottom: 0;
  }
}

footer .footer-contact [class*="col-"]:last-child .footer-contact-content:before {
  display: none;
}

footer .footer-copyright {
  padding: 15px 0;
  font-size: 12px;
  font-weight: 300;
}

/*  Animation */
/**
* ----------------------------------------
* animation fade-in-bottom
* ----------------------------------------
*/
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
* ----------------------------------------
* animation fade-in-left
* ----------------------------------------
*/
.fade-in-left {
  -webkit-animation: fade-in-left 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  animation: fade-in-left 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/**
* ----------------------------------------
* animation fade-in-top
* ----------------------------------------
*/
.fade-in-top {
  -webkit-animation: fade-in-top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  animation: fade-in-top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
* ----------------------------------------
* animation fade-in-right
* ----------------------------------------
*/
.fade-in-right {
  -webkit-animation: fade-in-right 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  animation: fade-in-right 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.map_button {
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 20px;
  display: block;
  white-space: nowrap;
  transform: translate(-50%, 0);
}

footer .logo {
  height: 45px;
  margin-top: 7px;
}

/*End Footer*/

/***********************************************************Product*************************************************/
/****Product Slider****/
/* .carousel {
  width: 100%;
  margin: 0 auto;
}

.carousel-inner img {
  height: 650px;
  border-radius: 10px;
}

.carousel-indicators button {
  width: 100px !important;
  height: 100px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20%;
} */

/*End Product Slider*/

/*****Product İmage****/
.product-image {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*End Product İmage*/


/*****Product List****/
.by-grid {
  overflow-x: hidden;
  padding: 0 50px;
  width: 100%
}

.derivativeSelection {
  margin-top: -10px;
}

.derivativeSelection2 {
  margin-top: -50px;
}

@font-face {
  font-family: BentleyLight;
  font-style: normal;
  font-weight: 400;
  src: url(bentley.motors.apps.v2/resources/fonts/bentley-light.eot);
  src: local("☺"), url(bentley.motors.apps.v2/resources/fonts/bentley-light.woff) format("woff"), url(bentley.motors.apps.v2/resources/fonts/bentley-light.ttf) format("truetype")
}

.by-m-derivative-selection__copy,
.by-m-derivative-selection__title {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
}


.by-m-derivative-selection__title {
  text-transform: uppercase
}

.by-m-derivative-selection {
  -ms-overflow-style: none;
  overflow-x: auto;
  scrollbar-width: none
}

.by-m-derivative-selection::-webkit-scrollbar {
  display: none
}

.by-m-derivative-selection {
  display: flex;
  margin-top: 12px;
  padding-bottom: 20px;
  padding-top: 20px
}

@media (min-width:480px) {
  .by-m-derivative-selection {
    margin-top: 20px
  }
}

@media (min-width:992px) {
  .by-m-derivative-selection {
    flex-wrap: wrap
  }
}

@media (hover:hover) {

  .by-m-derivative-selection--with-ratings .by-m-derivative-selection__anchor:focus .by-m-derivative-selection__copy,
  .by-m-derivative-selection--with-ratings .by-m-derivative-selection__anchor:hover .by-m-derivative-selection__copy {
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden
  }

  .by-m-derivative-selection--with-ratings .by-m-derivative-selection__anchor:focus .by-m-derivative-selection__btn,
  .by-m-derivative-selection--with-ratings .by-m-derivative-selection__anchor:hover .by-m-derivative-selection__btn {
    opacity: 1;
    visibility: visible
  }
}

.by-m-derivative-selection__anchor {
  flex: 1 0 301px;
  height: 571px;
  margin-bottom: 1px;
  max-width: 610px;
  position: relative
}

@media (min-width:992px) {

  [data-number-of-derivatives="2"] .by-m-derivative-selection__anchor,
  [data-number-of-derivatives="3"] .by-m-derivative-selection__anchor,
  [data-number-of-derivatives="4"] .by-m-derivative-selection__anchor,
  [data-number-of-derivatives="5"] .by-m-derivative-selection__anchor {
    flex-basis: 0
  }

  [data-number-of-derivatives="6"] .by-m-derivative-selection__anchor,
  [data-number-of-derivatives="7"] .by-m-derivative-selection__anchor {
    flex-basis: 33.33%
  }

  [data-number-of-derivatives="7"] .by-m-derivative-selection__anchor:nth-child(3)~.by-m-derivative-selection__anchor,
  [data-number-of-derivatives="8"] .by-m-derivative-selection__anchor {
    flex-basis: 25%
  }
}

html:not([dir=rtl]) .by-m-derivative-selection__anchor:first-child {
  margin-left: auto
}

[dir=rtl] .by-m-derivative-selection__anchor:first-child,
html:not([dir=rtl]) .by-m-derivative-selection__anchor:last-child {
  margin-right: auto
}

[dir=rtl] .by-m-derivative-selection__anchor:last-child {
  margin-left: auto
}

.by-m-derivative-selection__item-content {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 1px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0 25px;
  position: absolute;
  right: 1px;
  top: 0;
  transform: none;
  transition: all .3s;
  width: calc(100% - 2px)
}

@media (hover:hover) {

  .by-m-derivative-selection__anchor:focus .by-m-derivative-selection__item-content,
  .by-m-derivative-selection__anchor:hover .by-m-derivative-selection__item-content {
    bottom: 0;
    height: calc(100% + 16px);
    left: -8px;
    padding-left: 33px;
    padding-right: 33px;
    right: 0;
    top: -8px;
    width: calc(100% + 16px);
    z-index: 1
  }
}

.by-m-derivative-selection__item-content>* {
  position: relative
}

.by-m-derivative-selection__item-content .by-e-derivative-ratings__name {
  color: #fff;
  font-size: 11px;
  line-height: 15px
}

@media (min-width:992px) {
  .by-m-derivative-selection__item-content .by-e-derivative-ratings__name {
    font-size: 13px;
    line-height: 18px
  }
}

.by-m-derivative-selection__item-content .by-e-derivative-ratings__value {
  color: #fff
}

.by-m-derivative-selection__item-content img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.by-m-derivative-selection__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 35px !important;
  margin-top: 25px;
  text-align: center
}

.by-m-derivative-selection__copy-and-cta {
  height: 144px;
  margin-bottom: 20px;
  max-width: 323px;
  position: relative;
  text-align: center;
  transition: opacity .4s, transform .4s
}

.by-m-derivative-selection__copy-and-cta.by-state-hidden {
  opacity: 0;
  transform: translateY(-20px)
}

.by-m-derivative-selection__copy {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  transition: opacity .5s, visibility .5s
}

.by-m-derivative-selection__btn {
  transition: opacity .4s, transform .4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.by-m-derivative-selection__btn.by-state-hidden {
  opacity: 0;
  transform: translateY(-20px)
}

.by-m-derivative-selection--with-ratings .by-m-derivative-selection__btn {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity .5s, visibility .5s;
  visibility: hidden
}

.by-e-button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: 20px;
  padding: 12px;
  text-align: center;
}

.by-e-button:hover {
  background-color: rgb(255, 255, 255, .1);
}

.by-e-button--secondary.by-e-button--dark {
  border: 2px solid #fff;
  color: #fff;
}

/*End Product List*/

/**********************************************************Product Detaill***********************************************/
.body-detaill {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f2f2f2), color-stop(33%, #fff));
  background: linear-gradient(180deg, #f2f2f2 30%, #fff 33%);
}

.image-box {
  width: 90%;
  border-radius: 10px;
  padding: 100px 0px 50px;
  margin: 0 auto;
}

.image-box .carousel img {
  /* height: 500px; */
  border-radius: 5px;
}

.image-box .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 100%;
}

.image-box .product-feature {
  margin-top: -25px;
}

.image-box .product-feature h3 {
  position: relative;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 18px;
  color: rgb(100, 100, 100);
}

.image-box .product-feature h3 sup {
  position: absolute;
  top: 40px;
  font-size: 10px;
}

.image-box .product-feature p {
  font-size: 15.3px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(110, 110, 110);
}

.image-box .product-feature hr {
  margin-top: -2px;
  height: 1px;
  background-color: gray;
}

.image-box .color-palet {
  display: flex;
}

.image-box .color {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
  transition: all .5s ease;
}

.image-box .color:hover {
  opacity: .77;
}

.image-box .color-blue,
.image-box .color-green {
  display: none;
}

.image-box .color i {
  color: white;
  font-size: 20px;
}

.image-box .datasheet img {
  position: relative;
  width: 50px;
  transition: all .5s ease !important;
}

.image-box .datasheet img:hover {
  top: -3.5px;
}

/*End Product Detaill*/

/*************************************************************Contact**************************************************/
.body-contact {
  background-color: #d6d6d6;
}

.contact-title {
  display: grid !important;
  place-items: center;
  height: 400px;
  width: 100%;
  background-image: url(../images/contact-page-title.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.contact-title .tcl-hero-banner__title {
  padding: 0 !important;
  color: white;
  font-size: 55px;
}

@media (max-width: 600px) {
  .contact-title {
    height: 300px;
  }

  .contact-title .tcl-hero-banner__title {
    font-size: 40px;
  }
}

.contact-box {
  /* border: 1px solid gray; */
  border-radius: 10px;
  padding: 0 50px 50px;
  margin: 0 auto;
}

.contact-info,
.contact-info a,
.contact-info h3,
.contact-form h3,
.contact-form label {
  color: black;
}

.contact-info h3,
.contact-form h3 {
  line-height: 2.5;
  font-weight: 400;
}

.contact-info p {
  line-height: 1.9;
}

.contact-info a,
.contact-info i {
  font-size: 15px;
}

.contact-info a:hover {
  text-decoration: underline;
}

.fa-phone {
  transform: rotate(90deg);
  position: relative;
  left: -4px;
  top: 3px;
}

.social-media {
  margin-top: 10px;
}

.social-media i {
  font-size: 20px;
  margin-right: 7px;
}

.social-media a:hover {
  color: #555;
  text-decoration: none;
}

.contact-form .btn:hover {
  border-color: #555;
  background-color: #555;
  color: white;
}

.contact-form .btn span {
  display: none;
}

/*End Contact*/

.tcl-hero__heading {
  text-align: right;
  font-size: 80px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  /* background-color: red; */
  padding: 30px;
  line-height: .90 !important;
}

.kliniker-v-title-color {
  color: #1aa3da;
}

.contact .tcl-hero-banner__content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.contact .tcl-hero-banner__title {
  margin-top: -40px;
}

/**********************************************************Product v14 and v40********************************************/
.stargate {
  position: relative;
}

.stargate .text {
  position: absolute;
  bottom: 140px;
  left: 155px;
  width: 300px;
}

@media (max-width:1200px) {
  .stargate .text {
    bottom: 60px;
    left: 70px;
  }
}

.stargate .text p,
.stargate .text button {
  font-weight: bold;
  color: white;
}

.stargate .text p {
  font-size: 14px;
}

.stargate .text button {
  border-radius: none;
  border: 1.90px solid white;
  padding: 5px 15px;
  margin-top: 15px;
  width: 150px;
  height: 40px;
}

.stargate .text button:hover {
  background: white;
  color: black;
}

@media (max-width:850px) {
  .tcl-hero__heading {
    font-size: 55px;
  }

  .stargate .text {
    bottom: 30px;
    left: 30px;
  }

  .stargate .text p {
    font-size: 12px;
  }

  .stargate .text button {
    font-size: 12px;
    padding: 3px 10px;
    margin-top: 5px;
  }
}

@media (max-width:520px) {
  .tcl-hero__heading {
    font-size: 45px;
  }
}

@media (max-width:430px) {
  .tcl-hero__heading {
    font-size: 35px;
  }
}

@media (max-width:345px) {
  .tcl-hero__heading {
    font-size: 30px;
  }
}

@media (max-width:590px) {
  .stargate .text {
    width: 270px;
  }

  .stargate .text p {
    font-size: 10px;
  }

  .stargate .text button {
    font-size: 10px;
    padding: 0px 0px;
    margin-top: 0px;
    width: 100px;
    height: 30px;
  }
}

@media (max-width:590px) {
  .stargate .text {
    width: 300px;
    bottom: 25px;
    left: 15px;
  }

  .stargate .text button {
    padding: 0px 0px;
    width: 90px;
    height: 30px;
  }
}

@media (max-width:420px) {
  .stargate {
    margin-top: -5px
  }

  .stargate .v14-color {
    margin-top: -5px;
    background: #000;
  }

  .stargate .text {
    width: 270px;
    left: 10px;
    word-wrap: break-word;
  }

  .stargate .text p {
    font-size: 8px;
    margin-bottom: -10px;
    line-height: 1.5;
  }

  .stargate .text button {
    font-size: 8px;
    width: 80px;
    height: 20px;
  }
}

.stargate video {
  width: 100% !important;
}

.tcl-video img {
  width: 100%;
  height: 100vh !important;
}

.tcl-hero__content {
  position: absolute;
  bottom: 0;
  right: 0;
}

.products-item {
  /* margin-top: -17px !important; */
  margin-bottom: 10px !important;
}

.products-item h3 {
  height: 56px
}

.products-item .products-two {
  margin-top: -10px;
}

@media (max-width: 479px) {
  .products-item .products-two {
    margin-top: 0px;
  }
}

/**********************************************About***Manufacturing******************************************/
#about-us-page .tds-btn--secondary {
  border: 2px solid black;
  color: black !important;
}

#about-us-page .tds-btn--secondary:hover {
  background: black;
  color: white !important;
}

#about-us-page #tab-buttons,
#about-us-page #tab-images {
  margin-top: -10px;
}

#about-us-page #tab-images {
  margin-top: -20px;
}

#about-us-page #tab-buttons button {
  border-top: 2px solid gray;
}

#about-us-page #tab-buttons span,
#tab-buttons p {
  color: gray !important;
}

#about-us-page #tab-buttons .active {
  color: white !important;
  border-color: white !important;
}

#about-us-page .button {
  margin: 0 auto;
  margin-top: -55px !important;
}

#about-us-page .text {
  margin-top: 15px;
  color: black;
}

@media (max-width: 599px) {
  #about-us-page .button {
    margin-top: -25px !important;
  }
}

@media (max-width: 430px) {
  #about-us-page .button {
    margin-top: -25px !important;
  }

  #about-us-page .text {
    margin-top: 5px;
  }

  #about-us-page .text p {
    font-size: 13px;
    line-height: 1.2;
  }
}


.manufacturing .tcl-image {
  --tcl-image-end-gradient-start: rgba(0, 0, 0, 1);
  --tcl-image-end-gradient-end: rgba(0, 0, 0, 0);
  --tcl-image-end-gradient-opacity: 1;
  --tcl-image-end-gradient-size: 20%;
  position: relative !important;
  margin-bottom: 100px;
}

.manufacturing .tcl-section {
  --tcl-section-padding-desktop-block-start: 96px;
  --tcl-section-padding-tablet-block-start: 96px;
  --tcl-section-padding-tablet-block-end: 96px;
  --tcl-section-padding-mobile-block-start: 48px;
  --tcl-section-padding-mobile-block-end: 88px;
  position: absolute;
  top: -50px;
  font-weight: bolder !important;
  width: 100%;
  z-index: 5;
}

.manufacturing .tds-btn--secondary {
  border: 2px solid black;
  color: black !important;
}

.manufacturing .tds-btn--secondary:hover {
  background: black;
  color: white !important;
}

.manufacturing .button {
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width:599px) {
  .manufacturing .title {
    margin-top: 30px;
  }
}

@media (max-width:450px) {

  .manufacturing .title,
  .manufacturing .text,
  .manufacturing .button {
    font-family: serif;
  }

  .manufacturing .title {
    margin-top: 10px;
  }

  .manufacturing .title h2 {
    font-size: 20px;
  }

  .manufacturing .text {
    margin-top: -5px;
  }

  .manufacturing .text p {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .manufacturing .button {
    margin-top: 0px;
  }
}

/**********************************************************Configurations Gallery********************************************/
#gallery-box {
  width: 90%;
  height: 550px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  background: rgb(0, 0, 0, .9);
  border-radius: 10px;
  display: grid;
  place-items: center;
  z-index: 99;
  overflow: auto;
}

#gallery-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#gallery-box .close line {
  transition: all .2s;
}

#gallery-box .close:hover line {
  stroke: red;
}

#gallery-box .gallery {
  width: 100%;
  margin: 0 auto;
  text-align: center;

}

#gallery-box img {
  margin: 0 10px 10px 0;
  width: 270px;
  border-radius: 5px;
  opacity: .77;
  transition: all .2s;
}

#gallery-box img:hover {
  opacity: 1;
  transform: rotate(0deg) scale(1.3) translate(0%);
}

@media (max-width: 1000px) {
  #gallery-box {
    width: 100%;
    height: 100vh;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
  }
}


/**********************************************************policy and data**************************************************/
.personal-data .text {
  margin-bottom: 15px !important;
}

.privacy-policy {
  font-weight: 400;
  width: 100%;
}