body {
  font-weight: 400;
  color: #222;
  background: #fff;
  font-size: 15px;
  font-family: 'Overpass', sans-serif;
}

b {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .container2 {
    max-width: 1400px !important;
  }

  body {
    padding-top: 144px;
  }


}


.padding-x {
  padding-left: 30px;
  padding-right: 30px;
}

/*Header Başlangıç*/
.header-menu {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 999;
}



.slogan {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 1;
  top: 0;
  opacity: 70%;
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 1px #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .UstMenu-Uyelik {
  display: flex;
  align-items: center;
  margin: 0px;
  position: relative;
}

.header-menu .UstMenu-Uyelik li {
  list-style: none;
  position: relative;
}

.header-menu .UstMenu-Uyelik li a {
  position: relative;
  color: #fff;
  background: #999999;
  padding: 15px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  display: flex;
  line-height: 1;
  align-items: center;
}

.header-menu .UstMenu-Uyelik li a .UyelikTiklaGirisYap{
  font-weight: 800;
}

.header-menu .UstMenu-Uyelik li a .icon {
  height: 20px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.233);
}

.header-menu .UstMenu-Uyelik li a .icon img {
  height: 100%;
}


.header-menu .UstMenu-Uyelik li .UstMenu__Ul {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 0;
  background: transparent;
  padding-top:10px;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}

.header-menu .UstMenu-Uyelik li .UstMenu__Ul.UstMenu-Uyelik__Ac {
  opacity: 1;
  display: block;
  
}

.header-menu .UstMenu-Uyelik li .UstMenu__Ul .UstMenu__Ul__ic {
  box-shadow: 0 5px 12px 0 rgb(82 97 115 / 24%);
  background: linear-gradient(256deg, #06b550, #009640);
  padding: 15px 16px;
  border-radius: 3px;
  width: 100%;
  top: calc(100% + 11px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header-menu .UstMenu-Uyelik li .UstMenu__Ul p {
  color: #fff;
  font-size: 13px;
}


@media (min-width: 1200px) {

  .header-menu .UstMenu-Uyelik li:hover .UstMenu__Ul {
    opacity: 1;
    display: block;
  }

}


.header-menu .dropdown-menu.show {
  display: block;
  opacity: 1 !important;
}



.header-menu .UstMenu-Uyelik li .UstMenu__Ul li:first-child {
  margin-top: 0px;
}


.header-menu .UstMenu-Uyelik li .UstMenu__Ul li {
  width: 100%;
  margin-top: 16px;
}

.header-menu .UstMenu-Uyelik li .UstMenu__Ul li a {
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  background: #fff;
  color: #292929;
  display: flex;
  align-items: center;
}


.header-menu .UstMenu-Uyelik li .UstMenu__Ul li a span {
  display: block;
  width: 42%;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-right: 5px;
}

.header-menu .UstMenu-Uyelik li .UstMenu__Ul li a small {
  display: block;
  width: 78%;
  padding-left: 10px;
  opacity: 80%;
}

.header-menu .top-header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6px 30px;
  background: #fff;
  border-top: 2px solid #009640;
}

.header-menu .top-header .d-xl-flex {
  align-items: center;
}

.header-menu .top-header .ust-menu,
.header-menu .top-header .ust-menu-new {
  padding: 0;
  margin: 0;
}

.header-menu .ust-menu {
  position: relative;
  z-index: 99;
}

.header-menu .top-header .ust-menu li {
  display: inline-flex;
  list-style: none;
  padding: 0px 7px 0 9px;
  border-left: 1px solid #e0e1e2;
  align-items: center;
}

.header-menu .top-header .ust-menu li.takip {
  padding-left: 25px;
  border-left: none;
}

.header-menu .top-header .ust-menu-new li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
}

.header-menu .top-header .ust-menu li:first-child {
  border: none;
  padding-left: 0;
}

.header-menu .top-header .ust-menu li:last-child {
  padding-right: 0;
}

.header-menu .top-header .ust-menu-new li:first-child {
  margin-left: 0;
}

.header-menu .top-header .ust-menu li a {
  color: #292929;
  transition: all .25s ease;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1;
}

.header-menu .top-header .ust-menu li.takip a {
  font-weight: 600;
  color: #292929;
}

.header-menu .top-header .ust-menu-new li a {
  padding: 5px 7.5px;
  font-size: 80%;
  font-weight: normal;
  border-width: 1px;
}

.header-menu .top-header .ust-menu li i {
  color: #8b8a8a;
  transition: all .25s ease;
  font-size: 13px;
}

.header-menu .top-header .ust-menu ul {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-left: 10px;
  align-items: center;

}

.header-menu .top-header .ust-menu ul.new {
  margin-left: 0;
}

.header-menu .top-header .ust-menu ul li {
  padding: 0;
  margin-left: 5px;
  border: none;
}

.header-menu .top-header .ust-menu ul li a,
.header-menu .top-header .ust-menu ul li i {
  line-height: 100%;
  font-size: 22px;
}

.header-menu .top-header .ust-menu ul.new li a,
.header-menu .top-header .ust-menu ul.new li i {
  font-size: 140%;
  color: #999;
}

.header-menu .top-header .ust-menu ul.new li a:hover,
.header-menu .top-header .ust-menu ul.new li i:hover {
  color: #999;
}

.header-menu .navbar {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff2e;
  background: #282828;
  padding: 0px 30px;
}

body.tiklaMenu_ac .header-menu .navbar {
  background: transparent;
}


.bd-menu .header-menu .navbar {
  background: #282828 !important;
}


.header-menu .navbar .navbar-brand {
  position: relative;
  padding: 0px;
  margin: 0px;
  padding-right: 10px;
  margin-right: 15px;
}

.header-menu .navbar .navbar-brand:after {
  content: ' ';
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #ffffff38;
}

.header-menu .navbar .navbar-brand img {
  height: 55px;
  margin-top: 5px;
}


.header-menu .navbar .nav {
  width: auto;
  margin: 0px;
  padding: 0px;
}

.header-menu .navbar .nav ul {
  width: auto;
  margin: 0px;
  padding: 0px;
  margin-top: 7px;
}

.header-menu .navbar .nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}

