:root {
  --primary-orange: #144B38;
  --primary-blue: #005598;
  --primary-red: #144B38;
  --dark-text: #212529;
  --light-gray: #f8f9fa;

  --satis-sonrasi-dark-blue: #0d2137;
  --satis-sonrasi-white: #fff;
  --satis-sonrasi-light-gray: #f8f9fa;
  --satis-sonrasi-text-color: #5a6a7a;
  --satis-sonrasi-gold: #c5a56a;
  --satis-sonrasi-green: #9acd32;

  --dark-text: #212529;
  --light-text: #6c757d;
  --white: #ffffff;
  --border-color: #dee2e6;
  --light-gray: #f8f9fa;

  --footer-bg: #ffffff;
  --footer-border-color: #e7e7e7;
  --footer-text-color: #555555;
  --footer-heading-color: #212529;
  --footer-link-hover-color: #005598;
}

.case-section.mobil {
  display: none;
}

/**/


.header-top-dil {
    display: flex;
    padding-left: 0px;
    border-right: 1px solid #ffffff36;
    margin-right: 25px;
    padding-right: 25px;
}

.header-top-dil li {
    list-style: none;
    margin-left: 22px;
    position: relative;
}

.header-top-dil li a {
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -2px;
    height: 1px;
    width: 9px;
    background-color: #ffffff3b;
}

.header-top-dil li a span{
  display: none;
}

.header-top-dil li a .icon {
    height: 25px;
    margin-right: 5px;
}

.header-top-dil li a .icon img {
    height: 100%;
}


/**/
.satis-sonrasi-circle-logo {
  position: absolute;
  top: 0;
  left: 0px;
  width: 150px;
  height: 150px;
}
.satis-sonrasi-logo-svg {
  width: 100%;
  height: 100%;
  animation: satis-sonrasi-rotate 20s linear infinite;
  overflow: visible;
}
.satis-sonrasi-logo-svg text {
  font-size: 8px;
  letter-spacing: 1.5px;
  fill: black;
}
@keyframes satis-sonrasi-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.satis-sonrasi-logo-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
}

.satis-sonrasi-logo-inner img {
  height: 90px;
  object-fit: contain;
  width: auto;
  margin-top: -3px;
}

/**/

.font1 {
    font-family: "Montserrat", sans-serif;
}


.font2 {
    font-family: "Manrope", sans-serif;
}

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 19px 30px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: #fff;
  color: #262625;
}

.theme-btn.btn-one:hover{
  color: #fff;
  background: #144b38;
}

.theme-btn span{
  position: relative;
  padding-right: 40px;
}

.theme-btn span:before {
    position: absolute;
    content: "\f105"; /* Font Awesome "arrow-right" kodu */
    font-family: 'Font Awesome 6 Free'; /* Font Awesome font adı */
    font-weight: 900; /* solid ikonlar için gerekli */
    font-size: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    top: -5px;
    right: 0px;
    transition: all 500ms ease;
}

.theme-btn.btn-one span:before{
  color: #fff;
  background: #1c1712;
}

.theme-btn.btn-one:hover span:before{
  background: #fff;
  color: #144b38;
}

.theme-btn.btn-two{
  color: #fff;
  background: #144b38;
}

.theme-btn.btn-two span:before{
  background: #fff;
  color: #144b38;
}

.theme-btn.btn-two:hover{
  background: #1c1c1c;
}


a {
  text-decoration: none;
}

p {
    position: relative;
    color: #827e7d;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0px 0 0 0;
}

body.menu-open {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
  background-color: #ffffff;
  /* backdrop-filter: blur(8px); */
  z-index: 1000;
  transition: background-color 0.3s ease;
  box-shadow: 0px 0px 10px 0px #00000024;
}
.logo {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 200px;
}

.logo img{
    width: 100%;
}


/** main-header **/

.main-header{
  position: fixed;
  transition: background-color 0.3s ease;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

/* Scroll olunca yeşil olacak */
.main-header.scrolled {
  background-color: #144b38; /* istediğin yeşil */
}


.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  border-bottom: 1px solid #e2e2e240;
  padding: 0px 50px;
}

.header-top .outer-container{
  position: relative;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.header-top .social-links li:last-child{
  margin: 0px;
}

.header-top .social-links li h5{
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.header-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a9a6a5;
}

.header-top .social-links li a:hover{

}

.header-top .social-links li:before{
  position: absolute;
  content: '';
  background: #a9a6a5;
  width: 4px;
  height: 4px;
  top: 12px;
  right: -14px;
  border-radius: 50%;
}

.header-top .social-links li:first-child:before,
.header-top .social-links li:last-child:before{
  display: none;
}

.header-top .text h5{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.header-top .links-list li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  margin-right: 25px;
  font-weight: 700;
}

.header-top .links-list li:last-child{
  margin-right: 0px;
}

.header-top .links-list li a{
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.header-top .links-list li a:hover{

}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.main-header .menu-left-content{
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px 50px 28px 0px;
  margin-right: 30px;
  border-right: 1px solid #e2e2e240;
  background: white;
}

.main-header .menu-left-content:before {
    position: absolute;
    width: 100px;
    height: 150px;
    background: #ffffff;
    right: -70px;
    bottom: -10px;
    content: '';
    transform: rotate(16deg);
}


.main-header .menu-left-content:after {
    position: absolute;
    width: 100px;
    height: 150px;
    background: #ffffff;
    left: -99px;
    bottom: -10px;
    content: '';
}


.main-header .menu-left-content .logo-box{
  position: relative;
  margin-right: 0;
  margin: 0;
}

.main-header .menu-left-content .logo-box:before{
  position: absolute;
  content: '';
  background: #e2e2e2;
  width: 1px;
  height: 66px;
  right: -54px;
  top: -4px;
  opacity: 0;
}

.main-header .search-box-outer{
  position: relative;
}

.main-header .search-box-outer h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #1c1c1c;
  font-weight: 700;
  padding-left: 38px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .search-box-outer h5:hover{

}

.main-header .search-box-outer h5 i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 24px;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
  padding: 23px 0px 22px 80px;
  margin-left: 30px;
  border-left: 1px solid #e2e2e240;
}

.main-header .menu-right-content .option-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.main-header .menu-right-content .option-list li:last-child{
  margin: 0px;
}

.main-header .menu-right-content .option-list li a{
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d6d6d6;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
}

.main-header .menu-right-content .option-list li a:hover{
  color: #fff;
  background: #144b38;
}

.main-header .menu-right-content .option-list{
  position: relative;
  margin-right: 100px;
}

.main-header .menu-right-content .option-list:before{
  position: absolute;
  content: '';
  background: #e2e2e240;
  width: 1px;
  height: 66px;
  right: -54px;
  top: -15px;
}

.main-header .menu-right-content .btn-box{
  position: relative;
  padding-left: 60px;
}

.main-header .menu-right-content .btn-box .icon-box{
  position: absolute;
  left: 0px;
  top: -10px;
  display: flex;
  width: 44px;
  height: 44px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #144b38;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.main-header .menu-right-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 0;
}

.main-header .menu-right-content .btn-box a i{
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 12px;
}

.main-header .menu-right-content .btn-box a:hover{

}



/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size: 16px;
  line-height:30px;
  padding: 20px 10px;
  font-weight:700;
  opacity:1;
  color: #ffffff;
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > a:before,
.main-menu .navigation > li > a:after{
  position: absolute;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a:before{
  content: '[';
  left: 0px;
  top: 20px;
}

.main-menu .navigation > li > a:after{
  content: ']';
  right: 0px;
  top: 20px;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li > a:hover:before,
.main-menu .navigation > li > a:hover:after{
  opacity: 1;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #ffffff9e;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  margin-top: 20px;
  z-index:100;
  background: #fff;
  display:none;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.main-menu .navigation > li > .megamenu{
  background: #212226;
}

.main-menu .navigation > li > .megamenu a{
  display: inline-block !important;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: 'Manrope', sans-serif;
  color:#1d1d1b;
  text-align: left;
  padding: 12px 0px;
  text-transform: capitalize;
  transition:all 500ms ease;
  border-bottom: 1px solid #e2e2e2;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  color: #b9b7b6;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:700;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after{

}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:240px;
  z-index:100;
  display:none;
  border-radius: 0px;
  padding: 10px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: 'Manrope', sans-serif;
  color:#1d1d1b;
  text-align: left;
  padding: 12px 0px;
  border-bottom: 1px solid #e2e2e2;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 10px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0a0807;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
  border-bottom: 1px solid #e2e2e240;
  overflow: hidden;
}






/* Genel Slider Stilleri */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
}

.slide.active {
    display: block;
}

/* Slayt İçeriği */
.slide-content {
    position: relative;
    width: 100%;
    height: 100vh; /* Ekran yüksekliği */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Öğeleri aralıklı hizala */
    overflow: hidden;
    background: #144b38;
}

/* Resim Alanı */
.image-container {
    position: relative;
    top: 0;
    left: 0;
    width: 50%; /* Genişlik ayarı */
    height: 100vh;
    z-index: 1;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: grayscale(20%);
}

/* Yazı Alanı */
.text-container {
    position: relative;
    z-index: 2;
    width: 50%; /* Genişlik ayarı */
    text-align: left; /* Metni sola hizala */
    color: #fff;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.textic {
    display: inline-block;
     /* Arka plan rengi */
}

.text1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text2 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

/* Buton Stilleri */
.btn-genel {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.btn-beyaz {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
}

.btn-beyaz:hover {
    background-color: #fff;
    color: #000;
}

.btn-genel {
    background-color: rgba(50, 150, 250, 0.9);
    color: #fff;
}

.btn-genel:hover {
    background-color: #3296fa;
    color: #fff;
}

/* Slider Butonları */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .slide-content {
        flex-direction: column;
        height: auto;
        padding: 50px 20px;
    }

    .image-container {
        position: relative;
        width: 100%; /* Tam genişlik */
        height: 300px;
    }

    .text-container {
        width: 100%; /* Tam genişlik */
        text-align: center; /* Metni ortala */
    }

    .image-container img {
        object-fit: cover;
        opacity: 0.6;
    }

    .textic {
        padding: 20px;
    }

    .text1 {
        font-size: 2em;
    }

    .text2 {
        font-size: 1.2em;
    }

    .btn-genel {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

/* Ek Logo/Hologram Stili (İsteğe Bağlı) */
.logo-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    opacity: 0.2;
    z-index: 3;
    pointer-events: none;
}

/**/


.sec-title{
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #144b38;
  font-weight: 700;
  padding-bottom: 9px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sec-title .sub-title:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #144b38;
  left: 0px;
  bottom: 0px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}



/* about-section */
.about-section {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding: 120px 0px 60px 0px;
}

.about-section:before {
    position: absolute;
    content: '';
    background: #f3f1f1;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e2e2e2;
}

/* auto-container */
.about-section .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/* row clearfix */
.about-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-section .row::after {
    content: "";
    display: table;
    clear: both;
}

/* image-column */
.about-section .image-column {
    position: relative;
}

/* image-box */
.about-section .image-box {
    position: relative;
    display: block;
    margin-right: 100px;
}

.about-section .image-box .image {
    position: relative;
    display: block;
    margin-bottom: 23px;
    margin-right: 0;
    margin-top: 0;
}

.about-section .image-box .image img {
    width: 100%;
}

.about-section .image-box .text {
    position: relative;
    display: block;
    text-align: right;
}

.about-section .image-box .text h5 {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    padding-right: 21px;
}

.about-section .image-box .text h5::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    top: 11px;
    right: 0px;
    border-radius: 50%;
    background: #144b38;
}

/* content-column */
.about-section .content-column {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-top: -9px;
}

/* content-box */
.about-section .content-box {
    position: relative;
    display: block;
}

.about-section .content-box:before{
  content: '';
  position: absolute;
  right: 30px;
  bottom: -40px;
  width: 340px;
  background-repeat: no-repeat !important;
  height: 340px;
  background-size: cover !important;
  background: url(../images/1.png);
  /* filter: brightness(0.5); */
  opacity: 15%;
}

.about-section .content-box .sec-title {
    margin-bottom: 31px;
}

.about-section .content-box .text {
    position: relative;
    display: block;
    padding-bottom: 43px;
    margin-bottom: 42px;
    border-bottom: 1px solid #e2e2e2;
}

.about-section .content-box .single-box {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.about-section .content-box .single-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 14px;
}

.about-section .content-box .inner-box {
    position: relative;
    display: block;
    padding: 1px 0px 0px 185px;
}

.about-section .content-box .inner-box .curve-text {
    position: absolute;
    left: 58px;
    top: -10px;
}

.about-section .content-box .inner-box .curve-text::before {
    position: absolute;
    content: '.';
    left: -8px;
    top: -8px;
    font-size: 24px;
    color: #1c1c1c;
}

.about-section .content-box .inner-box .curve-text .curved-circle {
    font-size: 13px;
    line-height: 23px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(175deg);
}

.about-section .content-box .inner-box .curve-text .icon-box {
    position: absolute;
    left: -20px;
    top: 23px;
    font-size: 45px;
    color: #144b38;
}

.about-section .content-box .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.about-section .content-box .inner-box p {
    margin-bottom: 8px;
}

.about-section .content-box .inner-box button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    transition: all 500ms ease;
    border: none;
    background: transparent;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
}

.about-section .content-box .inner-box button i {
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 24px;
}




/**/

.chooseus-section{
  position: relative;
  overflow: hidden;
}

.chooseus-section .sec-title{
  margin-right: 100px;
  padding: 205px 0px 355px 0px;
  margin-bottom: 0px;
}

.chooseus-section .sec-title h2{
  margin-bottom: 23px;
  font-size: 38px;
  line-height: 48px;
}

.chooseus-section .sec-title p{
  margin-bottom: 33px;
  line-height: 25px;
}

.chooseus-section .right-column{
  position: absolute;
  top: 70px;
  right: 0px;
  width: 50%;
  border-left: 1px solid #e2e2e2;
}

.chooseus-section .scroll-text {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 35px 0 35px 40px;
  white-space: nowrap;
}

.chooseus-section .scroll-text .text-list {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  animation: scroll-left 20s linear infinite;
}

.chooseus-section .scroll-text .text-list.clone {
  animation: scroll-left-2 20s linear infinite;
  animation-delay: 10s; /* ilk yarım turdan sonra başlatıyoruz */
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes scroll-left-2 {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(0); }
}

.chooseus-section .scroll-text .text-list li {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 70px;
  color: #144b38;
}

.chooseus-section .scroll-text .text-list li:last-child{
  margin: 0px;
}

.chooseus-section .scroll-text .text-list li:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  right: -40px;
  top: 19px;
  border-radius: 50%;
  background: #144b38;
}

