.degradeFooter {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.715021)), to(rgba(0, 191, 255, 0.0959734)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.715021) 0%, rgba(0, 191, 255, 0.0959734) 100%);
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 158, 226, 0.2);
}

* {
  outline: 0px solid transparent !important;
}

*:hover {
  outline: 0px solid transparent !important;
}

*:focus {
  outline: 0px solid transparent !important;
}

*:after {
  outline: 0px solid transparent !important;
}

*:before {
  outline: 0px solid transparent !important;
}

*:select {
  outline: 0px solid transparent !important;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fafbfe;
  color: #181c20;
}

.form-control {
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.form-control:focus {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
  border: 1px solid #009EE2;
}

a {
  text-decoration: none;
  color: #181c20;
}

a:hover {
  text-decoration: none;
  color: #181c20;
}

.textPrimary {
  color: #009EE2;
  font-size: 24px;
}

.table {
  width: 100%;
}

.table thead {
  padding-top: 20px;
  border: none;
}

.space {
  height: 15px;
}

.padding {
  padding: 15px;
}

.marginTop {
  margin-top: 30px;
}

p {
  line-height: 27px;
}

.fontSmall {
  font-size: 15px;
}

.fontPrimary {
  color: #009EE2;
}

.fontSuccess {
  color: #008f24;
}

.fontBold {
  font-weight: 600;
}

.btn {
  font-weight: 600;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
}

.btn-primary {
  background-color: #009EE2;
  border: none;
}

.btn-primary:hover {
  background-color: #16b9ff;
}

.btn-success {
  background-color: #008f24;
  border: none;
}

.btn-success:hover {
  background-color: #00c231;
}

.btn-warning {
  background-color: #F9B233;
  border: none;
  color: #181c20;
}

.btn-warning:hover {
  background-color: #fac565;
  color: #181c20;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  color: #181c20;
}

.btn-white:hover {
  background-color: white;
  color: #181c20;
}

.btn-info {
  background-color: #009EE2;
  border: none;
  color: white;
}

.btn-info:hover {
  background-color: #16b9ff;
  color: white;
}

.btn-border {
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.715021)), to(rgba(0, 191, 255, 0.0959734)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.715021) 0%, rgba(0, 191, 255, 0.0959734) 100%);
  border: 1px solid #dfe3e5;
}

.btn-border:hover {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
}

.btn-border:hover i {
  color: #009EE2;
}

.btn-border i {
  margin-right: 5px;
  color: #7f8d9e;
}

.thumbnail {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  background-color: #dfe3e5;
  margin-bottom: 15px;
}

