﻿@font-face { font-family: 'Volte-Bold'; src: url('../fonts/Volte-Bold.ttf') format('truetype');}
@font-face { font-family: 'Volte-BoldItalic'; src: url('../fonts/Volte-BoldItalic.ttf') format('truetype');}
@font-face { font-family: 'Volte-Light'; src: url('../fonts/Volte-Light.ttf') format('truetype');}
@font-face { font-family: 'Volte-LightItalic'; src: url('../fonts/Volte-LightItalic.ttf') format('truetype');}
@font-face { font-family: 'Volte-Medium'; src: url('../fonts/Volte-Medium.ttf') format('truetype');}
@font-face { font-family: 'Volte-MediumItalic'; src: url('../fonts/Volte-MediumItalic.ttf') format('truetype');}
@font-face { font-family: 'Volte-Regular'; src: url('../fonts/Volte-Regular.ttf') format('truetype');}
@font-face { font-family: 'Volte-RegularItalic'; src: url('../fonts/Volte-RegularItalic.ttf') format('truetype');}
@font-face { font-family: 'Volte-Semibold'; src: url('../fonts/Volte-Semibold.ttf') format('truetype');}
@font-face { font-family: 'Volte-SemiboldItalic'; src: url('../fonts/Volte-SemiboldItalic.ttf') format('truetype');}

