@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{
    --red-color:#ec2434;
}
*{
    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;
}
/*---My-Container---*/
.my-container{
    padding:0 285px; 
}
.my-container2{
    margin:0 285px;
}
.my-container3{
    padding:0 140px; 
}
.my-section{
    padding:175px 0 65px 0;
}
.my-section2{
    padding:50px 0;
}

/*---Popup---*/
.popupFuar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000080;
    display: flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}
.popupFuar.passive{
    display:none !important;
}
.popupFuar .popupFuarContent{
    position:relative;
    background:#FFF;
    padding:30px;
    border-radius:15px;
    max-width:1500px;
    width:100%;
    max-height:90vh;
    overflow:hidden;
    overflow-y:auto !important;
}
.popupFuar .popupFuarContent::-webkit-scrollbar {
    background: transparent;
    width:8px;
}
.popupFuar .popupFuarContent::-webkit-scrollbar-thumb {
    background:var(--red-color);
    border-radius:15px;
}
.popupFuarClose{
    position:absolute;
    z-index:25;
    right:30px;
    top:30px;
    width:fit-content;
    cursor:pointer;
    background:#fff;
    width:50px;
    height:50px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all ease 0.5s;
}
.popupFuarClose:hover{
    transform:rotate(180deg);
}
.popupFuarClose i{
    color:var(--red-color);
    font-size:30px;
}
.popupFuar .popupFuarContent img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* taşmadan sığdırır */
}
/*.popupFuar .popupFuarContent video {
    width: 100%;
    height: 100%;
    object-fit: contain;*/ /* taşmadan sığdırır */
/*}*/
.fuarMiniimage{
    display:none;
}
@media only screen and (max-width: 991px) {
    .popupFuarClose{
        top:5px;
        right:20px;
    }
    .fuarMiniimage{
        display:block;
    }
    .fuarBigimage{
        display:none;
    }
}
/*---Mini-Menu---*/
.mini-menu {
    position: absolute;
    width: 100vw;
    height: auto;
    padding: 10px;
    z-index: 499;
    top: 20px;
    left: 0;
    display: none;
    transition: all ease 0.5s
}
.mini-menu.active{
    display:block;
}
.mini-menu .my-container3{
    height:100%;
}
.mini-menu-content{
    position:relative;
    width:100%;
    height:100%;
    padding:160px 140px 30px 140px;
    background:#FFF;
    border-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border:1px solid #777777;
}
.mini-menu-box{
    display:flex;
    flex-direction:column;
    padding:20px 0;
}
.mini-menu-box span{
    font-size:16px;
    font-family:Volte-Regular;
    color:#777777;
    margin-bottom:20px;
    transition:all ease 0.5s;
}
.mini-menu-box a{
    font-size:26px;
    font-family:Volte-Regular;
    color:#777777;
    margin-left:20px;
    transition:all ease 0.5s;
}
.mini-menu-box:hover span,
.mini-menu-box:hover a{
    color:var(--red-color);
}
/*---Header---*/
header{
    position:absolute;
    z-index:500;
    width:100vw;
    padding:40px 0;
}
header.relative{
    position:relative;
    border-bottom:1px solid #FFFFFF25;
}
header .header-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
header .header-content .header-right,
header .header-content .header-right .header-contact,
header .header-content .header-right .header-buttons{
    display:flex;
    align-items:center;
}
header .header-content .header-right .header-contact{
    margin-right:130px;
}
.header-contact .header-contact-box{
    margin-right:10px;
}
.header-contact .header-contact-box a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    display:flex;
    align-items:center;
}
.header-contact .header-contact-box a i{
    font-size:13px;
}
.header-contact .header-contact-box a img,
.header-contact .header-contact-box a i{
    margin-right:5px;
}
.header-contact.dark .header-contact-box a img,
.header-contact.dark .header-contact-box a i{
    filter:brightness(0);
}
.header-buttons .dropdown,
.header-buttons .header-search-btn{
    margin-right:50px;
}
.header-buttons .dropdown button{
    box-shadow:none !important;
    display:flex;
    align-items:center;
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    border:none !important;
}
.header-buttons .dropdown button::after{
    display:none;
}
.header-buttons .dropdown button span{
    margin-right:6px;
}
.header-buttons .dropdown button i{
    font-size:10px;
}
.header-buttons .header-search-btn{
    border:none;
    background:transparent;
}
.header-buttons .mega-menu{
    display:flex;
    align-items:center;
    cursor:pointer;
}
.header-buttons .mega-menu p{
    font-size:18px;
    font-family:Volte-Regular;
    color:#000;
    padding:0;
    margin:0;
    margin-right:13px;
}
.header-buttons .mega-menu .mega-menu-btn{
    display:flex;
    flex-direction:column;
    align-items:end;
    width:40px;
}
.header-buttons .mega-menu .mega-menu-btn span{
    display:flex;
    width:17px;
    height:1px;
    background:#000;
    margin-bottom:8px;
    transition:all ease 0.5s;
}
.header-buttons .mega-menu .mega-menu-btn span:nth-child(2){
    width:40px;
}
.header-buttons .mega-menu .mega-menu-btn span:nth-child(3){
    width:26px;
    margin-bottom:0;
}
header.dark .header-buttons .header-search-btn img{
  filter: brightness(0);
}
.header-logo img{
    max-width:200px;
}
.header-buttons .mega-menu .mega-menu-btn.active span:nth-child(3){
    opacity:0;
}
.header-buttons .mega-menu .mega-menu-btn.active span:nth-child(1){
    transform:rotate(45deg);
    margin-bottom:-1px;
    width:20px;
}
.header-buttons .mega-menu .mega-menu-btn.active span:nth-child(2){
    transform:rotate(-45deg);
    margin-bottom:0;
    width:20px;
}
.header-buttons .dropdown img{
    width:20px;
}
/*---Social-Box---*/
.social-box {
    position: absolute;
    z-index: 100;
    bottom: 55px;
    left: 55px;
}
.social-box ul{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.social-box ul li{
    margin-bottom:15px;
}
.social-box ul li a{
    color:#000;
}
.support-box{
    position:fixed;
    z-index:100;
    right:32px;
    bottom:55px;
}
.support-box a{
    position:relative;
    width:62px;
    height:62px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#81c558;
    border-radius:100%;
    z-index:5;
    color:#FFF;
}
.support-box a::before{
    content:"";
    position:absolute;
    width:74px;
    height:74px;
    top:calc(50% - 37px);
    left:calc(50% - 37px);
    background:#81c55840;
    border-radius:100%;
    z-index:-1;
}
.support-box a i{
    font-size:38px;
}
/*---Home-Title---*/
.home-title-text h5{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#000000;
    margin-bottom:20px;
}
.home-title-text p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000000;
}