.header-menu .navbar .nav ul li a {
  color: #fff;
}


.header-menu .baslik-tab {
  width: auto;
  height: auto;
  padding-top: 5px;
}

.header-menu .baslik-tab .nav-tabs {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0px
}


.header-menu .baslik-tab .nav-tabs li.Home a {
  font-size: 20px;
}

.header-menu .baslik-tab .nav-tabs li:first-child {
  border: none;
}

.header-menu .baslik-tab .nav-tabs li {
  width: auto;
  height: auto;
  border: none;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 0px;
}

.header-menu .baslik-tab .nav-tabs li a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  border: none;
  color: #fff;
  height: auto;
  background: transparent;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-menu .baslik-tab .nav-tabs li a::after {
  width: 100%;
  height: 5px;
  background: transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
}

.header-menu .baslik-tab .nav-tabs li a.active::after {
  background: #fff;
}

.header-menu .baslik-tab .nav-tabs li a:hover::after {
  background: #fff;
}

.baslik-tab2 {
  width: auto;
  height: auto;
  background: #f6f6f6;
}

.baslik-tab2 .nav-tabs {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 18px
}

.baslik-tab2 .nav-tabs li:first-child {
  border: none;
}

.baslik-tab2 .nav-tabs li {
  width: auto;
  height: auto;
  border: none;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 0px;
}

.baslik-tab2 .nav-tabs li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  border: none;
  color: #000;
  height: auto
}

.baslik-tab2 .nav-tabs li a.active {
  color: #000;
  border-bottom: 3px solid #000;
  background: transparent !important;
  font-weight: 1000
}


