@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap" rel="stylesheet');

/* banner baslangic */

:root {
  --color-primary: #ff6600;
  --color-primary-dark: #e65500;
  --color-secondary: #222;
  --color-dark: #050c29;
  --font-body: "Jost", sans-serif;
    --font-heading: 'Laginchy';
    --color-primary: #EF5A38;
    --color-secondary: #0a2b50;
    --color-heading: #0a2b50;
    --color-default: rgba(10, 43, 80, 0.7);
    --color-gray: #546b85;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #fff;
    --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

body
{
    background-color: #fff;
    font-family:"Signika", sans-serif;
}
.header-style .header__top ul li a {
    color:#fff;
}
.header-style .header__top ul li img {
    color:#fff;
}
.hakkimizdaicerik {
    padding: 100px 0px 100px;
}


.hero-style {
    z-index: 1;
    min-height: 950px;
    overflow: hidden;
}

.container-project {
    max-width: 1700px !important;
}

@media (max-width: 1199px) {
    .hero-style {
        min-height: 910px;
    }
}
@media (max-width: 991px) {
    .hero-style {
        min-height: 850px;
    }
}
@media (max-width: 767px) {
    .hero-style {
        min-height: 750px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style {
        min-height: 670px;
    }
}
.hero-style .hero-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s;
}
.hero-style .hero-slider-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(39, 39, 39, 0.4);
}

.section-title-01 h2 {
    font-size:2rem;
}

.hero-style .hero-slide-content {
    position: relative;
    padding-top: 270px;
    padding-bottom: 274px;
}