.chooseus-section .scroll-text .text-list li:last-child:before{
  display: none;
}

.chooseus-section .content-box .single-item{
  position: relative;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.chooseus-section .content-box .single-item:first-child{
  border-top: 1px solid #e2e2e2;
}

.chooseus-section .content-box .static-content{
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0px 35px 55px;
}

.chooseus-section .content-box .static-content:before{
  position: absolute;
  content: '';
  background: #e2e2e2;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 164px;
}

.chooseus-section .content-box .static-content .count-text{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #f3f1f1;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  margin-right: 105px;
}

.chooseus-section .content-box .text{
  max-width: 500px;
}

.chooseus-section .content-box h3{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-right: 25px;
  margin-bottom: 8px;
}

.chooseus-section .content-box h3:before {
    position: absolute;
    content: "\f105"; /* Font Awesome arrow-right ikonu */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* solid ikonlar için */
    font-size: 14px;
    color: #a9a6a5;
    top: 1px;
    right: 0px;
}

.chooseus-section .content-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px 30px 40px;
  background: #1c1c1c;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-section .content-box .single-item:hover .overlay-content{
  top: 0px;
  opacity: 1;
}

.chooseus-section .content-box .overlay-content:before{
  position: absolute;
  content: '';
  background: #4f4d4f;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 164px;
}

.chooseus-section .content-box .overlay-content .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #144b38;
  margin-right: 90px;
}

.chooseus-section .content-box .overlay-content h3{
  color: #fff;
}

.chooseus-section .content-box .overlay-content h3:before{
  transform: rotate(90deg);
}

.chooseus-section .content-box .overlay-content p{
  color: #a9a6a5;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 960px;
  height: 855px;
  background-repeat: no-repeat;
}


/**/

/** case-section **/

.case-section{
  position: relative;
  padding-top: 85px;
}

.case-section .outer-container{
  padding: 0px 55px;
}

.case-block-one .inner-box{
  position: relative;
  padding: 30px 0px;
}

.case-block-one .inner-box .upper-content{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.case-block-one .inner-box .upper-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 22px;
}

.case-block-one .inner-box .upper-content h5:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
  background: #144b38;
}

.case-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.case-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.case-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.case-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.case-block-one .inner-box .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.case-block-one .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  font-size: 32px;
  color: #292729;
  border-radius: 50%;
  transform: scale(0,0);
  transition: 0.5s;
}

.case-block-one .inner-box:hover .view-btn a{
  transform: scale(1,1);
  transition: 0.5s;
}

.case-block-one .inner-box .view-btn a:hover{
  color: #fff;
}

.case-block-one .inner-box .lower-content{
  padding-top: 22px;
}

.case-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.case-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #292729;
}

.case-block-one .inner-box .lower-content h3 a:hover{

}

.case-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #e2e2e2;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -55px;
}

.case-section .owl-nav span{
  display: none;
}

.case-section .owl-nav{
  position: absolute;
  left: 0;
  top: -90px;
  right: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}

.case-section .owl-nav button{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width: 38px;
  height: 24px;
}