.header-menu .navbar a.button {
  margin-right: 74px;
  position: relative;
  color: #fff;
  background-image: linear-gradient(256deg, #1e95d6, #006cb7);
  padding: 0px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 54px;
}

.header-menu .navbar button.menu-button {
  background: none;
  border-left: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  margin-left: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.header-menu .navbar button.menu-button:focus {
  outline: none;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  ;
  box-shadow: none;
}

.header-menu .navbar button.menu-button:active {
  outline: none;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  ;
  box-shadow: none;
}


#aramaliste {
  width: auto;
  padding: 0px;
}

#aramaliste form.arama {
  position: absolute;
  top: 0px;
  right: 45px;
  width: 1000px;
  height: 54px;
  display: flex;
}

#aramaliste form.arama .form-control {
  outline: none;
  border-right: 0px;
  border: none;
  height: 54px;
  border-radius: 0px;
}

#aramaliste form.arama .form-control:focus {
  border: none;
  outline: none;
  border: none;
  box-shadow: none;
}

#aramaliste form.arama .form-control:active {
  border: none;
  outline: none;
  border: none;
  box-shadow: none;
}

#aramaliste form.arama button {
  background: #fff;
  text-align: center;
  width: auto;
  height: 54px;
  padding: 0px 10px 0px 25px;
  color: #222;
  border: none;
  outline: none;
  border-radius: 10px 0px 0px 10px;
  font-size: 19px;
}

.arama_icon {
  position: absolute;
  right: 0px;
}

.arama_icon button {
  font-size: 19px;
  color: #222;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 16px 24px 0 rgba(82, 97, 115, 0.14);
}

.arama_icon button i {
  margin: 0px auto;
}

.arama_icon button.kapat {
  font-size: 19px;
  color: #222;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 16px 24px 0 rgba(82, 97, 115, 0.14);
}


/*Header Son*/

/*Tab Bölüm Başlangıç*/
.tabmenu {
  width: 100%;
  height: auto;
  padding: 0px 0px;
  position: relative;
  z-index: 99;
  background: #F4F5F5;
}

.tabmenu:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #fff;
  opacity: 0.15;
}

.tabmenu .baslik-tab {
  width: 100%;
  height: auto;
}

.tabmenu .baslik-tab .baslik-tab-ic {
  background: #f4f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-top: -17px;
}

.tabmenu .baslik-tab .baslik-tab-ic .nav-tabs {
  width: 100%;
  height: auto;
  border: none;
  padding: 0px;
  text-align: center;
}

.tabmenu .baslik-tab .baslik-tab-ic .nav-tabs li:first-child {
  border: none;
}

.tabmenu .baslik-tab .baslik-tab-ic .nav-tabs li {
  width: auto;
  height: auto;
  border: none;
  padding: 0px 25px;
  border-left: 1px solid #e0e1e2;
  display: inline-block;
}

.tabmenu .baslik-tab .baslik-tab-ic .nav-tabs li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  border: none;
  color: #292929;
}

.tabmenu .baslik-tab .baslik-tab-ic .nav-tabs li a.active {
  color: #009640;
  border-bottom: 1px solid #009640;
  background: transparent !important;
}


.tabmenu .icerik-tab {
  width: 100%;
  height: auto;
  padding-top: 25px;
  position: relative;
}

.isiniz-icin .tabmenu .icerik-tab {
  padding-top: 0 !important;
}

.tabmenu .icerik-tab .nav-tabs {
  height: auto;
  border: none;
  padding: 0px;
  text-align: center;
  z-index: 999;
  position: relative;
}

.tabmenu .icerik-tab .nav-tabs li {
  margin: 0 5px;
  height: auto;
  border: none;
}

.tabmenu .icerik-tab .nav-tabs li a {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  width: 123px;
  height: 150px;
  text-align: center;
  color: #666;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 0px;
  padding: 11px 4px;
  font-size: 13px;
  line-height: 20px;
  background: #fff;
  position: relative;
}