@media (max-width: 991px) {
    .hero-style .hero-slide-content {
        padding-top: 260px;
        padding-bottom: 323px;
    }
}
@media (max-width: 767px) {
    .hero-style .hero-slide-content {
        padding-bottom: 240px;
        padding-top: 250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style .hero-slide-content {
        padding-top: 190px;
        padding-bottom: 190px;
    }
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .hero-slider-bg {
    animation: xb-zoomout 12s linear infinite;
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .sub-title {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .sec-title .title {
    opacity: 1;
    transition-delay: 500ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-hero-bottom {
    opacity: 1;
    transition-delay: 700ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .content {
    opacity: 1;
    transition-delay: 900ms;
    transform: translateY(0);
}

.hero-style .hero-slider-item .swiper-slide.swiper-slide-active .xb-hero_content .xb-sub-content .hero-btn {
    opacity: 1;
    transition-delay: 1100ms;
    transform: translateY(-10px);
}

.hero-style .hero-swiper-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-style .hero-swiper-inner .sub-text {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 34px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .sub-text {
        display: none;
    }
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 15px;
    right: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: var(--color-white);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev,
    .hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next {
        top: -55px;
    }
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev::after,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next::after {
    font-size: 16px;
    font-weight: 500;
    color: #0a2b50;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover {
    background: var(--color-primary);
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev:hover::after,
.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-next:hover::after {
    color: #fff;
}

.hero-style .hero-swiper-inner .hero-slide-btn .swiper-button-prev {
    left: auto;
    right: 75px;
}

.hero-style .hero-swiper-inner .hero-slider-nav {
    padding: 27px 30px 25px;
    overflow: hidden;
    width: 640px;
    height: 213px;
    border-radius: 10px 0 0 0;
    background: var(--color-white);
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        width: 540px;
        height: 185px;
    }
}
@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        height: 150px;
        width: 520px;
        padding: 27px 30px 15px;
    }
}
@media (max-width: 767px) {
    .hero-style .hero-swiper-inner .hero-slider-nav {
        display: none;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slide-item {
    width: 33.333333%;
    height: 161px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-self: flex-end;
    cursor: pointer;
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
    height: 120px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
        height: 100px;
    }
}
@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img {
        height: 90px;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .hero-slider-img .number {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    top: -26px;
    left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(5, 12, 41, 0.7);
}

.hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
    height: 100%;
}

@media (max-width: 1199px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
        height: 80%;
    }
}
@media (max-width: 991px) {
    .hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img {
        height: 75%;
    }
}

.hero-style .hero-swiper-inner .hero-slider-nav .swiper-slide-thumb-active .hero-slider-img .number {
    top: 16px;
    color: var(--color-white);
}

.hero-style .xb-hero_content {
    /* position: relative;
    z-index: 1;
    padding-top: 100px; */

        margin-left: -155px;
    margin-right: -155px;
}

.hero-style .xb-hero_content .title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-dark);
}

@media (max-width: 991px) {
    .hero-style .xb-hero_content .title {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .hero-style .xb-hero_content .title {
        font-size: 32px;
    }
}

.hero-style .xb-hero_content p {
    font-size: 18px;
    color: rgba(5, 12, 41, 0.7);
    margin-bottom: 35px;
}

.hero-style .xb-hero_content .xb-btn {
    display: inline-block;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.hero-style .xb-hero_content .xb-btn:hover {
    background: var(--color-primary-dark);
}
.mt-40 {
    margin-top: 40px;
}

.hero-style .xb-hero-bottom {
    gap: 24px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.hero-style .xb-hero-bottom .xb-social a {
    font-size: 18px;
    margin-right: 20px;
    color: rgba(5, 12, 41, 0.7);
    transition: all .3s ease;
}

.hero-style .xb-hero-bottom .xb-social a:hover {
    color: var(--color-primary);
}

.hero-style--two {
    background: var(--color-secondary);
    padding: 120px 0;
    text-align: center;
}

.hero-style--two .xb-hero_content .title {
    color: #fff;
}

.hero-style--three {
    background: var(--color-dark);
    color: #fff;
    padding: 140px 0;
}

.hero-style--three .xb-hero_content .title {
    color: #fff;
}
.pos-rel {
    position: relative;
}
.hero-style .xb-hero_content .sec-title .sub-title {
    opacity: 0;
    padding: 4px 20px;
    margin-bottom: 45px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(40px);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 23px;
    padding: 7px 20px;
    display: inline-block;
    background: transparent;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: rgba(10, 43, 80, 0.8);
    border: 1px solid rgba(10, 43, 80, 0.1);
}
.hero-style .xb-hero_content .sec-title .title {
    opacity: 0;
    font-size: 85px;
    line-height: 120px;
    max-width: 1116px;
    color: var(--color-white);
    transform: translateY(40px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.sec-title .title {
    font-size: 54px;
    font-weight: 400;
    line-height: 70px;
    display: block;
    letter-spacing: 0em;
    color: var(--color-heading);
    /*text-transform: uppercase;*/
}

.ul_li {
    justify-content: flex-start;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.thm-btn {
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    line-height: 1;
    letter-spacing: 0em;
    padding: 20px 30px;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: clip;
    justify-content: center;
    color: var(--color-white);
    background: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.marine-btn {
    padding: 0;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: capitalize;
}
.marine-btn span.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 18px;
}
.marine-btn span:nth-child(1) {
    opacity: 0;
    margin-inline-end: -45px;
    transform: scale3d(0.5, 0.5, 1);
}
.marine-btn span {
    padding: 16px 30px;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #252525;
}
p, li, span {
    margin-bottom: 0;
}
.marine-btn span:nth-child(2) {
    transform: scale3d(1, 1, 1);
}
.marine-btn span:nth-child(3) {
    margin-inline-start: 0;
    transform: scale3d(1, 1, 1);
}
.hero-style .xb-hero-bottom .xb-hero-video {
    gap: 14px;
}
@keyframes xb-zoomout {
  0% {
    transform:scale(1.3)
  }
  100% {
    transform:scale(1)
  }
}
@-webkit-keyframes xb-zoomout {
  0% {
    transform:scale(1.3)
  }
  100% {
    transform:scale(1)
  }
}

img {
    max-width: 100%;
    height: auto;
}
.marine-btn:hover span:nth-child(1) {
    opacity: 1;
    margin-inline-end: 0;
    transform: scale3d(1, 1, 1);
}
.marine-btn:hover span {
    color: var(--color-white);
}
.marine-btn:hover span:nth-child(3) {
    opacity: 0;
    margin-inline-start: -45px;
    transform: scale3d(0.5, 0.5, 1);
}
.marine-btn--white:hover span:nth-child(1) {
    opacity: 0;
    margin-inline-end: -45px;
    transform: scale3d(0.5, 0.5, 1);
}
.marine-btn--white:hover span {
    color: var(--color-heading);
}
.marine-btn:hover span:nth-child(2) {
    transform: scale3d(1, 1, 1);
}
.marine-btn--white:hover span:nth-child(3) {
    opacity: 1;
    margin-inline-start: 0;
    transform: scale3d(1, 1, 1);
}


/*----------------------------------------*/
/*  27. sidebar start
/*----------------------------------------*/
.sidebar-menu-close {
  position: absolute;
  top: 53px;
  left: -61px;
  opacity: 1;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar-menu-close .xb-close {
    background: none;
    width: 30px;
    height: 30px;
    border: none; }

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: var(--color-white); }

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1020;
  background-color: #0a2b50;
  transition-duration: 500ms;
  background-image: url(../img/bg/sidebar_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.offcanvas-sidebar.active {
  right: 0; }

.sidebar-wrapper {
  display: flex;
  justify-content: space-between; }

.sidebar-left-item {
  padding: 50px 0 0 100px; }
  @media (max-width: 1199px) {
    .sidebar-left-item {
      padding: 50px 0 0 50px; } }

.sidebar-content {
  font-size: 26px;
  font-weight: 400;
  max-width: 605px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar-content {
      max-width: 539px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .sidebar-content {
      max-width: 390px; } }
  @media (max-width: 1199px) {
    .sidebar-content {
      max-width: 410px; } }

.sidebar-nav-wrap {
  width: 45.6%;
  position: relative; }

.sidebar-nav {
  display: flex;
  flex-direction: column;
  border: 1px solid #1d446f; 
}
  .sidebar-nav li:not(:first-child) 
  {
    border-top: 1px solid #1d446f; 
}
  .sidebar-nav li a {
    font-weight: 400;
    font-size: 60px;
    line-height: 200%;
    padding: 16px 84px;
    text-transform: uppercase;
    color: var(--color-white);
    background: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none; 
}
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .sidebar-nav li a {
        font-size: 55px;
        padding: 16px 50px; } }
    @media (max-width: 1199px) {
      .sidebar-nav li a {
        font-size: 42px;
        padding: 28px 35px; } }
    .sidebar-nav li a span {
      opacity: 0;
      transform: translateY(30px);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 1199px) {
        .sidebar-nav li a span svg {
          height: 26px; } }
    .sidebar-nav li a:hover {
      background: #1a416c; }
      .sidebar-nav li a:hover span {
        opacity: 1;
        transform: translateY(0); }

.sidebar-shape .shape {
  position: absolute; }
  .sidebar-shape .shape--1 {
    left: 0;
    bottom: 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .sidebar-shape .shape--1 {
        max-width: 45%; } }
    @media (max-width: 1199px) {
      .sidebar-shape .shape--1 {
        max-width: 40%; } }
  .sidebar-shape .shape--2 {
    left: 14.5%;
    bottom: 86px;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .sidebar-shape .shape--2 {
        left: 20.5%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .sidebar-shape .shape--2 {
        max-width: 24%;
        left: 22.5%;
        bottom: 108px; } }
    @media (max-width: 1199px) {
      .sidebar-shape .shape--2 {
        left: 15%;
        bottom: 30px;
        max-width: 30%; } }

/*----------------------------------------*/
/*  27. sidebar end
/*----------------------------------------*/


.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; 
}

.body-overlay.active {
  opacity: .5;
  visibility: visible; }


/* banner bitis */


/* .o-clip {
    overflow: clip;
} */
.body_wrap {
    position: relative;
}


/* header baslangic */
.header-style .xb-header-logo
{
    max-width: 10%;
    height: auto;
}

.header-style.header-transparent {
    top: 11px;
}
.header-transparent {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
.header-style .header__top {
    gap: 30px;
    margin: 0 -155px 10px -155px;
}
.ul_li_between {
    justify-content: space-between;
}

.header-style .header__top ul {
    gap: 14px;
}
.ul_li {
    justify-content: flex-start;
}
.header-style .header__top ul li {
    color: #fff;
}
.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
    float: left;
    list-style: none;
    display: inline-block;
}
.header-style .header__top ul.xb-right-content {
    gap: 5px;
}
.header-style .header__top ul li .countdown {
    gap: 10px;
}
.ul_li_center {
    justify-content: center;
}
.header-style .header__wrap {
    background: #dca546;
    padding: 0 30px 0 30px;
    margin-left: -155px;
    margin-right: -155px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-style--three .header__wrap {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.header-style--three .xb-header-area-sticky .header-right-content {
    background: transparent;
    box-shadow: none;
}
.header-style--three .header-right-content {
    gap: 89px;
    padding: 0 8px 0 30px;
    /*background: #c0cfe3;*/
    /*box-shadow: 0 6px 14px 0 rgba(24, 24, 32, 0.08);*/
}
@media only screen and (max-width: 1023px) {
    .header-style--three .header-right-content {
        gap: 50px;
        padding: 0 20px 0 20px;
    }
}
.header-style .main-menu__wrap {
    transform: translateX(-42px);
}
.header-style--three .main-menu__wrap {
    transform: translateX(0);
}
.p-0 {
    padding: 0 !important;
}
.main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.header-style .main-menu > ul {
    gap: 58px;
}
.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu ul li {
    position: relative;
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
    color: var(--color-white);
}
.main-menu ul li a {
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 31px 0;
    letter-spacing: 0em;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    color: var(--color-white);
    font-family: var(--font-body);
}
.main-menu ul li:hover > a > span::after, .main-menu ul li.active > a > span::after {
    color: var(--color-white);
}
.main-menu ul li.menu-item-has-children > a span::after {
    content: '\f107';
    font-weight: 500;
    margin: 0 0 0 6px;
    top: 3px;
    position: relative;
    color: var(--color-white);
    font-family: "Font Awesome 6 Pro";
}
.main-menu ul li .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 100%;
    opacity: 0;
    left: 0;
    z-index: 3;
    top: 100%;
    padding: 30px 20px;
    text-align: left;
    visibility: hidden;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transform: translateY(10px);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 15px;
}
.main-menu ul li .submenu li {
    margin-right: 0;
}
    .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
        padding-left: 20px;
        color: #d7900f;
    }
.main-menu ul li .submenu li a {
    padding: 0;
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--color-heading);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.header-style .header-right {
    gap: 14px;
}
.header-style--three .header-right-content .header-right {
    gap: 19px;
}
.marine-btn--white span.arrow {
    padding: 17px 16px;
}
.marine-btn--white span:nth-child(1) {
    opacity: 1;
    margin-inline-end: 0;
    transform: scale3d(1, 1, 1);
}
.marine-btn--white span {
    padding: 14px 30px;
    color: var(--color-heading);
    background: var(--color-white);
}
.marine-btn--white span:nth-child(3) {
    opacity: 0;
    margin-inline-start: -45px;
    transform: scale3d(0.5, 0.5, 1);
}
.header-style .header-menu a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.side-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.xb-nav-mobile {
    color: var(--color-white);
    height: 40px;
    width: 40px;
    border-radius: 6px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--color-white);
}

.xb-header-menu.active + .xb-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
}
.xb-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1010;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    background-color: #fff;
}
    .xb-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
.xb-header-menu-scroll {
    padding: 50px 25px 40px;
}
.xb-header-menu-scroll .xb-close {
    position: absolute;
    top: 0;
    right: 0;
}

.xb-close {
    background: rgba(0, 0, 0, 0.04);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.xb-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.xb-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b;
}
.xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.xb-logo-mobile {
    margin-bottom: 40px;
}
.xb-logo-mobile img {
    height: 70px;
}
.xb-header-mobile-search {
    margin-bottom: 20px;
}
.xb-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xb-header-menu-scroll .xb-menu-primary > li {
    padding-left: 0;
    padding-right: 0;
}
.xb-menu-primary li {
    position: relative;
}
.xb-menu-primary li a {
    display: block;
    line-height: 46px;
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
    padding-left: 15px;
}
.xb-menu-primary .sub-menu, .xb-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
    padding-left: 0;
}
.xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
}
.xb-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0;
    width: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--color-heading);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
    display: inline-block;
}
.xb-menu-toggle:before {
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.xb-header-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
}
#xb-header-area .xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
    visibility: hidden;
    background-color: #d3a757;
}
#xb-header-area .xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
}
.header-style .xb-header-area-sticky .header__wrap {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.main-menu ul li.menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


.main-menu ul li .submenu li a:after {
    position: absolute;
    content: '\f178';
    font-family: "Font Awesome 6 Pro";
    left: 0;
    bottom: 0;
    opacity: 0;
    font-size: 15px;
    font-weight: 500;
    display: block;
    right: initial;
    width: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu ul li .submenu li:hover > a::after, .main-menu ul li .submenu li.active > a::after {
    opacity: 1;
}

.header-style .header-menu a:hover {
    background: var(--color-white);
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.xb-header-mobile-search form {
    position: relative;
}
.xb-header-mobile-search .search-field {
    height: 50px;
    border: none;
    padding: 0 25px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: var(--color-heading);
    padding: 12px 35px 13px 15px;
    background-color: transparent;
    border: 2px solid rgba(150, 144, 162, 0.09);
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
    width: 100%;
    height: 75px;
    border-radius: 0;
    background-color: #F3F4F5;
    padding: 10px 20px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-black);
    font-weight: 500;
}
.xb-header-mobile-search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--color-heading);
}
.xb-header-mobile-search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--color-primary);
}
button {
    border: 0;
}
.breadcrumb__content {
    margin-left: -155px;
    margin-right: -155px;
}
.breadcrumb__title {
    font-weight: 400;
    font-size: 100px;
    color: #dca546;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-heading-subheading .pbmit-title {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}
.breadcrumb__list li a {
    color: #fff;
    margin-top: 5px;
}
.breadcrumb__list li {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    position: relative;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .header-style .header__wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .header-style .header__top {
        margin: 0 0 10px 0;
    }
        .header-style .main-menu__wrap {
        transform: translateX(0);
    }
        .header-style .main-menu > ul {
        gap: 28px;
    }
        .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0;
    }
        .hero-style .xb-hero_content .sec-title .title {
        font-size: 80px;
        line-height: 100px;
    }
    .breadcrumb__content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .page-contact-us .contact-us-form {
        margin: 0;
    }

    .contact-info-list {
        gap: 20px;
    }

    .contact-info-item {
        width: calc(50% - 10px);
        padding: 20px;
    }

    .who-we-are-one-leftbox {
        padding: 280px 0;
    }

    .header-style .xb-header-logo {
        max-width: 17%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .header-style .header__wrap {
        padding: 15px 30px;
    }

    .header-style.header-transparent {
        top: 30px;
    }

    .header-style .header__top {
        display: none;
    }

    .header-style .header-menu a {
        display: none;
    }

    .hero-style .xb-hero_content .sec-title .title {
        font-size: 40px;
        line-height: 50px;
    }

    .header-style--three.header-transparent {
        top: 10px;
    }

    .header-style--three .header__wrap {
        padding: 20px 0;
    }

    .header-style--three .header__wrap {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .header-style .header__wrap {
        padding: 15px 15px;
    }

    .header-style .xb-header-logo {
        max-width: 38%;
    }

    .xb-nav-mobile {
        height: 35px;
        width: 35px;
    }

    .sec-title .sub-title {
        font-size: 16px;
    }

    .hero-style .xb-hero_content .sec-title .title {
        font-size: 30px;
        line-height: 50px;
    }

    .section-lgt {
        padding-top: 60px;
    }

    .who-we-are-one-leftbox {
        padding: 150px 0;
    }

        .who-we-are-one-leftbox .fid-style-area {
            display: none;
        }

    .who-we-are-one-content {
        padding: 50px 0px 0px 0px !important;
    }

    .pbmit-heading-subheading {
        margin-bottom: 30px;
    }

        .pbmit-heading-subheading .pbmit-title {
            font-size: 25px;
            line-height: 40px;
            margin-top: 15px;
        }

    .pbmit-ihbox-style-4 .pbmit-element-title {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumb__title {
        font-size: 30px;
        padding-top: 30px;
    }

    .breadcrumb__list li {
        font-size: 15px;
        font-weight: 500;
        color: #252525;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

        .breadcrumb__list li a {
            color: #252525;
            margin-top: 8px;
        }
}




/* header bitis */

.xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.xb-backtotop {
    right: 30px;
    z-index: 999;
    bottom: 20px;
    position: fixed;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
    .xb-backtotop .scroll {
        z-index: 1;
        width: 40px;
        height: 40px;
        display: block;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: var(--color-white);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: #c78d33;
    }



/* footer baslangic */

.footer-three {
    margin-top: 0;
    padding-top: 240px;
}
.footer-bg {
    color: #777;
    background-size: cover;
    background-repeat: no-repeat;
}

.fix {
    overflow: hidden;
}
.pb-30 {
    padding-bottom: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.footer-two .f-widget-title h2, .footer-two .footer-widget .widgettitle {
    color: #06070B;
}
.footer-three .f-widget-title h2 {
    color: #fff;
}
.f-widget-title h2, .footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.79);
}
.f-contact {
    display: flex;
}
.footer-two .footer-widget p {
    color: #666;
}
.footer-three .footer-widget p, .footer-three {
    color: #252525;
}
.footer-widget .tag-cloud-link, .footer-widget p {
    color: #ffffffc9;
}
.mt-10 {
    margin-top: 10px;
}
.footer-three .footer-widget .footer-social a {
    color: #fff;
    background: #ffffff40;
    border: none;
}
.footer-three .footer-social a {
    background: none;
}
.footer-two .footer-social a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #E8E8E8;
    line-height: 40px;
}
.footer-widget .footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    background-color: #ffffff47;
    text-align: center;
    color: #06070b;
}
.pl-30 {
    padding-left: 30px;
}
.footer-link ul li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-two .footer-link ul li a, .footer-two .copyright-wrap li a, .footer-two .copyright-wrap {
    color: #666;
}
.footer-three .footer-link ul li a, .footer-three .copyright-wrap li a, .footer-three .copyright-wrap {
    color: #252525;
}
.footer-link ul li a {
    color: #ffffff60;
    display: inline-block;
}
.mt-65 {
    margin-top: 65px;
}
.footer-three .f-contact li {
    border-bottom: 1px solid #E8E8E838;
}
.footer-two .f-contact li {
    float: left;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    display: inline-flex;
    align-items: baseline;
}
.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.f-contact .icon {
    float: left;
    margin-right: 20px;
}
.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
img, svg {
    vertical-align: middle;
}

.footer-two .f-contact span {
    display: block;
    font-weight: 600;
    color: #111111;
}

.footer-two .f-contact a, .footer-two .f-contact span {
    color: #37383A !important;
}
.footer-three .f-contact a, .footer-three .f-contact span {
    color: #252525 !important;
}
.f-contact span {
    color: #ffffffc9;
}
.footer-two .f-contact li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.f-contact li:last-child {
    margin-bottom: 0px !important;
}
.footer-three .f-contact li {
    border-bottom: 1px solid #E8E8E838;
}
.footer-three .copyright-wrap {
    border: none;
}
.copyright-wrap {
    color: #fff;
    font-size: 15px;
}
.footer-two .copyright-logo img {
    height: 80px;
}
.text-right {
    text-align: right;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-two .footer-link ul li a:hover {
    color: #fff;
}
.footer-three .copyright-wrap .container {
    border-top: 2px solid #FFFFFF2E;
    color: #FFF;
}
.footer-two .copyright-wrap .container {
   
    padding: 30px 0;
    margin-top: 60px;
}
/* footer bitis */



/* hakkimzda baslangic */
.section-lgt {
    padding-top: 100px;
    padding-bottom:100px;
}
.who-we-are-one-leftbox {
    background-image: url(../images/img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    position: relative;
}
.who-we-are-one-leftbox .fid-style-area {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
    max-width: 100%;
}
.pbminfotech-ele-fid-style-2 {
    padding: 30px 0 0 30px;
    position: relative;
    background-color: #f8f7f0;
    border-radius: 30px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-radius: 30px;
    padding: 24px 45px 38px 40px;
    background-color: #dca546;
    color:#fff;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 72px;
    line-height: 82px;
    font-weight: 600;
    padding-bottom: 10px;
    min-width: 180px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(64, 74, 61, .2);
    text-align:center;
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate {
    position: relative;
    padding-left: 25px;
}
/*.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before {
    position: absolute;
    content: "\e88d";
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
    left: 0;
    top: -4px;
    color: #5b8c51;
}*/
.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
    margin-left: -14px;
    top: -22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub, .pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
    font-size: 40px;
    line-height: 40px;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    margin-bottom: 0;
    padding-right: 0;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

svg:not(:root) {
    overflow: hidden;
}
.pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}
.who-we-are-one-content {
    padding: 70px 0px 140px 40px;
}
.pbmit-heading-subheading {
    margin-bottom: 50px;
    position: relative;
}
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .5px;
        text-transform: capitalize;
        font-style: normal;
        position: relative;
        display: inline-block;
        padding: 3px 23px 3px 23px;
        border-radius: 30px;
        color: #fff;
        background-color: #252525;
    }
/*.pbmit-heading-subheading .pbmit-subtitle:before {
    font-family: "pbminfotech-base-icons";
    content: "\e89d";
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 11px;
    line-height: 11px;
    color: #5b8c51;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-100%);
}*/

.pbmit-heading-subheading .pbmit-heading-desc {
    margin: 25px 0 15px 0;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon, .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    font-size: 70px;
    line-height: 70px;
    color: #5b8c51;
    margin-bottom: 12px;
    transition: all 0.3s 
ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
}
.pbmit-sticky-corner svg path {
    fill: #f8f7f0;
}
/* hakkimzda bitis */


/* alt banner baslangic */

.pt-24, .py-24 {
    padding-top: 12.5rem;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.rounded-start {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
}
.bg-secondary {
    background-color: #121c22 !important;
}

.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}
.font-weight-800 {
    font-weight: 800;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.altbannergenel
{
    display: block;
    position: relative;
    z-index: 1;
}
.altbannerfooter {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: end;
    background-color: #dca546;
    right: 0;
    bottom: -109px;
    padding: 80px 80px 29px 70px;
    margin-top: 0;
    border-radius: 0 0 0.375rem 0.375rem;
    z-index: 5; /* Görünürlük için */
}
.pb-7, .py-7 {
    padding-bottom: 4rem;
}
.yazilar-genel
{
    padding-left: 30px;
    padding-right: 30px;
}
.section-title-01
{
    padding-left: 30px;
    padding-right: 30px;
}
.ortabanner-genel
{
    margin-top: 100px;
    margin-bottom: 350px;
}
/* alt banner baslangic */

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width: 1424px;
    }
}
@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style .header__top {
        margin: 0 0 10px 0;
    }

    .header-style .header__wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-style .xb-hero_content {
        margin-left: 0;
        margin-right: 0;
    }
    .header-style .main-menu__wrap {
        transform: translateX(0);
    }
}

/* proje genel alt sayfalarda kullanılacak baslangic */

.page-projects {
    padding: 100px 10px 70px;
}
.project-item:last-child {
    margin-bottom: 0;
}

    .page-projects .project-item {
        background-color: #f9f9f9;
        border-radius: 6px;
        height: calc(100% - 30px);
        margin-bottom: 30px;
        padding: 40px;
    }



.project-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
}