:root{
    --orange-color:#EB6727;
    --green-color:#7BBA47;
}
*{
    margin:0;
    padding:0;
}
body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}
body.passive{
    overflow:hidden;
}
a{
    text-decoration:none;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
button{
    border:none;
    outline:none;
    background:transparent;
}
/*---MyContainer---*/
.my-container{
    padding:0 140px;
}
.my-container2{
    margin:0 140px;
}
.my-container3{
    margin:0 100px;
}
.my-container4{
    padding:0 100px;
}
/*---Whatsapp---*/
.whatsapp{
    position:fixed;
    bottom:25px;
    left:25px;
    z-index:150;
}
.whatsapp a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    border-radius:100%;
    background:#25D366;
    font-size:30px;
    color:#FFF;
}
.whatsapp a::before{
    content:"";
    position:absolute;
    width:60px;
    height:60px;
    border-radius:100%;
    background:#25D36650;
}
/*---Search-Menu---*/
.search-menu{
    position:fixed;
    width:100vw;
    height:100vh;
    top:-100vh;
    left:0;
    z-index:900;
    background:#00000080;
    padding-top:112px;
    transition:all ease 1s;
}
.search-menu.active{
    top:0;
}
.search-menu-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.search-menu-close-btn{
    margin-bottom:80px;
}
.search-menu-close-btn span{
    cursor:pointer;
    width:68px;
    height:68px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--orange-color);
}
.search-form{
    display:flex;
    flex-direction:column;
    text-align:center;
    color:#FFF;
}
.search-form h5{
    font-size:60px;
    font-family:Volte-Semibold;
}
.search-form p{
    font-size:16px;
    font-family:Volte-Regular;
    margin-bottom:30px;
}
.search-form .searc-form-input-group{
    width:600px;
    position:relative;
}
.search-form .searc-form-input-group input{
    width:100%;
    height:45px;
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    border-radius:34px;
    outline:none;
    border:none;
    padding:0 25px;
}
.search-form .searc-form-input-group button{
    width:142px;
    height:45px;
    background:var(--orange-color);
    color:#FFF;
    border:none;
    border-radius:23px;
    position:absolute;
    top:0;
    right:0;
    font-size:14px;
    font-family:Volte-Semibold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-form .searc-form-input-group button img{
    margin-left:15px;
}
/*---Mega-Menu---*/
.mega-menu{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    right:-100vw;
    z-index:475;
    background:#FFF;
    padding:40px;
    padding-top:0;
    transition:all ease 0.5s;
}
.mega-menu.active{
    right:0;
}
.mega-menu-content{
    padding-top:160px;
    background:#777777;
    width:100%;
    height:100%;
}
.mega-menu-content-left{
    border-right:1px solid #4E4E4E;
    padding-right:45px;
    max-height:840px;
    overflow:scroll;
}
.mega-menu-content-left ul li{
    width:100%;
    margin-bottom:15px;
}
.mega-menu-content-left ul li:last-child{
    margin-bottom:0;
}
.mega-menu-content-left ul li span,
.mega-menu-content-left ul li a{
    display:flex;
    align-items:center;
    width:100%;
    height:67px;
    background:transparent;
    color:#FFF;
    font-size:18px;
    font-family:Volte-Semibold;
    padding-left:15px;
    cursor:pointer;
    transition:all ease 0.5s;
}
.mega-menu-content-left ul li span.active,
.mega-menu-content-left ul li a.active{
    background:var(--orange-color);
}
.mega-menu-content-left ul li span:hover,
.mega-menu-content-left ul li a:hover{
    background:var(--orange-color);
}
.mega-menu-content-left::-webkit-scrollbar {
    background: transparent;
    width: 0;
}
.mega-menu-content-left::-webkit-scrollbar-thumb {
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mega-menu-content-right{
    padding-left:40px;
    max-height:840px;
    overflow:scroll;
}
.mega-menu-content-right::-webkit-scrollbar {
    background: transparent;
    width: 0;
}
.mega-menu-content-right::-webkit-scrollbar-thumb {
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mega-product-box{
    margin-bottom:70px;
}
.mega-product-box-image{
    height:165px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mega-product-box-image{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mega-product-box-image img{
    max-width:100%;
}
.mega-product-box-name{
    text-align:center;
}
.mega-product-box-name a{
    text-align:center;
    color:#FFF;
    font-size:26px;
    font-family:Volte-Semibold;
}
.mega-menu-info-content p{
    color:#FFF;
    font-size:50px;
    font-family:Volte-Regular;
}
.mega-menu-info-content p a{
    text-decoration:underline;
    color:#FFF;
    font-family:Volte-Medium;
}
/*---Home-Get-Offer---*/
.get-offer{
    position:fixed;
    z-index:100;
    bottom:0;
    right:-311px;
    width:421px;
    height:111px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px 0 40px;
    background:url(../images/offer.png);
    transition:all ease 0.5s;
}
.get-offer.active{
    right:0;
}
.get-offer-right a{
    font-size:26px;
    font-family:Volte-Medium;
    color:#FFF;
}
.get-offer:hover{
    right:0;
}
/*---MySection---*/
.my-section{
    padding:50px 0;
}
/*---Header---*/
header{
    position: absolute;
    width: 100vw;
    height: 112px;
    top: 0;
    left: 0;
    background: transparent;
    display: flex;
    align-items: end;
    z-index: 500;
}
header .my-container{
    width:100%;
    height:100%;
}
header .my-container .row{
    align-items:end;
}
.header-logo a img{
    max-width:200px;
}
.header-right{
    height:65px;
    display:flex;
    justify-content:space-between;
    align-items:end;
    padding:20px 0;
    border-top:1px solid #FFF;
}
.header-right-contact{
    display:flex;
    align-items:center;
}
.header-contact-box{
    margin-right:40px;
}
.header-contact-box a{
    display:flex;
    align-items:center;
    color:#FFF;
    font-size:16px;
    font-family:Volte-Regular;
}
.header-contact-box a img{
    margin-right:7px;
}
.header-right-buttons{
    display:flex;
    align-items:center;
}
.header-right-buttons button{
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-language,.header-search{
    margin-right:40px;
}
.header-language{
    display:flex;
    align-items:center;
}
.header-language a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#8A8A8A;
}
.header-language a.active{
    color:#FFF;
}
.header-language span,.header-menu{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
}
.header-menu{
    display:flex;
    align-items:center;
    cursor:pointer;
}
.header-menu .header-menu-btn{
    display:flex;
    flex-direction:column;
    margin-left:10px;
}
.header-menu .header-menu-btn span{
    width:30px;
    height:1px;
    background:#FFF;
    margin-bottom:13px;
    transition:all ease 0.5s;
}
.header-menu .header-menu-btn span:last-child{
    margin-bottom:0;
}
.header-menu.active span:nth-child(1){
    transform:rotate(45deg);
    margin-bottom:-1px;
}
.header-menu.active span:nth-child(2){
    transform:rotate(-45deg);
}
header.dark{
    position:relative;
    background:#FFF;
    width:100%;
}
header.dark .header-contact-box a,
header.dark .header-language span,
header.dark .header-menu,
header.dark .header-language a.active
{
    color:#000;
}
header.active{
    position:fixed !important;
}
header.dark .header-contact-box a img,header.dark .header-right-buttons button img{
    filter:brightness(0);
}
header.dark .header-right{
    border-top:1px solid #000;
}
header.dark .header-menu .header-menu-btn span{
    background:#000;
}
/*---Mini*Navbar---*/
.mini-navbar{
    background:var(--orange-color);
    position:fixed;
    width:100vw;
    height:56px;
    top:-200px;
    left:0;
    z-index:490;
    transition:all ease 0.5s;
}
.mini-navbar.active{
    top:112px;
}
.mini-navbar .my-container,.mini-navbar-content{
    height:100%;
}
.mini-navbar-content ul{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}
.mini-navbar-content ul li{
    margin-right:80px;
}
.mini-navbar-content ul li:last-child{
    margin-right:0;
}
.mini-navbar-content ul li a{
    font-size:16px;
    font-family:Volte-Semibold;
    color:#FFF;
}
/*---Home-Slider---*/
.home-slider{
    width:calc(100vw - 80px);
    height:100vh;
    overflow:hidden;
    margin:0 40px;
    position:relative;
}
.homeCarouselVideo .carousel-item img,.homeCarouselVideo .carousel-item video{
    width:100%;
}
.homeCarouselVideo .carousel-inner,
.homeCarouselVideo .carousel-item,
.homeCarouselProduct,
.homeCarouselProduct .carousel-inner,
.homeCarouselProduct .carousel-item,
.home-slider-content{
    height:100%;
}
.homeCarouselVideo{
    position:absolute;
    width:100%;
    height:100%;
    z-index:5;
    top:0;
    left:0;
}
.homeCarouselProduct{
    position:relative;
    z-index:55;
}
.homeCarouselProduct .carousel-indicators button{
    text-indent:0;
    border:none;
    background:transparent;
    color:#FFF;
    margin-bottom:50px;
    font-size:26px;
    font-family:Volte-Regular;
}
.home-slider-product{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100%;
    margin:0 240px;
}
.homeCarouselProduct .carousel-control-next,
.homeCarouselProduct .carousel-control-prev{
    opacity:1;
    width:5%;
}
.homeCarouselProduct .carousel-control-next{
    justify-content:end;
    right:140px;
}
.homeCarouselProduct .carousel-control-prev{
    justify-content:start;
    left:140px;
}
.homeCarouselProduct .home-slider-product-text,.homeCarouselProduct .home-slider-product-box{
    width:50%;
}
.homeCarouselProduct .home-slider-product-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#FFF;
}
.homeCarouselProduct .home-slider-product-text p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
}
.homeCarouselProduct .home-slider-product-box{
    display:flex;
    align-items:center;
    justify-content:end;
    height:100%;
}
.homeCarouselProduct .home-slider-product-box-content{
    position:relative;
    padding:25px;
    background:var(--orange-color);
    width:50%;
    height:70%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.homeCarouselProduct .home-slider-product-box h5{
    font-size:45px;
    font-family:Volte-Semibold;
    color:#FFF;
}
.homeCarouselProduct .home-slider-product-box .home-slider-product-image,.homeCarouselProduct .home-slider-product-box .home-slider-product-image img{
    width:100%;
}
.homeCarouselProduct .home-product-more-box a, .homeCarouselProduct .home-product-more-top{
    color:#FFF;
}
.homeCarouselProduct .home-product-more-box a:hover{
    text-decoration:underline;
}
.homeCarouselProduct .carousel-indicators button{
    position:relative;
}
.homeCarouselProduct .carousel-indicators button::before{
    content:"/";
    position:absolute;
    right:-7px;
    opacity:0.5;
}
.homeCarouselProduct .carousel-indicators button:last-child::before{
    display:none;
}
/*---Titles---*/
.my-title {
    margin-bottom: 60px;
}
.my-title h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#000;
}
.my-title h5 span{
    color:var(--orange-color);
}
.my-title p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
/*---Home-Corporate---*/
.home-corporate-left{
    position:relative;
}
.home-corporate-image{
    width:100%;
    height:470px;
    display:flex;
    justify-content:start;
    align-items:center;
}
.home-corporate-image img{
    max-width:100%;
}
.home-corporate-image-text h5{
    font-size:40px;
    font-family:Volte-Bold;
    color:#00000007;
}
.rectangle1{
    position:absolute;
    width:32px;
    height:30px;
    background:var(--orange-color);
    left:-66px;
    top:92px;
    z-index:5;
}
.rectangle2{
    position:absolute;
    width:52px;
    height:50px;
    background:var(--green-color);
    left:74px;
    top:0;
    z-index:5;
}
.rectangle3{
    position:absolute;
    width:44px;
    height:43px;
    background:var(--green-color);
    right:142px;
    bottom:94px;
    z-index:5;
}
.rectangle4{
    position:absolute;
    width:98px;
    height:94px;
    background:var(--orange-color);
    right:0;
    bottom:0;
    z-index:5;
}
.home-corporate-right{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.home-corporate-right h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#000;
}
.home-corporate-right h5 span{
    color:var(--orange-color);
}
.home-corporate-right p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    margin-bottom:45px;
}
.home-corporate-contact{
    display:flex;
}
.home-corporate-contact-box{
    margin-right:100px;
}
.home-corporate-contact-box-top{
    display:flex;
    align-items:center;
}
.home-corporate-contact-box-top span{
    width:28px;
    height:28px;
    background:#EB672715;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:5px;
}
.home-corporate-contact-box a{
    font-size:21px;
    font-family:Volte-Semibold;
    color:#000;
    transition:all ease 0.5S;
}
.home-corporate-contact-box a:hover{
    text-decoration:underline;
}
/*---Home-Product---*/
.home-product .my-title{
    text-align:center;
}
.home-product-box{
    padding:25px 50px;
    margin-bottom:35px;
    height:315px;
    border:1px solid #E5E5E5;
}
.home-product-box-name{
    text-align:center;
    margin-bottom:5px;
}
.home-product-box-name a{
    font-size:26px;
    font-family:Volte-Semibold;
    color:var(--orange-color);
}
.home-product-box-image{
    width:100%;
    height:180px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}
.home-product-box-image a{
    z-index:6;
    background:#FFF;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-product-box-image-hover{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    z-index:5;
    transition:all ease 0.5s;
}
.home-product-box-image img{
    max-width:100%;
}
.home-product-box:hover .home-product-box-image-hover{
    z-index:10;
    opacity:1;
}
.home-product-more{
    display:flex;
    justify-content:center;
}
.home-product-more-top{
    display:flex;
    align-items:center;
}
.home-product-more-top span{
    width:28px;
    height:28px;
    background:#7BBA4715;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:5px;
}
.home-product-more a{
    font-size:21px;
    font-family:Volte-Semibold;
    color:#000;
}
.home-product-more a:hover{
    text-decoration:underline;
}
.home-product-more-box2:hover span{
    background:#EB672715;
}
/*---Home-Technology---*/
.home-technology{
    position:relative;
    height:100vh;
    background-image:url(../images/home-tecnology.png);
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:100px;
}
.home-technology::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#00000095;
    height:100%;
    width:100%;
    z-index:5;
}
.home-technology::after{
    content:"";
    position:absolute;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(55, 55, 55, 1) 100%);
    top:0;
    left:0;
    width:100%;
    height:465px;
    z-index:5;
}
.home-technology .my-container{
    height:100%;
}
.home-technology-content{
    position:relative;
    z-index:15;
    padding:140px 0;
    padding-left:140px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}
