@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans:wght@400;600;700&family=PT+Sans:wght@400;700&display=swap');
@font-face {
    font-family: 'SohoGothicPro-Regular';
    src: url(font/soho/SohoGothicPro-Regular.eot?#iefix) format("embedded-opentype"), url(font/soho/SohoGothicPro-Regular.otf) format("opentype"), url(font/soho/SohoGothicPro-Regular.woff) format("woff"),
        url(font/soho/SohoGothicPro-Regular.ttf) format("truetype"), url(font/soho/SohoGothicPro-Regular.svg#SohoGothicPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
a {
    color: #000;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline: 0;
}
strong {
    font-weight: 600;
    display: contents;
}
.clearfix {
    clear: both;
}
.green {
    color: #38b919;
}
.text-center {
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    vertical-align: middle;
}
h1,
h2,
h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    position: relative;
}
h1 {
    font-size: 20px;
    margin: 0;
}
h2 {
    font-size: 19px;
    margin: 0;
}
h3 {
    font-size: 18px;
    margin: 0;
}
html {
    height: 100%;
    margin: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
    color: #000;
    margin: 0;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
header#header {
    width: 100%;
    position: relative;
    box-shadow: 0 3px 13px rgba(24, 24, 24, 0.23);
    background-color: #fff;
}
header#header .langCont {
    width: 100%;
    background: #f1f1f1;
}
header#header .langCont .language {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    height: 28px;
    justify-content: flex-end;
    align-items: center;
    padding: 0 8px;
}
header#header .langCont .language span {
    margin-left: 7px;
}
header#header .container {
    width: 1100px;
    margin: 0 auto;
    min-height: 90px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#header .container .logo {
    height: 90px;
    float: left;
    color: #000;
    line-height: 90px;
    text-align: left;
}
header#header .container nav {
    float: right;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
header#header .container nav ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
}
header#header .container nav ul li {
    float: left;
    padding: 10px 3px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #777;
}
header#header .container nav ul li a {
    padding: 15px 2px;
    color: #777;
}
header#header .container nav ul li.active a,
header#header .container nav ul li a:hover {
    color: #000;
    border-bottom: 1px solid #428bca;
    padding: 5px 2px;
}
header#header .container nav ul li.demo a {
    background: #f1572f;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header#header .container nav ul li.demo a:hover {
    border-bottom: none;
    background: #8dcf3f;
}
header#header .container .responsivenav {
    display: none;
}
#wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
}
#slider {
    width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
    font-family: Montserrat, sans-serif;
    position: relative;
}
#slider .carousel-caption .strong {
    font-weight: 500;
}
#slider .carousel-caption .text-underline {
    text-decoration: underline;
}
#slider .carousel-caption p.alanadi {
    padding: 10px;
    text-align: center;
    background: #f1572f;
    font-weight: 500;
    border-radius: 4px;
    text-shadow: none;
    font-size: x-large;
    margin-bottom: 55px;
}
#slider .carousel-caption p.title {
    background: #aac741;
    padding: 10px;
    font-size: x-large;
    font-weight: 500;
    text-shadow: none;
    border-radius: 4px;
    margin-bottom: 55px;
}

.announcement {
    background: #1450f5;
    width: 100%;
    display: flex;
    box-shadow: 0 2px 2px 0 #c1bcbc;
}
.announcement span {
    width: 1100px;
    margin: 0px auto;
    padding: 15px 0 15px 15px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

#wrapper h1,
#wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    clear: both;
    text-align: center;
    margin: 20px 0 10px;
    font-weight: 300;
    font-family: SohoGothicPro-Regular;
}
#wrapper h1 {
    font-size: 50px;
    clear: both;
    padding: 110px 0 0;
}
#wrapper h2 {
    font-size: 30px;
    margin: 0 0 50px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#wrapper h2::before {
    bottom: 14px;
    content: "";
    display: flex;
    height: 3px;
    left: 50%;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
    background: #fa6839;
}
#wrapper h2::after {
    background: rgba(133, 133, 133, 0.5);
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto;
    width: 270px;
}
#wrapper h3 {
    font-weight: 500;
    margin-top: -45px;
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    font-family: SohoGothicPro-Regular, sans-serif !important;
}
#wrapper h3::before {
    content: '"';
    font-size: 40px;
    display: inline-block;
    vertical-align: sub;
    color: #ccc;
}
#wrapper h3::after {
    content: '"';
    font-size: 40px;
    display: inline-block;
    vertical-align: sub;
    color: #ccc;
}
#wrapper .fast-access {
    display: flex;
    padding: 0 25px;    
    flex-flow: wrap;
    justify-content: center;
}
#wrapper .fast-access img {
    width: 100%;
    height: auto;
}