.page-projects .project-item-image {
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}

.project-item-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.page-projects .project-item-image a {
    display: block;
    cursor: none;
}

.project-item-image figure {
    display: block;
    width: 100%;
    height: 100%;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

figure {
    margin: 0;
}

.page-projects .project-item-image figure img {
    aspect-ratio: 1 / 0.658;
}

.project-item-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 2;
    object-fit: cover;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.project-tag {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.page-projects .project-tag a {
    display: inline-block;
    color: #ffffff;
    line-height: 1.1em;
    background-color: #ffffff14;
    border: 1px solid #ffffff14;
    border-radius: 100px;
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    padding: 8px 20px;
    cursor: pointer;
}

.page-projects .project-item .project-item-body {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
}

.project-item-body {
    position: relative;
    max-width: 395px;
    background: #ffffff;
    border-radius: 6px;
    padding: 40px;
    margin: 0 0 0 auto;
    z-index: 1;
}

.project-item-content h3 {
    font-size: 20px;
}

    .project-item-content h3 a {
        color: inherit;
    }

.project-item-content p {
    margin: 10px 0 0 0;
    color: #868686;
}

p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

.page-projects .project-item .project-item-btn {
    margin-top: 30px;
}

.project-item-btn {
    border-top: 1px solid #2f2f2f14;
    margin-top: 130px;
    padding-top: 30px;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: #dca546;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: capitalize;
    color: #2f2f2f;
    padding: 15px 45px 15px 25px;
    overflow: hidden;
    border: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

    .btn-default::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        width: 10px;
        height: 10px;
        background: url(../images/projeimages/arrow-primary.svg) no-repeat;
        background-position: center center;
        background-size: cover;
        transform: translateY(-50%);
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }

    .btn-default::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        background: #2f2f2f;
        border-radius: 0;
        transition: 0.4s ease-in-out;
        z-index: -1;
    }

    .btn-default:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .btn-default:hover {
        color: #ffffff;
    }

        .btn-default:hover::before {
            filter: brightness(0) invert(1);
            transform: translateY(-50%) rotate(45deg);
        }

.breadcrumb {
    margin: 0;
    z-index: 1;
    position: relative;
   /* min-height: 770px;*/
    padding: 180px 0 60px;
}
.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.breadcrumb__list {
    display: inline-block;
    margin-bottom: 40px;
    padding: 8px 17px;
    background: #d18a0e;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.14);
}
    
        .breadcrumb__list li img {
            margin-right: 9px;
        }
        
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb__list .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

/* proje genel alt sayfalarda kullanılacak bitis */


/* iletisim baslangic */

.page-contact-us {
    padding: 100px 10px;
}
    .page-contact-us .contact-us-form {
        margin-right: 20px;
    }
.contact-us-form {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 3.125vw;
}
.section-title {
    margin-bottom: 40px;
}
    .section-title h2 {
        font-size: 48px;
        font-weight: 400;
        margin-bottom: 0;
        cursor: none;
    }
.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #868686;
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 20px;
    box-shadow: none;
    outline: none;
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    color:#868686;
}
.contact-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-info-item {
    width: calc(50% - 15px);
    border: 1px solid #2f2f2f14;
    border-radius: 6px;
    padding: 40px;
}
.contact-info-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #2f2f2f14;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
    .contact-info-header .icon-box {
        margin-right: 20px;
    }
        .contact-info-header .icon-box img {
            width: 100%;
            max-width: 30px;
        }