/*---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%;
    transform:scale(1.3);
}
.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;
}
.homeCarouselVideo::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:5;
    background:#FFFFFF90;
}
.homeCarouselVideo .carousel-item{
    display:flex;
    justify-content:center;
    align-items:center;
}
.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%;
    color:#000;
}
.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:#000;
}
.homeCarouselProduct .home-slider-product-text p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
.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(--red-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 .carousel-indicators button{
    position:relative;
    color:#000;
}
.homeCarouselProduct .carousel-indicators button::before{
    content:"/";
    position:absolute;
    right:-7px;
    opacity:0.5;
}
.homeCarouselProduct .carousel-indicators button:last-child::before{
    display:none;
}
/*---Home-Corporate---*/
.home-corporate-left p{
    font-size:21px;
    font-family:Volte-Regular;
    line-height:37px;
    color:#585858;
}
.home-corporate-left .corporate-count span:last-child{
    font-size:50px;
}
.home-corporate-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.home-corporate-right h5{
    font-size:50px;
    font-family:Volte-Regular;
    line-height:67px;
    margin-bottom:65px;
    color:#000;
}
.home-corporate-right h5 span{
    font-family:Volte-Semibold;
}
.home-corporate-right-button{
    display:flex;
    justify-content:center;
}
.link-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:245px;
    height:60px;
    font-size:21px;
    font-family:Volte-Regular;
    color:#585858;
    border-radius:30px;
    padding:20px;
    transition:all ease 0.5s;
}
.link-button p{
    margin:0 !important;
    padding:0 !important;
    padding-right:20px;
}
.link-button span{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
    background:#FFF;
}
.link-button span img{
    width:14px;
    transition:all ease 0.5s;
}
.link-button:hover{
    padding-left:20px;
    background:var(--red-color);
    color:#FFF;
    padding-left:30px;
}
.link-button:hover span{
    background:var(--red-color);
}
.link-button:hover span img{
  filter: brightness(0) invert(1);
}
/*---Home-Service---*/
.home-service{
    padding:90px 0 250px 0;
    background:var(--red-color);
    max-height:585px;
}
.home-service-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.home-service-text h5{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#FFF;
    margin-bottom:50px;
}
.home-service-text p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
    margin-bottom:50px;
}
.home-service-content{
    position:relative;
    margin-top:75px;
}
.home-service-box{
    display:flex;
    flex-direction:column;
    justify-content:start;
    align-items:start;
    padding:35px;
    height:275px;
    background:var(--red-color);
    border:1px solid #E35D6A;
    border-radius:15px;
}
.home-service-box-image{
    margin-bottom:25px;
}
.home-service-box-image img{
    width:auto !important;
    max-width:100%;
}
.home-service-box-text a{
    font-size:21px;
    font-family:Volte-Semibold;
    color:#FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#owl-home-service .owl-dots button span{
    background:#ec243425;
    border:1px solid var(--red-color);
}
#owl-home-service .owl-dots button.active span{
    background:var(--red-color);
}
#owl-home-service .owl-nav,
#owl-home-referance .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#owl-home-service .owl-nav button,
#owl-home-referance .owl-nav button{
    background:var(--red-color);
    border:1px solid var(--red-color);
    width:35px;
    height:35px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    line-height:35px;
    vertical-align: middle;
}
#owl-home-service .owl-nav button img,
#owl-home-referance .owl-nav button img{
   width:15px;
}
#owl-home-service .owl-nav button:hover,
#owl-home-referance .owl-nav button:hover{
    background:#ec243490;
}
/*---Home-Products---*/
.home-products .my-container{
    margin-bottom:50px;
}
.home-products .link-button{
    width:325px;
}
.home-products-right{
    display:flex;
    justify-content:end;
    align-items:end;
    height:100%;
}
.home-products-content{
    width:100%;
    height:450px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px solid #777777;
    border-radius:15px;
    padding:30px 135px;
}
.home-products-content::-webkit-scrollbar{
    background:transparent;
    width:8px;
}
.home-products-content::-webkit-scrollbar-thumb{
    background:transparent;
}
.home-product-box{
    margin-bottom:60px;
}
.home-product-box .home-product-box-top{
    display:flex;
    align-items:center;
}
.home-product-box .home-product-box-top span{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#000;
    margin-right:65px;
}
.home-product-box .home-product-box-top a{
    display:flex;
    align-items:center;
    font-size:21px;
    font-family:Volte-Semibold;
    color:#000;
}
.home-product-box .home-product-box-top a p{
    margin:0;
    padding:0;
    margin-right:65px;
}
.home-product-box .home-product-box-top a span{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
}
.home-product-box .home-product-box-bottom{
    display:flex;
    align-items:center;
}
.home-product-box .home-product-box-bottom .home-product-box-image{
    margin-right:30px;
    width:200px;
    height:200px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-product-box .home-product-box-bottom .home-product-box-image img{
    max-width:100%;
}
.home-product-box .home-product-box-bottom .home-product-box-text{
    width:calc(100% - 230px);
}
.home-product-box .home-product-box-bottom .home-product-box-text a{
    font-size:21px;
    font-family:Volte-Regular;
    color:#777777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*---Home-Catalog---*/
.home-catalog-section{
    position:relative;
    width:100vw;
    height:960px;
    background-image:url(../images/home-catalog-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    padding-top:125px;
}
.home-catalog-section::before{
    content:"";
    position:absolute;
    width:100%;
    height:70%;
    top:0;
    left:0;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}
.home-catalog-content .home-title-text{
    text-align:center;
    position:relative;
    z-index:5;
}
.home-catalog-section .my-container,
.home-catalog-section .home-catalog,
.home-catalog-content{
    height:100%;
}
.home-catalog-section .home-catalog{
    display:flex;
    justify-content:center;
}
.home-catalog-content{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    width:50%;
}
.home-catalog-box{
    width:100%;
    height:200px;
    background:#FFF;
    position:relative;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:end;
    align-items:center;
}
.home-catalog-box-image{
    position:absolute;
    bottom:50px;
    z-index:1;
}
.home-catalog-box-image img{
    max-width:100%;
}
.home-catalog-box .link-button{
    position:relative;
    z-index:10;
}
/*---Home-World-Map---*/
.home-world-map{
    position:relative;
}
.country-name-box{
    position:absolute;
}
.home-world-map path {
    fill: lightgray;
    stroke: white;
}
.home-world-map path:hover {
    fill: gray;
}
.home-world-map path.active{
    fill:var(--red-color);
}
.home-world-map path.active:hover{
    opacity:0.5;
}
.home-world-map #TR{
    cursor:pointer;
}
.country-name-box{
  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;
}
.country-name-box::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;
}
.country-name-box.active{
    opacity:1;
    visibility:visible;
}
.turkey-map-popup{
    position:fixed;
    width:100vw;
    height:100vh;
    z-index:999;
    background:#00000050;
    display:none;
    justify-content:center;
    align-items:center;
    top:0;
    left:0;
}
.turkey-map-popup.active{
    display:flex;
}
.turkey-map-popup-content{
    position:relative;
    background:#fff;
    width:90%;
    height:90%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:50px;
}
.turkey-map-popup-content svg{
    width:100%;
    height:auto;
}
.turkey-map-popup path{
    fill: lightgray;
    stroke: white;
    cursor:pointer;
}
.turkey-map-popup g.active path{
    fill:var(--red-color) !important;
}
.turkey-map-popup path:hover{
    fill: gray;
}
.turkey-map-popup g.active path:hover{
    opacity:0.5 !important;
}
.turkey-map-popup-content .svg-turkiye-haritasi{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
    background:#fff;
    padding:10px 15px;
    color:#000;
    font-family:Volte-Bold;
    box-shadow:1px 1px 10px 1px #000; 
}
.turkey-map-popup-close{
    position:absolute;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:25px;
    right:25px;
    color:var(--red-color);
    cursor:pointer;
    font-size:35px;
    transition:all ease 0.5s;
}
.turkey-map-popup-close:hover{
    transform:rotate(180deg)
}
/*---Home-Referance---*/
.home-referance-top{
    margin-bottom:55px;
}
.home-referance-top .home-referance-title{
    text-align:center;
}
.home-referance-top .home-referance-title h5{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#000;
    margin:0;
    padding:0;
}
.home-referance-top .home-referance-top-right{
    display:flex;
    justify-content:end;
    align-items:center;
}
.home-referance-box{
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    height:250px;
}
.home-referance-box img{
    width:auto !important;
    max-width:100%;
    filter:grayscale(1);
    transition:all ease 0.5s;
}
.home-referance-box:hover img{
    filter:none;
}
/*---Home-Contact---*/
.home-contact{
    position:relative;
}
.home-contact-content{
    position:relative;
    padding-top:70px;
}
.home-contact-title{
    font-size:180px;
    font-family:Volte-Semibold;
    color:#F8F8F8;
    line-height: 75px;
    display: flex;
    position:absolute;
    z-index:-1;
    top:0;
    left:285px;
}
.home-contact-content-box{
    padding:50px 70px;
    width:73%;
    height:245px;
    background:var(--red-color);
    border-radius:15px;
}
.home-contact-content-box p{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#FFF;
    position:relative;
    z-index:25;
}
.home-contact-content-box .link-button{
    padding-left:0;
    position:relative;
    z-index:25;
    color:#FFF;
}
.home-contact-content-box .link-button:hover{
    padding-left:10px;
}
.home-contact-content-box .link-button p{
    font-size:21px;
}
.home-contact-content-image{
    position:absolute;
    right:0;
    bottom:-15px;
}
.home-contact-content-image img{
    max-width:100%;
}
/*---Home-Gallery---*/
.home-gallery{
    padding:0 45px;
}
.home-gallery-box{
    width:100%;
    height:345px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
/*---Footer---*/
footer{
    margin:0 45px;
    padding:60px 0;
    border-radius:15px;
    overflow:hidden;
    background:url(../images/footerRed2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
}
/*footer:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#ec243495;
    z-index:5;
}
footer .my-container{
    position:relative;
    z-index:10;
}*/
.footer-contact1{
    display:flex;
    align-items:center;
    margin-bottom:60px;
}
.footer-contact1 .footer-contact1-image{
    margin-right:20px;
}
.footer-contact1 .footer-contact1-image img{
    width:30px;
}
.footer-contact1-text{
    display:flex;
    flex-direction:column;
}
.footer-contact1-text span,
.footer-social span{
    font-size:21px;
    font-family:Volte-Regular;
    color:#BBB;
}
.footer-contact1-text a{
    font-size:24px;
    font-family:Volte-Regular;
    color:#FFF;
}
.footer-menu ul li{
    margin-bottom:20px;
}
.footer-menu ul li:last-child{
    margin-bottom:0;
}
.footer-menu ul li a{
    font-size:24px;
    font-family:Volte-Regular;
    color:#FFF;
    transition:all ease 0.5s;
}
.footer-logo{
    margin-bottom:60px;
}
.footer-logo img{
    max-width:200px;
}
.footer-social{
    display:flex;
    flex-direction:column;
    margin-bottom:60px;
}
.footer-social ul{
    display:flex;
    align-items:center;
}
.footer-social ul li{
    margin-right:30px;
}
.footer-social ul li:last-child{
    margin-right:0;
}
.footer-social ul li a{
    font-size:25px;
    color:#FFF;
    transition:all ease 0.5s;
}
.footer-contact2 ul li{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.footer-contact2 ul li:first-child{
    margin-bottom:40px;
}
.footer-contact2 ul li img{
    margin-right:30px;
    width:30px;
}
.footer-contact2 ul li a{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
    transition:all ease 0.5s;
}
.yukari-cik-icon{
    display:flex;
    justify-content:center;
    align-items:center;
}
.yukari-cik-icon a{
    width:52px;
    height:52px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #FFF;
    border-radius:100%;
}
.copyright{
    padding:35px 0;
}
.copyright-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.copyright-content span{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000000;
}
.copyright-content span a{
    font-family:Volte-Semibold;
    color:#000000;
}
.footer-menu ul li a:hover,
.footer-social ul li a:hover,
.footer-contact2 ul li a:hover{
    color:#fff;
}

/*---My-Breadcrumb---*/
.my-breadcrumb{
    position:relative;
    z-index:50;
}
.my-breadcrumb-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.my-breadcrumb-content ul{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.my-breadcrumb-content ul li{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    margin-right:15px;
}
.my-breadcrumb-content ul li:last-child{
    font-family:Volte-Semibold;
}
.my-breadcrumb-content ul li a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
}
.my-breadcrumb-content ul li i{
    font-size:13px;
}
.my-breadcrumb-content h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#000;
    text-align:end;
}
/*---Corporate---*/
.corporate-text-left {
    height: 70%;
    display: flex;
    align-items: center;
}
.corporate-text-left h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-text-right p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
    margin-bottom:50px;
}
.corporate-text-right p span{
    font-family:Volte-Semibold;
}
.corporate-text-right p:first-child{
    font-size:33px;
}
.corporate-count{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.corporate-count-box{
    display:flex;
    flex-direction:column;
}
.corporate-count-box span:first-child{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-count span:last-child{
    font-size:80px;
    font-family:Volte-Semibold;
    color:#000;
}
.corporate2-content,.corporate2{
    position:relative;
}
.corporate2-content,.corporate3-content{
    display:flex;
    justify-content:end
}
.corporate2-water-icon{
    position:absolute;
    top:-25%;
    left:140px;
    z-index:5;
}
.corporate2-water-icon img{
    max-width:100%;
}
.corporate2-image{
    border-radius:15px;
    overflow:hidden;
    width:75%;
    height:650px;
}
.corporate2-image img{
    max-width:100%;
}
.corporate2-text{
    position:absolute;
    width:60%;
    height:330px;
    bottom:-220px;
    left:0;
    padding:60px;
    background:var(--red-color);
    border-radius:15px;
    display:flex;
    align-items:center;
    animation:corpAnimate 4s ease infinite;
}
.corporate2-text p{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
    margin:0;
    padding:0;
}
.corporate2-text span{
    font-family:Volte-Semibold;
}
@keyframes corpAnimate{
    0%{
        bottom:-220px;
    }
    50%{
        bottom:-250px;
    }
    100%{
        bottom:-220px;
    }
}
.corporate3-content-wrapper{
    width:75%;
    padding-top:50px;
}
.corporate3-box{
    margin-bottom:30px;
}
.corporate3-box span{
    font-size:35px;
    font-family:Volte-Semibold;
    color:#000;
    display:flex;
    width:55%;
    line-height:40px;
    margin-bottom:15px;
}
.corporate3-box p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-reference-bottom{
    margin-left:285px;
}
.corporate-reference-bottom .swiper-container{
    overflow:hidden;
}
.corporate-reference-top{
    display:flex;
    align-items:end;
    justify-content:space-between;
    margin-bottom:50px;
}
.corporate-reference-top-left{
    display:flex;
    align-items:end;
}
.corporate-reference-top-left .link-button{
    color:#000;
    width:265px;
}
.corporate-reference-top-left .link-button:hover{
    color:#FFF;
}
.corporate-reference-top-right{
    text-align:end;
}
.corporate-reference-top-right h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-reference-top-right h5 span{
    font-family:Volte-Semibold;
}
.corporate-reference-box{
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:15px;
    overflow:hidden;
    background:#FFF;
    border:1px solid #777777;
    padding:15px;
}
.corporate-reference-box img{
    max-width:100%;
}
.swiper-buttons{
    display:flex;
    align-items:center;
}
.swiper-buttons .swiper-button-prev{
    margin-right:35px;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next{
    position:relative;
    width:75px;
    height:75px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #000;
    border-radius:100%;
}
.swiper-buttons .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after{
    display:none;
}
.corporate-mission-box .corporate-mission-box-image{
    width:100%;
    height:350px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:50px;
}
.corporate-mission-box .corporate-mission-box-image img{
    width:100% !important;
    height:auto !important;
}
.corporate-mission-box .corporate-mission-box-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom:50px;
}
.corporate-mission-box .corporate-mission-box-text h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-mission-box .corporate-mission-box-text p{
    padding-left:25px;
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-mission-box .corporate-mission-box-text p span{
    font-size:35px;
    font-family:Volte-Semibold;
    margin-bottom:20px;
}
/*---Product---*/
.product-box{
    padding:25px 30px;
    border:1px solid #DDDDDD;
    border-radius:15px;
    height:400px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-bottom:30px;
}
.product-box .product-box-num{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#000;
    line-height:40px;
}
.product-box-image{
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    height:250px;
}
.product-box-image img{
    max-width:100%;
}
.product-box-text a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#000;
    font-size:21px;
    font-family:Volte-Semibold;
    transition:all ease 0.5s;
}
.product-box-text a p{
    margin:0;
    padding:0;
    width:calc(100% - 150px);
}
.product-box-text-icon span{
    opacity:0;
    color:#FFF;
    font-size:21px;
    font-family:Volte-Regular;
}
.product-box-text-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:25px;
    width:125px;
    height:40px;
}
.product-box-text-icon-image{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
    background:#F6F6F6;
}
.product-box:hover{
    box-shadow:0px 0px 21px #00000016;
}
.product-box:hover .product-box-num{
    color:var(--red-color);
}
.product-box:hover .product-box-text a{
    padding-left:20px;
    color:var(--red-color);
}
.product-box:hover .product-box-text-icon{
    background:var(--red-color);
}
.product-box:hover .product-box-text-icon span{
    opacity:1;
}
.product-box:hover .product-box-text-icon-image{
    background:var(--red-color);
    justify-content:end;
}
.product-box:hover .product-box-text-icon-image img{
    filter: brightness(0) invert(1);
    transform:rotate(45deg);
}
/*---Product-Detail---*/
.product-detail-text h5{
    font-size:50px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:70px;
}
.product-detail-text ul{
    text-align:end;
    margin-bottom:70px;
}
.product-detail-text ul li{
    font-size:33px;
    font-family:Volte-Medium;
    color:#000;
}
.product-detail-buttons{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.product-detail-buttons .product-detail-button{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:10px;
    background:var(--red-color);
    color:#FFF;
    width:25%;
    height:160px;
    border-radius:15px;
    font-size:21px;
    font-family:Volte-Regular;
    cursor:pointer;
}
.product-detail-buttons .product-detail-button span{
    margin-bottom:10px;
}
.product-detail-image{
    display:flex;
    align-items:center;
    justify-content:end;
    height:100%;
}
.product-detail-image img{
    max-width:100%;
}
.product-detail-desc-text p{
    font-size: 21px;
    font-family: Volte-Regular;
    color: #000;
}
.product-detail-desc-text a{
    text-decoration:underline;
    color:var(--red-color);
    font-family:Volte-Bold;
}
.product-detail-table-content table{
    width:100%;
}
.product-detail-table-content table tr{
    height:72px;
    border-radius:15px;
}
.product-detail-table-content table tr td:nth-child(1){
    padding-left:25px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}
.product-detail-table-content table tr td:last-child{
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}
.product-detail-table-content table thead tr{
    background:var(--red-color);
}
.product-detail-table-content table tr td{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
}
.product-detail-table-content table thead tr td{
    color:#FFF;
    font-family:Volte-Semibold;
}
.product-detail-table-content table tbody tr td:nth-child(1){
    font-family:Volte-Semibold;
}
.product-detail-table-content table tbody tr:nth-child(2n){
    background:#F2F2F2;
}
.product-detail-gallery-content h5,.product-detail-similar-content h5{
    font-size:50px;
    font-family:Volte-Regular;
    margin-bottom:40px;
}
.product-detail-gallery-image{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    overflow:hidden;
}
.product-detail-gallery-image a img{
    margin:40px;
    max-width:100%;
}
#owl-similar-product img{
    width:auto !important;
    max-width:100%;
}
/*---Service---*/
.service{
    position:relative;
}
.service .service-icon1{
    position:absolute;
    left:-50px;
    top:calc(35%);
    z-index:1;
}
.service .service-icon2{
    position:absolute;
    right:-100px;
    bottom:calc(15%);
}
.service .service-icon1 img,
.service .service-icon2 img{
    filter:grayscale(1);
    opacity:0.2;
}
.service-title{
    position:relative;
    z-index:50;
}
.service-title-left h5{
    font-size:50px;
    font-family:Volte-Regular;
}
.service-title-right p{
    font-size:33px;
    font-family:Volte-Regular;
}
.service .my-container .service-box:nth-child(2n) .row{
    flex-direction:row-reverse;
}
.service .my-container .service-box:last-child{
    margin-bottom:0;
}
.service-box{
    margin-bottom:200px;
    position:relative;
    z-index:15;
}
.service-box-image{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-height:350px;
    overflow:hidden;
}
.service-box-image img{
    max-width:100%;
    border-radius:15px;
}
.service-box-text .service-text-name{
    font-size:21px;
    font-family:Volte-Semibold;
    color:var(--red-color);
    display:flex;
    margin-bottom:30px;
}
.service-box-text p{
    font-size:21px;
    font-family:Volte-Regular;
    margin-bottom:10px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.service-box-image,.service-box-text{
    margin-bottom:50px;
}
/*---Service-Detail---*/
.service-detail{
    position:relative;
    z-index:50;
}
.service-detail-image{
    display:flex;
    justify-content:center;
    align-items:center;
    max-height:400px;
    overflow:hidden;
    margin-bottom:50px;
}
.service-detail-image img{
    max-width:100%;
}
.service-detail-text .col-lg-6{
    display:flex;
    align-items:center;
}
.service-detail-text p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
    margin-bottom:50px;
}
.service-detail-text-image{
    overflow:hidden;
    max-height:425px;
    border-radius:15px;
    margin-bottom:50px;
}
.service-detail-text-image img{
    max-width:100%;
}
.service-detail-text-image2{
    overflow:hidden;
    max-height:275px;
    border-radius:15px;
    margin-bottom:50px;
}
.service-detail-text-image2 img{
    max-width:100%;
}
.service2 .service-icon2{
    bottom:0;
}
/*---Referance---*/
.referances .row,.referances .row .col-lg-6{
    margin:0;
    padding:0;
} 
.referance-box{
    padding:75px 0;
    border-bottom:1px solid #E5E5E5;
}
.referance-box-image{
    width:100%;
    height:275px;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:7px 7px 27px #00000010;
    padding:15px;
    overflow:hidden;
} 
.referance-box-image img{
    max-width:100%;
}
.referance-box-text{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.referance-box-text span{
    font-size:11px;
    font-family:Volte-Regular;
    color:#777777;
    margin-bottom:10px;
}
.referance-box-text h5{
    font-size:21px;
    font-family:Volte-Semibold;
}
/*---Blog---*/
.blog-box1{
    position:relative;
    width:100%;
    margin-bottom:100px;
    z-index:15;
}
.blog-box1-image{
    height:650px;
    border-radius:15px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:45px;
}
.blog-box1-image img{
    width:100%;
}
.blog-box1-btn{
    display:flex;
    justify-content:start;
    align-items:center;
}
.blog-box1-text{
    position:absolute;
    width:55%;
    bottom:0;
    right:0;
    z-index:5;
    display:flex;
    flex-direction:column;
    padding:35px 50px;
    background:#FFF;
    border-radius:15px;
}
.blog-box1-text span,
.blog-box2-text span{
    font-size:18px;
    font-family:Volte-Regular;
    color:var(--red-color);
    margin-bottom:10px;
}
.blog-box1-text .blog-box1-name,
.blog-box2-text .blog-box2-name{
    font-size:50px;
    font-family:Volte-Regular;
    margin-bottom:20px;
    color:#000;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.blog-box1-text p,
.blog-box2-text .blog-box2-desc{
    font-size:21px;
    font-family:Volte-Regular;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.blog-box2-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.blog-box2-text .link-button span{
    margin-bottom:0 !important;
}
.blog-box2-image{
    width:100%;
    height:425px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:15px;
    overflow:hidden;
}
.blog-box2-image img{
    width:100%;
}
.blog-box2{
    margin-bottom:100px;
    position:relative;
    z-index:15;
}
.blog-content .blog-box2:nth-child(2n) .row{
    flex-direction:row-reverse;
}
.more-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}
.more-btn button{
    width:240px;
    height:50px;
    border:none;
    box-shadow:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:var(--red-color);
    color:#FFF;
    border-radius:25px;
    font-family:Volte-Regular;
    font-size:21px;
    padding:0 20px;
}
/*---Blog-Detail---*/
.blog-detail-top{
    position:relative;
    padding-bottom:150px;
    position:relative;
    z-index:15;
}
.blog-detail-image{
    width:100%;
    max-height:500px;
    overflow:hidden;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.blog-detail-image img{
    width:100%;
}
.blog-detail-name{
    position:absolute;
    width:80%;
    left:10%;
    padding:60px;
    border-radius:15px;
    bottom:0;
    background:#FFF;
    z-index:5;
}
.blog-detail-name span{
    font-size:18px;
    font-family:Volte-Regular;
    color:var(--red-color);
    margin-bottom:10px;
}
.blog-detail-name h5{
    font-size:50px;
    font-family:Volte-Regular;
}
.blog-detail-text{
    position:relative;
    z-index:15;
}
.blog-detail-text p{
    font-size:21px;
    font-family:Volte-Regular;
    margin-bottom:50px;
}
.blog-detail-text h1,
.blog-detail-text h2,
.blog-detail-text h3,
.blog-detail-text h4,
.blog-detail-text h5,
.blog-detail-text h6{
    font-size:30px;
    font-family:Volte-Semibold;
}
.blog-detail-text-image{
    max-height:500px;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:50px;
}
.blog-detail-text-image img{
    width:100%;
}
.blog-detail-text .col-lg-4,
.blog-detail-text .col-lg-8{
    display:flex;
    align-items:center;
}
/*---Documents---*/
.documents-content .nav {
    border: none;
    display: flex;
    justify-content: center;
}
.documents-content .nav .nav-link{
    padding:0 50px;
    position:relative;
    border:none;
    color:#777777;
    font-family:Volte-Regular;
    text-align:start;
    outline:none !important;
}
.documents-content .nav .nav-link.active{
    color:var(--red-color);
}
.documents-content .nav .nav-link span{
    font-size:16px;
}
.documents-content .nav .nav-link h5{
    margin-left:20px;
    font-size:26px;
    transition:all ease 0.5s;
}
.documents-content .nav .nav-link.active h5{
    border-bottom:1px solid var(--red-color);
}
.document-tab-content{
    padding:80px 0;
}
.document-box{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:35px;
    border-radius:15px;
    box-shadow:7px 7px 27px #00000010;
    height:275px;
    margin-bottom:75px;
    background:#EFEFEF;
}
.media-document-box{
    padding:0;
    height:auto !important;
    max-height:340px;
}
.document-box-image{
    padding-right:45px;
    border-right:1px solid #E5E5E5;
    overflow:hidden;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.gallery-tab-content .document-box{
    height:340px;
}
.gallery-tab-content .document-box-image{
    border:none !important;
    margin:0 !important;
    padding:0 !important;
    height:300px !important;
    position:relative;
    cursor:pointer;
}
.document-box-image img{
    max-width:100%;
}
.document-box-text{
    padding-left:45px;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:end;
}
.document-box-text h5{
    margin-bottom:50px;
    font-size:21px;
    font-family:Volte-Semibold;
}
.document-box-buttons{
    display:flex;
    align-items:center;
}
.document-box-button{
    margin-right:30px;
}
.document-box-button:last-child{
    margin-right:0;
}
.document-box-button a span{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
    margin-right:10px;
}
.document-box-btn{
    position:absolute;
    width:50px;
    height:50px;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    color:var(--red-color);
    font-size:35px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.certifia-box{
    margin-bottom:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:450px;
    overflow:hidden;
}
.certifia-box img{
    width:100%;
}
/*---Contact---*/
.contact-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-text-top{
    display:flex;
}
.contact-text-top-title h1{
    font-size:65px;
    font-family:Volte-Bold;
}
.contact-text-top-box{
    margin-right:130px;
    display:flex;
    flex-direction:column;
    margin-bottom:50px;
}
.contact-text-top-box:last-child{
    margin-right:0;
}
.contact-text-top-box span{
    font-size:50px;
    font-family:Volte-Regular;
    color:var(--red-color);
}
.contact-text-top-box a{
    font-size:21px;
    font-family:Volte-Regular;
    color:#000;
}
.contact-text p{
    font-size:21px;
    font-family:Volte-Regular;
    margin-bottom:50px;
}
.contact-text .link-button{
    padding-left:0;
}
.contact-text .link-button:hover{
    padding-left:30px;
}
.contact-map{
    position:relative;
    height:700px;
    border-radius:30px;
    overflow:hidden;
}
.contact-map:hover::before{
    display:none;
}
.contact-map::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 60%);
}
.contact-map iframe{
    width:100%;
    height:100%;
}
.contact-map-icon{
    position:absolute;
    top:calc(50% - 31px);
    left:calc(50% - 31px);
    z-index:5;
}
.contact-map-icon img{
    width:62px;
}
.contact-form-content{
    position:relative;
    min-height:950px;
    background-color:var(--red-color);
    overflow:hidden;
    padding:165px 240px 90px 240px;
    margin:0 45px;
    border-radius:15px;
}
.contact-form-bg{
    position:absolute;
    z-index:3;
    left:15px;
    bottom:15px;
}
.contact-form-bg img{
    max-width:100%;
}
.contact-form-content-text{
    position:relative;
    z-index:15;
}
.contact-form-content-text h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
}
.contact-form{
    position:relative;
    z-index:15;
}
.contact-form .contact-form-input-group{
    display:flex;
    flex-direction:column;
    margin-bottom:35px;
}
.contact-form-input-group span{
    font-size:18px;
    font-family:Volte-Regular;
    color:#FFF;
    padding-left:15px;
}
.contact-form-input-group input{
    width:100%;
    height:50px;
    border-radius:75px;
    font-size:18px;
    font-family:Volte-Regular;
    color:var(--red-color);
    outline:none;
    box-shadow:none;
    border:none;
    padding-left:15px;
}
.contact-form-input-group textarea{
    width:100%;
    height:250px;
    border-radius:15px;
    font-size:18px;
    font-family:Volte-Regular;
    color:var(--red-color);
    outline:none;
    box-shadow:none;
    border:none;
    padding:15px;
}
.contact-form-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.contact-form-bottom .form-check{
    display:flex;
    align-items:center;
    width:calc(100% - 150px);
}
.contact-form-bottom .form-check input{
    width:20px;
    height:20px;
    padding:0;
    margin-top:0;
    margin-right:10px;
    box-shadow:none !important;
}
.contact-form-bottom .form-check input:checked{
    background-color:var(--red-color);
    border:1px solid #fff !important;
}
.contact-form-bottom .form-check label{
    font-size:18px;
    font-family:Volte-Regular;
    color:#FFF;
    width:calc(100% - 42px);
}
.contact-form-bottom .form-check label span{
    border-bottom:1px solid #FFF;
}
.contact-form-bottom button{
    border:none;
    box-shadow:none;
    outline:none;
    font-size:21px;
    font-family:Volte-Semibold;
    color:var(--red-color);
    width:auto;
    height:40px;
    border-radius:20px;
    display:flex;
    align-items:center;
    padding:15px;
}
.contact-form-bottom button img{
    max-width:100%;
    margin-left:15px;
}
.error{
    border:2px solid #000 !important;
}
.error2{
    border:2px solid var(--red-color) !important;
}
/*---Get-Offer---*/
.get-offer-form .contact-form-input-group{
    display:flex;
    flex-direction:column;
    margin-bottom:35px;
}
.get-offer-form .contact-form-input-group span{
    color:#000;
}
.get-offer-form .contact-form-input-group input{
    color:#000;
    border:1px solid #000;
}
.get-offer-form .contact-form-input-group textarea{
    color:#000;
    border:1px solid #000;
}
.get-offer-form .contact-form-input-group select{
    width:100%;
    height:50px;
    border-radius:75px;
    font-size:18px;
    font-family:Volte-Regular;
    color:#000;
    outline:none;
    box-shadow:none;
    border:1px solid #000;
    padding-left:15px;
    padding-right:15px;
}
/*---Sustainability---*/
.sustainability .blog-detail-name{
    background:#81c558;
    color:#FFF;
}
.sustainability .blog-detail-text{
    margin-top:50px;
}
/*---Responsive---*/
@media only screen and (max-width:1650px){
    .my-container{
        padding:0 140px; 
    }
    .my-container2{
        margin:0 140px;
    }
    .my-container3{
        padding:0 70px; 
    }
    .home-contact-title{
        left:140px;
    }
    .corporate-reference-bottom{
        margin-left:140px;
    }
    .contact-form-content{
        padding:165px 140px 90px 140px;
    }
    .corporate2-water-icon{
        left:70px;
    }
    .home-slider-product{
        margin:0 140px;
    }
    .homeCarouselProduct .carousel-control-prev{
        left:40px;
    }
    .homeCarouselProduct .carousel-control-next{
        right:40px;
    }
    .homeCarouselVideo .carousel-item video{
        transform:scale(1.5);
    }
}
@media only screen and (max-width:1500px){
    .contact-form-content-text h5,
    .contact-text-top-box span,
    .blog-detail-name h5,
    .blog-box1-text .blog-box1-name,
    .blog-box2-text .blog-box2-name,
    .service-title-left h5,
    .product-detail-gallery-content h5,.product-detail-similar-content h5,
    .product-detail-text h5,
    .product-box .product-box-num,
    .corporate-mission-box .corporate-mission-box-text h5,
    .corporate-reference-top-right h5,
    .corporate2-text p,
    .corporate-text-left h5,
    .my-breadcrumb-content h5,
    .home-contact-content-box p,
    .home-referance-top .home-referance-title h5,
    .home-product-box .home-product-box-top span,
    .home-service-text h5,
    .home-corporate-right h5,
    .homeCarouselProduct .home-slider-product-text h5,
    .home-title-text h5{
        font-size:35px;
    }
    .home-contact-title{
        font-size:150px;
    }
    .service-title-right p{
        font-size:21px;
    }
    .corporate3-box span{
        font-size:25px;
    }
    .corporate2-text{
        bottom:-110px;
    }
    .document-box-button:nth-child(1){
        margin-right:15px;
    }
    .document-box-image{
        padding-right:20px;
    }
    .document-box-text{
        padding-left:20px;
    }
    .product-detail-buttons .product-detail-button{
        width:30%;
    }
    .home-catalog-box{
        height:150px;
    }
}
@media only screen and (max-width:1300px){
    .my-container{
        padding:0 70px; 
    }
    .my-container2{
        margin:0 70px;
    }
    .my-container3{
        padding:0 35px; 
    }
    .home-contact-title{
        left:70px;
    }
    .corporate-reference-bottom{
        margin-left:70px;
    }
    .contact-form-content{
        padding:165px 70px 90px 70px;
    }
    .corporate2-water-icon{
        left:35px;
    }
    .social-box{
        left:25px;
        bottom:25px;
    }
    .service-box-text p,
    .service-box-text .service-text-name,
    .product-detail-table-content table tr td,
    .product-detail-buttons .product-detail-button,
    .product-box-text-icon span,
    .product-box-text a,
    .corporate-mission-box .corporate-mission-box-text p,
    .corporate3-box p,
    .corporate-count-box span:first-child,
    .corporate-text-right p,
    .copyright-content span,
    .footer-contact2 ul li a,
    .footer-contact1-text span,
    .footer-social span,
    .home-contact-content-box .link-button p,
    .home-product-box .home-product-box-bottom .home-product-box-text a,
    .home-product-box .home-product-box-top a,
    .home-service-box-text a,
    .home-service-text p,
    .home-corporate-left p,
    .link-button,
    .home-title-text p,
    .service-detail-text p,
    .referance-box-text h5,
    .blog-box1-text p,
    .blog-box2-text .blog-box2-desc,
    .more-btn button,
    .blog-detail-text p,
    .document-box-text h5,
    .document-box-button a span,
    .contact-text-top-box a,
    .contact-text p,
    .contact-form-bottom button,
    .footer-menu ul li a{
        font-size:16px;
    }
    .swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-button-next{
        width:50px;
        height:50px;
    }
    header .header-content .header-right .header-contact{
        margin-right:30px;
    }
    .header-buttons .dropdown, .header-buttons .header-search-btn{
        margin-right:15px;
    }
    .homeCarouselProduct .carousel-control-prev{
        left:0;
    }
    .homeCarouselProduct .carousel-control-next{
        right:0;
    }
    .mini-menu .my-container3{
        padding:0;
    }
    .mini-menu-content{
        padding:100px 40px 30px 40px;
        height:100%;
    }
    .homeCarouselVideo .carousel-item video{
        transform:scale(2);
    }
}
@media only screen and (max-width:991px){
    header{
        width:100%;
    }
    .my-container{
        padding:0 30px; 
    }
    .my-container2{
        margin:0 30px;
    }
    .my-container3{
        padding:0 15px; 
    }
    .home-contact-title{
        left:30px;
    }
    .corporate-reference-bottom{
        margin-left:30px;
    }
    .contact-form-content{
        padding:165px 30px 90px 30px;
    }
    .corporate2-water-icon{
        left:15px;
        z-index:-15;
    }
    .social-box ul li a{
        color:#000;
    }
    .header-logo a img{
        max-width:150px;
    }
    .header-contact{
        display:none !important;
    }
    .home-contact-content-image{
        width:40%;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .home-contact-title{
        font-size:80px;
    }
    .blog-box1-image{
        height:auto;
        margin-bottom:25px;
    }
    .blog-box1-text{
        position:relative;
        width:100%;
        padding:35px 0;
    }
    .blog-box1-btn{
        justify-content:start;
    }
    .blog-box2-text,.product-detail-text{
        margin-bottom:35px;
    }
    .corporate-reference-bottom{
        margin-right:30px;
    }
    .corporate-reference-top{
        flex-direction:column-reverse;
        align-items:start;
    }
    .corporate-reference-top-right,.product-detail-text ul{
        text-align:start;
    }
    .corporate3-content-wrapper,.corporate2-image,.corporate2-text{
        width:100%;
    }
    .my-section{
        padding:50px 0;
    }
    .document-box{
        justify-content:space-between;
    }
    .document-box-text,.document-box-image{
        width:50%;
    }
    .document-box-text{
        justify-content:center;
    }
    .product-detail-table-content{
        overflow-x:scroll;
    }
    .product-detail-table-content table thead tr td{
        min-width:150px;
    }
    footer{
        margin:0 15px;
    }
    .home-gallery{
        padding:0 15px;
    }
    .referance-box{
        padding:0;
        padding-bottom:35px;
    }
    .referance-box-image{
        margin-bottom:35px;
    }
    .my-breadcrumb-content{
        flex-direction:column;
        align-items:start;
    }
    .my-breadcrumb-content ul,
    .footer-menu{
        margin-bottom:35px;
    }
    .service-box{
        margin-bottom:50px;
    }
    .home-catalog-content{
        width:75%;
    }
    .home-contact-content-image{
        height:245px;
    }
    .home-referance-title{
        text-align:start;
    }
    .social-box,.contact-form-bg{
        display:none;
    }
    .corporate-mission .my-container .corporate-mission-box:nth-child(1) .row{
        flex-direction:column-reverse;
    }
    .corporate-mission-box .corporate-mission-box-image{
        height:auto;
        max-height:425px;
    }
    .corporate2-image{
        height:auto;
        margin-bottom:35px;
    }
    .corporate2-text{
        bottom:0;
        position:relative;
        height:auto;
        padding:30px;
        animation:none !important;
    }
    .corporate2-content{
        flex-direction:column;
        justify-content:start;
    }
    .corporate-count span:last-child{
        font-size:35px !important;
    }
    .corporate-text-right p:first-child,
    .corporate2-text p{
        font-size:21px;
    }
    .blog-detail-name{
        padding:30px;
        bottom:60px;
    }
    .blog-box1{
        display:flex;
        flex-direction:column-reverse;
    }
    .document-box{
        margin-bottom:35px;
    }
    .home-slider{
        width:100vw;
        margin:0;
        height:auto;
    }
    .homeCarouselVideo{
        position:relative;
    }
    .homeCarouselVideo .carousel-item video{
        transform:scale(1.5);
    }
    .homeCarouselProduct{
        display:none;
    }
    .mini-menu-content{
        overflow-x:scroll;
        padding:50px 40px 30px 50px;
    }
    .mini-menu-content::-webkit-scrollbar{
        background:transparent;
        width:8px;
    }
    .mini-menu-content::-webkit-scrollbar-thumb{
        background:transparent;
    }
    .home-products-content{
        padding:30px;
    }
    .home-product-box .home-product-box-bottom{
        display:flex;
        flex-direction:column;
        align-items:start;
    }
    .home-product-box .home-product-box-bottom .home-product-box-image{
        margin-right:0;
        margin-bottom:30px;
    }
    .home-product-box .home-product-box-bottom .home-product-box-text{
        width:100%;
    }
    .home-products{
        padding-top:200px;
    }
    .mini-menu{
        height:calc(100vh - 120px);
        top:120px;
        left:0;
        padding:0;
    }
    body.passive2{
        overflow:hidden;
    }
    .turkey-map-popup-content{
        padding:10px;
    }
    .contact-text-top-title h1{
        font-size:50px;
    }
    .contact-map{
        height:400px;
        margin-bottom:30px;
    }
    .contact-map::before{
        display:none;
    }
}
@media only screen and (max-width:768px){
    header{
        padding:10px 0;
    }
    .header-logo a img{
        width:100px;
    }
    .header-buttons .mega-menu p{
        font-size:13px;
    }
    .header-buttons .mega-menu .mega-menu-btn{
        width:20px;
    }
    .header-buttons .mega-menu .mega-menu-btn span{
        width:10px;
        margin-bottom:3px;
    }
    .header-buttons .mega-menu .mega-menu-btn span:nth-child(2){
        width:20px;
    }
    .header-buttons .mega-menu .mega-menu-btn span:nth-child(3){
        width:15px;
    }
    .blog-detail-name h5{
        font-size:21px;
    }
    .copyright-content{
        flex-direction:column;
        align-items:start;
    }
    .home-contact-content-box p{
        font-size:21px;
    }
    .home-contact-content-box{
        padding:30px;
        display:flex;
        flex-direction:column;
        justify-content:center
    }
    .home-contact-content-box .link-button{
        width:200px;
    }
    .home-contact-title{
        font-size:30px;
    }
    .contact-text-top{
        flex-direction:column;
    }
    .contact-text-top-box{
        margin-right:0;
    }
    .contact-text-top-box:nth-child(1){
        margin-bottom:35px;
    }
    .contact-form-content-text{
        margin-bottom:35px;
    }
    .contact-form-bottom{
        flex-direction:column;
        align-items:start;
    }
    .contact-form-bottom .form-check{
        width:100%;
        margin-bottom:35px;
    }
    .contact-form-content{
        margin:0 15px;
        padding:30px;
    }
    .contact-form-bottom .form-check label{
        font-size:16px;
    }
    .my-breadcrumb-content ul{
        flex-wrap:wrap;
    }
    .product-detail-text ul li{
        font-size:21px;
    }
    .product-detail-gallery-image a img{
        margin:0 0 35px 0;
    }
    .documents-content .nav{
        justify-content:start;
    }
    .home-contact-content-box{
        width:100% !important;
    }
    .home-contact-content-image{
        position:relative;
        width:100% !important;
        bottom:auto;
        margin-top:-50px;
        height:auto;
    }
    .corporate-reference-top-left{
        display:flex;
        flex-direction:column;
        align-items:start;
    }
    .corporate-reference-top-right{
        margin-bottom:50px;
    }
    .corporate-reference-top-left .swiper-buttons{
        margin-bottom:25px;
    }
    .home-catalog-section{
        height:600px;
    }
}