#wrapper #presentation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
#wrapper #presentation .box {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    height: 225px;
    padding: 15px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-right: 1%;
}
#wrapper #presentation .box:last-child {
    margin-right: 0;
}
#wrapper #presentation .box span {
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    background-color: #006ca7;
}
#wrapper #presentation .box span.yukseknem {
    background: #006ca7 url(../img/css_sprites.png) -23px -623px;
}
#wrapper #presentation .box span.fullotomatik {
    background: #006ca7 url(../img/css_sprites.png) -23px -126px;
}
#wrapper #presentation .box span.otomatikdolum {
    background: #006ca7 url(../img/css_sprites.png) -23px -375px;
}
#wrapper #presentation .box span.hassassensor {
    background: #006ca7 url(../img/css_sprites.png) -23px -250px;
}
#wrapper #presentation .box span.temizlenebilir {
    background: #006ca7 url(../img/css_sprites.png) -23px -493px;
}
#wrapper #presentation .box span.yerliuretim {
    background: #006ca7 url(../img/css_sprites.png) -47px -14px;
}
#wrapper #presentation .box span.timerozelligi {
    background: #006ca7 url(../img/icon/timerOzelligi.png) center center no-repeat;
}
#wrapper #presentation .box span.sensorcesitliligi {
    background: #006ca7 url(../img/icon/sensorCesiti.png) center center no-repeat;
}
#wrapper #presentation .box p {
    float: left;
    margin: 10px 0;
}
#wrapper #presentation .box p.title {
    float: left;
    text-align: center;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0;
}
#wrapper #presentation #pcb {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    display: flex;
}
#wrapper #presentation #pcb div{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

#wrapper #presentation #pcb div:first-of-type{
    margin-right: 20px;
}

#wrapper #presentation #pcb div p{
    width: 100%;
}
#wrapper #presentation #pcb div:first-of-type span{
    background-image: url(../img/mak-pcb.jpg);
    background-size: cover; 
}
#wrapper #presentation #pcb div:last-of-type span{
    background-image: url("../img/mak-sensor.jpg");
    background-size: cover; 
}
#wrapper #presentation #pcb div span{
    display: flex;
    width: 100%;
    min-height: 356px;
    /*max-height: 100%;*/
    border: 3px solid #e7eaec;
    border-radius: 10px;
}
#wrapper #presentation #pcb div span img{
    float: left;
    width: 100%;
    border-radius: 10px;
}
.tekurun {
    width: 100%;
    min-height: auto;
    max-height: fit-content;
    display: flex;
    margin: 20px 5px;
    position: relative;
    flex-direction: row;
}
.tekurun img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.tekurun span {
    width: 100%;
}
.tekurun span ul {
    margin-top: 100px;
}
.tekurun .kapasite {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #4e90d9;
    display: flex;
    font-size: 44px;
    flex-direction: column;
    font-weight: 900;
    color: #fff;
    float: right;
    position: relative;
    letter-spacing: -4px;
    justify-content: center;
    align-items: center;
    line-height: 44px;
}
.tekurun .kapasite:before {
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted #e7eaec;
    bottom: -20px;
}
.tekurun .kapasite small {
    font-size: 10px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: 0;
}
.ahu-serisi {
}
.ahu-serisi .ahu-table {
    display:flex; 
    align-items: center; 
    justify-content: space-between;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #f4f4f4;
}
.note {
    font-size: 0.9em;
    color: #555;
    margin-top: 10px;
    line-height: 1.5;
}
.ahu-products {
    width: 600px;
}
.productImages {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    min-height: auto;
    max-height: fit-content;
    justify-content: space-around;
}
.productImages img {
    width: 100%;
    height: auto;
}
    .capacity-calculation {
        width: 100%;
        display: flex;
    }
   input {
  /*height: 20px; */   
  border: 1px solid  #eceae7;
  border-radius: 4px;
  padding: 2px 6px;

  }
  select {
      height: 26px;
      border: 1px solid  #eceae7;
      border-radius: 4px;
      padding: 2px;    
  }
 input, textarea, select { 
      font-family:inherit; 
      font-family: Verdana;
  }
 .cap-calc {
        width: 100%;
        display: flex;
        flex-direction: column;
  }
  section.values,
  section.results {
        width: 50%;
  }
 .cap-calc div {
      display: flex;
      flex-direction: column;
      width: 49%;
      float: left;
      margin-bottom: 7px;
  }
  .cap-calc div input {
    height: 24px;
  }
 .cap-calc .buton {
      height: 30px;
      border: 1px solid #eceae7;
      background: #e7eaec;
      border-radius: 4px;
      font-weight: 700;
      cursor:pointer;
  }
  .cap-calc select {
      height: 30px;
      border: 1px solid  #eceae7;
      border-radius: 4px;
      padding: 2px;    
  } 