.contact-info-title {
    width: calc(100% - 50px);
}
    .contact-info-title h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
.contact-item-content p {
    margin: 0;
    color: #868686;
}
    .contact-item-content p a {
        color: inherit;
        transition: all 0.3s ease-in-out;
        color:#868686;
    }
.contact-info-item.location-item {
    width: 100%;
}
.google-map .container-fluid {
   
}
.google-map-iframe {
    height: 700px;
}
    .google-map-iframe iframe {
        width: 100%;
        height: 700px;
        filter: grayscale(1);
        transition: all 0.4s ease-in-out;
    }

@media only screen and (max-width: 1440px) {
    .contact-info-item {
        padding: 30px;
    }
    .contact-info-header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
        .contact-info-header .icon-box {
            margin-right: 10px;
        }
            .contact-info-header .icon-box img {
                max-width: 25px;
            }
    .contact-info-title {
        width: calc(100% - 35px);
    }
}


@media only screen and (max-width: 991px) {
    .page-contact-us {
        padding: 50px 5px;
    }
        .page-contact-us .contact-us-form {
            margin: 0 0 30px;
        }
    .section-title {
        margin-bottom: 30px;
    }
        .section-title h2 {
            font-size: 36px;
        }
    .contact-form .form-control {
        padding: 12px 15px;
    }
    .btn-default {
        padding: 12px 40px 12px 20px;
    }
        .btn-default::before {
            right: 20px;
        }
    .section-title p {
        margin-top: 10px;
    }
    .page-gallery {
        padding: 50px 5px 20px;
    }

}

