body,
html {
  width: 100%;

  height: 100%;

  margin: 0;
  padding: 0;
}

.belgeler-inside {
  width: 1300px;

  margin: 0 auto;

  padding: 30px 0;

  display: flex !important;

  justify-content: center;

  flex-wrap: wrap;
}

.belge-box {
  width: 22.5%;

  display: inline-block;

  margin: 15px;

  height: auto;

  transition-duration: 0.2s;
  transition-timing-function: linear;

  position: relative;

  color: #fff;
}

.belge-box-overlay {
  position: absolute;

  opacity: 0;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition-duration: 0.2s;
  transition-timing-function: linear;

  background: rgb(0, 0, 0);

  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.76) 0%,
    rgba(0, 0, 0, 0.44) 50%,
    rgba(165, 14, 14, 0) 100%
  );

  height: 280px;
}

.belge-box-overlay i {
  font-size: 35px;
}

.belge-box:hover .belge-box-overlay {
  opacity: 1;
}

.belge-box img {
  width: 100%;

  padding: 10px;

  border: 1px solid #ebebeb;

  box-sizing: border-box;
}

.belge-box:hover {
  box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.1);

  -webkit-box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  color: #fff;
}

.js-accordion-item {
  margin-bottom: 20px !important;
}

.topheader-out {
  width: 100%;

  padding: 18px 0 36px 0;

  position: relative;

  z-index: 9;
}

.topheader-links-area {
  flex: 1;

  display: flex;

  justify-content: flex-start;

  align-items: center;
}

.topheader-links-box {
  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  margin: 0 18px;
}

.topheader-links-box i {
  margin-right: 4px;
}

