@font-face{
  font-family:"OpenSans-Medium";
  src:url(../front/OpenSans-Medium.eot);
  src:url(../front/OpenSans-Medium.eot?#iefix) format("embedded-opentype"),
  url(../front/OpenSans-Medium.woff2) format("woff2"),
  url(../front/OpenSans-Medium.ttf) format("truetype"),
  url(../front/OpenSans-Medium.svg#fontawesome) format("svg")
}
@font-face{
  font-family:"OpenSans-Bold";
  src:url(../front/OpenSans-Bold.eot);
  src:url(../front/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),
  url(../front/OpenSans-Bold.woff2) format("woff2"),
  url(../front/OpenSans-Bold.ttf) format("truetype"),
  url(../front/OpenSans-Bold.svg#fontawesome) format("svg")
}
@font-face{
  font-family:"OpenSans-Light";
  src:url(../front/OpenSans-Light.eot);
  src:url(../front/OpenSans-Light.eot?#iefix) format("embedded-opentype"),
  url(../front/OpenSans-Light.woff2) format("woff2"),
  url(../front/OpenSans-Light.ttf) format("truetype"),
  url(../front/OpenSans-Light.svg#fontawesome) format("svg")
}
@font-face{
  font-family:"OpenSans-Regular";
  src:url(../front/OpenSans-Regular.eot);
  src:url(../front/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),
  url(../front/OpenSans-Regular.woff2) format("woff2"),
  url(../front/OpenSans-Regular.ttf) format("truetype"),
  url(../front/OpenSans-Regular.svg#fontawesome) format("svg")
}

body {
  line-height: 1.5em;
  font-family: "OpenSans-Regular" , sans-serif;
}
::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 1ex; }
.fa-bars {
  margin-right: 10px;
}
ol, ul {
  padding-left: 0;
}
.navigation-menu {
  background: linear-gradient(to right, rgb(228 232 233), rgb(195 204 217));
  height: 100%;
  width: 50%;
  padding: 20px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: fixed;
  left: -50%;
  top: 0;
  transition: all 0.5s;
  z-index: 1;
  font-size: 12px;
}

.navigation-menu li {
  padding: 5px 15px;
  text-align: left;
}

.navigation-menu li:nth-of-type(2n) {
  background: #9fb6d3;
}

.navigation-menu li:hover {
  background: #444;
}

.navigation-menu a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition:all 0.3s;
}
.navbar {
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: block;
  top: 0;
  background: linear-gradient(to right, rgb(228 232 233), rgb(195 204 217));
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
  opacity: 0.98;
}

#toggle {
  display: none; 
}
label[for="toggle"] {
  cursor: pointer;
  font-size: 18px;
  float: right;
  margin-left: 10px;
  margin-top: -30px;
  color: #000;
  font-weight: 600;
}
input#toggle:checked + ul.navigation-menu {
      left: 0;
    top: 52px;
    z-index: 15;
}
.humburger{
  display: none;
}
.owl-theme .owl-nav {
  margin-top: -37px;
  position: relative;
}
.slider{
  margin-top: 110px;
}
.slider .owl-carousel .owl-item img{
  height: 500px;
  object-fit: cover;
}
.slider .owl-theme .owl-nav.disabled+.owl-dots{
  position: relative;
  margin-top: -45px;
}  
.slider .owl-theme .owl-dots .owl-dot.active span{
  background: #000;
  border: 1px soli red;
}   
.slider .owl-theme .owl-dots .owl-dot{
  border-radius: 100%;
  margin: 4px;
  border: 1px solid #000;  
}
.slider .owl-theme .owl-dots .owl-dot span{
    background: transparent;
    margin: 4px;
    border: 1px solid transparent;
    width: 10px;
    height: 10px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
/*menu*/
.menu {
  padding: 10px;
    position: fixed;
    width: 100%;
    display: block;
    height: 110px;
    top: 0;
    background:linear-gradient(to right, rgb(228 232 233), rgb(195 204 217));
    box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
    opacity: 0.98;
    z-index: 999;
}
.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  text-align: center;
  padding: 10px 15px;
      margin-top: 15px;
  text-decoration: none;
  font-size: 17px;
  /*font-family: "OpenSans-Light" , sans-serif;*/
  font-weight: 600;
  color: #000 !important;
}
.who_border video{
  width: 100%;
  height: 250px;
}
.topnav a.active {
    color: #fff
  }
.topnav-right {
  float: right;
}
.menu_div{
  margin-top: 11px;
  float: left;
  color: #fff;
}
.logo_div img{
    /*background: #1e1e1c;*/
    width: 100px;
    height: 100px;
    margin-top: 0px;
    padding: 2px 0px;
    margin-top: -15px
}
.blog_page_in{
  margin-top: 150px !important;
}
.logo_div a{
  padding: 0 30px 0px 0px;
}
.menu .logo_div{
    margin-top: -5px;
}
.basket{
    border: 1px solid #000;
    float: left;
    height: 46px;
    background: #fff;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    transition: all 0.5s;
    font-size: 13px !important;
}
.basket:hover{
  background: #000;
  color: #fff;
  transition: all 0.5s;
}
.profil{
  border: 1px solid #000;
  float: left;
  height: 46px;
  background: #000;
  color: #fff !important;
  width: 110px;
  padding: 10px 0;
  text-align: center;
  transition: all 0.5s;
  margin-left: 30px;
  font-size: 13px !important;
}
.profil:hover{
  background: #fff;
  color: #000 !important;
  transition: all 0.5s;
}
.basket a, .profil a{
  float: unset;
  padding: 10px 30px;
}
/*who we*/
.who_border img{
margin-bottom: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.who_border{
font-size: 13px;
    /*padding:0 50px;*/
    margin: 15px 0;
    text-align: center;
    color: #585858;
}
.whowe_title{
  font-weight: 600;
  color: #232321;
}
.color_58{
     color: #1e1e1c;
      font-weight: bold;
}
.h1_b{
   font-family: "OpenSans-Bold" , sans-serif;
   font-size: 50px;
}
/* praduct */
.praduct .owl-carousel .owl-item img{
    height: 240px;
    margin: 0 auto;
    object-fit: cover;
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.product_text{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 10px 15px 0;
}
.produc_all .button {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    background: transparent;
    width: 100%;
    padding: 10px 70px;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.5s;
}

.produc_all .button:hover{
  background: #000;
  color: #fff;
  transition: all 0.5s;
}
.produc_all {
  padding: 20px 15px ;
}
.praduct .owl-carousel .owl-nav button.owl-next span, 
.praduct .owl-carousel .owl-nav button.owl-prev span{
  background: #e6e7e9;
  font-size: 30px;
  padding: 0px 15px 3px;
  color: #1e1e1c;
  border: 1px solid #e6e7e9;
}
.praduct .owl-carousel .owl-nav button.owl-next , 
.praduct .owl-carousel .owl-nav button.owl-prev {
  margin-top: -22%;
}
.praduct .owl-carousel .owl-nav button.owl-next{
  float: right;
  position: relative;
  right: -50px;
}
.praduct .owl-carousel .owl-nav button.owl-prev{
  float: left;
  position: relative;
  left: -50px;
}
.praduct{
  width: 94%;
  margin: 0 auto;
}
/* praduct about  */
.product_about_hr{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    object-fit: cover;
    padding: 10px 0;
}
.product_about_text{
  padding: 0px 0;
}
.product_about_a{
  padding: 0 0 30px 0;
  font-family: "OpenSans-Bold" , sans-serif;
  font-weight: 600;
}
.product_about_a .right{
  background: #000;
  color: #fff;
  padding: 5px 10px 6px;
  margin-left: 15px;
}
.product_about_a .right .fas{
  font-size: 10px;
}
.product_about{
  margin-bottom: 60px;
}
.product_about img{
    width: 82px;
    height: 60px;
    object-fit: contain;
}
/* footer */
.customer_comments .item img{
  width: 80px;
  height: 80px;
  margin: 20px auto;
  border-radius: 100%;
  object-fit: cover;
}
.customer_comments_bor{
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
  background: #fff;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -160px;
  height: 520px;  
}
.h2_b {
  font-family: "OpenSans-Bold" , sans-serif;
  font-size: 35px;
}
.customer_comments .owl-carousel .owl-nav button.owl-next span, 
.customer_comments .owl-carousel .owl-nav button.owl-prev span{
  background: #1e1e1c;
  font-size: 23px;
  padding: 10px 20px 10px;
  color: #fff;
  border: 1px solid #1e1e1c;
}
.customer_comments .owl-carousel .owl-nav button.owl-next , 
.customer_comments .owl-carousel .owl-nav button.owl-prev {
  margin-top: -22%;
}
.customer_comments .owl-carousel .owl-nav button.owl-next{
  float: right;
  position: relative;
  right: 10px;
}
.customer_comments .owl-carousel .owl-nav button.owl-prev{
  float: left;
  position: relative;
  left: 10px;
}
.customer_comments_in{
  border: 2px solid #e6e6e6;
  width: 80%;
  margin: 0 auto;
}
.customer_comments_text{
  width: 90%;
  margin: 20px auto;
  font-size: 13px;
}
.footer{
    background: #e6e7e9;
    padding-top: 45px;
    margin-top: 75px;
}
.footer_in li, .footer_in a{
  color: #000;
  text-decoration: none;
}
.footer_in ul li{
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
  font-family: "OpenSans-Regular" , sans-serif;
  color: #000;
}

.footer_in .footer_li{
  font-size: 16px;
  font-family: "OpenSans-Regular" , sans-serif;
  font-weight: 600;
}
.footer_in .fas{
  margin-right: 10px;
}
.footer_img{
    margin-top: -2px;
    width: 200px;
    height: 150px;
}
.footer_out{
    font-family: "OpenSans-Regular" , sans-serif;
  color: #000;
    margin-top: 0px;
    background: #e6e7e9;
    font-size: 13px;
    padding-top: 15px;
}
.footer_out ul li{
  float: left;
  font-size: 20px;
  list-style: none;
  margin-left: 13px;
}
.footer_out .fa-facebook-f{
  font-size: 16px;
}
.footer_out ul {
  float: right
}
.footer_out ul li a{
  color: #000;
}
.footer_in .col-md-7 .col-md-5{
  margin-top: -25px;
}
.file_input .btn-tertiary {
    color: #212529;
    line-height: 95px;
    border-radius: 0;
    text-align: left;
    display: block;
    border-bottom: 1px solid #3339;
}
.file_input .btn-tertiary:hover, .file_input .btn-tertiary:focus {
  color: #888888;
  border-color: #888888;
}

/* input file style */
.file_input .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_input .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  height: 70px;
  cursor: pointer;
}
.file_input .input-file + .js-labelFile .icon:before {
  content: "";
}
.file_input .input-file + .js-labelFile.has-file .icon:before {
  content: "";
  color: #5AAC7B;
}
.file_input img{
    float: right;
    width: 18px;
    line-height: 6;
    padding-top: 40px;
}

.optionbox select {
    background: transparent;
    color: #E5E5E5;
    width: 100%;
    border: none;
    font-size: 14px;
    -webkit-appearance: button;
    outline: none;
}
/*
.optionbox:before {
    content: '🞃';
    font-family: "Font Awesome 5 free";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #111111;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    pointer-events: none;
}*/
.question {
  font-size: 14px;
}
.kar_text{
  margin: 10px 0;
  font-size: 19px;
}
.kar_link button{
      border: 2px solid #1e1e1e;
    color: #1e1e1c;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    background: #fff;
}
.kariyera img{
  width: 100%;
  height: 252px;
  object-fit: cover;
}
.width_8{
  width: 80%;
}
.fs_24{
  font-size: 23px;
}
.map_img{
  width: 100%;
  object-fit: cover;
  height: 660px;
}
html, body{
  width:100%;
  height:100%;
  margin:0;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.product_select{
  float: right;
}
.product_select .form-select{
      float: left;
    margin-left: 25px;
    border-radius: 0;
    text-align: left;
    width: 150px;
    padding: 10px;
    border: 2px solid #1e1e1e;
    color: #1e1e1c;
}
.form-select:focus{
  box-shadow: unset;
  border-color: unset;
}
.product_but {
  text-align: center;
}
.product_but button:hover,
.product_but .active{
    color: #fff;
    background: #1e1e1c;  
}
.product_but button{
    border: 2px solid #1e1e1e;
    color: #1e1e1c;
    background: #fff;
    font-size: 18px;
    padding: 10px 16px;
    margin: 0 10px;
}
.index_who .who_border img{
      height: 265px;
}
.index_who .who_border{
  text-align: left;
  color: #1e1e1c;
}
.list-type4{
width:100%;
}
.contact_page .zoomEffect_1 img{
 /* max-width: unset ;*/
}
.blog_page .owl-carousel .owl-stage-outer{
      height: 420px;
}
.blog_page_in .owl-carousel .owl-item img{
      width: 760px;
    height: 500px;
    object-fit: scale-down;
}
.contact_page .product_text{
  padding: 10px 5px 0;
  height: 55px;
}
.contact_page .produc_all {
    padding: 20px 5px;
}
.contact_page .zoomEffect_1{
  height: 200px;
}
.contact_page .produc_all .button {
    padding: 10px 85px;
}
.list-type4 ol{
counter-reset: li;
list-style: none;
font-size: 15px;
padding: 0;
}
.list-type4 a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
font-weight: 600;
color: #1e1e1c;
text-decoration: none;
box-shadow:inset 0.5em 0 #e6e7e9;
    cursor: context-menu;
-webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 1s;
}

.list-type4 a:hover{
box-shadow:inset 2em 0 #e6e7e9;
}