@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{
    --blue-color:#007EC7;
}
*{
    margin:0;
    padding:0;
}
body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}
body.blue{
    background:var(--blue-color);
}
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;
}
/*---Mini-Menu---*/
.mini-menu{
    position:absolute;
    width:100vw;
    height:500px;
    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;
}
.mini-menu-box a{
    font-size:26px;
    font-family:Volte-Regular;
    color:#777777;
    margin-left:20px;
}
.mini-menu-content p{
    font-size:14px;
    font-family:Volte-Regular;
    color:#777777;
}
/*---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:#FFF;
    display:flex;
    align-items:center;
}
.header-contact .header-contact-box a img{
    margin-right:5px;
}
.header-contact.dark .header-contact-box a img{
    filter:brightness(0);
}
.header-right{
    position:relative;
}
.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:#FFF;
}
.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-search-btn2{
    display:none;
}
.header-buttons .mega-menu{
    display:flex;
    align-items:center;
    cursor:pointer;
}
.header-buttons .mega-menu p{
    font-size:18px;
    font-family:Volte-Regular;
    color:#FFF;
    padding:0;
    margin:0;
    margin-right:13px;
}
.header-buttons .mega-menu .mega-menu-btn{
    display:flex;
    flex-direction:column;
    align-items:end;
}
.header-buttons .mega-menu .mega-menu-btn span{
    display:flex;
    width:17px;
    height:1px;
    background:#FFF;
    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 .mega-menu .mega-menu-btn span{
    background:#000000;
}
header.dark .header-contact .header-contact-box a,
header.dark .header-buttons .dropdown button,
header.dark .header-buttons .mega-menu p{
    color:#000;
}
header.dark .header-buttons .header-search-btn img{
  filter: brightness(0);
}
.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;
}
/*---Search-Menu---*/
.search-menu{
    position:absolute;
    z-index:500;
    top:0;
    left:0;
    width:calc(100% - 100px);
    height:100%;
    display:none;
}
.search-menu.active{
    display:block;
}
.search-form{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.search-form input{
    width:calc(100% - 105px);
    height:50px;
    border-radius:75px;
    outline:none;
    border:none;
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    padding-left:30px;
    border:1px solid #777777;
}
.search-form input::placeholder{
    color:#000;
}
.search-form button{
    border:none;
    background:#FFF;
    margin-right:35px;
    width:50px;
    height:50px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #777777;
}
/*---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:#FFF;
}
.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:var(--blue-color);
    border-radius:100%;
    z-index:5;
}
.support-box a::before{
    content:"";
    position:absolute;
    width:74px;
    height:74px;
    top:calc(50% - 37px);
    left:calc(50% - 37px);
    background:#007EC740;
    border-radius:100%;
    z-index:-1;
}
.support-box a img{
    width:38px;
}
.social-box.dark ul li a{
    color:#000;
}
/*---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{
    position:relative;
    width:100vw;
    height:100vh;
    overflow:hidden;
}
.home-slider::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#00000090;
    z-index:5;
}
.home-slider-line,
.home-slider-line2{
    position:absolute;
    width:1px;
    height:100%;
    background:#FFFFFF25;
    z-index:15;
    top:0;
}
.home-slider-line{
    left:255px;
}
.home-slider-line2{
    right:255px;
}
.home-slider .carousel,
.home-slider .carousel .carousel-inner,
.home-slider .carousel .carousel-inner .carousel-item{
    height:100%;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption{
    position:absolute;
    z-index:55;
    border-top:1px solid #FFFFFF25;
    left:auto;
    right:auto;
    width:100%;
    padding:0;
    margin:0;
    bottom:0;
    text-align:start;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-indicators{
    position:relative;
    margin:0;
    padding:0;
    right:auto;
    left:auto;
    justify-content:start;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-indicators button{
    position:relative;
    width:10px;
    height:10px;
    opacity:1;
    border-radius:100%;
    background:#FFF;
    display:flex;
    text-indent:0;
    border:none;
    margin-right:25px;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-indicators button.active::before{
    content:"";
    position:absolute;
    width:30px;
    height:30px;
    border-radius:100%;
    background:transparent;
    border:1px solid #FFF;
    top:calc(50% - 15px);
    left:calc(50% - 15px);
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption .row,
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption .col-lg-6{
    margin:0;
    padding:0;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption-left,
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption-right{
    padding:70px 30px;
    height:100%;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption-left{
    margin-left:255px;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption-right{
  background-color: rgba(255, 255, 255, 0.16); 
  backdrop-filter: blur(16px) brightness(1.5);
  -webkit-backdrop-filter: blur(16px) brightness(1.5); 
  margin-right:255px;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    font-family:Volte-Semibold;
}
.home-slider .carousel .carousel-inner .carousel-item .carousel-caption p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
    margin-bottom:40px;
    padding:0;
}
/*---Home-Corporate---*/
.home-corporate-left p{
    font-size:21px;
    font-family:Volte-Regular;
    line-height:37px;
    color:#585858;
}
.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(--blue-color);
    color:#FFF;
    padding-left:30px;
}
.link-button:hover span{
    background:var(--blue-color);
}
.link-button:hover span img{
  filter: brightness(0) invert(1);
}
/*---Home-Service---*/
.home-service{
    padding:90px 0 250px 0;
    background:var(--blue-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(--blue-color);
    border:1px solid #4C9ECE;
    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;
}
/*---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;
}
.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.png);
    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-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;
}
.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(--blue-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;
    border-radius:15px;
    overflow:hidden;
}
/*---Footer---*/
footer{
    margin:0 45px;
    padding:60px 0;
    border-radius:15px;
    overflow:hidden;
    background:url(../images/footer-bg.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.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:#777777;
}
.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-Light;
    color:#FFF;
}
.footer-logo{
    margin-bottom:60px;
}
.footer-logo img{
    max-width:100%;
}
.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;
}
.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;
}
.footer-contact2 ul li a{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
}
.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;
}
/*---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:#FFF;
    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:#FFF;
}
.my-breadcrumb-content ul li i{
    font-size:13px;
}
.my-breadcrumb-content h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
    text-align:end;
}
.my-breadcrumb2 .my-breadcrumb-content ul li,
.my-breadcrumb2 .my-breadcrumb-content ul li a,
.my-breadcrumb2 .my-breadcrumb-content h5{
    color:#000 !important;
}
/*---Corporate---*/
.corporate-text-left {
    height: 70%;
    display: flex;
    align-items: center;
}
.corporate-text-left h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
}
.corporate-text-right p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
    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:#FFF;
}
.corporate-count span:last-child{
    font-size:80px;
    font-family:Volte-Semibold;
    color:#FFF;
}
.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:#0077BC;
    border-radius:15px;
    display:flex;
    align-items:center;
}
.corporate2-text p{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
    margin:0;
    padding:0;
}
.corporate2-text span{
    font-family:Volte-Semibold;
}
.corporate3-content-wrapper{
    width:75%;
    padding-top:50px;
}
.corporate3-box{
    margin-bottom:30px;
}
.corporate3-box span{
    font-size:35px;
    font-family:Volte-Semibold;
    color:#FFF;
    display:flex;
    width:55%;
    line-height:40px;
    margin-bottom:15px;
}
.corporate3-box p{
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
}
.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:#FFF;
    width:265px;
}
.corporate-reference-top-right{
    text-align:end;
}
.corporate-reference-top-right h5{
    font-size:50px;
    font-family:Volte-Regular;
    color:#FFF;
}
.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;
}
.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 #FFF;
    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:425px;
    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%;
}
.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:#FFF;
}
.corporate-mission-box .corporate-mission-box-text p{
    padding-left:25px;
    font-size:21px;
    font-family:Volte-Regular;
    color:#FFF;
}
.corporate-mission-box .corporate-mission-box-text p span{
    font-size:35px;
    font-family:Volte-Semibold;
    margin-bottom:20px;
}
.pool-icon img{
    max-width:100%;
}
/*---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(--blue-color);
}
.product-box:hover .product-box-text a{
    padding-left:20px;
    color:var(--blue-color);
}
.product-box:hover .product-box-text-icon{
    background:var(--blue-color);
}
.product-box:hover .product-box-text-icon span{
    opacity:1;
}
.product-box:hover .product-box-text-icon-image{
    background:var(--blue-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(--blue-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-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(--blue-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%;
}
.service-box-text .service-text-name{
    font-size:21px;
    font-family:Volte-Semibold;
    color:var(--blue-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;
    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:10px;
    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:center;
    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(--blue-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;
}
.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(--blue-color);
    color:#FFF;
    border-radius:25px;
    font-family:Volte-Regular;
    font-size:21px;
    padding:0 20px;
}
.blog-content{
    max-height:1475px;
    overflow:hidden;
}
.blog-content.active{
    max-height:100%;
}
/*---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(--blue-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;
}
.documents-content .nav .nav-link.active{
    color:var(--blue-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(--blue-color);
}
.document-tab-content{
    padding:80px 0;
    max-height:1120px;
    overflow:hidden;
}
.document-tab-content.active{
    max-height:100%;
}
.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;
}
.document-box-image{
    padding-right:45px;
    border-right:1px solid #E5E5E5;
    overflow:hidden;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.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;
}
.gallery-tab-content .document-box-image{
    border:none !important;
    padding:0 !important;
    margin:0 !important;
}
.gallery-tab-content .document-box{
    justify-content:center !important;
}
/*---Contact---*/
.contact-text{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-text-top{
    display:flex;
}
.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(--blue-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:850px;
    margin-top:-200px;
}
.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(--blue-color);
    overflow:hidden;
    padding:165px 240px 90px 240px;
    margin:0 45px;
}
.contact-form-bg{
    position:absolute;
    z-index:3;
    left:0;
    bottom:0;
}
.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(--blue-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(--blue-color);
    outline:none;
    box-shadow:none;
    border:none;
    padding-top:15px;
    padding-left: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:32px;
    height:32px;
    padding:0;
    margin-top:0;
    margin-right:10px;
}
.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(--blue-color);
    width:132px;
    height:40px;
    border-radius:20px;
    display:flex;
    align-items:center;
    padding-left:15px;
}
.contact-form-bottom button img{
    max-width:100%;
    margin-left:15px;
}
.error{
    border:2px solid red !important;
}
/*---Product-Form---*/
.product-form-wrapper{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index:900;
    display:none;
    justify-content:center;
    align-items:center;
    background:#00000050;
}
.product-form-wrapper.active{
    display:flex;
}
.product-form-wrapper .contact-form .contact-form-input-group span{
    color:#000;
}
.product-form-wrapper h5{
    font-size:30px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:30px;
}
.product-form-content{
    width:70%;
    height:80%;
    background:#FFF;
    padding:40px;
    position:relative;
    overflow:scroll;
}
.form-close{
    position:absolute;
    width:50px;
    height:50px;
    background:var(--blue-color);
    display:flex;
    justify-content:center;
    align-items:center;
    top:0;
    right:0;
    font-size:25px;
    color:#FFF;
    cursor:pointer;
}
.product-form-wrapper .contact-form .contact-form-input-group input,
.product-form-wrapper .contact-form .contact-form-input-group button,
.product-form-wrapper .contact-form .contact-form-input-group textarea{
    border:1px solid #000;
}
.product-form-content::-webkit-scrollbar{
    background:transparent;
    width:8px;
}
.product-form-content::-webkit-scrollbar-thumb{
    background:transparent;
}
/*---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-line{
        left:125px;
    }
    .home-slider-line2{
        right:125px;
    }
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-left{
        margin-left:125px;
    }
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-right{
      margin-right:125px;
    }
}
@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,
    .home-title-text h5,
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption 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;
    }
    .home-slider-line{
        left:55px;
    }
    .home-slider-line2{
        right:55px;
    }
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-left{
        margin-left:55px;
    }
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-right{
      margin-right:55px;
    }
    .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-left, .home-slider .carousel .carousel-inner .carousel-item .carousel-caption-right{
        padding:35px 20px;
    }
    .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-slider .carousel .carousel-inner .carousel-item .carousel-caption p,
    .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;
    }
    .mini-menu{
        height:100vh;
        top:0;
        left:0;
        padding:0;
    }
    .mini-menu .my-container3{
        padding:0;
    }
    .mini-menu-content{
        padding:100px 40px 30px 40px;
        height:100%;
    }
}
@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;
    }
    .home-slider-line,
    .home-slider-line2,
    header .header-content .header-right .header-contact{
        display:none;
    }
    .home-slider{
        height:auto;
    }
    .social-box ul li a{
        color:#000;
    }
    .header-logo a img{
        max-width:150px;
    }
    .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;
    }
    .social-box{
        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;
    }
    .corporate2-content{
        flex-direction:column;
        justify-content:start;
    }
    .corporate-count span:last-child{
        font-size:35px;
    }
    .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;
    }
    .mini-menu-content{
        overflow-x:scroll;
    }
    .mini-menu-content::-webkit-scrollbar{
        background:transparent;
        width:8px;
    }
    .mini-menu-content::-webkit-scrollbar-thumb{
        background:transparent;
    }
    header.dark{
        background:#FFF;
    }
    .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;
    }
    .home-referance-title{
        text-align:start !important;
    }
    .home-referance-top .home-referance-top-right{
        justify-content:start;
    }
    .product-form-content{
        width:90%;
        height:90%;
        padding:80px 20px;
    }
    .header-logo.passive,
    .header-contact.passive,
    .header-buttons.passive{
        display:none !important;
    }
    .search-form input{
        width:auto;
        font-size:12px;
        margin-right:10px;
    }
    .search-form button{
        min-width:50px !important;
        min-height:50px !important;
    }
    .header-search-btn{
        display:none;
    }
    .header-search-btn2{
        display:block;
    }
}
@media only screen and (max-width:768px){
    .header-logo a img{
        width:100px;
    }
    .header-buttons .mega-menu p{
        font-size:14px !important;
    }
    .header-buttons .mega-menu .mega-menu-btn span{
        width:15px;
    }
    .header-buttons .mega-menu .mega-menu-btn span:nth-child(2){
        width:30px;
    }
    .header-buttons .mega-menu .mega-menu-btn span:nth-child(3){
        width:20px;
    }
    .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;
    }
    .product-detail .row{
        display:flex;
        flex-direction:column-reverse;
    }
    .product-detail-image{
        justify-content:start;
    }
    .document-tab-content{
        max-height:100% !important;
    }
    .blog-content{
        max-height:100% !important;
    }
    .documents .more-btn,.service .more-btn{
        display:none !important;
    }
}