.topheader-container {
  width: 1280px;

  margin: 0 auto;

  position: relative;

  z-index: 99;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.desktop-slider-contact-container {
  position: absolute;

  width: 100%;

  bottom: 0;

  z-index: 1;

  display: flex;

  justify-content: center;
}

.sl-cont-box {
  width: auto;

  margin-left: 30px;

  margin-right: 30px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.sl-cont-box-i {
  margin-right: 15px;

  font-size: 33px;

  line-height: 40px;
}

.sl-cont-box-txt {
  flex: 1;
}

.sl-cont-box-txt-1 {
  font-size: 16px;

  margin-bottom: 5px;
}

.sl-cont-box-txt-2 {
  font-size: 13px;

  line-height: 18px;
}

.sl-cont-box-txt-3 {
  font-size: 17px;

  line-height: 19px;
}

.proje-detail-container {
  width: 1325px;

  margin: 0 auto;

  padding: 50px 0;
}

.project-item-cat-name {
  width: 100%;

  font-size: 13px;

  margin-bottom: 5px;
}

.project-item-name {
  width: 100%;

  font-size: 20px;
}

.project-item {
  width: 31.5%;

  margin: 10px;

  overflow: hidden;

  position: relative;

  height: 295px;
}

.project-item-img {
  width: 100%;

  height: 100%;
}

.project-item:hover .project-item-img img {
  transform: rotate(5deg) scale(1.2);
}

.project-item-link-div {
  position: absolute;

  color: #fff;

  font-size: 25px;

  opacity: 0;

  margin-left: -50px;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  top: 10px;
}

.project-item:hover .project-item-link-div {
  opacity: 1;

  z-index: 999;

  margin-left: 20px;
}

.project-item-img img {
  transition-duration: 0.2s;
  transition-timing-function: linear;

  width: 100%;

  height: 100%;
}

.project-item-overlay {
  background: rgb(0, 0, 0);

  background: linear-gradient(
    0deg,
    rgba(5, 5, 5, 0.76) 0%,
    rgba(0, 0, 0, 0.44) 50%,
    rgba(165, 14, 14, 0) 100%
  );

  position: absolute;

  bottom: 0;

  width: 100%;

  height: 150px;

  padding: 25px;

  font-size: 18px;

  box-sizing: border-box;

  text-shadow: 0 2px 1px #000;

  color: #fff;

  z-index: 7;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  flex-wrap: wrap;
}

.projeler-modules {
  width: 100%;

  margin: 0;

  position: relative;
}

.projeler-modules-inside-area {
  width: 1280px;

  margin: 0 auto;

  padding: 40px 0;

  box-sizing: border-box;

  z-index: 99;

  position: relative;
}

.projeler-container {
  width: 100%;

  z-index: 9;
}

.triger-container {
  width: 1280px;

  margin: 0 auto;

  box-sizing: border-box;

  padding: 35px 40px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  flex-wrap: wrap;

  margin-top: -65px;

  position: relative;

  z-index: 9;

  border-radius: 5px;
}

.triger-container-2 {
  width: 100%;

  margin: 0 auto;

  box-sizing: border-box;

  padding: 35px 40px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  flex-wrap: wrap;

  z-index: 9;
}

.triger-2-inside {
  width: 1280px;

  margin: 0 auto;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  flex-wrap: wrap;

  z-index: 9;
}

.triger-icon {
  width: 75px;
}

.triger-icon i {
  font-size: 38px;
}

.triger-button {
  margin-left: auto;
}

.triger-txt {
  flex: 1;
}

.triger-txt-h {
  width: 100%;

  font-size: 22px;

  font-weight: 500;
}

.triger-txt-s {
  width: 100%;

  font-size: 16px;
}

.header-right-area {
  flex: 1;

  margin-left: 50px;

  display: flex;

  justify-content: flex-end;
}

.header-new-social-container {
  flex: 1;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  margin-right: 20px;
}

.header-button-class {
  margin-left: auto;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  padding-left: 30px;

  padding-right: 30px;

  font-weight: 600 !important;

  border-radius: 4px;

  letter-spacing: 0 !important;
}

.header-infobox {
  padding-right: 30px;

  margin-left: 30px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.header-infobox:last-child {
  border-right: 0;
}

.header-infobox-i {
  font-size: 35px;

  margin-right: 25px;
}

.header-infobox-txt {
  flex: 1;
}

.header-infobox-txt-h {
  width: 100%;

  font-size: 16px;

  font-weight: 600;
}

.header-infobox-txt-s {
  width: 100%;

  font-size: 13px;
}

.header-infobox-txt-s2 {
  width: 100%;

  font-size: 16px;
}

.header-language-div {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-left: 20px;
}

.lang-select-custom-div {
  text-transform: uppercase;

  font-size: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px 6px;

  background-color: #fff;
}

.lang-select-custom-div:hover {
  text-decoration: none;
}

/* Header ve Slider  ////////////////////////////////////////////*/

.slider_text_inside_main {
  width: 1280px;

  height: auto;

  z-index: 2;

  display: flex;
}

.slider_text_inside_box {
  width: 800px;
}

.slider_text_inside_box_h {
  width: 100%;

  margin-bottom: 35px;
}

.slider_text_inside_box_s {
  width: 100%;

  margin-bottom: 60px;
}

.slider_text_inside_box_button {
  width: 100%;

  margin-top: 50px;
}

.header-main-div {
  width: 100%;

  box-sizing: border-box;

  position: absolute;
}

.header-mobile-view {
  display: none;
}

.web-header-mobile-bar {
  display: none;
}

.header-desktop-main-div {
  width: 1280px;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;
}

.header-desktop-logo-div {
  width: auto;

  margin-right: 40px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header-desktop-logo-div img {
  max-width: 200px;
}

.header-desktop-menu-items-main-div {
  width: 1280px;

  margin: 0 auto;

  z-index: 99;

  position: relative;

  border-radius: 4px;

  padding: 0 30px;

  display: flex;

  justify-content: space-between;

  margin-top: -20px;
}

.header-desktop-menu-items-main-div2 {
  width: 1280px;

  margin: 0 auto;

  z-index: 99;

  position: relative;

  border-radius: 4px;

  padding: 0 30px;

  display: flex;

  justify-content: space-between;

  margin-top: 20px;
}

.header-lang-name {
  margin-left: 3px;
}

.lang-dropdown-div {
  border-radius: 0 !important;

  margin-top: 10px !important;

  border: 1px solid #f1f1f1 !important;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);

  padding: 15px !important;

  background-clip: inherit !important;
}

.lang-dropdown-div a {
  font-size: 14px;

  display: flex;

  align-items: center !important;

  justify-content: flex-start !important;
}

.lang-dropdown-div:before {
  content: "";

  height: 11px;

  width: 11px;

  position: absolute;

  background-color: #fff;

  top: -7px;

  right: 15px;

  border-top: #f1f1f1 solid 1px;

  border-left: #f1f1f1 solid 1px;

  transform: rotate(45deg);
}

.dropdown-item {
  padding: 5px 10px !important;
}

/* Header ve Slider  SON ////////////////////////////////////////*/

/* Hakkımızda Modül Blogu ///////////////////////////////////////////*/

.about-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.about-module-inside-area {
  width: 65%;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

/* tip 1 sola dayalı */

.about-module-leftside-txt {
  flex: 1;

  text-align: left;
}

.about-module-leftside-txt-h {
  width: 100%;

  font-size: 15px;

  margin-bottom: 15px;
}

.about-module-leftside-txt-h2 {
  width: 100%;

  margin-bottom: 25px;

  font-size: 40px;

  line-height: 40px;
}

.about-module-leftside-txt-s {
  width: 100%;

  font-size: 22px;

  margin-bottom: 45px;
}

.about-module-leftside-txt-button-area {
  width: 100%;

  margin-top: 40px;
}

.about-module-leftside-txt-button-area a {
  border-radius: 4px;
}

.about-module-leftside-img {
  max-width: 500px;

  text-align: right;

  margin-left: 30px;
}

.about-module-leftside-img img {
  max-width: 100%;
}

/* Tip - 0 Ortalı */

.about-module-center-txt {
  width: 100%;

  text-align: center;
}

.about-module-center-txt-h {
  width: 100%;

  font-size: 15px;

  margin-bottom: 15px;
}

.about-module-center-txt-h2 {
  width: 100%;

  margin-bottom: 25px;

  font-size: 40px;

  line-height: 40px;
}

.about-module-center-txt-s {
  width: 100%;

  font-size: 22px;

  margin-bottom: 45px;
}

.about-module-center-txt-button-area {
  width: 100%;
}

.about-module-center-img {
  width: 100%;

  margin-top: 30px;

  text-align: center;
}

/*tip 2 sağ hizalı */

.about-module-rightside-txt {
  flex: 1;

  text-align: right;
}

.about-module-rightside-txt-h {
  width: 100%;

  font-size: 15px;

  margin-bottom: 15px;
}

.about-module-rightside-txt-h2 {
  width: 100%;

  margin-bottom: 25px;

  font-size: 40px;

  line-height: 40px;
}

.about-module-rightside-txt-s {
  width: 100%;

  font-size: 22px;

  margin-bottom: 45px;
}

.about-module-rightside-txt-button-area {
  width: 100%;
}

.about-module-rightside-img {
  max-width: 500px;

  margin-right: 30px;

  text-align: left;
}

.about-module-rightside-img img {
  max-width: 100%;
}

/* Hakkımızda Modül Blogu SON ///////////////////////////////////////////*/

/* Sayaç ///////////////////////////////////////////*/

.counter-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.counter-module-inside-area {
  width: 80%;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

.counter-module-box {
  margin-left: 50px;

  margin-right: 50px;

  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.counter-module-box-i {
  width: 100%;

  font-size: 32px;
}

.counter-module-box-sayi {
  font-size: 55px;

  padding: 1px 8px;

  font-weight: bold;

  line-height: 55px;

  margin-bottom: 15px;
}

.counter-module-box-txt {
  width: 100%;

  font-size: 18px;

  font-weight: 500;
}

/* Sayaç SON ///////////////////////////////////////////*/

/* Hizmetler ///////////////////////////////////////////*/

.hizmetler-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.hizmetler-module-inside-area {
  width: 1320px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

.hizmetler-box:hover {
  box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.1);

  -webkit-box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);
}

.hizmetler-box-main-div {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;
}

.hizmetler-box {
  width: 31%;

  margin: 20px 1%;

  overflow: hidden;

  padding: 10px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.hizmetler-box-img {
  width: 100%;

  overflow: hidden;

  position: relative;

  height: auto;
}

.hizmetler-box-img img {
  max-width: 100%;

  z-index: 1;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.hizmetler-box-txt {
  width: 100%;

  font-size: 22px;

  font-weight: 500;

  display: block;

  padding: 20px;

  padding-bottom: 0;

  margin-top: 0 !important;
}

.hizmetler-box-detail-btn {
  width: 100%;

  font-size: 11px;

  font-weight: 500;

  display: block;

  margin-top: auto;

  padding-left: 20px;

  padding-right: 20px;

  padding-bottom: 20px;
}

.hizmetler-box-spot {
  width: 100%;

  font-size: 15px;

  font-weight: 400;

  display: block;

  padding: 20px;

  padding-top: 10px;
}

.hizmetler-box:hover .hizmetler-box-h {
  height: 180px;
}

/* Hizmetler SON ///////////////////////////////////////////*/

/* Blog Yazıları ///////////////////////////////////////////*/

.bloglar-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.bloglar-module-inside-area {
  width: 1310px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

.bloglar-box-main-div {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;
}

.blog-box {
  width: 30%;

  margin: 1.5%;

  overflow: hidden;

  margin-bottom: 48px;

  box-sizing: border-box;

  border-radius: 5px;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.blog-box-overlay {
  position: absolute;

  width: 100%;

  height: 100%;

  opacity: 0;

  z-index: 1;

  background-color: rgba(255, 255, 255, 0.5);

  transition-duration: 0.2s;
  transition-timing-function: linear;

  display: flex;

  align-items: center;

  justify-content: center;
}

.blog-box-overlay i {
  font-size: 40px;

  color: #000;

  opacity: 0;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  margin-top: 500px;
}

.blog-box:hover .blog-box-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

  filter: blur(2px);
}

.blog-box:hover .blog-box-overlay {
  opacity: 1;
}

.blog-box:hover .blog-box-overlay i {
  opacity: 1;

  margin-top: 0;
}

.blog-box-img {
  width: 100%;

  margin-bottom: 15px;

  overflow: hidden;

  position: relative;
}

.blog-box-img img {
  min-width: 100%;

  max-width: 115%;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.blog-box-date {
  width: 80%;

  margin: 0 auto;

  margin-bottom: 15px;

  font-size: 13px;

  font-weight: 500;

  text-transform: uppercase;
}

.blog-box-h {
  width: 80%;

  margin: 0 auto;

  margin-bottom: 25px;

  font-size: 24px;

  line-height: 28px;

  font-weight: 600;
}

.blog-box-s {
  width: 80%;

  margin: 0 auto;

  margin-bottom: 35px;

  font-size: 17px;

  line-height: 21px;

  font-weight: 400;
}

.blog-box-button {
  width: 80%;

  margin: 0 auto;

  margin-bottom: 40px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 500;

  text-align: center;
}

.blog-box:hover {
  box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.1);

  -webkit-box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);
}

.swiper-comments .swiper-slide {
  cursor: pointer;

  transition-duration: 0.2s !important;
  transition-timing-function: linear !important;
}

.swiper-comments .swiper-slide:hover {
  box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.1);

  -webkit-box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);
}

/* Blog Yazıları SON ///////////////////////////////////////////*/

/* Foto galeri ///////////////////////////////////////////*/

.pgallery-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.pgallery-module-inside-area {
  display: flex !important;

  align-items: center !important;

  justify-content: space-between !important;

  flex-wrap: wrap !important;

  z-index: 9;

  position: relative;
}

.gallery-inzide {
  width: 85%;

  margin: 0 auto;
}

.pgallery-module-inside-box {
  width: 15%;

  overflow: hidden;

  height: 245px;

  position: relative;

  margin-bottom: 20px;

  margin-top: 20px;
}

.pgallery-module-inside-box img {
  min-width: 100%;

  max-width: 115%;

  min-height: 245px;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  z-index: 1;
}

.pgallery-module-box-overlay {
  background-color: rgba(0, 0, 0, 0.6);

  position: absolute;

  z-index: 2;

  display: flex;

  width: 95%;

  height: 0;

  align-items: center;

  justify-content: center;

  opacity: 0;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin-bottom: auto;

  margin-top: auto;

  margin-left: auto;

  margin-right: auto;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.pgallery-module-box-overlay-in {
  font-size: 22px;

  color: #fff;

  padding: 20px;

  line-height: 28px;

  text-align: center;

  font-weight: 500;

  flex-direction: column;

  display: flex;
}

.pgallery-module-box-overlay-in i {
  font-size: 40px;

  margin-bottom: 20px;
}

.pgallery-module-inside-box:hover img {
  transform: scale(1.1);

  filter: blur(2px);
}

.pgallery-module-inside-box:hover .pgallery-module-box-overlay {
  opacity: 1;

  width: 95%;

  height: 95%;
}

.pgallery-all-button-main {
  width: 100%;

  padding: 20px 0;

  text-align: center;
}

/* Foto galeri SON ///////////////////////////////////////////*/

/* Ekip Ekibimiz ///////////////////////////////////////////*/

.team-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.team-module-inside-area {
  width: 1440px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

.team-module-inside-box-main {
  width: 100%;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.team-module-inside-box {
  width: 20%;

  margin: 25px;

  text-align: center;
}

.team-module-inside-box-img {
  width: 100%;

  box-sizing: border-box;

  overflow: hidden;

  margin-bottom: 40px;
}

.team-module-inside-box-img img {
  min-width: 100%;

  max-width: 100%;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.team-module-inside-box-n {
  width: 100%;

  font-size: 25px;

  font-weight: 600;

  margin-bottom: 10px;
}

.team-module-inside-box-p {
  width: 100%;

  font-size: 13px;

  text-transform: uppercase;

  margin-bottom: 25px;
}

.team-module-inside-box-space-area {
  margin-top: 20px;

  width: 100%;

  font-size: 13px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;
}

.team-module-inside-box-space-area i {
  font-size: 15px;

  margin-right: 10px;
}

.team-module-inside-box-social-area {
  width: 100%;

  margin-top: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;
}

.team-module-inside-box-social-area a {
  display: block;

  padding: 2px 5px;

  margin: 1px;

  font-size: 16px;

  line-height: 16px;
}

.team-module-inside-box:hover .team-module-inside-box-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Ekip Ekibimiz SON ///////////////////////////////////////////*/

/* Tanıtım Video Modülü ///////////////////////////////////////////*/

.intro-video-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.intro-video-module-inside-area {
  width: 80%;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  z-index: 9;

  position: relative;
}

/* Tanıtım Video Modülü SON ///////////////////////////////////////////*/

/* Uygulama Fiyatları Modülü ///////////////////////////////////////////*/

.uygulama-fiyatlari-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.uygulama-fiyatlari-module-inside-area {
  width: 59%;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  z-index: 9;

  position: relative;
}

.uygulama-fiyatlari-boxex-main {
  width: 100%;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.uygulama-fiyatlari-boxex-main-box {
  width: 46%;

  margin: 1.7%;

  box-sizing: border-box;

  padding: 30px;
}

.uygulama-fiyatlari-boxex-main-box-head {
  width: 100%;

  height: 18px;

  display: flex;

  justify-content: flex-start;

  align-items: center;

  margin-bottom: 20px;
}

.uygulama-fiyatlari-boxex-main-box-head-h {
  width: auto;

  max-width: 80%;

  padding: 0 15px 0 0;

  font-size: 18px;

  line-height: 18px;

  font-weight: bold;

  margin-top: 18px;
}

.uygulama-fiyatlari-boxex-main-box-head-p {
  width: auto;

  padding: 0 0 0 15px;

  margin-left: auto;

  text-align: right;

  font-size: 18px;

  line-height: 18px;

  font-weight: bold;

  margin-top: 18px;
}

.uygulama-fiyatlari-boxex-main-box-s {
  width: 80%;

  font-size: 14px;

  letter-spacing: 0.05em;
}

/* Uygulama Fiyatları Modülü SON ///////////////////////////////////////////*/

/* Pricing Table ///////////////////////////////////////////*/

.pricing-tablolar-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.pricing-tablolar-module-inside-area {
  width: 80%;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  z-index: 9;

  position: relative;
}

.ptable-box-main-div {
  width: 100%;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  flex-wrap: wrap;
}

.ptable-box {
  width: 338px;

  box-sizing: border-box;

  margin: 20px;

  margin-top: 50px;
}

.ptable-box-img {
  width: 100%;

  height: 253px;

  text-align: center;

  display: flex;

  justify-content: flex-start;

  flex-direction: column;

  position: relative;

  z-index: 1;

  background-size: cover;

  background-position: top center;
}

.ptable-box-price-shape {
  width: 140px;

  height: 140px;

  margin: 0 auto;

  position: relative;

  margin-top: -45px;

  margin-bottom: 20px;

  z-index: 9;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.ptable-box-price {
  width: 90%;

  margin: 0 auto;

  font-weight: bold;

  font-size: 20px;
}

.ptable-box-price-type {
  width: 90%;

  margin: 0 auto;

  font-size: 13px;
}

.ptable-header {
  width: 80%;

  margin: 0 auto;

  font-size: 24px;

  letter-spacing: 0.06em;

  line-height: 27px;

  font-weight: 200;

  z-index: 9;
}

.ptable-header-spot {
  width: 80%;

  margin: 0 auto;

  font-size: 14px;

  font-weight: bold;

  letter-spacing: 0.3em;

  z-index: 9;
}

.ptable-header-tavsiye {
  width: auto;

  margin-top: 10px;

  padding: 5px 20px;

  font-size: 13px;

  font-weight: bold;

  display: inline-block;

  line-height: 13px;
}

.ptable-feature-div {
  width: 100%;

  padding: 14px 10px;

  box-sizing: border-box;

  font-size: 14px;

  text-align: center;
}

.ptable-button-div {
  width: 100%;

  padding: 25px 0;

  text-align: center;
}

/* Pricing Table SON ///////////////////////////////////////////*/

/* Randevu ///////////////////////////////////////////*/

.randevu-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.randevu-module-inside-area {
  width: 1440px;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  z-index: 9;

  position: relative;
}

.randevu-area {
  width: 100%;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  flex-wrap: wrap;

  margin: 0 auto;
}

.randevu-area-left {
  width: 100%;

  background-color: #fff;

  padding: 35px;

  box-sizing: border-box;

  border-radius: 5px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.randevu-area-left-text {
  width: 100%;

  margin-bottom: 40px;
}

.randevu-area-left-text-h {
  width: 100%;

  font-size: 13px;

  font-weight: 300;

  line-height: 18px;
}

.randevu-area-left-text-h2 {
  width: 100%;

  font-size: 34px;

  font-weight: bold;

  margin-bottom: 20px;

  line-height: 42px;
}

.randevu-area-left-text-s {
  width: 100%;

  font-size: 15px;

  line-height: 20px;

  font-weight: 300;
}

.randevu-area-right {
  width: 500px;

  margin-left: 50px;
}

.randevu-area-right-img {
  width: 100%;

  height: auto;
}

.randevu-area-right-img img {
  width: 100%;

  height: auto;
}

.randevu-area-right-wh {
  width: 90%;

  margin: 0 auto;

  box-sizing: border-box;

  padding: 20px;

  position: relative;

  margin-top: -80px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.randevu-area-right-wh-head {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.randevu-area-right-wh-head-h {
  font-size: 18px;

  font-weight: bold;
}

/* Randevu SON ///////////////////////////////////////////*/

/* Sık Sorulan Sorular ///////////////////////////////////////////*/

.sss-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: flex-end;
}

.sss-left-img {
  width: 50%;
}

.sss-module-inside-area {
  width: 50%;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  z-index: 9;

  position: relative;

  padding-left: 100px;

  padding-right: 100px;

  box-sizing: border-box;
}

.sss-box-main-div {
  width: 100%;
}

.sss-content-img {
  max-width: 135px;

  margin-right: 20px;

  margin-bottom: 10px;
}

.sss-content-img img {
  width: 100%;
}

.sss-content-txt {
  flex: 1;
}

/* Sık Sorulan Sorular SON ///////////////////////////////////////////*/

/* Yorumlar ///////////////////////////////////////////*/

.yorumlar-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.yorumlar-module-inside-area {
  width: 1280px;

  margin: 0 auto;

  z-index: 9;

  position: relative;
}

.yorumlar-left-area {
  width: 375px;

  margin-right: 20px;
}

.yorumlar-left-area-t {
  width: 100%;

  font-size: 15px;

  margin-bottom: 5px;
}

.yorumlar-left-area-h {
  width: 100%;

  font-size: 40px;

  font-weight: bold;

  line-height: 48px;

  letter-spacing: 0.08em;
}

.yorumlar-right-area {
  flex: 1;
}

.yorumlar-box-img {
  width: 120px;

  height: 120px;

  margin: 0 auto;

  overflow: hidden;

  border-radius: 100px;

  box-sizing: border-box;

  margin-bottom: 30px;
}

.yorumlar-box-img img {
  width: 112px;

  height: 120px;
}

.yorumlar-text-area {
  width: 80%;

  margin: 0 auto;
}

.yorumlar-text-p {
  width: 100%;

  letter-spacing: 0.3em;

  font-size: 13px;

  line-height: 16px;

  margin-bottom: 10px;
}

.yorumlar-text-h {
  width: 100%;

  font-size: 22px;

  line-height: 30px;

  font-weight: bold;

  margin-bottom: 10px;
}

.yorumlar-text-s {
  width: 100%;

  font-size: 17px;

  line-height: 24px;

  font-weight: 400;

  margin-bottom: 30px;
}

.yorumlar-text-star {
  width: 100%;

  font-size: 24px;

  line-height: 21px;

  margin-bottom: 30px;
}

/* Yorumlar SON ///////////////////////////////////////////*/

/* E-Bülten ///////////////////////////////////////////*/

.bultenn-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.bultenn-module-inside-area {
  width: 70%;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: flex-start;

  z-index: 9;

  position: relative;

  flex-direction: column;
}

.bultenn-box-area {
  width: 600px;

  margin: 0 auto;
}

.bultenn-box-area form {
  display: flex;

  align-items: center;

  justify-content: center;
}

.bultenn-box-area form input {
  font-size: 15px;

  padding: 13px;

  box-sizing: border-box;

  width: 400px;
}

.bultenn-box-area form input:focus {
  outline: none;
}

.bultenn-box-area form button {
  font-size: 15px;

  padding: 13px 35px;

  box-sizing: border-box;

  font-weight: bold;
}

.bultenn-box-area form button:focus {
  outline: none;
}

/* E-Bülten SON ///////////////////////////////////////////*/

/* Markalar ///////////////////////////////////////////*/

.marka-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.marka-module-inside-area {
  width: 1300px;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: flex-start;

  z-index: 9;

  position: relative;

  flex-direction: column;
}

/* Markalar SON ///////////////////////////////////////////*/

/* Footer ///////////////////////////////////////////*/

.footer-module-main-div {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.footer-module-inside-area {
  width: 80%;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: flex-start;

  flex-wrap: wrap;

  z-index: 9;

  position: relative;
}

.footer-module-box {
  width: auto;

  margin: 0 1%;
}

.footer-module-box-logo {
  width: 100%;

  margin-bottom: 20px;
}

.footer-module-box-logo img {
  max-width: 80%;
}

.footer-module-box-telif {
  margin-bottom: 26px;

  font-size: 13px;

  line-height: 16px;
}

.footer-module-box-social {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.footer-module-header-text {
  width: 100%;

  font-size: 16px;

  line-height: 22px;

  font-weight: bold;

  margin-bottom: 30px;

  letter-spacing: 0.09em;
}

.footer-module-contact-box {
  width: 90%;

  font-size: 13px;

  line-height: 16px;

  margin-bottom: 20px;
}

.footer-module-workhour-div {
  width: 100%;

  font-size: 15px;

  line-height: 35px;
}

.footer-module-links-div {
  width: 100%;
}

.footer-module-links-div a {
  font-size: 14px;

  line-height: 16px;
}

.footer-copyright-div {
  width: 100%;

  padding: 12px;

  box-sizing: border-box;

  font-size: 12px;

  color: #666;

  background-color: #141414;

  text-align: center;
}

.footer-copyright-div a {
  color: #e0a43b;

  font-weight: bold;
}

.footer-copyright-div a:hover {
  color: #e0a43b;
}

.footer-1-area {
  width: 400px;
}

.footer-2-area {
  width: 280px;
}

.footer-3-area {
  width: 280px;
}

.footer-4-area {
  min-width: 200px;

  max-width: 250px;
}

/* Footer SON ///////////////////////////////////////////*/

/* Subpage Codes ///////////////////////////////////////////*/

.page-banner-main {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.page-banner-in-text {
  width: 1280px;

  z-index: 2;

  color: #fff;

  position: relative;
}

.page-banner-h {
  width: 100%;
}

.page-banner-links {
  width: 100%;
}

.page-banner-links a {
  display: inline-block;

  margin: 0 8px;
}

/* Subpage Codes SON ///////////////////////////////////////////*/

/* HTML Pages - Sub Content Style ///////////////////////////////////////////*/

.htmlpage-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;
}

.htmlpage-container-main img {
  max-width: 100%;

  height: auto;
}

/* HTML Pages - Sub Content Style SON ///////////////////////////////////////////*/

/* Fiyat Listesi Sub ///////////////////////////////////////////*/

.fiyatlistesi-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

/* Fiyat Listesi Sub SON ///////////////////////////////////////////*/

/* Müşteri Yorumları Sub ///////////////////////////////////////////*/

.musteriyorum-container-main {
  width: 1400px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.musteri-yorum-boxes {
  width: 30%;

  margin: 1.5%;

  border-radius: 10px;

  padding: 30px;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  align-items: flex-start;

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.musteri-yorum-boxes:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/* Müşteri Yorumları Sub SON ///////////////////////////////////////////*/

/* sss faq sub ///////////////////////////////////////////*/

.sss-faq-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;
}

/* sss faq sub SON ///////////////////////////////////////////*/

/* Ekibimiz sub ///////////////////////////////////////////*/

.team-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

/* Ekibimiz sub SON ///////////////////////////////////////////*/

/* Bloglar sub ///////////////////////////////////////////*/

.bloglar-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.bloglar-detay {
  width: 1280px;

  margin: 0 auto;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  padding: 70px 0;
}

.bloglar-detay-left {
  width: 800px;

  margin-right: 90px;
}

.bloglar-detay-left-img {
  width: 100%;

  overflow: hidden;

  height: auto;

  max-height: 550px;

  z-index: 0;
}

.bloglar-detay-left-img img {
  width: 100%;

  height: auto;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  z-index: 0;
}

.bloglar-detay-left-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bloglar-detay-left-content-div {
  width: 90%;

  margin: 0 auto;

  z-index: 1;

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  background: #fff;

  margin-top: -50px;

  position: relative;

  padding: 40px;
}

.bloglar-detay-left-content-div-date {
  width: 100%;

  font-size: 14px;

  color: #666;

  font-weight: 300;

  margin-bottom: 10px;
}

.bloglar-detay-left-content-div-h {
  width: 100%;

  font-size: 30px;

  font-weight: bold;

  color: #000;

  margin-bottom: 10px;

  line-height: 35px;
}

.bloglar-detay-left-content-div-view {
  width: 100%;

  font-size: 13px;

  color: #666;

  font-weight: 400;
}

.bloglar-detay-left-content-div-icerik {
  width: 100%;

  margin-top: 30px;

  font-size: 16px;

  color: #333;

  line-height: 22px;

  margin-bottom: 30px;
}

.bloglar-detay-left-content-div-icerik img {
  max-width: 100%;

  height: auto;
}

.bloglar-detay-left-content-div-tags {
  width: 100%;

  margin-bottom: 30px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.bloglar-detay-left-content-div-tags-box {
  width: auto;

  padding: 5px;

  margin: 5px 5px 5px 0;

  font-size: 13px;

  color: #000;

  border: 1px solid #ebebeb;

  cursor: pointer;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.bloglar-detay-left-content-div-tags-box:hover {
  border: 1px solid #000;
}

.bloglar-detay-left-content-div-social {
  width: 100%;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.bloglar-detay-left-content-div-social a {
  color: #000;

  display: block;

  margin: 5px 15px 5px 0;
}

.bloglar-detay-left-content-div-social a:hover {
  color: #000;

  text-decoration: none;
}

.modules-comments-main {
  width: 100%;

  margin: 35px 0;
}

.bloglar-detay-right {
  flex: 1;
}

.bloglar-detay-right-h {
  width: 100%;

  padding-bottom: 10px;

  margin-bottom: 25px;

  border-bottom: 1px solid #ebebeb;

  font-size: 18px;

  font-weight: bold;

  color: #000;
}

.bloglar-detay-right-box {
  width: 100%;

  border-bottom: 1px solid #ebebeb;

  padding-bottom: 25px;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  justify-content: flex-start;
}

.bloglar-detay-right-box:hover .bloglar-detay-right-box-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.bloglar-detay-right-box-no {
  width: 30px;

  height: 30px;

  background-color: #e17f71;

  border-bottom: 1px solid #ebebeb;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  color: #fff;

  font-weight: 200;
}

.bloglar-detay-right-box-img {
  width: 90px;

  height: 90px;

  overflow: hidden;

  margin-right: 15px;
}

.bloglar-detay-right-box-img img {
  min-width: 100%;

  max-width: 150%;

  min-height: 100%;

  max-height: 120%;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.bloglar-detay-right-box-h {
  flex: 1;

  font-size: 14px;

  font-weight: bold;

  color: #000;
}

.bloglar-detay-right-box-h a {
  color: #000;
}

.bloglar-detay-right-box-h a:hover {
  color: #000;
}

/* Bloglar sub SON ///////////////////////////////////////////*/

/* Markalar sub ///////////////////////////////////////////*/

.markalar-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.markalar-boxes {
  width: auto;

  height: 80px;

  margin: 20px;

  position: relative;

  overflow: hidden;
}

.markalar-boxes img {
  height: 80px;

  width: auto;
}

.markalar-boxes-link {
  width: 40px;

  height: 30px;

  background: rgba(0, 0, 0, 0.9);

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 17px;

  opacity: 0;

  top: 0;

  bottom: 0;

  margin-left: -100px;

  margin-top: auto;

  margin-bottom: auto;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.markalar-boxes-link i {
  font-size: 17px;
}

.markalar-boxes:hover .markalar-boxes-link {
  opacity: 1;

  margin-left: 20px;
}

/* Markalar sub SON ///////////////////////////////////////////*/

/* Hizmetler sub ///////////////////////////////////////////*/

.hizmetler-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.hizmetler-detay {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.hizmetler-detay-leftmain {
  flex: 1;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.hizmetler-detay-img {
  width: 400px;

  height: auto;

  margin-right: 50px;

  overflow: hidden;

  box-sizing: border-box;

  border: 1px dashed #ebebeb;

  padding: 5px;
}

.hizmetler-detay-img img {
  width: 100%;

  height: auto;
}

.hizmetler-detay-txt {
  flex: 1;
}

.hizmetler-detay-txt-uh {
  width: 100%;

  font-size: 14px;

  font-weight: bold;

  line-height: 16px;

  margin-bottom: 5px;

  color: #000;
}

.hizmetler-detay-txt-h {
  width: 100%;

  font-size: 30px;

  font-weight: bold;

  color: #000;

  margin-bottom: 25px;
}

.hizmetler-detay-txt-s {
  width: 100%;

  font-size: 15px;

  line-height: 23px;

  margin-bottom: 25px;

  color: #333;
}

.hizmetler-detay-right {
  width: 250px;

  height: auto;

  margin-left: 50px;
}

.hizmetler-detay-right-box {
  width: 100%;

  padding: 8px 8px 8px 20px;

  box-sizing: border-box;

  border: 1px solid #ebebeb;

  border-left: 6px solid #da1718;

  font-size: 14px;

  font-weight: 400;

  margin-bottom: 10px;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.hizmetler-detay-right-box:hover {
  background-color: #da1718;

  color: #fff;

  border: 1px solid #da1718;

  border-left: 6px solid #da1718;
}

.hizmetler-detay-right-box-act {
  width: 100%;

  padding: 8px 8px 8px 20px;

  box-sizing: border-box;

  border: 1px solid #da1718;

  border-left: 6px solid #da1718;

  font-size: 14px;

  background: #da1718;

  font-weight: 400;

  margin-bottom: 10px;

  color: #fff !important;
}

/* Hizmetler sub SON ///////////////////////////////////////////*/

/* Pricing sub ///////////////////////////////////////////*/

.tablolar-container-main {
  width: 80%;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

/* Pricing sub SON ///////////////////////////////////////////*/

/* Foto galeri sub ///////////////////////////////////////////*/

.fotogaleri-container-main {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;
}

.fotogaleri_detay {
  width: 1280px;

  margin: 0 auto;

  padding: 40px 0;
}

.masonry {
  padding: 0;

  -moz-column-gap: 1.5em;

  -webkit-column-gap: 1.5em;

  font-size: 0.85em;

  column-count: 2;

  column-gap: 1em;
}

.photo_gallery_mas_img {
  display: inline-block;

  background: #fff;

  margin: 0 0 1.5em;

  width: 100%;

  -webkit-transition: 1s ease all;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;
}

.photo_gallery_mas_img img {
  max-width: 100%;
}

/* Foto galeri sub SON ///////////////////////////////////////////*/

/* Online Randevu Sub ///////////////////////////////////////////*/

.randevual-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 60px;
}

/* Online Randevu Sub SON ///////////////////////////////////////////*/

/* İletişim sub ///////////////////////////////////////////*/

.iletisim-container-main {
  width: 90%;

  padding: 0 0 70px 0;

  margin: 0 auto;
}

.iletisim-container-maps {
  width: 100%;

  height: 300px;

  margin-top: 40px;

  box-sizing: border-box;

  overflow: hidden;
}

.iletisim-container-maps iframe {
  width: 100%;

  height: 300px;
}

.iletisim-container-in {
  width: 1280px;

  margin: 0 auto;

  margin-top: 70px;

  display: flex;

  align-items: flex-start;

  justify-content: center;
}

.iletisim-container-in-left {
  width: 350px;

  margin-right: 80px;

  border-right: 1px solid #ebebeb;
}

.iletisim-left-cont-box {
  width: 300px;

  padding: 0 15px 25px 15px;

  margin-bottom: 30px;

  text-align: center;

  border-bottom: 1px solid #ebebeb;
}

.iletisim-left-cont-box:last-child {
  border-bottom: 0;
}

.iletisim-left-cont-box-i {
  width: 100%;

  font-size: 32px;

  color: #2f2f2f;
}

.iletisim-left-cont-box-h {
  width: 100%;

  font-size: 24px;

  margin-bottom: 20px;

  letter-spacing: 0.09em;

  color: #2f2f2f;
}

.iletisim-left-cont-box-s {
  width: 100%;

  font-size: 14px;

  color: #2f2f2f;

  letter-spacing: 0.06em;

  margin-bottom: 5px;

  font-weight: 300;
}

.iletisim-container-in-right {
  flex: 1;
}

.iletisim-container-in-right-h {
  width: 100%;

  font-size: 24px;

  margin-bottom: 10px;

  letter-spacing: 0.09em;

  color: #2f2f2f;
}

.iletisim-container-in-right-s {
  width: 100%;

  font-size: 15px;

  margin-bottom: 20px;

  letter-spacing: 0.09em;

  color: #666;
}

.iletisim-container-in-right-form {
  width: 100%;
}

/* İletişim sub SON ///////////////////////////////////////////*/

/* Video galeri Sub ///////////////////////////////////////////*/

.videolar-container-main {
  width: 1280px;

  margin: 0 auto;

  padding: 70px 0;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.videolar-sub-box {
  width: 30%;

  margin: 2% 1.5% 2% 1.5%;

  text-align: center;
}

.videolar-sub-box-img {
  width: 100%;

  overflow: hidden;

  position: relative;
}

.videolar-sub-box-img img {
  width: 100%;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.videolar-sub-box-h {
  width: 100%;

  font-size: 20px;

  font-weight: bold;

  padding: 10px 0;
}

.videolar-sub-box-h a {
  color: #000;
}

.videolar-sub-box-h a:hover {
  color: #000;
}

.videolar-sub-box-img-overlay {
  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);

  opacity: 0;

  z-index: 1;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  display: flex;

  align-items: center;

  justify-content: center;
}

.videolar-sub-box-img-overlay a {
  color: #fff;
}

.videolar-sub-box-img-overlay a:hover {
  color: #fff;
}

.videolar-sub-box-img-overlay-i {
  width: auto;

  height: auto;

  background-color: #000;

  margin-top: -500px;

  opacity: 0;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  font-size: 20px;

  line-height: 20px;

  padding: 20px;

  color: #fff;
}

.videolar-sub-box-img-overlay-i-2 {
  width: auto;

  height: auto;

  background-color: #fff;

  margin-top: -500px;

  opacity: 0;

  transition-duration: 0.2s;
  transition-timing-function: linear;

  font-size: 20px;

  line-height: 20px;

  padding: 20px;

  color: #000;
}

.videolar-sub-box:hover .videolar-sub-box-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

  filter: blur(2px);
}

.videolar-sub-box:hover .videolar-sub-box-img-overlay {
  opacity: 1;
}

.videolar-sub-box:hover .videolar-sub-box-img-overlay-i {
  opacity: 1;

  margin-top: 0;
}

.videolar-sub-box:hover .videolar-sub-box-img-overlay-i-2 {
  opacity: 1;

  margin-top: 0;
}

.videolar-detay-main {
  width: 900px;

  padding: 70px 0;

  margin: 0 auto;
}

.videolar-detay-main-video {
  width: 100%;

  margin: 0 auto;

  margin-bottom: 25px;
}

.videolar-detay-main-video iframe {
  width: 100%;

  height: 480px;
}

.videolar-detay-main-h {
  width: 100%;

  text-align: center;

  font-size: 22px;

  font-weight: bold;

  color: #000;

  margin-bottom: 25px;
}

.videolar-detay-main-s {
  width: 100%;

  text-align: center;

  font-size: 16px;

  line-height: 22px;

  color: #000;

  margin-bottom: 25px;
}

/* Video galeri Sub SON ///////////////////////////////////////////*/

/* Modul Başlık ve spot kodları ///////////////////////////////////////////*/

.modules-head-text-main {
  width: 950px;

  margin: 0 auto;

  text-align: center;

  margin-bottom: 45px;
}

.modules-head-text-s {
  width: 100%;

  margin-top: 10px;
}

.modules-head-text-h {
  width: 100%;

  font-weight: 600;
}

.modules-head-text-ss {
  width: 100%;

  font-size: 16px;

  line-height: 20px;

  letter-spacing: 0.09em;
}

.modules-head-divider {
  width: 50px;

  height: 4px;

  margin: 0 auto;

  margin-top: 22px;
}

.modules-head-text-main-2 {
  width: 950px;

  text-align: left;

  margin-bottom: 35px;
}

.modules-head-text-s-2 {
  width: 100%;

  font-size: 15px;

  line-height: 18px;

  margin-bottom: 18px;
}

.modules-head-text-h-2 {
  width: 100%;

  font-size: 40px;

  line-height: 45px;

  margin-bottom: 25px;
}

.modules-head-divider-2 {
  width: 130px;

  height: 4px;
}

/* Modul Başlık ve spot kodları SON ///////////////////////////////////////////*/

/* Buttons Pack ///////////////////////////////////////////*/

.button-yellow {
  width: auto;

  display: inline-block;

  background-color: #edbf3c;

  border: 2px solid #edbf3c;

  color: #000;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-yellow:hover {
  background-color: #e7cd33;

  text-decoration: none;

  color: #000;

  border: 2px solid #e7cd33;
}

.button-yellow-out {
  width: auto;

  display: inline-block;

  border: 2px solid #edbf3c;

  color: #edbf3c;

  transition-duration: 0.2s;
  transition-timing-function: linear;

  background: none;
}

.button-yellow-out:hover {
  background-color: #e7cd33;

  border: 2px solid #e7cd33;

  color: #000;

  text-decoration: none;
}

.button-black {
  width: auto;

  display: inline-block;

  background-color: #000;

  border: 1px solid #000;

  color: #fff;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-black:hover {
  background-color: #1f1f1f;

  text-decoration: none;

  color: #fff;
}

.button-black-out {
  width: auto;

  display: inline-block;

  border: 1px solid #000;

  color: #000;

  background: none;

  letter-spacing: 0.08em;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-black-out:hover {
  background-color: #000;

  text-decoration: none;

  color: #fff;
}

.button-white-out {
  width: auto;

  display: inline-block;

  border: 1px solid #fff;

  color: #fff;

  letter-spacing: 0.08em;

  background: none;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-white-out:hover {
  background-color: #fff;

  text-decoration: none;

  color: #000;
}

.button-white {
  width: auto;

  display: inline-block;

  background-color: #fff;

  border: 1px solid #fff;

  color: #000;

  letter-spacing: 0.08em;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-white:hover {
  background-color: #ebebeb;

  text-decoration: none;

  color: #000;
}

.button-white-black {
  width: auto;

  display: inline-block;

  background-color: #fff;

  border: 1px solid #fff;

  color: #000;

  letter-spacing: 0.08em;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-white-black:hover {
  background-color: #000;

  text-decoration: none;

  color: #fff;

  border: 2px solid #000;
}

.button-black-white {
  width: auto;

  display: inline-block;

  background-color: #000;

  border: 1px solid #000;

  color: #fff;

  letter-spacing: 0.08em;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-black-white:hover {
  background-color: #fff;

  text-decoration: none;

  color: #000;

  border: 1px solid #fff;
}

.button-gold-out {
  display: inline-block;

  border: 1px solid #cfb481;

  background: none;

  color: #cfb481;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-gold-out:hover {
  color: #000;

  text-decoration: none;

  background-color: #cfb481;
}

.button-gold {
  display: inline-block;

  border: 1px solid #cfb481;

  background-color: #cfb481;

  color: #000;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-gold:hover {
  color: #000;

  text-decoration: none;

  background-color: #b89d6f;
}

.button-red {
  display: inline-block;

  border: 1px solid #da1718;

  background-color: #da1718;

  color: #fff;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-red:hover {
  color: #fff;

  text-decoration: none;

  background-color: #dd4150;
}

.button-red-out {
  width: auto;

  display: inline-block;

  border: 1px solid #da1718;

  color: #da1718;

  letter-spacing: 0.08em;

  background: none;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-red-out:hover {
  background-color: #da1718;

  text-decoration: none;

  color: #fff;
}

.button-green {
  display: inline-block;

  border: 1px solid #2fba47;

  background-color: #2fba47;

  color: #fff;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-green:hover {
  color: #fff;

  text-decoration: none;

  background-color: #279c3d;
}

.button-green-out {
  width: auto;

  display: inline-block;

  border: 1px solid #279c3d;

  color: #279c3d;

  letter-spacing: 0.08em;

  background: none;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-green-out:hover {
  background-color: #279c3d;

  text-decoration: none;

  color: #fff;
}

.button-blue {
  display: inline-block;

  border: 1px solid #558cff;

  background-color: #558cff;

  color: #fff;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-blue:hover {
  color: #fff;

  text-decoration: none;

  background-color: #456fcd;
}

.button-blue-out {
  width: auto;

  display: inline-block;

  border: 1px solid #558cff;

  color: #558cff;

  letter-spacing: 0.08em;

  background: none;

  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.button-blue-out:hover {
  background-color: #558cff;

  text-decoration: none;

  color: #fff;
}

.button-1x {
  font-size: 13px;

  padding: 4px 10px;

  font-weight: normal !important;
}

.button-2x {
  font-size: 13px;

  padding: 8px 25px;
}

.button-3x {
  font-size: 14px;

  padding: 17px 25px;

  font-weight: 600;
}

.button-4x {
  font-size: 18px;

  padding: 15px 25px;
}

.button-5x {
  font-size: 22px;

  padding: 11px 40px;

  font-weight: 300;
}

/* Buttons Pack SON ///////////////////////////////////////////*/

/* To Top ///////////////////////////////////////////*/

#return-to-top {
  position: fixed;

  right: 20px;

  width: 50px;

  height: 50px;

  display: block;

  text-decoration: none;

  -webkit-border-radius: 35px;

  -moz-border-radius: 35px;

  border-radius: 35px;

  display: none;

  z-index: 99999;
}

#return-to-top i {
  margin: 0;

  position: relative;

  left: 16px;

  top: 13px;

  font-size: 19px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

#return-to-top:hover {
}

#return-to-top:hover i {
  top: 5px;
}

/* To Top SON ///////////////////////////////////////////*/

.lspac {
  letter-spacing: 0.5em;
}

.lspacsmall {
  letter-spacing: 0.2em;
}

/* Alttan Çizgili Link Yapısı ///////////////////////////////////////////*/

.right-underline {
  display: inline-block;

  position: relative;

  text-decoration: none;
}

.right-underline:hover {
  text-decoration: none;
}

.right-underline::after {
  content: "";

  position: absolute;

  width: 100%;

  transform: scaleX(0);

  border-radius: 5px;

  height: 0.1em;

  bottom: 0;

  left: 0;

  background: currentcolor;

  transform-origin: bottom right;

  transition: transform 0.25s ease-out;
}

.right-underline:hover::after {
  transform: scaleX(1);

  transform-origin: bottom left;
}

/* Alttan Çizgili Link Yapısı SON ///////////////////////////////////////////*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none !important;
}

/* Sayfalama Custom ///////////////////////////////////////////*/

.pagination > li > a,
.pagination > li > span {
  color: #000;
}

.pagination > li.active > a {
  background-color: #000 !important;

  border-color: #000 !important;
}

.pagination > li.active > a:hover {
  color: #fff !important;
}

.pagination > li > a:hover {
  color: #000 !important;
}

/* Sayfalama Custom SON ///////////////////////////////////////////*/

/* Sabit Header  ///////////////////////////////////////////*/

.fixed-header-container {
  width: 90%;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.fixed-header-container-logo {
  width: auto;
}

.fixed-header-container-logo img {
  max-width: 222px;

  max-height: 90px;
}

.fixed-header-container-menu {
  width: auto;

  text-align: right;
}

.fixed-header-container-mobile {
  display: none;
}

/* Sabit Header  SON ///////////////////////////////////////////*/

/* Menu bar ///////////////////////////////////////////*/

.menu-icon-toggle {
  display: block;

  width: 30px;

  height: 30px;

  position: relative;

  z-index: 9;
}

.home .menu-icon-toggle {
  top: 50px;

  position: absolute;

  right: 20px;

  top: 20px;
}

.menu-icon-toggle span {
  display: block;

  width: 100%;

  height: 2px;

  position: absolute;

  top: 50%;

  -webkit-transform: translate(0, -50%);

  transform: translate(0, -50%);

  -webkit-transition: opacity 0.3s 0.3s;

  transition: opacity 0.3s 0.3s;
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
  content: "";

  display: block;

  width: 100%;

  height: 2px;

  position: absolute;

  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;

  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;

  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;

  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s,
    -webkit-transform 0.3s;
}

.menu-icon-toggle::before {
  top: 6px;
}

.menu-icon-toggle::after {
  bottom: 6px;
}

.open .menu-icon-toggle span {
  opacity: 0;

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;
}

.open .menu-icon-toggle::before {
  top: calc(50% - 1px);

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;

  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;

  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;

  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}

.opening-mobile-menu-div {
  text-align: center;

  display: none;

  width: 100%;
}

/* Menu bar SON ///////////////////////////////////////////*/

/* ------ ACCORDION MOBILE MENU STYLE -------------- */

.ladder {
  background-color: #fff;

  text-align: left;
}

.ladder ul {
  margin: 0;

  padding: 0;

  overflow: scroll;
}

.ladder ul li {
  background: #fff;

  font-size: 14px;

  font-weight: 600;
}

.ladder ul ul li {
  height: auto;

  padding: 0;

  transition: 3s ease-in;

  background-color: #fff;

  font-weight: 400;
}

.ladder ul .collapse li {
  height: 0;

  max-height: 0;
}

.ladder li {
  list-style-type: none;

  padding: 0;

  height: auto;
}

.ladder a {
  text-decoration: none;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  border-bottom: 1px solid #ebebeb;

  padding: 16px 20px;

  color: #000;
}

.ladder a i {
  margin-left: auto;
}

.ladder a:link,
.ladder a:visited {
  color: #000;
}

.ladder a:hover {
  text-decoration: none;

  color: #000;

  background-color: #f8f8f8;
}

.ladder_ustu {
  width: 100%;

  border-bottom: 1px solid #ebebeb;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 10px;
}

.ladder_ustu_box {
  margin: 10px;

  font-size: 15px;

  color: #000;

  display: flex;

  align-items: center;
}

/* ------ ACCORDION MOBILE MENU STYLE -------------- */

.footer-fixed-contact {
  display: none;
}

.just_mobile_area {
  display: none;
}

.footer-fixed-contact-left {
  color: #000 !important;
}

.footer-fixed-contact-left:hover {
  text-decoration: none;
}

.footer-fixed-contact-right {
  color: #fff !important;
}

.footer-fixed-contact-right:hover {
  text-decoration: none;
}

/* Modüller için Yorumlar Stili ///////////////////////////////////////////*/

.module_comment_add_main {
  width: 100%;

  box-sizing: border-box;

  font-family: "Open Sans", Arial;

  margin-bottom: 25px;

  margin-top: 40px;
}

.module_comment_head {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  border-top: 1px solid #ebebeb;

  border-bottom: 1px solid #ebebeb;

  margin-bottom: 20px;

  box-sizing: border-box;

  padding: 10px 0;
}

.module_comment_head_left {
  flex: 1;

  font-size: 18px;

  font-weight: bold;

  color: #000;
}

.module_comment_head_right {
  width: auto;

  margin-left: auto;

  font-size: 13px;

  font-weight: normal;

  color: #000;
}

.module_comment_head_right a {
  color: #000;
}

.module_comment_head_right a:hover {
  color: #666;
}

.module_comment_form_area {
  width: 100%;

  font-family: "Open Sans", Arial;

  font-size: 13px;
}

.module_comment_box_main {
  width: 100%;

  box-sizing: border-box;

  border-bottom: 1px solid #ebebeb;

  padding: 15px 0 15px 0;

  font-family: "Open Sans", Arial;
}

.module_comment_in_box_div {
  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  flex-wrap: wrap;
}

.comments_reply_div {
  width: 100%;

  box-sizing: border-box;

  margin-left: 65px;

  padding: 20px 0;
}

.module_comment_box_img {
  width: 52px;

  height: 52px;

  border: 1px solid #ebebeb;

  margin-right: 20px;
}

.module_comment_box_img img {
  width: 50px;

  height: 50px;
}

.module_comment_box_right {
  flex: 1;
}

.module_comment_box_head_area {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  margin-bottom: 7px;

  padding-bottom: 7px;

  border-bottom: 1px dashed #ebebeb;
}

.module_comment_box_name {
  width: auto;

  font-size: 14px;

  font-weight: bold;

  color: #000;
}

.module_comment_box_date {
  width: auto;

  margin-left: auto;

  font-size: 11px;

  color: #929292;
}

.module_comment_box_content {
  width: 100%;

  font-size: 13px;

  color: #000;
}

.module_all_comments_main_div {
  width: 100%;

  margin-bottom: 50px;
}

.all_comments_main {
  width: 800px;

  margin: 0 auto;

  margin-top: 30px;
}

.comments_module_info_div {
  width: 600px;

  border: 1px solid #ebebeb;

  padding: 20px;

  margin: 0 auto;

  margin-top: 25px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.comments_module_info_div_img {
  border: 1px solid #ebebeb;

  margin-right: 25px;
}

.comments_module_info_div_img img {
  width: 100px;

  margin: 5px;

  height: auto;
}

.comments_module_info_div_txt {
  flex: 1;
}

.comments_module_info_div_txt_t {
  font-size: 18px;

  font-weight: bold;

  margin-bottom: 10px;

  line-height: 22px;
}

.comments_module_info_div_txt_d {
  font-size: 14px;

  line-height: 14px;
}

.comments_module_info_div_txt_d a {
  color: tomato;
}

.comments_module_info_div_txt_d a:hover {
  color: orange;
}

/* Modüller için Yorumlar Stili SON ///////////////////////////////////////////*/

.third-level-menu {
  position: absolute;

  top: 0 !important;

  list-style: none;

  margin: 0;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0 5px 14.25px 0.75px rgba(0, 0, 0, 0.1);

  z-index: 9;

  transition: 0.1s ease-in-out 0s;
}

.third-level-menu > li {
  height: auto;
}

.second-level-menu > li > .third-level-menu li p {
  margin: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.second-level-menu > div {
  box-shadow: 0 5px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.second-level-menu {
  position: absolute;

  left: 0;

  list-style: none;

  margin: 0;

  opacity: 0;

  visibility: hidden;

  z-index: 999;

  transition: 0.2s ease-in-out 0s;

  margin-top: 5px;
}

.second-level-menu > div > li {
  position: relative;

  height: auto;
}

.second-level-menu > div > li p {
  margin: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.top-level-menu {
  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.top-level-menu > li {
  position: relative;

  width: auto;

  height: auto;

  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.top-level-menu li:hover > ul {
  opacity: 1;

  visibility: visible;

  margin-top: 0;

  margin-left: 0;
}

.top-level-menu > li span /* Apply to all links inside the multi-level menu */ {
  text-decoration: none;
}

.top-level-menu > li a {
  text-decoration: none;
}

.top-level-menu > li:hover a {
  text-decoration: none;
}

.top-level-menu > li span {
  display: block;

  transition-duration: 0.1s;

  transition-timing-function: linear;
}

.font-spacing {
  letter-spacing: 0.04em;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-size-big {
  font-size: 36px;
}

.font-size-exbig {
  font-size: 50px;
}

.font-exlight {
  font-weight: 300;
}

.font-light {
  font-weight: 400;
}

.font-small {
  font-weight: 500;
}

.font-medium {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-exbold {
  font-weight: 800;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-color-FFF {
  color: #fff;
}

.font-color-000 {
  color: #000;
}

.p-p {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.enews-module-spot {
  width: 100%;

  font-size: 21px;

  font-weight: 300;

  margin-bottom: 30px;
}

.box-width-area {
  width: 80% !important;

  margin: 0 auto !important;
}

.upsarrow:before {
  content: "";

  height: 11px;

  width: 11px;

  position: absolute;

  transform: rotate(45deg);
}

.dropdown-menu-lg-right {
  padding: 5px !important;
}

.box-modules-width {
  width: 100% !important;

  margin: 0 auto !important;
}

.html-content-area-inside {
  width: 1280px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  flex-wrap: wrap;
}

.html-content-area-inside-left {
  flex: 1;
}

.html-content-area-inside-right {
  width: 680px;

  min-width: 575px;

  background-repeat: no-repeat;

  background-position: top right;

  padding-top: 30px;
}

.html-content-area-inside-right-img {
  width: 100%;

  position: relative;
}

.html-content-area-inside-right-img img {
  width: 100%;
}

.html-content-area-inside-left-in {
  width: 80%;
}

.tanitim-video-btn-area {
  width: 100%;

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  margin-top: 30px;
}

.video-play-button {
  position: absolute;

  z-index: 10;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  box-sizing: content-box;

  display: block;

  width: 32px;

  height: 44px;

  border-radius: 50%;

  margin-left: auto;

  margin-right: auto;

  left: 0;

  right: 0;
}

.video-play-button:before {
  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ba1f24;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #fa183d;

  border-radius: 50%;

  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;

  z-index: 3;

  max-width: 100%;

  width: auto;

  height: auto;
}

.video-play-button span {
  display: block;

  position: relative;

  z-index: 3;

  width: 0;

  height: 0;

  border-left: 32px solid #ffffff;

  border-top: 22px solid transparent;

  border-bottom: 22px solid transparent;

  margin-left: 5px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

.fg-det-in {
  width: 80%;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

@media screen and (max-width: 1660px) and (min-width: 1024px) {
  .modules-head-text-h {
    font-size: 30px;

    line-height: 35px;

    margin-bottom: 15px;
  }

  .modules-head-text-s {
    width: 100%;

    font-size: 13px;

    line-height: 16px;

    margin-bottom: 10px;
  }
}

.photo-d-boxes {
  display: block;

  width: 22%;

  border: 1px solid #ebebeb;

  background-color: #fff;

  border-radius: 5px;

  margin: 10px;

  padding: 20px;

  box-sizing: border-box;

  color: #000;
}

.photo-d-boxes:hover {
  color: #666;

  text-decoration: none;
}

.photo-d-img {
  width: 100%;
}

.photo-d-img img {
  width: 100%;
}

.photo-d-txt {
  margin-top: 20px;

  font-size: 20px;

  font-weight: 600;

  text-align: center;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;

  cursor: auto;

  pointer-events: none;
}

.html-content-baslikarea {
  margin-bottom: 25px;
}

.html-content-ustbaslik {
  font-size: 20px;
}

.html-content-baslik {
  font-size: 36px;

  font-weight: 500;
}

.html-content-txt {
  font-size: 16px;
}

.flex-list-container {
  width: 1410px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  margin: 0 auto;
}

.infoboxes:hover {
  margin-top: -10px;

  box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);

  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.1);

  -webkit-box-shadow: 0px 20px 40px rgb(3 15 39 / 10%);
}

.infoboxes {
  width: 28%;

  padding: 45px;

  box-sizing: border-box;

  text-align: center;

  margin: 25px;

  transition-duration: 0.1s;
  transition-timing-function: linear;

  cursor: pointer;
}

.infoboxes-img {
  width: 100%;

  margin-bottom: 20px;
}

.infoboxes-img img {
  width: auto;

  max-width: 100%;
}

.infoboxes-txt {
  width: 100%;

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 15px;
}

.infoboxes-spot {
  width: 100%;

  font-size: 16px;
}

.header-top-boxes {
  min-width: 490px;

  display: flex;

  align-items: center;

  justify-content: flex-start;
}

.header-top-boxes-box {
  width: 45%;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.header-top-boxes-box-i {
  font-size: 18px;

  margin-right: 18px;
}

.header-top-boxes-box-txt {
  flex: 1;

  font-size: 13px;
}

.header-top-boxes-end {
  min-width: 490px;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.top-social-a {
  display: inline-block;

  text-decoration: none;

  margin-right: 10px;

  margin-left: 10px;

  font-size: 18px;
}

.top-wp-a {
  padding: 3px 10px;

  background-color: #5b9061;

  color: #fff;

  font-size: 19px;

  display: block;

  margin: 0 5px;
}

.top-wp-a:hover {
  color: #fff;
}

.top-phone-a {
  padding: 4px 10px;

  background-color: #382e43;

  color: #fff;

  font-size: 19px;

  display: block;

  margin: 0 5px;
}

.top-phone-a:hover {
  color: #fff;
}

.proje-detail-ust {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 50px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
}

.proje-detail-ust-img {
  width: 640px;
  height: auto;
  max-height: 550px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}

.proje-detail-ust-img img {
  width: 100%;
  height: auto;
}

.proje-detail-ust-info {
  flex: 1;
}

.proje-detail-ust-info-name {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.proje-detail-ust-info-name span {
  font-size: 14px;
  color: #666;
}

.proje-detail-ust-info-spot {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.proje-detail-ust-info-it {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 23px;
  font-size: 14px;
  color: #000;
}

.proje-detail-ust-info-it i {
  font-size: 20px;
  margin-right: 15px;
  float: left;
}

.proje-detail-alt {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.proje-detail-social-share {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 60px;
}

.proje-detail-social-share a {
  color: #000;
  font-size: 20px;
  margin-right: 15px;
}

.proje-detail-social-share a:hover {
  color: #666;
}

.proje-detail-social-share a:last-child {
  margin-right: 0;
}

.projects_tabs_ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 35px 0 35px 0;
  background: #da1718;
  margin-bottom: 50px;
}

.projects_tabs_ul li {
  display: inline-block;
  height: auto;
  margin-right: 20px;
  margin-bottom: 5px;
}

.projects_tabs_ul li:last-child {
  margin-right: 0;
}

.projects_tabs_ul li a {
  outline: none;
  font-size: 15px;
  font-weight: 500;

  padding: 0 15px 10px 15px;

  text-decoration: none;

  border: 2px solid #da1718;

  color: #fff;
}

.projects_tabs_ul li a i {
  font-size: 18px;
  margin-right: 8px;
}

.projects_tabs_ul li .active {
  position: relative;
}

.projects_tabs_ul li a.active {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.projects_tabs_content {
  width: 90%;
  margin: 0 auto;
  display: none;
  font-size: 15px;
  color: #333;
  line-height: 24px;
}

.projects_tabs_content iframe {
  width: 100%;
  height: 400px;
}

.projects_tabs_ul li .active:before {
  content: "";

  width: 0px;

  height: 0px;
  bottom: -14px;
  left: 46%;

  border: 7px solid transparent;

  border-top-color: #fff;

  display: inline-block;
  position: absolute;
}

.photogallery-box {
  position: relative;
  width: 255px;
  height: auto;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px 10px 20px;
  padding-bottom: 45px;
}

.photogallery-box-img {
  width: 255px;
  height: 193px;
  overflow: hidden;
}

.photogallery-box-img img {
  max-width: 300px;
  min-width: 230px;
  min-height: 193px;
}

.photogallery-box-txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}

.photogallery-box-txt a {
  color: #000;
}

.photogallery-ovrly {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.2s ease-in-out 0s;
}

.photogallery-box:hover .photogallery-ovrly {
  opacity: 1;
}

.photogallery-box:hover .photogallery-box-txt a {
  text-decoration: none;
  color: #666;
}

.photogallery-ovrly i {
  opacity: 0;
  transition: 0.4s ease-in-out 0s;
  margin-top: 100px;
}

.photogallery-box:hover .photogallery-ovrly i {
  font-size: 35px;
  opacity: 1;
  margin-top: 0;
}

.skill-home-main-div {
  position: relative;

  width: 100%;
}

.skill-home-main-div-inside {
  width: 1290px;

  margin: 0 auto;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;

  position: relative;

  z-index: 99;
}

.skill-home-main-div-inside-left {
  width: 400px;

  margin-right: 40px;
}

.module-skill-head-size {
  font-size: 42px !important;

  line-height: 45px;

  font-weight: 600;

  margin-bottom: 20px;
}

.module-skill-spot-size {
  font-size: 20px !important;

  line-height: 25px;
}

.skill-home-main-div-inside-right {
  flex: 1;
}

.skill-box-ust {
  font-size: 18px;

  margin-bottom: 10px;

  display: flex;

  justify-content: space-between;
}

.progress-bar {
  background: #ddd none repeat scroll 0 0 !important;

  box-shadow: 0 0 0;

  height: 15px;

  margin: 0 0 25px;

  position: relative;

  width: 100%;

  border-radius: 8px;
}

.progress-bar-text {
  color: #333333;

  font-size: 15px;

  margin-bottom: 9px;
}

.progress-bar > span {
  display: block;

  height: 100%;

  width: 0;

  border-radius: 8px;
}

.progress-bar > span {
  background: #f8c01b none repeat scroll 0 0;
}
