@font-face {font-family: 'Volte-Bold'; src: url('../fonts/Volte-Bold.ttf') format('truetype');}
@font-face {font-family: 'Volte-Light'; src: url('../fonts/Volte-Light.ttf') format('truetype');}
@font-face {font-family: 'Volte-Medium'; src: url('../fonts/Volte-Medium.ttf') format('truetype');}
@font-face {font-family: 'Volte-Regular'; src: url('../fonts/Volte-Regular.ttf') format('truetype');}
@font-face {font-family: 'Volte-Semibold'; src: url('../fonts/Volte-Semibold.ttf') format('truetype');}
*{
    margin:0;
    padding:0;
}
body{
    position:relative;
    overflow-x:hidden;
}
body.passive{
    overflow-y:hidden;
}
.mycontanier{
    margin:0 280px;
}
.mycontanier2{
    padding:0 280px;
}
a{
    text-decoration:none;
}
@media only screen and (max-width:1620px){
    .mycontanier{
        margin:0 140px;
    }
    .mycontanier2{
        padding:0 140px;
    }
}
@media only screen and (max-width:1350px){
    .mycontanier{
        margin:0 70px;
    }
    .mycontanier2{
        padding:0 70px;
    }
}
@media only screen and (max-width:991px){
    .mycontanier{
        margin:0 20px;
    }
    .mycontanier2{
        padding:0 20px;
    }
}
/*-------------------------------------Mini-Contact---------------------------------*/
.mini-contact-menu{
    position:fixed;
    right:30px;
    bottom:50px;
    z-index:199;
    background:#007EC7;
    border-radius:37px;
    padding:20px 15px;
}
.mini-contact-menu ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
}
.mini-contact-menu .mini-contact-menu-social li{
    margin:15px;
    margin-top:0;
    transition:all ease 1s;
}
.mini-contact-menu .mini-contact-menu-social li:last-child{
    margin-bottom:20px;
}
.mini-contact-menu .mini-contact-menu-social li a{
    font-size:17px;
    color:#fff;
}
.mini-contact-menu .mini-contact-menu-social li:hover{
    transform:rotate(360deg);
}
.mini-contact-menu .mini-contact-menu-phone li a{
    font-size:20px;
    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
    transition:all ease 0.5s;
}
.mini-contact-menu .mini-contact-menu-phone li:first-child a{
    color:#007EC7;
    background:#fff;
    margin-bottom:5px;
}
.mini-contact-menu .mini-contact-menu-phone li:last-child a{
    color:#fff;
    background:#67C15E;
}
.mini-contact-menu .mini-contact-menu-phone li:first-child a:hover{
    box-shadow:0px 0px 10px #fff;
}
.mini-contact-menu .mini-contact-menu-phone li:last-child a:hover{
    box-shadow:0px 0px 10px #67C15E;
}
@media only screen and (max-width:768px){
    .mini-contact-menu{display:none;}
}
/*--------------------------------------MegaMenu------------------------------------*/
.mega-menu{
    position:fixed;
    top:0;
    left:-100vw;
    width:100vw;
    height:100vh;
    background-image:url(../images/mega-menu.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:150;
    padding:160px 0;
    display:block;
    transition:all ease 0.5s;
}
.mega-menu.active{
    left:0;
}
.mega-menu::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:15;
    background:#007EC790;
}
.mega-menu::after{
    content:"";
    position:absolute;
    width:100%;
    height:10%;
    bottom:0;
    left:0;
    z-index:55;
    background: linear-gradient(0deg,rgba(0, 126, 199, 1) 0%, transparent 100%);
}
.mega-menu-content{
    position:relative;
    z-index:50;
    height:100%;
}
.mega-menu .mega-menu-content h2{
    font-size:45px;
    font-family:Volte-Semibold;
    color:#fff;
    margin-bottom:40px;
}
.mega-menu-category ul{
    list-style:none;
    margin:0;
    padding:0;
    overflow-y:scroll;
    max-height:625px;
}
.mega-menu-category ul::-webkit-scrollbar {
    background: transparent;
    width: 8px;
}
.mega-menu-category ul::-webkit-scrollbar-thumb {
    background: var(--bluecolor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mega-menu-category ul li{
    font-size:26px;
    font-family:Volte-Regular;
    color:#fff;
    margin-bottom:60px;
}
.mega-menu-category ul li a{
    font-size:26px;
    font-family:Volte-Regular;
    color:#fff;
    padding-bottom:10px;
    cursor:pointer;
    border-bottom:1px solid transparent;
    transition:all ease 0.5s;
}
.mega-menu-category ul li a:hover,.mega-menu-category ul li.active a{
    border-bottom:1px solid #fff;
    margin-left:10px;
}
.mega-menu-products{
    overflow-y:scroll;
    max-height:625px;
}
.mega-menu-products::-webkit-scrollbar {
    background: transparent;
    width: 8px;
}
.mega-menu-products::-webkit-scrollbar-thumb {
    background: var(--bluecolor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mega-menu-product-box a{
    background:#fff;
    padding:30px 95px;
    border-radius:15px;
    margin-bottom:30px;
    width:66%;
    height:220px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    transition:all ease 0.5s;
}
.mega-menu-product-box .mega-menu-product-box-image img{
    width:100%;
}
.mega-menu-product-box{
    display:flex;
    justify-content:end;
}
.mega-menu-product-box:hover a,.mega-menu-product-box a.active{
    margin-right:10px;
}
.mega-menu-btn{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
    cursor:pointer;
}
.mega-menu-btn span{
    width:30px;
    height:2px;
    background:#fff;
    transition:all ease 0.5s;
}
.mega-menu-btn span:first-child{
    margin-bottom:3px;
}
.mega-menu-btn span:last-child{
    width:20px;
}
.mega-menu-btn.active span:first-child{
    transform:rotate(45deg);
    margin-bottom:-2px;
}
.mega-menu-btn.active span:last-child{
    transform:rotate(-45deg);
    width:30px;
}
/*----------------------------------------------------------Mini-Menu-----------------------------------------*/
.mini-menu-icon{
    display:none;
}
.mini-menu-icon-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.mini-menu-icon-content span{
    width:30px;
    height:3px;
    background:#fff;
    margin-bottom:5px;
    transition:all ease 0.5s;
}
.mini-menu-icon-content span:last-child{
    margin-bottom:0;
}
.mini-menu-icon-content.active span:nth-child(1){
    transform:rotate(45deg);
    margin-bottom:0;
}
.mini-menu-icon-content.active span:nth-child(2){
    transform:rotate(-45deg);
    margin-top:-2px;
}
.mini-menu-icon-content.active span:last-child{
    opacity:0;
}
.mini-menu{
    width:100%;
    height:auto;
    background:#007EC7;
    z-index:555;
    position:fixed;
    top:-100%;
    left:0;
    display:none;
    transition:all ease 0.8s;
}
.mini-menu.active{
    top:120px;
}
.mini-menu-content{
    padding:50px;
}
.mini-menu-content ul{
    list-style:none;
    margin:0;
    padding:0;
}
.mini-menu-content ul li{
    padding:5px 0;
}
.mini-menu-content ul li a{
    color:#fff;
}
@media only screen and (max-width:991px){
    .nav-products{
        display:none;
    }
    .nav-menu{
        display:none;
    }
    .navbar-logo{
        width:100px;
    }
    .navbar-logo img{
        width:100%;
    }
    .header-navbar,.header-contact{
        display:none !important;
    }
    .mini-menu-icon{
        display:flex;
        justify-content:center;
        align-items:center;
        padding:15px;
    }
    .mini-menu{
        display:block;
    }
}
/*---------------------------------------Header-------------------------------------*/
header{
    position:fixed;
    top:0;
    left:0;
    z-index:599;
    width:100%;
    height:120px;
    background: linear-gradient(0deg,transparent 0%, rgba(0, 0, 0, 1) 100%);
    transition:all ease 0.5s;
}
header.active{
    background:#007EC7;
    border-bottom:1px solid #E9E9E9;
}
header.passive{
    background: linear-gradient(0deg,transparent 0%, rgba(0, 0, 0, 1) 100%);
    border-bottom:none;
}
.header-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:120px;
    border-bottom:1px solid #E9E9E9;
}
header.active .header-content{
    border-bottom:1px solid transparent;
}
header.passive .header-content{
    border-bottom:1px solid #00ACC8;
}
.header-right{
    display:flex;
    flex-direction:column;
}
.header-contact{
    display:flex;
    align-items:center;
    justify-content:end;
    margin-bottom:20px;
}
.header-contact-box{
    margin-right:13px;
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
}
.header-contact-box a{
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
    transition:all ease 0.5s;
}
.header-contact-box:hover a{
    color:#00ACC8;
}
.header-contact-box:hover{
    color:#00ACC8;
}
.header-contact-box a i{
    font-size:10px;
}
.header-navbar .header-navbar-ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:end;
    align-items:center;
}
.header-navbar .header-navbar-ul li{
    margin-left:35px;
}
.header-navbar .header-navbar-ul li a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#fff;
    transition:all ease 0.5s;
}
.header-navbar .header-navbar-ul li a:hover{
    color:#00ACC8;
}
.header-navbar .header-navbar-ul li:hover .nav-dropdown{
    display:block;
}
.nav-dropdown{
    position:relative;
    display:none;
}
.nav-dropdown-menu{
    position:absolute;
    top:0;
    left:calc(50% - 60px);
    background:#fff;
    width:175px;
    margin:0;
    padding:10px;
    list-style:none;
    border-radius:5px;
    box-shadow:0px 0px 30px #00000020;
}
.nav-dropdown-menu li{
    margin:0 !important;
    padding:5px 0 !important;
    border-bottom:1px solid #E9E9E9;
}
.nav-dropdown-menu li:last-child{
    border-bottom:none;
}
.nav-dropdown-menu li a{
    color:#007EC7 !important;
}
@media only screen and (max-width:1350px){ 
    .header-navbar .header-navbar-ul li{
        margin-left:15px;
    }
    .header-logo a img{
        width:175px;
    }
}
@media only screen and (max-width:991px){
    header,.header-content{
        height:80px;
    }
    .mini-menu.active{
        top:80px;
    }
}
/*---------------------------------------------------HomeSlider-------------------------------*/
.home-slider{
    position:relative;
}
.home-slide-shape1{
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    z-index:6;
}
.home-slide-shape2{
    width:100%;
    position:absolute;
    left:0;
    bottom:-90px;
    z-index:5;
}
.home-slide-shape1 img, .home-slide-shape2 img{
    width:100%;
}
.home-slide-buttons{
    position:absolute;
    bottom:25px;
    left:15%;
    z-index:25;
    width:130px;
    height:45px;
    display:flex;
    justify-content:space-between;
    border:1px solid #007EC7;
    border-radius:23px;
    overflow:hidden;
}
.home-slide-buttons button{
    width:50%;
    opacity:1;
    transition:all ease 0.5s;
}
.home-slide-buttons button:hover{
    background:#007EC7;
}
.home-slide-buttons button:hover img{
    filter:brightness(1000);
}
.home-slide-number{
    position:absolute;
    bottom:25px;
    left:25%;
    z-index:25;
    height:85px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-slide-number1{
    height:61px;
    display:flex;
    align-items:start;
    font-size:45px;
    font-family:Volte-Light;
    color:#007EC7;
    margin-bottom:20px;
}
.home-slide-number2{
    height:61px;
    display:flex;
    align-items:end;
    font-size:45px;
    font-family:Volte-Light;
    color:#007EC7;
    margin-top:40px;
}
.home-slider .carousel-caption{
    position:absolute;
    z-index:15;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    color:#fff;
}
.home-slider .carousel-caption-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}
.home-slider .carousel-caption h5{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:45px;
    font-family:Volte-Semibold;
}
.home-slider .carousel-caption h4{
    font-size:45px;
    font-family:Volte-Regular;
}
.home-slider .slider-video{
    width:100%;
}
@media only screen and (max-width:1700px){
    .home-slider .carousel-caption{
        width:100%;
        height:100%;
    }
}
@media only screen and (max-width:1500px){
    .home-slide-shape2{
        bottom:-65px;
    }
}
@media only screen and (max-width:1350px){
    .home-slider .carousel-caption h5,.home-slider .carousel-caption h4{
        font-size:30px;
    }
    .home-slide-buttons{
        width:100px;
    }
    .home-slide-number{
        height:50px;
    }
    .home-slide-shape1{
        bottom:30px;
    }
    .home-slide-shape2{
        bottom:-30px;
    }
}
@media only screen and (max-width:1110px){
    .home-slide-buttons{
        left:8%;
    }
    .home-slide-number{
        left:20%;
    }
}
@media only screen and (max-width:991px){
    .home-slide-shape1{
        bottom:20px;
    }
    .home-slide-buttons{
        left:13%;
        bottom:0;
    }
    .home-slide-number{
        left:28%;
        bottom:0;
    }
}
@media only screen and (max-width:800px){
    .home-slide-shape1{
        bottom:10px;
    }
    .home-slide-buttons{
        height:35px;
    }
    .home-slide-number{
        left:30%;
        height:30px;
    }
    .home-slide-number1,.home-slide-number2{
        font-size:35px;
    }
}
@media only screen and (max-width:650px){
    .home-slide-shape1{
        bottom:0;
    }
    .home-slide-buttons,.home-slide-number{
        bottom:-20px;
    }
    .home-slide-number{
        left:35%;
    }
}
/*---------------------------------------------MySections--------------------------------------*/
.mysections{
    position:relative;
    z-index:10;
    padding:50px 0;
}
/*--------------------------------------------HomeCorporate-----------------------------------*/
.home-corporate{
    margin-bottom:110px;
}
.home-corporate-left{
    position:relative;
}
.home-corporate-image{
    border-radius:15px;
    overflow:hidden;
}
.home-corporate-image img{
    width:100%;
}
.home-corporate-medal{
    display:flex;
    flex-direction:column;
    align-items:start;
    padding-top:23px;
    padding-left:23px;
    background:#007EC7;
    width:160px;
    height:180px;
    position:absolute;
    left:-25px;
    bottom:25px;
    border-radius:15px;
}
.home-corporate-medal p{
    color:#fff;
    font-family:Volte-Medium;
    font-size:18px;
    padding:0;
    margin:0;
}
.home-corporate-medal span{
    font-family:Volte-Semibold;
    font-size:45px;
    margin:0;
    padding:0;
}
.home-corporate-machine-images1{
    position:absolute;
    bottom:0;
    right:30px;
}
.home-corporate-machine-images2{
    position:absolute;
    bottom:-120px;
    right:120px;
}
.home-corporate-machine-images3{
    position:absolute;
    bottom:-75px;
    right:-35px;
}
.home-corporate-right{
    margin:40px 0;
}
.home-corporate-content{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:start;
}
.home-corporate-text h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:30px;
}
.home-corporate-text h2 span{
    font-family:Volte-Regular;
}
.home-corporate-text p{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
    margin-bottom:30px;
}
.home-corporate-succes{
    display:flex;
    align-items:center;
    margin-bottom:40px;
}
.home-corporate-succes-box{
    display:flex;
    align-items:center;
    margin-right:35px;
}
.home-corporate-succes-box p{
    margin:0;
    padding:0;
    margin-left:10px;
    font-size:14px;
    font-family:Volte-Semibold;
    color:#007EC7;
}
.home-corporate-content .home-corporate-button{
    width:160px;
    height:45px;
    background:transparent;
    color:#007EC7;
    font-size:14px;
    font-family:Volte-Regular;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #007EC7;
    border-radius:23px;
    transition:all ease 0.5s;
}
.home-corporate-content .home-corporate-button i{
    margin-left:15px;
}
.home-corporate-content .home-corporate-button:hover{
    background:#007EC7;
    color:#fff;
}
.home-corporate-oscarpool h2{
    font-size:100px;
    font-family:Volte-Light;
    color:#DFF3F6;
    transform:rotate(90deg);
}
@media only screen and (max-width:1800px){
    .home-corporate-succes-box{
        margin-right:20px;
    }
}
@media only screen and (max-width:1450px){
    .home-corporate-machine-images1 img {
        width:125px;
    }
    .home-corporate-machine-images2 img {
        width:225px;
    }
    .home-corporate-machine-images3 img{
        width:150px;
    }
    .home-corporate-left{
        margin-right:25px;
    }
}
@media only screen and (max-width:991px){
    .home-corporate-machine-images1 img, .home-corporate-machine-images2 img, .home-corporate-machine-images3 img{
        width:auto !important;
    }
    .home-corporate-left{
        margin:0 25px;
        margin-bottom:100px;
    }
    .home-corporate-oscarpool h2{
        transform:rotate(0);
        text-align:center;
        font-size:60px;
    }
}
@media only screen and (max-width:768px){
    .home-corporate-machine-images1 img {
        width:100px !important;
    }
    .home-corporate-machine-images2 img {
        width:200px !important;
    }
    .home-corporate-machine-images3 img{
        width:125px !important;
    }
}
/*------------------------------------------------------------------HomeProduct----------------------------------------------*/
.home-product-top{
    background-image:url(../images/home-product-bg.png);
    background-size:cover;
    background-position:center;
    width:100%;
    position:relative;
    height:595px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-bottom:130px;
}
.home-product-top::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    top:0;
    left:0;
}
.home-product-top-text{
    position:relative;
    z-index:55;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.home-product-top-text h2{
    font-size:26px;
    font-family:Volte-Regular;
    color:#fff;
    text-align:center;
}
.home-product-top-text h2 span{
    font-family:Volte-Semibold;
}
.home-product-bottom{
    position:relative;
    z-index:25;
}
#owl-home-product{
    margin-top:-250px;
}
.home-product-box{
    position:relative;
    height:450px;
    border-radius:15px;
    box-shadow:0px 0px 30px #00000010;
    padding:0 15px;
    background:#fff;
    margin-top:125px;
}
.home-product-image{
    position:absolute;
    top:-125px;
    left:0;
    width:100%;
    height:266px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:40px;
}
.home-product-image img{
    width:100%;
}
.home-product-box-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:0 30px;
    padding-top:200px;
}
.home-product-box-text a{
    color:#000;
    text-align:center;
    margin-bottom:30px;
}
.home-product-box-text a:last-child{
    margin-bottom:0;
}
.home-product-box-text a h2{
    font-size:18px;
    font-family:Volte-Semibold;
}
.home-product-box-text a p{
    font-size:14px;
    font-family:Volte-Regular;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-product-box-text .home-product-box-btn{
    font-size:14px;
    font-family:Volte-Semibold;
    color:#007EC7;
    transition:all ease 0.5s;
}
.home-product-box-text .home-product-box-btn i{
    margin-left:10px;
}
.home-product-box-text .home-product-box-btn:hover{
    font-size:18px;
}
#owl-home-product .owl-nav{
    display:flex !important;
}
#owl-home-product .owl-nav button:hover{
    background:transparent;
}
#owl-home-product .owl-nav button.owl-prev{
    position:absolute;
    left:-50px;
    top:calc(50% - 16px);
}
#owl-home-product .owl-nav button.owl-next{
    position:absolute;
    right:-50px;
    top:calc(50% - 16px);
}
#owl-home-product .owl-stage-outer{
    padding-bottom:50px;
}
@media only screen and (max-width:991px){
    #owl-home-product .owl-nav{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    #owl-home-product .owl-nav button{
        position:relative !important;
        left:auto !important;
        right:auto !important;
        margin:0 15px;
    }
}
/*----------------------------------------------------------HomeCatalog--------------------------------------------------------*/
.home-catalog{
    height:1000px;
    background:url(../images/home-catalog-bg.png);
    background-size:cover;
    background-position:bottom center;
    position:relative;
}
.home-catalog::before{
    content:"";
    position:absolute;
    width:100%;
    height:90%;
    background: linear-gradient(0deg,transparent 0%, #fff 100%);
    z-index:5;
}
.home-catalog-content{
    position:relative;
    z-index:50;
}
.home-catalog-image{
    height: 1000px;
    display: flex;
    align-items: end;
    justify-content: start
}
.home-catalog-image img{
    max-width:100%;
}
.home-catalog-text{
    height:1000px;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
}
.home-catalog-text h2{
    font-size:26px;
    font-family:Volte-Regular;
    color:#000;
}
.home-catalog-text h2 span{
    font-family:Volte-Semibold;
}
.home-catalog-text p{
    font-size:14px;
    font-family:Volte-Medium;
    color:#000;
    margin-bottom:60px;
}
.home-catalog-text .home-catalog-btn{
    width:205px;
    height:45px;
    background:#fff;
    color:#007EC7;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-family:Volte-Semibold;
    border:1px solid #007EC7;
    border-radius:23px;
    transition:all ease 0.5s;
}
.home-catalog-text .home-catalog-btn:hover{
    background:#007EC7;
    color:#fff;
}
.home-catalog-text .home-catalog-btn i{
    margin-left:10px;
}
@media only screen and (max-width:991px){
    .home-catalog, .home-catalog-image, .home-catalog-text{
        height:auto;
    }
    .home-catalog-text{
        margin-bottom:50px;
    }
    .home-catalog .row{
        display:flex;
        flex-direction:column-reverse;
    }
}
/*--------------------------------------------------------------HomeCare------------------------------------------------------*/
.home-care-top{
    position:relative;
    z-index:5;
}
.home-care-bottom{
    position:relative;
    z-index:3;
    margin-top:-120px;
}
.home-care-box-image{
    height:450px;
    border-radius:15px;
    overflow:hidden;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-care-box-image img{
    width:100%;
}
.home-care-box2 .home-care-box-image:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#00000010;
    top:0;
    left:0;
    z-index:5;
}
.home-care-box-image .home-care-play-btn{
    position:absolute;
    top:calc(50% - 33px);
    left:calc(50% - 33px);
    z-index:15;
    width:66px;
    height:66px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    cursor:pointer;
}
.home-care-box-image .home-care-play-btn i{
    color:#007EC7;
    width:45px;
    height:45px;
    border-radius:100%;
    border:2px solid #007EC7;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-care-box-image .home-care-play-btn:hover i{
    animation:homecarebtn 1s infinite;
}
@keyframes homecarebtn{
    0%{
        width:45px;
        height:45px;
    }
    100%{
        width:66px;
        height:66px;
    }
}
.home-care-box-image .home-care-play-btn:hover i{
    width:66px;
    height:66px;
}
.home-care-box1 {
    padding:100px 0 0 80px;
}
.home-care-box1 h2{
    font-size:16px;
    font-family:Volte-Regular;
    color:#007EC7;
}
.home-care-box1 p{
    font-size:26px;
    font-family:Volte-Regular;
    color:#007EC7;
    margin:0;
    padding:0;
}
.home-care-box1 p:last-child{
    font-family:Volte-Semibold;
}
.home-care-box4{
    padding:100px 0 0 50px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}
.home-care-box4 p{
    font-size:14px;
    font-family:Volte-Regular !important;
    color:#000;
    line-height:50px;
}
.home-video{
    display:none;
    position:fixed;
    width:100vw;
    height:100vh;
    background:#00000060;
    justify-content:center;
    align-items:center;
    z-index:999;
    top:0;
    left:0;
}
.home-video.active{
    display:flex;
}
.home-video-content{
    width:80%;
    height:80%;
    position:relative;
    border-radius:23px;
    overflow:hidden;
}
.home-video-content-description,.home-video-content-description iframe{
    width:100%;
    height:100%;
}
.home-video-close-btn{
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    font-size:25px;
    color:#fff;
    background:#007EC7;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-bottom-left-radius:23px;
    z-index:9999;
}
@media only screen and (max-width:991px){
    .home-care-box1, .home-care-box4{
        padding:0;
    }
    .home-care-box1,.home-care-top, .home-care-box3{
        margin-bottom:50px;
    }
    .home-care-box2{
        display:flex;
        justify-content:start;
        align-items:start;
    }
    .home-care-bottom{
        margin-top:0;
    }
    .home-care-bottom .row{
        flex-direction:column-reverse;
    }
}
/*---------------------------------------------------HomeProject-----------------------------------------*/
.home-project{
    position:relative;
    background-size:cover;
    background-position:center;
    padding:50px 0 0 0;
}
.home-project-content{
    position:relative;
    z-index:25;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:end;
}
.home-project-title{
    text-align:center;
    margin-bottom:50px;
}
.home-project-title h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#00ACC8;
}
#owl-home-project .owl-stage-outer{
    padding:60px 0;
}
#owl-home-project .owl-nav{
    display:flex !important;
}
#owl-home-project .owl-nav button:hover{
    background:transparent;
}
#owl-home-project .owl-nav button.owl-prev{
    position:absolute;
    left:-50px;
    top:calc(50% - 16px);
}
#owl-home-project .owl-nav button.owl-next{
    position:absolute;
    right:-50px;
    top:calc(50% - 16px);
}
.home-project-box{
    height:150px;
    border-radius:15px;
    box-shadow:0px 0px 30px #00000010;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:15px;
    transition:all ease 0.5s;
}
.home-project-box:hover{
    background:#007EC7;
}
.home-project-box-title{
    margin-bottom:10px;
}
.home-project-box-title a{
    color:#00ACC8;
    font-size:18px;
    font-family:Volte-Regular;
}
.home-project-box:hover .home-project-box-title a{
    color:#000;
}
.home-project-box-text{
    text-align:center;
}
.home-project-box-text a{
    color:#000;
    font-size:18px;
    font-family:Volte-Regular;
}
.home-project-box:hover .home-project-box-text a{
    color:#232323;
}
.home-project-button{
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-project-button a{
    width:235px;
    height:45px;
    color:#007EC7;
    border:1px solid #007EC7;
    border-radius:23px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-family:Volte-Regular;
    background:transparent;
    transition:all ease 0.5s;
}
.home-project-button a i{
    margin-left:10px;
}
.home-project-button a:hover{
    background:#007EC7;
    color:#fff;
}
@media only screen and (max-width:991px){
    #owl-home-project .owl-nav{
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom:50px;
    }
    #owl-home-project .owl-nav button{
        position:relative !important;
        left:auto !important;
        right:auto !important;
        margin:0 15px;
    }
}
.home-maps{
    display:none;
    justify-content:center;
    align-items:center;
    position:relative;
}
.home-maps.active{
    display:flex;
}
.home-maps svg{
    width:100%;
}