/*.tabmenu .icerik-tab .nav-tabs li a:before {content: ""; width: 25%; position: absolute; bottom: -1px; left: -1px; height: 3px; display: block; border-bottom: 1px solid #e8e8e8;}
.tabmenu .icerik-tab .nav-tabs li a:after {content: ""; width: 25%; position: absolute; bottom: -1px; right: -1px; height: 3px; display: block; border-bottom: 1px solid #e8e8e8;}
.tabmenu .icerik-tab .nav-tabs li a.active:before {content: "";border-bottom: 1px solid #05c557;}
.tabmenu .icerik-tab .nav-tabs li a.active:after {content: "";border-bottom: 1px solid #05c557;}*/

/*.tabmenu .icerik-tab .nav-tabs li a.active:after{content: ''; position:absolute; right: 24px; bottom:-3px; width: 70px;height: 3px;background: #fff;}*/

.tabmenu .icerik-tab .nav-tabs li a.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  margin-left: -22px;
  border-style: solid;
  border-width: 10px 22px 0 22px;
  pointer-events: none;
  border-color: #fff transparent transparent transparent !important;
}

.tabmenu .icerik-tab .nav-tabs li a.active {
  height: 175px;
  margin-bottom: -35px;
  background: #fff;
  border-bottom: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 3px solid #05c557;
  color: #222;
}