#errorMessages {
    display: flex;
    width: 100%;
}
#sonuclar {
    padding: 10px;
}
table.unstyledTable {
    table-layout: auto;
    width: 100%;
}
table.unstyledTable 
table.unstyledTable td,
table.unstyledTable th {
    padding: 4px 0px;
}
table.unstyledTable td {
    width: 10%;
}
table.unstyledTable td:first-child {
    width: 20%;
    font-weight: 700;
    text-align: left;
    padding-left: 2px;
}
table.unstyledTable thead {
    background: #ddd;
}
table.unstyledTable thead th {
    font-weight: 600;
}
table.unstyledTable tfoot {
    font-size: 12px;
    color: #bbb;
}
table.unstyledTable tfoot .imp {
    background: #edf8ff;
    border-radius: 3px;
    padding: 8px 22px;
    color: #000;
    font-weight: 400 !important;
    font-size: 13px;
}
table.unstyledTable tbody tr td:nth-child(2) {    
}
#aboutus {
    width: 100%;
    float: left;
    padding-top: 120px;
    margin-bottom: 70px;
}
#aboutus ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 40px;
}
#aboutus ul li {
    display: inline-block;
    margin: 20px 20px 10px 0;
    text-align: center;
    font-size: 13px;
}
#aboutus ul li img {
    display: block;
}
#priceAndDelivery {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#priceAndDelivery section {
    width: 48%;
}
#priceAndDelivery section .img {
    height: 151px;
    background: url(../img/dhlLogo.png) center center no-repeat;
    background-size: auto 300px; 
}
#addservices {
    width: 100%;
    float: left;
    padding-top: 150px;
}
#addservices h2 {
    margin-bottom: 40px;
}
#addservices .img {
    float: left;
    height: 300px;
    width: 550px;
    background: url(../img/maintenance2.png) center center no-repeat;
    background-size: auto 300px;
}
#addservices .not {
    color: #616161;
    margin-top: 60px;
}
.accordion {
    padding: 150px 5px 0;
    display: flex;
    flex-direction: column;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 10px;
  background:#4d5977;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 7px 5px;
  margin-bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);  
}
.card-header a {
    width: 100%;
    text-align: left;
    color: #000;
    text-indent: 18px;
    cursor: pointer;
}
.card-header a.btn.btn-link:active .card-header a,
.card-header a.btn.btn-link:visited .card-header a,
.card-header a:hover {
 transition: all 0.3s ease;
 color: #428bca;
}
.card-header .btn {
padding: 6px 0px;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
.card-columns .card {
  margin-bottom: 0.75rem;
    }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
#gallery {
    width: 100%;
    padding-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gallery p {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    font-weight: 600;
    color: #fa6839;
    padding: 5px;
}

#gallery section {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;    
}

#gallery a,
#gallery section a,
#gallery video {
    /*width: 32%;*/
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    /*background: #42474a;*/
    position: relative;
    border-radius: 8px;
}
#gallery section a {
    width: auto;
    align-items: center;
    background:none;
}
#gallery section a img,
#gallery a img{
    border-radius: 8px;
}
#gallery a {
    width: 24%;
    align-items: center;
}
#gallery img,
#gallery .eskikasa img {
    display: flex;
    justify-content: center;
    max-width: 100%;
    max-height: max-content;
}
#gallery .eskikasa{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;

}
#gallery .eskikasa a{
    width: 19% !important;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    background: #42474a;
    border-radius: 3px;
    position: relative;
}
#pricing {
    width: 100%;
    float: left;
    padding-top: 140px;
}
#pricing .column {
    width: 50%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