@media only screen and (max-width: 767px) {
    .contact-us-form {
        padding: 20px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .contact-info-item {
        width: 100%;
    }
    .contact-info-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .contact-info-title h3 {
        font-size: 18px;
    }
}



/* iletisim bitis */


/* Galeri baslangic */


.page-gallery {
    padding: 100px 10px 70px;
}
.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
    .page-gallery-box .photo-gallery a {
        cursor: pointer;
    }
    .page-gallery-box .photo-gallery figure {
        display: block;
        border-radius: 6px;
    }
    .page-gallery-box .photo-gallery img {
        width: 100%;
        aspect-ratio: 1 / 0.783;
        object-fit: cover;
        border-radius: 6px;
    }



/* Galeri bitis */


/* Proje Detay Baslangic */

.sidebar-page-container {
    position: relative;
    padding: 120px 0px;
    background: #f9f7f4;
}

.auto-container {
    position: static;
    max-width: 1500px;
    /* max-width: 1200px; */
    padding: 0px 15px;
    margin: 0 auto;
}
.service-details-content {
    position: relative;
    display: block;
    margin-top: -13px;
}
.mb_40 {
    margin-bottom: 40px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.sec-title {
    margin-bottom: 38px;
}
    .sec-title .sub-title {
        color: #c78d33;
    }
.service-details-content h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 15px;
}
.service-details-content p {
    margin-bottom: 28px;
    color: #666666;
}
.mb_30 {
    margin-bottom: 30px;
}
.image-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/* Proje Detay Bitis */

.header-language {
    display: inline-flex;
    align-items: center;
}

.header-language-select {
    width: 58px;
    height: 32px;
    padding: 0 22px 0 10px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    outline: 0;
}

.header-language-select option {
    color: #111;
}

.xb-header-nav .header-language {
    display: block;
}

.xb-header-nav .header-language-select {
    color: #001f3f;
    margin-left: 25px;
}


.makleduz {
    color:#fff;
}