.thumbnail i {
  font-size: 20px;
  color: #bdc5ca;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}

.wide {
  padding-top: 40%;
}

.noBorder {
  border: none !important;
}

.noPadding {
  padding: 0px;
}

.clearfix {
  clear: both;
}

.header {
  border-top: 4px solid #F9B233;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 70px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
}

.header .logo {
  height: 85px;
  margin-bottom: -35px;
}

.header .telefonNumara {
  font-weight: 600;
  margin-right: 15px;
  line-height: 47px;
}

.header .telefonNumara i {
  margin-right: 5px;
  color: #dfe3e5;
}

.header .social {
  display: inline-block;
  margin-right: 25px;
  margin-left: 15px;
}

.header .social i {
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 5px;
}

.header .social .fa-phone {
  display: none;
}

.header .dilBtn {
  margin-left: 15px;
}

.coBodrum {
  background-color: #181c20;
  padding: 30px 0px;
  padding-bottom: 50px;
  color: white;
}

.bannerArea {
  margin-top: 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bannerArea .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.bannerArea .bannerContent {
  min-height: 93vh;
  position: relative;
  z-index: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerArea .bannerContent h1 {
  margin: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.4em;
}

.bannerArea .bannerContent h1 span {
  text-decoration: none !important;
  color: #F9B233;
  background-color: black;
  padding: 0px 15px;
  border-radius: 10px;
}

.bannerArea .bannerbizBtn {
  display: none;
}

.hostedBy {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.hostedBy div {
  width: 250px;
  position: relative;
  margin: auto;
}

.hostedBy div span {
  position: absolute;
  left: 130px;
  top: 5px;
  color: #aab5c0;
  font-size: 14px;
}

.hostedBy div img {
  width: 150px;
  margin-left: -15px;
}

h2 {
  font-size: 1.7em;
  margin-top: 25px;
}

.divider {
  height: 5px;
  width: 50px;
  background-color: #F9B233;
  margin: 15px 0px;
}

.homer {
  margin: 50px auto;
}

.hizmetler {
  background-color: #F9B233;
  padding: 10px 0px;
  padding-bottom: 20px;
}

.hizmetler h2 {
  text-align: center;
}

.hizmetler .divider {
  background-color: #181c20;
  margin: auto;
  margin-bottom: 40px;
}

.hizmetler .hizmetlerCol {
  float: left;
  width: 20%;
}

.hizmetler .liste i {
  display: block;
  text-align: center;
  font-size: 50px;
  margin: 30px auto;
}

.hizmetler .liste h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.hizmetler .clear {
  clear: both;
}

.blogDetay {
  padding: 30px 0px;
}

.blogDetay .container {
  max-width: 800px;
}

.blogDetay img {
  max-width: 100%;
  height: auto;
}

.blogDetay h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0px;
}

.blogDetay h4 {
  font-size: 20px;
  margin: 20px 0px;
  line-height: 1.7em !important;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.uyelikListe {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
}

.uyelikListe:hover .thumbFrame {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.uyelikListe .thumbFrame {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.uyelikListe h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.uyelikListe h3 span {
  float: right;
  color: #009EE2;
}

.uyelikListe p {
  font-size: 14px;
  line-height: 22px;
}

.uyelikListe p a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #F9B233;
  color: #181c20;
  border-radius: 6px;
}

.blogListe {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  background-color: transparent;
  padding: 0px;
}

.blogListe:hover .thumbFrame {
  -webkit-transform: none;
          transform: none;
}

.blogListe .thumbFrame {
  margin: 0px;
}

.blogListe p {
  font-size: 14px;
  line-height: 22px;
}

.blogListe p a {
  display: inline-block;
  color: #181c20;
  background: none;
  padding: 0px !important;
  border-radius: 6px;
}

.footer {
  background-color: #181c20;
  padding: 30px 0px;
  color: #dfe3e5;
  min-height: 150px;
}

.contactForm {
  margin-top: 70px;
  padding: 70px 0px;
}

.messageSend {
  margin-top: 70px;
  background-color: #008f24;
  padding: 30px 0px;
  color: white;
  text-align: center;
}

.owl-carousel .owl-nav {
  display: inline !important;
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 12;
  font-size: 20px;
  color: #7f8d9e;
}

.owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  line-height: 40px !important;
  padding: 0px !important;
  border-radius: 5px;
}

.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  line-height: 40px !important;
  padding: 0px !important;
  border-radius: 5px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .telefonNumara {
    display: none;
  }
  .bizeBtn {
    display: none;
  }
  .dilBtn {
    margin-right: 25px;
    font-weight: 500;
    font-size: 18px;
  }
  .homer {
    margin: 25px auto;
  }
  .social {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px) brightness(1);
            backdrop-filter: blur(10px) brightness(1);
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 25px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .social i {
    display: inline-block;
    font-size: 22px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #dfe3e5;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  }
  .social .fa-phone {
    display: inline-block !important;
    color: greenyellow !important;
  }
  .bannerArea {
    margin-top: 70px;
  }
  .bannerArea .bannerContent {
    min-height: 500px;
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .bannerArea .bannerContent h1 {
    margin: 0px;
    max-width: 700px;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .bannerArea .bannerContent .bannerbizBtn {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 15px;
    margin-top: 20px;
    font-size: 15px;
  }
  .hostedBy {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  h2 {
    font-size: 1.7em;
    margin-top: 25px;
  }
  .divider {
    height: 5px;
    width: 70px;
    background-color: #F9B233;
    margin: 25px 0px;
  }
  .uyelikListe {
    margin-bottom: 15px;
  }
  .uyelikListe .thumbFrame {
    margin-bottom: 25px;
  }
  .uyelikListe h3 {
    font-size: 20px;
  }
  .uyelikListe p {
    font-size: 15px;
    line-height: 25px;
  }
  .hizmetler .hizmetlerCol {
    float: left;
    width: 50%;
  }
  .wide {
    padding-top: 80% !important;
  }
  .blogDetay {
    padding: 10px 0px;
  }
  .blogDetay .container {
    max-width: 800px;
  }
  .blogDetay h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0px;
    font-size: 33px;
    line-height: 1.4em;
  }
  .blogDetay h4 {
    font-size: 20px;
    margin: 20px 0px;
    line-height: 1.5em;
  }
  .owl-carousel .item {
    margin: 0px !important;
  }
  .footer {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .owl-carousel {
    margin-top: 15px;
  }
  .owl-carousel .item {
    margin: 0px 15px;
  }
  .productBox {
    margin-top: 15px;
  }
  .productBox .equal {
    min-height: auto;
  }
  .productBox .frame .thumbnail {
    padding-top: 100%;
  }
  .glassFooter .desktop {
    display: none;
  }
  .glassFooter .mobile {
    display: block !important;
  }
  .glassFooter .mobile .row {
    margin: -5px;
  }
  .glassFooter .mobile .col-6 {
    padding: 5px;
  }
  .desktopSwitch {
    display: none;
  }
  .productDetails .img {
    padding-top: 100%;
  }
}
.mapss{
width: :1200px !important;
height: 600px;
}
@media only screen and (max-width: 767px) {
  .mapss {
    width: 100%; 
    height: 400px;
  }
}
/*# sourceMappingURL=style.css.map */