.case-section .owl-nav button.owl-prev:before{
  position: absolute;
  content: '';
  background-image: url(../images/icon-1.png);
  width: 38px;
  height: 24px;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.case-section .owl-nav button.owl-next:before{
  position: absolute;
  content: '';
  background-image: url(../images/icon-2.png);
  width: 38px;
  height: 24px;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.case-section .owl-nav button.owl-prev:hover:before,
.case-section .owl-nav button.owl-next:hover:before{
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.case-section .owl-dots{
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: -365px;
  top: -137px;
  right: 0px;
  text-align: right;
  counter-reset: slides-num;
  margin: 0 auto;
}

.case-section .owl-dots::after {
  position: absolute;
  right: 0px;
  top: 53px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 24px;
  color: #a9a6a5;
  font-weight: 700;
  opacity: 0;
}

.case-section .owl-dots:before{
  position: absolute;
  content: '';
  right: 44px;
  top: 58px;
  width: 1px;
  height: 18px;
  background: #e2e2e2;
  opacity: 0;
}

.case-section .owl-dots button span{
  display: none !important;
}

.case-section .owl-dots button{
  position: absolute;
  top: 0px;
  right: 110px;
  counter-increment: slides-num;
  font-size: 90px;
  line-height: 80px;
  color: #1c1c1c;
}

.case-section .owl-dots button.active:before{
  position: absolute;
  content: counter(slides-num);
  font-size: 90px;
  color: #144b38;
  line-height: 80px;
  font-weight: 500;
  opacity: 0;
}

.case-section .owl-dots button.active:after{
  position: absolute;
  content: '0';
  top: 0px;
  right: 0px;
  font-size: 90px;
  color: #144b38;
  line-height: 80px;
  opacity: 0;
}

.case-carousel .owl-nav button{
  position: relative;
  transition: all 500ms ease;
  color: transparent !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}

.case-carousel .owl-nav button:hover{

}
.case-carousel .owl-nav button.owl-prev{
  margin-right: 20px;
}

.case-block-one .inner-box .lower-content{
  padding-top: 22px;
}
.case-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.case-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #292729;
}

.case-block-one .inner-box .lower-content h3 a:hover{

}
.case-block-one .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  font-size: 32px;
  color: #292729;
  border-radius: 50%;
  transform: scale(0,0);
}

.case-block-one .inner-box:hover .view-btn a{
  transform: scale(1,1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-block-one .inner-box .image-box .view-btn a:hover{
  color: #fff;
  background: #144b38;
}


/**/

/** working-section **/

.working-section{
  position: relative;
  padding-top: 111px;
}

.working-section .outer-container{
  position: relative;
  overflow: hidden;
}

.working-section .outer-container .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.working-section .content-box{
  position: relative;
  display: block;
  margin: 250px 65px 0px 100px;
  background: linear-gradient(365deg, #ffffff, #ffffff8c);
  padding: 25px 50px 20px 40px;
  overflow: hidden;
}

.working-section .content-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #827e7d;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.working-section .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 23px;
  margin-bottom: 33px;
}

.working-section .content-box h3:before{
  position: absolute;
  content: '';
  background: #e2e2e2;
  width: calc(100% + 50px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.working-section .content-box p{
  margin-bottom: 25px;
  font-size: 15px;
}

.working-section .content-box .btn-box a{
  position: relative;
  display: inline-block;
}

.working-section .content-box .btn-box a:hover span{}

.working-section .content-box .btn-box a span{
  position: relative;
  padding-left: 55px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  transition: all 500ms ease;
}

.working-section .content-box .btn-box a span:before{
    position: absolute;
    content: "\f105"; /* arrow-right ikonu */
    font-family: 'Font Awesome 6 Free'; /* Font Awesome font adı */
    font-weight: 900; /* Solid ikonlar için */
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    left: 0px;
    top: -8px;
    transition: all 0.5s ease;
    border: solid 1px #144b38;
    color: #fff;
    background: #144b38;
}

.working-section .content-box .btn-box a:hover span:before{
  color: #fff;
}

.working-section .tab-btn-box{
  position: relative;
  display: block;
  margin-left: -15px;
}

.working-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 16.6%;
  text-align: center;
  border-right: 1px solid #d6d6d6;
  cursor: pointer;
  min-height: 524px;
  padding: 210px 0px 130px 0px;
  transition: all 500ms ease;
}

.working-section .tab-btns li.active-btn{
  background: #1c1c1c;
}

.working-section .tab-btns li span{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 118px;
  line-height: 118px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 700;
  transition: all 500ms ease;
}

.working-section .tab-btns li h4{
  margin: 0;
  position: absolute;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #827e7d;
  font-weight: 700;
  transform: rotate(90deg);
  width: 100%;
  transition: all 500ms ease;
  min-width: 380px;
  left: -130px;
  text-align: left;
  top: 320px;
}

.working-section .tab-btns li.active-btn span{
  color: #fff;
  border-bottom: transparent;
  background: #144b38;
}

.working-section .tab-btns li.active-btn h4{
  color: #fff;
}

.bg-color-1{
  background: #f3f1f1;
}

.border-top{
  border-top: 1px solid #e2e2e2 !important;
}

.border-bottom{
  border-bottom: 1px solid #e2e2e2 !important;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.centred{
  text-align: center;
}


/**/


/** video-section **/
.video-section {
  position: relative;
  padding: 141px 0px 140px 0px;
}

.video-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.video-section .sec-title .sub-title {
  color: #fff;
}

.video-section .sec-title h2 {
  font-size: 72px;
  line-height: 82px;
  padding: 0 70px 0px 0px;
}

.video-section .curve-text {
  position: absolute;
  top: 12px;
  right: 0px;
  width: 103px;
  height: 103px;
}

.video-section .curve-text .video-btn {
  position: absolute;
  left: 40px;
  top: 50px;
}

.video-section .curve-text .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  margin-top: -5px;
  margin-left: 5px;
}

.video-section .curve-text .video-btn a:hover {
}

.video-section .curve-text .curved-circle-2,
.video-section .curve-text .curved-circle-3 {
  position: absolute;
  left: 52px;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.video-section .curve-text .curved-circle-2 {
  top: 0px;
}

.video-section .curve-text .curved-circle-3 {
  top: 97px;
}

.video-section .sec-title {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 39px;
}

.video-section .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-section .lower-box p {
  color: #d6d6d6;
}


/**/

/** funfact-section **/
.funfact-section {
  position: relative;
  padding: 140px 0px;
}

.funfact-section .big-text {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 280px;
  line-height: 200px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e2e2e2;
  opacity: 60%;
}

.funfact-section .outer-container {
  padding: 0px 50px;
}

.funfact-block-one .inner-box {
  position: relative;
  display: block;
  align-items: center;
  justify-content: left;
}

.funfact-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 96px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
  background: #144b38;
  margin-bottom: 10px;
}

.funfact-block-one .inner-box .count-outer {
  position: relative;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: #1c1c1c;
  margin-right: 30px;
}

.funfact-block-one .inner-box .text h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}

/**/


/** service-section **/

.service-section{
  position: relative;
  border-top: 1px solid #dad9d7;
  border-bottom: 1px solid #dad9d7;
  padding: 100px 0px;
}

.service-section .sec-title{
  margin-bottom: 65px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px 10px 30px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 57px;
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 310px;
  height: 310px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  left: -16px;
  top: -15px;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
  width: 100%;
  left: -40px;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.service-block-one .inner-box .image-box .shape{
  position: absolute;
  left: 30px;
  top: 30px;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .shape{
  transform: scale(0,0);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 14px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #1c1c1c;
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block-one .inner-box .lower-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
}

.service-block-one .inner-box .lower-content .btn-box a:hover{

}

.service-block-one .inner-box .lower-content .btn-box a span{
  position: relative;
  padding-left: 55px;
}

.service-block-one .inner-box .lower-content .btn-box a span:before {
    position: absolute;
    content: "\f105"; /* arrow-right ikonu */
    font-family: "Font Awesome 6 Free"; /* Font Awesome font ailesi */
    font-weight: 900; /* solid ikon için */
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    left: 0;
    top: -11px;
    transition: all 0.5s ease;
    border: solid 1px #144b38;
    color: #fff;
    background: #144b38;
}


.service-block-one .inner-box .lower-content .btn-box a:hover span:before{
  color: #fff;
}

.service-block-one .inner-box .lower-content .big-text{
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 180px;
  line-height: 120px;
  color: #eaeaea;
  font-weight: 700;
  text-transform: uppercase;
}

.service-section .line-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.service-section .line-box .line{
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
}

.service-section .line-box .line-1{
  left: 0px;
}

.service-section .line-box .line-2{
  left: 33.3334%;
}

.service-section .line-box .line-3{
  left: 66.666%;
}

.service-section .line-box .line-4{
  right: 0px;
}


/**/

.home-slider {
    width: 100%;
}

/* Slide ayarları */
.home-slider .swiper-slide {
    background: #fff;
    position: relative;
    height: 100vh;
}

/* Buton */
.home-slider .swiper-slide a.butonn {
    border: 1px solid #ffffff7a;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
}

/* Text arka plan animasyonu */

.home-slider .swiper-slide .text-bg .container{
    max-width: 1130px;
}

.home-slider .swiper-slide .text-bg:before {
    content: '';
    opacity: 0;
    position: absolute;
    right: -380px;
    top: 0;
    width: 60%;
    height: 100%;
    background: #144b38;
    white-space: nowrap;
    transition: all 1s ease-in-out;
    transform: skew(-17deg, 0deg);
    -moz-transform: skew(-17deg, 0deg);
    -webkit-transform: skew(-17deg, 0deg);
    -o-transform: skew(-17deg, 0deg);
    -ms-transform: skew(10deg, 20deg);
}

.home-slider .swiper-slide .text-bg .overflow{
    background: url(../images/arkaplan.jpg);
    background-position: center right;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

.home-slider .swiper-slide-active .text-bg:before {
    opacity: 0.9;
    right: -120px;
}

/* Text-bg yapısı */
.home-slider .swiper-slide .text-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

/* Resim */
.home-slider .swiper-slide .text .resim img {
    height: 240px;
    object-fit: contain;
    width: auto !important;
}

/* Text alanları */
.home-slider .swiper-slide .text-bg .text1 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.home-slider .swiper-slide .text-bg .text2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-left: -2px;
    padding: 0;
    position: relative;
}

.home-slider .swiper-slide .text-bg .text2:before {
    position: absolute;
    right: -130px;
    top: 30px;
    width: 110px;
    height: 1px;
    background: #ffffff7a;
    content: '';
    display: none;
}

.home-slider .swiper-slide .text-bg .text3 {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    opacity: 0.7;
    max-width: 450px;
    color: #fff;
    margin-top: 15px;
}

/* Swiper Pagination */
.home-slider .swiper-pagination-bullet {
    display: inline-block;
    background: #ffffff5c;
    opacity: 1;
    margin: 2px !important;
}

.home-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0f3e67 !important;
}

.home-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.home-slider .swiper-pagination-custom,
.home-slider .swiper-pagination-fraction {
    left: 0 !important;
    width: 100% !important;
}

/* Navigation okları */
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    text-align: center;
}


.home-slider { width: 100%; height: 100vh; position: relative; overflow: hidden; background: #000; }
.home-slider .swiper-slide { position: relative; height: 100vh; }

/* Arkaplan Resmi */
.home-slider .bg-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; }


/* EĞİK YEŞİL ALAN (z-index: 3) */
.text-bg:before {
  content: '';
  position: absolute;
  right: -15%;
  top: 0;
  width: 60%;
  height: 100%;
  background: rgba(20, 75, 56, 0.88); /* Görseldeki yeşil */
  transform: skew(-15deg);
  z-index: 3;
  transition: all 1s ease-in-out;
  pointer-events: none; /* 3D modele tıklamayı engellememesi için */
}

/* NOKTALI DESEN / OVERFLOW (z-index: 4 - Yeşilin üstünde) */
.hero-overflow-layer {
  background: url('../images/arkaplan.jpg');
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 4;
  pointer-events: none;
  top: 0; left: 0;
}

/* İÇERİK (Yazılar ve Model - z-index: 10) */
.hero-content-inner { position: relative; z-index: 10; width: 100%; }
.text-area { color: #fff; }
.text1 { font-size: 40px; font-weight: 800; text-transform: uppercase; line-height: 1.1; }
.text2 { font-size: 40px; font-weight: 800; text-transform: uppercase; margin-bottom: 20px; }
.text3 { font-size: 15px; opacity: 0.9; max-width: 450px; margin-bottom: 25px; line-height: 1.6; }
.detay-btn { border-bottom: 1px solid #fff; color: #fff; text-decoration: none; padding-bottom: 4px; font-size: 14px; }

/* 3D Model Kapsayıcı */
.sketchfab-wrapper { position: relative; height: 500px; width: 100%; }
.sketchfab-viewer { width: 100%; height: 100%; }

/* ALT KATEGORİ BANDI */
.slider-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  z-index: 100;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-cat-container { display: flex; max-width: 1200px; margin: 0 auto; }
.hero-cat-box {
  flex: 1; padding: 25px 15px; cursor: pointer; display: flex; align-items: center;
  position: relative; transition: 0.4s; opacity: 1;
}
.hero-cat-box.active { opacity: 0.4; }
.hero-cat-box:after {
  content: ''; position: absolute; top: 0; left: 15%; width: 70%; height: 3px;
  background: #fff; transform: scaleX(0); transition: 0.4s;
}
.hero-cat-box.active:after { transform: scaleX(1); }

.hero-cat-icon {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%;
  display: none; align-items: center; justify-content: center; margin-right: 15px; color: #fff;
}

.hero-cat-icon img{
  width: 100%;
  filter: contrast(0.5);
  padding: 10px;
}
.hero-cat-text .c-title { display: block; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 11px;border-right: solid 1px #ffffff2b;padding-right: 10px;}
.hero-cat-text .c-sub { display: block; color: rgba(255,255,255,0.5); font-size: 10px; }

@media (max-width: 991px) {
  .slider-bottom-bar, .text-bg:before { display: none; }
  .text1, .text2 { font-size: 28px; }
  .sketchfab-wrapper { height: 350px; }
}
.sketchfab-wrapper {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.sketchfab-wrapper iframe {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -60px;
  height: calc(100% + 120px) !important;
  border: none;
}



.hero-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 35px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.hero-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.hero-btn {
    background-color: #fff;
    color: #144b38; /* Sizin koyu yeşil tonunuz */
}

.hero-btn i {
    transform: translateX(5px);
}


@media (max-width: 991px) {
    /* 1. Slider'ı tam ekran yap ve taşmaları engelle */
    .home-slider, 
    .home-slider .swiper-slide {
        height: 100vh !important;
        height: 100dvh !important; /* Mobil tarayıcılar için dinamik yükseklik */
        overflow: hidden;
    }

    /* 2. Arka plan resmini tam merkeze oturt ve ekranı kaplat */
    .home-slider .bg-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; /* Resmi sünnetlemeden tam doldurur */
        object-position: center; /* Resmi ortalar */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* 3. Yarım görünmeye sebep olan yeşil eğik alanı mobilde tamamen KAPA */
    .text-bg:before {
        display: none !important; 
    }

    /* 4. Karartma katmanını tüm ekrana yay (yazılar okunsun diye) */
    .text-bg {
        background: rgba(0, 0, 0, 0.5) !important; /* Hafif karartma */
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        padding-bottom: 0;
    }

    /* 5. İçerikleri (Yazı ve 3D) alt alta ve ortalı yap */
    .hero-content-inner {
        width: 100%;
        padding: 0 15px;
    }

    .text-area {
        text-align: center;
        margin-bottom: 20px;
    }

    .text1 { font-size: 14px !important; margin-bottom: 5px !important; }
    .text2 { font-size: 24px !important; line-height: 1.2 !important; }
    .text3 { font-size: 13px !important; margin: 10px auto !important; opacity: 0.8; }

    /* 6. 3D Modeli mobilde küçült (arka planı daha çok görmek için) */
    .sketchfab-wrapper {
        height: 250px !important; /* Boyutu biraz küçülttük */
        margin: 0 auto;
        width: 90%;
    }

    /* 7. Alt butonları CSS ile de garantiye alıp gizle */
    .slider-bottom-bar {
        display: none !important;
    }
}
/**/


/* Responsive Css */

@media only screen and (max-width: 1849px){

  .header-style-three .header-lower .main-menu .navigation > li{
    padding: 0px 15px; /* Özellik: padding */
  }
}


@media only screen and (max-width: 1749px){

  .main-header .menu-left-content{
    border: none; /* Özellik: border */
    padding-right: 0px; /* Özellik: padding-right */
  }

  .main-header .menu-left-content .logo-box:before{
    display: none; /* Özellik: display */
  }

  .main-header .menu-left-content .logo-box{
    margin-right: 30px; /* Özellik: margin-right */
  }

  .main-header .menu-right-content{
    border-left: none; /* Özellik: border-left */
    padding-left: 0px; /* Özellik: padding-left */
  }

  .main-header .menu-right-content .option-list{
    margin-right: 30px; /* Özellik: margin-right */
  }

  .main-header .menu-right-content .option-list:before{
    display: none; /* Özellik: display */
  }

  .funfact-block-one .inner-box{
    display: block; /* Özellik: display */
  }

}


@media only screen and (max-width: 1499px){

  .main-header .menu-right-content .btn-box{
    display: none; /* Özellik: display */
  }

  .main-header .menu-right-content .option-list{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .main-menu .navigation > li{
    margin: 0px 12px; /* Özellik: margin */
  }

  .banner-carousel .content-box .special-text{
    font-size: 170px; /* Özellik: font-size */
    line-height: 170px; /* Özellik: line-height */
  }

  .banner-section .line-box{
    display: none; /* Özellik: display */
  }

  .header-style-two .header-lower .outer-box:before,
  .header-style-two .header-lower .outer-box:after{
    display: none; /* Özellik: display */
  }

  .header-style-two .header-lower .outer-container{
    border-top: none; /* Özellik: border-top */
  }

  .header-style-two .header-lower .outer-box{
    padding-left: 30px; /* Özellik: padding-left */
  }

}


@media only screen and (max-width: 1399px){

  .header-style-three .menu-right-content .support-box{
    display: none; /* Özellik: display */
  }

  .header-style-three .menu-right-content .user-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

}



@media only screen and (max-width: 1200px){
  .about-section .image-box .image{
    margin-right: 0;
  }

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important; /* Özellik: display */
  }

  .menu-area .mobile-nav-toggler {
    display: block; /* Özellik: display */
    padding: 10px; /* Özellik: padding */
  }

  .megamenu ul li:first-child{
    display: none; /* Özellik: display */
  }

  .header-top .outer-container{
    display: block; /* Özellik: display */
    text-align: center; /* Özellik: text-align */
  }

  .header-top .social-links li{
    float: none; /* Özellik: float */
  }

  .banner-carousel .owl-nav{
    display: none; /* Özellik: display */
  }

  .banner-carousel .owl-dots{
    left: 80px; /* Özellik: left */
  }

  .about-section .content-box{
    margin: 0px; /* Özellik: margin */
  }

  .about-section .image-box{
    margin: 0px; /* Özellik: margin */
  }

  .funfact-section .big-text{
    display: none; /* Özellik: display */
  }

  .service-section .line-box{
    display: none; /* Özellik: display */
  }

  .chooseus-section .right-column{
    position: relative; /* Özellik: position */
    width: 100%; /* Özellik: width */
    top: 0;
  }

  .chooseus-section .sec-title{
    padding-bottom: 50px; /* Özellik: padding-bottom */
  }

  .working-section .content-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .working-section .content-box{
    padding-left: 40px; /* Özellik: padding-left */
    padding-right: 40px; /* Özellik: padding-right */
  }

  .case-section .owl-nav,
  .case-section .owl-dots{
    display: none; /* Özellik: display */
  }

  .service-style-two .line-box,
  .video-style-two .icon-layer{
    display: none; /* Özellik: display */
  }

  .video-style-two .content-box{
    padding-left: 50px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .video-style-two .content-box h2:before{
    display: none; /* Özellik: display */
  }

  .chooseus-block-one .inner-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .chooseus-block-one .inner-box h3{
    padding: 0px; /* Özellik: padding */
  }

  .chooseus-block-one .inner-box h3:before,
  .chooseus-block-one .inner-box h3:after{
    display: none; /* Özellik: display */
  }

  .about-style-two .content-box{
    padding-left: 60px; /* Özellik: padding-left */
  }

  .about-style-two .image-box{
    margin-right: 60px; /* Özellik: margin-right */
  }

  .team-section .big-text{
    display: none; /* Özellik: display */
  }

  .team-section .inner-container .team-block{
    padding: 0px 15px; /* Özellik: padding */
  }

  .team-section .inner-container{
    margin: 0px; /* Özellik: margin */
  }

  .pricing-block-one .pricing-table .table-footer,
  .pricing-block-one .pricing-table .feature-list{
    padding-left: 25px; /* Özellik: padding-left */
    padding-right: 25px; /* Özellik: padding-right */
  }

  .testimonial-style-two .owl-nav{
    display: none; /* Özellik: display */
  }

  .contact-section .content-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .downloads-section .sec-title{
    display: block; /* Özellik: display */
  }

  .downloads-section .download-inner{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .header-top-two .top-inner{
    display: block; /* Özellik: display */
  }

  .header-top-two .top-left, .header-top-two .top-right{
    justify-content: space-between; /* Özellik: justify-content */
  }

  .header-style-three .header-lower .outer-box{
    padding-top: 15px; /* Özellik: padding-top */
    padding-bottom: 15px; /* Özellik: padding-bottom */
  }

  .banner-style-three .owl-nav,
  .banner-style-three .owl-dots{
    display: none; /* Özellik: display */
  }

  .banner-style-three{
    padding-top: 150px; /* Özellik: padding-top */
  }

  .growth-section .image-layer,
  .faq-section .pattern-layer{
    display: none; /* Özellik: display */
  }

  .testimonial-style-three .slider-content{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .testimonial-style-three .big-text,
  .testimonial-style-three .bg-layer,
  .testimonial-style-three .owl-nav{
    display: none; /* Özellik: display */
  }

  .testimonial-style-three .content-box{
    padding: 0px; /* Özellik: padding */
    margin: 0px; /* Özellik: margin */
  }

  .testimonial-style-three{
    padding-bottom: 120px; /* Özellik: padding-bottom */
  }

  .footer-style-three .widget-section{
    padding-top: 110px; /* Özellik: padding-top */
  }

  .page-title .line-box{
    display: none; /* Özellik: display */
  }

  .history-section .content-box .text:before{
    display: none; /* Özellik: display */
  }

  .history-section .inner-box:nth-child(2) .content-box .text, 
  .history-section .inner-box:nth-child(4) .content-box .text{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .sortable-masonry .filter-tabs li:before{
    display: none; /* Özellik: display */
  }

  .sortable-masonry .filter-tabs li{
    margin: 0px 10px; /* Özellik: margin */
  }

  .case-section .case-block,
  .case-section.project-page-two .outer-container{
    padding: 0px 15px; /* Özellik: padding */
  }

  .case-block-one .inner-box:before{
    display: none; /* Özellik: display */
  }

  .pricing-block-two .pricing-table .theme-btn{
    padding-left: 15px; /* Özellik: padding-left */
    padding-right: 15px; /* Özellik: padding-right */
  }

  .faq-page-section .image-box .image-content h2{
    padding-left: 15px; /* Özellik: padding-left */
  }

  .faq-page-section .image-box .image-content .theme-btn{
    padding-left: 15px; /* Özellik: padding-left */
    padding-right: 15px; /* Özellik: padding-right */
  }

  .service-details-content .content-three .tabs-content .inner-box,
  .industries-block-one .inner-box .content-box{
    padding-left: 30px; /* Özellik: padding-left */
  }

  .industry-style-four .content-box{
    margin-left: 0px; /* Özellik: margin-left */
  }

  .industry-style-four .content-box .search-form .form-group:before{
    display: none; /* Özellik: display */
  }

  .industry-style-four .image-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .industry-section .content-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .industry-section .image-box{
    padding-left: 0px; /* Özellik: padding-left */
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important; /* Özellik: display */
    visibility:hidden; /* Özellik: visibility */
    opacity:0; /* Özellik: opacity */
  }
}



@media only screen and (max-width: 991px){

  .banner-carousel .content-box{
    margin-left: 30px; /* Özellik: margin-left */
  }

  .banner-carousel .owl-dots{
    display: none; /* Özellik: display */
  }

  .banner-carousel .content-box h2 span:before{
    display: none; /* Özellik: display */
  }

  .banner-section .text-box{
    display: none; /* Özellik: display */
  }

  .about-section .image-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .about-section:before{
    display: none; /* Özellik: display */
  }

  .about-section .content-box .text{
    border-bottom: none; /* Özellik: border-bottom */
    padding-bottom: 0px; /* Özellik: padding-bottom */
  }

  .funfact-block-one .inner-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .funfact-section{
    padding-bottom: 110px; /* Özellik: padding-bottom */
  }

  .service-block-one .inner-box{
    margin-bottom: 50px; /* Özellik: margin-bottom */
  }

  .service-section{
    padding-bottom: 70px; /* Özellik: padding-bottom */
  }

  .chooseus-section .pattern-layer{
    display: none; /* Özellik: display */
  }

  .industry-section .image-box{
    padding-top: 0px; /* Özellik: padding-top */
  }

  .video-section .curve-text{
    position: relative; /* Özellik: position */
    top: 0px; /* Özellik: top */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .video-section .lower-box{
    display: block; /* Özellik: display */
  }

  .video-section .lower-box p{
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .working-section .outer-container .bg-layer{
    display: none; /* Özellik: display */
  }

  .working-section .tab-btns li{
    border-top: 1px solid #d6d6d6; /* Özellik: border-top */
  }

  .case-section .outer-container{
    padding: 0px 30px; /* Özellik: padding */
  }

  .testimonial-section .sec-title .theme-btn{
    position: relative; /* Özellik: position */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .news-section .tab-btn-box .btn-box{
    position: relative; /* Özellik: position */
    bottom: 0px; /* Özellik: bottom */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .news-block-one .inner-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .news-section{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important; /* Özellik: margin */
  }

  .main-footer .contact-widget:before{
    display: none; /* Özellik: display */
  }

  .main-footer .widget-section{
    padding-bottom: 85px; /* Özellik: padding-bottom */
  }

  .footer-bottom .bottom-inner{
    display: block; /* Özellik: display */
    text-align: center; /* Özellik: text-align */
  }

  .footer-bottom .footer-nav li{
    float: none; /* Özellik: float */
  }

  .header-upper .upper-inner{
    display: block; /* Özellik: display */
  }

  .header-upper .left-column{
    justify-content: center; /* Özellik: justify-content */
  }

  .header-upper .right-column{
    justify-content: center; /* Özellik: justify-content */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .banner-style-two .inner-box{
    padding: 220px 0px 150px 0px; /* Özellik: padding */
  }

  .banner-style-two .owl-dots{
    display: none; /* Özellik: display */
  }

  .service-block-two .inner-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .service-style-two{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .video-style-two .bg-layer{
    display: none; /* Özellik: display */
  }

  .video-style-two .content-box .video-btn{
    position: relative; /* Özellik: position */
    display: block; /* Özellik: display */
    left: 0px; /* Özellik: left */
    transform: translateY(0%); /* Özellik: transform */
    margin-bottom: 25px; /* Özellik: margin-bottom */
  }

  .chooseus-style-two .chooseus-block-one{
    width: 33.333%; /* Özellik: width */
  }

  .chooseus-block-one .inner-box{
    border: none; /* Özellik: border */
    padding: 15px; /* Özellik: padding */
  }

  .chooseus-style-two{
    padding: 100px 0px; /* Özellik: padding */
  }

  .about-style-two .image-box{
    margin-right: 0px; /* Özellik: margin-right */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .about-style-two .image-column{
    padding-bottom: 0px; /* Özellik: padding-bottom */
  }

  .about-style-two .content-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .about-style-two .slider-content .owl-nav{
    display: none; /* Özellik: display */
  }

  .about-style-two .slider-content{
    padding-top: 0px; /* Özellik: padding-top */
  }

  .industry-style-two .single-item{
    width: 50%; /* Özellik: width */
  }

  .industry-style-two .single-item h3 a br{
    display: none; /* Özellik: display */
  }

  .industry-style-two .single-item .overlay-content{
    padding-bottom: 30px; /* Özellik: padding-bottom */
  }

  .team-section .sec-title .theme-btn{
    position: relative; /* Özellik: position */
    bottom: 0px; /* Özellik: bottom */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .case-style-two .owl-nav button{
    display: none; /* Özellik: display */
  }

  .pricing-block-one .pricing-table{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .pricing-section{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .testimonial-style-two .sec-title .theme-btn{
    position: relative; /* Özellik: position */
    bottom: 0px; /* Özellik: bottom */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .testimonial-style-two:before{
    width: 100%; /* Özellik: width */
    height: 100%; /* Özellik: height */
  }

  .testimonial-style-two .inner-box{
    z-index: 1; /* Özellik: z-index */
  }

  .testimonial-style-two .owl-dots{
    display: none; /* Özellik: display */
  }

  .contact-section .outer-container{
    padding: 0px; /* Özellik: padding */
  }

  .downloads-section .sec-title h2{
    max-width: 100%; /* Özellik: max-width */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .header-top-two .top-right{
    display: block; /* Özellik: display */
    text-align: center; /* Özellik: text-align */
  }

  .header-top-two .info-list{
    margin: 0px; /* Özellik: margin */
    display: block; /* Özellik: display */
  }

  .header-top-two .info-list li{
    float: none; /* Özellik: float */
  }

  .header-top-two .social-links li{
    float: none; /* Özellik: float */
  }

  .service-block-three .inner-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .service-style-three{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .chooseus-style-three .content-box{
    margin-top: 30px; /* Özellik: margin-top */
  }

  .industries-block-one .inner-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .industries-block-one .inner-box .image-box{
    position: relative; /* Özellik: position */
    margin-bottom: 25px; /* Özellik: margin-bottom */
  }

  .industries-block-one .inner-box .image-box:before{
    display: none; /* Özellik: display */
  }

  .industries-block-one .inner-box .content-box{
    padding: 0px; /* Özellik: padding */
  }

  .industries-block-one .inner-box .content-box .link-box{
    position: relative; /* Özellik: position */
    left: 0px; /* Özellik: left */
    top: 0px; /* Özellik: top */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .industries-block-one .inner-box:hover .content-box .link-box a{
    width: 70px; /* Özellik: width */
    height: 70px; /* Özellik: height */
    line-height: 70px; /* Özellik: line-height */
  }

  .faq-section .image-box{
    margin: 0px; /* Özellik: margin */
  }

  .faq-section .content-box{
    margin-top: 30px; /* Özellik: margin-top */
  }

  .clients-style-two:before{
    width: 100%; /* Özellik: width */
  }

  .news-style-two .content-column .content-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .news-style-two .bx-viewport{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .news-style-two .bx-controls.bx-has-controls-direction,
  .news-style-two .inner-column:before{
    display: none; /* Özellik: display */
  }

  .footer-style-three .footer-widget{
    margin: 0px 0px 30px 0px !important; /* Özellik: margin */
  }

  .footer-style-three .widget-section{
    padding-bottom: 80px; /* Özellik: padding-bottom */
  }

  .statements-section .tabs-content .content-box .inner-box{
    width: 100%; /* Özellik: width */
  }

  .statements-section .tabs-content .content-box .bg-layer,
  .certification-section .owl-nav{
    display: none; /* Özellik: display */
  }

  .history-section .inner-box:first-child .image-box, .history-section .inner-box:nth-child(3) .image-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .history-section .inner-box:nth-child(2) .image-box, .history-section .inner-box:nth-child(4) .image-box{
    margin-left: 0px; /* Özellik: margin-left */
  }

  .team-section .tab-btn-box{
    margin-top: 0px; /* Özellik: margin-top */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .project-details .category-box .info-box{
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .project-details .upper-box .title-text h2{
    margin-bottom: 20px; /* Özellik: margin-bottom */
  }

  .project-details .lower-box .tab-btns{
    margin-top: 0px; /* Özellik: margin-top */
    margin-bottom: 40px; /* Özellik: margin-bottom */
  }

  .pricing-block-two .pricing-table .table-content{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .pricing-style-two{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .testimonial-section .owl-nav{
    display: none; /* Özellik: display */
  }

  .contact-style-two .sec-title{
    max-width: 100%; /* Özellik: max-width */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .shop-sidebar{
    margin-top: 0px; /* Özellik: margin-top */
    margin-right: 0px; /* Özellik: margin-right */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .shop-details-content .bxslider .image-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .shop-details-content .content-box{
    margin-top: 30px; /* Özellik: margin-top */
  }

  .cart-table tbody tr .prod-column .column-box{
    padding-left: 80px; /* Özellik: padding-left */
  }

  .cart-table tbody tr .prod-column .column-box .prod-thumb{
    border: none; /* Özellik: border */
  }

  .cart-section .apply-coupon .form-group input[type="text"]{
    width: 100%; /* Özellik: width */
  }

  .cart-section .apply-coupon .form-group{
    float: none; /* Özellik: float */
    margin-right: 0px; /* Özellik: margin-right */
  }

  .cart-section .apply-coupon .form-group:last-child{
    margin-top: 15px; /* Özellik: margin-top */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .cart-section .apply-coupon .form-group button{
    width: 100%; /* Özellik: width */
  }

  .cart-section .btn-box{
    float: none; /* Özellik: float */
  }

  .cart-section .btn-box .theme-btn{
    width: 100%; /* Özellik: width */
  }

  .cart-section .btn-box button:last-child{
    margin-top: 15px; /* Özellik: margin-top */
  }

  .checkout-page-section .information-inner,
  .myaccount-section .login-content{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .faq-page-section .sidebar-side:before{
    display: none; /* Özellik: display */
  }

  .faq-page-section .content-box{
    padding-top: 0px; /* Özellik: padding-top */
    padding-bottom: 30px; /* Özellik: padding-bottom */
  }

  .faq-page-section .image-box{
    padding-top: 0px; /* Özellik: padding-top */
    margin-bottom: 120px; /* Özellik: margin-bottom */
    max-width: 270px; /* Özellik: max-width */
  }

  .chooseus-style-three .image-box{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .service-details-content{
    margin-top: 30px; /* Özellik: margin-top */
  }

  .industry-style-four .image-column{
    padding-bottom: 0px; /* Özellik: padding-bottom */
  }

  .industry-style-four .content-box{
    padding-top: 30px; /* Özellik: padding-top */
  }

  .industry-section .content-column{
    padding-bottom: 30px; /* Özellik: padding-bottom */
  }

  .blog-list-one .blog-list-content{
    margin-top: 30px; /* Özellik: margin-top */
  }

  .blog-list-two .blog-list-content{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .blog-list-two .blog-sidebar{
    margin: 0px; /* Özellik: margin */
  }

  .blog-list-one .blog-sidebar{
    margin: 0px; /* Özellik: margin */
  }

  .blog-details .blog-sidebar{
    margin: 0px; /* Özellik: margin */
    margin-top: 30px; /* Özellik: margin-top */
  }

  .contact-info-section .inner-container:before{
    display: none; /* Özellik: display */
  }

  .info-block-one .inner-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .contact-info-section{
    padding-bottom: 90px; /* Özellik: padding-bottom */
  }

  .contact-info-section .info-column{
    border: none; /* Özellik: border */
  }

  .header-upper .right-column .info-box:before{
    display: none; /* Özellik: display */
  }

  .clients-style-two .clients-logo img{
    margin: 0 auto; /* Özellik: margin */
  }


}


@media only screen and (max-width: 767px){

  .main-header .outer-box{
    padding: 0px 30px; /* Özellik: padding */
  }

  .banner-carousel .content-box .special-text{
    font-size: 100px; /* Özellik: font-size */
    line-height: 100px; /* Özellik: line-height */
    min-height: 100px; /* Özellik: min-height */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .banner-carousel .content-box h2{
    font-size: 50    line-height: 60px; /* Özellik: line-height */
  }

  .banner-carousel .content-box p br{
    display: none; /* Özellik: display */
  }

  .banner-carousel .content-box{
    margin-left: 0px; /* Özellik: margin-left */
  }

  .about-section{
    padding: 70px 0px 25px 0px; /* Özellik: padding */
  }

  .sec-title h2{
    font-size: 36px; /* Özellik: font-size */
    line-height: 46px; /* Özellik: line-height */
  }

  .funfact-section{
    padding: 70px 0px 35px 0px; /* Özellik: padding */
  }

  .funfact-block-one .inner-box .icon-box{
    margin-right: 0px; /* Özellik: margin-right */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .funfact-block-one .inner-box .count-outer{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .service-section{
    padding: 65px 0px 20px 0px; /* Özellik: padding */
  }

  .clients-section{
    padding: 70px 0px; /* Özellik: padding */
  }

  .chooseus-section .sec-title{
    margin: 0px; /* Özellik: margin */
    padding: 0px; /* Özellik: padding */
    padding-top: 65px; /* Özellik: padding-top */
  }

  .industry-tab .industry-tab-btns:before{
    display: none; /* Özellik: display */
  }

  .industry-section .content-column{
    padding-top: 65px; /* Özellik: padding-top */
  }

  .industry-section .image-box{
    padding-bottom: 70px; /* Özellik: padding-bottom */
  }

  .video-section{
    display: none;
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .video-section .sec-title h2{
    font-size: 40px; /* Özellik: font-size */
    line-height: 50px; /* Özellik: line-height */
  }

  .working-section{
    padding-top: 61px; /* Özellik: padding-top */
  }

  .case-section{
    padding-top: 65px; /* Özellik: padding-top */
    padding-bottom: 65px;
  }

  .testimonial-section .testimonial-content .inner-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .testimonial-section .testimonial-content .inner-box:before{
    display: none; /* Özellik: display */
  }

  .testimonial-section .testimonial-content{
    padding-left: 0px; /* Özellik: padding-left */
    margin: 0px; /* Özellik: margin */
  }

  .testimonial-section .testimonial-content .quote-box{
    display: none; /* Özellik: display */
  }

  .testimonial-section .testimonial-content .thumb-box{
    position: relative; /* Özellik: position */
    left: 0px; /* Özellik: left */
    top: 0px; /* Özellik: top */
    margin-bottom: 25px; /* Özellik: margin-bottom */
  }

  .testimonial-section{
    padding: 65px 0px; /* Özellik: padding */
  }

  .news-section .tab-btn-box .tab-btns li{
    margin-right: 20px; /* Özellik: margin-right */
  }

  .news-section{
    padding: 65px 0px 40px 0px; /* Özellik: padding */
  }

  .main-footer .footer-top{
    padding-top: 80px; /* Özellik: padding-top */
  }

  .main-footer .widget-section{
    padding-bottom: 45px; /* Özellik: padding-bottom */
  }

  .service-style-two{
    padding: 65px 0px 40px 0px; /* Özellik: padding */
  }

  .video-style-two{
    padding: 70px 0px 65px 0px; /* Özellik: padding */
  }

  .video-style-two .content-box{
    padding: 0px; /* Özellik: padding */
  }

  .video-style-two .content-box h2{
    font-size: 30px; /* Özellik: font-size */
    line-height: 40px; /* Özellik: line-height */
    padding-bottom: 0px; /* Özellik: padding-bottom */
  }

  .chooseus-style-two .chooseus-block-one{
    width: 50%; /* Özellik: width */
  }

  .chooseus-style-two{
    padding: 50px 0px 40px 0px; /* Özellik: padding */
  }

  .about-style-two .image-column{
    padding-top: 70px; /* Özellik: padding-top */
  }

  .about-style-two .slider-content{
    padding-bottom: 70px; /* Özellik: padding-bottom */
  }

  .industry-style-two{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .industry-style-two .single-item{
    width: 100%; /* Özellik: width */
  }

  .team-section{
    padding: 65px 0px 20px 0px; /* Özellik: padding */
  }

  .case-style-two{
    padding-top: 64px; /* Özellik: padding-top */
  }

  .case-style-two .owl-dots,
  .case-style-two .owl-nav{
    display: none; /* Özellik: display */
  }

  .case-block-two .inner-box .content-box{
    width: 100%; /* Özellik: width */
  }

  .pricing-section{
    padding: 65px 0px 40px 0px; /* Özellik: padding */
  }

  .testimonial-style-two{
    padding: 65px 0px; /* Özellik: padding */
  }

  .testimonial-style-two .testimonial-content .thumb-box{
    position: relative; /* Özellik: position */
    right: 0px; /* Özellik: right */
    bottom: 0px; /* Özellik: bottom */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .testimonial-style-two .inner-box{
    padding-top: 0px; /* Özellik: padding-top */
    text-align: left; /* Özellik: text-align */
  }

  .testimonial-style-two .inner-box h2{
    display: inline-block; /* Özellik: display */
    font-size: 100px; /* Özellik: font-size */
    line-height: 100px; /* Özellik: line-height */
    margin-top: 20px; /* Özellik: margin-top */
  }

  .testimonial-style-two .testimonial-content{
    padding: 0px; /* Özellik: padding */
  }

  .contact-section{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .contact-section .tab-btns li{
    width: 50%; /* Özellik: width */
  }

  .contact-section .tab-btns li:nth-child(2):after{
    display: none; /* Özellik: display */
  }

  .contact-section .content-box{
    max-width: 100%; /* Özellik: max-width */
  }

  .downloads-section{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .footer-style-two .logo-widget{
    padding: 80px 0px 0px 0px; /* Özellik: padding */
  }

  .footer-style-two .links-widget{
    padding: 25px 0px; /* Özellik: padding */
  }

  .header-top-two .outer-container{
    padding: 0px 15px; /* Özellik: padding */
  }

  .header-top-two .language-box{
    margin-right: 15px; /* Özellik: margin-right */
  }

  .banner-style-three .slider-content .upper-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .banner-style-three .slider-content h2{
    font-size: 40px; /* Özellik: font-size */
    line-height: 50px; /* Özellik: line-height */
  }

  .service-style-three{
    padding: 65px 0px 40px 0px; /* Özellik: padding */
  }

  .chooseus-style-three{
    padding: 70px 0px; /* Özellik: padding */
  }

  .chooseus-style-three .content-box .inner-box .single-item:before{
    display: none; /* Özellik: display */
  }

  .chooseus-style-three .image-box{
    margin-left: 0px; /* Özellik: margin-left */
  }

  .industry-style-three:before{
    width: 100%; /* Özellik: width */
  }

  .industry-style-three .sec-title{
    margin: 0px; /* Özellik: margin */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .industry-style-three{
    padding-bottom: 10px; /* Özellik: padding-bottom */
  }

  .growth-section{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .growth-section .chart-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .faq-section .image-box{
    padding: 0px; /* Özellik: padding */
  }

  .faq-section .image-box .image-1{
    position: relative; /* Özellik: position */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .faq-section{
    padding: 70px 0px; /* Özellik: padding */
  }

  .clients-style-two h2{
    font-size: 40px; /* Özellik: font-size */
    line-height: 50px; /* Özellik: line-height */
    max-width: 100%; /* Özellik: max-width */
  }

  .clients-style-two .upper-box{
    padding: 60px 0px 70px 0px; /* Özellik: padding */
  }

  .case-style-three,
  .news-style-two,
  .testimonial-style-three,
  .statements-section,
  .certification-section{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .case-style-three .owl-dots{
    display: none; /* Özellik: display */
  }

  .footer-style-three .widget-section{
    padding: 80px 0px 50px 0px; /* Özellik: padding */
  }

  .page-title h1{
    font-size: 40px; /* Özellik: font-size */
    line-height: 50px; /* Özellik: line-height */
  }

  .page-title{
    padding: 80px 0px; /* Özellik: padding */
  }

  .certification-section .image-1{
    margin: 0px; /* Özellik: margin */
  }

  .certification-section .image-2{
    margin-left: 0px; /* Özellik: margin-left */
    margin-top: 30px; /* Özellik: margin-top */
  }

  .history-section,
  .project-section,
  .project-page-four,
  .project-details,
  .contact-style-two,
  .shop-details{
    padding: 70px 0px; /* Özellik: padding */
  }

  .history-section .inner-box:first-child .image-box, .history-section .inner-box:nth-child(3) .image-box{
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .team-section .tabs-box .btn-column:before{
    display: none; /* Özellik: display */
  }

  .case-section.project-page-two{
    padding-bottom: 70px; /* Özellik: padding-bottom */
  }

  .project-style-two{
    padding: 10px 0px; /* Özellik: padding */
  }

  .related-project{
    padding: 60px 0px; /* Özellik: padding */
  }

  .pricing-style-two{
    padding: 70px 0px 40px 0px; /* Özellik: padding */
  }

  .shop-page-section{
    padding: 60px 0px 70px 0px; /* Özellik: padding */
  }

  .cart-section,
  .myaccount-section{
    padding: 65px 0px 70px 0px; /* Özellik: padding */
  }

  .faq-page-section .faq-sidebar{
    margin-right: 0px; /* Özellik: margin-right */
    padding-top: 65px; /* Özellik: padding-top */
  }

  .faq-page-section .image-box{
    margin-bottom: 70px; /* Özellik: margin-bottom */
  }

  .service-style-three.service-page-2{
    padding-bottom: 20px; /* Özellik: padding-bottom */
  }

  .service-details{
    padding: 70px 0px; /* Özellik: padding */
  }

  .service-details-content .content-two .service-list li{
    width: 100%; /* Özellik: width */
  }

  .service-details-content .content-two .service-list:before{
    display: none; /* Özellik: display */
  }

  .service-details-content .content-two .service-list li{
    padding-left: 0px !important; /* Özellik: padding-left */
  }

  .service-details-content .content-two .service-list li:nth-child(2){
    border-top: none; /* Özellik: border-top */
  }

  .service-details-content .content-three .tabs-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .service-details-content .content-three .tabs-box .tab-btn-box{
    position: relative; /* Özellik: position */
    margin-bottom: 30px; /* Özellik: margin-bottom */
  }

  .service-details-content .content-three .tabs-content .inner-box{
    padding-left: 0px; /* Özellik: padding-left */
    border-left: 1px solid #e2e2e2; /* Özellik: border-left */
  }

  .service-details-content .content-three .tabs-content .inner-box .title-box,
  .service-details-content .content-three .tabs-content .inner-box .text{
    padding-left: 30px; /* Özellik: padding-left */
  }

  .industry-style-three.industries-page-one{
    padding: 70px 0px 10px 0px; /* Özellik: padding */
  }

  .industry-style-four .image-column{
    padding-top: 70px; /* Özellik: padding-top */
  }

  .industry-style-four .content-box{
    padding-bottom: 70px; /* Özellik: padding-bottom */
  }

  .industries-details{
    padding-top: 30px; /* Özellik: padding-top */
  }

  .blog-grid{
    padding: 70px 0px; /* Özellik: padding */
  }

  .sidebar-page-container{
    padding: 50px 0px 70px 0px; /* Özellik: padding */
  }

  .blog-details-content .content-one .title-box h2{
    font-size: 30px; /* Özellik: font-size */
    line-height: 40px; /* Özellik: line-height */
  }

  .blog-details-content{
    padding-right: 0px; /* Özellik: padding-right */
  }

  .blog-details .content-side:before{
    display: none; /* Özellik: display */
  }

  .contact-info-section{
    padding: 70px 0px 40px 0px; /* Özellik: padding */
  }

  .info-block-one .inner-box h3{
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .video-section .lower-box p br{
    display: none; /* Özellik: display */
  }

  .industry-style-three{
    padding-top: 65px; /* Özellik: padding-top */
  }

  .checkout-page-section{
    padding: 70px 0px; /* Özellik: padding */
  }

  .error-section .inner-box{
    min-width: 100%; /* Özellik: min-width */
  }

  .contact-info-section .title-box h2{
    font-size: 36px; /* Özellik: font-size */
    line-height: 46px; /* Özellik: line-height */
  }


}

@media only screen and (max-width: 599px){

  .main-header .menu-right-content{
    display: none; /* Özellik: display */
  }

  .funfact-block-one .inner-box{
    text-align: center; /* Özellik: text-align */
  }

  .chooseus-section .content-box .static-content,
  .chooseus-section .content-box .overlay-content{
    display: block; /* Özellik: display */
  }

  .chooseus-section .content-box .overlay-content:before,
  .chooseus-section .content-box .static-content:before{
    display: none; /* Özellik: display */
  }

  .industry-tab .industry-tab-btns .p-tab-btn .icon-box{
    margin-bottom: 10px; /* Özellik: margin-bottom */
  }

  .header-top .links-list li{
    margin-right: 15px; /* Özellik: margin-right */
  }

  .header-top{
    padding: 0px 15px; /* Özellik: padding */
    display: none;
  }

  .header-style-two .menu-right-content{
    display: block; /* Özellik: display */
  }

  .header-upper .left-column,
  .header-upper .right-column{
    justify-content: space-between !important; /* Özellik: justify-content */
  }

  .search-popup .upper-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .case-block-two .inner-box .content-box{
    padding-right: 30px; /* Özellik: padding-right */
  }

  .case-block-two .inner-box .content-box .btn-box{
    position: relative; /* Özellik: position */
    width: 100%; /* Özellik: width */
  }

  .case-block-two .inner-box .content-box .btn-box{
    padding-top: 25px; /* Özellik: padding-top */
    padding-bottom: 25px; /* Özellik: padding-bottom */
    margin-top: 15px; /* Özellik: margin-top */
  }

  .case-block-two .inner-box .content-box{
    position: relative; /* Özellik: position */
  }

  .banner-style-three .slider-content .btn-box a{
    width: 100%; /* Özellik: width */
  }

  .news-block-two .inner-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .news-block-two .inner-box .image-box{
    position: relative; /* Özellik: position */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .news-block-two .inner-box .content-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .statements-section .tab-btns li{
    width: 50%; /* Özellik: width */
    border-right: none; /* Özellik: border-right */
  }

  .statements-section .tab-btns li .icon-box{
    border-bottom: none; /* Özellik: border-bottom */
    padding-bottom: 0px; /* Özellik: padding-bottom */
  }

  .statements-section .tabs-content .content-box .inner-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .chooseus-style-two .chooseus-block-one{
    width: 100%; /* Özellik: width */
  }

  .project-details .upper-box .title-text h2{
    font-size: 36px; /* Özellik: font-size */
    line-height: 46px; /* Özellik: line-height */
  }

  .shop-details-content .content-box h2{
    font-size: 30px; /* Özellik: font-size */
    line-height: 40px; /* Özellik: line-height */
  }

  .shop-details .product-discription .comment-box,
  .checkout-page-section .information-inner,
  .myaccount-section .register-content .form-inner{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .service-details-content h2{
    font-size: 36px; /* Özellik: font-size */
    line-height: 46px; /* Özellik: line-height */
  }

  .blog-details-content .comments-box .comment.replay-comment{
    margin-left: 0px; /* Özellik: margin-left */
  }

  .project-style-two .owl-nav{
    display: none; /* Özellik: display */
  }

  .service-sidebar{
    margin-right: 0px; /* Özellik: margin-right */
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%; /* Özellik: width */
  }

  .header-top .social-links li{
    margin-right: 15px; /* Özellik: margin-right */
  }

  .header-top .social-links li:before{
    display: none; /* Özellik: display */
  }

  .main-header .menu-left-content .logo-box,
  .main-header .menu-left-content{
    margin-right: 0px; /* Özellik: margin-right */
  }

  .main-header .menu-left-content .search-box-outer{
    display: none; /* Özellik: display */
  }

  .main-header .outer-box{
    padding: 0px 15px; /* Özellik: padding */
    padding-right: 10px; /* Özellik: padding-right */
  }

  .banner-carousel .content-box .special-text{
    font-size: 70px; /* Özellik: font-size */
    line-height: 70px; /* Özellik: line-height */
    min-height: 70px; /* Özellik: min-height */
  }

  .banner-carousel .content-box h2{
    font-size: 40px; /* Özellik: font-size */
    line-height: 50px; /* Özellik: line-height */
  }

  .chooseus-section .content-box .overlay-content,
  .chooseus-section .content-box .static-content{
    padding-left: 20px; /* Özellik: padding-left */
    padding-right: 20px; /* Özellik: padding-right */
  }

  .industry-section .content-box .email a{
    font-size: 22px; /* Özellik: font-size */
  }

  .working-section .content-box{
    padding-left: 30px; /* Özellik: padding-left */
    padding-right: 30px; /* Özellik: padding-right */
  }

  .header-upper .right-column .info-box{
    display: none; /* Özellik: display */
  }

  .header-upper .right-column,
  .header-top-two .top-left{
    justify-content: center !important; /* Özellik: justify-content */
  }

  .about-style-two .image-box{
    padding-right: 0px; /* Özellik: padding-right */
  }

  .about-style-two .image-box .image-1{
    padding-right: 50px; /* Özellik: padding-right */
  }

  .about-style-two .image-box .image-2{
    position: relative; /* Özellik: position */
    margin-top: 30px; /* Özellik: margin-top */
  }

  .contact-section .tab-btns li{
    width: 100%; /* Özellik: width */
  }

  .contact-section .tab-btns li:after{
    display: none; /* Özellik: display */
  }

  .downloads-section .download-list li{
    width: 130px; /* Özellik: width */
    margin-right: 15px; /* Özellik: margin-right */
  }

  .header-top-two .other-links{
    display: none; /* Özellik: display */
  }

  .certification-section .content-box{
    padding: 29px; /* Özellik: padding */
  }

  .pagination li a{
    width: 40px; /* Özellik: width */
    height: 40px; /* Özellik: height */
    line-height: 40px; /* Özellik: line-height */
  }

  .pagination li{
    margin-right: 5px; /* Özellik: margin-right */
  }

  .pricing-block-two .pricing-table .table-content{
    padding-left: 25px; /* Özellik: padding-left */
    padding-right: 25px; /* Özellik: padding-right */
  }

  .pricing-block-two .pricing-table .price-box{
    padding-left: 10px; /* Özellik: padding-left */
  }

  .shop-details-content .bxslider .thumb-box li{
    margin-bottom: 12px; /* Özellik: margin-bottom */
  }

  .shop-details-content .content-box .product-highlights li{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .shop-details-content .content-box .product-highlights li h5{
    position: relative; /* Özellik: position */
    top: 0px; /* Özellik: top */
  }

  .shop-details-content .content-box .othre-options .item-quantity, 
  .shop-details-content .content-box .othre-options .cart-box, 
  .shop-details-content .content-box .othre-options .like-box{
    margin-bottom: 10px; /* Özellik: margin-bottom */
  }

  .shop-details .product-discription .tab-btn-box .tab-btns li{
    margin-bottom: 10px; /* Özellik: margin-bottom */
  }

  .shop-details .product-discription .single-comment-box .inner-box{
    padding-left: 30px; /* Özellik: padding-left */
  }

  .shop-details .product-discription .single-comment-box .inner-box .comment-thumb{
    position: relative; /* Özellik: position */
    left: 0px; /* Özellik: left */
    top: 0px; /* Özellik: top */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .error-section .inner-box .error-title h1{
    font-size: 130px; /* Özellik: font-size */
    line-height: 130px; /* Özellik: line-height */
  }

  .service-block-one .inner-box{
    padding: 0px; /* Özellik: padding */
    border-top: solid 1px #00000026;
  }

  .service-sidebar .category-widget .category-list li a:before{
    display: none; /* Özellik: display */
  }

  .service-details-content .content-three .tabs-box .tab-btn-box{
    width: 100%; /* Özellik: width */
  }

  .industry-style-four .image-box{
    padding: 0px; /* Özellik: padding */
  }

  .industry-style-four .image-box .image-2{
    position: relative; /* Özellik: position */
    margin-top: 30px; /* Özellik: margin-top */
  }

  .service-block-two .inner-box .image-box h2{
    top: 80px; /* Özellik: top */
  }

  .blog-details-content .author-box .inner-box{
    padding-left: 0px; /* Özellik: padding-left */
  }

  .blog-details-content .author-box .inner-box .thumb-box{
    position: relative; /* Özellik: position */
    top: 0px; /* Özellik: top */
    margin-bottom: 15px; /* Özellik: margin-bottom */
  }

  .blog-details-content .comments-box .comment .comment-info{
    display: block; /* Özellik: display */
  }
}

@media(max-width:1024px){
  .footer20 .footer_orta{
    display: none;
  }

  .chooseus-section .scroll-text{
    display: none;
  }

  .about-section .content-box:before{
    display: none;
  }

  .home-slider .swiper-slide {
    height: 60vh;
  }

  .about-section .image-box{
    display: none;
  }


  .about-section .content-column {
      padding-left: 20px;
  }

  .about-section .content-box .inner-box{
    display: none;
  }

  .funfact-section{
    display: none;
  }

  .sec-title h2 {
      font-size: 30px;
      line-height: 40px;
  }

  .chooseus-section .sec-title h2 {
      margin-bottom: 23px;
      font-size: 25px;
      line-height: 30px;
  }

  .chooseus-section .sec-title{
    padding-bottom: 50px;
  }

  .video-section .sec-title h2 {
      font-size: 30px;
      line-height: 40px;
      padding: 0;
  }

  .robot{
    display: none;
  }

  .working-section{
      display: none;
  }

  .footer-top{
    display: none;
  }

  .case-block-one .inner-box {
      padding: 0px 0px;
  }

  footer{
    padding-top: 0 !important;
  }

  footer .copyright {
      margin-top: 0;
  }

  .video-section .bg-layer{
    background-attachment: inherit;
  }

  .home-slider .swiper-slide img{
    height: 60vh;
  }

  .service-block-one .inner-box .lower-content .big-text,
  .service-block-one .inner-box .image-box{
    display: none;
  }

  .case-section.web {
    display: none;
  }

  footer .copyright {
      padding: 20px 5px;
      border-top: none !important;
      margin-top: 0 !important;
  }

  .case-section.mobil {
    display: block !important;
    padding-bottom: 0;
  }

  .footer20 {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .footer20 .footer-firma .footer-text {
    font-size: 11px;
  }
}


a.WhatsApp1 {
  display: flex;
  font-size: 18px;
  background: #2eb843;
  font-weight: 600;
  width: 51px;
  height: 51px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  color: #fff;
  align-items: center;
  justify-content: center;
  animation: whatsapp infinite 2s linear;
  z-index: 9999;
}
a.WhatsApp1 svg {
  width: 24px;
  height: 24px;
  fill: white;
}
@keyframes whatsapp {
  0% {
    box-shadow: 0 0 0 0 #2eb843;
  }
  50% {
    box-shadow: 0 0 0 10px #015dc700;
  }
  100% {
    box-shadow: 0 0 0 0 #015dc700;
  }
}



.mobilbuttonlar {
  display: none;
}

@media(max-width: 1024px) {
  a.WhatsApp1 {
    bottom: 60px
  }
  .btn {
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%
  }
  .btn svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
  .mobilbuttonlar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    display: flex;
  }
  .btn1 {
    background: #144b38;
    border-color: #144b38;
    color: #fff;
    width: 100%;
  }
  .btn2 {
    background: #0c3729;
    border-color: #0c3729;
    color: #fff;
    width: 100%;
  }
  .btn3 {
    background: #072319;
    border-color: #072319;
    color: #fff;
    width: 100%;
  }

  .mobile-menu .menu-box{
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
  }

  .menu-outer{
    width: 100%;
  }

}