.home-maps svg path {
    stroke: gray;
}
.home-maps svg path:hover{
    fill:#00ACC8;
}
.home-maps svg #TR:hover{
    cursor:pointer;
}
.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: 600px;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
  top:0 !important;
  left:0 !important;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
}
#svg-turkiye-haritasi path:hover{
    fill:#00ACC8;
}


/*--------------------------------------------------HomeGallery------------------------------------*/
.home-gallery{
    width:100%;
    display:flex;
    align-items:center;
    padding:0 10px;
    overflow:hidden;
}
.home-gallery-left{
    width:25%;
}
.home-gallery-right{
    width:75%;
}
.home-gallery-right-top, .home-gallery-right-bottom{
    display:flex;
    justify-content:space-around;
}
.home-gallery-right-top{
    align-items:end;
    margin-bottom:25px;
}
.home-gallery-right-bottom{
    align-items:start;
}
.home-gallery-image{
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:15px;
    overflow:hidden;
    cursor:pointer;
}
.home-gallery-image2,.home-gallery-image12{
    width:15%;
}
.home-gallery-image3,.home-gallery-image6{
    width:25%;
}
.home-gallery-image4,.home-gallery-image9{
    width:10%;
}
.home-gallery-image5{
    width:20%;
}
.home-gallery-image7{
    width:17.5%;
}
.home-gallery-image8,.home-gallery-image10{
    width:12.5%;
}
.home-gallery-image11{
    width:22.5%;
}
.home-gallery-careousel{
    display:none;
}
.home-gallery-box{
    border-radius:15px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    height:400px;
    width:100%;
    background:#00000040;
}
@media only screen and (max-width:991px){
    .home-gallery-right,.home-gallery-left{
        display:none;
    }
    .home-gallery-careousel{
        display:flex;
        justify-content:center;
        align-items:center;
    }
}
/*--------------------------------------------------HomeContact------------------------------------*/
.home-contact{
    background:#777777;
    height:285px;
    border-radius:10px;
    padding:55px;
    display:flex;
    justify-content:start;
    align-items:center;
}
.home-contact-text h2{
    font-size:46px;
    font-family:Volte-Semibold;
    color:#fff;
}
.home-contact-text p{
    font-size:14px;
    font-family:Volte-Medium;
    color:#fff;
}
.home-contact-box{
    display:flex;
    justify-content:end;
    align-items:center;
    height:100%;
}
.home-contact-box a{
    width:205px;
    height:45px;
    background:#fff;
    color:#007EC7;
    border:1px solid #007EC7;
    border-radius:23px;
    font-size:14px;
    font-family:Volte-Semibold;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all ease 0.5s;
}
.home-contact-box a:hover{
    background:#007EC7;
    color:#fff;
}
.home-contact-box a i{
    margin-left:10px;
}
@media only screen and (max-width:1300px){
    .home-contact-text h2{
        font-size:30px;
    }
}
@media only screen and (max-width:991px){
    .home-contact-text{
        margin-bottom:50px;
    }
}
/*-------------------------------------------------Footer--------------------------------------------------------*/
footer{
    padding-top:80px;
    position:relative;
    background-image:url(../images/footer-bg.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
footer::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#00458B90;
    z-index:5;
}
.footer-top{
    position:relative;
    z-index:15;
    padding-bottom:20px;
    border-bottom:1px solid #00ACC8;
}
.footer-top .col-lg-3{
    display:flex;
    justify-content:center;
}
.footer-logo{
    margin-bottom:30px;
}
.footer-logo img{
    max-width:100%;
}
.footer-about-us-text p{
    font-size:12px;
    font-family:Volte-Regular;
    color:#fff;
    line-height:23px;
}
.footer-menu h2{
    font-size:14px;
    font-family:Volte-Medium;
    color:#fff;
}
.footer-menu ul,.footer-contact-menu ul{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}
.footer-menu h2{
    margin-bottom:15px;
}
.footer-menu ul li, .footer-contact-menu ul li{
    margin-bottom:15px;
}
.footer-menu ul li a,.footer-contact-menu ul li, .footer-contact-menu ul li a{
    font-size:14px;
    font-family:Volte-Medium;
    color:#fff;
    transition:all ease 0.5s;
}
.footer-menu ul li a:hover, .footer-contact-menu ul li a:hover{
    color:#00ACC8;
}
.footer-contact-phone{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}
.footer-contact-phone .footer-phone-image{
    margin-right:15px;
}
.footer-contact-phone .footer-phone-text h2{
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
    padding:0;
    margin:0;
}
.footer-contact-phone .footer-phone-text a{
    font-size:20px;
    font-family:Volte-Regular;
    color:#fff;
    transition:all ease 0.5s;
}
.footer-contact-phone .footer-phone-text a:hover{
    color:#00ACC8;
}
.footer-bottom {
    position:relative;
    z-index:15;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:50px;
}
.footer-bottom-box p{
    margin:0;
    padding:0;
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
}
.footer-bottom-box p a{
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
    transition:all ease 0.5s;
}
.footer-bottom-box p a:hover{
    color:#00ACC8;
}
@media only screen and (max-width:991px){
    .footer-logo{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .footer-top .col-lg-3{
        justify-content:start;
        margin-bottom:50px;
    }
}
@media only screen and (max-width:768px){
    .footer-bottom{
        display:flex;
        flex-direction:column;
        justify-content:start;
        align-items:start;
    }
}
/*---------------------------------------------------------Breadcrumb----------------------------------------------*/
.mybreadcrumb{
    height:380px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:end;
    background-image:url(../images/breadcrumb.png);
    background-position:center;
    background-size:cover;
}
.mybreadcrumb::before{
    content:"";
    position:absolute;
    z-index:5;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(0deg,transparent 0%, rgba(0, 99, 168, 1) 100%);
}
.breadcrumb-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:15;
    padding-bottom:100px;
}
.breadcrumb-text h2{
    font-size:26px;
    font-family:Volte-Regular;
    color:#fff;
}
.breadcrumb-text h2 span{
    font-family:Volte-Semibold;
}
.breadcrumb-icon{
    margin-bottom:20px;
}
.breadcrumb-links ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.breadcrumb-links ul li{
    margin-right:15px;
    color:#fff;
    font-size:16px;
    font-family:Volte-Regular;
}
.breadcrumb-links ul li:last-child{
    margin-right:0;
}
.breadcrumb-links ul li a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#fff;
}
.mybreadcrumb-product .breadcrumb-content{
    padding-bottom:50px;
}
/*------------------------------------------------------------------------Corporate------------------------------------------------*/
.corporate-catalog .home-catalog-text,.corporate-catalog .home-catalog-image{
    height:auto !important;
}
.corporate-catalog .home-catalog-text{
    text-align:center;
    font-size:14px;
    font-family:Volte-Medium;
    margin-bottom:250px;
}
.corporate-catalog .home-catalog-text p{
    margin-bottom:25px;
}
.corporate-catalog .home-catalog-image{
    display:flex;
    justify-content:center;
    align-items:center;
}
.corporate-video{
    position:relative;
    z-index:40;
    margin-top:-150px;
}
.corporate-video-text{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
}
.corporate-video-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:100%;
    border-radius:15px;
    overflow:hidden;
}
.corporate-video-content .home-care-box2{
    width:100%;
}
.corporate-video-content .home-care-box-image{
    height:470px;
}
.corporate-video-content h2{
    font-size:100px;
    font-family:Volte-Light;
    color:#DFF3F6;
    margin-bottom:-40px;
}
.corporate-video-content .home-care-box-image p{
    position:absolute;
    z-index:15;
    width:220px;
    height:70px;
    top:60%;
    left:calc(50% - 110px);
    text-align:center;
    font-size:26px;
    font-family:Volte-Semibold;
    color:#fff;
}
@media only screen and (max-width:991px){
    .corporate-video{
        margin-top:0;
    }
    .corporate-video-content h2{
        font-size:60px;
        margin-bottom:-20px;
    }
}
/*---------------------------------------------------------------------Product---------------------------------------------------------------------*/
.category-box,.product-box{
    box-shadow: 0px 0px 30px #00000010;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:50px;
}
.category-box-image,.product-box-image{
    height:375px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border:1px solid transparent;
    margin-bottom:25px;
    transition:all ease 0.5s;
}
.product-box-image{
    height:365px;
}
.category-box-image img,.product-box-image img{
    max-width:100%;
}
.category-box-text a{
    height:90px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#007EC7;
    color:#fff;
    font-size:18px;
    font-family:Volte-Semibold;
    border:1px solid #007EC7;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    transition:all ease 0.5s;
}
.category-box-text a .product-detail-btn{
    height:0;
    opacity:0;
    transition:all ease 0.5s;
}
.category-box:hover .category-box-image{
    margin-bottom:0;
}
.category-box:hover .category-box-text a{
    height:115px;
}
.category-box:hover .category-box-text a .product-detail-btn{
    height:auto;
    opacity:1;
}
.product-box-text a{
    padding-top:15px;
    height:125px;
    display:flex;
    flex-direction:column;
    justify-content:start;
    align-items:center;
    color:#000;
    font-size:18px;
    font-family:Volte-Semibold;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    transition:all ease 0.5s;
}
.product-box-text a img{
    max-width:100%;
    transition:all ease 0.5s;
}
.product-box-text .product-detail-btn{
    font-size:18px;
    font-family:Volte-Regular;
    color:#007EC7;
    opacity:0;
    transition:all ease 0.5s;
}
.product-box:hover .product-box-image{
    margin-bottom:0;
}
.product-box:hover .product-box-text a{
    height:150px;
}
.product-box:hover .product-box-text a img{
    opacity:0;
}
.product-box:hover .product-box-text .product-detail-btn{
    opacity:1;
}
.category-box-text a h2, .product-box-text a h2{
    font-size:18px;
    font-family:Volte-Semibold;
}
/*-------------------------------------------------------------ProductDetail------------------------------------------------*/
.product-detail-top-image{
    height:385px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-detail-top-image img{
    max-width:100%;
}
.product-detail-top-text{
    padding-top:50px;
}
.product-detail-top-text h5{
    font-size:18px;
    font-family:Volte-Semibold;
}
.product-detail-top-text img{
    margin-bottom:20px;
}
.product-detail-top-text h2{
    font-size:26px;
    font-family:Volte-Semibold;
}
.product-detail-top-text p{
    font-size:14px;
    font-family:Volte-Regular;
}
.product-detail-features{
    background:#F5F6F8;
}
.product-detail-features-content{
    padding:50px 0;
}
.product-detail-features-content h5{
    font-size:14px;
    font-family:Volte-Regular;
    color:#007EC7;
    margin-bottom:20px;
}
.product-detail-features-content h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:30px;
}
.product-detail-features-content h2 span{
    font-family:Volte-Regular;
}
.product-detail-features-content table tr{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.product-detail-features-content table tr td{
    padding:20px 65px;
    border-right:1px solid #E3E3E3;
    font-size:20px;
    color:#007EC7;
}
.product-detail-features-content table tr td span{
    color:#000;
}
.product-detail-features-content table tr td:first-child{
    padding-left:0;
}
.product-detail-features-content table tr td:last-child{
    border-right:none;
}
.product-detail-equipment h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#000;
    margin-bottom:60px;
}
.product-detail-equipment h2 span{
    font-family:Volte-Medium;
}
.product-detail-equipment-box{
    margin-bottom:65px;
}
.product-detail-equipment-box .row{
    align-items:center;
}
.product-detail-equipment-box:nth-child(2n) .row{
    flex-direction:row-reverse;
}
.product-detail-equipment-box-image{
    height:464px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#D6D6D6;
    border-radius:15px;
    overflow:hidden;
}
.product-detail-equipment-box-text h2{
    font-size:26px;
    font-family:Volte-Medium;
    margin-bottom:20px;
}
.product-detail-equipment-box-text p{
    font-size:16px;
    font-family:Volte-Regular;
}
.product-detail-equipment-box:nth-child(2n) .product-detail-equipment-box-text{
    text-align:end;
}
.product-table2-title{
    width:100%;
    height:45px;
    background:#00ACC8;
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-table2-title h5{
    margin:0;
    padding:0;
    color:#fff;
    font-size:22px;
    font-family:Volte-Semibold;
}
.product-table2 table{
    width:100%;
}
.product-table2 table thead{
    height:55px;
    background:#007EC7;
    color:#fff;
    text-align:center;
    font-family:Volte-Light;
}
.product-table2 table tbody tr{
    height:35px;
    background:#fff;
    color:#000;
    text-align:center;
    font-family:Volte-Regular;
}
.product-table2 table tbody tr:nth-child(2n){
    background:#f7f7f7;
}
.product-table2 table tbody tr td:last-child{
    font-family:Volte-Bold;
}
@media only screen and (max-width:1100px){
    .product-detail-features-content table tr td{
        padding:20px 40px;
    }
}
@media only screen and (max-width:991px){
    .product-detail-equipment-box-image{
        margin-bottom:50px;
    }
    .product-table2-title h5{
        font-size:18px;
    }
}
@media only screen and (max-width:768px){
    .product-table2 table thead,.product-table2 table tbody tr{
        font-size:8px;
    }
}
/*--------------------------------------------------------------------------Contact-----------------------------------------------------------*/
.contact-container{
    display:flex;
}
.contact-info{
    width:50%;
    padding-top:130px;
    padding-left:280px;
    padding-right:130px;
    background:#007EC7;
    height:765px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-info-title{
    margin-bottom:50px;
}
.contact-info-title h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#fff;
}
.contact-info-box{
    display:flex;
    align-items:center;
    font-size:18px;
    color:#fff;
    font-family:Volte-Regular;
    margin-bottom:50px;
}
.contact-info-box img{
    margin-right:15px;
}
.contact-info-box a{
    font-size:18px;
    color:#fff;
    font-family:Volte-Regular;
    transition:all ease 0.5s;
}
.contact-info-box a:hover{
    color:#00ACC8;
}
.contact-info-box:first-child a{
    font-size:25px;
    font-family:Volte-Semibold;
}
.contact-map{
    height:765px;
    width:50%;
    position:relative;
}
.contact-map iframe{
    width:100%;
    height:765px;
}
.contact-info-text{
    color:#fff;
    font-size:26px;
    font-family:Volte-Medium;
}
.contact-info-text h2{
    font-family:Volte-Semibold;
}
.contact-map-icon{
    position:absolute;
    z-index:25;
    background:#007EC7;
    top:calc(50% - 38px);
    left:calc(50% - 28px);
    width:56px;
    height:56px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.contact-map-icon::before{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    background:#007EC750;
    border-radius:100%;
    animation:1.5s mapicon1 infinite;
}
@keyframes mapicon1{
    from{
        width:50px;
        height:50px;
    }
    to{
        width:80px;
        height:80px;
    }
}
.contact-map-icon::after{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    background:#007EC750;
    border-radius:100%;
    animation:1.5s mapicon2 infinite;
}
@keyframes mapicon2{
    from{
        width:50px;
        height:50px;
    }
    to{
        width:100px;
        height:100px;
    }
}
.contact-form-section{
    padding:110px 0;
    background:#F8F8F8;
}
.contact-form-text h5{
    font-size:14px;
    font-family:Volte-Regular;
    color:#007EC7;
    margin-bottom:15px;
}
.contact-form-text h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    margin-bottom:30px;
}
.contact-form-text p{
    font-size:14px;
    font-family:Volte-Regular;
    color:#777777;
}
.contact-form h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    margin-bottom:30px;
}
.contact-form-inputs{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.contact-form-input-box{
    width:48%;
    margin-bottom:20px;
}
.contact-form-input-box input{
    width:100%;
    height:67px;
    background:#fff;
    border-radius:10px;
    font-size:14px;
    font-family:Volte-Regular;
    color:#777777;
    border:1px solid transparent;
    padding-left:30px;
    outline: none;
    transition:all ease 0.5s;
}
.contact-form-input-box input::placeholder{
    color:#777777;
}
.contact-form-input-box input:focus{
    background:#007EC7;
    color:#fff;
    border:1px solid #007EC7;
}
.contact-form-input-box input:focus::placeholder{
    color:#fff;
}
.contact-form-textarea-box{
    margin-bottom:30px;
}
.contact-form-textarea-box textarea{
    width:100%;
    height:175px;
    background:#fff;
    border-radius:10px;
    font-size:14px;
    font-family:Volte-Regular;
    color:#777777;
    border:1px solid transparent;
    padding-top:15px;
    padding-left:30px;
    outline: none;
    transition:all ease 0.5s;
}
.contact-form-textarea-box textarea:focus{
    background:#007EC7;
    color:#fff;
    border:1px solid #007EC7;
}
.contact-form-textarea-box textarea:focus::placeholder{
    color:#fff;
}
.contact-form-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.contact-form-bottom .form-check{
    display:flex;
    align-items:end;
}
.contact-form-bottom .form-check-input{
    width:24px;
    height:24px;
    box-shadow:none;
    border:1px solid #D2D3D4;
    border-radius:4px;
    margin-right:10px;
}
.contact-form-bottom .form-check-input:checked{
    background-color:#007EC7;
    border:1px solid #007EC7;
}
.contact-form-bottom .form-check-label{
    font-size:16px;
    font-family:Volte-Regular;
    color:#D2D3D4;
}
.contact-form-bottom .form-check-label span{
    color:#777777;
}
.contact-form-button button{
    width:205px;
    height:45px;
    background:#007EC7;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-family:Volte-Semibold;
    border:1px solid #007EC7;
    border-radius:23px;
    transition:all ease 0.5s;
}
.contact-form-button button:hover{
    background:#fff;
    color:#007EC7;
}
.contact-form-button button i{
    margin-left:10px;
}
.contact-department-content h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    text-align:center;
    margin-bottom:40px;
}
.department-box{
    position:relative;
    padding:30px;
    background:#007EC7;
    border-radius:10px;
    margin-bottom:30px;
}
.department-box-bg{
    position:absolute;
    right:0;
    bottom:0;
}
.department-box h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#fff;
    margin-bottom:25px;
}
.department-box-contact{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.department-box-contact img{
    margin-right:10px;
    transform:rotate(0);
    transition:all ease 0.5s;
}
.department-box-contact:hover img{
    animation:1s departmenticon;
}
@keyframes departmenticon{
    0%{
       transform:rotate(0);
    }
    33%{
       transform:rotate(30deg);
    }
    66%{
       transform:rotate(-30deg);
    }
    100%{
       transform:rotate(0);
    }
}
.department-box-contact a{
    font-size:14px;
    font-family:Volte-Regular;
    color:#fff;
}
@media only screen and (max-width:1700px){
    .contact-form-bottom .form-check{
        align-items:center;
    }
}
@media only screen and (max-width:1620px){
    .contact-info{
        padding-top:65px;
        padding-left:140px;
        padding-right:65px;
    }
}
@media only screen and (max-width:1350px){
    .contact-info{
        padding-top:30px;
        padding-left:70px;
        padding-right:30px;
    }
}
@media only screen and (max-width:991px){
    .contact-container{
        flex-direction:column;
    }
    .contact-info{
        padding:0 20px;
    }
    .contact-info,.contact-map{
        width:100%;
        width:100%;
    }
}
@media only screen and (max-width:768px){
    .contact-form-input-box{
        width:100%;
    }
    .contact-form-bottom{
        flex-direction:column;
        align-items:start;
    }
    .contact-form-bottom .form-check{
        margin-bottom:25px;
    }
}
/*---------------------------------------------------------------Gallery------------------------------------------------------*/
.gallery-content .nav{
    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    margin-bottom:50px;
}
.gallery-content .nav button{
    border:none !important;
    border-radius:0;
    font-size:26px;
    font-family:Volte-Medium;
    color:#000;
    border-bottom:3px solid transparent !important;
    outline:none;
    box-shadow:none;
}
.gallery-content .nav button:hover{
    border:none;
}
.gallery-content .nav button.active{
    border-bottom:3px solid #007EC7 !important;
    color:#007EC7;
}
.gallery-box{
    position:relative;
    margin-bottom:30px;
    height:300px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:15px;
    background:#D6D6D6;
    overflow:hidden;
}
.zoom-icon{
    position:absolute;
    z-index:50;
    top:calc(50% - 18.5px);
    left:calc(50% - 18.5px);
    opacity:0;
    transition:all ease 0.5s;
}
.gallery-box:hover .zoom-icon{
    opacity:1;
}
.more-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:50px;
}
.more-btn.passive{
    display:none;
}
.more-btn button{
    width:230px;
    height:45px;
    font-size:14px;
    font-family:Volte-Regular;
    color:#007EC7;
    border:1px solid #007EC7;
    border-radius:23px;
    outline:none;
    background:#fff;
    transition:all ease 0.5s;
}
.more-btn button i{
    margin-left:20px;
}
.more-btn button:hover{
    background:#007EC7;
    color:#fff;
}
.gallery-tab-content{
    max-height:990px;
    overflow:hidden;
    transition:all ease 0.5s;
}
.gallery-tab-content.active{
    max-height:max-content;
}
.play-icon{
    position:absolute;
    z-index:50;
    top:calc(50% - 24px);
    left:calc(50% - 24px);
}
@media only screen and (max-width:768px){
    .gallery-content .nav-item{
        margin-bottom:25px;
    }
}
/*---------------------------------------------------------------News----------------------------------------------------------*/
.news-section-top{
    margin-bottom:65px;
}
.news-top-box{
    border-radius:15px;
    background:#F8F8F8;
    overflow:hidden;
}
.news-top-box-image a{
    display:flex;
    justify-content:start;
    align-items:center;
    border-radius:15px;
    background:#D6D6D6;
    height:430px;
    overflow:hidden;
}
.news-top-box-image img{
    width:100%;
}
.news-top-box-text{
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    padding:30px;
    height:100%;
}
.news-top-box-text span{
    font-size:14px;
    font-family:Volte-Regular;
    color:#A7A7A7;
    margin-bottom:20px;
}
.news-top-box-text a h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom:40px;
}
.news-top-box-text p{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-box{
    margin-bottom:50px;
}
.news-box-image{
    margin-bottom:20px;
}
.news-box-image a{
    display:flex;
    justify-content:center;
    align-items:center;
    height:300px;
    background:#D6D6D6;
    border-radius:15px;
    overflow:hidden;
}
.news-box-image a img{
    width:100%;
}
.news-box-text span{
    font-size:14px;
    font-family:Volte-Regular;
    color:#A7A7A7;
}
.news-box-text a h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-box-text p{
    font-size:14px;
    font-family:Volte-Regular;
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-section-bottom{
    max-height:1050px;
    overflow:hidden;
}
.news-section-bottom.active{
    max-height:max-content;
}
/*-------------------------------------------------------------NewsDetail------------------------------------------------------*/
.news-detail-image{
    height:400px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
}
.news-detail-image img{
    width:100%;
}
.news-detail-text span{
    color:#007EC7;
    font-size:16px;
    font-family:Volte-Regular;
    margin-bottom:15px;
}
.news-detail-text h2{
    color:#000;
    font-size:30px;
    font-family:Volte-Bold;
}
.news-detail-text p{
    color:#000;
    font-size:18px;
    font-family:Volte-Regular;
}
/*--------------------------------------------------------------Document-------------------------------------------------------*/
.document-box{
    padding:30px 25px 30px 40px;
    border:1px solid #F2F3F4;
    border-radius:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    height:88px;
    transition:all ease 0.5s;
}
.document-box-left a{
    font-size:16px;
    font-family:Volte-Regular;
    color:#007EC7;
    transition:all ease 0.5s;
}
.document-box-right span{
    font-size:16px;
    font-family:Volte-Medium;
    color:#007EC7;
    transition:all ease 0.5s;
}
.document-box-right a{
    margin-left:20px;
}
.document-box-right a img{
    filter:brightness(0.1);
    transition:all ease 0.5s;
}
.document-box:hover{
    background:#007EC7;
    border-color:#007EC7;
}
.document-box:hover .document-box-left a{
    color:#fff;
}
.document-box:hover .document-box-right span{
    color:#fff;
}
.document-box:hover .document-box-right a img{
    filter:brightness(1);
}
.documents-tab p{
    font-size:16px;
    font-family:Volte-Regular;
    color:#000;
    text-align:center;
    margin-bottom:30px;
}
.documents-tab{
    max-height:486px;
    overflow:hidden;
}
.documents-tab.active{
    max-height:max-content;
}
/*---------------------------------------------------------------Blog----------------------------------------------------------*/
.blog-box{
    margin-bottom:80px;
}
.blog-box-image a{
    height:430px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#D6D6D6;
    border-radius:15px;
    overflow:hidden;
}
.blog-box-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.blog-box-text span{
    font-size:14px;
    font-family:Volte-Regular;
    color:#A7A7A7;
    margin-bottom:15px;
}
.blog-box-text a h2{
    font-size:26px;
    font-family:Volte-Semibold;
    color:#007EC7;
    margin-bottom:20px;
}
.blog-box-text p{
    font-size:14px;
    font-family:Volte-Regular;
    margin-bottom:20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.blog-box-text .blog-box-btn{
    width:190px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-family:Volte-Regular;
    color:#007EC7;
    border:1px solid #007EC7;
    border-radius:23px;
    transition:all ease 0.5s;
}
.blog-box-text .blog-box-btn i{
    margin-left:20px;
}
.blog-box-text .blog-box-btn:hover{
    background:#007EC7;
    color:#fff;
}
.blog-content{
    max-height:2550px;
    overflow:hidden;
}
.blog-content.active{
    max-height:max-content;
}
/*---------------------------------------------------------------Media---------------------------------------------------------*/
@media only screen and (max-width:991px){
    .mega-menu{
        display:none;
    }
    .home-corporate{
        margin-bottom:0;
    }
    .home-contact{
        height:auto;
    }
    .breadcrumb-text h2{
        text-align:center;
        font-size:20px;
    }
    .breadcrumb-links ul{
        justify-content:start;
        flex-wrap:wrap;
    }
}
@media only screen and (max-width:500px){
    .home-corporate-succes{
        flex-wrap:wrap;
    }
    .home-corporate-oscarpool h2{
        font-size:40px;
    }
    .home-corporate-medal p{
        font-size:16px;
    }
    .home-corporate-medal p span{
        font-size:30px;
    }
    .home-corporate-machine-images1 img{
        width:50px !important;
    }
    .home-corporate-machine-images2 img {
        width:100px !important;
    }
    .home-corporate-machine-images3 img {
        width:75px !important;
    }
    .home-corporate-machine-images1{
        right:15px;
    }
    .home-corporate-machine-images2{
        bottom:-50px;
        right:50px;
    }
    .home-corporate-machine-images3{
        bottom:-30px;
        right:-35px;
    }
    .home-corporate-medal{
        width:150px;
        height:150px;
        bottom:-50px;
    }
    .home-corporate-medal img{
        width:25px;
    }
    .home-slide-shape2{
        bottom:-19px;
    }
    .home-slide-number{
        display:none;
    }
}