.home-technology-left .my-title h5{
    color:#FFF;
}
.home-technology-left p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
}
.home-technology-right{
    display:flex;
    justify-content:end;
}
.home-technology-right-box{
    height:520px;
    width:80%;
    margin-top:-250px;
}
.home-technology-right-box-top{
    background:#2E2D2D;
    padding:60px 65px;
}
.home-technology-right-box-top h5{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    margin-bottom:40px;
}
.home-technology-right-box-top p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
    line-height:40px;
}
.home-technology-right-box-bottom{
    background:var(--orange-color);
    padding:40px 65px;
}
.home-technology-right-box-bottom-text{
    display:flex;
    align-items:center;
    font-size:14px;
    font-family:Volte-Regular;
    color:#FFF;
}
.home-technology-right-box-bottom-text span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:28px;
    height:28px;
    background:#72250015;
    border-radius:100%;
    margin-right:5px;
}
.home-technology-right-box-bottom-text span img{
    width:16px;
}
.home-technology-right-box-bottom a{
    font-size:17px;
    font-family:Volte-Semibold;
    color:#FFF;
    display:flex;
    align-items:center;
    line-height:40px;
}
.home-technology-right-box-bottom a img{
    margin-left:10px;
}
.home-technology-count-box span{
    font-size:70px;
    font-family:Volte-Semibold;
    color:transparent;
    -webkit-text-stroke:1px #FFF;
    line-height:0;
}
.home-technology-count-box p{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    padding-left:60px;
}
/*---Home-Map---*/
.home-map .my-title{
    text-align:center;
}
.home-map-content{
    position:relative;
    height:100%;
    background:url(../images/home-map.png);
}
.home-map-content svg{
    width:100%;
}
.map-container{
    position:relative;
}
.city {
  fill: #E6E6E6;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  transition: all .3s ease-out;
  cursor: pointer;
}
.city:hover{
    fill: var(--orange-color);
}
.show-city-name{
  background-color: #FFF;
  color: #000;
  position: fixed;
  padding:10px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  font-family:Volte-Bold;
}
.show-city-name::before{
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    margin-top:50px;
}
.show-city-name.active{
    opacity:1;
    visibility:visible;
}
.dealers .main-box .box {
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    width: 100%;
    margin-bottom:50px;
}
.dealers .main-box .box .text h2 {
    font-size: 35px;
    font-family:Volte-Bold;
}
.dealers .main-box .box .text .a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    font-family:Volte-Regular;
}
.dealers .main-box .box .text .a a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-family:Volte-Regular;
}
.dealers .main-box .box .text .buttons {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family:Volte-Regular;
}
.dealers .main-box .box .text .buttons a {
    background-color: var(--orange-color);
    border: none;
    color: #FFF;
    font-weight: 700;
    padding: 0.7rem 1.2rem;
    text-decoration:none;
}
.dealers .main-box .box .image {
    width: 50%;
    height: 270px;
    background-color: var(--orange-color);
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
.dealers .main-box .box .image img{
    width:100%;
}
.dealers .main-box .box .text{
    width:50%;
}
/*---Home-Blog---*/
.home-blog-top .my-title{
    text-align:center;
}
.home-blog-top .home-corporate-contact-box{
    display:flex;
    flex-direction:column;
    align-items:center
}
.home-blog-bottom{
    margin-left:140px;
}
/*-----------*/
.carousel-accordion.owl-carousel {
  /*max-width: 90%;*/
}
.carousel-accordion.owl-carousel .owl-stage {
  display: flex;
}

.carousel-accordion .owl-item a {
  position:relative;
  text-decoration: none;
  color: inherit;
}

.carousel-accordion .accordion_li .bg-image {
  height: 670px;
  display: flex;
  max-height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-accordion .accordion_li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter:grayscale(1);
  transition:all ease 0.5s;
}
.carousel-accordion .accordion_li .home-blog-num{
    position:absolute;
    top:20px;
    left:30px;
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    z-index:15;
}
.carousel-accordion .accordion_li .pv-content{
    position:fixed;
    bottom:45px;
    left:30px;
    opacity:0;
    z-index:-1;
    transition:all ease 0.5s;
}
.carousel-accordion .accordion_li .pv-content h5{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    margin-bottom:20px;
}
.carousel-accordion .accordion_li .pv-content,.carousel-accordion .accordion_li .pv-content span{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
    margin-bottom:15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.carousel-accordion .accordion_li:hover  .pv-content{
    opacity:1;
    z-index:15;
}
.carousel-accordion .accordion_li:hover img{
    filter:none;
}
.carousel-accordion .accordion_li:first-child:hover{
    left:100px;
}
@media (min-width: 1200px) {

  .carousel-accordion .accordion_li .bg-image {
    max-height: 600px;
    width: unset;
  }

  .carousel-accordion .accordion_li {
    width: calc((((calc(100vw - 18px)) - (5px * 2)) / 5));
  }
}
.carousel-accordion .owl-nav{
    display:none;
}
.carousel-accordion .owl-item {
    margin: 0 !important;
}
.carousel-accordion .owl-stage {
    margin: 0 !important;
}
/*---Home-Contact---*/
.home-contact-container{
    margin:0 140px;
}
.home-contact .my-title{
    margin-bottom:10px;
}
.home-contact .my-title h3{
    font-size:60px;
    font-family:Volte-Regular;
    color:#000;
}
.home-contact-right-box{
    display:flex;
    align-items:end;
}
.home-contact-image{
    overflow:hidden;
}
.home-contact-image img{
    max-width:100%;
}
.home-contact-form{
    width:75%;
}
.home-contact-form-box{
    margin-bottom:25px;
}
.home-contact-form-box input{
    width:100%;
    height:55px;
    border:1px solid #CBCBCB;
    border-radius:28px;
    padding-left:30px;
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
    outline:none !important;
}
.home-contact-form-box input::placeholder{
    color:#000;
}
.home-contact-form .form-check label{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
}
.home-contact-form .form-check label span{
    cursor:pointer;
    font-family:Volte-Bold;
}
.home-contact-form .form-check input{
    box-shadow:none !important;
}
.home-contact-form .form-check input:checked{
    background-color:var(--orange-color);
    border-color:var(--orange-color);
}
.home-contact-form .form-check input:focus{
    border-color:var(--orange-color);
}
.home-contact-form-box button{
    width:48%;
    height:45px;
    border-radius:23px;
    border:1px solid var(--orange-color);
    color:#000;
    background:#FFF;
}
.home-contact-form-box button:nth-child(2){
    color:#FFF;
    background:var(--orange-color);
}
.home-contact-form-box button i{
    margin-left:15px;
}
/*---Footer---*/
.footer-top{
    width:100%;
}
.footer-top img{
    max-width:100%;
}
.footer-bottom{
    display:flex;
}
.footer-bottom-left{
    width:68.75%;
    padding:70px 0;
    padding-left:280px;
    background:#000;
}
.footer-bottom-right{
    width:31.25%;
    padding:70px 140px 70px 60px;
    background:var(--orange-color);
}
.footer-logo{
    height:100%;
    display:flex;
    align-items:center;
}
.footer-logo img{
    max-width:100%;
}
.footer-menu h5{
    font-size:16px;
    font-family:Volte-Semibold;
    color:#EB6727;
    margin-bottom:15px;
}
.footer-menu ul li{
    margin-bottom:13px;
}
.footer-menu ul li:last-child{
    margin-bottom:0;
}
.footer-menu ul li a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
}
.footer-contact{
    position:relative;
}
.footer-contact h5{
    font-size:16px;
    font-family:Volte-Semibold;
    color:#FFF;
}
.footer-social{
    margin-bottom:30px;
}
.footer-social ul{
    display:flex;
    align-items:center;
}
.footer-social ul li{
    margin-right:12px;
}
.footer-social ul li:last-child{
    margin-right:0;
}
.footer-social li a{
    width:48px;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFF;
    font-size:22px;
    background:#C94E12;
}
.footer-contact-box{
    display:flex;
    flex-direction:column;
}
.footer-contact-box span{
    padding:15px 25px;
    display:flex;
    justify-content:start;
    align-items:center;
    background:#C94E12;
    width:fit-content;
    margin-bottom:30px;
}
.footer-contact-box a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
    display:flex;
    align-items:start;
    line-height:21px;
    margin-bottom:15px;
}
.footer-contact-box a img{
    margin-right:5px;
}
.footer-contact-box span a{
    color:#FFF;
    font-size:22px;
    display:flex;
    align-items:center;
    line-height:normal;
    margin-bottom:0;
}
.footer-contact-box span a img{
    width:13px;
    margin-right:5px;
}
.yukari-cik{
    position:absolute;
    top:0;
    right:0;
    width:65px;
}
.yukari-cik a{
    padding:20px;
    background:var(--green-color);
    transform:rotate(-90deg);
    color:#fff;
    width:175px;
    height:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-copyright{
    background:#1C1C1C;
    width:100%;
    height:70px;
}
.footer-copyright .my-container{
    height:100%;
}
.footer-copyright-content{
    width:100%;
    height:100%;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.footer-copyright-content span,.footer-copyright-content span a{
    font-size:14px;
    font-family:Volte-Regular;
    color:#777777;
}
/*---MyBreadcrumb---*/
.my-breadcrumb{
    padding:50px 0;
}
.my-breadcrumb-top{
    margin-bottom:25px;
}
.my-breadcrumb-top ul{
    display:flex;
    align-items:center;
}
.my-breadcrumb-top ul li{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    margin-right:5px;
}
.my-breadcrumb-top ul li a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
.my-breadcrumb-top ul li:last-child{
    margin-right:0;
    font-family:Volte-Semibold;
}
.my-breadcrumb-bottom{
    text-align:center;
}
.my-breadcrumb-bottom h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#000;
}
.my-breadcrumb-bottom p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
/*---Corporate---*/
.corporate .row{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.corporate .home-corporate-left{
    margin-bottom:70px;
}
.corporate .home-corporate-right{
    text-align:center;
}
.corporate .home-corporate-contact{
    justify-content:center;
}
.corporate-home-technology .my-title{
    text-align:center;
}
.corporate-home-technology .my-title h5,.corporate-home-technology .my-title h5 span,.corporate-home-technology .my-title p{
    color:#FFF;
}
.corporate-home-technology .home-technology-left p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
}
/*---Corporate-Mission---*/
.corporate-mission .my-title{
    text-align:center;
    padding:0 100px;
}
.corporate-mission .my-title h5{
    font-family:Volte-Regular;
}
.corporate-mission-box1 .col-lg-6,.corporate-mission-box2 .col-lg-6{
    margin:0;
    padding:0;
}
.corporate-mission-box1 .corporate-mission-box-text{
    padding:0 70px 0 340px;
}
.corporate-mission-box2 .corporate-mission-box-text{
    padding:0 340px 0 70px;
}
.corporate-mission-box-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.corporate-mission-box-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
}
.corporate-mission-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
}
.corporate-mission-box-image{
    width:100%;
    height:585px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#E8E8E8;
    overflow:hidden;
}
.corporate-mission-box-image img{
    max-width:100%;
    width:auto !important;
    height:auto !important;
}
/*---Corporate-History---*/
.corporate-history .my-title{
    text-align:center;
    margin-bottom:100px;
}
.corporate-history-box{
    position:relative;
}
.corporate-history-box::before{
    content:"";
    position:absolute;
    height:50%;
    width:1px;
    top:0;
    left:calc(50% - 0.5px);
    background:var(--orange-color);
    z-index:5;
}
.corporate-history-box::after{
    content:"";
    position:absolute;
    height:50%;
    width:1px;
    bottom:0;
    left:calc(50% - 0.5px);
    background:var(--orange-color);
    z-index:5;
}
.corporate-history-box .row{
    position:relative;
}
.corporate-history-box .row:before{
    content:"";
    position:absolute;
    width:32px;
    height:32px;
    border-radius:100%;
    background:var(--orange-color);
    top:calc(50% - 16px);
    left:calc(50% - 16px);
    z-index:15;
}
.corporate-history-box-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:end;
}
.corporate-history-box-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:var(--orange-color);
}
.corporate-history-box-text h3{
    font-size:45px;
    font-family:Volte-Semibold;
    color:#777777;
}
.corporate-history-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-history-image{
    width:100%;
    height:375px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#E8E8E8;
    overflow:hidden;
}
.corporate-history-image img{
    max-width:100%;
}
.corporate-history-content .corporate-history-box:nth-child(2n) .row{
    flex-direction:row-reverse;
}
.corporate-history-box .col-lg-6:nth-child(1){
    padding-right:40px;
}
.corporate-history-box .col-lg-6:nth-child(2){
    padding-left:40px;
}
.corporate-history-content .corporate-history-box:nth-child(2n) .col-lg-6:nth-child(1){
    padding-left:40px;
} 
.corporate-history-content .corporate-history-box:nth-child(2n) .col-lg-6:nth-child(2){
    padding-right:40px;
} 
.corporate-history-content .corporate-history-box:nth-child(2n) .corporate-history-box-text{
    text-align:start;
}
.corporate-history-content .corporate-history-box:first-child:before{
    display:none;
}
.corporate-history-content .corporate-history-box:last-child::after{
    display:none;
}
/*---Corporate-Certifica---*/
.certifica-title h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#000;
}
.certifica-box{
    width:100%;
    height:400px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#E8E8E8;
}
.certifica-box img{
    width:auto !important;
    max-width:100%;
}
#owl-certifica-carousel .owl-nav button.owl-next{
    position:absolute;
    top:calc(50%);
    right:-140px;
}
#owl-certifica-carousel .owl-nav button.owl-prev{
    position:absolute;
    top:calc(50%);
    left:-140px;
}
#owl-certifica-carousel .owl-nav button i{
    padding:0 20px;
}
#owl-certifica-carousel .owl-nav button:hover{
    background:transparent !important;
    color:#000;
}
/*---Kvkk---*/
.kvkk h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:30px;
}
.kvkk-content h1,
.kvkk-content h2,
.kvkk-content h3,
.kvkk-content h4,
.kvkk-content h5,
.kvkk-content h6{
    font-size:30px;
    font-family:Volte-Regular;
    color:#000;
}
.kvkk-content p,
.kvkk-content ul li,
.kvkk-content a,
.kvkk-content span,
.kvkk-content b{
    font-size:18px;
    font-family:Volte-Regular;
    color:#000;
}
/*---Carreer---*/
.carreer-form fieldset {
    margin-bottom: 60px;
}
.form-title{
    width:100%;
    border-bottom:1px solid var(--orange-color);
    margin-bottom:25px;
}
.form-title h5{
    font-size:17px;
    font-family:Volte-Medium;
    color:#000;
}
.form-content .form-input-group{
    display:flex;
    flex-direction:column;
    margin-bottom:20px;
}
.form-content .form-input-group span{
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    margin-bottom:10px;
}
.form-content  .form-input-group input{
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:50px;
    padding-left:10px;
}
.form-content  .form-input-group select{
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:50px;
    padding-left:10px;
}
.form-content  .form-input-group textarea{
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:200px;
    padding-top:10px;
    padding-left:10px;
}
.form-education-fieldset{
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}
.form-education{
    display:flex;
    align-items:center;
    min-width:700px;
}
.form-education .form-education-box{
    width:20%;
    margin-bottom:20px;
}
.form-education .form-education span{
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
}
.form-education .form-education-box input{
    width:90%;
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:50px;
    padding-left:10px;
}
.form-work-box{
    width:16%;
    margin-bottom:20px;
}
.form-work-box2{
    width:50%;
    margin-bottom:20px;
}
.form-education .form-work-box span,
.form-education .form-work-box2 span{
    font-size:17px;
    font-family:Volte-Regular;
    color:var(--blackcolor);
}
.form-education .form-work-box input,
.form-education .form-work-box2 input{
    width:90%;
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:50px;
    padding-left:10px;
}
.form-certifica-box{
    width:33%;
    margin-bottom:20px;
}
.form-education .form-certifica-box span{
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
}
.form-education .form-certifica-box input{
    width:90%;
    border:1px solid #CECECE;
    font-size:17px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    height:50px;
    padding-left:10px;
}
.form-button-group{
    display:flex;
    justify-content:end;
    align-items:center;
    margin-bottom:20px;
}
.form-button-group button{
    font-size:18px;
    font-family:Volte-Medium;
    color:#FFF;
    width:200px;
    height:50px;
    border:none;
    outline:none;
    border-radius:30px;
}
.form-button-group button:nth-child(1){
    background:#777777;
    margin-right:15px;
}
.form-button-group button:nth-child(2){
    background:var(--orange-color);
}
.form-required-text{
    text-align:end;
}
.form-required-text span{
    font-size:17px;
    font-family:Volte-Regular;
    color:var(--orange-color);
}
.form-input-group input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: var(--orange-color);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    color:#FFF;
    border-radius:30px;
    border:none;
    box-shadow:none;
    margin-top:5px;
    font-family:Volte-Medium;
    font-size:16px;
}
/*---Üretim-Kalite---*/
.uretim-box{
    margin-bottom:100px;
}
.uretim-box-image{
    width:100%;
    height:400px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#E8E8E8;
}
.uretim-box-image img{
    max-width:100%;
    width:auto !important;
    height:auto !important;
}
.uretim-box-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.uretim-box-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
}
.uretim-box-text p,.uretim2-text p{
    font-size:16px;
    font-family:Volte-Regular;
    line-height:30px;
}
.uretim .my-container .uretim-box:nth-child(2n) .row{
    flex-direction:row-reverse;
}
.uretim2{
    background:#FFE6D9;
}
.uretim2-text{
    text-align:center;
    padding:125px 0;
}
.uretim2-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
    color:var(--orange-color)
}
/*---SSS---*/
.sss-content .my-title{
    text-align:center;
}
.sss-content .accordion-item{
    background:#FFF;
    border-radius:0;
}
.sss-content .accordion-header button,.sss-content .accordion-body{
    background:var(--orange-color);
    color:#FFF;
    box-shadow:none !important;
    border-radius:0;
}
.sss-content .accordion-collapse{
    border-radius:0;
}
.sss-content .accordion-button::after{
    filter:brightness(100);
}
.sss-content .accordion-header button{
    font-size:16px;
    font-family:Volte-Semibold;
}
.sss-content .accordion-body{
    font-size:16px;
    font-family:Volte-Regular;
    line-height:30px;
}
/*---Product---*/
.product-box{
    background:#fff;
    transition:all ease 0.5s;
    margin-bottom:50px;
    padding:25px;
    height:450px;
}
.product-box-image{
    height:300px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;
}
.product-box-image img{
    width:100%;
}
.product-box-text a{
    color:var(--orange-color);
    font-size:26px;
    font-family:Volte-Semibold;
    transition:all ease 0.5s;
}
.product-box:hover{
    background:var(--orange-color);
}
.product-box:hover .product-box-text a{
    color:#FFF;
}
/*---Product-Detail---*/
.product-detail-name-text{
    text-align:center;
}
.product-detail-name-text h5{
    font-size:60px;
    font-family:Volte-Semibold;
}
.product-detail-name-image{
    display:flex;
    justify-content:end;
    align-items:center;
}
.product-detail-name-image img{
    max-width:100%;
}
/*---Product-Detail-Image1---*/
.product-detail-image-slider{
    position:relative;
}
.product-detail-image-slider .custom-nav button{
    font-size:16px;
    font-family:Volte-Regular;
}
.product-detail-image-slider .custom-nav .prev-btn{
    position:absolute;
    top:calc(50% - 47px);
    left:0;
    z-index:55;
    height:94px;
}
.product-detail-image-slider .custom-nav .next-btn{
    position:absolute;
    top:calc(50% - 47px);
    right:0;
    z-index:55;
    height:94px;
}
.product-detail-image-slider .owl-carousel img{
    width:auto !important;
    max-width:100%;
}
.product-detail-image-slider .product-detail-image-box{
    display:flex;
    justify-content:center;
    align-items:center;
    max-height:720px;
    overflow:hidden;
}
.product-detail-image-slider .owl-carousel .owl-dots{
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-detail-image-slider .owl-carousel .owl-dots button span{
    display:flex;
    margin-right:15px;
    width:15px;
    height:15px;
    border-radius:100%;
    background:#E8E8E8;
}
.product-detail-image-slider .owl-carousel .owl-dots button.active span{
    background:var(--orange-color);
}
.product-detail-buttons{
    display:flex;
    align-items:center;
}
.product-detail-buttons button{
    padding:15px 30px;
    background:var(--orange-color);
    font-size:16px;
    font-family:Volte-Medium;
    color:#FFF;
    border:none;
    outline:none;
    height:50px;
    margin-right:30px;
    display:flex;
    align-items:center;
}
.product-detail-buttons button:nth-child(2){
    background:var(--green-color);
    margin-right:0;
}
.product-detail-buttons button img{
    max-width:25px;
    margin-right:10px;
}
/*---Product-Detail-Detail-About---*/
.product-detail-about .my-title,.product-detail-equipmant .my-title,.product-detail-table .my-title,.product-detail-image2 .my-title,.product-detail-video .my-title{
    margin-bottom:40px;
}
.product-detail-table .my-title,.product-detail-image2 .my-title,.product-detail-technic .my-title,.product-detail-video .my-title{
    text-align:center;
}
.product-detail-about .product-detail-about-text p{
    font-size:16px;
    font-family:Volte-Regular;
}
.product-detail-equipmant-box{
    display:flex;
    align-items:center;
    height:70px;
    background:#F1F1F1;
    margin-bottom:25px;
    padding:0 10px;
}
.product-detail-equipmant-box span{
    font-size:45px;
    font-family:Volte-Semibold;
    color:#FFF;
    line-height:0;
    margin-right:15px;
}
.product-detail-equipmant-box p{
    font-size:16px;
    font-family:Volte-Regular;
    margin:0;
    padding:0;
}
/*---Product-Detail-Table---*/
.product-detail-table table{
    width:100%;
}
.product-detail-table table thead tr{
    background:var(--green-color);
    height:56px;
}
.product-detail-table table thead tr td{
    text-align:center;
    font-size:16px;
    font-family:Volte-Semibold;
    text-align:center;
    border:1px solid #FFF;
}
.product-detail-table table tbody tr{
    background:#FFF;
    height:85px;
}
.product-detail-table table tbody tr:nth-child(2n){
    background:#F1F1F1;
    height:56px;
}
.product-detail-table table tbody tr td{
    text-align:center;
    font-size:16px;
    font-family:Volte-Regular;
    text-align:center;
    border:1px solid #FFF;
}
/*---Product-Detail-Image2---*/
.product-detail-image2-box{
    height:200px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#E8E8E8;
    overflow:hidden;
}
.product-detail-image2-box img{
    width:auto !important;
    max-width:100%;
}
.product-detail-technic-box-image{
    width:100%;
    height:300px;
    margin-bottom:15px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-detail-technic-box-image img{
    width:auto !important;
    max-width:100%;
}
.product-detail-technic-box-text{
    text-align:center;
}
.product-detail-technic-box-text h5{
    font-size:26px;
    font-family:Volte-Semibold;
    margin-bottom:30px;
}
.product-detail-technic-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
}
.product-detail-video-content{
    position:relative;
}
.product-detail-video-content iframe{
    width:100%;
    height:630px;
}
.product-detail-video-content img{
    position:absolute;
    top:calc(50% - 24px);
    left:calc(50% - 32.5px);
    z-index:55;
}
.product-get-offer{
    position:fixed;
    width:100vw;
    height:100vh;
    background:#00000050;
    top:0;
    left:0;
    z-index:999;
    display:none;
    justify-content:center;
    align-items:center;
}
.product-get-offer.active{
    display:flex;
}
.product-get-offer-content{
    position: relative;
    width:70%;
    height:80%;
    background:#FFF;
    padding:35px 115px;
}
.product-get-offer-close{
    position:absolute;
    width:68px;
    height:68px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:-34px;
    right:-34px;
    background:var(--orange-color);
    z-index:5;
    cursor:pointer;
}
.product-get-offer-close img{
    max-width:100%;
}
.get-offer-form h5{
    font-size:26px;
    font-family:Volte-Semibold;
    color:var(--orange-color);
    border-bottom:1px solid #CECECE;
    padding-bottom:25px;
    margin-bottom:20px;
}
.get-offer-form .product-get-offer-inputs{
    display:flex;
    flex-direction:column;
    margin-bottom:20px;
}
.get-offer-form .product-get-offer-inputs label{
    font-size:18px;
    font-family:Volte-Regular;
    margin-bottom:7px;
}
.get-offer-form .product-get-offer-inputs input{
    width:100%;
    height:67px;
    border:1px solid #CECECE;
    font-size:18px;
    font-family:Volte-Regular;
    outline:none;
    padding:0 10px;
}
.get-offer-form .product-get-offer-inputs select{
    width:100%;
    height:67px;
    border:1px solid #CECECE;
    font-size:18px;
    font-family:Volte-Regular;
    outline:none;
    padding:0 10px;
}
.get-offer-form .product-get-offer-inputs textarea{
    width:100%;
    height:133px;
    border:1px solid #CECECE;
    font-size:18px;
    font-family:Volte-Regular;
    outline:none;
    padding:10px;
}
.product-get-offer-inputs button{
    width:200px;
    height:45px;
    font-size:14px;
    font-family:Volte-Semibold;
    color:#FFF;
    background:var(--orange-color);
    border-radius:23px;
    outline:none;
    border:none;
}
.product-get-offer-inputs button img{
    margin-left:5px;
}
.product-get-offer-btn{
    display:flex;
    justify-content:end;
}
/*---Blog---*/
.blog-page-top{
    background:#777777;
    width:100%;
    height:630px;
    padding:75px 145px;
    position:relative;
}
.blog-top-box-image{
    width:100%;
    height:620px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
.blog-top-box-text{
    display:flex;
    flex-direction:column;
}
.blog-top-box-text .blog-top-box-num{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    margin-bottom:35px;
}
.blog-top-box-text .blog-top-box-name{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#FFF;
    margin-bottom:20px;
}
.blog-top-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
    margin-bottom:15px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.blog-top-box-text .blog-top-box-date{
    font-size:16px;
    font-family:Volte-Regular;
    color:#FFF;
    margin-bottom:55px;
}
.blog-top-box-text .blog-top-box-btn{
    display:flex;
    align-items:center;
    font-size:18px;
    font-family:Volte-Regular;
    color:#FFF;
}
.blog-top-box-text .blog-top-box-btn span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:28px;
    height:28px;
    border-radius:100%;
    background:#EB672715;
    margin-right:5px;
}
.blog-top-box-text .blog-top-box-btn span img{
    width:auto !important;
    max-width:100%;
}
#owl-blog-top .owl-nav{
    position:absolute;
    top:60%;
    left:50%;
    z-index:55;
}
#owl-blog-top .owl-nav button{
    border:1px solid #FFF;
    border-radius:100%;
    width:60px;
    height:60px;
    position:relative;
    overflow:hidden;
    transition:all ease 0.5s;
}
#owl-blog-top .owl-nav button:hover{
    background:transparent;
    border:3px solid #FFF;
}
.blog-page-bottom-content .nav,.document-content .nav{
    border:none;
    margin-bottom:95px;
}
.blog-page-bottom-content .nav-link,.document-content .nav-link{
    border:none;
    color:#777777;
    font-size:30px;
    font-family:Volte-Regular;
    padding-bottom:0;
    line-height:20px;
}
.blog-page-bottom-content .nav-link.active,.document-content .nav-link.active{
    border-bottom:1px solid #000;
    color:#000;
}
.blog-box{
    margin-bottom:75px;
}
.blog-box-image{
    width:100%;
    height:430px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
.blog-box-image img{
    width:100%;
}
.blog-box-text{
    padding:20px;
    display:flex;
    flex-direction:column;
}
.blog-box-text span{
    font-size:16px;
    font-family:Volte-Regular;
    color:#777777;
    margin-bottom:15px;
    display:flex;
    align-items:center;
}
.blog-box-text span img{
    max-width:100%;
    margin-right:5px;
}
.blog-box-text a{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:10px;
}
.blog-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.more-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}
.more-btn button{
    border:none;
    outline:none;
    display:flex;
    align-items:center;
    background:transparent;
    font-size:18px;
    font-family:Volte-Regular;
    color:#777777;
}
.more-btn button span{
    width:28px;
    height:28px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#7BBA4715;
    margin-right:5px;
}
#blog-row{
    max-height:1394px;
    overflow:hidden;
}
#blog-row.active{
    max-height:max-content;
}
.blog-page-bottom-content .more-btn{
    display:none;
}
.blog-page-bottom-content .more-btn.active{
    display:flex;
}
/*---Blog-Detail---*/
.blog-detail-image{
    width:100%;
    height:550px;
    display:flex;
    justify-content:start;
    align-items:center;
    margin-bottom:15px;
    overflow:hidden;
}
.blog-detail-image img{
    width:100%;
}
.blog-detail-text{
    display:flex;
    flex-direction:column;
}
.blog-detail-text span{
    width:75%;
    border-bottom:1px solid #E8E8E8;
    font-size:16px;
    font-family:Volte-Regular;
    color:#777777;
    padding-bottom:15px;
    margin-bottom:25px;
    display:flex;
    align-items:center;
}
.blog-detail-text span p{
    margin:0!important;
    padding:0!important;
}
.blog-detail-text span img{
    max-width:100%;
    margin-right:5px;
}
.blog-detail-text h5{
    font-size:26px;
    font-family:Volte-Semibold;
}
.blog-detail-text p{
    font-size:16px;
    font-family:Volte-Regular;
    margin-bottom:25px;
}
/*---Contact---*/
.my-breadcrumb-contact{
    background:var(--orange-color);
}
.my-breadcrumb-contact .my-breadcrumb-top ul li,.my-breadcrumb-contact .my-breadcrumb-top ul li a,.my-breadcrumb-contact .my-breadcrumb-bottom h5{
    color:#FFF;
}
.contact{
    background:var(--orange-color);
}
.contact-info-box{
    margin-bottom:45px;
}
.contact-info-box a{
    display:flex;
    align-items:center;
    color:#FFF;
    font-size:50px;
    font-family:Volte-Semibold;
}
.contact-info-box a img{
    max-width:100%;
    margin-right:30px;
}
.contact-info-box-location a{
    font-size:26px;
    font-family:Volte-Regular;
}
.yol-tarifi-btn{
    width:220px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:transparent;
    color:#FFF;
    border-radius:25px;
    padding-right:10px;
    margin-bottom:50px;
    transition:all ease 0.5s;
}
.yol-tarifi-btn span{
    width:39px;
    height:39px;
    background:#FFF;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.yol-tarifi-btn:hover{
    background:#FFF;
    color:var(--orange-color);
    padding-left:30px;
}
.contact-info-social ul{
    display:flex;
    align-items:center;
}
.contact-info-social li{
    margin-right:40px;
}
.contact-info-social li:last-child{
    margin-right:0;
}
.contact-info-social li a{
    font-size:22px;
    color:#FFF;
}
.contact-map{
    position:relative;
    width:100%;
    height:700px;
}
.contact-map::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:101%;
    height:100%;
    background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(235, 103, 39, 1) 75%);
    opacity:1;
    z-index:15;
    transition:opacity 0.5s, z-index 1s;
}
.contact-map:hover::before{
    opacity:0;
    z-index:-5;
    transition:opacity 0.5s, z-index 1s;
}
.contact-map:hover img{
    display:none;
}
.contact-map iframe{
    width:100%;
    height:100%;
}
.contact-map img{
    position:absolute;
    z-index:5;
    top:calc(50% - 44.5px);
    left:calc(50% - 102px);
}
.contact-form-content{
    padding:50px 0;
}
.contact-form-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-form-text .my-title{
    margin-bottom:10px;
}
.contact-form-text p{
    font-size:16px;
    font-family:Volte-Regular;
}
.contact-form h5{
    font-size:26px;
    font-family:Volte-Semibold;
    color:var(--orange-color);
    margin-bottom:30px;
}
.contact-form .contact-form-inputs{
    margin-bottom:20px;
}
.contact-form .contact-form-inputs input{
    width:100%;
    height:67px;
    padding-left:30px;
    border:none;
    background:#FFF;
    color:#000;
    font-size:14px;
    font-family:Volte-Regular;
    outline:none;
}
.contact-form .contact-form-inputs textarea{
    width:100%;
    height:175px;
    padding:15px 30px;
    border:none;
    background:#FFF;
    color:#000;
    font-size:14px;
    font-family:Volte-Regular;
    outline:none;
}
.contact-form .contact-form-inputs button{
    width:100%;
    height:45px;
    background:var(--orange-color);
    color:#FFF;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:23px;
    font-size:14px;
    font-family:Volte-Semibold;
}
.contact-form .contact-form-inputs button img{
    margin-left:5px;
}
.contact-form .form-check label{
    font-size:16px;
    font-family:Volte-Regular;
    color:#D2D3D4;
}
.contact-form .form-check label span{
    color:#000;
    cursor:pointer;
}
.contact-form .form-check input{
    box-shadow:none;
    border:none;
    background:#FFF;
}
.contact-form .form-check input:checked{
    background-color:var(--orange-color);
    border-color:var(--orange-color);
}
.contact-form .form-check input:focus{
    border-color:var(--orange-color);
}
/*---Certifica---*/
.certifica-box2{
    width:100%;
    height:575px;
    margin-bottom:50px;
    padding:50px 40px 30px 40px;
    background:#E8E8E8;
    position:relative;
}
.certifica-box2::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:195px;
    background:#FFF;
    z-index:3;
    transition:all ease 0.5s;
}
.certifica-box2-image{
    width:100%;
    height:325px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    margin-bottom:50px;
    position:relative;
    z-index:55;
}
.certifica-box2-image img{
    width:100%;
}
.certifica-box2-text{
    position:relative;
    z-index:55;
}
.certifica-box2-text h5{
    font-size:16px;
    font-family:Volte-Semibold;
    margin-bottom:30px;
}
.certifica-box2-text a{
    width:150px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFF;
    color:var(--orange-color);
    font-size:14px;
    font-family:Volte-Semibold;
    border-radius:23px;
    transition:all ease 0.5s;
}
.certifica-box2-text a img{
    margin-left:10px;
}
.certifica-box2:hover::before{
    height:0;
}
.certifica-box2:hover a{
    color:#FFF;
    background:var(--orange-color);
}
.certifica-box2:hover a img{
    filter:brightness(100);
}
/*---Document---*/
.document-tab-content{
    padding:80px 0;
    max-height:1300px;
    overflow:hidden;
}
.document-tab-content.active{
    max-height:100%;
}
.document-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:275px;
    background:#E8E8E8;
    padding:35px;
    margin-bottom:140px;
}
.document-box-image{
    width:50%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
.document-box-gallery-image{
    width:100% !important;
}
.document-box-gallery{
    padding:0 !important;
}
.document-box-image img{
    max-width:100%;
}
.document-box-text{
    width:40%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:end;
}
.document-box-text h5{
    font-size:21px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:50px;
}
.document-download{
    display:flex;
    align-items:center;
}
.document-download a{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
    display:flex;
    align-items:center;
    margin-right:30px;
}
.document-download a img{
    margin-left:5px;
}
/*---Document-Authorized---*/
.document-authorized{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.document-authorized p{
    font-size:18px;
    font-family:Volte-Regular;
}
.document-authorized h5{
    font-size:40px;
    font-family:Volte-Semibold;
    margin-bottom:30px;
}
.document-authorized-form{
    width:375px;
}
.document-authorized-inputs{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
    margin-bottom:15px;
    text-align:center;
}
.document-authorized-inputs label{
    font-size:18px;
    font-family:Volte-Regular;
    margin-bottom:10px;
    text-align:start;
}
.document-authorized-inputs input{
    width:100%;
    height:45px;
    outline:none;
    border:1px solid #777777;
    border-radius:23px;
    padding-left:15px;
    font-size:18px;
    font-family:Volte-Regular;
    color:#000;
}
.document-authorized-inputs2{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
}
.document-authorized-inputs2 input{
    box-shadow:none !important;
    border-radius:0 !important;
}
.document-authorized-inputs2 label{
    font-size:14px;
    font-family:Volte-Regular;
}
.document-authorized-inputs2 a{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
    text-decoration:underline;
}
.document-authorized-inputs button{
    width:100%;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
    color:#FFF;
    border-radius:23px;
}
.document-authorized-inputs button img{
    margin-left:10px;
    max-width:100%;
}
.document-authorized-inputs p{
    font-size:16px;
    font-family:Volte-Regular;
    width:100%;
}
.document-authorized-inputs p a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    text-decoration:underline;
}
.login-popup{
    position:fixed;
    width:100vw;
    height:100vh;
    z-index:9999;
    top:0;
    left:0;
    background:#00000055;
    justify-content:center;
    align-items:center;
    display:none;
}
.login-popup.active{
    display:flex;
}
.login-popup-content{
    width:30%;
    height:40%;
    background:#FFF;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
}
.login-popup-content .login-close-btn{
    position:absolute;
    z-index:55;
    right:25px;
    top:15px;
    font-size:35px;
    color:var(--orange-color);
    cursor:pointer;
}
.login-popup-content h5{
    font-size:35px;
    color:#000;
}
.login-popup-content span{
    font-size:75px;
    color:red;
}
.loginPopup2 span{
    color:var(--green-color);
}
.error{
    border:1px solid var(--orange-color) !important;
}
/*---Privacy---*/
.privacy-popup{
    position:fixed;
    width:100vw;
    height:100vh;
    z-index:9999;
    top:0;
    left:0;
    background:#00000080;
    justify-content:center;
    align-items:center;
    display:none;
}
.privacy-popup.active{
    display:flex;
}
.privacy-popup-content{
    position:relative;
    width:80%;
    height:80%;
    background:#FFF;
    padding:35px;
}
.privacy-popup-content span{
    position:absolute;
    width:68px;
    height:68px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:-34px;
    right:-34px;
    background:var(--orange-color);
    z-index:5;
    cursor:pointer;
}
.privacy-popup-content h5{
    font-size:35px;
    font-family:Volte-Bold;
    color:#000;
}
.privacy-popup-content-text{
    overflow-y:scroll;
    height:calc(100% - 35px);
}
.privacy-popup-content-text::-webkit-scrollbar {
    background: transparent;
    width: 0;
}
.privacy-popup-content-text::-webkit-scrollbar-thumb {
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.privacy-popup-content-text p{
    font-size:18px;
    font-family:Volte-Regular;
    color:#000;
}
/*---Responsive---*/
@media only screen and (max-width:1800px){
    .get-offer-form{
        height:100%;
        overflow-x:scroll;
    }
    .get-offer-form::-webkit-scrollbar {
        background: transparent;
        width: 0;
    }
    .get-offer-form::-webkit-scrollbar-thumb {
        background: transparent;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media only screen and (max-width:1650px){
    .home-contact-container{
        margin:0;
    }
    .home-slider-product{
        margin:0 140px;
    }
    .homeCarouselProduct .carousel-control-prev{
        left:40px;
    }
    .homeCarouselProduct .carousel-control-next{
        right:40px;
    }
    .my-container{
        padding:0 100px;
    }
    .my-container2{
        margin:0 100px;
    }
    .my-container3{
        margin:0;
    }
    .my-container4{
        padding:0;
    }
    .corporate-mission-box1 .corporate-mission-box-text{
        padding:0 70px 0 140px; 
    }
    .corporate-mission-box2 .corporate-mission-box-text{
        padding:0 140px 0 70px;
    }
    .home-technology-content{
        padding-left:0;
    }
    .footer-bottom-left{
        padding-left:100px;
    }
    .home-blog-bottom{
        margin-left:100px;
    }
    .footer-bottom-right{
        padding:70px 100px 70px 60px
    }
    .home-corporate-image-text h5{
        font-size:35px;
    }
    .my-title h5,.my-title h3,
    .home-corporate-right h5,
    .my-breadcrumb-bottom h5,
    .certifica-title h5,
    .corporate-history-box-text h5,
    .product-detail-name-text h5,
    .uretim-box-text h5,
    .uretim2-text h5,
    .corporate-mission-box-text h5,
    .home-contact .my-title h3,
    .homeCarouselProduct .home-slider-product-text h5,
    .contact-info-box a,
    .search-form h5{
        font-size:45px;
    }
    #owl-certifica-carousel .owl-nav button.owl-prev{
        left:-120px;
    }
    #owl-certifica-carousel .owl-nav button.owl-next{
        right:-120px;
    }
    .corporate-history-box-text h3{
        font-size:40px;
    }
    .home-technology{
        height:auto;
    }
    .home-technology::before{
        height:35%;
        top:0;
    }
    .home-technology::after{
        top:35%;
        height:65%;
    }
}
@media only screen and (max-width:1500px){
    .home-product-box-name a{
        font-size:18px;
    }
    .home-technology-content{
        padding:50px 0;
    }
    .home-technology-right-box-top,.home-technology-right-box-bottom{
        padding:30px;
    }
    .home-technology-right-box{
        margin-top:-150px;
    }
    .home-corporate-image-text h5{
        font-size:25px;
    }
    .homeCarouselProduct .home-slider-product-box h5{
        font-size:35px;
    }
    .mega-menu-content-left ul li span{
        font-size:25px;
    }
    .product-detail-technic-box-text h5,.home-technology-count-box p{
        font-size:22px;
    }
    .corporate-home-technology .home-technology-left p{
        font-size:14px;
    }
    .home-technology-count-box span{
        font-size:50px;
    }
    .mega-menu-content-left ul li span, .mega-menu-content-left ul li a{
        height:40px;
        font-size:16px;
    }
    .mega-menu-info-content p{
        font-size:35px;
    }
}
@media only screen and (max-width:1250px){
    .my-container{
        padding:0 40px;
    }
    .footer-bottom-left{
        padding-left:40px;
    }
    .footer-bottom-right{
        padding-right:40px !important;
    }
    #owl-certifica-carousel .owl-nav button{
        position:relative !important;
        left:auto;
        right:auto;
        top:auto;
        margin-top:50px;
    }
    .homeCarouselProduct .carousel-control-prev,.rectangle1{
        left:0;
    }
    .homeCarouselProduct .carousel-control-next{
        right:0;
    }
    .home-corporate-image-text h5,
    .my-title h5,.my-title h3,
    .home-corporate-right h5,
    .my-breadcrumb-bottom h5,
    .certifica-title h5,
    .corporate-history-box-text h5,
    .product-detail-name-text h5,
    .uretim-box-text h5,
    .uretim2-text h5,
    .corporate-mission-box-text h5,
    .home-contact .my-title h3,
    .homeCarouselProduct .home-slider-product-text h5,
    .contact-info-box a,
    .search-form h5{
        font-size:25px;
    }
    .corporate-history-box-text h3{
        font-size:20px;
    }
    .get-offer{
        height:100px;
    }
}
@media only screen and (max-width:991px){
    .mega-menu{
        width:100vw;
        right:0;
        overflow:scroll;
        overflow-x:hidden !important;
        display:none;
        padding:0;
    }
    .mega-menu.active{
        right:0;
        display:block;
    }
    .mega-menu-content-right{
        padding-left:0;
    }
    .mega-menu-content::-webkit-scrollbar {
        background: transparent;
        width: 0;
    }
    .mega-menu-content::-webkit-scrollbar-thumb {
        background: transparent;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .mega-menu-content-left{
        border:none;
        margin:0;
        padding:0;
        overflow:hidden;
    }
    .header-logo a img,.home-technology-count-box span{
        width:125px;
    }
    .home-slider{
        width:100vw;
        margin:0;
        height:auto;
    }
    .home-slider-product{
        margin:0 20px;
    }
    .homeCarouselProduct .home-slider-product-box-content{
        width:100%;
    }
    .homeCarouselProduct .home-slider-product-box h5,.homeCarouselProduct .home-slider-product-text h5{
        font-size:16px;
    }
    .homeCarouselProduct .home-slider-product-text p,.homeCarouselProduct .home-product-more-box a, .homeCarouselProduct .home-product-more-top{
        font-size:13px;
    }
    .carousel-control-next, .carousel-control-prev{
        bottom:0;
        top:auto;
        z-index:25;
    }
    #homeCarouselProduct .carousel-indicators,.homeCarouselProduct .carousel-indicators button{
        margin-bottom:5px;
        font-size:13px;
    }
    .home-technology-right-box{
        margin-top:0;
        width:100%;
        margin-bottom:50px;
        height:auto;
    }
    .home-technology-count-box{
        margin-bottom:25px;
        display:flex;
        align-items:end;
    }
    .home-technology-count-box span{
        line-height:normal;
    }
    .home-technology-count-box p{
        padding-left:30px;
    }
    .home-contact-left{
        margin-bottom:35px;
    }
    .home-contact-form .form-check label{
        margin-bottom:10px;
    }
    .my-container{
        padding:0 20px;
    }
    .footer-bottom-left{
        width:100%;
        padding:20px !important;
    }
    .footer-bottom-right{
        width:100%;
        padding:20px !important;
    }
    .footer-bottom{
        display:flex;
        flex-direction:column;
    }
    .yukari-cik{
        right:65px;
    }
    .footer-logo,.footer-menu,.footer-copyright-content span,.home-contact-image,.contact-form .form-check label{
        margin-bottom:25px;
    }
    .footer-copyright-content span:last-child{
        margin-bottom:0;
    }
    .footer-copyright-content,.home-contact-right-box{
        display:flex;
        flex-direction:column;
        align-items:start;
    }
    .footer-copyright{
        height:auto;
        padding:35px 0 100px 0;
    }
    .blog-page-top{
        height:auto;
        padding:75px 20px;
    }
    #owl-blog-top .owl-nav{
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        display:flex;
        justify-content:start;
    }
    .blog-top-box-image,.blog-top-box-text{
        margin-bottom:35px;
    }
    .blog-top-box-image,.blog-box-image{
        height:300px;
        justify-content:start;
    }
    #blog-row{
        max-height:max-content !important;
    }
    .blog-page-bottom-content .more-btn{
        display:none !important;
    }
    .contact-info{
        margin-bottom:50px;
    }
    .contact-form .contact-form-inputs button{
        max-width:250px;
    }
    .corporate-mission-box1 .corporate-mission-box-text,.corporate-mission-box2 .corporate-mission-box-text{
        padding:20px;
    }
    .corporate-mission-box-image{
        height:300px;
    }
    .corporate-mission-box2 .row{
        display:flex;
        flex-direction:column-reverse;
    }
    .corporate-history-box .col-lg-6{
        padding:0 !important;
    }
    .corporate-history-box::before,.corporate-history-box::after,.corporate-history-box .row:before{
        display:none;
    }
    .corporate-history-box,.corporate-history .my-title{
        margin-bottom:50px;
    }
    .corporate-history-box-text {
        text-align: start;
        margin-bottom: 35px;
    }
    .product-detail-table{
        overflow-y:scroll;
    }
    .product-detail-table table tr td{
        min-width:150px;
    }
    .product-detail-table::-webkit-scrollbar {
        background: transparent;
        width: 5px;
    }
    .product-detail-table::-webkit-scrollbar-thumb {
        background: var(--green-color);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .uretim-box .row{
        display:flex;
        flex-direction:column-reverse !important;
    }
    .uretim-box2 .row{
        flex-direction:column !important;
    }
    header{
        padding-top:10px;
        position:relative;
        height:auto;
    }
    header .col-lg-5,header .col-lg-7{
        width:100% !important;
    }
    header .header-logo{
        margin-bottom:10px;
    }
    header .row{
        display:flex;
        flex-direction:row;
        justify-content:space-between;
    }
    .login-popup-content{
        width:90%;
        height:90%;
    }
    .mini-navbar{
        display:none !important;
    }
    .dealers .main-box .box .text{
        margin-bottom:50px;
    }
    .dealers .main-box .box .text,
    .dealers .main-box .box .image{
        width:100%;
    }
    .dealers .main-box .box{
        display:flex;
        flex-direction:column;
        justify-content:start;
        align-items:start;
    }
    .product-detail-image-slider{
        margin-bottom:50px;
    }
    .my-breadcrumb-top ul{
        flex-wrap:wrap;
    }
    .product-get-offer-content{
        width:90%;
        height:90%;
        padding:35px;
    }
    .document-tab-content{
        max-height:100% !important;
        overflow:auto;
    }
    .more-btn{
        display:none !important;
    }
    .home-blog-bottom{
        margin-left:30px;
    }
    #owl-certifica-carousel .owl-nav button.owl-prev{
        left:0;
    }
    #owl-certifica-carousel .owl-nav button.owl-next{
        right:0;
    }
    .rectangle4{
        width:60px;
        height:60px;
    }
    .corporate-mission .my-title{
        padding:0;
    }
    header.active{
        padding:20px;
    }
    .home-slider-product-name{
        height:50px;
    }
    .document-box{
        flex-direction:column;
        padding:20px;
    }
    .document-box-image,.document-box-text{
        width:100%;
    }
    .document-tab-content,#misyonVizyon,.home-blog{
        overflow:hidden;
    }
}
@media only screen and (max-width:768px){
    .header-right-contact{
        display:none;
    }
    .header-right{
        justify-content:end;
    }
    .search-form .searc-form-input-group{
        width:100%;
    }
    .home-corporate-contact{
        display:flex;
        flex-direction:column;
    }
    .home-corporate-contact-box{
        margin-right:0;
        margin-bottom:35px;
    }
    .product-detail-image-slider .custom-nav{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .product-detail-image-slider .custom-nav button{
        position:relative !important;
    }
    .product-detail-image-slider .custom-nav button img{
        width:50px;
    }
    .header-language, .header-search{
        margin-right:11px;
    }
    .home-blog-box-text a h5{
        font-size:18px;
    }
    .home-blog-box-text p, .home-blog-box-text span{
        font-size:10px;
    }
    .get-offer{
        width:250px;
        right:-200px;
        padding:0;
        height:75px;
    }
    .get-offer-right{
        width:200px;
    }
    .get-offer-left{
        width:50px;
    }
    .get-offer-right a{
        font-size:18px;
    }
    .get-offer-left a{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .get-offer-left a img{
        width:35px;
    }
    .product-get-offer-close{
        width:50px;
        height:50px;
        top:0;
        right:0;
    }
    .home-corporate-image-text h5{
        font-size:22px;
    }
    .home-product-more-top{
        display:none;
    }
    header .col-5, header .col-7{
        margin:0;
        padding:0;
    }
    .blog-page-bottom-content .nav .nav-item,.document-content .nav .nav-item{
        margin-bottom:15px;
    }
    .privacy-popup-content{
        width:90%;
        height:90%;
    }
    .privacy-popup-content h5{
        font-size:25px;
    }
    .privacy-popup-content span{
        width:50px;
        height:50px;
        top:0;
        right:0;
    }
    .privacy-popup-content-text p{
        font-size:16px;
    }
}