.tabmenu .icerik-tab .nav-tabs li a .icon {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

.tabmenu .icerik-tab .nav-tabs li a .icon img {
  height: 100%;
}

.tabmenu .icerik-tab .nav-tabs li a .icon img.img1 {
  display: inline-block;
}

.tabmenu .icerik-tab .nav-tabs li a .icon img.img2 {
  display: none;
}

.tabmenu .icerik-tab .nav-tabs li a:hover .icon img.img1 {
  display: none;
}

.tabmenu .icerik-tab .nav-tabs li a:hover .icon img.img2 {
  display: inline-block;
}

.tabmenu .icerik-tab .nav-tabs li a.active .icon img.img1 {
  display: none;
}

.tabmenu .icerik-tab .nav-tabs li a.active .icon img.img2 {
  display: inline-block;
}


.tabmenu .icerik-tab .tab-icerik {
  width: 100%;
  height: 420px;
  position: relative;
  margin-top: 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.isiniz-icin .tabmenu .icerik-tab .tab-icerik {
  height: auto;
  padding: 40px 0;
  margin-top: 0 !important;
}

.tabmenu .icerik-tab .tab-icerik:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .9;
  background-image: linear-gradient(to right, #3C9D9B, #52DE97);
}

/* #33adbd9 yerine #b93385 gelebilir */
.tabmenu .icerik-tab .tab-icerik .resim {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.tabmenu .icerik-tab .tab-icerik .aciklama {
  position: relative;
  z-index: 99;
  color: #fff;
}

.tabmenu .icerik-tab .tab-icerik .aciklama h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 700;
}

.tabmenu .icerik-tab .tab-icerik .aciklama p {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button {
  display: inline-block;
  border: 1px white solid;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: white;
  margin-right: 25px;
  font-size: 20px;
  border-radius: 5px;
  transition: .2s
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-2 {
  display: inline-block;
  border: 1px white solid;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: black;
  font-size: 20px;
  border-radius: 5px;
  transition: .2s
}

.tabmenu .icerik-tab .tab-icerik .aciklama button:hover {
  border: 1px white solid;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: black;
  font-size: 20px;
  border-radius: 5px;
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-div {
  background-color: transparent;
  color: white;
  width: 250px;
  text-align: center;
  border: 1px dashed white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-div button {
  background-color: transparent;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  width: 170px;
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-div button:hover {
  background-color: white;
  color: black;
  padding-left: 15px;
  padding-right: 15px;
  width: 170px;
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-div p {
  font-size: 15px;
  margin-bottom: 7px;
  margin-top: 0px
}

.tabmenu .icerik-tab .tab-icerik .aciklama .aciklama-button-div i {
  font-size: 40px;
  margin-bottom: 10px
}




/*Tab Bölüm Son*/


.kayanresim {
  width: 100%;
  height: 250px;
  background: url('../images/kayanresim.jpg') fixed top;
  background-position: center;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.kayanresim:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #009640;
  opacity: 0.8;
}

.kayanresim2 {
  width: 100%;
  height: 250px;
  background: url('../images/kayanresim2.jpg') fixed top;
  background-position: center;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.kayanresim2:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #2f4779;
  opacity: 0.8;
}


.page-icerik {
  padding: 50px 0px;
  min-height: 500px;
}

.page-text {
  font-size: 15px;
  width: 100%;
  font-weight: 300;
}


/*İçerik Başlık 3 Başlangıç*/
.page-baslik2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  text-align: left;
  overflow: hidden;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: top;
}

.page-baslik2.kurumsal {
  background-size: contain !important;
  background-repeat: no-repeat;
}

.page-baslik2:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0057b8, #009640);
  opacity: 0.5;
}

.page-baslik2 h3 {
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 99;
}

.page-baslik2 h5 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 99;
}

.page-baslik2 .breadcrumb {
  margin-bottom: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
  display: inline-flex;
  position: relative;
  z-index: 99;
}

.page-baslik2 .breadcrumb li a {
  color: #fff;
}

.page-baslik2 .breadcrumb li.breadcrumb-item.active {
  color: #fff;
}

.page-baslik2 .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}

/*İçerik Başlık 3 Son*/


.sol-menu-style1 {
  width: 100%;
  height: auto;
}

.sol-menu-style1 .sol-menu .nav li {
  list-style-type: none;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  margin-top: 1px;
  margin-bottom: 0px;
}

.sol-menu-style1 .sol-menu .nav li a {
  width: 100%;
  font-size: 14px;
  color: #23282d;
  line-height: 1.6em;
  padding: 12px 24px 12px;
  font-weight: 700;
  font-size: 14px;
  transition: all .25s ease !important;
  display: block;
  border: none;
  border-radius: 0px;
}

.sol-menu-style1 .sol-menu .nav li a.active {
  background: #009640;
  color: #fff;
}


.page-urunler {
  width: 100%;
  height: auto;
}

.page-urunler .baslik {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.page-urunler .baslik h3 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.page-urunler .baslik p {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #999;
}

.page-urunler .baslik .icon {
  width: 40px;
  height: 40px;
  background: url('../images/icon.png');
  background-size: contain;
  display: inline-block;
}

.page-urunler .baslik .logo-baslik {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.page-urunler .baslik .logo-baslik img {
  max-height: 100%;
}


.page-urunler .nav {
  border: none;
  margin-bottom: 25px;
  text-align: center;
}

.page-urunler .nav li {
  display: inline-block;
  border: none;
  margin: 0 10px 0px;
  width: 17%;
}

.page-urunler .nav li a {
  display: block;
  text-align: center;
  color: #202020;
  padding: 0px;
  margin: 0px;
  border: none;
}

.page-urunler .nav li a .icon {
  border-left: 1px solid #009640;
  border-right: 1px solid #009640;
  border-bottom: 1px solid #009640;
  position: relative;
  padding: 15px 20px 6px 20px;
  text-align: center;
  color: #009640;
  font-size: 32px;
  margin-bottom: 15px;
  display: inline-block;
}

.page-urunler .nav li a .icon:before {
  content: "";
  width: 25%;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  display: block;
  border-top: 1px solid #009640;
  border-left: 1px solid #009640;
}

.page-urunler .nav li a .icon:after {
  content: "";
  width: 25%;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 3px;
  display: block;
  border-top: 1px solid #009640;
  border-right: 1px solid #009640;
}

.page-urunler .nav li a span {
  width: 100%;
  height: auto;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

/*.page-urunler .nav li a.active{background-color: transparent;color: black;}*/


.page-urunler .nav li a.active .icon {
  background-color: #009640;
  border: none;
  position: relative;
  padding: 15px 20px 6px 20px;
  text-align: center;
  color: white;
  font-size: 32px;
  margin-bottom: 15px;
  display: inline-block;
}

.page-urunler .nav li a.active .icon:before {
  content: "";
  width: 25%;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  display: block;
  border: none;
}

.page-urunler .nav li a.active .icon:after {
  content: "";
  width: 25%;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 3px;
  display: block;
  border: none;
}


.page-urunler .urun-liste {
  width: 100%;
  height: auto;
  border: solid 1px #fff;
  padding: 10px;
  box-shadow: 0 0px 10px 0 rgba(82, 97, 115, 0.14);
  text-align: center;
  margin-bottom: 25px;
}

.page-urunler .urun-liste .urun-icerik a {
  display: inline-flex;
  text-decoration: none;
}

.page-urunler .urun-liste .urun-icerik .resim {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
}

.page-urunler .urun-liste .urun-icerik .resim img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-urunler .urun-liste:hover .urun-icerik .resim img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-urunler .urun-liste .urun-icerik .baslik22 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-align: center;
}

.page-urunler .urun-liste .urun-icerik .btn {
  display: inline-block;
  margin: 15px 0 10px 0;
  vertical-align: baseline;
}

.page-urunler .urun-liste .urun-icerik .info {
  margin-left: 3px;
  font-size: 20px;
  color: #009640;
}

@media (max-width: 767px) {
  .page-urunler .urun-liste .urun-icerik {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .page-urunler .urun-liste .urun-icerik .resim {
    width: inherit;
    height: 300px;
    display: unset;
    align-items: unset;
  }

  .page-urunler .urun-liste .urun-icerik .baslik22 {
    margin-top: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }

  .page-urunler .urun-liste .urun-icerik .btn {
    margin: 10px 0 0 0;
  }
}

.sss .baslik {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 45px;
  color: #000;
}

.sss .baslik span {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 25px;
  display: block;
}

.sss .baslik small {
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  display: block;
}

.sss .card {
  margin-bottom: 3px;
}

.sss .card-header {
  background: linear-gradient(to right, #009640 15%, #00b54d);
  color: #fff;
}

.sss .card-header button {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sss .card-header button .icon {
  height: 25px;
  margin-right: 10px;
}

.sss .card-header button .icon img {
  height: 100%;
}

.kazanc-planimiz .baslik {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 45px;
  color: #000;
}

.kazanc-planimiz .baslik span {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 25px;
  display: block;
}

.kazanc-planimiz .baslik small {
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  display: block;
}

.kazanc-planimiz .link {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  color: #333;
}

.blog .blog-title h1 {
  font-size: 1.25rem;
  font-weight: 700;
}

.blog .blog-content {
  font-size: 0.875rem;
  color: #666;
}

.blog .blog-content h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.blog .blog-content h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}

.blog .blog-content h3,
.blog .blog-content h4,
.blog .blog-content h5,
.blog .blog-content h6 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}

.blog .blog-footer .btn {
  font-size: 0.75rem;
}

.product-details {
  display: flex;
}

.product-details .images {
  display: flex;
  width: 35%;
  justify-content: center;
  align-items: center;
}

.product-details .images img {
  max-width: 100%;
  max-height: 100%;
}

.product-details .text {
  width: 65%;
  margin-top: 80px;
  margin-left: 20px;
}

.product-details .text h3 {
  line-height: 1.1;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.product-details .text h3 img {
  height: 24px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .product-details {
    flex-direction: column;
  }

  .product-details .images {
    width: 100%;
  }

  .product-details .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}


/* iisiniz için*/


/**/

.banner-bg {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-bg .swiper-button-next,
.banner-bg .swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.banner-bg .swiper-button-prev {
  right: auto;
  left: 40px;
}

.banner-bg .banner-sol {
  width: 104px;
  height: auto;
  background: #fff;
}

.banner-bg .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner-bg .swiper-slide {
  background-size: cover;
  background-position: center;
}

.banner-bg .gallery-top {
  width: 100%;
}

.banner-bg .gallery-top .swiper-slide {
  width: 100%;
  height: 95vh;
}

.banner-bg .gallery-top .swiper-slide .over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1F3C8A;
  opacity: 0.7;
  display: none;
}

.banner-bg .slider-sektor {
  box-sizing: border-box;
  padding: 0px 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.banner-bg .gallery-thumbs {
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
}

.banner-bg .gallery-thumbs .swiper-slide {
  position: relative;
  height: 130px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bg .gallery-thumbs .swiper-slide span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 20px;
}

.banner-bg .gallery-thumbs .swiper-slide .textt-slide {
  width: auto;
  height: auto;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
  transition: transform .2s;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -ms-transition: transform .2s;
  -o-transition: transform .2s;
  display: inline-block;
}



.banner-bg .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
  background-color: #c00;
  height: 5px;
  margin-bottom: 1.5rem;
  transition: width linear;
  width: 0;
  transition-duration: 5500ms;
  display: block;
  opacity: 0;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
  width: calc(100% + 0px) !important;
  visibility: visible;
  opacity: 1 !important;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
  background: transparent;
  height: auto;
  opacity: 1;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: transparent;
  padding-top: 0px;
  transition: transform .2s;
}

.banner-bg .gallery-thumbs .swiper-slide:hover .textt-slide {
  opacity: 1;
  transition: transform .2s;
}

.banner-bg .gallery-thumbs .swiper-slide:hover {
  transition: transform .2s;
}


/**/

.banner-bg .swiper-slide.slider1 {
  background: #4CC2C0;
}

.banner-bg .swiper-slide.slider2 {
  background: #F15B26;
}

.banner-bg .swiper-slide.slider3 {
  background: #3CB878;
}



.banner-bg .swiper-slide .text-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-bg .swiper-slide .text-bg .slider-textt {
  width: 100%;
  position: relative;
}

.banner-bg .swiper-slide .text-bg .slider-textt h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.banner-bg .swiper-slide .text-bg .slider-textt h4 {
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.banner-bg .swiper-slide .text-bg .slider-textt .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  font-size: 14px;
  padding: 13px 44px;
  font-weight: 700;
  border: solid 2px transparent;
}

.banner-bg .swiper-slide .text-bg .slider-textt .button.button1 {
  border-color: #2F2C2C;
  background: #2F2C2C;
  color: #fff;
}

.banner-bg .swiper-slide .text-bg .slider-textt .button.button2 {
  border-color: #fff;
  color: #fff;
}


/*renkli-tab */


.renkli-tab {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.renkli-tab .nav-tabs {
  border-bottom: none;
  width: 100%;
}

.renkli-tab .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.renkli-tab .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: none;
  height: 130px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}

.renkli-tab .nav-tabs .nav-link.renk1 {
  background: #4CC2C0;
}

.renkli-tab .nav-tabs .nav-link.renk2 {
  background: #F15B26;
}

.renkli-tab .nav-tabs .nav-link.renk3 {
  background: #FCB03B;
}

.renkli-tab .nav-tabs .nav-link small {
  font-size: 104px;
  color: rgba(255, 255, 255, .1);
  position: absolute;
  line-height: 1;
  right: 0px;
}

/* sLider 1 Başlangıç*/

.slider1 {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -105px;
}

.slider1 .bottom-ok {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 6;
  animation: sliderButon .8s alternate infinite;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 99;
}

@keyframes sliderButon {
  0% {
    bottom: 30px;
  }

  100% {
    bottom: 45px;
  }
}

.slider1 .swiper-button-next,
.slider1 .swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.slider1 .swiper-button-prev {
  right: auto;
  left: 40px;
}

.slider1 .swiper-button-next:after,
.slider1 .swiper-button-prev:after {
  font-size: 22px;
}

.slider1 .banner-sol {
  width: 104px;
  height: auto;
  background: #fff;
}

.slider1 .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider1 .swiper-slide {
  overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
  background-size: cover !important;
  background-position: center !important;

  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@keyframes slideShow {
  0% {
    background-position: 0px 0px;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    background-position: 0px 0px;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    background-position: 0px 0px;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    background-position: 0px 0px;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}


.slider1 .gallery-top {
  width: 100%;
}

.slider1 .gallery-top .swiper-slide {
  width: 100%;
  height: 700px;
}

.slider1 .slider-sektor {
  box-sizing: border-box;
  padding: 0px 0;
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.slider1 .gallery-thumbs {
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
}

.slider1 .gallery-thumbs .swiper-slide {
  position: relative;
  height: auto;
  cursor: pointer;
  color: #000;
  text-align: center;
  display: flex;
}

.slider1 .gallery-thumbs .swiper-slide .GenelREsim {
  background-size: cover !important;
  background-position: center !important;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider1 .gallery-thumbs .swiper-slide span {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  max-width: 124px;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top: 9px;
}


.slider1 .gallery-thumbs .swiper-slide .Altresim {
  height: 50px;
}

.slider1 .gallery-thumbs .swiper-slide .Altresim img {
  height: 100%;
}


.slider1 .gallery-thumbs .swiper-slide .textt-slide {
  width: 100%;
  height: auto;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
  transition: transform .2s;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -ms-transition: transform .2s;
  -o-transition: transform .2s;
  display: inline-block;
  text-align: left;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
  background-color: #fff;
  height: 2px;
  margin-bottom: 5px;
  transition: width linear;
  width: 0;
  transition-duration: 5500ms;
  display: block;
  opacity: 0;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
  width: calc(100% + 0px) !important;
  visibility: visible;
  opacity: 1 !important;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
  background: transparent;
  height: auto;
  opacity: 1;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: transparent;
  padding-top: 0px;
  transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover .textt-slide {
  opacity: 1;
  transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover {
  transition: transform .2s;
}

.slider1 .swiper-slide .text-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.slider1 .swiper-slide .text-bg .container {
  margin-top: 80px;
}


.slider1 .swiper-slide .text-bg .textic {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 6vmin;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 40%;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 100%;
}

.slider1 .swiper-slide .text-bg .textic .text3 {
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30%;
}

.slider1 .swiper-slide .text-bg .textic .text3 b {
  text-decoration: underline;
}


.slider1 .swiper-slide .text-bg .resim {
  width: 100%;
  position: relative;
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider1 .swiper-slide .text-bg .resim img {
  height: 90%;
  width: auto;
}


.slider1 .swiper-slide .text-bg .textic .btn {
  padding: 1.5em 1.8em;
  font-size: .70em;
  position: relative;
  display: inline-block;
  letter-spacing: .06363636363636em;
  transform: translateY(10px) translateZ(0);
  -webkit-transform: translateY(10px) translateZ(0);
  -ms-transform: translateY(10px) translateZ(0);
  transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
  text-align: center;
  transition: transform .2s;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1 {
  color: #fff;
  font-weight: 800;
  line-height: 2.1818em;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  background-color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover:after {
  left: 0;
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover {
  color: #000;
}


.slider1 .swiper-slide .text-bg .textic .btn.btn2 {
  color: #00338D;
  font-weight: 800;
  line-height: 2.1818em;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  background-color: #00338D;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover:after {
  left: 0;
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover {
  color: #fff;
  border-color: #00338D
}


.slider1 .swiper-slide .text-bg .geciscizgiii {
  background-color: #fff;
  height: 2px;
  transition: width linear;
  width: 0;
  transition-duration: 5500ms;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.slider1 .swiper-slide-active .geciscizgiii {
  width: calc(100% + 0px) !important;
  visibility: visible;
  opacity: 1 !important;
}

/* sLider 1 Son*/