#pricing .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
#pricing .column ul li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: #f1572f;
    float: left;
    margin-left: -13px;
    font-size: 8px;
    line-height: 25px;
}
#pricing .column .note {
    float: left;
    width: 94%;
    color: #616161;
    font-size: 13px;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
}
#pricing .column .note::before {
    content: '"';
    position: absolute;
    font-size: 65px;
    top: 0;
    left: 0;
    line-height: 31px;
}
#pricing .column .note::after {
    content: '"';
    position: absolute;
    font-size: 65px;
    bottom: -8px;
    right: 0;
    line-height: 0;
}
#pricing .column .plan-block {
    width: 360px;
    height: 408px;
    border: 1px solid #212a36;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}
#pricing .column .plan-block .tax {
    position: absolute;
    padding: 5px 8px;
    font-size: 12px;
    right: 0;
    top: -12px;
    background: #8dcf3f;
    border-bottom-left-radius: 3px;
    color: #fff;
}
#pricing .column ul li {
    padding-left: 15px;
    line-height: 25px;
}
#pricing .column .plan-block .plan-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 13px;
}
#pricing .column .plan-block .seperator {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(33, 42, 54, 0.2);
}
#pricing .column .plan-block .plan-pricing {
    font-size: 40px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
}
#pricing .column .plan-block .plan-pricing .plan-currency {
    vertical-align: super;
    font-size: 20px;
}
#pricing .column .plan-block .plan-sentence {
    margin-bottom: 40px;
    font-size: 12px;
    text-align: center;
}
#wrapper .spebox {
    width: 100%;
    display: block;
    clear: both;
    box-sizing: border-box;
    overflow: hidden;
}
#wrapper .spebox #textapp {
    margin-top: 250px;
}
#wrapper .spebox .img {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
#wrapper .spebox .text {
    width: 50%;
    font-size: 16px;
}
#contactus {
    width: 100%;
    float: left;
    padding-top: 120px;
}
#contactus p {
    margin: 40px 0;
}
#contactus #contact-form {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
}
#contactus #contact-form .hline {
    width: 49.5%;
    float: left;
    box-sizing: border-box;
}
#contactus #contact-form .hline.margr {
    margin-right: 1%;
}
#contactus input[type="text"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus textarea {
    font-family: "PT Sans", sans-serif;
    height: 44px;
    border: 2px solid transparent;
    background-color: #efefef;
    width: 100%;
    margin-bottom: 16px;
    font-size: 15px;
    padding: 0 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#contactus input[type="tel"] {
    width: 78%;
}
#contactus form p {
    width: 22%;
    line-height: 44px;
    background-color: #efefef;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: center;
    color: #747c83;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
}
#contactus textarea {
    height: auto;
    padding: 8px 16px;
    margin-bottom: 25px;
}
#contactus input[type="text"]:focus,
#contactus input[type="email"]:focus,
#contactus input[type="tel"]:focus,
#contactus textarea:focus {
    border-color: #8dcf3f;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#contactus input::-webkit-input-placeholder,
#contactus textarea::-webkit-input-placeholder {
    font-family: "PT Sans", sans-serif;
    color: #747c83;
}
#contactus input:-moz-placeholder,
#contactus textarea:-moz-placeholder {
    font-family: "PT Sans", sans-serif;
    color: #747c83;
    opacity: 1;
}
#contactus input::-moz-placeholder,
#contactus textarea::-moz-placeholder {
    font-family: "PT Sans", sans-serif;
    color: #747c83;
    opacity: 1;
}
#contactus input:-ms-input-placeholder,
#contactus textarea:-ms-input-placeholder {
    font-family: "PT Sans", sans-serif;
    color: #747c83;
}
#contactus #submit_btn.btn {
    font-family: "PT Sans", sans-serif;
    background-color: #8dcf3f;
    padding: 17px 30px;
    font-size: 13px;
    cursor: pointer;
    outline: 0;
    color: #fff;
    align-items: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}
