body {
  font-family: "Poppins", sans-serif !important;
}
li {
  list-style: none;
}
a:hover {
  text-decoration: none !important;
}
ul {
  all: unset;
}
p {
  all: unset;
}
.wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
body {
  overflow-x: hidden;
}
* {
  outline: none;
}
.kataloganasag {
  float: right;
  position: fixed;
  top: 64%;
  right: -6px;
  width: 50px;
  height: 205px;
  z-index: 99;
}
.kataloganasag img {
  width: 88%;
}
.header .upper .contact_lang {
  padding-top: 0;
  position: relative;
  padding-left: 0;
  background: #232750;
  height: 39px;
  margin-top: -5px;
}
.header .upper .contact_lang ul {
  margin: 0;
  display: flex;
  padding-top: 5px;
  padding-left: 9px;
}
.header .upper .contact_lang ul li {
  padding-left: 0 !important;
}
.header .upper .contact_lang ul li img {
  width: 26px;
  margin: 0 3px;
}
.header.sticky {
  position: fixed;
  top: 0;
  transition: 0.5s;
}
.header.sticky .upper {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0 0;
}
.header.sticky .menu .navbar {
  transition: 0.4s;
  padding: 0;
}
.header.sticky .menu .navbar .logo img {
  width: 79%;
  transition: 0.4s;
}
.header.sticky .menu .navbar .links ul li.list_item > .big_drop {
  margin: 0 0 0 -55px;
}
.header .upper {
  padding: 5px 0;
  background-color: #252851;
  position: relative;
  transition: 0.5s;
  height: 38px;
  overflow: hidden;border-bottom: 1px solid #eee;
}
.header .upper > .wrapper {
  position: initial;
}
.header .upper .header_content {
  display: flex;
  justify-content: space-between;
}
.header .upper .header_content .contact {
  display: flex;
}
.header .upper .header_content::before {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  height: 100%;
  width: 52%;
  left: -6px;
  top: 0;
  transform: skewX(-14deg);
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.header .upper .header_content::after {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  height: 100%;
  width: 18px;
  left: 52%;
  top: 0;
  transform: skewX(-14deg);
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  margin-left: 11px;
}
.header .upper .header_content .item {
  z-index: 9;
  padding-right: 50px;
  list-style: none;
}
.header .upper .header_content .item:last-child span {
  position: relative;
  top: 2px;
}
.header .upper .header_content .item span {
  color: #252852;
  font-size: 19px;
  padding-right: 10px;
}
.header .upper .header_content .item p {
  margin: 0;
  font-size: 14px;
  color: #252852;
  font-weight: 500;
  -webkit-text-fill-color: #252852;
}
.header .upper .lang {
  margin-top: 0;
  padding-right: 10px;
}
.header .upper .right_section {
  display: flex;
}
.header .upper .lang ul {
  margin: 0;
  display: flex;
  position: relative;
}
.header .upper .lang ul li {
  padding: 3px 6px;
  list-style: none;
  color: #fff;
  font-size: 13px;
}
.header .upper .lang ul li a {
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.header .upper .lang ul li:last-child:before {

}
.header .social {
  margin-left: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}
.header .social > h3 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.header .social ul {
  margin: 0;
}
.header .social ul li {
  display: inline-block;
  margin-top: 0;
}
.header .social ul li a {
  display: block;
  text-align: center;
  margin-left: 11px;
  font-size: 15px;
}
.header .social ul li a i {
  color: #fff;
  margin-top: 7px;
  margin-left: 0;
  -webkit-text-fill-color: #fff;
}
header {
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  background-position: 220px 62%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
header > .wrapper {
  display: flex;
  justify-content: space-between;
}
.alkan-logo {
  margin: 0;
}
.alkan-logo img {
  width: 78%;
  padding-top: 21px;
  padding-bottom: 11px;
}
.slider {
  margin-top: 0;
}
.slider,
.slider > div {
  background-position: center;
  display: block;
  width: 100%;
  height: 575px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  transition: transform 0.7s;
}
.slider > div:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0003;
  position: absolute;
  top: 0;
  left: 0;
}
.slider > div {
  position: absolute;
}
.slider > i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 43%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: #939598;
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}
.slider > i svg {
  margin-top: 3px;
}
.slider > i svg {
  fill: #fff;
}
.slider > .left {
  left: -100px;
}
.slider > .right {
  right: -100px;
}
.slider:hover > .left {
  left: 0;
}
.slider:hover > .right {
  right: 0;
}
.slider > i:hover {
  background: #769d48;
  transform: translateX(-2px);
}
.slider > i.right:hover {
  transform: translateX(2px);
}
.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}
.slider:hover > div {
  transform: scale(1.01);
}
.hoverZoomOff:hover > div {
  transform: scale(1);
}
.slider > ul {
  position: absolute;
  bottom: 48%;
  right: 8%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}