#contactus #contact-form button {
    margin: 0 auto !important;
}
#contactus #submit-message.btn:hover {
    background-color: #80c431;
}
#contactus .m-b-12 input[type="text"],
#contactus .m-b-12 input[type="email"] {
    margin-bottom: 12px;
}
#msg {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    line-height: 30px;
}
#contactus .success {
    background-color: #2cb8a5;
    padding: 5px 10px;
    margin: 0 0 5px;
    border: none;
    font-weight: 700;
    color: #fff;
}
#contactus .error {
        background-color: #ef5659;
        padding: 5px 10px;
        margin: 0 0 5px;
        border: none;
        font-weight: 700;
        color: #fff;
    }
    .sales-numbers {
        width: 100%;
        background: #e7eaec;
        padding: 25px 0;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }
    .sales-numbers section {
        width: 260px;
        min-height: 260px;          
        margin-right: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        box-shadow: 2px 2px 2px 4px #ccc;
        border-radius: 10px;
        background: #ffffff;
    }
    .sales-numbers section p {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 44px;
        background: #5c6f91;
        color: #fff;
        box-shadow: 3px -2px #dbcdcd;
        border: 1px solid;
        margin: 30px 30px 10px;
    }
    .sales-numbers small {
        font-size: 11px;
        color:#aaa;
        margin-top: 30px;
        text-align: left;
        padding: 0 5px;
    }
          
    .scroll-kutu {
      width: 100%;        /* Genişlik %100 */
      height: 300px;      /* Yükseklik 300px */
      border: 1px solid #ccc;
      padding: 10px;
      box-sizing: border-box;
      overflow-y: auto;   /* Dikey scroll bar */
      overflow-x: hidden; /* Yatay scroll olmasın istersen */
      margin: 30px 0;
    }
    #ssvideo .plyr {
        width: 24%;
    }
footer {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #e0e0e6;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    width: 100%;
    display: flex;
}
footer .container {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
footer .container .wigibox {
    width: 33.3%;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    border-right: 2px dashed #e7eaec;
    box-sizing: border-box;
}
footer .container .wigibox:last-child {
    border-right: none;
}
footer .container .wigibox .box {
    border-top: 1px solid #bbb;
    padding: 15px 0 12px;
}
footer .container .wigibox .box:last-child {
    border-bottom: 1px solid #bbb;
}
footer .container .wigibox .box i {
    width: 10px;
    font-size: 24px;
    color: #666;
    text-align: center;
    height: 63px;
    float: left;
    margin-top: -16px;
    border-top: 1px solid #e0e0e6;
    line-height: 63px;
    margin-right: 5px;
    background: #e0e0e6;
}
footer .container .wigibox .hes {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 44px;
    border: none;
    margin: 7px 20px 7px 7px;
    padding: 0;
}
footer .container .wigibox .title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 17px;
    padding: 0;
    line-height: 35px;
    border: none;
    border-left: 4px solid #fc4027;
    padding-left: 7px;
}
footer .container .wigibox p {
    padding-left: 18px;
}
footer .container .wigibox p a:hover {
    color: #428bca;
    text-decoration: underline;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.copyrights {
    width: 100%;
    background-color: #282b2f;
    color: #fff;
    padding: 17px 0;
    bottom: 0;
}
.copyrights .c-inner {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-left,
.carousel-control .icon-right {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-left {
    left: 0;
}
.carousel-control .icon-next,
.carousel-control .icon-right {
    right: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    margin: 7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f1572f;
}
.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding: 85px 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.7);
    width: 420px;
    --mr: calc(100vw - 1100px);
    --ab: calc(var(--mr) / 2);
    right: var(--ab);
    font-size: 17px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 0;
    }
}
.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    max-height: 500px;
    height: 480px;
    min-height: auto;
    display: block !important;
    z-index: 1;
}
.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    z-index: 2;
}
.carousel.fade .carousel-control {
    z-index: 5;
}
.carousel-control {
    display: none;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 330px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(39, 41, 48, 0.8);
    padding: 12px 20px;
    border-radius: 3px 3px 0 0;
    display: none;
    z-index: 10;
}
.back-to-top i {
    font-size: 26px;
}
.back-to-top:hover {
    color: #fff;
    background-color: #272930;
}
.back-to-top:focus {
    color: #fff;
}
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100000;
}
.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}
.MessageBoxMiddle {
    position: relative;
    margin: 0 auto;
    width: 50%;
}
.MessageBoxMiddle .MsgTitle {
    letter-spacing: -1px;
    font-size: 24px;
}
.MessageBoxMiddle .pText {
    color: #fff;
    margin: 25px 0;
}
.MessageBoxButtonSection {
    width: 100%;
    height: 56px;
}
.txt-color-orangeDark {
    color: #f1572f;
}
.MessageBoxButtonSection button {
    font-family: "PT Sans", sans-serif;
    float: right;
    font-size: 16px !important;
    background-color: #8dcf3f;
    padding: 17px 30px;
    outline: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}
.animated.fast {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.fast {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.plyr {
    width: 32%;
    max-height: 198px;
    margin-bottom: 15px;
}