.slider > ul > li {
  padding: 0;
  width: 13px;
  height: 13px;
  list-style: none;
  margin: 10px 0 0;
  cursor: pointer;
  border: 1px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider > ul > .showli {
  background-color: #fff;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards;
}
.slider > ul > li:hover {
  background-color: #000;
}
.slider > .show {
  z-index: 1;
}
.hideDots > ul {
  display: none;
}
.showArrows > .left {
  left: 0;
}
.showArrows > .right {
  right: 0;
}
.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff;
}
.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}
.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}
.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}
.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}
.slider > div span {
  display: block;
  position: absolute;
  top: 30%;
  z-index: 9;
  color: #fff;
  text-align: left;
  padding: 0;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider > div .btn {
  padding-top: 50px;
  display: block !important;
  text-align: left;
  padding-left: 0;
}
.slider > div .btn a {
  padding: 10px 20px;
  margin-top: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.slider > div .btn a:nth-child(2) {
  color: #fff;
  background-color: #769d48;
  border: 1px solid #769d48;
}
.slider > div .btn a:nth-child(2):hover {
  background-color: transparent;
  border: 1px solid #fff;
  transition: 0.3s;
}
.slider > div .btn a:nth-child(1) {
  border: 1px solid #fff;
  color: #fff;
}
.slider > div .btn a:nth-child(1):hover {
  background-color: #769d48;
  border: 1px solid #769d48;
  color: #fff;
  transition: 0.3s;
}
.slider > div span p {
  font-size: 13px;
  width: 48%;
  display: block;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
  text-shadow: 2px 2px 12px #000;
}
.slider > div span h5 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 17px 0;
  border-left: 6px solid #769d48;
  padding-left: 14px;
  text-shadow: 2px 2px 12px #000;
}
.slider > div span h2 {
  font-size: 31px;
  font-weight: 300;
  text-shadow: 2px 2px 12px #000;
  text-transform: uppercase;
  width: 68%;
  color: #fff;
}
.slider > div span h2 b {
  font-size: 52px;
  text-shadow: 2px 2px 12px #000;
  color: #fff;
  font-weight: 600;
}
@keyframes boing {
  0% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
#slider2 {
  max-width: 30%;
  margin-right: 20px;
}
.row2Wrap {
  display: flex;
}
.slider_section {
  padding-top: 0 !important;
  margin-top: 120px;
  position: relative;
}
.slider_section .vedio {
  position: relative;
}
.slider_section .vedio:after {
  content: " ";
  background: url("https://www.novades.com.tr/assets/img/pattern.png") repeat
    center center rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.scrollbutton {
  position: absolute;
  width: 130px;
  height: 50px;
  bottom: 80px;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 0;
  right: 0;
  margin: auto;
}
.scrollbutton a.scrolldown {
  width: 120px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: block;
  background: url("assets/img/svg/down-arrow.svg") center center no-repeat;
  background-size: 60px;
  -webkit-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(20px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(20px);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    transform: translateY(20px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.product_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.product_section .title {
  width: 30%;
}
.product_section .title span {
  font-size: 32px;
  font-weight: 700;
  color: #252852;
  display: block;
  position: relative;

}
.product_section .title span:after {
  content: " ";
  width: 10%;
  height: 3px;
  background-color: #404442;
  position: absolute;
  top: 25px;
  margin-left: 10px;
}
.product_section .title h3 {
  font-size: 14px;
  font-weight: 500;
  color: #757573;
  padding-top: 10px;
}
.product_section .product_boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.product_section .product_boxes .product_item {
  width: 22%;
  margin: 12px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.product_section .product_boxes .product_item .img {
  overflow: hidden;
  transition: opacity 0.3s ease-out,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.product_section .product_boxes .product_item .img:hover img {
  transform: scale(1.1);
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.product_section .product_boxes .product_item .img img {
  width: 100%;
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.product_section .product_boxes .product_item .text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
  padding-right: 10px;
  position: relative;
}
.product_section .product_boxes .product_item .text:after {
  content: " ";
  width: 100%;
  height: 0;
  transition: 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #252851;
}
.product_section .product_boxes .product_item:hover .text:after {
  height: 100%;
  transition: 0.3s;
}
.product_section .product_boxes .product_item .text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.3s;
  z-index: 9;
  position: relative;
  color: #000;
}
.product_section .product_boxes .product_item:hover .text h3 {
  transition: 0.3s;
  color: #fff;
}
.product_section .product_boxes .product_item .text span {
  font-size: 13px;
  color: #252852;
  font-weight: 400;
  display: block;
  padding-top: 7px;
  transition: 0.3s;
  z-index: 9;
  position: relative;
}
.product_section .product_boxes .product_item:hover .text span {
  transition: 0.3s;
  color: #fff;
}
.product_section .link {
  text-align: center;
  margin-top: 30px;
}

header {

}
.btnAlisveris {
  margin: 0px 0 0 10px;
  padding: 10px 20px;
  display: inline-block;
  float: right;
  background-color: #fff;
  border: 1px solid #95B935;
  color: #95B935;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-animation: background 1s cubic-bezier(1,0,0,1) infinite;
  animation: background 1s cubic-bezier(1,0,0,1) infinite;
}


header > .wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.alkan-logo {
  float: left;
  margin: 0;
}


.product_section .link a {
  padding: 10px 30px;
  background-color: #2e3564;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}
.product_section .link a:hover {
  transition: 0.3s;
  background-color: #444343;
}
footer {
  background-color: #21295a;
}
footer .top_footer {
  padding: 70px 0 54px 0;
  margin-top: 0;
  border-top: 0px solid #444343;
  background-size: contain;
  background-position: right;
  position: relative;
}
footer .top_footer:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-position: center;
  background-image: url("assets/img/footer_bg.jpg");
}
footer .top_footer h5 {
  font-size: 23px;
  color: #fff;
  position: relative;
  font-weight: 700;
}
footer .top_footer h5:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #7ab517;
  position: absolute;
  bottom: -13px;
}
footer .top_footer .part1 h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  -webkit-text-fill-color: #fff;
}
footer .top_footer .part1 a img {
  width: 260px;
}
footer .top_footer .part3 {
  padding-left: 39px;
}
footer .top_footer .part4 {
  padding-left: 83px;
}
footer .top_footer .part1 p:nth-child(2) {
  font-size: 13px;
  -webkit-text-fill-color: #fff;
  color: #fff;
  line-height: 25px;
  padding-top: 16px;
  display: block;
}
footer .top_footer .part1 p:nth-child(3) {
  font-weight: 600;
  font-size: 1.25em;
  color: #ea212d;
}
footer .top_footer .part1 p:nth-child(4) {
  font-style: italic;
  font-size: 0.875em;
  color: #797a7c;
  padding-left: 0;
  line-height: 4px;
}
footer .top_footer .part1 ul li {
  display: inline-block;
  margin-top: 0;
}
footer .top_footer .part1 .info p {
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-text-fill-color: #fff;
}
footer .top_footer .part1 .info {
  padding-top: 17px;
  padding-bottom: 30px;
}
footer .top_footer .part1 .info li span {
  color: #fff !important;
  font-size: 13px;
  -webkit-text-fill-color: #fff;
}
footer .top_footer .part1 .info li span strong {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
footer .top_footer .part1 ul li a i {
  color: #fff;
  margin-top: 7px;
  -webkit-text-fill-color: #fff;
  margin-left: 0;
}
footer .top_footer .part1 ul {
  padding-left: 0;
}
footer .top_footer .part1 ul li a {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 1px solid #7ab517;
  margin-left: 3px;
  background-color: #7ab517;
  color: #fff;
}
footer .top_footer .part1 ul li a:hover {
  border: 1px solid #93499c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top_footer .part1 ul li a:hover {
  background: #444343;
  border-color: #444343;
}
footer .top_footer .part1 ul li a:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .top_footer .part2 ul li a {
  font-size: 0.875em;
  color: #fff;
  -webkit-text-fill-color: #fff;
  margin-top: 14px;
  display: block;
  transition: all 0.3s ease;
}
footer .top_footer .part2 ul li a i {
  color: #7ab517;
}
footer .top_footer .part2 ul li:hover a {
  color: #7ab517;
}
footer .top_footer .part2 ul {
  padding-top: 18px;
  padding-left: 0;
  display: block;
}
footer .top_footer .part3 a {
  color: #93499c;
}
footer .top_footer .part3 p {
  font-size: 0.875em;
  color: #797a7c;
  padding-top: 31px;
}
footer .top_footer .part3 span {
  font-weight: 600;
  color: #797a7c;
  font-size: 0.75em;
  margin-top: -9px;
  display: block;
}
footer .top_footer .part4 img {
  float: left;
  margin: 0 2.5px 5px;
}
footer .top_footer .part4 .gallery {
  margin-top: 43px;
  margin-left: -5px;
  margin-right: -5px;
}
footer .bottom_footer {
  display: flex;
  background-color: #262d58;
}
footer .bottom_footer p {
  margin: 0;
  font-size: 14px;
  -webkit-text-fill-color: #fff;
  color: #fff;
  padding: 15px 0;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.banner_top {
  width: 100%;
  height: 300px;
  background-color: #fff;
  display: table;
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  margin-top: 130px;
  position: relative;
}
.banner_top .content {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.56);
}
.banner_top .content h3 {
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
  font-size: 36px;
}
.page_content {
  padding-bottom: 5rem;
}
.links_tree {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.links_tree ul {
  padding-left: 0;
  margin-bottom: 0;
}
.links_tree ul li {
  display: inline-block;
}
.links_tree ul li a {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 500;
  color: #9295a1;
  font-size: 15px;
}
.links_tree ul li a.active {
  color: #769d48;
}
.links_tree ul li a:hover {
  text-decoration: none;
  color: #ee1b26;
}
.links_tree ul li a:after {
  content: "|";
  position: absolute;
  right: -5px;
  color: #9295a1;
  top: -4px;
  font-size: 16px;
}
.links_tree ul li:last-child a:after {
  display: none;
}
.page_content .contact_part {
  padding-top: 30px;
  padding-bottom: 90px;
}
.page_content .contact_part .row {
  margin: 0;
}
.page_content .form_part {
  width: 50%;
}
.page_content .form_part h3 {
  font-size: 32px;
  font-weight: 700;
  color: #424242;
}
.page_content .form_part p {
  display: block;
  font-size: 14px;
  color: #424242;
}
.page_content .form_part .form_box .item:first-child {
  margin-right: -14px;
}
.page_content .form_part form input {
  width: 48%;
  display: inline;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 24px 10px;
  border: 1px solid #eaeaea;
  transition: 0.3s;
}
.page_content .form_part form input:focus {
  border: 1px solid #525252;
  box-shadow: none;
  transition: 0.3s;
}
.page_content .form_part form input:nth-child(2n) {
  margin-right: 0;
}
.page_content .form_part form textarea {
  border: 1px solid #eaeaea;
  font-size: 14px;
  transition: 0.3s;
}
.page_content .form_part form textarea:focus {
  border: 1px solid #525252;
  box-shadow: none;
  transition: 0.3s;
}
.page_content .form_part .button button {
  padding: 10px 24px;
  display: inline-block;
  background: #525252;
  color: #fff;
  border: 1px solid #525252;
  transition: 0.3s;
  margin-top: 30px;
}
.page_content .form_part .button button:hover {
  background-color: #eb423c;
  border: 1px solid #eb423c;
}
.page_content .text_part {
  width: 50%;
  padding-left: 50px;
}
.page_content .text_part .contact_information {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-top: 81px;
  border: 1px solid #eee;
}
.page_content .text_part .contact_information h3 {
  font-size: 32px;
  font-weight: 700;
  color: #424242;
}
.page_content .text_part .contact_information p {
  display: block;
  padding-left: 0;
  color: #424242;
  font-size: 15px;
  font-weight: 500;
}
.page_content .text_part .contact_information p i {
  font-size: 17px;
  padding-right: 10px;
  color: #769d48;
  -webkit-text-fill-color: #769d48;
}
.page_content .text_part .contact_information p a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.page_content .text_part .contact_information .phone_numbers {
  padding: 0;
}
.page_content .text_part .contact_information .phone_numbers li {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.page_content .text_part .contact_information .phone_numbers li p {
  margin-bottom: 0;
  color: #424242;
}
.page_content .text_part .contact_information .phone_numbers li p i {
  padding-right: 0;
}
.page_content .text_part .contact_information .phone_numbers li p a {
  padding-right: 0;
  margin-left: 6px;
  color: #424242;
}
.page_content .text_part .contact_information span.adress {
  display: block;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.page_content .text_part .contact_information span.mail {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  border: 1px solid #fff;
  margin-bottom: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.page_content .text_part .contact_information span.fatura {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  border: 1px solid #fff;
  margin-bottom: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.page_content .text_part .map {
  width: 100%;
  height: 309px;
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
.page_content .text_part .map iframe {
  width: 100%;
  height: 100%;
}
.page_content .text {
  padding-top: 40px;
}
.page_content .text p {
  display: block;
  font-size: 15px;
  color: #595959;
}
.page_content .content_boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.page_content .content_boxes .item {
  width: 22%;
  margin: 12px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.page_content .content_boxes .item .img {
  overflow: hidden;
  transition: opacity 0.3s ease-out,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .content_boxes .item .img:hover img {
  transform: scale(1.1);
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .content_boxes .item .img img {
  width: 100%;
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .content_boxes .item .text {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
  padding-right: 20px;
  position: relative;
}
.page_content .content_boxes .item .text:after {
  content: " ";
  width: 100%;
  height: 0;
  transition: 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #769d48;
}
.page_content .content_boxes .item .text h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.3s;
  z-index: 9;
  position: relative;
  color: #000;
}
.page_content .content_boxes .item .text p {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  display: block;
  padding-top: 7px;
  margin-bottom: 0;
  transition: 0.3s;
  z-index: 9;
  position: relative;
}
.page_content .pdf_boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.page_content .pdf_boxes .item {
  width: 18%;
  margin: 12px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.page_content .pdf_boxes .item .img {
  overflow: hidden;
  transition: opacity 0.3s ease-out,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .pdf_boxes .item .img:hover img {
  transform: scale(1.1);
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .pdf_boxes .item .img img {
  width: 100%;
  transition: opacity 0.3s ease-out, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_content .pdf_boxes .item .text {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  text-align: center;
}
.page_content .pdf_boxes .item .text:after {
  content: " ";
  width: 100%;
  height: 0;
  transition: 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #769d48;
}
.page_content .pdf_boxes .item .text h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.3s;
  z-index: 9;
  position: relative;
  color: #000;
}
.page_content .pdf_boxes .item .text p {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  display: block;
  padding-top: 7px;
  margin-bottom: 0;
  transition: 0.3s;
  z-index: 9;
  position: relative;
}
.page_content .boxes {
  padding-top: 20px;
}
.page_content .boxes .main_image {
  margin: 0 auto;
  padding-top: 40px;
}
.page_content .boxes .main_image img {
  display: block;
  width: 100%;
}
.page_content .boxes .main_image p {
  display: block;
  font-size: 15px;
  color: #595959;
  padding-top: 20px;
}
.page_content .colors_box {
  padding-top: 40px;
  background-color: #4b4b4b;
  margin-top: 70px;
  margin-bottom: 30px;
}
.page_content .colors_box .row {
  margin: 0;
}
.page_content .colors_box h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
}
.page_content .colors_box .item {
  width: 20.6%;
  margin-bottom: 60px;
  max-width: 136px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 135px;
  margin-right: 40px;
  border: 1px solid #fff;
}
.page_content .colors_box .item span {
  background-color: #fff;
  position: relative;
  top: -40px;
  padding: 4px 10px;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s;
  margin: 0 auto;
}
.page_content .colors_box .item:hover span {
  opacity: 1;
  transition: 0.3s;
}
.page_content .pdf_boxes h4 {
  color: #595959;
  text-align: center;
  padding-bottom: 40px;
  font-size: 35px;
}
.page_content .boxes .main_text {
  text-align: center;
  padding-top: 40px;
}
.page_content .boxes .main_text h4 {
  display: block;
  font-size: 25px;
  color: #595959;
  font-weight: 600;
}
.page_content .boxes .main_text p {
  display: block;
  font-size: 15px;
  color: #595959;
}
.page_content .boxes .main_text img {
  width: 40%;
}
.page_content .drop_down_section {
  margin-top: 40px;
}
.page_content .drop_down_section .item {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.page_content .drop_down_section .item .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_content .drop_down_section .item .head h3 {
  display: block;
  font-size: 25px;
  color: #595959;
  font-weight: 400;
}
.page_content .drop_down_section .item.active .head span img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_content .drop_down_section .item .head span img {
  width: 50px;
  margin-right: 30px;
  margin-top: 10px;
}
.page_content .drop_down_section .item .content {
  width: 90%;
  margin: 0 auto;
  color: #4b4b4b;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.page_content .drop_down_section .item.active .content {
  height: auto;
  transition: 0.4s;
  padding: 20px 0;
}
.page_content .drop_down_section .item .content img {
  width: 80%;
  margin: 30px auto;
  display: block;
}
.page_content .drop_down_section .item .content table {
  width: 100%;
  border-spacing: 0;
  word-break: break-all;
  word-break: break-word;
}
.page_content .drop_down_section .item .content table td {
  padding: 2px 4px;
  vertical-align: top;
  text-align: left;
}
.page_content .drop_down_section .item .content table th {
  padding: 2px 4px;
  vertical-align: top;
  text-align: left;
}
.page_content .drop_down_section .item .content table .br {
  border-right: 1px solid #4b4b4b;
}
.page_content .drop_down_section .item .content table .bt {
  border-top: 1px solid #4b4b4b;
}
.page_content .drop_down_section .item .content table td {
  padding: 2px 4px;
  vertical-align: top;
  text-align: left;
}
.page_content .drop_down_section .item .content table th {
  padding: 2px 4px;
  vertical-align: top;
  text-align: left;
}
.categories_boxes {
  margin-top: 2rem;
  margin-bottom: ;
}
.categories_boxes .row {
  margin: 0;
}
.categories_boxes .item {
  width: 32%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-top: 2px;
  margin-bottom: 22px;
  margin-right: 8px;
}
.categories_boxes .boxes_section {
  width: 74%;
}
.page_text .malzeme_section {
  width: 75%;
}
.page_text .malzeme_section .text {
  width: 100%;
}
.categories_boxes .item .content {
  background-color: #fff;
  padding-bottom: 0;
  overflow: hidden;
}
.categories_boxes .item .content .img {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.categories_boxes .item .content .img img {
  transition: 0.5s;
  width: 100%;
  
}
.categories_boxes .item .content .img:after {
  background-color: #000000a1;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
}
.categories_boxes .item:hover .content .img:after {
  opacity: 1;
  transition: 0.8s;
}
.categories_boxes .item:hover .content .img img {
  transform: scale(1.2) rotate(1deg);
  transition: 0.5s;
}
.categories_boxes .item .content .img .link {
  position: absolute;
  z-index: 9999;
  display: none;
  background: #144ea8;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.categories_boxes .item:hover .content .img .link {
  opacity: 1;
  transition: 0.5s;
}
.categories_boxes .item .content .img .link a {
  font-size: 36px;
  color: #fff;
  padding-top: 4px;
  display: block;
}
.categories_boxes .item .content .text {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-image: url("https://www.novades.com.tr/assets/img/t21.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.categories_boxes .item .content .text:after {
  content: " ";
  position: absolute;
  top: 0;
  background: #144ea8;
  height: 0;
  width: 100%;
  left: 0;
  transition: 0.5s;
  display: none;
}
.categories_boxes .item:hover .content .text:after {
  height: 100%;
  transition: 0.5s;
}
.categories_boxes .item:hover .content .text h3 a {
  color: #144ea8;
  transition: 0.5s;
}
.categories_boxes .item:hover .content .text p {
  color: #fff;
  transition: 0.5s;
}
.categories_boxes .item .content .text h3 {
  font-size: 19px;
  font-weight: 700;
  z-index: 9;
  transition: 0.5s;
  position: relative;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  z-index: 9;
  transition: 0.5s;
  padding: 8px 0;
  display: block;
}
.categories_boxes .item .content .text span {
  z-index: 9999;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  background: #144ea8;
  z-index: 99;
  top: -27px;
  position: relative;
  padding: 4px 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23);
}
.categories_boxes .item .content .text p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
  z-index: 9;
  position: relative;
}
.categories_boxes .item .content .view_product {
  display: block;
  margin-right: 21px;
  margin-left: 21px;
  margin-bottom: 21px;
  border-top: 2px solid #e4e4e4;
}
.categories_boxes .item .content .view_product a {
  display: block;
  padding: 18px 15px;
  transition: 0.5s;
  text-align: center;
}
.categories_boxes .item .content .view_product a:hover {
  background-color: #001040;
  transition: 0.5s;
}
.categories_boxes .item .content .view_product a span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.categories_boxes .item .content .view_product a i {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 29px;
  border-radius: 50%;
  text-align: center;
  background-color: #001040;
  color: #fff;
  margin-left: 5px;
}
.categories_boxes .link-box {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.side_menu {
  width: 23%;
  padding-top: 0;
  margin-right: 23px;
}
.side_menu .content h3 {
  color: #000;
  font-size: 16px;
  padding: 10px 27px;
  border: 1px solid #eee;
  margin: 0;
  position: relative;
  border-bottom: 0;
  font-weight: 700;
}
.katagori_box_section > .row {
  margin: 0;
}
.side_menu .content h3::after {
  content: " ";
  width: 11px;
  display: block;
  background-color: #769d48;
  position: absolute;
  height: 43px;
  left: 0;
  top: 0;
}
.side_menu .content ul {
  border: 1px solid #e8e8e8;
  padding: 0;
  display: block;
}
.side_menu .content ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #eee;
}
.side_menu .content ul li a {
  text-decoration: none;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 11px 27px;
  position: relative;
  transition: 0.5s;
}
.side_menu .content ul li a::after {
  content: " ";
  width: 11px;
  display: block;
  background-color: #fff;
  position: absolute;
  height: 43px;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.images_col {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.refe_item {
  width: 19%;
  display: block;
  margin: 5px;
  border: 1px solid #eaeaea;
}
.refe_item a {
  display: block;
}
.refe_item img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 160px;
}
.refe_item .title_text {
  padding: 10px 10px;
  border-top: 1px solid #eaeaea;
}
.refe_item .title_text h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 45px;
  margin-bottom: 0;
}
