/*paddings for responsive*/
/*paddings for responsive*/
/*paddings for responsive*/
/*paddings for responsive*/

/*maxwidth 575 padding 1.5rem .75rem*/

/* 576 - 767 padding 2rem .75rem*/

/*768 - 991 padding 3rem .75rem*/

/*paddings for responsive*/
/*paddings for responsive*/
/*paddings for responsive*/
/*paddings for responsive*/

.cld2{
    text-align: center !important;
    margin-top: 16px !important;
}

.cld2 button{

    background-color: #ffff !important;
    border: none !important ;

}


@font-face {
    font-family: YekanBakh;
    src: url("../font/YekanBakhFaNum04Regular.eot");
    src: url('../font/YekanBakhFaNum04Regular.eot') format('embedded-opentype'),
    url('../font/YekanBakhFaNum04Regular.woff') format('woff'),
    url('../font/YekanBakhFaNum04Regular.ttf') format('truetype');
}


@font-face {
    font-family: YekanBakhHeavey;
    src: url("../font/YekanBakhFa07Heavy.eot");
    src: url('../font/YekanBakhFa07Heavy.eot') format('embedded-opentype'),
    url('../font/YekanBakhFa07Heavy.woff') format('woff'),
    url('../font/YekanBakhFa07Heavy.ttf') format('truetype');
}

html{
    
    scroll-behavior:smooth;
}

body{
    max-width:1920px;
    margin:auto;
    position:relative;
    font-family:YekanBakh !important;
    /*overflow-x:hidden !important;*/
    background:#FFF !important;
    /*width:100%;*/
    /*max-width:1430px;*/
    margin:Auto !important;
}

::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-thumb {
  background: #bfa888;
  border-radius:5px;
}

a{
    
 text-decoration:none;
    
}

.title-margin-bottom{
    
    margin-bottom:60px;
}




.centerswiper-btns .swiper-button-prev{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}

.centerswiper-btns .swiper-button-prev:after{
    
    display:none;
}

.centerswiper-btns .swiper-button-next:after{
    
    display:none;
}


.centerswiper-btns .swiper-button-prev svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
}


.centerswiper-btns svg polyline {
    stroke-width: 1px;
}


.centerswiper-btns .swiper-pagination {
    position: unset;
    width: auto !important;
    margin: 0 30px;
}


.centerswiper-btns .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
}


.centerswiper-btns .swiper-pagination-bullet-active {
    background-color: #a58c6a !important;
    width: 45px !important;
}


.centerswiper-btns .swiper-button-next {
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.centerswiper-btns .swiper-button-next svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg) !important;
}



.centerswiper-btns .swiper-button-next svg polyline {
    stroke-width: 1px;
}




.centerswiper-btns{
    
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: Center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}




.nikan-default-btns{
    
    font-size: 19px;
    text-align: center;
    padding: 0 50px;
    font-weight:500;
    color:#FFF;
    /*line-height: 50px;*/
    line-height: 3;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-decoration:none;
    cursor:pointer;
}



.nikan-default-btns:after{
    
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 0;
    border-top: 0;
    content: "";
}



.nikan-default-btns:before{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
}

.nikan-default-btns:hover:before{
    
    border-color:#bfa888;
    width:100%;
    height:100%;
}

.nikan-default-btns:hover:after{
    
    border-color:#bfa888;
    width:100%;
    height:100%;
}


.nikan-default-btns-homeslider{
    
    background-color:#ffffff36;
    /*transition:all .4s !important;*/
    transition:transform 1.4s , opacity 1.3s , visibility 1.3s ,background .3s linear !important;
}


.nikan-default-btns-homeslider:hover{
    
    background:#fff;
    /*color:#000;*/
    
}

.nikan-default-btns-homeslider span{
    
    position:Relative;
    z-index:2;
    transition:all .4s;
}

.nikan-default-btns-homeslider:hover span{
    
    color:#bfa888;
}


.nikan-default-btns-brown{
    
    font-size: 19px;
    text-align: center;
    padding: 0 50px;
    font-weight:600;
    color:#000;
    /*line-height: 50px;*/
    line-height: 3;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-decoration:none;
    cursor:pointer;
}


.nikan-default-btns-brown-color-white{
    
    color:#FFF !important;
}


.nikan-default-btns-brown-color-white:before,.nikan-default-btns-brown-color-white:After{
    
    border-color:#FFF !important;
}

.nikan-default-btns-brown:after{
    
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 0;
    border-top: 0;
    content: "";
}



.nikan-default-btns-brown:before{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
}

.nikan-default-btns-brown:hover:before{
    
    border-color:#bfa888;
    width:100%;
    height:100%;
}

.nikan-default-btns-brown:hover:after{
    
    border-color:#bfa888;
    width:100%;
    height:100%;
}


.my-nikan-custom-tabs{
    
    justify-content:space-between;
    border-bottom:3px solid #bfa888 !important;
    
}

.my-nikan-custom-tabs li{
    
    display: flex;
    align-items: Center;
    justify-content: Center;
}


.my-nikan-custom-tabs li button{
    
    color:#000 !important;
    border-color:transparent !important;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.my-nikan-custom-tabs li button.active{
    
    fill: #FFF !important;
    color: #FFF !important;
    background: #bfa888 !important;
    border-color: #bfa888 !important;
}

.my-nikan-custom-tabs li button i{
    
    vertical-align: middle;
    margin-left: 10px;
    font-size: 30px;
}

.my-nikan-custom-tabs li button img{
    
    vertical-align: middle;
    margin-left: 10px;
    width:50px;
    height:50px;
}





.filter-tik-border-keeper .first-div{
    
    border-top:1px solid #bfa888;
}


.filter-tik-border-keeper .first-div:nth-child(1){
    
    border:0;
}


.filter-tik-border-keeper .second-div{
    
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    
}


.filter-tik-border-keeper .second-div svg{
    
    stroke: #bfa888;
    width: 25px;
    height: 25px;
    transition: transform .5s;
}


.filter-tik-border-keeper .second-div svg polyline{
    
    stroke-width:1.5px;
}

/*header*/
/*header*/
/*header*/


.nikan-project-header.fix-header-nikan{
    
    position:fixed;
    top:0;
    right:0;
    lefT:0;
    width:100%;
    background:#FFF;
    animation:slideDown 0.35s ease-out;
    
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.nikan-project-header{
    
    height:85px;
    position:absolute;
    right:0;
    left:0;
    top:0;
    width:100%;
    z-index:999;
    /*background-color:#ffffff8f;*/
    /*background-color:#ffffff36;*/
    padding:0 30px;
    box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: rgba(0, 0, 0, 0.4) !important;
    
}

.nikan-project-header .middle-header-flex ul li a span:before{
    
    background:#bfa888;
}


.nikan-project-header .container-fluid{
    
    height:100%;
}


.nikan-project-header .container-fluid .row{
    
    height:100%;
    align-items:Center;
    justify-content:space-between;
    
}

.nikan-project-header .container-fluid .row .middle-header-flex{
    
    padding:0;
    width:75%;
}

.nikan-project-header .container-fluid .row .left-header-flex{
    
    padding-left:0;
    width:12.5%;
}

.nikan-project-header .container-fluid .row .right-header-flex{
    
    width:10%;
    padding-right:0;
}


.nikan-project-header .side-bar-btn-handler svg{
    
    cursor:pointer;
}



.nikan-project-header .side-bar-btn-handler svg >*{
    
    stroke:#fff;
}



.nikan-project-header.nikan-project-header.fix-header-nikan .middle-header-flex ul li a{
    
    color:#000 !important;
}


.side-bar-btn-handler{
    
    height:100%;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
}




.nikan-project-header .side-bar-btn-handler svg:hover polygon{
    
    animation:1s qode-menu-opener cubic-bezier(.22,.61,.36,1) forwards;
}

  
.nikan-project-header .side-bar-btn-handler svg:hover polygon:nth-of-type(1){
    
    animation-delay:0s;
} 



.nikan-project-header .side-bar-btn-handler svg:hover polygon:nth-of-type(2){
    
    animation-delay:.15s;
}


.nikan-project-header .side-bar-btn-handler svg:hover polygon:nth-of-type(3){
    
    animation-delay:.3s;
} 


@keyframes qode-menu-opener {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1)
    }

    43% {
        transform-origin: 100% 50%;
        transform: scaleX(0)
    }

    44% {
        transform-origin: 0 50%;
        transform: scaleX(0)
    }

    100% {
        transform-origin: 0 50%;
        transform: scaleX(1)
    }
}


.nikan-project-header .search-header{
    position:Relative;
    display:flex;
    align-items:center;
    height:100%;
    justify-content:flex-end;
}

.nikan-project-header .search-header a{
    
    text-decoration:none;
    cursor:pointer;
}

.nikan-project-header .search-header a span{
    
    color:#fff;
    font-size:18px;
    font-weight:400;
    margin-left:10px;
}




.nikan-project-header .search-header a i{
    
    vertical-align:middle;
    font-size:20px;
    font-weight:400;
    color:#fff;
}



.hover-underline-style{
    cursor: pointer;
    position:Relative;
}


.hover-underline-style:before{
    
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: -3px;
    height: 10px;
    width: calc(100% + 5px);
    background: #bfa88887;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s cubic-bezier(.39,.1,0,.98);
}



.hover-underline-style:hover:before{
    
    transform:scaleX(1);
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}



.nikan-project-header .middle-header-flex ul{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    margin-right:auto;
    margin-left:auto;
    height:100%;
    padding:0;
}

.nikan-project-header .middle-header-flex ul li img{
    
    margin-right:20px;
    margin-left:20px;
}


.nikan-project-header .middle-header-flex ul li{
    
    list-style-type:none;
    color:#000;
    font-size:18px;
    font-weight:400;
    /*margin:0 20px;*/
    position:relative;
    height:100%;
    line-height:85px;
}


.nikan-project-header .middle-header-flex ul li a{
    
    text-decoration:none;
    color:#000;
    cursor:pointer;
}

.h100-percentage{
    
    height:100%;
}




/*header*/
/*header*/
/*header*/



/*sidebar*/
/*sidebar*/
/*sidebar*/

.btn-close-sidemenu {
    
    /*float:right;*/
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    width:100%;
    margin-bottom:30px;
    /*position:Absolute;*/
    /*right:30px;*/
    /*top:60px;*/
}


.btn-close-sidemenu svg{
    
    stroke: #bfa888;
}

.btn-close-sidemenu svg:hover polygon:nth-of-type(1){
    
    animation: .7s qode-menu-close-line-1 cubic-bezier(.22,.61,.36,1) forwards;
}

.btn-close-sidemenu svg:Hover polygon:nth-of-type(2){
    
    animation: .7s qode-menu-close-line-1 .15s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes qode-menu-close-line-1 {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    43% {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0)
    }

    44% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0)
    }

    100% {
        -webkit-clip-path: inset(-1px -1px -1px -1px);
        clip-path: inset(-1px -1px -1px -1px)
    }
}



.btn-close-sidemenu svg{
    
    cursor:pointer;
}

.sidemenu-nikan-kkz{
    
    width:400px;
    position:fixed;
    top:0;
    bottom:0;
    overflow-y:scroll;
    overflow-x:hidden;
    min-height:100%;
    right:-100%;
    height:100%;
    padding:60px 30px;
    z-index:9999;
    transition:all 2s cubic-bezier(.77,0,.175,1);
    visibility:hidden;
    /*background-color:#fff;*/
    background-color:#ffffffe6;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content:center;*/
    /*flex-direction: column;*/
}

.sidemenu-nikan-kkz.active{
    
    visibility:visible;
    right:0;
}


.sidemenu-nikan-kkz h1{
    
    color:#000;
    font-size:22px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:20px;
    padding-bottom:20px;
    /*border-bottom:2px solid #bfa888;*/
}


.sidemenu-nikan-kkz p{
    
    margin:0 0 30px 0;
    padding:0 0 30px 0;
    line-height:1.4;
    color:#000;
    font-size:17px;
    font-weight:500;
    border-bottom:1px solid #fff;
}


.sidemenu-socialmedia{
    
    width:100%;
}

.sidemenu-socialmedia ul{
    
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    
}


.sidemenu-socialmedia ul li{
    
    list-style-type:none;
    margin:0 15px 0 0;
}

.sidemenu-socialmedia ul li:nth-child(1){
    
    margin-right:0;
}


.sidemenu-socialmedia ul li a{
    
    color:#000;
    position:Relative;
    width:40px;
    height:40px;
    transition:.5s;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sidemenu-socialmedia ul li a span{
    
    position:absolute;
    transition: transform .5s;
    
}

.sidemenu-socialmedia ul li a i{
    
    font-size:25px;
    vertical-align:middle;
}

.sidemenu-socialmedia ul li a:hover{
    
    color:#bfa888;
}

.sidemenu-socialmedia ul li a span:nth-child(1),.sidemenu-socialmedia ul li a span:nth-child(3){
    
  width:100%;
  height:3px;
  background:#000;
}




.sidemenu-socialmedia ul li a span:nth-child(1){
    
    TOP:0;
    left:0;
    transform-origin:right;
}

.sidemenu-socialmedia ul li a:hover span:nth-child(1){
    
    transform: scaleX(0);
  transform-origin: left;
  transition:transform .5s;
  background:#bfa888;
}

.sidemenu-socialmedia ul li a span:nth-child(3){
    
    bottom:0;
    left:0;
    transform-origin:left;
}



.sidemenu-socialmedia ul li a:hover span:nth-child(3){
    
  transform: scaleX(0);
  transform-origin: right;
  transition:transform .5s;
  background:#bfa888;
}

.sidemenu-socialmedia ul li a span:nth-child(2),
.sidemenu-socialmedia ul li a span:nth-child(4){
  width:3px;
  height:100%;
  background:#fff;
}
.sidemenu-socialmedia ul li a span:nth-child(2) {
  top:0;
  left:0;
  transform:scale(0);
  transform-origin: bottom;
}
.sidemenu-socialmedia ul li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition:transform .5s;
  background:#bfa888;
}
.sidemenu-socialmedia ul li a span:nth-child(4) {
  top:0;
  right:0;
  transform:scale(0);
  transform-origin: top;
}
.sidemenu-socialmedia ul li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  background:#bfa888;
  transition:transform .5s;
}




/*sidebar*/
/*sidebar*/
/*sidebar*/






.search-header svg{
    
    fill:#fff;
    stroke:#fff;
    position:Absolute;
    /*top:50%;*/
    /*transform:TranslateY(-50%);*/
    left:0;
    top:auto;
    bottom:10px;
    cursor:pointer;
}


.search-header form{
    
    position:absolute;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    width:100%;
}


.search-header form input{
    
    border:0 !important;
    border-bottom:1px solid #fff !important;
    outline:none;
    padding:0 0 5px 20px;
    font-size:16px;
    color:#fff;
    width:100%;
    font-weight:400;
    background:transparent;
}



.search-header form input::placeholder{
    
    color:#fff;
}



@keyframes minimal_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes minimal_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}




.search-header form{
    
    animation: minimal_search_fade_out .3s ease both;
}


.search-header .serach-first{
    animation: minimal_search_fade_in .3s ease both;
    
}



.search-header form.show{
    
    animation: minimal_search_fade_in .3s ease both;
}


.search-header .serach-first.show{
    
    animation: minimal_search_fade_out .3s ease both;
}

.nikan-project-header .middle-header-flex .submenu-parent-height{
    
    /*max-height:0;*/
    height:auto;
    background:#FFF;
    position:absolute;
    top:100%;
    right:0;
    width:235px;
    /*opacity:0;*/
    /*visibility:hidden;*/
    box-shadow:0 0 1px 1px rgba(0,0,0,.03);
    background:#FFF;
}

.nikan-project-header .middle-header-flex .submenu.active{
    
    opacity:1;
    visibility:visible;
    transform:scaleY(1);
}

.nikan-project-header .middle-header-flex .submenu{
    
    /*max-height:0;*/
    height:auto;
    text-align:right;
    background:#FFF;
    width:100%;
     padding:15px 30px;
     min-width:235px;
    width:100%;
    position:Absolute;
    top:100%;
    right:0;
    display:block !important;
    transform:scaleY(0);
    transform-origin:top;
    /*transition:transform .3s ease;*/
    opacity:0;
    visibility:hidden;
    /*transition:opacity .2s,visibility .2s,transform .3s ease-in-out;*/
    transition:all .3s ease;

}

.nikan-project-header .middle-header-flex .submenu li a{
    
    position:relative;
    z-index:2;
}

.nikan-project-header .middle-header-flex .submenu.active{
    opacity:1;
    visibility:visible;
}


.nikan-project-header .middle-header-flex .submenu li{
    
    height:auto;
    line-height:normal;
    margin: 0 0 10px 0;
}

.nikan-project-header .middle-header-flex .submenu li:last-child{
    
    margin:0;
}

.footer-shape-bg{
    
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:.19;
    overflow:hidden;
    
}



.nikan-project-footer-section{
    
    
    /*position:fixed;*/
    position:relative;
    bottom:0;
    border-top:1px solid #FFF;
    right:0;
    left:0;
    width:100%;
    z-index:50;
    background:#131313;
    /*background:#000000db;*/
    padding:50px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  
     
}

.nikan-project-footer-section .row{
    
    align-items:center;
}


.wrapper-nikan{
    
    position:Relative;
    z-index:51;
    width:100%;
    /*margin-top:85px;*/
    height:100%;
    
}


.col-footer-kkz-number1 img{
    
    margin-bottom:20px;
    /*background:#FFF;*/
    /*border-radius:15px;*/
}

.col-footer-kkz-number1 p{
    
    color:#fff;
    font-size:17px;
    font-weight:500;
    line-height:normal;
    margin:0;
    max-width:90%;
    text-align:justify;
}

.col-footer-kkz-number1 h1{
    
    font-size:30px;
    font-weight:500;
    color:#bfa888;
    margin:0 0 20px 0;
    line-height:1.5;
}


.col-footer-kkz-number1 h1 span:before{
    
    background:#00000014;
}


.col-footer-kkz-number2 ul{
    
    padding:0;
    margin:0;
}

.col-footer-kkz-number2 ul li{
    
    list-style-type:none;
    margin-bottom:20px;
}

.col-footer-kkz-number2 ul li:last-child{
    
    margin-bottom:0;
}

.col-footer-kkz-number2 ul li a{
    
    font-size:19px;
    color:#fff;
    font-weight:400;
    text-decoration:none;
}


.col-footer-kkz-number3 h1{
    
    font-size:30px;
    color:#bfa888;
    font-weight:500;
    line-height:normal;
    margin:0 0 20px 0;
}




.col-footer-kkz-number3 input{
    
    outline:none;
    border:0;
    border-bottom:1px solid #fff;
    padding:10px 0;
    font-size:18px;
    color:#fff;
    width:100%;
    text-align:right;
    background:transparent;
}


.col-footer-kkz-number3 input::placeholder{
    
    color:#fff;
}




.col-footer-kkz-number3 .input-holder {
    
    position:Relative;
    width:100%;
}




.col-footer-kkz-number3 .input-holder i{
    
    position:absolute;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    color:#bfa888;
    font-size:20px;
    vertical-align:middle;
}

.col-footer-kkz-number3 h2{
    
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    margin: 0 0 20px 0;
    
}

.col-footer-kkz-number4 ul{
    
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin:0;
        
}


.col-footer-kkz-number4 ul li:nth-child(1) {
    margin-right: 0;
}


.col-footer-kkz-number4 ul li {
    list-style-type: none;
    margin: 0 15px 0 0;
}



.col-footer-kkz-number4 ul li a{
    
    color: #000;
    position: Relative;
    width: 40px;
    height: 40px;
    transition: .5s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
}



.col-footer-kkz-number4 ul li a span:nth-child(1){
    
    TOP: 0;
    left: 0;
    transform-origin: right;
}


.col-footer-kkz-number4 ul li a span:nth-child(2) {

    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: bottom;
}

.col-footer-kkz-number4 ul li a span:nth-child(3){
    
    bottom: 0;
    left: 0;
    transform-origin: left;
}



.col-footer-kkz-number4 ul li a span:nth-child(4){
    
    top: 0;
    right: 0;
    transform: scale(0);
    transform-origin: top;
}



.col-footer-kkz-number4 ul li a span:nth-child(2), .col-footer-kkz-number4 ul li a span:nth-child(4){
    
    width: 3px;
    height: 100%;
    background: #bfa888;
}


.col-footer-kkz-number4 ul li a span {
    position: absolute;
    transition: transform .5s;
}

.col-footer-kkz-number4 ul li a:hover{
    
    color:#bfa888;
}

.col-footer-kkz-number4 ul li a:hover span:nth-child(1){
    
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s;
    background: #bfa888;
}


.col-footer-kkz-number4 ul li a:hover span:nth-child(2){
    
    transform: scale(1);
    transform-origin: top;
    transition: transform .5s;
    background: #bfa888;
}


.col-footer-kkz-number4 ul li a:hover span:nth-child(3){
    
    
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
    background: #bfa888;
}


.col-footer-kkz-number4 ul li a:hover span:nth-child(4){
    
    transform: scale(1);
    transform-origin: bottom;
    background: #bfa888;
    transition: transform .5s;
}


.col-footer-kkz-number4 ul li a i{
    
    font-size: 25px;
    color:#bfa888 !important;
    vertical-align: middle;
}


.col-footer-kkz-number4 ul li a span:nth-child(1), .col-footer-kkz-number4 ul li a span:nth-child(3){
    
    width: 100%;
    height: 3px;
    background: #bfa888;
}


.col-footer-kkz-number4{
    
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:25px 0 0 0 !important;
    margin-top:25px !important;
    border-top:1px solid #bfa888;
}


.col-footer-kkz-number4 div:nth-child(1){
    
    font-size:21px;
    color:#fff;
    font-weight:400;
}



.col-footer-kkz-number4 ul li a .fa-facebook{
    
    color:#316FF6;
}



.col-footer-kkz-number4 ul li a .fa-instagram{
    
    color:#e1306c;
}


.col-footer-kkz-number4 ul li a .fa-twitter{
    
    color:#1DA1F2;
}

.col-footer-kkz-number4 ul li a .fa-whatsapp{
    
    color:#128C7E;
}


.col-footer-kkz-number4 ul li a .fa-linkedin{
    
    color:#0077b5;
}


.col-footer-kkz-number4 ul li a .fa-youtube-play{
    
    color:#FF0000;
}





/*home slider*/
/*home slider*/
/*home slider*/

.nikan-project-home-slider{
    
    position:relative; 
    /*height:100vh;*/
    /*max-height:750px;*/
    /*width:100%;*/
    /*max-width:1600px;*/
    height:700px;
}


.nikan-project-home-slider .container-fluid{
    
    height:100%;
}

.nikan-project-home-slider .row{
    
    height:100%;
}


.customimg-teki-mahsul{
    
    width:100%;
    height:100%;
}

.nikan-project-home-slider .col-lg-12{
    height:100%;
    padding:0;
}

.nikan-project-home-slider .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-home-slider .swiper-slide {
      background-position: center;
      background-size: cover;
      position:relative;
      display:flex;
      align-items:Center;
      justify-content:Center;
    }

.nikan-project-home-slider .swiper-slide img {
      /*display: block;*/
      /*position:absolute;*/
      /*left:0;*/
      /*right:0;*/
      /*top:0;*/
      /*bottom:0;*/
      height:100%;
      width: 100%;
      object-fit:fill;
      transition:transform 10s ease-out;
      
    }




.nikan-project-home-slider .swiper-slide:after{
    
    content:'';
    background:#000;
    opacity:.5;
    display:none;
    width:100%;
    height:100%;
    position:Absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}




.nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content{
    
    position:absolute;
    right:50%;
    top:50%;
    transform:Translate(50%,-50%);
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content:center;
    align-items:Center;
    z-index:4;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next:After{
    
    content:none !important;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next{
    
    left:30px;
    right:auto;
    width:auto;
    height:auto;
    top:50%;
    transform:TranslateY(-50%);
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next:hover svg{
    
    margin-left:-5px;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev:hover svg{
    
    margin-right:-5px;
}


/*.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg{*/
    
/*    display:block;*/
/*    width:70px;*/
/*    transition:.4s ease-out;*/
/*}*/

/*.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg polyline{*/
    
/*    fill: none;*/
/*    stroke: #ffffff;*/
/*    stroke-miterlimit: 10;*/
/*    stroke-width:2px;*/
/*}*/

.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev:After{
    
    content:none !important;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev{
     width:auto;
    height:auto;
    right:30px;
    left:auto;
    top:50%;
    transform:TranslateY(-50%);
}

.nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg{
    
    
    transform:rotate(0) !important;
    height: 59px;
    width: auto;
    stroke: #fff;
    fill: none;
    transition: 0.3s ease-in-out;
    
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev svg{
    
   
    height: 59px;
    width: auto;
    stroke: #fff;
    fill: none;
    transition: 0.3s ease-in-out;
    
}

/*.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev svg polyline{*/
    
/*    fill: none;*/
/*    stroke: #ffffff;*/
/*    stroke-width:2px;*/
/*    stroke-miterlimit: 10;*/
/*}*/

.nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev.swiper-button-disabled{
    
    opacity:1;
    cursor:pointer;
    pointer-events:auto;
}

/*.nikan-project-home-slider .swiper-slide-active img{*/
    
/*    transform:scale(1.1);*/
    
/*}*/



.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination {
    
    bottom:30px;
    right:50%;
    transform:TranslateX(50%);
    /*left:0;*/
    width:fit-content;
    direction:ltr;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination-bullet{
    
    background-color:transparent;
    width:auto;
    height:auto;
    border-radius:0;
    color:#FFF;
    font-size:35px;
    font-family:system-ui;
    margin:0 10px 0 0 !important;
    opacity:1;
    padding-bottom:5px;
    
}

.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination-bullet:last-child{
    
    margin-right:0 !important;
}


.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination-bullet-active{
    
    position:relative;
}



.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination-bullet:after{
    
    content:'';
    background:#FFF;
    width:100%;
    height:2px;
    position:absolute;
    right:0;
    bottom:0;
    transform:scaleX(0);
    transform-origin:left;
    
}



.nikan-project-home-slider .mySwiper-homeslider .swiper-pagination-bullet-active:after{
    
    
    transition:transform 1.2s cubic-bezier(.39,.1,0,.98);
    transform:scaleX(1);
}



.nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content h1{
    
    font-size:50px;
    font-weight:600;
    color:#FFF;
    transition:transform 1s , opacity .9s , visibility .9s linear;
    transform:translateY(-100%);
    opacity:0;
    visibility:hidden;
    margin-bottom:30px;
}



.nikan-project-home-slider .mySwiper-homeslider .swiper-slide-active .nikan-home-slider-content h1{
    
    transform:none;
    opacity:1;
    visibility:visible;
}




.nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content a:hover{
    
    color:#FFF;
}



.nikan-hover-btn{
    
     text-decoration:none;
    position:relative;
    background:#FFF;
    color:#000;
    display:inline-block;
    cursor:pointer;
    outline:none;
    border:2px solid #bfa888;
    z-index:1;
    transition:all .3s linear;
    border-radius:10px;
    padding:10px 20px;
    font-size:16px;
    font-weight:600;
}


.nikan-hover-btn:after{
    
    position:absolute;
    content:'';
    width:100%;
    height:0;
    top:0;
    left:0;
    z-index:-1;
    border-radius:6px;
    background:#bfa888;
    transition:all .3s linear;
}



.nikan-hover-btn:hover{
    
    color:#FFF;
}


.nikan-hover-btn:hover:After{
    
    top: auto;
    bottom: 0;
    height: 100%;
}


.nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content a{
    
    transition:transform 1.4s , opacity 1.3s , visibility 1.3s linear;
    transform:translateY(-100%);
    opacity:0;
    visibility:hidden;
    margin-bottom:30px;
}



.nikan-project-home-slider .mySwiper-homeslider .swiper-slide-active .nikan-home-slider-content a{
    
    transform:none;
    opacity:1;
    visibility:visible;
}


@keyframes slideInDown

{
    0%{
        
        transform:TranslateY(-50%);
    }
   
    100%{
        
        transform:TranslateY(0);
    }
}


.btn-scroll-on-about{
    
    /*position:Absolute;*/
    /*left:30px;*/
    /*bottom:70px;*/
    z-index:100;
    animation:slideInDown 1.5s infinite;
    animation-direction:alternate-reverse;
} 

.btn-scroll-on-about svg {
    
    transform:rotate(90deg);
    width:150px;
    height:50px;
    
}

.btn-scroll-on-about svg circle:nth-child(2){
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: 71% 50%;
    -ms-transform-origin: 71% 50%;
    transform-origin: 71% 50%;
}

.btn-scroll-on-about:hover svg circle:nth-child(2) {
    
    stroke-dashoffset: 0;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: 1.2s cubic-bezier(.38,.67,.76,.66);
    -o-transition: 1.2s cubic-bezier(.38,.67,.76,.66);
    transition: 1.2s cubic-bezier(.38,.67,.76,.66);
}



.nikan-project-about-us-section{
    
    padding:60px 0 60px 0;
    position:Relative;
    margin-top:30px;
    /*background-image:url(../img/1.webp);*/
    /*background-size:100%;*/
    /*background-position:center center;*/
    /*background-repeat:no-repeat;*/
}


.nikan-project-about-us-section .about-col-right{
    
    position:Relative;
    width:65%;
    margin:auto;
    height:500px;
    text-align:center;
}

.nikan-project-about-us-section .about-col-right img{
    
    width:100%;
    height:100%;
}

.nikan-project-about-us-section .about-img-after-effect-hover{
    
    border-radius:15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    cursor:pointer;
    /*z-index:2;*/
    position:Relative;
    width:100%;
}

.nikan-project-about-us-section .about-col-right:after{
    
    content: "";
    position: absolute;
    border-radius:15px;
    right:-70px;
    top: -70px;
    /*border: 10px solid rgba(0, 0, 0, 0.051);*/
    border: 10px solid #bfa888;
    opacity:.6;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 300ms linear 0s;
    z-index: -1;
}


.nikan-project-about-us-section .about-col-right:hover:After{
    
    right:50%;
    transform:TranslateX(50%);
    top:0;
    z-index:1;
}



.default-title-nikan{
    
    position:Relative;
    font-size:45px;
    color:#000;
    font-weight:500;
    margin:0 0 50px 0;
    line-height:1.5;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
}


.default-title-nikan span{
    
    margin-left:20px;
    z-index:5;
}

.default-title-nikan .title-line{
    
    width:20%;
    background:#bfa888;
    height:5px;
    margin-right:30px;
    border-radius:10px;
}



.about-col-left p{
    
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:1.5;
    margin: 0 0 30px 0;
}



.nikan-project-about-us-section .row{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.title-name-bg-opacity{
    
    /*opacity:.18;*/
    font-family:'Poppins', sans-serif;
    /*opacity:.087;*/
    opacity:.3;
    /*color:#bfa888;*/
    font-size:180px;
    font-weight:700;
    line-height:1;
    position:absolute;
    right:0;
    top:35%;
    transform:translateY(-50%);
    color:transparent;
    -webkit-text-stroke:5px #bfa888;
}



.nikan-geo-branches{
    
    position:Relative;
    padding:60px 0;
}

.nikan-branch-heading{
    
    margin-bottom:100px;
}


.geo-branch-inner{
    
    
    width:100%;
    height:100%;
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    transition:all 300ms ease;
    padding:20px;
    /*border-radius:15px;*/
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align:right;
}

.geo-branch-inner div{
    
    display:flex;
    align-items:flex-end;
    justify-content:Space-between;
    width:100%;
}

.abs-number-column-branch{
    
    position:absolute;
    right:40px;
    width:80px;
    height:80px;
    /*border-radius:5px;*/
    font-size:48px;
    line-height:1.5;
    text-align:center;
    font-weight:700;
    transition:all 300ms ease;
    color:transparent;
    top:-40px;
    background:#FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-text-stroke:1px #000;
    font-family:system-ui;
    border:1px solid #000;
}



.geo-branch-inner:hover .abs-number-column-branch{
    
    color:#bfa888;
    -webkit-text-stroke:1px #bfa888;
    border-color:#bfa888;
}

.geo-branch-inner:hover{
    
    border-color:#bfa888;
}



.geo-branch-inner h1{
    
    margin-top:70px;
    font-size:30px;
    font-weight:500;
    margin-bottom:0;
}


.geo-branch-inner svg path{
    
    fill-opacity:1;
    stroke:#000;
    fill:#000;
    stroke-width:1px;
    stroke-dasharray:2500;
    stroke-dashoffset:2500;
}


.geo-branch-inner:Hover svg path{
    
    -webkit-animation: fillAni 4.5s;
    animation: fillAni 4.5s;
}

@-webkit-keyframes fillAni {
  0% {
    stroke-dashoffset: 2500;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1px;
    fill: #000;
  }
}

@keyframes fillAni {
  0% {
    stroke-dashoffset: 2500;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1px;
    fill: #000;
  }
}


.geo-branch-inner a{
    
    display:inline-block;
    margin-top:40px;
    text-decoration:none;
    font-size:18px;
    color:#000;
}


.geo-branch-inner a i{
    
    vertical-align:middle;
    margin-right:5px;
    font-size:25px;
    color:#bfa888;
    transition:all .25s linear;
}


.geo-branch-inner a svg{
    
    width:40px;
    height:40px;
    stroke:#bfa888;
    transition:transform .8s;
    margin-right:10px;
    
}




.geo-branch-inner a svg polyline{
    
    stroke-width:1px;
}




.geo-branch-inner:hover a svg{
    
    /*transform:rotate(45deg);*/
    transform:translateX(-12px);
    
}

.geo-branch-inner:hover a span:before{
    
    transform:scaleX(1);
}

.nikan-counter-projects{
    
    padding:60px 0;
    position:relative;
    /*background:#f8f8f8;*/
    /*box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
    /*margin:0 0 60px 0;*/
    background-image:url(/catalog/view/theme/nikan/css/image/1.png);
    
}


.nikan-counter-overlay{
    
    background-attachment:fixed;
    background-image:url(../img/section-bg01.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    opacity:.9;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.nikan-counter-projects .row{
    
    position:relative;
    z-index:2;
}

.nikan-counter-projects .row .col-lg-3{
    
    text-align:center;
    
}




.nikan-counter-projects .row .col-lg-3 h1{
    
    margin:0 0 20px 0;
    font-size:130px;
    /*color:transparent;*/
    -webkit-text-stroke:2px #bfa888;
    font-family:system-ui;
    color:transparent;
    opacity:.4;
    padding-bottom:20px;
    position:Relative;
    transition:.3s color , .3s opacity;
    
}

.nikan-counter-projects .row .col-lg-3:hover h2{
    
    transform:translate(50%,100%);
}


.nikan-counter-projects .row .col-lg-3:hover h1{
    
    -webkit-text-stroke:0px;
    color:#bfa888;
    opacity:1;
}


.nikan-counter-projects .row .col-lg-3 h2{
    
    font-size:35px;
    color:#000;
    font-weight:600;
    margin:0;
    position:Absolute;
    right:50%;
    top:50%;
    transform:Translate(50%,-50%);
    width:max-content;
    transition:transform .4s;
    
}



/*.nikan-counter-projects .row .col-lg-3:nth-child(2){*/
    
/*    border-right:1px solid #000;*/
/*    border-left:1px solid #000;*/
/*}*/

/*.nikan-counter-projects .row .col-lg-3:nth-child(3){*/

/*    border-left:1px solid #000;*/
/*}*/




.nikan-Diversity-in-collaboration-kkz {
    
    position:relative;
    padding:120px 0 60px 0;
}




.nikan-Diversity-in-collaboration-kkz .nikan-Diversity-heading{
    
    margin-bottom:60px;
}




.nikan-Diversity-in-collaboration-kkz .diversity-inner-class{
    
    position:Relative;
    width:100%;
    padding:130px 25px 25px 25px;
    height:100%;
    transition:all 0.5s linear;
    cursor:pointer;
    z-index:1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:10px;
}



.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:before{
    
    width:0px;
    height:2px;
    bottom:-10px;
    left:10px;
    content:'';
    position:absolute;
    background:#bfa888;
    transition:all .5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:after{
    
    width: 2px;
    height: 0;
    top: 10px;
    right: -11px;
    content: "";
    position: absolute;
    background: #bfa888;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover:before{
    
    
    width:calc( 100% + 5px );
}

.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover:after{
    
    
    height:calc( 100% + 5px );
}


.diversity-inner-class .diversity-icon-count-number{
    
    
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 80px;
    font-weight: 600;
    /*color: rgba(177, 177, 177, 0.2);*/
    color:transparent;
    -webkit-text-stroke:1px #bfa888;
    line-height: 120px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width:80px;
    height:120px;
}

.diversity-inner-class .diversity-icon-count-number:after{
    
    content: "";
    width: 35px;
    height: 3px;
    border-radius:5px;
    background-color: #000;
    left: -100%;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}



.diversity-inner-class .icon {
    
    font-size:60px;
    margin-bottom:20px;
    display:inline-block;
    transition:all .25s linear;
}



.diversity-inner-class .fa-exchange {
    
    font-size:60px;
    margin-bottom:20px;
    display:inline-block;
    transition:all .25s linear;
}


.diversity-inner-class h1{
    
    font-size:22px;
    line-height:1.3;
    margin:0 0 15px 0;
    font-weight:600;
}


.diversity-inner-class p{
    
    font-size:17px;
    color:#000;
    font-weight:500;
    margin:0 0 20px 0;
}

.diversity-inner-class a{
    
    display:inline-block;
    text-decoration:none;
    color:#000;
    font-size:18px;
    font-weight:600;
}



.diversity-inner-class a i{
    
    font-size:20px;
    color:#bfa888;
    vertical-align:middle;
    margin-right:5px;
    transition:all .25s linear;
}




.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover a i{
    
    transform:rotate(45deg);
}


.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover a span:before{
    
    transform:scaleX(1);
}

.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover .diversity-icon-count-number:After{
    
    width:70%;
    background:#bfa888;
}

.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover .icon{
    
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
    color:#bfa888;
}


.nikan-Diversity-in-collaboration-kkz .diversity-inner-class:hover .fa-exchange{
    
     -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
    color:#bfa888;
}


@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}




.mb-column-30px{
    
    margin-bottom:1.5rem;
}



.nikan-free-consultation-section{
    
    position:relative;
    /*margin:60px 0 0 0;*/
    box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 50px;
}



.free-consultation-left-col{
    
    
    position:Relative;
    /*background-image:url(../img/cta-free-nikan.jpg);*/
    /*background-image:url(../img/nikancta.JPG);*/
    background-image:url(../img/cta-2.jpg);
    background-size:auto;
    background-position:left;
    background-repeat:no-repeat;
    padding:0 !important;
    background-attachment:fixed;
}

.free-consultation-left-col img{
    
    width:100%;
    height:100%;
}



.free-consultation-left-col:after{
    
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.4;
    z-index:2;
    content:'';
}


.free-consultation-right-col{
    
    display:flex;
    align-items:Center;
    justify-content:flex-start;
}

.free-consultation-right-col{
    
    padding:80px 40px !important;
}



.free-cons-border-inner{
    
    display:flex;
    align-items:flex-start;
    justify-content:Center;
    flex-direction:column;
    width:100%;
    height:100%;
    position:Relative;
    border:5px solid #bfa888;
    border-left:0;
    padding:30px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}




.free-cons-border-inner:before{
    
    content: "";
    position: absolute;
    background-color: #bfa888;
    left:-5px;
    width: 5px;
    height: 100px;
    top:-5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px !important;
}




.free-cons-border-inner:after{

    bottom:-5px;
    content:'';
    position:Absolute;
    background:#bfa888;
    left:-5px;
    width:5px;
    height:100px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px !important;
}    



.free-cons-border-inner input{
    
    border-bottom:1px solid #000 !important;
    outline:none;
    box-shadow:None;
    padding:20px 0px;
    color:#000;
    font-size:18px;
    width:100%;
    text-align:right;
    font-weight:600;
    border:0;
    
}


.free-cons-border-inner input::placeholder{
    
    color:#000;
}


.free-cons-border-inner div{
    
    position:Relative;
    width:100%;
}


.free-cons-border-inner button{
    
    border:0;
    border-radius:0;
    outline:none;
    position:absolute;
    left:0;
    top:10px;
    height:calc(100% - 20px);
    font-size:16px;
    background:#fff;
    color:#000;
    /*transition:all 500ms ease;*/
    /*border:1px solid #000;*/
    /*border-top-left-radius:8px;*/
    /*border-bottom-right-radius:8px;*/
}

/*.free-cons-border-inner button:After{*/
    
/*    border-radius:0;*/
/*    border-top-left-radius:5px;*/
/*    border-bottom-right-radius:5px;*/
    
/*}*/


/*.free-cons-border-inner button:hover{*/
    
/*    border-color:#bfa888;*/
/*}*/

.free-cons-border-inner p{
    
    font-size:17px;
    color:#000;
    font-weight:600;
    margin:0 0 10px 0;
    line-height:1.3;
}


.free-cons-border-inner h1{
    
    color:#000;
    margin: 0 0 30px 0;
    font-weight:600;
    font-size:35px;
    line-height:1.3;
    border-right:2px solid #000;
    padding-right:10px;
}

.free-cons-border-inner button i{
    
    vertical-align:middle;
    margin-right:5px;
}

.shape-ruler{
    
    background-image:url(../img/main-header-three-shape-1.png);
    position:Absolute;
    right:0;
    top:0;
    width:100%;
    height:20px;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}


.shape-ruler-bot{
    
    bottom:0 !important;
    top:auto;
    animation-direction:normal;
    transform:rotate(180deg);
}

@keyframes slide {
  from {
      background-position: 0 0;
  }

  to {
      background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
      background-position: 0 0;
  }

  to {
      background-position: 1920px 0;
  }
}



.free-cons-border-inner .abs-svg-form{
    
    position:absolute;
    left:40px;
    top:40%;
    transform:TranslateY(-40%);
    display:flex;
    align-items:Center;
    width:90%;
    justify-content:Flex-end;
    animation: slideInDown 1s infinite;
    animation-direction: alternate-reverse;
    
}

.free-cons-border-inner .abs-svg-form svg{
    
    transform:rotate(90deg);
    
}



.nikan-new-theme-projects{
    
    position:relative;
    padding:120px 0 60px 0;
}


.project-heading-class{
    
    margin-bottom:60px;
}



.parent-row-projects{
    
    height:650px;
}

.parent-row-projects .col-lg-3 .project-child3-content a{
    
    padding:0 25px;
}

.parent-row-projects .col-lg-3{
    
    height:100%;
    display:flex;
    align-items:Center;
    justify-content:Space-between;
    flex-direction:column;
}


.parent-row-projects .col-lg-3 .project-2col-solo{
    
    /*height:calc(50% - .75rem);*/
    height:100%;
    width:100%;
}



.parent-row-projects .col-lg-3 .project-middle-class{
    width:100%;
    height:100%;
}


.project-child-img{
    
    position:Relative;
    z-index:1;
    height:100%;
}

.project-child-img img{
    
    height:100%;
    width:100%;
    
}

.project-child-img:before{
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: all .8s;
    visibility: hidden;
}


.project-child-img .project-left-border{
    
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.project-child-img .project-left-border:before{
    
    position: absolute;
    left: 0;
    top: 15px;
    height: 2px;
    width: 0;
    background: #fff;
    content: "";
    transition: all 0.5s;
}


.project-child-img .project-left-border:after{
    
    position: absolute;
    left: 15px;
    top: 0;
    height: 0;
    width: 2px;
    background: #fff;
    content: "";
    transition: all 0.5s;
}

.project-child-img .project-right-border{
    
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.project-child-img .project-right-border:before{
    
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 2px;
    width: 0;
    background: #fff;
    content: "";
    transition: all 0.5s;
}

.project-child-img .project-right-border:after{
    
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 0;
    width: 2px;
    background: #fff;
    content: "";
    transition: all 0.5s;
}

.project-same-name-for-hover-animation{
    
    position:relative;
    
}

.project-same-name-for-hover-animation .project-child3-content{
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 111;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    width:max-content;
}

.project-same-name-for-hover-animation:hover .project-child3-content{
    
    opacity: 1;
    visibility: visible;
}


.project-same-name-for-hover-animation:hover .project-child-img:before{
    
    opacity:.6;
    visibility:visible;
}



.project-same-name-for-hover-animation:hover .project-child-img .project-left-border:before{
    
    width:160px;
}


.project-same-name-for-hover-animation:hover .project-child-img .project-left-border:after{
    
    height:160px;
}




.project-same-name-for-hover-animation:hover .project-child-img .project-right-border:before{
    
    width:160px;
}


.project-same-name-for-hover-animation:hover .project-child-img .project-right-border:after{
    
    height:160px;
}


.project-child3-content p{
    
    color:#fff;
    font-size:50px;
    font-weight:600;
    line-height:Normal;
    margin:0 0 15px 0;
}


.project-child3-content a{
    
    /*text-decoration:none;*/
    /*font-size:20px;*/
    font-weight:500;
    /*color:#bfa888;*/
    /*border-top-right-radius:15px !important;*/
    /*border-bottom-left-radius:15px !important;*/
    /*border-radius:0;*/
}

/*.project-child3-content a:after{*/
    
/*    border-top-right-radius:12px !important;*/
/*    border-bottom-left-radius:12px !important;*/
/*    border-radius:0;*/
/*}*/


.project-child3-content a i{
    
    vertical-align:middle;
    margin-right:5px;
    transition:all .25s linear;
    color:#bfa888;
}

.height-classes-50-with-margin{
    
    height:calc(50% - .75rem);
    width:100%;
}




.nikan-animated-text-stroke{
    
    position:relative;
    padding:60px 0;
    background:#000;
}

.text-stroke-animate{
    animation:scrollname 15s linear infinite;
    width:100%;
    text-align:center;
}

.nikan-animated-text-stroke h1{
    
    text-align:center;
    margin:0;
    font-size:100px;
    color:transparent;
    -webkit-text-stroke:1px #fff;
    letter-spacing:4px;
    
}


@keyframes scrollname {
    to {
        transform: translate(calc(50% - 1rem))
    }
}



/*@keyframes scrollname {*/
/*    0% { */
/*        transform: translateX(0)*/
/*    }*/

/*    100% {*/
/*        transform: translateX(-100%)*/
/*    }*/
/*}*/




.nikan-new-cusomters-section{
    
    padding:100px 0;
    position:relative;
    /*margin:60px 0;*/
    background:#bfa888;
}


.nikan-new-cusomters-heading-class{
    
    margin-bottom:60px;
   
}


.nikan-new-cusomters-section .title-name-bg-opacity{
    
    opacity:.3;
    -webkit-text-stroke:5px #fff;
}

.nikan-new-cusomters-section .title-line{
    
    background:#000;
}

.nikan-new-cusomters-section .default-title-nikan span{
    
    color:#000;
    z-index:5;
}

.nikan-new-cusomters-section .nikan-customers-ul-list{
    
     overflow: hidden;
    mask: linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);
    -webkit-mask: linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);
}

.nikan-new-cusomters-section .nikan-customers-ul-list ul li{
    
    list-style-type:none;
}


.nikan-new-cusomters-section .nikan-customers-ul-list ul{
    
    animation:scrollname 45s linear infinite;
    gap:2rem;
    displaY:flex;
    align-items:Center;
    width:max-content;
    padding:15px 0;
    margin:0;
    
}

.nikan-new-cusomters-section .nikan-customers-ul-list ul li img{
    
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    /*border-top-right-radius:15px !important;*/
    /*border-bottom-left-radius:15px !important;*/
    /*border-radius:2px;*/
    /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
}



.nikan-new-cusomters-section .customer-ul-2 ul{
    
    animation-direction:reverse;
    /*margin-top:2rem;*/
}


.nikan-new-cusomters-section .shape-absolute-customers{
    
    position:absolute;
    top:0;
    /*right:0;*/
    /*bottom:0;*/
    left:0;
    /*width:100%;*/
    /*height:100%;*/
    z-index:0;
}

.nikan-new-cusomters-section .container{
    
    position:relative;
    z-index:2;
}



.geo-branch-inner svg{
    
    width:35%;
    height:35%;
}




.section-testimonials-nikan{
    
    padding:120px 0 60px 0;
    position:Relative;
    background-image:url(/catalog/view/theme/nikan/css/image/home-1-background-patern-1.jpg);
    
}



/*.testimonials-section-heading{*/
    
/*    margin-bottom:60px;*/
/*}*/






.section-testimonials-nikan .swiper {
      width: 100%;
      height: 100%;
    }

.section-testimonials-nikan .swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction:column;
    }


.section-testimonials-nikan .swiper {
      margin-left: auto;
      margin-right: auto;
    }


.section-testimonials-nikan .swiper-slide .testomonials-svg{
    
    margin-bottom:25px;
}

.section-testimonials-nikan .swiper-slide .testomonials-svg svg{
    
    width:70px;
    height:70px;
}

.section-testimonials-nikan .swiper-slide h1{
    
    font-size:56px;
    margin:0 0 25px 0;
    color:#000;
    font-weight:600;
}


.section-testimonials-nikan .swiper-slide p{
    
    margin:0 0 30px 0;
    font-size:25px;
    line-height:1.3;
    color:#000;
    font-weight:500;
    opacity:0;
    transition:all 1.2s;
    transform:TranslateY(15px);
}


.section-testimonials-nikan .swiper-slide-active p{
    
    opacity:1;
    transform:none;
}

.section-testimonials-nikan .swiper-slide .testomonials-information img{
    
    border-radius:50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width:100px;
    cursor:pointer;
    opacity:0;
    transition:all 1.2s;
    transform:TranslateY(15px);
}

.section-testimonials-nikan .swiper-slide-active .testomonials-information img{
    
    opacity:1;
    transform:none;
}


.section-testimonials-nikan .swiper-slide .testomonials-information h2{
    
    margin:25px 0 10px 0;
    color:#000;
    font-size:22px;
    font-weight:600;
    opacity:0;
    transition:all 1.2s;
    transform:TranslateY(15px);
}

.section-testimonials-nikan .swiper-slide-active .testomonials-information h2{
    
    opacity:1;
    transform:none;
}


.section-testimonials-nikan .swiper-slide .testomonials-information h3{
    
    color:#bfa888;
    font-size:17px;
    font-weight:600;
    opacity:0;
    transition:all 1.2s;
    transform:TranslateY(15px);
    
}

.section-testimonials-nikan .swiper-slide-active .testomonials-information h3{
    
    opacity:1;
    transform:none;
}

.section-testimonials-nikan .swiper-button-next{
    
    top:50%;
    transform:TranslateY(-50%);
    width:auto;
    height:auto;
    left:10% !important;
    right:Auto !important;
}

.section-testimonials-nikan .swiper-button-next:after{
    
    content:none !important;
}





.section-testimonials-nikan .swiper-button-prev{
    
    top:50%;
    transform:TranslateY(-50%);
    width:auto;
    height:auto;
    right:10% !important;
    left:Auto !important;
}

.section-testimonials-nikan .swiper-button-prev:after{
    
    content:none !important;
}


.section-testimonials-nikan .swiper-button-next svg circle:nth-child(2) {
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: all .8s cubic-bezier(.45,0,.14,1.03);
    transform: rotate(-200deg);
    transform-origin: 71% 50%;
    
}

.section-testimonials-nikan .swiper-button-prev svg circle:nth-child(2) {
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: all .8s cubic-bezier(.45,0,.14,1.03);
    transform: rotate(-200deg);
    transform-origin: 71% 50%;
    
}


.section-testimonials-nikan .swiper-button-next svg{
    
    width:120px;
    height:70px;
}

.section-testimonials-nikan .swiper-button-prev svg{
    
    transform:rotate(0deg) !important;
    width:120px;
    height:70px;
}



.section-testimonials-nikan .swiper-button-next:hover svg circle:nth-child(2){
    
    stroke-dashoffset: 0;
    transform: rotate(55deg);
    transition: 1s cubic-bezier(.38,.67,.76,.66);
}





.section-testimonials-nikan .swiper-button-prev:hover svg circle:nth-child(2){
    
    stroke-dashoffset: 0;
    transform: rotate(55deg);
    transition: 1s cubic-bezier(.38,.67,.76,.66);
}
 



.personel-video-section-nikan{
    
    position:Relative;
    margin:60px 0 0 0;
    cursor:pointer;
    /*padding:100px 0;*/
}

.personel-video-section-nikan:after{
    
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:none;
    background:#000;
    opacity:.5;
    content:'';
    z-index:2;
}

.personel-video-section-nikan .video-player-btn-kkz{
    
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
    z-index:3;
    background:#FFF;
    border-radius:50%;
    
}



@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.personel-video-section-nikan:hover .video-player-btn-kkz svg circle{
    
    stroke-dashoffset:1160;
    
}

.personel-video-section-nikan .video-player-btn-kkz svg circle{
    
    stroke-dasharray:580;
    transition:stroke-dashoffset 1.2s cubic-bezier(.37,0,.63,1);
    stroke-dashoffset:0
}

.personel-video-section-nikan .video-player-btn-kkz svg polygon:last-of-type{
    
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s ease-out .3s;
    transition: clip-path .6s ease-out .3s;
    transition: clip-path .6s ease-out .3s,-webkit-clip-path .6s ease-out .3s;
}

.personel-video-section-nikan:hover .video-player-btn-kkz svg polygon:last-of-type{
    
    -webkit-clip-path:inset(0 0 0 0);
    clip-path:inset(0 0 0 0);

}

.personel-video-section-nikan img{
    
    width:100%;
    height:100%;
    position:relative;
    z-index:1;
}


.my-nikan-modal-1 video{
    
    width:100%;
    height:100%;
    display:block;
    border-radius:10px;
}

.my-nikan-modal-1 .modal-header .btn-close{
    
    float:right !important;
    margin-right:0 !important;
    margin-left:auto !important;
    transition:all .3s;
    color:#bfa888;
}



.my-nikan-modal-1 .modal-dialog{
    
    width:100%;
    max-width:70%;
}



.personel-video-section-nikan .video-player-btn-kkz .video-play-animation{
    
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #bfa888;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}



.personel-video-section-nikan .video-player-btn-kkz svg{
    
    background:#FFF;
    border-radius:50%;
    z-index:33;
    position:relative;
}



.nikan-project-about-us-section .about-col-numbers .prague-counter{
    
    width:85%;
    margin-left:auto;
    position:Relative;

}


.nikan-project-about-us-section .about-col-numbers .figures{
    
    position:Absolute;
    top:0;
    left:0;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer{
    
    padding:50px;
    display:flex;
    align-items:Center;
    justify-content:Center;
    /*background-image:url(../img/rect-about-bg.jpg);*/
    /*background-image:url(https://prague.foxthemes.me/wp-content/uploads/2016/05/stock-photo-66175729.jpg);*/
    position:Relative;
    /*background-attachment:fixed;*/
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    /*border-radius:20px;*/
    position:relative;
    z-index:2;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers{
    
    height:100%;
    display:flex;
    align-items:Center;
    justify-content:Center;
    width:100%;
    /*border-radius:7.5px;*/
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg{
    
    width:100%;
    /*height:100%;*/
    /*height:390px;*/
    height:300px;
    /*border-radius:7.5px;*/
    position:relative;
    z-index:3;
}



.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg .base{
    
    fill:#FFF;
    width:100%;
    height:100%;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask{
    
    width:100%;
    height:100%;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .coming-alpha{
    
    fill:#FFF;
    width:100%;
    height:100%;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .number{
    
    font-size:160px;
    text-align:center;
    font-family:system-ui;
    font-weight:700;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .title{
    
    font-size:50px;
    font-weight:700;
    text-align:center;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers:before{
    
     
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.3;
    z-index:1;
    /*border-radius:20px;*/
    
}



.nikan-project-news-section{
    
    position:Relative;
    padding:60px 0;
    margin:60px 0 0 0;
    /*background-image:url(../img/h1-img-14.png);*/
    
}

.shape-blog-image{
    
    position:Absolute;
    left:0;
    top:0;
    opacity:.3;
}


.nikan-project-news-section .news-section-heading{
    
    margin-bottom:60px;
}



.nikan-project-news-section .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-news-section .swiper-slide {
    text-align: right;
    font-size: 18px;
    justify-content: center;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
      
    }


.nikan-project-news-section .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:6rem;
    }


.nikan-project-news-section .swiper-slide .single-blog{
    
    position:relative;
    /*border-top-left-radius:15px;*/
    /*border-bottom-right-radius:15px;*/
    /*border-top-right-radius:3px;*/
    /*border-bottom-left-radius:3px;*/
    overflow:hidden;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
    
    cursor:pointer;
    height:100%;
}



.nikan-project-news-section .swiper-slide .single-blog:before{
    
    position: absolute;
    content: '';
    border: 3px solid #fff;
    width: calc(100% - 40px);
    /*border-top-left-radius:10px;*/
    /*border-bottom-right-radius:10px;*/
    /*border-top-right-radius:3px;*/
    /*border-bottom-left-radius:3px;*/
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04, 1.08);
    -moz-transform: scale(1.04, 1.08);
    -webkit-transform: scale(1.04, 1.08);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.nikan-project-news-section .swiper-slide .single-blog:after{
    
    position: absolute;
    display:none;
    content: '';
    background: rgb(20, 20, 20);
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.8)25%, rgba(20, 20, 20, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}



.nikan-project-news-section .swiper-slide .single-blog img{
    
    height:100%;
    width:100%;
    
}




.single-blog.cmbpItem:hover .blog-content{
    background-color: #0000006b;
}  
    

.nikan-project-news-section .swiper-slide .single-blog .blog-content{
    top: 0px;

    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 35px 35px;
    z-index: 3;
    width:100%;
}



.nikan-project-news-section .swiper-slide .single-blog .blog-content .blog-date{
    
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background:#bfa888;
    margin: 0 0 0 0;
    display: inline-block;
    padding:10px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    font-weight:600;
}

.nikan-project-news-section .swiper-slide .single-blog .blog-content .blog-date:after{
    
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12px; 
    border-color: #bfa888 transparent transparent transparent;
    top: 0;
    left: -12px;
}



.nikan-project-news-section .swiper-slide .single-blog .blog-content h3{
    
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 20px 0;
    font-weight:600;
    display:-webkit-box;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-box-orient:vertical;
}


.nikan-project-news-section .swiper-slide .single-blog .blog-content h3 a{
    
    text-decoration:none;
    transition:all .3s linear;
    color: #fff;
    line-height:1.5;
    
}

.nikan-project-news-section .swiper-slide .single-blog .blog-content .chmk-link{
    
    display: inline-block;
    text-decoration:none;
    color: #fff !important;  
    /*font-size: 16px;*/
    /*border-top-left-radius:10px;*/
    /*border-bottom-right-radius:10px;*/
    /*border-top-right-radius:3px;*/
    /*border-bottom-left-radius:3px;*/
    /*line-height: 1;*/
    letter-spacing: 1px;
    font-weight:600;
}

/*.nikan-project-news-section .swiper-slide .single-blog .blog-content .chmk-link:After{*/
    
/*    border-top-left-radius:7px;*/
/*    border-bottom-right-radius:7px;*/
/*    border-top-right-radius:0px;*/
/*    border-bottom-left-radius:0px;*/
    
/*}*/


/*.nikan-project-news-section .swiper-slide .single-blog:hover .blog-content .chmk-link span{*/
    
/*    color:#000 !important;*/
/*}*/



.blog-content .nikan-default-btns-brown-color-white{
    
    font-weight:500;
}


.nikan-project-news-section .swiper-slide .single-blog:hover .nikan-default-btns-brown-color-white:after{
    
    width:100%;
    height:100%;
}


.nikan-project-news-section .swiper-slide .single-blog:hover .nikan-default-btns-brown-color-white:before{
    
    width:100%;
    height:100%;
}



.nikan-project-news-section .swiper-slide .single-blog:hover .blog-content .chmk-link i{
    
    color:#FFF;
    transform:rotate(45deg);
}

.nikan-project-news-section .swiper-slide .single-blog:hover .nikan-hover-btn:After{
    
    top: auto;
    bottom: 0;
    height: 100%;
}

/*.nikan-project-news-section .swiper-slide .single-blog:hover .blog-content h3 a{*/
    
/*    color:#bfa888;*/
/*}*/



.nikan-project-news-section .swiper-slide .single-blog .blog-content .chmk-link i{
    
    margin-right:8px;
    font-size: 22px;
    transition:all .3s linear;
    vertical-align:middle;
    color:#bfa888;
}

.nikan-project-news-section .swiper-slide .single-blog:hover:before{
    
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}



.nikan-project-news-section .swiper-slide .single-blog:hover .blog-date{
    
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}





.nikan-project-news-section .blog-nikan-control{
    
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:Center;
    position:absolute;
    bottom:1em;
    right:0;
    left:0;
    
}


.nikan-project-news-section .blog-nikan-control .swiper-button-next{
    
    position:unset;
    margin:0;
    width:auto;
    height:auto;
    
}

.nikan-project-news-section .blog-nikan-control .swiper-button-next svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform:rotate(0deg) !important;
}



.nikan-project-news-section .blog-nikan-control .swiper-button-next:after{
    
    background-image:none;
    content:none;
}


.nikan-project-news-section .blog-nikan-control .swiper-button-prev{
    
    position:unset;
    margin:0;
    width:auto;
    height:auto;
}


.nikan-project-news-section .blog-nikan-control .swiper-button-prev:after{
    
    background-image:none;
    content:none;
}


.nikan-project-news-section .blog-nikan-control .swiper-button-prev svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
}

.nikan-project-news-section .blog-nikan-control .swiper-button-prev:hover svg{
    
    transform:translateX(5px) rotate(180deg) !important;
}


.nikan-project-news-section .blog-nikan-control .swiper-button-next:hover svg{
    
    transform:translateX(-5px) rotate(0deg) !important;
}

.nikan-project-news-section .blog-nikan-control svg polyline{
    
    stroke-width:1px;
    
}



.nikan-project-news-section .blog-nikan-control .swiper-pagination{
    
    position:unset;
    margin:0;
    width:auto;
    margin:0 30px;
    
}




.nikan-project-news-section .blog-nikan-control .swiper-pagination-bullet{
    
    width:20px;
    height:8px;
    border-radius:30px;
    transition:all .3s linear;
    opacity:1;
    background-color:#cbcbcb;
}


.nikan-project-news-section .blog-nikan-control .swiper-pagination-bullet-active{
    
    background-color:#a58c6a;
    width:45px;
}


.contant-with-nikan-section{
    
    padding:120px 0 60px 0;
    position:Relative;
    background-color:#131313;
    /*background-image:url(../img/home-1-background-patern-1.jpg);*/
}



.contant-with-nikan-section .nikan-contact-section-main-page{
    
    margin-bottom:60px;
}


.contant-with-nikan-section .default-title-nikan span{
    
    color:#FFF;
}

.contant-with-nikan-section .col-contact-form form h1{
    
    font-size:25px;
    color:#fff;
    font-weight:600;
    margin:0 0 50px 0;
}


.contant-with-nikan-section .col-contact-form form input,textarea{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:1px;
    color: #fff !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align:right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}


.contant-with-nikan-section .col-contact-form form div{
    position:relative;
    margin:0 0 20px 0;
}


.contant-with-nikan-section .col-contact-form form div:last-child{
    
    margin:0;
}

.contant-with-nikan-section .col-contact-form form input:focus{
    
    color: #fff !important;
    background-color: transparent;
    border-color: #bfa888;
}

.contant-with-nikan-section .col-contact-form form .has-absolute-icon i{
    
    color:#bfa888;
    font-size:25px;
    position:absolute;
    left:.75rem;
    top:50%;
    transform:TranslateY(-50%);
}


.contant-with-nikan-section .col-contact-form form .has-absolute-icon-textarea i{
    
    top:0;
    transform:none;
}

.contant-with-nikan-section .col-contact-form form textarea:focus{
    
    color: #fff !important;
    background-color: transparent;
    border-color: #bfa888;
}


.contant-with-nikan-section .col-contact-form form .button-submit-form-contact{
    
    margin-top:40px;
    
}


.contant-with-nikan-section .col-contact-form form .button-submit-form-contact button{

    border: 0;
    border-radius: 0;
    outline: none;
    /*font-size: 16px;*/
    background:transparent;
    color: #fff;
    /*transition: all 500ms ease;*/
    /*border: 1px solid #000;*/
    /*border-top-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
}


/*.contant-with-nikan-section .col-contact-form form .button-submit-form-contact button:hover{*/
    
/*    border-color:#bfa888;*/
/*    color:#bfa888;*/
/*}    */

.contant-with-nikan-section .col-contact-form form .button-submit-form-contact button i{
    
    vertical-align: middle;
    margin-right: 5px
}


/*.contant-with-nikan-section .col-contact-form form .button-submit-form-contact button:After{*/
    
    /*border-radius: 0;*/
    /*border-top-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px*/
/*}*/


.contant-with-nikan-section .social-media-contact-module iframe{
    
    
    width:100%;
    height:100%;
}

.scrollToTop {
	 background-color: #fff;
	 border: 1px solid #f2f2f2;
	 box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);*/
	 border-radius: 50%;
	 color: #bfa888;
	 cursor: pointer;
	 width: 70px;
	 height: 70px;
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 z-index: 1022220;
	 opacity: 0;
	 visibility: hidden;
	 transform: translateY(-100%);
	 transition: all 0.8s ease;
}


 .scrollToTop.showBtn {
	 opacity: 1;
	 visibility: visible;
	 transform: translateY(0);
}
 .scrollToTop #progress-bar {
	 --scrollAmount: 0px;
}
 .scrollToTop #progress-bar svg {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width:100%;
	 height:100%;
	 transform: rotate(90deg);
}
 .scrollToTop #progress-bar svg path {
	 stroke-width: 0.2em;
	 stroke-dasharray: 154;
	 stroke-dashoffset: calc(-154px + var(--scrollAmount));
	 animation-fill-mode: forwards;
}

.scrollToTop .qodef-btt-svg polyline{
    
    transition:.3s;
    stroke-width:2px;
}

.scrollToTop .qodef-btt-svg line{
    
    stroke-width:2px;
}

.scrollToTop:hover .qodef-btt-svg polyline{
    
    transform:translateY(-3px);
    
}


._haschild{
    
    width:100%;
    height:100%;
    display:block;
}


.preloader{
    
    z-index:999999999;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:#FFF;
    display:Flex;
    align-items:Center;
    justify-content:Center;
    /*transform:translateY(0);*/
    transition:.8s ease-in-out;
    opacity:1;
    visibility:visible;
    display:none !important;
}


.preloader-content{
    
    text-align:Center;
}


.preloader-content img{
    
    /*animation:load 3000ms linear infinite normal forwards;*/
    /*animation:qodef-path-fade 3.5s cubic-bezier(.39,.58,.57,1) 0s infinite;*/
    width:auto;
    height:auto;
}

.preloader-content h1{
    
    font-size:70px;
    color:#000;
    font-weight:700;
    margin:50px 0 25px 0;
    
}


.preloader-content h2{
    
    color:#000;
    font-size:40px;
    font-weight:600;
    margin:0;
}




@keyframes load { 
    
    0% {opacity: 0.1} 
    
    50% {opacity: 1} 

    100% {opacity: 0.1}
    
    
}




@keyframes qodef-path-fade {
    0%,1% {
        opacity: 0
    }

    7%,88% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.preloader.loading{
    
    opacity:0;
    visibility:hidden;
    /*transform:translateY(-100%);*/
}



.free-consultation-right-col{
    
    overflow:hidden;
}


.col-footer-kkz-number4 ul li a{
    
    position:Relative;
    /*border:1px solid #bfa88887;*/
    border-radius:50%;
}


.col-footer-kkz-number4 ul li a svg{
    
    position: absolute;
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: 0;
    left: 0;
    z-index: 1;
    fill: none;
    color: currentColor;
    stroke: #bfa888;
    -webkit-transition: all .8s cubic-bezier(.14,.57,.14,1.03);
    -o-transition: all .8s cubic-bezier(.14,.57,.14,1.03);
    transition: all .8s cubic-bezier(.14,.57,.14,1.03);
    overflow: visible;
}


.col-footer-kkz-number4 ul li a svg circle{
    
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    stroke-width: 1;
    -webkit-transition: all .8s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .8s cubic-bezier(.45,0,.14,1.03);
    transition: all .8s cubic-bezier(.45,0,.14,1.03);
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    
}

.col-footer-kkz-number4 ul li a:hover svg circle{
    
    stroke-dashoffset: 10;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: 1s cubic-bezier(.38,.67,.76,.66);
    -o-transition: 1s cubic-bezier(.38,.67,.76,.66);
    transition: 1s cubic-bezier(.38,.67,.76,.66);
}



.absolute-flesh-homeslider{
    
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.diversity-seperate-cols{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
}

.diversity-seperate-cols .new-module-diversity-right p{
    
    font-size:20px;
    text-align:justify;
    color:#000;
    font-weight:600;
    line-height:1.4;
    margin:0;
    
}


.whole-fill-divertsity-class a{
    
    text-decoration:none !important;
}

.whole-fill-divertsity-class .diversity-icon-brown{
    
    margin:20px 0;
    text-align:center;
}



.whole-fill-divertsity-class .diversity-icon-brown span{
    
    background:#f6f6f6;
    color:#000;
    padding:15px;
    border:10px solid #FFF;
    box-shadow:0 0 0 2px #e5e5e5;
    border-radius:50%;
    display:inline-block;
    line-height:1;
    transition:all .3s linear;
    
}


.whole-fill-divertsity-class .diversity-icon-brown span i{
    
    font-size:68px;
    cursor:pointer;
}

.whole-fill-divertsity-class h1{
    
    font-size:19px;
    color:#000;
    text-align:center;
    margin:5px 0 0 0;
    font-weight:600;
    line-height:1;
    cursor:pointer;
}


.whole-fill-divertsity-class .diversity-content-new  span{
    
    -webkit-text-stroke:1px #bfa888;
    position:Absolute;
    top:-5px;
    right:50%;
    transform:translate(50%,-50%);
    font-size:45px;
    color:transparent;
    font-family:'Poppins', sans-serif;
    margin-left:10px;
    line-height:1;
    
}



.whole-fill-divertsity-class .diversity-content-new{
    
    display:Flex;
    align-items:Center;
    justify-content:Center;
}


.whole-fill-divertsity-class {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;    
    padding:20px;
    cursor:pointer;
    position:relative;
    background:#FFF;
}



.whole-fill-divertsity-class:before{
    
    position: absolute;
    top: 5px;
    left: 5px;
    visibility:hidden;
    opacity:0;
    width: 0;
    height: 0;
    border: 3px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
}


.whole-fill-divertsity-class:after{
    
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    visibility:hidden;
    opacity:0;
    height: 0;
    border: 3px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 0;
    border-left: 0;
    content: "";
}



.whole-fill-divertsity-class:hover:before{
    
    width:70px;
    height:70px;
    opacity:1;
    visibility:visible;
}


.whole-fill-divertsity-class:hover:after{
    
    width:70px;
    height:70px;
    opacity:1;
    visibility:visible;
}


.whole-fill-divertsity-class:hover .diversity-icon-brown span{
    
    background:#bfa888;
    color:#fff;
}


.diversity-cols-mbot-30{
    
    margin-bottom:30px;
}




.nikan-Diversity-in-collaboration-kkz{
    
    background-image:url(/catalog/view/theme/nikan/css/image/home-1-background-patern-1.jpg);
    /*background-size:contain;*/
    /*background-position:center center;*/
}



.new-module-diversity-right{
    
    position:Relative;
}


.nikan-counter-projects .col-lg-3{
    
    position:Relative;
}




.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.fqa_headline_container h2 span { font-weight: 700; }

.faq_question-text h3 { 
    
    font-size: 22px;
    margin:0;
    font-weight:600;
    /*display:flex;*/
    /*align-items:Center;*/
    /*justify-content:flex-start;*/
    
}

.faq_question-text h3 i{
    
    font-size:20px;
    /*vertical-align:middle;*/
    margin-left:5px;
    color:#bfa888;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover { 
    
    cursor: pointer; 
    
}

.icon-shape {
    
    position: relative; width: 50px; height: 50px; 
    
}

.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}




.sidemenu-nikan-kkz .icon svg{
    
    width: 25px;
    height: 25px;
    stroke: #bfa888;
    transition: transform .5s;
    /*margin-right: 10px;*/
}



.sidemenu-nikan-kkz .icon svg polyline{

    stroke-width:1.5px;    
  
}


.faq_question.active svg{
    
    transform:rotate(-90deg);
}

.sidemenu-nikan-kkz ul{
    
    margin:0;
    /*padding:0 15px 0 0;*/
    padding:0;
}




.sidemenu-nikan-kkz ul li{
    
    margin:0 0 15px 0;
    list-style-type:decimal;
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:space-between;
    color:#000;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
}


.sidemenu-nikan-kkz ul li::marker{
    
    color:#000;
    font-size:20px;
    font-weight:600;
}

.sidemenu-nikan-kkz ul li a{
    
   
    text-decoration:none;
    color:#000;
    font-size:17px;
    font-weight:600;
    
}

.sidemenu-nikan-kkz ul li a span{
    
    margin-right:5px;
    display:inline-block;
}



.sidemenu-nikan-kkz ul li:hover .hover-underline-style:before{
    
    transform:scaleX(1);
    
}




.sidemenu-nikan-kkz ul li a i{
    
    vertical-align:middle;
    margin-right:5px;
    transition:transform .5s;
    font-size:20px;
    color:#bfa888;
}


.sidemenu-nikan-kkz ul li:hover i{
    
    transform:rotate(45deg);
}

.faq_container{
    
    border-top:1px solid #bfa888;
}

.faq_container:nth-child(1){
    
    border-top:0;
}


/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/




.city-project-page-section-number1{
    
    position:relative;
    height:100vh;
}


.city-project-page-section-number1 .container-fluid{
    
    padding:0;
}

.city-project-page-section-number1 .row{
    
    margin:0;
}

.city-project-page-section-number1 .col-lg-12{
    
    padding:0;
}


.h100-fit{
    
    height:100%;
}

 .city-project-page-section-number1 .swiper {
      width: 100%;
      height: 100%;
    } 

.city-project-page-section-number1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      /*padding:100px;*/
      position:relative;
      width:100%;
      height:100%;
   
    
}


.city-project-page-section-number1 .swiper-slide:After{
    
    width:100%;
    height:100%;
    background-image:url(../img/nikan-city-homeslider.jpg);
    background-attachment:fixed;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    content:'';
}


.city-project-page-section-number1 .swiper {
      margin-left: auto;
      margin-right: auto;
    }






.city-project-page-section-number1 .col-lg-12{
    
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    position:Relative;
    height:100%;
    display:Flex;
    align-items:center;
    justify-content:Flex-start;
    padding:0 100px 0 0;
}

.city-project-page-section-number1 .col-lg-12.esfcity{
    
 background-image:url(../img/nikan-city-homeslider.jpg);
 
}


.city-project-page-section-number1 .col-lg-12:After{
    
    content: '';
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: Absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:1;
}


.inner-page-heading-content{
    
    position:Relative;
    z-index:2;
}

.inner-page-heading-content ul{
    
    padding:0;
    margin:0 0 30px 0;
    display:Flex;
    align-items:Center;
    justify-content:Flex-start;
}

.inner-page-heading-content ul li{
    
    margin-left:15px;
    list-style-type:none;
    position:Relative;
    padding-left:20px;
}



.inner-page-heading-content ul li a{
    
    color:#FFF;
    font-size:18px;
    font-weight:500;
    text-decoration:None;
}


.inner-page-heading-content ul li:after{
    
    position:Absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    content:'/';
    color:#FFF;
    font-size:20px;
    
}

.inner-page-heading-content ul li:last-child:after{
    
    display:None;
}




.inner-page-heading-content h1{
    
    font-size:50px;
    padding-right:15px;
    border-right:5px solid #fff;
    color:#FFF;
    font-weight:600;
    margin:0 0 30px 0;
}


.inner-page-heading-content h2{
    
      font-size:35px;
    color:#FFF;
    margin:0;
    font-weight:600;
}

.city-project-page-section-number2{
    
    padding:60px 0;
    position:Relative;
}


.city-col-inner-section2{
    
    background-image:url(../img/home-1-background-patern-1.jpg);
    padding:15px;
    border-radius:15px;
    position:Relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 14px;
    border:.5px solid #FFF;
}


.city-col-inner2{
    
    display:Flex;
    align-items:flex-end;
    justify-content:space-between;
}

.city-col-inner2 .flesh-cat-rounded{
    
    transform:rotate(180deg);
    cursor:pointer;
}

.city-col-inner2 .flesh-cat-rounded circle{
    
    stroke:#bfa888 !important;
    stroke-width:2px;
}

.city-col-inner2 .flesh-cat-rounded polygon{
    
    stroke:#Bfa888 !important;
}


.city-col-inner2 .flesh-cat-rounded circle:nth-child(2){
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    transition: all 1.5s cubic-bezier(.45,0,.14,1.03);
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: 71% 50%;
    -ms-transform-origin: 71% 50%;
    transform-origin: 71% 50%;
}
    

.city-col-inner2 .flesh-cat-rounded:hover circle:nth-child(2){
    
    stroke-dashoffset: 0;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: 1.2s cubic-bezier(.38,.67,.76,.66);
    -o-transition: 1.2s cubic-bezier(.38,.67,.76,.66);
    transition: 1.2s cubic-bezier(.38,.67,.76,.66);
    
}

.quad-m-a-h-bbc-svg >*{
    
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    -webkit-transition: 2s cubic-bezier(.8,.26,.25,1);
    -o-transition: 2s cubic-bezier(.8,.26,.25,1);
    transition: 2s cubic-bezier(.8,.26,.25,1);
}

/*.city-col-inner-section2:hover .quad-m-a-h-bbc-svg >*{*/
    
/*    stroke-dashoffset:0;*/
/*}*/


.city-col-inner-section2:hover .quad-m-a-h-bbc-svg >*{
    
   animation:svgfill 2s cubic-bezier(.8,.26,.25,1);
}


@keyframes svgfill{
    
    0%{
        
        stroke-dashoffset:330;
        
    }
    
    100%{
        
        stroke-dashoffset:0;
    }
}


.quad-m-a-h-bbc-svg >*{
    
    stroke-width:2px;
}


.city-col-inner1{
    
    margin-bottom:50px;
}

.city-col-inner1 h1{
    
    font-weight:600;
    font-size:35px;
    display:Flex;
    align-items:Center;
    justify-content:Flex-start;
    margin:0 0 15px 0;
}
.city-col-inner1 p{
    
    font-weight:600;
    font-size:16px;
}

.city-col-inner1 h1 span{
    
    -webkit-text-stroke: 1px #bfa888;
    color: transparent;
    font-size: 45px;
    font-weight: 700;
    font-family: system-ui;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-right:10px;
    border-right:5px solid #bfa888;
    border-radius:5px;
}





.city-project-page-section-number3{
    
    position:Relative;
    padding:100px 0;
    background-color:#000;
}


.city-project-section-3-overlay{
    
    background-image:url(../img/home-1-background-patern-3.png);
    position:Absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    opacity:.8;
    height:100%;
    z-index:1;
}

.city-project-page-section-number3 .container{
    
    position:Relative;
    z-index:2;
}



.bg-shape-city-page-col-inner {
    
    text-align:center;
    padding:0 30px;
    cursor:pointer;
}

.bg-shape-city-page-col-inner .bg-shape-section-svg-keeper{
    
    position: relative;
    display: inline-block;
    vertical-align: top;
}


.bg-shape-city-page-col-inner .bg-shape-section-svg-keeper img{
    
    display:block;
}

.bg-shape-city-page-col-inner .bg-shape-section-svg-keeper svg{
    
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    fill: none;
    stroke: #bfa888;
    overflow: visible;
}


.bg-shape-city-page-col-inner .bg-shape-section-svg-keeper svg circle{
    
    stroke-width:2px;
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    stroke: rgba(194,133,98,.5);
    stroke:#bfa8888a;
}



.bg-shape-city-page-col-inner .bg-shape-section-svg-keeper svg circle:nth-child(2){
    
    stroke-dashoffset:330;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
    -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
    transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
    stroke-dasharray: 330;
    stroke: #bfa888;
}




.bg-shape-city-page-col-inner:hover svg circle:nth-child(2){
    
    /*animation:strokedashoffset 1.5s cubic-bezier(.43,.41,.36,.9);*/
    stroke-dashoffset:0;

}




.bg-shape-section-svg-keeper{
    
    margin-bottom:30px;
}

.bg-shape-city-page-col-inner h1{
    
    color:#FFF;
    font-size:24px;
    font-weight:600;
    margin:0 0 15px 0;
    
}


.bg-shape-city-page-col-inner p{
    
    margin:0;
    color:#FFF;
    font-size:18px;
}



.mb-kkz-30{
    
    margin-bottom:50px;
}


.progressbar-section-image{
    
    background-image:url(../img/progressbar-thumb.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
}

.progressbar-section-city-project .col-lg-6:nth-child(1){
    
    padding:90px;
    background-color:#FFF;
    
}

.progressbar-section-city-project .col-lg-6:nth-child(2){
    
    padding-left:100px;
}


.progressbar-section-city-project .row{
    
    align-items:Center;
}

.progressbar-section-city-project .col-lg-6:nth-child(1) h1{
    
    font-size:45px;
    color:#bfa888;
    font-weight:600;
    margin:0 0 30px 0;
}


.progressbar-section-city-project .col-lg-6:nth-child(1) p{
    
    font-size:17px;
    color:#000;
    font-weight:600;
    margin:0 0 30px 0;
}


.progress-child-width .numbers-and-data{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
}


.progress-style-1{
    
    position:Relative;
    width:100%;
    margin-top:15px;
    display:inline-block;
}


.progress-style-2{
    
    border: 1px solid #bfa888;
    padding: 4px;
    width:100%;
}

.progress-style-3{
    
    width:0;
    height:4px;
    background:#bfa888;
    transition:width 1.2s ease-out;
}



.progress-child-width .numbers-and-data span{
    
    color:#000;
    font-size:18px;
    font-weight:600;
}
.progress-child-width{
    
    margin-top:30px;
}



.progress-child-width:first-child{
    
    margin-top:0;
}



.city-project-page-section-number5{
    
    position:relative;
    padding:60px 0;
    /*background-image:url(../img/home-1-background-patern-1.jpg);*/
    /*background-image:url(../img/1.webp);*/
    background-image:url(/catalog/view/theme/nikan/css/image/1.webp);
    background-size:100%;
    background-position:center;

}





.city-project-page-section-number5 button{
    
    border:0;
    background:Transparent;
    margin-top:15px;
}



.city-project-page-section-number5 .col-lg-12{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    flex-direction:column;
    text-align:center;
}



.city-project-page-section-number5 h1{
    
    color:#000;
    font-size:40px;
    font-weight:600;
    margin:0 0 30px 0;
}


.city-project-page-section-number5 h2{
    
    color:#000;
    font-size:18px;
    font-weight:600;
    margin:0 0 15px 0;
}





.city-project-page-section-animated-text{
    
    position:relative;
    overflow:hidden;
    padding:60px 0;
    background:#000;
}

.city-project-page-section-animated-text .col-lg-12{
    
    mask: linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);
    -webkit-mask: linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);
    overflow:hidden;
    text-align:center;
}

.city-project-page-section-animated-text h1{
    
    position: relative;
  /*font-family: sans-serif;*/
  text-transform: uppercase;
  font-size: 5em;
  font-weight:600;
  /*letter-spacing: 4px;*/
  overflow: hidden;
  background: linear-gradient(-90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animatetext 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}


@keyframes animatetext {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}





/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/
/*city porject css*/





.middle-header-flex ul:nth-child(1) a{
    
    color:#FFF !important;
    /*font-weight:500 !important;*/
}



.nikan-project-header .middle-header-flex .submenu.active li a{
    
    color:#000 !important;
}




.nikan-video-auto-play-section{
    
    position:Relative;
    /*height:100%;*/
    height:auto;
    margin:60px 0 0 0;
    /*max-height:100vh;*/
}


.nikan-video-auto-play-section .container-fluid{
    
    height:100%;
    padding:0;
}


.nikan-video-auto-play-section .col-lg-12{
    
    height:100%;
    padding:0;
}


.nikan-video-auto-play-section .row{
    
    height:100%;
    margin:0;
}


.nikan-video-auto-play-section video{
    
    widtH:100%;
    height:100%;
    object-fit:cover;
    display:block;
}



.inner-page-heading-content{
    
    position:Relative;
    padding:70px 30px 70px 0;
    border:10px solid #FFF;
    width:100%;
    max-width:300px;
    border-left:0;
}

.inner-page-heading-content:before{
    
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #fff;
    bottom: 0px;
}


.inner-page-heading-content:after{
    
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #fff;
    top:0px;
}


.innerpages-shape-for-all-inner{
    
    width:100%;
    min-width:45vw;
}





.solo-category-section-1{
    
    position:Relative;
    padding:60px 0;
}





.city-project-page-section-number1 .residential-category{
    
    background-image:url(../img/residential-bgpage.jpg);
    
}





.project-filter-right-side{
    /*opacity:0;*/
    /*visibility:hidden;*/
    transition:transform .5s ,opacity .3s, visibility .3s, max-height .3s;
    /*transform:scaleY(0);*/
    transform-origin:top;
    /*max-height:0px;*/
    width:100%;
    /*height:0;*/
    /*background:#bfa888;*/
    justify-content:space-between;
    background:transparent;
    padding:20px 0;
    margin-right:0 !important;
    /*margin-bottom:70px !important;*/
    margin-left:0 !important;
    border-top:2px solid #bfa888;
    border-bottom:2px solid #bfa888;
}




.project-filter-right-side h1{
    
    text-align:right;
    font-size:25px;
    color:#000;
    font-weight:600;
    margin:0 0 20px 0;
}


.project-filter-right-side form{
    
    margin:0 0 10px 0;
}


.project-filter-right-side form:last-child{
    
    margin:0;
}

.project-filter-right-side form input{
    
    width:100%;
    background:#FFF;
    border:1px solid #bfa888;
    outline:none;
    box-shadow:none;
    padding:12px 21px;
    font-size:15px;
    line-height:24px;
    border-radius:0;
    transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    cursor:pointer;
    color:#000;
    font-weight:600;
}

.project-filter-right-side form input:focus{
    
    border-color:#bfa888;
}


.range-price-project {
    
    position:Relative;
    width:100%;
}


.range-price-project .range-picker-middle{
    
    width:100%;
    height:2px;
    background:#000;
}


.range-price-project .range-picker-right{
    
    width:8px;
    height:8px;
    background:#000;
    position:absolute;
    right:0;
    border-radius:50%;
    top:50%;
    transform:TranslateY(-50%);
    cursor:all-scroll;
}


.range-price-project .range-picker-left{
    
    width:8px;
    height:8px;
    background:#000;
    position:absolute;
    border-radius:50%;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    cursor:all-scroll;
    
}

.range-price-kkz{
    
    margin:30px 0 !important;
}



.range-price-kkz input[type="text"]{
    
    margin-top:30px;
}

label.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    border:1px solid #bfa888;
    
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}


.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    
}



.checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}
.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
    margin-right: 0.5em;
    color:#000;
    font-weight:600;
    font-size:14px;
    
}



.project-filter-right-side ul{
    
    padding:0;
}

.project-filter-right-side ul li{
    
    list-style-type:none;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    margin:0 0 15px 0;
}

.project-filter-right-side ul li:last-child{
    
    margin:0;
}


.project-filter-right-side ul li span{
    
    display:inline-block;
    margin-right:10px;
    font-size:18px;
    line-height:1;
    font-weight:600;
}



.wrap-flex-class-projects{
    
    margin:0;
}


.wrap-flex-class-projects-inner-style .m-b-50 {
    margin-bottom: 1.5rem;
}

.wrap-flex-class-projects-inner-style .media {
    display: block;
    position:relative;
    transition:all .3s ease;
}


.media-project .media__img {
    overflow: hidden;
    display:block;
    position:Relative;
    margin:0;
}


.media-project .media__img:after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    content:'';
    transition: all .3s ease;
}

.media-project .media__img img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display:block;
    width:100%;
    height:100%;
}

.media-project .bg-overlay {
    opacity: 0;
    transition: all .3s ease;
    background: rgba(0,0,0,.6);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.media-project .line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    height: -webkit-calc(50% - 20px);
    height: -moz-calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.media-project .media__body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    width:max-content;
}


.media-project .media__body .title {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}


.media-project .media__body .title a {
    font-size:19px;
    color: #fff;
    text-decoration:none;
    font-weight: 700;
    text-transform: uppercase;
}


.media-project .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 11px;
    color: #ececec;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    display:Flex;
    align-items:Center;
    justify-content:center;
}


.media-project:hover .media__body .address i{
    
    vertical-align:middle;
    margin-left:10px;
    font-size:30px;
    color:#bfa888;
}

.media-project:hover .media__body .address span{
    
    font-size:28px;
    font-weight:600;
}

.media-project:hover .media__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.media-project:hover .bg-overlay {
    opacity: 1;
}



.media-project:hover .line:before {
    width: 100%;
}


.media-project:hover .line:after {
    height: 100%;
}

.media-project:hover .media__body .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.media-project:hover .media__body .address{
    
     opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.wrap-flex-class-projects-inner-style .media:before{
    
    position: absolute;
    top: 25px;
    left: 25px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
    z-index:2;
}


.wrap-flex-class-projects-inner-style .media:after{
    
   position: absolute;
    bottom: 25px;
    right: 25px;
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 0;
    border-left: 0;
    content: "";
    z-index:2;
}

.wrap-flex-class-projects-inner-style:hover .media:before{
    
    width: 40%;
    height:40%;
    opacity: 1;
    visibility: visible;
}


.wrap-flex-class-projects-inner-style:hover .media:after{
    
    width: 40%;
    height:40%;
    opacity: 1;
    visibility: visible;
}



.wrap-flex-class-projects-inner-style:hover .media__img:after{
    
    opacity:0;
    visibility:hidden;
}








.rounded-company-name-link{
    
    margin-top:30px;
    width:100%;
    height:100%;
    text-align:center;
}


.rounded-company-name-link a{
    
    display:inline-block;
}


.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #000 0%,
    #bfa888 29%,
    #bfa888 67%,
    #bfa888 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
  display: block;
      font-size: 190px;
      line-height:normal;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}




.solo-category-section-contact{
    
    position:relative;
    padding:60px 0;
    background:#000;
    overflow:hidden;
    
}


.solo-category-section-contact .row:nth-child(1){
    
    align-items:Center;
}


.solo-category-section-contact .image-shape-with-animation{
    
    position: absolute;
    bottom: 0;
    left: -2%;
    /*z-index: -1;*/
    animation: tptranslateX2 2.5s infinite alternate;
}


@keyframes tptranslateX2{
	0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
}





.solo-category-section-contact .right-col-cta-animate h1{
    
    color:#FFF;
    font-size:40px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:1;
}


.solo-category-section-contact .right-col-cta-animate h2{
    
    font-size:22px;
    color:#FFF;
    font-weight:500;
    margin:0;
    line-height:normal;
    max-width:75%;
}




/*.left-col-cta-animate input{*/
    
/*    width:100%;*/
/*    background:#000;*/
/*    border:1px solid #FFF;*/
/*    transition:border .25s linear;*/
/*    color:#FFF;*/
/*    font-size:18px;*/
/*    height:65px;*/
/*    outline:none;*/
/*    padding:0 15px;*/
/*    box-shadow:none;*/
/*    text-align:right;*/
/*    cursor:pointer;*/
/*    font-weight:600;*/
    
/*}*/


.left-col-cta-animate input{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    
}


.left-col-cta-animate textarea{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    
}

/*.left-col-cta-animate input::placeholder{*/
    
/*    color:#FFF;*/
/*}*/


/*.left-col-cta-animate textarea::placeholder{*/
    
/*    color:#FFF;*/
/*}*/


.left-col-cta-animate input:focus{
    
    color: #fff !important;
    background-color: transparent;
    border-color: #bfa888;
}



.left-col-cta-animate textarea:focus{
    
    color: #fff !important;
    background-color: transparent;
    border-color: #bfa888;
}

.left-col-cta-animate form{
    
    position:Relative;
}


.left-col-cta-animate .col-lg-12{
    
    margin-top:1.5rem;
}

/*.left-col-cta-animate textarea{*/
    
/*    width:100%;*/
/*    background:#000;*/
/*    border:1px solid #FFF;*/
/*    transition:border .25s linear;*/
/*    color:#FFF;*/
/*    font-size:18px;*/
/*    height:150px;*/
/*    resize:none;*/
/*    outline:none;*/
/*    padding:15px;*/
/*    box-shadow:none;*/
/*    text-align:right;*/
/*    font-weight:600;*/
    
/*}*/


.left-col-cta-animate .col-lg-12:last-child{
    
    text-align:center;
    
}

.left-col-cta-animate .col-lg-12 button{
    
    background:#000;
    bordeR:none;
    outline:none;
    color:#FFF;
    
}



.left-col-cta-animate .col-lg-12 button:before{
    
    border-color:#FFF !important;
}



.left-col-cta-animate .col-lg-12 button:After{
    
    border-color:#FFF !important;
}




.left-col-cta-animate .col-lg-12 form svg{
    
    position:absolute;
    top:15px;
    left:0;
}



.left-col-cta-animate .col-lg-12 form svg path{
    
    fill:#FFF;
}



.left-col-cta-animate .col-lg-6 form svg{
    
    position:absolute;
    top:50%;
    transform:TranslateY(-50%);
    left:0;
}



.left-col-cta-animate .col-lg-6 form svg path{
    
    fill:#FFF;
}


/*.left-col-cta-animate .col-lg-6 form i{*/
    
/*    position:absolute;*/
/*    top:50%;*/
/*    transform:TranslateY(-50%);*/
/*    left:0;*/
/*    color:#FFF;*/
/*    font-size:20px;*/
/*}*/





.city-project-page-section-number1 .about-page{
    
    background-image:url(../img/aboutpicture.jpg);
}


.nikanproject-aboutpage-section-1{
    
    padding:120px 0 120px 0;
    position:Relative;
}

.nikanproject-aboutpage-section-1 .col-lg-4 img{
    
    width:auto;
    height:auto;
    display:block;
    padding-top:60px;
    animation: slideInDown2 1.5s infinite;
    animation-direction: alternate-reverse;
    
    
}

@keyframes slideInDown2

{
    0%{
        
        transform:TranslateY(-10%);
    }
   
    100%{
        
        transform:TranslateY(0);
    }
}



.nikanproject-aboutpage-section-1 .row{
    
    align-items:Center;
}


.nikanproject-aboutpage-section-1 .col-lg-8 p{
    
    font-size:19px;
    font-weight:600;
}



.faq-section-row{
    
    margin-top:60px !important;
}







.faq-section-row .accordion-button{
    
    padding:15px;
    outline:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border:1px solid #bfa888 !important;
    font-size:17px !important;
    color:#fff !important;
    font-weight:600 !important;
    justify-content:space-between !important;
    border-radius:0 !important;
}



.faq-section-row .accordion-item{
    
    border:0px !important;
    background:#ffffff36 !important;
}

.faq-section-row .accordion-button:After{
    
    display:None !important;
}


.faq-section-row svg path{
    
    fill:#bfa888;
}

.faq-section-row svg{
    
    transition:transform .5s;
    color:#bfa888;
    width:25px;
    height:25px;
    transform:rotate(-90deg);
}

.faq-section-row .collapsed svg{
    
    transform:rotate(-180deg);
}


.faq-section-row .accordion-body{
    
    font-size:16px;
    font-weight:600;
    color:#FFF;
}



.mbottom-1-5rem{
    
    margin-bottom:1.5rem;
}


.nikanproject-aboutpage-section-2{
    
    position:RElative;
    padding:120px 0 60px 0;
    /*background-image:url(../img/2.png);*/
    background-color:#000000cc;
    background-attachment:fixed;
}



.nikanproject-aboutpage-section-2 .default-title-nikan span{
    
    
    color:#FFF;
}


.nikanproject-aboutpage-section-2 .accordion-item:last-of-type{
    
    border-radius:0 !important;
}




.nikanproject-aboutpage-section-3{
    
    padding:60px 0 60px 0;
    position:relative;
}


.certificate-slider{
    
    border-radius:10px;
}

.nikanproject-aboutpage-section-3 .swiper {
      width: 100%;
      padding-bottom:100px;
      height: 100%;
    }

.nikanproject-aboutpage-section-3 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikanproject-aboutpage-section-3 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      transition:.3s cubic-bezier(.43,.07,.61,.95);
      object-fit: cover;
      overflow:hidden;
      border-radius:10px;
    }

.nikanproject-aboutpage-section-3 .swiper {
      margin-left: auto;
      margin-right: auto;
      border-radius:10px;
    }



.certificate-slider{
    
    margin-top:60px;
}

.nikanproject-aboutpage-section-3 .swiper-slide .project__img-holder {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius:10px;
}



.nikanproject-aboutpage-section-3 .swiper-slide .project__img-holder>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius:10px;
}


.nikanproject-aboutpage-section-3 .swiper-slide .hover-overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.5);
    transition: .3s cubic-bezier(.43,.07,.61,.95);
    border-radius:10px;
}

.nikanproject-aboutpage-section-3 .swiper-slide .hover-overlay .project__description {
    transform: translateY(20%);
    position: absolute;
    padding: 30px;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: .3s cubic-bezier(.43,.07,.61,.95);
}



.nikanproject-aboutpage-section-3 .swiper-slide .hover-overlay .project__title{
    
    color:#FFF;
    font-size:23px;
    line-height:1.2;
    margin-bottom:5px;
    text-align:right;
}



.nikanproject-aboutpage-section-3 .swiper-slide:hover img {
    transform: scale(1.05);
}


.nikanproject-aboutpage-section-3 .swiper-slide:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}
.nikanproject-aboutpage-section-3 .swiper-slide:hover .project__description {
    transform: translateY(0);
}



.certificate-controls{
    
    position:relative;
}


.certificate-controls .swiper-button-next{
    
    position: unset;
    margin: 0 0 25px 0;
    width: auto;
    height: auto;
}


.certificate-controls .swiper-button-next svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(90deg) !important;
    
}




.certificate-controls .swiper-button-next svg polyline{
    
    stroke-width:1px;
}


.certificate-controls .swiper-button-prev{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.certificate-controls .swiper-button-prev svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(-90deg) !important;
    
}




.certificate-controls .swiper-button-prev svg polyline{
    
    stroke-width:1px;
}


.certificate-controls .swiper-button-next:after{
    
    background-image:none;
    content:none;
}

.certificate-controls .swiper-button-prev:after{
    
    background-image:none;
    content:none;
}


.certificate-controls{
    
    display:Flex;
    align-items:center;
    justify-content:Space-between;
    flex-direction:column;
}


.certificate-controls .swiper-pagination{
    
    position: unset;
    margin: 0;
    width: auto;
    display:Flex;
    align-items:Center;
    justify-content:Center;
    flex-direction:column;
}

.certificate-controls .swiper-pagination-bullet{
    
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
    margin-bottom:10px !important;
}


.certificate-controls .swiper-pagination-bullet:last-child{
    
    margin:0;
}


.certificate-controls .swiper-pagination-bullet-active{
    
    background-color: #a58c6a;
    width: 45px;
}



.nikanproject-aboutpage-section-4{
    
    position:relative;
    padding:60px 0;
}


.ceo-introduce-class{
    flex-direction:column;
    position:Relative;
    border:1px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:Center;
    height:100%;
    box-shadow:rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius:5px;
}

.ceo-introduce-class-right{
    
    width:100%;
    display:inline-block;
    height:100%;
    overflow:hidden;
    position:Relative;
}

.ceo-introduce-class-right img{
    
    width:100%;
    height:100%;
    transition:transform .3s linear;
    cursor:pointer;
}

.ceo-introduce-class-right:hover img{
    
    transform:scale(1.1);
}

.ceo-introduce-class-left{
    
    width:100%;
    display:inline-block;
    /*height:100%;*/
}


.ceo-introduce-class-left{
    
    padding:50px 25px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction:column;
}


.ceo-introduce-class-left h1{
    
    font-size:24px;
    color:#000;
    font-weight:600;
    margin:0 0 15px 0;
}


.ceo-introduce-class-left h2{
    
    display:block;
    margin-bottom:15px;
    font-size:19px;
    font-weight:600;
    color:#bfa888;
}

.ceo-introduce-class-left h2:after{
    
    content: "";
    width: 50px;
    height: 2px;
    background: #bfa888;
    display: inline-block;
    margin-right: 15px;
 
}





.ceo-introduce-class-left ul{
    
    padding:0;
    margin:0;
    display:flex;
    align-items:Center;
    justify-content:space-between;
    width:100%;
    
}



.ceo-introduce-class-left ul li{
    
    list-style-type:none;
    
}



.ceo-introduce-class-left ul li a{
    
    display:Flex;
    text-decoration:none;

}


.ceo-introduce-class-left ul li a span{
    
    font-size:16px;
    font-weight:600;
    color:#000;
}


.ceo-introduce-class-left ul li a i{
    
    font-size:20px;
    vertical-align:middle;
    color:#bfa888;
    margin-left:5px;
}

.ceo-text-module{
    
    margin-bottom:60px;
}


.ceo-margin-auto-1-5rem{
    
    margin:1.5rem auto 0 !important;
}




.nikanproject-aboutpage-section-3-title-class{
    
    margin-bottom:50px;
}


.nikanproject-customers-about{
    
    position:Relative;
    padding:60px 0;
    background-image:url(../img/pattern.png);
    background-attachment:fixed;
    background-color:#000;
}


.nikanproject-customers-about .swiper {
      width: 100%;
      height: 100%;
    }

.nikanproject-customers-about .swiper-slide {
      text-align: center;
      font-size: 18px;
      background:transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikanproject-customers-about .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter:grayscale(100%);
      transition:filter .5s ease-in-out ;
      -webkit-transition:filter .5s ease-in-out ;
    }

.nikanproject-customers-about .swiper {
      margin-left: auto;
      margin-right: auto;
    }


.nikanproject-customers-about .swiper-slide img:hover{
    
    filter:none;
}





.city-project-page-section-number1 .contact-page{
    
    background-image:url(../img/closeup-business-woman-hand-typing-laptop-keyboard-with-m-scaled.jpg);
    
}


.nikanproject-contactpage-section-1{
    
    padding:60px 0;
    position:Relative;
}



.nikanproject-contactpage-section-1 .cont-title{
    
    margin-bottom:60px;
}



.brnach-inner-contact{
    
    width:85%;
    height:100%;
    border-radius:10px;
    border:1px solid #bfa888;
    background:#FFF;
    /*box-shadow:0 2px 15px 0px rgba(0,0,0,.07);*/
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position:Relative;
}


.padding-branch{
    
    padding:30px;
}

.brnach-inner-contact h1{
    
    font-size:35px;
    color:#000;
    position:Relative;
    padding-bottom:15px;
    font-weight:600;
    margin-bottom:30px;
    
}

.brnach-inner-contact h1:After{
    
    position:absolute;
    bottom:0;
    right:0;
    width:25%;
    height:5px;
    border-radius:5px;
    background:#bfa888;
    content:'';
    
}

.brnach-inner-contact ul{
    
    margin:0;
    padding:0;
}


.brnach-inner-contact ul li{
    
    list-style-type:none;
    margin:0 0 15px 0;
}

.brnach-inner-contact ul li:last-child{
    
    margin-bottom:0;
}


.brnach-inner-contact ul li a{
    
    text-decoration:none;
    font-size:20px;
    color:#000;
    display:flex;
}

.brnach-inner-contact ul li a i{
    
    font-size:25px;
    color:#bfa888;
    margin-left:15px;
}


.branch-city-map iframe{
    
    width:100%;
    height:400px;
    display:block;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}


.nikanproject-contactpage-section-2{
    
    position:relative;
    padding:60px 0;
    background-image:url(../img/home-1-background-patern-1.jpg);
    
}


.nikanproject-contactpage-section-2 .row{
    
    justify-content:Center;
}


.nikanproject-contactpage-section-2 .row .form-group{
    
    position:Relative;
    margin-bottom:25px;
}


.nikanproject-contactpage-section-2 .row .form-group .form-control{
    
    height: 55px;
    border: 0;
    position:relative;
    z-index:1;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
    text-align:right;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width:100%;
    border-radius:0;
    background:transparent;
    font-weight:600;
    
}

.nikanproject-contactpage-section-2 .row .form-group .form-control[type="email"]{
    
     font-family:system-ui;
}


.nikanproject-contactpage-section-2 .row .form-group .form-control[type="email"]::Placeholder{
    
     font-family:YekanBakh !important
}


.nikanproject-contactpage-section-2 .row .form-group .form-control::Placeholder{
    
    color:#000;
}

.brnach-inner-contact ul li:last-child a span{
    
    font-family:system-ui;
}

.nikanproject-contactpage-section-2 .row .form-group .form-label{
    
    position: absolute;
    top: 15px;
    margin-bottom: 0;
    right: 0;
    display:none;
    z-index: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: text;
}

.nikanproject-contactpage-section-2 .row .form-group .form-line{
    
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #bfa888;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transform-origin:left;
    z-index:3;
}



.nikanproject-contactpage-section-2 .row .form-group i{
    
    position:absolute;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    font-size:35px;
    color:#bfa888;
}

.nikanproject-contactpage-section-2 .row .form-group .form-control:focus + label{
    
    top:-4px;
    font-size:17px;
    color:#bfa888;
}



.nikanproject-contactpage-section-2 .row .form-group input:focus ~ .form-line{
    
   width:100%;
   z-index:3;
}



.nikanproject-contactpage-section-2 .row .form-group textarea:focus ~ .form-line{
    
   width:100%;
   z-index:3;
}





.nikanproject-contactpage-section-2 .row textarea{
    
    height:120px !important;
    color:#000 !important;
}




.nikanproject-contactpage-section-2 .row button{
    
    background:transparent;
    border:0;
    outline:none;
    box-shadow:None;
    margin:auto;
    display:block;
}


.nikanproject-contactpage-section-2 .row h1{
    
    color:#000;
    font-weight:600;
    font-size:35px;
    margin:0 0 30px 0;
}



.nikanproject-contactpage-section-2 .row p{
    
    font-size:17px;
    font-weight:600;
    margin:0 0 30px 0;
    color:#000;
}


.nikanproject-contactpage-section-3{
    
    padding:60px 0;
    position:Relative;
}


.nikanproject-contactpage-section-3 .row{
    
    justify-content:Center;
}



.nikanproject-contactpage-section-3 ul{
    
    padding:0;
    margin:0;
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:space-between;
}



.nikanproject-contactpage-section-3 ul li{
    
    list-style-type:none;
}

.nikanproject-contactpage-section-3 ul li a i{
    
    font-size:40px;
    vertical-align:middle;
    transition:transform .3s;
    color:#bfa888;
}


.nikanproject-contactpage-section-3 ul li:Hover i{
    
    transform:scale(1.2);
}


.nikan-blog-section-1{
    
    position:Relative;
    padding:120px 0 60px 0;
}

.nikan-blog-section-1 .blog-col12{
    
    margin-bottom:60px;
}


.blog-keeper-class{
    
    width:100%;
    height:100%;
    border:1px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:5px;
}

.blog-keeper-class img{
    
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s linear;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.blog-keeper-class:hover img{
    
    transform:scale(1.09);
}

.blog-keeper-class:hover .blog-keeper-image a:after{
    
    opacity:0;
    visibility:hidden;
}

.blog-keeper-image{
    
    width:50%;
    display:inline-block;
    height:100%;
    overflow:hidden;
    position:Relative;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    
}


.blog-keeper-image a:after{
    
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    transition:all .3s linear;
}

.blog-keeper-content{
    
    width:50%;
    display:inline-block;
    height:100%;
    padding:15px;
    
}


.blog-keeper-content h1{
    
    margin:0 0 15px 0;
    line-height:1;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


.blog-keeper-content h1 a{
    
    text-decoration:none;
    color:#000;
    font-weight:600;
    font-size:25px;
    transition:color .3s linear;
}

/*.blog-keeper-content h1 a:hover{*/
    
/*    color:#bfa888;*/
/*}*/

.blog-keeper-content p{
    
    font-size:16px;
    font-weight:600;
    color:#000;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0;
}

.blog-keeper-seperator{
    
    width:75%;
    height:3px;
    border-radius:10px;
    background:#bfa888;
    margin:20px auto;
}




.blog-keeper-data-create{
    
    display:Flex;
    width:100%;
    justify-content:space-between;
    align-items:flex-start;
    flex-direction:column;
}

.blog-keeper-data-create h2{
    
    font-size:18px;
    color:#000;
    font-weight:600;
    margin-bottom:15px;
    display:flex;
    width:100%;
}


.blog-keeper-data-create i{
    
    margin-left:5px;
    color:#bfa888;
    
}


.blog-keeper-data-create h3{
    
    font-size:18px;
    color:#000;
    font-weight:600;
    margin-bottom:15px;
    display:flex;
    width:100%;
}

.blog-keeper-content .nikan-default-btns-brown{
    
    float:left;
}



.blog-margin-bottom{
    
    margin-bottom:1.5rem;
}





.nikan-blog-cta-number1{
    
    padding:60px 0;
    position:Relative;
    background-image:url(../img/home-1-background-patern-3.png);
    background-color:#000;
    background-attachment:fixed;
}


.nikan-blog-cta-number1 .row .form-group .form-line{
    
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #bfa888;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transform-origin:left;
    z-index:3;
}




.nikan-blog-cta-number1 .row .form-group input:focus ~ .form-line{
    
   width:100%;
   
}







.nikan-blog-cta-number1 .row button{
    
    background:transparent;
    border:0;
    outline:none;
    box-shadow:None;

}





.nikan-blog-cta-number1 .row .form-group{
    
    position:Relative;
    margin-bottom:50px;
}



.nikan-blog-cta-number1 .row .form-group .form-control{
    
    height: 55px;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width:100%;
    border-radius:0;
    background:transparent;
}


.nikan-blog-cta-number1 .row{
    
    justify-content:space-between;
}

.nikan-blog-cta-number1 .col-lg-8 h1{
    
    font-size:30px;
    color:#fff;
    font-weight:600;
    margin:0 0 50px 0;
}



.nikan-blog-cta-number1 .row .form-group i{
    
    position:absolute;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    font-size:35px;
    color:#fff;
}




.nikan-blog-cta-number1 .row .form-group .form-control[type="email"]{
    
     font-family:system-ui;
     text-align:right;
     font-weight:600;
}


.nikan-blog-cta-number1 .row .form-group .form-control[type="email"]::Placeholder{
    
     font-family:YekanBakh !important
}


.nikan-blog-cta-number1 .row .form-group .form-control::Placeholder{
    
    color:#fff;
}


.nikan-blog-cta-number1 button{
    
    color:#FFF !important;
}


.nikan-blog-cta-number1 .col-lg-3 h1{
    
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    margin: 0 0 25px 0;
    
}


.blog-cta-1-social-wrap{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    flex-direction:column;
    width:100%;
    
}


.blog-cta-1-social-wrap div{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    width:100%;
    
}


.blog-cta-1-social-wrap div a{
    
    display:flex;
    align-items:center;
    justify-content:center;
    vertical-align:middle;
    width:70px;
    height:70px;
    line-height:70px;
    border:1px solid transparent;
    transition:all .2s ease-out;
    -webkit-transition:all .2s ease-out;
    text-align:center;
    border-radius:50%;
    color:#fff;
    position:Relative;
    text-decoration:none;
}


.blog-cta-1-social-wrap div a svg{
    
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    fill: none;
    stroke-width: 3px !important;
    overflow:visible;
}


.blog-cta-1-social-wrap div a svg circle{
    
    stroke:#bfa888 !important;
    fill: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    stroke: currentColor;
    stroke-dashoffset: 700;
    stroke-dasharray: 700;
    stroke-width:7 !important;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-linecap: butt;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
}


.blog-cta-1-social-wrap div a i{
    
    color:#fff;
    font-size:30px;
     transition:all .2s ease-out;
    -webkit-transition:all .2s ease-out;
}

.blog-cta-1-social-wrap div a span{
    
    font-size:14px;
    color:#000;
    font-weight:600;
    display:block;
    margin-top:20px;
    text-align:center;
    position:absolute;
    bottom:0;
    right:50%;
    transform:TranslateX(50%);
}

.blog-cta-1-social-wrap div a:hover svg circle{
    
    stroke-dashoffset:0;
}


.blog-cta-1-social-wrap div a:hover i{
    
    color:#fff;
}


.social-stroke-mb-15{
    
    margin-bottom:15px;
}




.event-section-title{
    
    margin-bottom:50px;
}




.nikan-event-section{
    
    position:Relative;
    padding:120px 0 60px 0;

}



.event-card-parent{
    
    padding:15px !important;
    background:#FFF;
    position:Relative;
    /*border:1px solid #000;*/
    /*border-radius:10px;*/
    overflow:hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-bottom:50px;
    
}

.event-card-parent:last-child{
    
    margin-bottom:0;
}

.event-card-parent:before{
    
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    content:'';
    background-color:#bfa888;
    /*border-radius:10px;*/
    transition:1s;
    height:0;
}

.event-card-parent:hover:before{
    
    height:100%;

}


.event-card-parent .col-lg-3{
    
    position:relative;
    z-index:2;
    background:#FFF;
}


.event-card-parent .col-lg-6{
    
    position:relative;
    z-index:2;
    background:#FFF;
}


.event-card-center{
    
    padding:15px !important;
    /*border-right:1px solid #bfa888;*/
    /*border-left:1px solid #bfa888;*/
   
    
}

.event-card-right{
    
    /*border-top-right-radius:10px;*/
    /*border-bottom-right-radius:10px;*/
    padding-right:0 !important;
}


.event-card-right div{
    
    width:100%;
    height:100%;
    /*height:210px;*/
    /*border-radius:10px;*/
    overflow:Hidden;
    position:Relative;
    /*border-top-left-radius:0px;*/
    /*border-bottom-left-radius:0px;*/
}

.event-card-right div:after{
    
    display:none;
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    transition:all .3s linear;
}

.event-card-right img{
    
    width:100%;
    height:100%;
    transition:transform .4s linear;
    -webkit-transition:transform .4s linear;
    /*border-radius:5px;*/
    /*border-top-left-radius:0px;*/
    /*border-bottom-left-radius:0px;*/
}



.event-card-left{
    padding-left:0;
    /*border-top-left-radius:10px;*/
    /*border-bottom-left-radius:10px;*/
    background-image:url(../img/2.png) !important; 
    background-color:#000000d9 !important;
    
}



.event-card-parent:hover .event-card-right img{
    
    transform:scale(1.09);
}



.event-card-center .event-number-stroke{
    
    /*font-size:80px;*/
    font-size:60px;
    color:transparent;
    -webkit-text-stroke:1px #bfa888;
    display:inline-block;
    margin-bottom:15px;
    line-height:1;
    /*position:absolute;*/
    /*top:0;*/
    /*right:0;*/
    font-family:system-ui;
}


.event-time-and-location{
    
    display:flex;
    align-items:center;
    margin-bottom:15px;
}


.event-time-and-location i{
    
    font-size:25px;
    margin-left:10px;
    color:#bfa888;
    
}

.event-time-and-location span{
    
    color:#000;
    font-size:18px;
    font-weight:600;
}


.event-time-and-location div:first-child{
    
    margin-left:30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:50%;
}

.event-time-and-location div:nth-child(2){
    
    width:calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.event-time-and-location div span{
    
    width:85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.event-name-and-description{
    
    margin-bottom:15px;
    
}


.event-name-and-description p{
    
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:17px;
    font-weight:600;
    color:#000;
}



.event-name-and-description h1{
    
    color:#000;
    width:fit-content;
    font-size:28px;
    font-weight:600;
    margin:0 0 15px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
}




.event-card-left{
    
    display:Flex;
    align-items:Center;
    justify-content:center;
    flex-direction:column;
}

.event-card-left button{
    
    width:100%;
    border:0;
    background:Transparent;
    color:#FFF;
}

.event-card-left a{
    
    width:100%;
    border:0;
    background:Transparent;
    color:#FFF;
}


.event-card-left a:nth-child(1){
    
    margin-bottom:30px;
}



.event-card-left button svg{
    
    width: 25px;
    height: 25px;
    margin-right:15px;
    stroke: #bfa888;
}



.event-card-left button svg polyline{
    
  stroke-width:1.5px;
}


.event-card-left button i{
    
    color:#bfa888;
    font-size:25px;
    vertical-align:middle;
    margin-right:15px;
}


.customers-page-section-number1{
    
    padding:120px 0 60px 0;
    position:relative;
}


.customers-page-section-number1 p{
    
    font-size:17px;
    font-weight:600;
    color:#000;
    line-height:1.6;
    margin:0 0 40px 0;
    
}



.customers-page-section-number2{
    
    position:Relative;
    padding:60px 0;
}


.title-customer-with-nikan{
    
    margin-bottom:100px;
}



.process-section ul {
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}



.process-section ul li {
    float: right;
    width: calc(100%/3);
}

.process-section ul li .proz-minterio:before{
    
    top:0;
    bottom:auto;
    content: '';
    position: absolute;
    right: 0;
    width: 15%;
    height: 3px;
    background-color: #bfa888;
}

.process-section ul li .proz-minterio:after{
    
    bottom: -15px;
    top: auto;
}

.proz-minterio>h3 {
    color: #bfa888;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width:80%;
    position:Relative;
}

.proz-minterio>h3:After{
    
    content:'';
    background:#000;
    height:4px;
    width:25%;
    position:absolute;
    left:0;
    top:50%;
    transform:TranslateY(-50%);
    border-radius:5px;
}


.proz-minterio>p {
    color: #000;
    font-weight:600;
    font-size: 16px;
    max-width: 80%;
}

.p-num {
    position: absolute;
    bottom: 0;
    left:40px;
    font-size: 60px;
    font-weight: 500;
    color:transparent;
    -webkit-text-stroke:1px #000;
}

.proz-minterio:after {
    content: '';
    position: absolute;
    top: -13px;
    right: -17px;
    width: 30px;
    height: 30px;
    border: 3px solid #bfa888;
    background: #fff;
    border-radius:50%;
    z-index: 9;
}




.proz-minterio {
    width: 100%;
    border-right: 3px solid #bfa888;
    padding: 40px;
    position: relative;
}


.process-section ul li .proz-minterio {
    border-bottom: 3px solid #bfa888;
}

.process-section ul li:nth-child(4) .proz-minterio{
    
    border-bottom:0;
}


.process-section ul li:nth-child(4) .proz-minterio:before{
    
    top:auto;
    bottom:0;
}



.process-section ul li:nth-child(4) .proz-minterio:after{
    
    top:auto;
    bottom:-15px;
    right:-17px;
}

.process-section ul li:nth-child(5) .proz-minterio{
    
    border-bottom:0;
}


.process-section ul li:nth-child(5) .proz-minterio:before{
    
    top:auto;
    bottom:0;
}



.process-section ul li:nth-child(5) .proz-minterio:after{
    
    top:auto;
    bottom:-15px;
    right:-17px;
}


.customers-page-section-number3{
    
    padding:60px 0;
}


.customers-page-section-number3-title-class{

    margin-bottom:60px;
    
}



.brand-thumb-keeper-for-abs{
    
    text-align:center;
    position:Relative;
    overflow:hidden;

}

.brand-thumb-keeper-for-abs img{
    
    cursor:pointer;
}

.customers-page-section-number3 .col-lg-2{
    
    border-left:2px solid #bfa888;
    padding:.75rem;
    display:flex;
    align-items:Center;
    justify-content:space-between;
    flex-direction:column;
}


.customers-page-section-number3 .col-lg-2 p{
    
    margin:15px 0 0 0;
    text-align:center;
    font-weight:600;
    color:#000;
    font-size:18px;
}

.customers-page-section-number3 .row .col-lg-2:nth-child(6n){
    
    border-left:0;
}

.customers-page-section-number3 .first-brand-column{
    
    margin-bottom:1.5rem;
}


.customers-page-section-number3 .second-brand-column{
    
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}




.border-solo-brand-column{
    
    height:2px;
    width:100%;
    background:#bfa888;
}


.customers-page-section-number3 .col-lg-2 .brand-thumb-abs-1{
    
    filter:grayscale(100%);
     transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}




.customers-page-section-number3 .col-lg-2 .brand-thumb-abs-2{
    
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}





.brand-thumb-keeper-for-abs:hover .brand-thumb-abs-1{
    
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}


.brand-thumb-keeper-for-abs:hover .brand-thumb-abs-2{
    
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}



.same-taxidermy-title{
    
   
    margin: 0;
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    transform:rotate(-90deg);
    z-index: 5;
    position:Relative;
    float:left;
    
}



.nikan-error-page-404{
    
    position:Relative;
    background-image:url(/catalog/view/theme/nikan/css/image/404-error.png);
    background-size:100% 100%;
    padding-top:85px;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#000;
    text-align:center;
}


.nikan-error-page-404 h1{
    
    margin:0 0 25px 0;
    color:#FFF;
    font-weight:600;
}

.nikan-error-page-404 h2{
    
    color:#FFF;
    margin:0 0 25px 0;
    font-size:60px;
    font-weight:600;
}



.nikan-error-page-404 p{
    
    color:#fff;
    font-size:25px;
    font-weight:500;
    margin:0 0 25px 0;
}

.nikan-error-page-404 a{
    
    color:#FFF !important;
}




.nikan-customers-page-call-to-action{
    
    padding:60px 0;
    position:Relative;
    background-color:#bfa888;
    /*background-image:url(/catalog/view/theme/nikan/css/image/nikan.1001.ava102.ir/background-get-interior.png);*/
    background-position:1px 80%;
    background-repeat:no-repeat;
    background-attachment:fixed;
}




.nikan-customers-page-call-to-action .col-lg-12{
    
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.nikan-customers-page-call-to-action .col-lg-12 h1{
    
    color:#FFF;
    font-size:35px;
    font-weight:600;
    margin:0 0 20px 0;
}


.nikan-customers-page-call-to-action .col-lg-12 h2{
    
    color:#FFF;
    font-size:25px;
    font-weight:500;
    margin:0;
    
}


.nikan-customers-page-call-to-action .col-lg-12 a{
    
    color:#000;
}



.nikan-customers-page-call-to-action .col-lg-12 a i{
    
    margin-left:15px;
    vertical-align:middle;
    font-size:25px;
}




.col-text-center{
    
    text-align:center;
}




.nikan-testimonials-section-1{
    
    padding:120px 0 120px 0;
    position:relative;
}


.nikan-testimonials-section-1 p{
    
    margin-top:100px;
    font-size:18px;
    font-weight:600;
    color:#000;
    line-height:1.7;
}


.abs-image-services-testimonials{
    
    position:Absolute;
    left:0;
    top:0;
    z-index:-1;
    transform:rotate(-180deg);
}




.nikan-testimonials-section-1 .row{
    
    align-items:Center;
}


.nikan-testimonials-section-2{
    
    padding:60px 0;
    position:Relative;
}


.nikan-testimonials-section-2-title-col{
    
    margin-bottom:50px;
}




.nikan-testimonials-section-2 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-testimonials-section-2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikan-testimonials-section-2 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding:50px 0;
    }




.customer-op-inner-1{
    
    display:Flex;
    align-items:center;
    justify-content:flex-start;
}



.customer-op-inner-1 img{
    
    border-radius:50%;
    width:120px;
    height:120px;
    border:2px solid #bfa888;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 50px;
    
}

.swiper-testimonial-page-inside{
    
    width: 100%;
    height: 100%;
    padding: 80px 40px 40px 40px;
    border: 1px solid #bfa888;
    position:Relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius:4px;
    display:flex;
    align-items:Center;
    justify-content:flex-end;
    flex-direction:column;
}


.testi-thumb{
    
    position:absolute;
    top:-40px;
    left:40px;
    background:#FFF;
}

.customer-op-inner-2{
    
    text-align:right;
    margin-right:40px;
}

.swiper-testimonial-page-inside i{
    
    position: absolute;
    top: -50px;
    left: 50px;
    font-size: 100px;
    color: #bfa888;
    transform: rotate(180deg);
}

.swiper-testimonial-page-inside h1{
    
    font-size:30px;
    color:#000;
    margin:0 0 15px 0;
    font-weight:600;
}

.swiper-testimonial-page-inside h2{
    
    font-size:20px;
    color:#bfa888;
    margin:0 0 15px 0;
    font-weight:600;
}

.swiper-testimonial-page-inside p{
    
    font-size:19px;
    color:#000;
    margin:0 0 15px 0;
    font-weight:600;
}

.swiper-testimonial-page-inside .swiper-line-testimonials{
    
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    width:0;
    height:5px;
    background:#bfa888;
    transition:width .6s;
}



.swiper-testimonial-page-inside:Hover .swiper-line-testimonials{
    
    width:100%;
}





.nikan-testimonials-videos{
    
    padding:60px 0;
    position:Relative;
}



.testimonials-controls-page-inner{
    
    position:Relative;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    flex-direction:column;
}



.testimonials-controls-page-inner .swiper-button-next{
    
    position: unset;
    margin: 0 0 25px 0;
    width: auto;
    height: auto;

}

.testimonials-controls-page-inner .swiper-button-next:after{
    
    display:none;
}

.testimonials-controls-page-inner .swiper-button-prev:after{
    
    display:none;
}


.testimonials-controls-page-inner .swiper-button-next svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(90deg) !important;
}



.testimonials-controls-page-inner .swiper-button-next svg polyline{
    
    stroke-width:1px;
}



.testimonials-controls-page-inner .swiper-button-prev{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.testimonials-controls-page-inner .swiper-button-prev svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(-90deg) !important;
}

.testimonials-controls-page-inner .swiper-button-prev svg polyline{
    
    stroke-width: 1px;
}


.testimonials-controls-page-inner .swiper-pagination{
    
    position: unset;
    margin: 0;
    width: auto;
    display: Flex;
    align-items: Center;
    justify-content: Center;
    flex-direction: column;
}



.testimonials-controls-page-inner .swiper-pagination-bullet{
    
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
    margin-bottom: 10px !important;
}



.testimonials-controls-page-inner .swiper-pagination-bullet-active{
    
    background-color: #a58c6a;
    width: 45px;
}


.nikan-testimonials-videos-title-sec{
    
    margin-bottom:50px;
}



.nikan-testimonials-videos .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-testimonials-videos .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }


.nikan-testimonials-videos .swiper {
      margin-left: auto;
      margin-right: auto;
    }



.swiper-video-keeper-customer{
    
    width:100%;
    height:100%;
    position:Relative;
    border-radius:15px;
    overflow:hidden;
}

.swiper-video-keeper-customer:after{
    
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    /*border-radius: 15px;*/
    content: '';
    background:#000;
    opacity:.55;
    /*background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,#000000 100%);*/
}


.swiper-video-keeper-customer img{
    
    width:100%;
    height:100%;
    /*position:absolute;*/
    /*top:0;*/
    /*right:0;*/
    /*left:0;*/
    /*bottom:0;*/
    /*z-index:0;*/
}


.swiper-video-keeper-customer .video-play-class-customer{
    
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: 3;
    cursor: pointer;
}



.swiper-video-keeper-customer .video-play-class-customer svg .triangle{
    
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #FFF;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.swiper-video-keeper-customer .video-play-class-customer svg .circle{
    
    stroke: #FFF;
    stroke-dasharray: 650;
    stroke-dashoffset: 1300;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.swiper-video-keeper-customer .video-play-class-customer span{
    
    color:#bfa888;
    font-size:18px;
    font-weight:600;
    
}



.swiper-video-keeper-customer .video-play-class-customer:hover svg .triangle{
    
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #bfa888;
    -webkit-animation: trailorPlay .7s ease-in-out;
    animation: trailorPlay .7s ease-in-out;
    
}

.swiper-video-keeper-customer .video-play-class-customer:hover svg .circle{
 
    stroke-dashoffset: 0;
    stroke: #bfa888;
    
}


.video-information-customer{
    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 15px;
    text-align: right;
    z-index: 3;
}



.video-information-customer span{
    
    padding: 3px 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    /*margin-bottom: 10px;*/
    width: fit-content;
    background: #bfa888;
}

.video-information-customer h1{
    
    color:#FFF;
    font-size:19px;
    font-weight:600;
    margin:15px 0 0 0;
    
}


.video-information-customer p{
    
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}



.video-play-class-customer span{
    
    display:block;
    margin-top:15px;
    font-size:24px;
}

.jc-center-videos{
    
    justify-content:center;
}

.nikan-tesimonials-done-projects{
    
    padding:60px 0;
    position:relative;

}


.nikan-tesimonials-done-projects-title-col{
    
    margin-bottom:50px;
}


.nikan-deliver-col-parent{
    color: #FFF;
    position: RElative;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    border-radius: 5px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 180px;
    width: 100%;
}

.nikan-deliver-col-parent img{
    opacity: 1;
    width: 100%;
    transition: opacity .35s;
    height: 100%;
}


.nikan-deliver-col-parent > div{
    
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.nikan-deliver-col-parent > div:before{
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(-45deg,#000000 0%,transparent 40%,rgba(255,255,255,.6));
}


.nikan-deliver-col-parent i{
    
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}



.nikan-deliver-col-parent .curl{
    
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg,#ffffff,#f3f3f3 20%,#bbbbbb 38%,#aaaaaa 44%,#888888 50%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.3));
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transition: all .4s ease;
}

.nikan-deliver-col-parent .curl:before{
    
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0,0,0,.3);
    transform: skew(-10deg) rotate(-6deg);
}



.nikan-deliver-col-parent .curl:after{
    
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
    content:'';
    position:absolute;
    z-index:-1;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0,0,0,.3);
    transform: skew(-10deg) rotate(-6deg);

}


.nikan-deliver-col-parent a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}


.nikan-deliver-col-parent:hover > div:before{
    
    opacity:1;
}


.nikan-deliver-col-parent:hover i{
    
    opacity:1;
    transition-delay:.15s;
}


.nikan-deliver-col-parent:hover .curl{
    
    width:90px;
    height:90px;
}





.nikan-tesimonials-done-projects .col-lg-3 h1{
    
    display:inline-block;
    width:100%;
    font-size:23px;
    font-weight:600;
    color:#000;
    margin:1.5rem 0 0 0;
}

.new-swiper-testimonial-theme-withborder{
    
    padding:40px;
    position:Relative;
    border:1px solid #bfa888;
    z-index:2;
    width:100%;
    height:100%;
}



.project-show-case-section-1{
    
    position:Relative;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:Center;
}


.project-show-case-section-1 .container-fluid{
    
    padding:0;
    height:100%;
}

.project-show-case-section-1 .row{
    
    height:100%;
    margin:0;
}

.project-show-case-section-1 .show-case-col12-first{
    
    padding:0;
    height:100%;
}

.project-show-case-section-1 .show-case-col12-first .project-show-case-image{
    
    width:100%;
    height:100%;
}


.hs-poly-svg{
    
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    widtH:100%;
    height:100%;
}


.hs-poly-svg polygon{
    
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(255, 255, 255, 0.59);
    stroke-width: 0px;
    stroke-dasharray: 0;
    stroke-linecap: round;
    opacity: 0;
    background-image:url(../img/pattern-5.png);
}


.hs-poly-svg polygon:hover{
    
    opacity:1;
}


.project-show-case-section-2{
    
    position:relative;
    background-image:url(../img/home-1-background-patern-1.jpg);
    /*background-image:url(../img/counter-background.jpg);*/
    padding:60px 0;
    margin: 60px 0;
}


.project-show-case-section-2 .row{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
}


.project-show-case-section-2 .row div{
    
    width:12.5%;
    text-align:center;
    position:Relative;
    padding:0;
}



.project-show-case-section-2 .row div span{
    
    font-size:110px;
    line-height:1;
    display:block;
    color:#bfa88891;
    font-weight:600;
    opacity:.6;
    font-family:system-ui;
}




.project-show-case-section-2 .row div p{
    
    position:absolute;
    top:60%;
    line-height:1;
    right:50%;
    transform:Translate(50%,-60%);
    color:#000;
    font-size:30px;
    font-weight:600;
}



.project-show-case-section-3{
    
    padding:60px 0;
    position:Relative;
}



.project-show-case-section-3 .project-data-titleclass{
    
    margin-bottom:50px;
}

.project-data-itself-data .nav-tabs{
    
    bordeR:0;
}

.project-data-itself-data .nav-tabs li{
    
    margin-left:3rem;
}

.project-data-itself-data .nav-tabs li button{
    
    border:0 !important;
    color:#000;
    font-weight:600;
    font-size:20px;
    padding:0 0 5px 0;
    
}

.project-data-itself-data .nav-tabs li button.active{
    
    border-bottom:4px solid #bfa888 !important;
}



.nikan-new-cusomters-section .nikan-customers-ul-list ul:hover{
    
    animation-play-state:paused;
}



.filter-parent-for-style h2{
    
    font-size: 22px;
    border-bottom: 3px solid #bfa888;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500; 
    color: #bfa888;
}



.project-filter-right-side .nikan-default-btns-brown-color-white{
    
    width:auto;
    padding:0 50px;
    display:inline-block;
    margin-top:50px;
    float:left;
    color:#000 !important;
}
.project-filter-right-side .nikan-default-btns-brown-color-white:After{
    
    border-color:#000 !important;
}
.project-filter-right-side .nikan-default-btns-brown-color-white:before{
    
    border-color:#000 !important;
}




.project-simple-data-for-user{
    
    margin-bottom:1.5rem;
}

.project-simple-data-for-user h1{
    
    font-size:30px;
    font-weight:600;
    color:#000;
    margin:0 0 10px 0;
    
}


.project-simple-data-for-user p{
    
    font-size:18px;
    font-weight:400;
    text-align:justify;
    margin:0 0 10px 0;
    
}

.project-simple-data-for-user ul{
    
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    width:100%;
    padding:10px 0 0 0;
    margin:0;
    border-top:1px solid #bfa888;
}



.project-simple-data-for-user ul li{
    
    list-style-type:none;
    padding:0 10px;
    border-left:1px solid #bfa888;
    font-size:18px;
    font-weight:600;
    color:#bfa888;
}


.project-simple-data-for-user ul li:first-child{
    
    padding-right:0;
 
}

.project-simple-data-for-user ul li:last-child{
    
    padding-left:0;
    border-left:0;
}




.nikan-inner-pages-heading-design{
    
    position:relative;
    /*height:100vh;*/
    height:700px;
}

.nikan-inner-pages-heading-design .container-fluid{
    
    padding:0;
    height:100%;
}


.nikan-inner-pages-heading-design .row{
    
    height:100%;
    margin:0;
}


.nikan-inner-pages-heading-design .col-lg-12{
    
    padding:0;
    height:100%;
    
}

.nikan-inner-pages-heading-design .col-lg-12 video{
    
    width:100%;
    height:100%;
    object-fit:cover;
    display:inline-block;
    
}



.inner-pages-heading-information{
    
    position:absolute;
    right:100px;
    bottom:100px;
    z-index:3;
    padding-right:50px;
    border-right:5px solid #FFF;
}


.inner-pages-heading-information h1{
    
    color:#FFF;
    font-weight:100;
    font-size:30px;
    margin:0 0 30px 0;
}

.inner-pages-heading-information h2{
    
    color:#FFF;
    font-weight:600;
    font-size:60px;
    margin:0;
}




.nikan-inner-pages-heading-design:after{
    
    display:none;
    position:Absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    content:'';
    background:#000;
    opacity:.5;
    z-index:2;
}



.project-filter-right-side .nikan-default-btns-brown-color-white i{
    
    vertical-align:middle;
    margin-right:10px;
}



.nikan-news-page-section-1{
    
    padding:120px 0;
    position:relative;
}





.nikan-news-page-section-1 .nav-tabs{
    
    width:100%;
    justify-content:Center;
    border-bottom:3px solid #bfa888;
}



.nikan-news-page-section-1 .nav-tabs .nav-item{
    
    width:50%;
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.nikan-news-page-section-1 .nav-tabs .nav-item button{
    
    width:100%;
    padding:15px;
    font-size:25px;
    font-weight:600;
    border-color:transparent;
    color:#000;
    
}


.nikan-news-page-section-1 .nav-tabs .nav-item button.active{
    
    color:#FFF;
    background:#bfa888;
    border-color:#bfa888;
    
}


.nikan-news-page-section-1 .nav-tabs .nav-item button i{
    
    vertical-align:middle;
    margin-left:10px;
    font-size:30px;
}



.news-tab-section-number1{
    
    padding:80px 0 60px 0;
    position:relative;
}

.news-tab-section-number1-title-column{
    
    margin-bottom:60px;
}


.news-tab-section-number1 .swiper {
      width: 100%;
      height: 100%;
    }

.news-tab-section-number1 .out-of-swiper-theme-news {
      text-align: right;
      font-size: 18px;
      background: #fff;
      /*display: flex;*/
      /*justify-content: center;*/
      /*align-items: center;*/
      padding:10px;
      position:Relative;
      
    }

.news-tab-section-number1 .out-of-swiper-theme-news img {
     
      width: 100%;
      height: 100%;
      transition:all .3s linear;
      -webkit-transition:all .3s linear;
      overflow:hidden;
    }

.news-tab-section-number1 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding:10px 10px 6rem 10px;
    }
    



.news-tab-section-number1 .out-of-swiper-theme-news:before{
    
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border: 1px solid #d9d9d9;
    z-index: -1;
    
}



.news-tab-section-number1 .out-of-swiper-theme-news .border-fill-top-left:before{
    
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition-delay: .48s;
    content: '';
    position: absolute;
    display: block;
    background-color:#bfa888;
    transition: transform .64s cubic-bezier(.7,.01,.32,1);
    
}



.news-tab-section-number1 .out-of-swiper-theme-news .border-fill-top-left:after{
    
    top: -1px;
    left: -1px;
    width: 2px;
    height: calc(100% + 2px);
    transform: scaleY(0);
    transform-origin: bottom;
    transition-delay: 0s;
    content: '';
    position: absolute;
    display: block;
    background-color:#bfa888;
    transition: transform .64s cubic-bezier(.7,.01,.32,1);
    
}



.news-tab-section-number1 .out-of-swiper-theme-news .border-fill-bottom-right:before{
    
    bottom: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: .48s;
    content: '';
    position: absolute;
    display: block;
    background-color:#bfa888;
    transition: transform .64s cubic-bezier(.7,.01,.32,1);
}



.news-tab-section-number1 .out-of-swiper-theme-news .border-fill-bottom-right:after{
    
    bottom: -1px;
    right: -1px;
    width: 2px;
    height: calc(100% + 2px);
    transform: scaleY(0);
    transform-origin: top;
    content: '';
    position: absolute;
    display: block;
    background-color: #bfa888;
    transition: transform .64s cubic-bezier(.7,.01,.32,1);
    transition-delay: 0s;
}


.image-holder-ss-newstab{
    
    position:relative;
    overflow:hidden;
    
}

.news-tab-section-number1 .out-of-swiper-theme-news:hover .image-holder-ss-newstab img{
    
    transform:scale(1.1);
}

.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content{
    
    margin-top:20px;
}


.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content h1{
    
    margin:0 0 20px 0;
    display:-webkit-box;
    font-size:inherit;
    line-height:1.5;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-box-orient:vertical;
}

.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content h1 a{
    
    text-decoration:none;
    color:#000;
    font-size:22px;
    transition:color .3s;
    font-weight:600;
}




.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content h1:hover a{
    
    color:#bfa888;
}





.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content p{
    
    font-size:16px;
    color:#000;
    font-weight:400;
    margin:0 0 20px 0;
     display:-webkit-box;
    -webkit-line-clamp:2;
    overflow:hidden;
    -webkit-box-orient:vertical;
}



.authur-information{
    
    display:Flex;
    align-items:flex-start;
    flex-direction:column;
    justify-content:flex-start;
}


.authur-information div{
    
    font-size:18px;
    color:#000;
}

.authur-information div i{
    
    vertical-align:middle;
    margin-left:5px;
    font-size:22px;
    color:#bfa888;
}


.authur-information div:nth-child(2){
    
    margin-top:10px;
}

.news-tab-section-number1 .out-of-swiper-theme-news:hover .border-fill-top-left:before{
    
    transform:scaleX(1);
    transition-delay:0s;
}


.news-tab-section-number1 .out-of-swiper-theme-news:hover .border-fill-top-left:after{
    
    transform:scaleY(1);
    transition-delay:.48s;
}

.news-tab-section-number1 .out-of-swiper-theme-news:hover .border-fill-bottom-right:before{
    
    transform:scaleX(1);
    transition-delay:0s;
}

.news-tab-section-number1 .out-of-swiper-theme-news:hover .border-fill-bottom-right:after{
    
    transform:scaleY(1);
    transition-delay:.48s;
}




.news-tab-section-number1 .out-of-swiper-theme-news .ss-newstab-content h1 a span{
    
    font-family:system-ui;
}


.news-swiper-theme-controls{
    
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: Center;
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
}


.news-swiper-theme-controls .swiper-button-prev{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.news-swiper-theme-controls .swiper-button-prev svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg) !important;
}

.news-swiper-theme-controls .swiper-button-prev svg polyline{
    
    stroke-width:1px;
}

.news-swiper-theme-controls .swiper-button-next{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.news-swiper-theme-controls .swiper-button-next svg{
    
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    
}


.news-swiper-theme-controls .swiper-button-next svg polyline{
    
    stroke-width:1px;
}


.news-swiper-theme-controls .swiper-pagination{
    
    position: unset;
    width: auto !important; 
    margin: 0 30px;
}


.news-swiper-theme-controls .swiper-pagination-bullet{
    
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
}

.news-swiper-theme-controls .swiper-pagination-bullet-active{
    
    background-color: #a58c6a;
    width: 45px;
}

.news-swiper-theme-controls .swiper-button-next:after{
    
    display:none;
}


.news-swiper-theme-controls .swiper-button-prev:after{
    
    display:none;
}



.nikan-reponsibility-section{
    
    padding:0 0 60px 0;
    position:Relative;
}


.nikan-reponsibility-section .nikan-repons-title{
    
    margin-bottom:60px;
}


.nikan-reponsibility-section .nikan-repons-title p{
    
    font-size:19px;
    color:#000;
    font-weight:500;
    margin:auto;
    padding:30px 0 0 0;
    max-width:90%;
}




.nikan-reponsibility-section .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-reponsibility-section .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      /*display: flex;*/
      /*justify-content: center;*/
      /*align-items: center;*/
      position:Relative;
      /*flex-direction:column;*/
    }

.nikan-reponsibility-section .swiper-slide img {
      /*display: block;*/
      width: 100%;
      height: 100%;
      /*object-fit: cover;*/
      filter:brightness(100%);
      transition:all .5s;
      overflow:hidden;
      -webkit-transition:all .5s;
    }

.nikan-reponsibility-section .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:5rem;
    }




.nikan-respons-content{
    
    z-index:3;
    width:90%;
    background: rgba(0, 0, 0, 0.8);
    padding:20px;
    transform:translateY(-25%);
    transition:transform .5s;
    margin:auto;
}

.nikan-respons-content h1{
    
    color:#FFF;
    font-size:20px;
    margin:0 0 10px 0;
}

.nikan-respons-content h2{
    
    color:#bfa888;
    font-size:18px;
    font-weight:600;
    margin:0;
}



.nikan-reponsibility-section .swiper-slide:Hover img{
    
    filter:brightness(60%);
    transform:scale(1.09, 1.09);
}

.nikan-reponsibility-section .swiper-slide:Hover .nikan-respons-content{
    
    transform:translateY(-50%);
}


.nikan-repons-thumb{
    
    position:Relative;
    overflow:hidden;
}


.news-page-nikan-events{
    
    position:Relative;
    padding:0 0 60px 0;
}



.news-page-nikan-events .news-page-nikan-events-titleclass{
    
    margin-bottom:60px;
}


.section-news2-padtop0{
    
    padding-top:0 !important;
}


.news-page-nikan-events .swiper {
      width: 100%;
      height: 100%;
    }

.news-page-nikan-events .swiper-slide {
      /*text-align: center;*/
      /*font-size: 18px;*/
      /*background: #fff;*/
      padding:15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }


.news-page-nikan-events .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:5rem;
    }





.news-page-nikan-stars{
    
    position:Relative;
}

.news-page-nikan-stars .news-page-nikan-stars-titlecol{
    
    margin-bottom:60px; 
}



.star-class-inner{
    
    padding:15px;
    position:Relative;
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    /*box-shadow:0px 0px 20px 0px rgba(0,0,0,.05);*/
}


.star-class-inner .star-line-1:before{
    
    width:2px;
    height:0;
    content: '';
    background: #bfa888;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .45s;
    transition: all .45s;
}

.star-class-inner .star-line-1:after{
    
    width: 0;
    height: 2px;
    content: '';
    background: #bfa888;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .45s;
    transition: all .45s;
}



.star-class-inner .star-line-2:before{
    
    width:2px;
    height:0;
    content: '';
    background: #bfa888;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .45s;
    transition: all .45s;
}

.star-class-inner .star-line-2:after{
    
    width: 0;
    height: 2px;
    content: '';
    background: #bfa888;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .45s;
    transition: all .45s;
}


.star-class-inner:hover .star-line-1:before{
    
    width: 2px;
    height: 100%;
}

.star-class-inner:hover .star-line-1:after{
    
    width: 100%;
    height: 2px;
}



.star-class-inner:hover .star-line-2:before{
    
    width: 2px;
    height: 100%;
}

.star-class-inner:hover .star-line-2:after{
    
    width: 100%;
    height: 2px;
}




.star-class-inner:before{
    
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #333;
    opacity: 0;
    transition: .3s all ease-in-out;
}


.star-class-inner img{
    
    width:100%;
}

.star-class-inner:hover:before{
    
    opacity:.9;
}


.star-class-hover-content{
    
   
    opacity: 0;
    text-align: center;
    position: absolute;
    padding:15px;
    top: calc(50% - 10px);
    transform: translate(50%,-50%);
    width: 100%;
    color: #fff;
    right:50%;
    transition-duration: .3s;
    z-index:2;
}

.star-class-inner:hover .star-class-hover-content{
    
    opacity:1;
    top:50%;
}




.star-class-hover-content p{
    
    color:#FFF;
    font-size:18px;
    width:100%;
    max-width:80%;
    /*text-align:center;*/
    text-align:right;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    margin:auto;
}





.star-keeper-class h1{
    
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
    padding-right: 15px;
    border-right: 4px solid #bfa888;
}



.star-keeper-class h2{
    
    font-size:20px;
    color:#bfa888;
    margin:0;
}



.star-keeper-with-margin{
    
    margin-bottom:1.5rem;
}

.nikan-blog-section-number1{
    
    padding:120px 0 60px 0;
    position:Relative;
}




.nikan-blog-section-number1 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-blog-section-number1 .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikan-blog-section-number1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.nikan-blog-section-number1 .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }


.blog-theme-swiper-right-side{
    
    width:50%;
    padding:20px;
}

.blog-theme-swiper-left-side{
    
    width:50%;
    padding:20px;
    display:flex;
    align-items:Center;
    justify-content:space-between;
}


.blog-theme-swiper-left-side span{
    
    font-size:90px;
    font-weight:600;
    color:#bfa888;
    line-height:1;
    display:inline-block;
    margin-left:40px;
    font-family:system-ui;
}




.blog-theme-swiper-left-side h1{
    
    
    color:#000;
    font-size:35px;
    font-weight:400;
    margin:0 0 20px 0;
    line-height:1;
    transition:transform .7s linear;
    transform:translateY(-50px);
}



.blog-theme-swiper-left-side h2{
    
    color:#bfa888;
    padding-right:20px;
    border-right:5px solid #bfa888;
    font-size:30px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:1.5;
    transition:transform .7s linear;
    transform:translateY(-50px);
}

.blog-theme-swiper-left-side p{
    
    font-size:17px;
    color:#000;
    font-weight:400;
    margin:0 0 20px 0;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
     transition:transform .7s linear;
    transform:translateX(-100px);
}


.blog-theme-swiper-left-side a{
    
    padding:0 35px;
    transition:transform .7s linear;
    transform:translateY(50px);
}




.blog-theme-swiper-right-side a{
    
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}



.blog-theme-swiper-right-side img{
    
    transition:filter .45s linear, transform .45s linear;
    
}



.blog-theme-swiper-right-side:hover img{
    
    transform:scale(1.1);
    filter:brightness(60%);
}



.swiper-keeper-blog-theme-kkz{
    
    position:absolute;
    bottom:1rem;
    right:50%;
    transform:TranslateX(50%);
    display:flex;
    align-items:Center;
    justify-content:space-between;
    width:300px;
}


.swiper-keeper-blog-theme-kkz div{
    
    position:unset !important;
    width:auto;
    height:auto;
    background-image:none;
}


.swiper-keeper-blog-theme-kkz div:After{
    
    display:none;
}


.swiper-keeper-blog-theme-kkz div svg{
    
    width:100px;
    height:50px;
}

.swiper-keeper-blog-theme-kkz div svg circle:nth-child(2){
    
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: all .8s cubic-bezier(.45,0,.14,1.03);
    transform: rotate(-200deg);
    transform-origin: 71% 50%;
    
}

.swiper-keeper-blog-theme-kkz div:hover svg circle:nth-child(2){
    
    stroke-dashoffset: 0;
    transform: rotate(55deg);
    transition: 1s cubic-bezier(.38,.67,.76,.66);
}



.swiper-keeper-blog-theme-kkz .swiper-button-next{
    
    transform:rotate(180deg);
}



.nikan-blog-section-number1 .swiper-slide-active .blog-theme-swiper-left-side h1{
    
    transform:none;
}



.nikan-blog-section-number1 .swiper-slide-active .blog-theme-swiper-left-side h2{
    
    transform:none;
}



.nikan-blog-section-number1 .swiper-slide-active .blog-theme-swiper-left-side a{
    
    transform:none;
}




.nikan-blog-section-number1 .swiper-slide-active .blog-theme-swiper-left-side p{
    
    transform:none;
}



.blog-padding-top0{
    
    padding-top:0 !important;
}



.reverse-blog-module .blog-theme-swiper-left-side h1{
    
    transform:translateY(50px);
}


.reverse-blog-module .blog-theme-swiper-left-side h2{
    
    transform:translateY(50px);
}


.reverse-blog-module .blog-theme-swiper-left-side P{
    
    transform:translateX(100px);
}






.button-open-filter{
    
    width:50px;
    height:50px;
    position:relative;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    overflow:hidden;
}

.button-open-filter span{
    
    width:100%;
    transition:all .3s;
    display:block;
    height:5px;
    border-radius:5px;
    background:#bfa888;
}

.button-open-filter .btn-sign-top{
    
    margin-bottom:10px;
}

.button-open-filter .btn-sign-bottom{
    
    opacity:0;
    transform:TranslateX(100%);
    display:none;
}

.button-open-filter .btn-sign-bottom{
    
    opacity:1;
    transform:translateX(0);
    display:block;
}


.button-open-filter.active .btn-sign-top{
    
    margin:0 0 10px 0;
}


.project-filter-right-side.open{
    
    transform:ScaleY(1);
    opacity:1;
    visibility:visible;
    max-height:initial;
}




.filters-title-h1{
    
    text-align: right;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 0 20px 0 0;
}


.flex-filter-heading{

    display:flex;
    align-items:Center;
    justify-content:flex-start;
    
}




.customers-page-section-number1-title-col{
    
    margin-bottom:60px;
}



.Cooperation-section-1-col-img{
    
    position:Relative;
    /*width:100% !important;*/
    height:100%;
    overflow:hidden;
    padding-left:30px !important;
}


 .Cooperation-section-1-col-tabs .tab-content>.active{
        
        display:Flex !important;
        align-items:Center;
    }
    
    .Cooperation-section-1-col-tabs .tab-content>.active img{
        
        width:100%;
        /*filter:brightness(50%);*/
        height:100%;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-tabs{
        
        width:50%;
        float:left;
    }
    
    
    .Cooperation-section-1-col-tabs .tab-content{
        
        width:100%;
        float:right;
    }
    

.Cooperation-section-1-col-img img{
    
    width:100%;
    height:100%;
    filter:brightness(50%);
}



.Cooperation-section-1-col-img .cooperation-year-class{
    
    position:absolute;
    right:50%;
    bottom:50%;
    transform:Translate(50%,50%);
    width:250px;
    height:auto;
    padding:25px;
    border:15px solid #FFF;
    text-align:center;
}


.Cooperation-section-1-col-img .cooperation-year-class h1{
    
    margin:0 0 15px 0;
    color:#fff;
    font-weight:600;
    font-family:system-ui;
    font-size:110px;
    
}

.Cooperation-section-1-col-img .cooperation-year-class h2{
    
    margin:0 0 15px 0;
    color:#FFF;
    font-size:40px;
    font-weight:600;
}





.Cooperation-section-1-col-tabs {
    
    width:100%;
    height:100%;
    padding-right:30px;
    
}


.Cooperation-section-1-col-tabs .nav-link.active{
    
    border:0 !important;
    border-bottom:5px solid #bfa888 !important;
}


.Cooperation-section-1-col-tabs .nav-link{
    
    padding:5px 15px;
    border:0 !important;
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
    border-color:#bfa888 !important;
}


.Cooperation-section-1-col-tabs .nav-item{
    
    margin-left:20px;
}



.Cooperation-section-1-col-tabs .tab-pane{
    
    padding:40px 0 !important;
}


.Cooperation-page-section-number2{
    
    padding:60px 0;
    position:relative;
}

.nikan-customers-page-call-to-action a img{
    
    width:40px;
    height:40px;
    margin-left:10px;
}



.nikan-customers-page-call-to-action .col-lg-12 a{
    
    color:#000 !important;
    padding:10px 40px;
}





.mt60-container{
    
    margin-top:60px;
}


.Cooperation-section-class-resume{
    
    position:Relative;
    padding:120px 0 60px 0;
}



.Cooperation-section-class-resume .container-fluid{
    
    padding:0;
}

.Cooperation-section-class-resume .container-fluid .row{
    
    margin:0;
    align-items:Center;
}


.Cooperation-section-class-resume .container-fluid .col-first-right-resume{
    
    padding:0 40px 0 0;
    
}



.Cooperation-section-class-resume .container-fluid .col-first-left-resume{
    
    padding:0 60px 0 40px;
}



.Cooperation-section-class-resume .container-fluid .col-first-right-resume img{
    
    width:100%;
    height:100%;
    transition:transform .5s linear;
    /*filter:brightness(70%);*/
    cursor:pointer;
}


.Cooperation-section-class-resume .container-fluid .col-first-right-resume img:hover{
    
    transform:scale(1.1);
}




.col-first-right-resume-innerclass{
    
    width:100%;
    position:relative;
    height:100%;
    overflow:hidden;
}


.col-first-left-resume p{
    
    font-size:17px;
    margin:0;
    line-height:1.7;
    font-weight:600;
    padding-right:20px;
    border-right:5px solid #bfa888;
    color:#000;
}





.Cooperation-section-class-resume .container-fluid .col-second-right-resume{
    
    margin:30px 0;
    text-align:center;
    
}



.Cooperation-section-class-resume .container-fluid .counter-numbers-resume{

    padding:0 0;
    margin-top:30px;
}



.counter-numbers-resume {
    
    display:flex;
    flex-wrap:wrap;
}


.counter-numbers-resume div{
    text-align:center;
    padding:0 15px;
    display:flex;
    align-items:Center;
    justify-content:space-between;
}

.counter-numbers-resume div:nth-child(odd){
    
    padding-right:0;
}

.counter-numbers-resume div:nth-child(even){
    
    padding-left:0;
}



.counter-numbers-resume div h1{
    
    font-size:25px;
    font-weight:600;
    color:#000;
    margin:0;
    padding-right:15px;
    border-right:5px solid #bfa888;
}

.counter-numbers-resume .mb-15-count{
    
    margin-bottom:15px;
}

.counter-numbers-resume div h2{
    
    color: transparent;
    -webkit-text-stroke: 1px #bfa888;
    font-family: system-ui;    font-weight:600;
    margin:0;
    line-height:1;
    font-size:70px;
    
}


.col-second-right-resume h1{
    
    font-size:25px;
    padding-bottom:15px;
    width:fit-content;
    margin:auto;
    border-bottom:3px solid #bfa888;
    margin-bottom:15px;
}


.col-second-right-resume a{
    
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    padding: 15px 85px;
    margin: auto;
}






.Cooperation-section-class-forms{
    
    padding:120px 0 60px 0;
    position:relative;
}

.Cooperation-section-class-forms .title-margin-bottom p{
    
    font-size:20px;
    color:#000;
    font-weight:600;
    margin:80px 0 20px 0;
}

.Cooperation-section-class-forms .title-margin-bottom p:last-child{
    
    margin:0;
}


.Cooperation-section-class-forms .title-margin-bottom p span{
    
    font-family:system-ui;
    margin:0 3px;
    display:inline-block;
    color: #bfa888;
    font-weight: 600;
    font-size: 25px;
    vertical-align:bottom;
    
}


.forms-class-inside{
    
    width:100%;
    height:100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border:1px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:space-between;
    flex-direction:column;
    transition:all .3s;
    -webkit-transition:all .3s;
    
}


.formclass-inside-number1{
    
    width:100%;
    display:flex;
    padding:25px;
    align-items:Center;
    justify-content:Space-between;
}

.formclass-inside-number2{
    
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:Space-between;
    padding:25px;
}

.forms-class-inside p{
    
    margin:25px;
    font-size:18px;
    font-weight:600;
    color:#000;
}




.formclass-inside-number1 div:nth-child(2){
    
    
    border:1px solid #bfa888;
    padding:5px;
    background:#bfa888;
    
}


.formclass-inside-number1 div:nth-child(2) img{
    
    width:50px;
    height:50px;
}

.formclass-inside-number1 div:nth-child(1){
    
    font-size:25px;
    color:#bfa888;
    padding-right:10px;
    border-right:5px solid #bfa888;
    font-weight:600;
}





.formclass-inside-number2 div:nth-child(2){
    
    
    color:transparent;
    font-size:60px;
    font-weight:600;
    font-family:system-ui;
    -webkit-text-stroke:1px #000;
    line-height:.5;
    transition:.3s linear;
    
}





.forms-class-inside:hover .formclass-inside-number2 div:nth-child(2){
    
    color:#bfa888;
    -webkit-text-stroke:0;
}



.nikan-media-section-number1{
    
    /*padding:120px 0 60px 0;*/
    padding:30px 0 60px 0;
    position:Relative;
}

.nikan-media-section-number1 .title-margin-bottom span{
    
    font-size:100px;
    line-height:1;
    font-family:system-ui;
}


.tv-col-12parent .nav-tabs {
    width: 100%;
    justify-content: Center;
    border-bottom: 3px solid #bfa888;
}

.tv-col-12parent .nav-tabs .nav-item {
    width: 50%;
    display: flex;
    align-items: Center;
    justify-content: Center;
}

.tv-col-12parent .nav-tabs .nav-item button.active {
    color: #FFF;
    background: #bfa888;
    border-color: #bfa888;
}

.tv-col-12parent .nav-tabs .nav-item button {
    width: 100%;
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    border-color: transparent;
    color: #000;
}

.tv-col-12parent .nav-tabs .nav-item button img {
    vertical-align: middle;
    margin-left: 10px;
    width:55px;
    height:55px;
}



@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}



.tablifestyle-content{
    
    padding:60px 0;
    position:Relative;
}


.video-inner-page-class{
    
    position:Relative;
    overflow:hidden;
}

.video-inner-page-class img{
    
    width:100%;
    height:100%;
    
}



.video-inner-page-class .video-inner-page-lifestyle-overlay{
    
    display:none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #000000 100%);
    opacity: 1;
    z-index:1;
}


.video-inner-page-class .button-video-player{
    
    position:absolute;
    /*top:35%;*/
    top:50%;
    right:50%;
    transform:translate(50%,-50%);
    z-index:2;
    
}


.video-inner-page-class .button-video-player i{
    
    margin-left:5px;
}

.video-inner-page-class .button-video-player button{
    
    position:relative;
    width:65px;
    height:65px;
    border-radius:50%;
    border:2px solid #bfa888;
    background:#bfa88894;
    color:#FFF;
    font-size:30px;
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.tablifestyle-content .container-fluid{
    
    padding:0;
}


.video-inner-page-class .button-video-player button:before{
    
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color:#bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    animation-delay: 0.2s;
    animation-duration: 3s;
}


.video-inner-page-class .button-video-player button:after{
    
    animation-delay: 0.5s;
    animation-duration: 3s;
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color:#bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    
}


.video-inner-page-class .video-lifestyle-content{
    
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    z-index:2;
    padding:0 15px 15px;
}


.video-inner-page-class .video-lifestyle-content h1{
    
    color:#FFF;
    font-size:18px;
    margin:0 0 10px 0;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

.video-inner-page-class .video-lifestyle-content h1 a{
        color:#FFF;
    font-size:18px;
    text-decoration: none;
}

.video-inner-page-class .video-lifestyle-content span{
    
    margin:0 7px;
    display:inline-block;
    
}


.video-inner-page-class .video-lifestyle-content div{
    
    display:flex;
    align-items:Center;
    justify-content:flex-start;
}



.video-inner-page-class .video-lifestyle-content div p{
    
    margin:0;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color:#FFF;
    font-size:17px;
    font-family:cursive;
}


.video-inner-page-class .video-lifestyle-content div p i{
    
    font-size:25px;
    color:#bfa888;
    margin-left:7px;
}

.video-inner-page-class .video-lifestyle-content div p:nth-child(2){
    
    margin-right:30px;
}




.video-inner-page-class .video-lifestyle-content div p .fa-calendar{
    
    font-size:20px;
    
}



.mb-1-5rem{
    
    margin-bottom:1.5rem;
}


.nikan-media-section-number2{
    
    padding:0 0 60px 0;
    position:relative;
}


.podcast-audio-innerclass{
    
    width:100%;
    padding:20px;
    border-radius:3px;
    box-shadow:rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height:100%;
    position:relative;
}



.podcast-audio-innerclass .podcast-data-first{
    
    font-size:30px;
    font-weight:600;
    color:#000;
    margin:0 0 20px 0;
    line-height:1.5;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient:1;
    
}


.podcast-audio-innerclass .podcast-data-first span{
    
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px #bfa888;
    font-weight: 600;
    line-height: normal;
    font-family: system-ui;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}



.podcast-audio-innerclass .podcast-speaker-information{
    
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    margin:0 0 20px 0;
    width:100%;
}



.podcast-audio-innerclass .podcast-speaker-information div:nth-child(1){
    
    color:#000;
    font-size:19px;
    font-weight:600;
    margin-left:30px;
    display:flex;
    align-items:Center;
    
}



.podcast-audio-innerclass .podcast-speaker-information div:nth-child(2){
    
    color:#000;
    font-size:23px;
    font-weight:600;
    display:flex;
    align-items:Center;
    
}


.podcast-audio-innerclass .podcast-speaker-information div:nth-child(2) span{
    
    color:#000;
    font-size:19px;
    font-weight:600;
    font-family:system-ui;
}

.podcast-audio-innerclass .podcast-speaker-information div i{
    
    vertical-align:middle;
    margin-left:10px;
    font-size:25px;
    color:#bfa888;
}


.audio-itself audio{
    display:block;
    bordeR:2px solid #bfa888;
    width:100%;
    border-radius:100px;
}


.audio-platforms{
    
    margin-top:20px;
    
}

.audio-platforms ul{
    
    display:Flex;
    padding:0;
    margin:0;
    align-items:Center;
    justify-content:space-between;
}

.audio-platforms ul li{
    
    list-style-type:none;
}

.audio-platforms ul li span{
    
    color:#000;
    font-size:17px;
    font-weight:600;

}

.audio-platforms ul li i{
    
    font-size:30px;
    vertical-align:bottom;
    margin-left:5px;
}


.audio-platforms ul li img{
    
    width:30px;
    height:30px;
    margin-left:5px;
}

.audio-platforms ul li .fa-soundcloud{
    
    color:#ff5500;
}


.audio-platforms ul li .fa-spotify{
    
    color:#1ed760;
}

.audio-platforms ul li a{
    
    text-decoration:none;
}




.audio-itself audio::-webkit-media-controls-current-time-display{
    
    color:#000;
    font-weight:400;
    font-size:23px;
}

.audio-itself audio::-webkit-media-controls-time-remaining-display{
    
    color:#000;
    font-weight:400;
    font-size:23px;
}

.audio-itself audio::-webkit-media-controls-panel{
    
    background:#fff;
}



.audio-platforms h1{
    
    color:#000;
    font-size:20px;
    margin:0 0 10px 0;
    line-height:1;
    font-weight:600;
}




.nikan-media-section-number3{
    
    position:Relative;
    padding:60px 0;
}


.nikan-media-section-number3 .swiper {
      width: 100%;
      height: 100%;
      padding-bottom:5rem;
    }

.nikan-media-section-number3 .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      /*display: flex;*/
      justify-content: center;
      align-items: center;
      position:Relative;
    }

.nikan-media-section-number3 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    

.nikan-media-section-number3 .swiper-slide {
      width:60%;
      position:relative;
      max-height:500px;
    }


.nikan-media-section-number3 .swiper-slide .swipercenter-overlayclass{
    
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.55;
    z-index:1;
}


.nikan-media-section-number3 .swiper-slide .swipercenter-contentslider{
    
    padding:20px;
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    z-index:2;
    /*max-width:80%;*/
}

.nikan-media-section-number3 .swiper-slide .swipercenter-contentslider .swipercenter-title{
    
    text-decoration:none;
    color:#FFF;
    font-size:22px;
    display:block;
    margin-bottom:20px;
    font-weight:600;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}


.nikan-media-section-number3 .swiper-slide .swipercenter-contentslider p{
    
    font-size:16px;
    color:#FFF;
    margin:0 0 20px 0;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}



.swipercentercontent-date ul{
    
    display:flex;
    align-items:Center;
    margin:0;
    padding:0;
    justify-content:flex-start;
}


.swipercentercontent-date ul li{
    
    margin-left:30px;
    list-style-type:none;
    color:#bfa888;
    font-weight:600;
    font-size:20px;
}




.swipercentercontent-date ul li i{
    
    vertical-align:middle;
    margin-left:10px;
    
}



.nikan-media-section-number3 .centerswiper-btns .swiper-button-prev {
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.nikan-media-section-number3 .centerswiper-btns .swiper-button-prev:after{
    
    display:none;
}


.nikan-media-section-number3 .centerswiper-btns .swiper-button-next:after{
    
    display:none;
}

.nikan-media-section-number3 .centerswiper-btns .swiper-button-prev svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
}



.nikan-media-section-number3 .centerswiper-btns svg polyline {
    stroke-width: 1px;
}



.nikan-media-section-number3 .centerswiper-btns .swiper-pagination {
    position: unset;
    width: auto;
    margin: 0 30px;
}


.nikan-media-section-number3 .centerswiper-btns .swiper-pagination-bullet-active {
    background-color: #a58c6a !important;
    width: 45px !important;
}


.nikan-media-section-number3 .centerswiper-btns  .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
}


.nikan-media-section-number3 .centerswiper-btns .swiper-button-next {
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}

.nikan-media-section-number3 .centerswiper-btns .swiper-button-next svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg) !important;
}

.nikan-media-section-number3 .centerswiper-btns .swiper-button-next svg polyline {
    stroke-width: 1px;
}

.nikan-media-section-number3  .centerswiper-btns {
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: Center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}


.nikan-project-showcase-section-1{
    
    position:Relative;
    padding:120px 0 60px 0;
}

.nikan-project-showcase-section-1 .row{
    
    align-items:center;
}


.nikan-project-showcase-section-1 .showcase-section-1-colright img{
    
    width:100%;
    height:100%;
    /*filter:brightness(65%);*/
    transition:all .5s;
    overflow:hidden;
    
}

.nikan-project-showcase-section-1 .showcase-section-1-colright div{
    
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}



.nikan-project-showcase-section-1 .showcase-section-1-colright:hover img{
    
    transform:scale(1.1);
    filter:brightness(100%);
}



.nikan-project-showcase-section-1 .showcase-section-1-colleft h1{
    
    font-size: 3rem;
    font-weight: 600;
    color: #bfa888;
    padding-right: 1.5rem;
    border-right: 5px solid #bfa888;
    margin:0 0 20px 0;
    
}



.nikan-project-showcase-section-1 .showcase-section-1-colleft p{
    
    font-size:17px;
    color:#000;
    font-weight:600;
    margin:0 0 20px 0;
}


.nikan-project-showcase-section-1 .showcase-section-1-colleft ul{
    
    margin:0;
    padding:0;
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    flex-wrap:wrap;
}



.nikan-project-showcase-section-1 .showcase-section-1-colleft ul li{
    
    list-style-type:none;
    color:#bfa888;
    font-size:20px;
    font-weight:600;
    width:50%;
    margin-bottom:15px;
}


/*.nikan-project-showcase-section-1 .showcase-section-1-colleft ul li:nth-child(3){*/
    
/*    margin:0;*/
/*}*/


/*.nikan-project-showcase-section-1 .showcase-section-1-colleft ul li:nth-child(4){*/
    
/*    margin:0;*/
/*}*/



.nikan-project-showcase-section-1 .showcase-section-1-colleft ul li img{
    
    margin-left:10px;
    width:45px;
    height:45px;
}

.progressbar-section-city-project{
    
    padding:60px 0;
}

.progressbar-section-image{
    
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}

.progressbar-section-image img{
    
    width:100%;
    height:100%;
    filter:brightness(65%);
    transition:all .5s;
    overflow:hidden;
}

.progressbar-section-image:hover img{
    
    transform:scale(1.1);
    filter:brightness(100%);
}




.nikan-project-showcase-section-3{
    
    position:Relative;
    padding:60px 0;
}




.nikan-project-showcase-section-3 table{
    
    /*height:100%;*/
    text-align:center;
    table-layout: fixed;
    width: 100%;
    display: table;
    font-size:16px;
    font-weight:600;
    overflow-x:auto;
}


.nikan-project-showcase-section-3 table td{
   
    padding:15px;
    border-width:1px;
    border-color:#bfa888;
    font-size:19px;
    text-align:right;
    
}


.nikan-project-showcase-section-3 table th{
    
   
    padding:15px 0;
    
}



/*.nikan-project-showcase-section-3 table:nth-child(2){*/
    
/*    margin-top:30px;*/
/*}*/

.nikan-project-showcase-section-3 table thead tr{
    
    border-bottom:1px solid #bfa888;
}

.nikan-project-showcase-section-3 table thead tr th{
    
    font-size:21px;
    color:#bfa888;
    font-weight:600;
    text-align:right;
}





.nikan-project-showcase-section-3 table td a{
    
    text-decoration:none;
    color:#000;
    font-size:20px;
}




.nikan-project-showcase-section-3 table td a i{
    
    vertical-align: middle;
    margin-right: 5px;
    transition: transform .5s;
    font-size: 20px;
    color: #bfa888;
}

.nikan-project-showcase-section-3 table td a:hover i{
    
    transform:rotate(45deg);
}


.nikan-project-showcase-section-4{
    
    padding: 60px 0;
    overflow:hidden;
    position: Relative;
    /*background-color: #bfa888;*/
    /*background-image: url(../img/background-get-interior.png);*/
    /*background-position: 1px 80%;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*margin:60px 0;*/
}





.nikan-project-showcase-section-4 h1{
    
    color:#000;
    font-size:35px;
    font-weight:600;
    margin:0 0 20px 0;
}


.nikan-project-showcase-section-4 h2{
    
    font-size:21px;
    font-weight:600;
    margin:0;
    color:#000;
}


.nikan-project-showcase-section-4 .col-lg-6:nth-child(2){
    
    text-align:left;
}

.nikan-project-showcase-section-4 .col-lg-6 a:before{
    
    border-color:#000;
}

.nikan-project-showcase-section-4 .col-lg-6 a{
    
    padding-top:10px;
    padding-bottom:10px;
    margin-top:30px;
}

.nikan-project-showcase-section-4 .col-lg-6 a:after{
    
    border-color:#000;
}



.nikan-project-showcase-section-4 .row{
    
    align-items:center;
}

.nikan-project-showcase-section-4 .col-lg-6 a img{
    
    width:50px;
    height:50px;
    margin-left:15px;
}



.nikan-project-showcase-section-4 .container{
    
    padding:0 100px;
}


.nikan-project-showcase-section-5{
    
    padding:60px 0;
    position:Relative;
}


.nikan-project-showcase-section-5 .col-lg-2{
    
    text-align:center;
}



.nikan-project-showcase-section-5 .col-lg-2 img{
    
    width:50px;
    height:50px;
    
}

.nikan-project-showcase-section-5 .col-lg-2 h1{
    
    color:#000;
    font-size:22px;
    font-weight:600;
    margin:20px 0;
}

.nikan-project-showcase-section-5 .col-lg-2 h2{
    
    color:#000;
    font-size:18px;
    font-weight:600;
    margin:0;
    display:Flex;
    align-items:self-end;
    justify-content:Center;
    line-height:1;
}

.nikan-project-showcase-section-5 .col-lg-2 div{
    
    padding:25px;
    border:1px solid #bfa888;
    width:100%;
    height:100%;
    background-image:url(../img/home-1-background-patern-1.jpg);
    background-size:100% 100%;
}





.nikan-project-showcase-section-5 .col-lg-2 h2 span{
    
    font-family:system-ui;
    margin-lefT:5px;
    color:Transparent;
    -webkit-text-stroke:1px #bfa888;
    font-size: 40px;
    line-height: 1;
}




.nikan-project-showcase-section-6{
    
    position:Relative;
    margin:60px 0;
}


.nikan-project-showcase-section-6 .container-fluid{
    
    padding:0;
}

.nikan-project-showcase-section-6 .col-lg-12{
    
    padding:0;
}



.nikan-project-showcase-section-6 .row{
    
    margin:0;
}



.nikan-project-showcase-section-6 iframe{
    
    width:100%;
    height:450px;
}


.nikan-project-showcase-section-7{
    
    position:Relative;
    padding:60px 0;
}


.nikan-project-showcase-section-7 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-showcase-section-7 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position:Relative;
      overflow:hidden;
    }

.nikan-project-showcase-section-7 .swiper-slide img {
      display: block !important;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition:transform 1s cubic-bezier(.22,.54,.04,.98);
      transition :-webkit-transform 1s cubic-bezier(.22,.54,.04,.98);
    }

.nikan-project-showcase-section-7 .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }

/*.nikan-project-showcase-section-7 .swiper-slide:After{*/
    
/*    position:Absolute;*/
/*    top:0;*/
/*    right:0;*/
/*    left:0;*/
/*    bottom:0;*/
/*    width:100%;*/
/*    opacity:.75;*/
/*    height:100%;*/
/*    z-index:1;*/
/*    content:'';*/
/*    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);*/
/*}*/


.nikan-project-showcase-section-7 .centerswiper-btns{
    
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: Center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.nikan-project-showcase-section-7 .swiper-slide:hover img{
    
    transform:scale(1.02) translateX(4px);
    
}



.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-prev{
    
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}

.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-prev:after{
    
    display:none;
}

.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-next:after{
    
    display:none;
}


.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-prev svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
}


.nikan-project-showcase-section-7 .centerswiper-btns svg polyline {
    stroke-width: 1px;
}


.nikan-project-showcase-section-7 .centerswiper-btns .swiper-pagination {
    position: unset;
    width: auto;
    margin: 0 30px;
}



.nikan-project-showcase-section-7 .centerswiper-btns .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    opacity: 1;
    background-color: #cbcbcb;
}


.nikan-project-showcase-section-7 .centerswiper-btns .swiper-pagination-bullet-active {
    background-color: #a58c6a !important;
    width: 45px !important;
}


.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-next {
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
}


.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-next svg {
    height: 45px;
    width: auto;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg) !important;
}



.nikan-project-showcase-section-7 .centerswiper-btns .swiper-button-next svg polyline {
    stroke-width: 1px;
}



.nikan-project-showcase-section-8 {
    position: Relative;
    margin: 0 0 60px 0;
    cursor: pointer;
    
}


.nikan-project-showcase-section-8 img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.nikan-project-showcase-section-8 .video-player-btn-kkz {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
    z-index: 3;
    background: #FFF;
    border-radius: 50%;
}


.nikan-project-showcase-section-8 .video-player-btn-kkz .video-play-animation {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #bfa888;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}




.nikan-project-showcase-section-8 .video-player-btn-kkz svg {
    background: #FFF;
    border-radius: 50%;
    z-index: 33;
    position: relative;
}


.nikan-project-showcase-section-8 .video-player-btn-kkz svg circle {
    stroke-dasharray: 580;
    transition: stroke-dashoffset 1.2s cubic-bezier(.37,0,.63,1);
    stroke-dashoffset: 0;
}

.nikan-project-showcase-section-8 .video-player-btn-kkz svg polygon:last-of-type {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s ease-out .3s;
    transition: clip-path .6s ease-out .3s;
    transition: clip-path .6s ease-out .3s,-webkit-clip-path .6s ease-out .3s;
}



.nikan-project-showcase-section-8:hover .video-player-btn-kkz svg circle {
    stroke-dashoffset: 1160;
}



.nikan-project-showcase-section-8:hover .video-player-btn-kkz svg polygon:last-of-type {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}




.nikan-project-showcase-section-9{
    
    position:Relative;
    padding:120px 0 60px 0;
}

.nikan-project-showcase-section-9 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-showcase-section-9 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      flex-direction:column;
      align-items: center;
    }

.nikan-project-showcase-section-9 .swiper-slide img{
      /*display: block;*/
      width: 100%;
      height: 100%;
      /*object-fit: cover;*/
    }

.nikan-project-showcase-section-9 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:5rem;
    }


.nikan-project-showcase-section-9 .swiper-slide h1{
    
    font-size:25px;
    margin:15px 0;
    color:#000;
    font-weight:600;
}


.nikan-project-showcase-section-9 .swiper-slide ul{
    
    margin:20px 0 0 0;
    padding-top:15px;
    border-top:2px solid #bfa888;
    padding:15px 0 0 0;
    display:flex;
    align-items:Center;
    justify-content:space-around;
    width:100%;
}


.nikan-project-showcase-section-9 .swiper-slide ul li{
    
    list-style-type:none;
    width:30%;
}




.nikan-project-showcase-section-9 .swiper-slide ul li img{
    
    width:35px;
    height:35px;
    margin-bottom:5px;
}

.nikan-project-showcase-section-9 .swiper-slide ul li p{
    
    margin:0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
}


/*******/


.nikan-project-showcase-section-10{
    
    padding:60px 0;
    position:Relative;
}




.nikan-project-showcase-section-10 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-showcase-section-10 .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikan-project-showcase-section-10 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.nikan-project-showcase-section-10 .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }


.nikan-project-showcase-section-10 .blog-theme-swiper-right-side{
    
    width:50%;
    padding:20px;
}

.nikan-project-showcase-section-10 .blog-theme-swiper-left-side{
    
    width:50%;
    padding:20px;
    display:flex;
    align-items:Center;
    justify-content:space-between;
}


.nikan-project-showcase-section-10 .blog-theme-swiper-left-side span{
    
    font-size:90px;
    font-weight:600;
    color:#bfa888;
    line-height:1;
    display:inline-block;
    margin-left:40px;
    font-family:system-ui;
}




.nikan-project-showcase-section-10 .blog-theme-swiper-left-side h1{
    
    
    color:#000;
    font-size:35px;
    font-weight:400;
    margin:0 0 20px 0;
    line-height:1;
    transition:transform .7s linear;
    transform:translateY(-50px);
}



.nikan-project-showcase-section-10 .blog-theme-swiper-left-side h2{
    
    color:#bfa888;
    padding-right:20px;
    border-right:5px solid #bfa888;
    font-size:30px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:1.5;
    transition:transform .7s linear;
    transform:translateY(-50px);
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.nikan-project-showcase-section-10 .blog-theme-swiper-left-side p{
    
    font-size:17px;
    color:#000;
    font-weight:400;
    margin:0 0 20px 0;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
     transition:transform .7s linear;
    transform:translateX(-100px);
}


.nikan-project-showcase-section-10 .blog-theme-swiper-left-side a{
    
    padding:0 35px;
    transition:transform .7s linear;
    transform:translateY(50px);
}




.nikan-project-showcase-section-10 .blog-theme-swiper-right-side a{
    
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}



.nikan-project-showcase-section-10 .blog-theme-swiper-right-side img{
    
    transition:filter .45s linear, transform .45s linear;
    
}



.nikan-project-showcase-section-10 .blog-theme-swiper-right-side:hover img{
    
    transform:scale(1.1);
    filter:brightness(60%);
}



.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz{
    
    position:absolute;
    bottom:1rem;
    right:50%;
    transform:TranslateX(50%);
    display:flex;
    align-items:Center;
    justify-content:space-between;
    width:300px;
}


.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div{
    
    position:unset !important;
    width:auto;
    height:auto;
    background-image:none;
}


.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div:After{
    
    display:none;
}


.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div svg{
    
    width:100px;
    height:50px;
}

.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div svg circle:nth-child(2){
    
    
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: all .8s cubic-bezier(.45,0,.14,1.03);
    transform: rotate(-200deg);
    transform-origin: 71% 50%;
    
}

.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div:hover svg circle:nth-child(2){
    
    stroke-dashoffset: 0;
    transform: rotate(55deg);
    transition: 1s cubic-bezier(.38,.67,.76,.66);
}



.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz .swiper-button-next{
    
    transform:rotate(180deg);
}



.nikan-project-showcase-section-10 .swiper-slide-active .blog-theme-swiper-left-side h1{
    
    transform:none;
}



.nikan-project-showcase-section-10 .swiper-slide-active .blog-theme-swiper-left-side h2{
    
    transform:none;
}



.nikan-project-showcase-section-10 .swiper-slide-active .blog-theme-swiper-left-side a{
    
    transform:none;
}




.nikan-project-showcase-section-10 .swiper-slide-active .blog-theme-swiper-left-side p{
    
    transform:none;
}



.nikan-project-showcase-section-10 .blog-padding-top0{
    
    padding-top:0 !important;
}



.nikan-project-showcase-section-10 .reverse-blog-module .blog-theme-swiper-left-side h1{
    
    transform:translateY(50px);
}


.nikan-project-showcase-section-10 .reverse-blog-module .blog-theme-swiper-left-side h2{
    
    transform:translateY(50px);
}


.nikan-project-showcase-section-10 .reverse-blog-module .blog-theme-swiper-left-side P{
    
    transform:translateX(100px);
}


.nikan-project-showcase-section-11{
    
    position:Relative;
    padding:60px 0;
}




.nikan-project-showcase-section-12{
    
    padding:60px 0;
    position:Relative;
}


.nikan-new-cusomters-section .nikan-customers-ul-list ul li img{
    
    filter:grayscale(100%);
    transition:filter .3s;
}



.nikan-new-cusomters-section .nikan-customers-ul-list ul li img:hover{
    
    filter:none;
    
}




.nikan-project-showcase-section-13{
    
    padding:60px 0;
    margin:60px 0 0 0;
    position:Relative;
}

.interview-showcase-inner{
    
    width:100%;
    height:100%;
    padding-right:30px;
    border-right:3px solid #bfa888;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    position:Relative;
    
}


.interview-showcase-inner img{
    
    width:120px;
    height:120px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius:50%;
}


.interview-showcase-inner h1{
    
    font-size:25px;
    color:#000;
    font-weight:600;
    margin:20px 0;
}



.interview-showcase-inner h2{
    
    margin:0;
    font-size:18px;
    color:#bfa888;
    font-weight:600;

}


.nikan-project-showcase-section-13 .row{
    
    justify-content:space-around;
}




.abs-number-customer-interview{
    
    position:Absolute;
    top:0;
    left:0;
    font-size:70px;
    color:transparent;
    line-height:1;
    -webkit-text-stroke:2px #bfa888;
    font-family:system-ui;
}


.interview-showcase-inner button{
    
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #bfa888;
    background: #bfa888;
    color: #FFF;
    font-size: 30px;
    display: flex;
    align-items: Center;
    justify-content: Center;
}

.interview-showcase-inner button:before{
    
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    animation-delay: 0.2s;
    animation-duration: 3s;
}


.interview-showcase-inner button:after{
    
    animation-delay: 0.5s;
    animation-duration: 3s;
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}



.button-video-player i {
    margin-left: 5px;
}


.interview-showcase-inner .button-video-player {
    
    position:absolute;
    left:20px;
    bottom:0;
}


.nikan-project-showcase-section-8 .col-lg-12{
    
    position:Relative;
    padding:0;
}



.nikan-project-showcase-section-8 .col-lg-12:After{
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    content: '';
    z-index: 2;
}


.nikan-project-showcase-section-14{
    
    padding:60px 0;
    position:Relative;
}



.nikan-project-showcase-section-14 .rating-class{
    
    display:Flex;
    align-items:Center;
    justify-content:center;
    flex-direction:column;
}


.nikan-project-showcase-section-14 .rating-class div{
    
    margin-top:30px;
}



.nikan-project-showcase-section-14 .rating-class h1{
    
    font-size:25px;
    color:#000;
    font-weight:600;
    margin:0;
}



.nikan-project-showcase-section-14 .rating-class h2{
    
    font-size:25px;
    color:#000;
    font-weight:600;
    margin:10px 0 0 0;
}


.nikan-project-showcase-section-14 .rating-class i{
    
    font-size:50px;
    margin-left:10px;
}

.nikan-project-showcase-section-14 .rating-class i:last-child{
    
    margin:0;
}


.rating .star {
  float: left;
  padding: 5px 2px;
  text-decoration:none;
  cursor: pointer;
  margin-right:20px;
}

.rating  .star:before {
  font-family: 'FontAwesome' !important;
  content: '\f006 ';
  color: #000;
  font-size: 3em;
}

.rating .star:hover:before,
.rating .star.to_rate:before,
.rating .star.rated:before {
  color: #bfa888;
}

.rating .star.no_to_rate:before {
  color: #bfa888;
}



.nikan-project-showcase-section-15{
    
    margin-bottom:60px;
    position:Relative;
    overflow:hidden;
}



.nikan-project-showcase-section-16{
    
    padding:60px 0;
}

 .stories.snapgram .story > .item-link {
            text-decoration: none;
            color: #333;
        }
        .stories.snapgram .story > .item-link > .item-preview {
            border-radius: 50%;
            padding: 2px;
            background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
        }
        .stories.snapgram .story > .item-link > .item-preview img {
            border-radius: 50%;
            border: 5px solid #fff;
        }

        .stories.snapgram .story.seen {
            opacity: 0.75;
        }
        .stories.snapgram .story.seen > a > .item-preview {
            background: #999;
        }
        .stories.snapgram .story.seen > a {
            color: #999 !important;
        }





#zuck-modal-content .story-viewer .head .right .close{
    
    text-decoration:none;
    font-size:90px !important;
    color:#FFF;
    line-height:1 !important;
    margin-right:30px !important;
}



#zuck-modal-content .story-viewer .head{
    
    height:auto !important;
    padding:30px .75rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

#zuck-modal-content .story-viewer .head .left .info .name{
    
    font-size:20px;
    margin-right:10px;
}





.nikan-project-showcase-section-17{
    
    position:Relative;
    padding:60px 0;
}


.nikan-project-about-us-page-section-2{
    
    padding:120px 0 0 0;
}

/*.nikan-project-about-us-page-section-2 .container{*/
    
/*    padding:0;*/
/*}*/


.nikan-project-about-us-page-section-1 .container{
    
    padding:0;
}


.nikan-project-about-us-page-section-1{
    
    /*padding:120px 0 60px 0;*/
    padding:60px 0;
}


.nikan-project-about-us-page-section-1 p{
    
    font-size:17px;
    color:#000;
    font-weight:600;
    margin:0 0 20px 0;
}

.nikan-project-about-us-page-section-1 p:last-child{
    
    margin:0;
}



.vision-img-class{
    
    position:Relative;
    overflow:hidden;
    width:100%;
    height:200px;
    cursor:pointer;
}

.vision-img-class:After{
    
    display:none;
    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    position:Absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    opacity:.7;
    transition:all .3s;
    content:'';

}

.grid-vision-images{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.grid-vision-images img{
    
    width:100%;
    cursor:pointer;
    height:100%;
    transition:all .45s;
    
}


.mt2rem{
    
    margin-top:1.5rem;
}


.nikan-project-about-us-page-section-1 .vision-h1{
    
    margin:0 0 20px 0;
    color:#bfa888;
    font-size:35px;
    font-weight:600;
    line-height:Normal;
    border-right:4px solid #bfa888;
    padding-right:30px;
    
}



.nikan-project-about-us-page-section-1 h1 img{
    
    margin-left:5px;
}






.vision-img-class:hover img{
    
    transform:scale(1.1);
    
}

.vision-img-class:hover:after{
    
    opacity:0;
}



.about-us-page-description-field{
    
    position:Relative;
    padding:0 100px !important;
}


.about-us-page-description-field P,.about-us-page-description-field div{
    
    font-size:18px;
    font-weight:600;
    color:#000;
    line-height:1.4;
    margin:0 0 20px 0;
}

.about-us-page-description-field P:last-child{
    
    margin:0;
}


.about-des-field-animated-line{
    
    width:5px;
    height:200px;
    background:#bfa888;
    border-radius:10px;
    overflow:hidden;
    position:absolute;
}


.about-des-field-animated-line:after{
    
   width:5px;
   border-radius:10px;
   background:#000;
   animation:fs1movebar 2s linear alternate running infinite;
   content:'';
   height:50px;
   display:block;
}



@keyframes fs1movebar {
    from {
        transform:translateY(0);
        
    }
    to {
        transform:TranslateY(150px);
    }
}



.about-des-field-animated-line.animated-line-after-top-left{
    
    top:0;
    left:30px;
}


.about-des-field-animated-line.animated-line-after-bottom-right{
    
    bottom:0;
    right:30px;
}



.nikan-project-about-us-page-section-3{
    
    padding:120px 0 0 0;
    position:relative;
}


/*.nikan-project-about-us-page-section-3 .container{*/
    
/*    padding:0;*/
/*}*/

.about-us-page-description-field .fa{
    
    font-size:200px;
    color:#bfa888;
    opacity:.4;
    position:absolute;
}



.about-us-page-description-field .fa-quote-right{
    
    top:-50px;
    right:0;
}



.about-us-page-description-field .fa-quote-left{
    
    bottom:-50px;
    left:0 ;
}



.nikan-project-about-us-page-section-4{
    
    padding:60px 0 0 0;
    position:relative;
}


.infography-picture-class{
    
    margin:0 0 120px 0;
    background-image:url(../img/nikan-homeslider1.jpg);
    background-size:100% 100%;
    background-attachment:fixed;
    height:500px;
    position:relative;
    background-position:center center;
    
}


.infography-picture-class img{
    
    width:100%;
}


.infography-picture-class:After{
    
    position:absolute;
    top:0;
    right:0;
    lefT:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.35;
    content:'';
}


.infography-picture-class .border-top-infography{
    
    position: absolute;
    top: 30px;
    left: 30px;
    width:220px;
    height:220px;
    border: 7px solid #fff;
    border-right: 0;
    border-bottom: 0;
    z-index:2;
}


.infography-picture-class .border-bottom-infography{
    
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index:2;
    width: 220px;
    height: 220px;
    border: 7px solid #fff;
    border-left: 0;
    border-top: 0;
    
}





.nikan-project-about-us-page-section-5{
    
    padding:60px 0;
    position:Relative;
}


.fix-five-link-visitable{
    
    position:fixed;
    /*border-top-right-radius:0 !important;*/
    bottom:30px;
    /*background:#FFF;*/
    background:#ffffffdb;
    /*border-radius:5px;*/
    padding:15px;
    left:30px;
    z-index:333;
    width:fit-content;
    box-shadow:rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    /*box-shadow:rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    z-index: 99999999999999;
}



.fix-five-link-visitable ul{
    
    padding:0;
    margin:0;
    display:flex;
    align-items:Center;
    justify-content:Center;
    /*flex-direction:column;*/
}


.fix-five-link-visitable ul li{
    
    list-style-type:none;
    margin-left:15px;
}

.fix-five-link-visitable ul li a{
    
    text-decoration:none;
    color:#000;
    font-size:16px;
    font-weight:600;
    text-align:center;
    display:Flex;
    align-items:Center;
    justify-content:Center;
    flex-direction:column;
}

.fix-five-link-visitable ul li a img{
    
    width:45px;
    margin-bottom:5px;
    height:45px;
}



.fix-five-link-visitable ul li:last-child{
    
    margin-left:0;
}


.fix-five-link-visitable{
    
    /*opacity:0;*/
    transform:translateX(calc(-100% - 30px));
    transition:all .7s;
}


.fix-five-link-visitable.show{
    
    opacity:1;
    transform:translateX(0);
}




.quick-acc-key{
    
    position:absolute;
    right:-40px;
    top:0;
    /*border-top-left-radius:0 !important;*/
    /*border-bottom-left-radius:0 !important; */
    /*border-radius:5px;*/
    width:40px;
    display:flex;
    align-items:Center;
    /*background:#fff;*/
    background:#ffffffdb;
    height:40px;
    cursor:pointer;
    font-size:20px;
    color:#000;
    /*border:1px solid #000;*/
    justify-content:center;
    box-shadow:rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.quick-acc-key i{
    
    transition:all .3s;
    font-size:28px;
    transform:rotate(0deg);

}



.quick-acc-key.active i{
    
   transform:rotate(-180deg);
    
}



.Introduction-of-personnel-videos{
    
    position:Relative;
    padding:120px 0 60px 0;
}

.Introduction-of-personnel-videos .swiper {
      width: 100%;
      padding:60px 0 100px 0;
      height: 100%;
    }

.Introduction-of-personnel-videos .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: block;
      justify-content: center;
      flex-direction:Column;
      align-items: center;
      transition:all .15s;
      width: 60% !important;
      /*position: relative;*/
    }

.Introduction-of-personnel-videos .swiper-slide .personeel-thumb-holder {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.Introduction-of-personnel-videos .swiper {
      margin-left: auto;
      margin-right: auto;
    }



.swiper-video-keeper-personnel{
    
    width:100%;
    /*height:100%;*/
    position:Relative;
    overflow:hidden;
    border-radius:5px;
}

.video-play-class-personnel{
    
    text-align:center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 3;
    cursor: pointer;
}


.Introduction-of-personnel-videos .swiper-slide video{
    
    width:100%;
    height:100%;
    display:block;
    position:Relative;
    z-index:3;
    
}


.video-play-class-personnel span{
    
    color:#fff;
    font-size:18px;
    font-weight:600;
    display:block;
    margin-top:15px;
}


.video-play-class-personnel svg .triangle{
    
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #FFF;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.video-play-class-personnel svg .circle{
    
    stroke: #FFF;
    stroke-dasharray: 650;
    stroke-dashoffset: 1300;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



.video-play-class-personnel:hover svg .triangle{
    
    
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #bfa888;
    -webkit-animation: trailorPlay .7s ease-in-out;
    animation: trailorPlay .7s ease-in-out;
}




.video-play-class-personnel:hover svg .circle{

    stroke-dashoffset: 0;
    stroke: #bfa888;

}




.swiper-video-keeper-personnel:after{
    
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    content: '';
    background: #000;
    opacity: .45;
}




.personel-name{
    
    margin:0;
    text-align:right;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    width:100%;
    display:block;
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:normal;
}

.personel-ico{
    
    width:50px !important;
    height:50px !important;
    margin-left:10px;
    display:inline-block !important;
}




.personel-position{
    
    margin:0;
    line-height:normal;
    text-align:right;
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    width:fit-content;
    color:#000;
    font-size:18px;
    font-weight:600;
} 


.personel-data-video{
    
    width:100%;
    margin:15px 0 0 0;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
}




.personel-numberbold{
    
    font-family:system-ui;
    font-size:50px;
    color:Transparent;
    -webkit-text-stroke:1px #bfa888;
    line-height:1;
}


.left-col-cta-animate form i{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: TranslateY(-50%);
}



.left-col-cta-animate form .fa-comment-o{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
}


.blog-nikan-page-section-with-def-styles{
    
    position:Relative;
    padding:120px 0;
}

.blog-in-tabs-section{
    
    padding:60px 0;
    position:Relative;
}





.blog-in-tabs-design-1{
    
    width:100%;
    position:relative;
    transition:all .3s ease;
    margin-bottom:1.5rem;
}


.blog-in-tabs-design-1:before{
    
    position: absolute;
    top: 25px;
    left: 25px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
    z-index: 2;
}

.blog-in-tabs-design-1:after{
    
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 0;
    border-left: 0;
    content: "";
    z-index: 2;
    
}


.blog-in-tabs-overlay{
    
    opacity: 0;
    transition: all .3s ease;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.blog-in-tabs-body{
    
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: max-content;
}



.blog-in-tabs-body h3{
    
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}


.blog-in-tabs-body h3 a{
    
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-in-tabs-img{
    
    overflow:hidden;
    display:block;
    position:Relative;
    margin:0;
}


.blog-in-tabs-img:After{
    
    display:none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    content: '';
    transition: all .3s ease;
}



.blog-in-tabs-img img{
    
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 100%;
    height: 100%;
}


.blog-in-tabs-section .container{
    
    padding:0;
}


.blog-in-tabs-design-1:hover:before{
    
    width: 40%;
    height: 40%;
    opacity: 1;
    visibility: visible;
}

.blog-in-tabs-design-1:hover:after{
    
    width: 40%;
    height: 40%;
    opacity: 1;
    visibility: visible;
}


.blog-in-tabs-design-1:hover .blog-in-tabs-img:after{
    
    opacity:0;
    visibility:hidden;
}

.blog-in-tabs-design-1:hover .blog-in-tabs-body h3{
    
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.blog-in-tabs-design-1:hover .blog-in-tabs-overlay{
    
    opacity:1;
}

.blog-in-tabs-design-2 .blog-in-tab-blog-title{
    
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    transition:all .25s;
    text-decoration:none;
    display:block;
    width:100%;
    overflow:Hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.blog-in-tabs-design-2 .blog-in-tab-blog-title:hover{
    
    color:#bfa888;
}

.blog-in-tabs-design-2 p{
    
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    font-size:18px;
    font-weight:400;
    text-align:justify;
    /*margin:0 0 10px 0;*/
}



.mbfix-blog-tab{
    
    margin:.75rem 0;
}


/*.row .col-lg-12 .next-rotate-btn svg{*/
    
/*    transform:rotate(180deg) !important;*/
/*}*/



.form-download-class-newtheme{
    
    width:100%;
    position:relative;
    background:transparent;
    box-shadow:0 0 14px rgba(34, 34, 34, 0.10);
    display:Flex;
    align-items:Center;
    border-radius:3px !important;
    overflow:hidden;
    justify-content:Center;
    height:270px;
}


.form-download-class-newtheme .form-dl-class{
    
    width:50%;
    padding:20px;
    position:Relative;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction:column;
    height:100%;
    
}




.right-form-dl-class:before{
    
    position: absolute;
    top: 10px;
    left: 10px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    border: 2px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
    z-index: 2;
}




.right-form-dl-class:after{
    
    position: absolute;
    bottom:10px;
    right: 10px;
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border: 2px solid #bfa888;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 0;
    border-left: 0;
    content: "";
    z-index: 2;
    
}
    
.form-download-class-newtheme:hover .right-form-dl-class:before{
    
    width:40%;
    height:40%;
    opacity:1;
    visibility:visible;
}

.form-download-class-newtheme:hover .right-form-dl-class:after{
    
    width:40%;
    height:40%;
    opacity:1;
    visibility:visible;
}


.left-form-dl-class .form-dllink{
    
    font-size:18px;
    margin-top:20px;
    display:inline-block;
    z-index:3;
    font-weight:600;
    position:Relative;
    color:#000 !important;
    text-decoration:none;
}


.right-form-dl-class .title-image-form{
    
    width:50px;
    margin:5px 0 20px 0;
    height:50px;
}

.right-form-dl-class .form-dl-number{
 
    position:absolute;
    top:15px;
    left:25px;
    color:transparent;
    -webkit-text-stroke:2px #bfa888;
    font-size:60px;
    line-height:1;
    font-family:system-ui;
    
}






.left-form-dl-class img{
    
    width:100%;
    height:100%;
    /*height:250px;*/
}



.left-form-dl-class{
    
    padding:0 !important;
}


.right-form-dl-class h1{
    
    font-size:25px;
    margin:0 0 20px 0;
    line-height:Normal;
    color:#000;
    font-weight:600;
}



.download-bottom-mdl-form{
    
    width:95%;
    margin:0 auto;
    display:Flex;
    align-items:Center;
    padding-top:10px;
    border-top:2px solid #bfa888;
    justify-content:Space-between;
}


.download-bottom-mdl-form div:nth-child(1){
    
    font-size:22px;
    color:#bfa888;
    font-weight:600;
}

.hire-mb1-5rem{
    
    margin-bottom:1.5rem;
}




.about-top-page-tabs{
    
    padding:120px 0 0 0;
}


.dflex-center-content{
    
    display:flex;
    align-items:Center;
}




.nikan-project-about-page-section-manager-text{
    
    padding:120px 0 60px 0;
    position:Relative;
}


.manager-text-class{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
}

.manager-text-class .manager-text-image{
    
    width:30%;
}

.manager-text-class .manager-text-quote{
    
    width:65%;
}

.manager-text-class .manager-text-image img{
    
    width:100%;
    height:100%;
    border-radius:3px;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;*/
}



.nikan-project-about-page-section-manager-text .default-title-nikan{
    
    margin-bottom:100px;
}


.manager-text-class .manager-text-quote h1{
    
    color:#bfa888;
    font-size:45px;
    font-weight:600;
    padding-right:25px;
    margin:0 0 25px 0;
    border-right:5px solid #bfa888;
}

.manager-text-class .manager-text-quote p{
    
    font-size:17px;
    color:#000;
    margin:0;
    line-height:normal;
    font-weight:600;
}

.flex-middle-writing-tag{
    
    width:10%;
    display:flex;
    align-items:Center;
    justify-content:center;
    text-align:center;
    padding:15px;
}



.flex-middle-writing-tag h2{
    
    font-size: 28px;
    font-weight: 600;
    color: #000;
    writing-mode: vertical-rl;
    margin: 0;
    padding:0 10px;
    border-right:1px solid #bfa888;
    border-left:1px solid #bfa888;
}

.reverse-manager-text {
    
    margin:50px 0;
}

.nikan-about-organization-calture-section{
    
    padding:60px 0;
    position:Relative;
}

.nikan-about-organization-calture-section .title-margin-bottom{
    
    margin-bottom:100px;
}


.nikan-project-activity-history{
    
    padding:60px 0;
    position:relative;
}


.center-jtf{
    
    display:flex;
    justify-content:Center;
}



.chart-manager{
    
    display:Flex;
    justify-content:center;
    flex-wrap:wrap;
}

.chart-manager .chart-class-styles{
    
    position:Relative;
}


.chart-manager .chart-class-styles img{
    
    width:100%;
    border-radius:3px;
    /*box-shadow:rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;*/
    
}



.chart-manager .chart-class-styles h1{
    
    font-size:18px;
    text-align:center;
    color:#000;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:normal;
}



.nikan-project-activity-history{
    
    padding:60px 0;
}

.nikan-project-activity-history .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-project-activity-history .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikan-project-activity-history .swiper-slide img {
     display: block;
    width: 100%;
    height: 100%;
    transition: .3s cubic-bezier(.43,.07,.61,.95);
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    }

.nikan-project-activity-history .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:100px;
      overflow:hidden;
    }

.activity-swip{
    
    position:relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    cursor:pointer;
}



.activity-overlay{
    
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    transition: .3s cubic-bezier(.43,.07,.61,.95);
    border-radius: 10px;
}



.activity-overlay-description{
    
    transform: translateY(20%);
    position: absolute;
    padding: 30px;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: .3s cubic-bezier(.43,.07,.61,.95);
}


.activity-overlay-description a{
    
    color: #FFF;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: right;
    display:block;
    margin:0;
    text-decoration:none;
}


.activity-swip:hover img{
    
    transform:sacle(1.05);
}


.activity-swip:hover .activity-overlay{
    
    opacity:1;
    visibility:visible;
}

.activity-swip:hover .activity-overlay-description{
    
    transform:translateY(0);
}


.nikan-about-page-brand-story{
    
    padding:60px 0;
}


.nikan-about-page-brand-story .jc-center-row-flex{
    
    display:Flex;
    justify-content:center;
}


.my-nikan-custom-tabs{
    
    justify-content:space-around;
}

.hoviat-brand-section-inner{
    
    padding:60px 0;
}

.hoviat-brand-section-inner .container{
    
    padding:0;
}


.hoviat-brand-section-inner img{
    
    width:100%;
    border-radius:3px;
    box-shadow:rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}



.hoviat-brand-section-inner .row{
    
    display:flex;
    align-items:Center;
}


.hoviat-brand-section-inner h1{
    
    padding-right:25px;
    border-right:5px solid #bfa888;
    font-size:30px;
    color:#000;
    font-weight:600;
    line-height:Normal;
    margin:0 0 25px 0;
}


.hoviat-brand-section-inner p{
    
    margin:0;
    font-weight:600;
    font-size:18px;
}

.story-section-inner{
    
    padding:60px 0;
}

.story-section-inner .container{
    
    padding:0;
}

.story-section-inner h1{
    
    padding-right:25px;
    border-right:5px solid #bfa888;
    font-size:30px;
    color:#000;
    font-weight:600;
    line-height:Normal;
    margin:0 0 25px 0;
}


.story-section-inner p{
    
    margin:0;
    font-weight:600;
    font-size:18px;
}


.story-brand-relative{
    
    position:Relative;
}

.story-brand-relative video{
    
    width:100%;
    overflow:hidden;
    border-radius:3px;
    /*height:320px;*/
    display:block;
}

.story-section-inner .row{
    
    align-items:Center;
}


.catalog-inner-tab-section{
    
    padding:60px 0;
}

.catalog-inner-tab-section .container{
    
    padding:0;
}

.catalog-inner-tab-section .row{
    
    display:flex;
    justify-content:Center;
}

.catalog-inner-tab-section .col-lg-9{
    
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    padding:0;
    overflow:hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    
}


.catalog-inner-tab-section .col-lg-9 .brochure-class-same{
    
    width:50%;
}


.brochure-class-left{
    
    padding:40px;
    border-top:1px solid #bfa888;
    border-left:1px solid #bfa888;
    border-bottom:1px solid #bfa888;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}


.brochure-class-left img{
    
    width:100%;
    height:100%;
}

.brochure-class-right{
    
    height:100%;
    background:#bfa888;
    flex-direction:column;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:20px;
}

.brochure-class-right img{
    
    width:70px;
    height:70px;
    margin-bottom:20px;
}

.brochure-class-right h1{
    
    color:#FFF;
    font-weight:600;
    font-size:30px;
    padding-right:10px;
    border-right:5px solid #fff;
    margin:0 0 30px 0;
}


.brochure-class-right p{
    
    color:#FFF;
    font-size:18px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:normal;
}

.brochure-class-right a:hover{
    
    color:#bfa888 !important;
}


.brochure-class-right a{
    
    margin-right:auto;
    display:block;
    margin-left:auto;
}



.brochure-class-right a i{

    font-size:30px;
    margin-right:10px;
    vertical-align:middle;
    
}


.nikan-about-page-projects-data-charts{
    
    padding:60px 0;
}


.projects-chrat-data-innerclass .radial-progress{
    
    background:linear-gradient(260deg,#ff0300,#ffc900);
    height: auto;
    max-width: 240px;
    padding: 0;
    transform: rotate(-90deg);
    width: 100%;
    border-radius:50%;
}

.projects-chrat-data-innerclass .radial-progress circle.bar-static{
    
    fill:transparent;
    stroke:#fafafa !important;
}


.projects-chrat-data-innerclass .radial-progress circle.bar--animated{
    
    stroke-dasharray: 219.91148575129;
    stroke: #ffffff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 4px;
    stroke-linecap: round;
}


.projects-chrat-data-innerclass .radial-progress text{
    
    fill: #fafafa;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 700;
    text-anchor: middle;
    text-shadow: 0 0 5px #0000007a;
}

.counter-animated-bg-grey{
    
    padding:60px 0;
    /*background-image:url(../img/section-bg01.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    /*background-color:#bfa888;*/
    background-attachment:fixed;
    overflow:hidden;
    border-radius:3px;
    
}

.projects-chrat-data-innerclass{
    
    width:100%;
    height:100%;
    text-align:center;
}



.projects-chrat-data-innerclass h1{
    
    color:transparent;
    -webkit-text-stroke:2px #bfa888;
    font-size:100px;
    line-height:1;
    font-weight:600;
    margin:0 0 20px 0;
    font-family:system-ui;
}


.projects-chrat-data-innerclass h2{
    
    color:#bfa888;
    font-size:25px;
    font-weight:600;
    margin:0;
    border-top:2px solid #bfa888;
    padding-top:15px;
    
}


.nikan-contact-page-section-kkz-num1{
    
    padding:60px 0 60px 0;
    position:Relative;
    
}

.nikan-contact-page-section-kkz-num1 .get-in-touch-h1{
    
    color:#bfa888;
    font-weight:600;
    font-size:45px;
    margin:0;
    writing-mode:tb;
    line-height:normal;
    padding-left:10px;
    border-left:2px solid #bfa888;
}


.nikan-contact-page-section-kkz-num1 .col-lg-2{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.nikan-contact-page-section-kkz-num1 .row{
    
    align-items:Center;
    justify-content:flex-start;
}

.nikan-contact-page-section-kkz-num1 .col-lg-6 h1{
    
    font-size:25px;
    color:#000;
    margin:0;
    line-height:normal;
    font-weight:600;
    
}


.nikan-contact-page-section-kkz-num1 .col-lg-6{
    
    display:Flex;
    align-items:Center;
    justify-content:Flex-start;
}

.nikan-contact-page-section-kkz-num1 .col-lg-6 img{
    
    
    width:80px;
    height:80px;
    vertical-align:middle;
}


.nikan-contact-page-section-kkz-num1 .col-lg-6 a{
    
    color:#000;
    font-size:30px;
    font-weight:600;
    text-decoration:none;
    display:inline-block;
    line-height:normal;
    
}



.nikan-contact-page-section-kkz-num1 .col-lg-6 div:nth-child(1){
    
    margin-left:20px;
    transition:background .3s linear;
    border:1px solid #000;
}


.nikan-contact-page-section-kkz-num1 .col-lg-6:hover div:nth-child(1){
    
    background:#bfa888;
}



.nikan-contact-page-section-kkz-num1 .col-lg-11{
    
    display:flex;
    flex-wrap:wrap;
}

.contact-first-section-description{
    
    font-size:20px;
    color:#000;
    font-weight:600;
    margin:0 0 30px 0;
}



.nikan-contact-page-section-kkz-num1 .col-lg-6:hover div a:before{
    
    transform:scaleX(1);
    
}


.nikan-contact-page-section-kkz-num1 .col-lg-6 span{
    
    display:block;
    font-size:18px;
    color:#000;
    margin-bottom:5px;
    font-weight:600;
}



.nikan-contact-page-section-kkz-num2{
    
    padding:60px 0;
}



.nikan-contact-page-section-kkz-num2 .col-lg-1{
    
    display:Flex;
    align-items:Center;
    justify-content:Center;
}

.nikan-contact-page-section-kkz-num2 .col-lg-1 h1{
    
    color: #bfa888;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    writing-mode: tb;
    line-height: normal;
    padding-left: 10px;
    border-left: 2px solid #bfa888;
}

.nikan-contact-page-section-kkz-num2 iframe{
    
    width:100%;
    overflow:hidden;
    border-radius:3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}





.nikan-contact-page-section-kkz-num1 .col-contact-same h1{
    
    font-size:25px;
    color:#000;
    margin:0;
    line-height:normal;
    font-weight:600;
    
}


.nikan-contact-page-section-kkz-num1 .col-contact-same{
    
    display:Flex;
    align-items:Center;
    justify-content:Flex-start;
}

.nikan-contact-page-section-kkz-num1 .col-contact-same img{
    
    
    width:70px;
    height:70px;
    vertical-align:middle;
}


.nikan-contact-page-section-kkz-num1 .col-contact-same a{
    
    color:#000;
    font-size:30px;
    font-weight:600;
    text-decoration:none;
    display:inline-block;
    line-height:normal;
    
}



.nikan-contact-page-section-kkz-num1 .col-contact-same div:nth-child(1){
    
    margin-left:20px;
    transition:background .3s linear;
    border:1px solid #000;
    padding:10px;
    border-radius:4px;
}


.nikan-contact-page-section-kkz-num1 .col-contact-same:hover div:nth-child(1){
    
    background:#bfa888;
}





.nikan-contact-page-section-kkz-num1 .col-contact-same span{
    
    display:block;
    font-size:18px;
    color:#000;
    margin-bottom:5px;
    font-weight:600;
}


.nikan-contact-page-section-kkz-num1 .col-contact-same.col-lg-4 a{
    
    font-size:25px;
    font-family:system-ui;
}


.nikan-contact-page-section-kkz-num1 .col-contact-same.col-lg-3 a{
    
    font-family:system-ui;
}





.nikan-contact-page-section-kkz-num3{
    
    padding:60px 0;
    position:Relative;
}

.nikan-contact-page-section-kkz-num3 .social-ways-txt p{
    
    font-size:20px;
    margin:0 0 20px 0;
    font-weight:600;
    line-height:normal;
}

.nikan-contact-page-section-kkz-num3 .social-ways-txt{
    
    margin:0 0 60px 0;
    text-align:center;
}



.social-contact-icons-hover{
    
    display:flex;
    align-items:Center;
    justify-content:center;
}


.social-contact-icons-hover .social-circle-hover-contact .href1{
    
    position:relative;
    display:flex;
    align-items:Center;
    justify-content:center;
    line-height:70px;
    width:75px;
    height:75px;
    text-align:center;
    color:#bfa888;
    text-decoration:none;
    margin:auto;
}



.social-contact-icons-hover .social-circle-hover-contact .href1 svg{
    
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    right:0;
    fill:none;
    stroke-width:5px;
    
}


.social-contact-icons-hover .social-circle-hover-contact .href1 svg circle{
    
    stroke:#000;
    fill: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    stroke: currentColor;
    stroke-dashoffset: 700;
    stroke-dasharray: 700;
    stroke-width:5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-linecap: butt;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
}


.social-contact-icons-hover .social-circle-hover-contact .href1 i{
    
    font-size:50px;
    vertical-align:middle;
    color:#bfa888;
}


.social-contact-icons-hover .social-circle-hover-contact .hover-underline-style{
    
    color:#000;
    font-sizE:18px;
    font-weight:600;
    margin-top:20px;
    display:block;
    text-decoration:none;
}


.social-circle-hover-contact{
    
    text-align:center;
    padding:0 50px;
    border-left:1px solid #bfa888;
}

.social-circle-hover-contact:last-child{
    
    border:0;
}

.social-circle-hover-contact:hover svg circle{
    
    stroke-dashoffset:0 !important;
}


/*.social-circle-hover-contact .fa-instagram{*/
    
/*    color:#d62976 !important; */

/*}*/



/*.social-circle-hover-contact .fa-telegram{*/
    
/*    color:#2aabee !important;*/
    
/*}*/
    


/*.social-circle-hover-contact .fa-twitter{*/
    
/*    color:#1da1f2 !important;*/
    
/*}*/
    


/*.social-circle-hover-contact .fa-youtube-play{*/
    
/*    color:#FF0000 !important;*/
    
/*}*/
    


/*.social-circle-hover-contact .fa-whatsapp{*/
    
/*    color:#25d366 !important;*/
    
/*}*/


/*.social-circle-hover-contact .fa-facebook{*/
    
/*    color:#1877F2 !important;*/
    
/*}*/


.nikan-contact-page-section-job-op{
    
    position:Relative;
    padding:60px 0;
}




.jc-center{
    
    display:flex;
    justify-content:center;
}



.tab-job-section{
    
    padding:60px 0;
}



.tab-job-section .container{
    
    padding:0;
}

.job-filters-col{
    
    margin-bottom:60px;
}


.job-filters-col ul{
    
    padding:20px 20px 10px 20px;
    margin:0;
    display:flex;
    border-radius:10px;
    background:#bfa888;
}



.job-filters-col ul li{
    
    list-style-type:none;
    margin-left:30px;
    font-weight:600;
    color:#FFF;
    transition:border .3s;
    font-size:18px;
    cursor:pointer;
    padding-bottom:10px;
    border-bottom:5px solid transparent;
}

.job-filters-col ul li i{
    
    font-size:23px;
    vertical-align:middle;
    margin-left:10px;
}




.job-filters-col ul li.active{
    
    border-color:#FFF;
    
}



.flex-banner-hire{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    padding-top:.75rem;
    border-top:2px solid #bfa888;
    margin-top:.75rem;
}

.flex-banner-hire div:nth-child(1){
    
    font-size:18px;
    color:#000;
    font-weight:600;
    
}

.flex-banner-hire div:nth-child(2){
    
    font-size:18px;
    color:#000;
    font-weight:600;
}

.flex-banner-hire div:nth-child(2) i{
    
    font-size:23px;
    margin-left:10px;
    vertical-align:middle;
}



.flex-banner-hire div:nth-child(2) a{
    
    color:#000;
    text-decoration:none;
}


.tab-job-section img{
    
    width:100%;
    border-radius:3px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


.form-hire-download-ptag{
    
    margin:30px 0 0 0;
    text-align:center;
    font-size:20px;
    color:#000;
    font-weight:600;
    line-height:normal;
}

.form-hire-download-ptag span{
    
    color:#bfa888;
    margin:0 3px;
    font-family:system-ui;
    display:inline-block;
    font-size:25px;
}

.form-hire-download-ptag img{
    
    margin-left:10px;
}

.form-mwidth{
    
    max-width:800px;
    width:100%;
    margin:auto !important;
}


.nikan-contact-page-last-section-form{
    
    padding:120px 0 60px 0;
    background-image:url(../img/home-1-background-patern-1.jpg);
}

.form-mwidth .form-rel-keeping-contact{
    
    position:Relative;
    margin:0 0 30px 0;
}

.form-mwidth .form-rel-keeping-contact input{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.form-mwidth .form-rel-keeping-contact input:focus{
    
    color: #000 !important;
    background-color: transparent;
    border-color: #bfa888;
    
}


.form-mwidth .form-rel-keeping-contact i{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: TranslateY(-50%);
}




.form-mwidth .form-rel-keeping-contact textarea{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.form-mwidth .form-rel-keeping-contact textarea:focus{
    
    color: #000 !important;
    background-color: transparent;
    border-color: #bfa888;
    
}



.form-mwidth .form-rel-keeping-contact button{
    
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #000;
   margin-top:30px;

}


.form-mwidth .form-rel-keeping-contact button i{
    
    vertical-align: middle;
    margin-right: 5px;
    position:unset !important;
    transform:none;
    display:inline-block;
    
}

.has-tarea-icon-style i{
    
    top: 0 !important;
    transform: none !important;
}





.project-show-case-menu-links{
    
    /*position:sticky;*/
    /*top:0;*/
    /*background:#FFF;*/
    /*z-index:100;*/
    position:Relative;
    /*padding:60px 0;*/
    padding:20px 0;
    border-bottom:1px solid #bfa888;
}


.project-show-case-menu-links .col-lg-12{
    
    display:flex;
    align-items:Center;
    justify-content:center;
}


.project-show-case-menu-links .col-lg-12 a{
    
    text-decoration:none;
    color:#000;
    font-weight:600;
    font-size:17px;
    padding:0 10px;
    border-right:2px solid #bfa888;
    /*margin-lefT:20px;*/
    
}

.project-show-case-menu-links .col-lg-12 a:nth-child(1){
    
    padding-right:0;
    border:0;
}

.margin-top-col-rem{
    
    margin-top:1.5rem !important;     

}

.project-show-case-menu-links .col-lg-12 a img{
    
    width:30px;
    height:30px;
    margin-left:5px;
}

.project-show-case-menu-links .col-lg-12 a i{
    
    color:#bfa888;
    font-size:23px;
    vertical-align:middle;
    margin-right:5px;
    transition:all .45s;
    display:none;
}

.project-show-case-menu-links .col-lg-12 a:hover i{
    
    transform:rotate(-90deg);
}

.full-width-map-frame iframe{
    
    width:100%;
    height:450px;
}




.rate-to-nikan-project-solo-project{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    margin-top:60px !important;
    
}


.rate-to-nikan-project-solo-project div:Nth-child(1) h1{
    
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 0;
}



.rate-to-nikan-project-solo-project div:Nth-child(1) h2{
    
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 0 0;
}



.rate-to-nikan-project-solo-project .nikan-default-btns-brown{
    
    padding:10px 50px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rate-to-nikan-project-solo-project .nikan-default-btns-brown span{
    
    margin-right:15px;
    font-size:16px;
}




.rate-h1-title{
    
    color:#bfa888;
    font-size:25px;
    font-weight:600;
    margin:0 0 25px 0;
    line-height:normal;
}


.rate-class-in-modal-itself{
    
    text-align:center;
}

.rate-class-in-modal-itself h1{
    
    color:#000;
    font-size:30px;
    font-weight:600;
    margin:0 0 30px 0;
    border-bottom:1px solid #dee2e6;
    padding-bottom:30px;
    padding-top:15px;
    
}





.facerate{
    
    display:Flex;
    align-items:Center;
    justify-content:Center;
    /*border:2px solid #000;*/
    border-radius:4px;
    padding:10px;
    margin:0 15px;
    cursor:pointer;
    transition:all .25s;
    flex-direction:column;
}



.facerate span{
    
    font-size:18px;
    color:#000;
    font-weight:600;
    display:block;
    margin-top:10px;
    width:100%;
    padding-bottom:10px;
    border-bottom:2px solid #bfa888;
}


.rating{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #dee2e6;
}





.ratingmodal-product .modal-dialog{
    
    max-width:50% !important;
}


.facerate-cry.active{
    
    border-color:#faa8b6;
    color:#faa8b6;
    background-color:#fff3f5;
}




.facerate-weak.active{
    
    border-color:#fdae8d;
    background-color:#fef7f1;
    color:#fdae8d;
}


.facerate-normal.active{
    
    border-color:#d8dede;
    background-color:#fffdf1;
    color:#d8dede;
}



.facerate-good.active{
    
    border-color:#9be4ac;
    background-color:#f1fff2;
    color:#9be4ac;
}


.facerate-great.active{
    
    border-color:#cfeaff;
    background-color:#edf6ff;
    color:#cfeaff;
}



.ratingmodal-product .nikan-default-btns-brown {
    
    margin:0 0 15px 0;
}



.nikan-project-showcase-section-3 .row{
    
    justify-content:Center;
}

.pos-relative-col-left{
    
    position:relative;
}


.pos-relative-col-left .big-pic-catalog-mdl{
    
    width:100%;
} 

.pos-relative-col-left .pencil-pic-catalog-mdl{
    
    position:absolute;
    top:0;
    left:-60px;
}


.pos-relative-col-right {
    
    position:Relative;
}

.pos-relative-col-right .bgabs-catalog-nik{
    
    position:absolute;
    top:50%;
    right:50%;
    opacity:.4;
    transform:translate(50%,-50%);
    
}




.modal-delivery img{
    
    width:100%;
    height:100%;
    border-radius:4px;
}


.modal-delivery .modal-content{
    
    height:600px;
}



.modal-delivery .modal-body{
    
    overflow:hidden;
}





.progressbar-section-city-project .progress{
	width: 32%;
	margin:auto;
	height:100%;
	background:transparent;
}


.progressbar-section-city-project .progress .track{
	fill: rgba(0, 0, 0, 0);
	stroke-width: 4;
	transform: rotate(90deg)translate(0px, -80px);
}



.progressbar-section-city-project .progress .fill{
	fill: rgba(0, 0, 0, 0);
	stroke-width: 6;
	transform: rotate(90deg)translate(0px, -80px);
}




.progressbar-section-city-project .progress .track{
	stroke:#000;
}

.progressbar-section-city-project .progress .fill {
	stroke: rgb(255, 255, 255);
	stroke-dasharray: 219.99078369140625;
	stroke-dashoffset: -219.99078369140625;
	transition: stroke-dashoffset 3s;
}

.progressbar-section-city-project .progress.blue .fill {
	stroke:#bfa888;
}

.progressbar-section-city-project .progress .value, .progress .text {
	font-family: 'Open Sans';
	fill:#000;
	text-anchor: middle;
}

.progressbar-section-city-project .progress .text {
	font-size: 12px;
}

.progressbar-section-city-project .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		cursor: default;
}


.progress-col2 h1{
    
    text-align:center;
    font-size:23px;
    color:#000;
    font-weight:600;
    margin:20px 0;
}




.nikan-project-showcase-section-3 table thead tr th img{
    
    margin-left:10px;
    width:50px;
    height:50px;
}



.nikan-media-section-number3 .swiper-slide video{
    
    width:100%;
    height:auto;
    display:inline-block;
}



.personel-section-force-css-styles .swiper-slide{
    
    max-height:initial !important;
}


.personel-section-force-css-styles{
    
    padding:120px 0 60px 0 !important;
}





.flex-2col-filter-slider{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
}



.solo-category-section-1 .price-input {
  width: 100%;
  display: flex;
  /*margin: 30px 0 35px;*/
    margin:0;
  flex-direction:column;
}
.solo-category-section-1 .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.solo-category-section-1 .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 0px;
  text-align: center;
  border:0;
  font-weight:600;
  border-bottom:2px solid #bfa888;
  -moz-appearance: textfield;
}

.solo-category-section-1 input[type="number"]::-webkit-outer-spin-button,
.solo-category-section-1 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.solo-category-section-1 .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  
}
.solo-category-section-1 .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.solo-category-section-1 .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #bfa888;
}
.solo-category-section-1 .range-input {
  position: relative;
}
.solo-category-section-1 .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.solo-category-section-1 input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #bfa888;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.solo-category-section-1 input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #bfa888;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}



.solo-category-section-1 .slider{
    
    direction:ltr;
    margin-top:1.5rem;
}



.solo-category-section-1 .range-input{
    
    direction:ltr;
}




.solo-category-section-1 .price-input .field span{
    
    font-weight:600;
    font-size:25px;
}



.blog-in-tabs-design-2{
    
    position:relative;
}



.blog-in-tabs-design-2 .link-abs{
    
    position:Absolute;
    bottom:0;
    left:0;
    background:#FFF;
    padding-right:15px;
}

.blog-in-tabs-design-2 .link-abs a{
    
    font-size:18px;
    color:#000 !important;
    font-weight:600;
    text-decoration:none;
    z-index:2;
}

.blog-in-tabs-design-2 .link-abs a i{
    
    margin-right:5px;
    vertical-align:middle;
    color:#bfa888;
    font-size:20px;
}



.faq_container svg{
    
    stroke:#bfa888;
    width:25px;
    height:25px;
    transition:transform .5s;
}

.faq_container svg polyline{
    
    stroke-width:1.5px;
}


.filter-maxheight-blogs ul{
    
    margin:0;
    padding:0 !important;
}

.filter-maxheight-blogs ul li{
    
    list-style-type:none;
    margin-bottom:15px;
}



.filter-maxheight-blogs ul li:last-child{
    
    margin-bottom:0;
}


.filter-maxheight-blogs ul li a{
    
    text-decoration:none;
    color:#000;
    font-size:17px;
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    white-space:nowrap;
}

.filter-tik-border-keeper{
    width:100%;
    height:fit-content;
    border:1px solid #bfa888;
    padding:0 .75rem;
}




.filter-maxheight-blogs ul:last-child li:last-child{
    
    margin-bottom:15px;
}


.filter-new-to-oldblogs{
    
    padding:.75rem;
    border:1px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:space-between;
    margin:1.5rem 0 1rem;
}

.filter-new-to-oldblogs label{
    
    width:fit-content;
    margin-left:5px;
}


.filter-new-to-oldblogs div{
    
    display:flex;
    align-items:Center;
    font-size:16px;
    font-weight:600;
    justify-content:flex-start;
}


.filter-out-title{
    
    margin-top:0;
    font-size:20px;
    font-weight:600;
    line-height:normal;
}


.filter-out-title i{
    
    vertical-align:middle;
    margin-left:10px;
    color:#bfa888;
    font-size:24px;
}


.sticky-filter-nikan{
    
    position:sticky;
    top:1.5rem;
}



.blog-nikan-page-section-with-def-styles .my-nikan-custom-tabs li button{
    
    font-size:17px;
}


.blog-nikan-page-section-with-def-styles .my-nikan-custom-tabs li button img{
    
    width:40px;
    height:40px;
}

.nikan-star-padbot{
    
    padding:0 0 60px 0;
}


.radio-class-new-theme{
    
    position:Relative;
    display:flex;
    margin:.75rem 0;
    align-items:Center;
    padding:15px;
    border-bottom:1px solid #bfa888;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    justify-content:Space-between;
}


.radio-class-new-theme .radio-cls-right{
    
    width:47%;
}


.radio-class-new-theme .radio-cls-left{
    
    width:47%;
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    flex-direction:row-reverse;
}



.radio-class-new-theme .radio-cls-right h1{
    
    font-size:26px;
    margin:0;
    line-height:normal;
    color:#000;
    font-weight:600;
}

.radio-class-new-theme .radio-cls-right h2{
    
    color:#000;
    font-size:20px;
    color:#bfa888;
    font-weight:600;
}




.radio-cls-left img{
    
    width:140px;
    height:140px;
    border-radius:50%;
    margin-right:40px;
}


.radio-class-new-theme .radio-cls-left .play-radio{
    
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #bfa888;
    background: #bfa888;
    color: #FFF;
    font-size: 30px;
    display: flex;
    align-items: Center;
    justify-content: Center;
}

.radio-class-new-theme .radio-cls-left .play-radio i{
    
    margin-left:5px;
}



.radio-class-new-theme .radio-cls-left .play-radio:before{
    
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    animation-delay: 0.2s;
    animation-duration: 3s;
    
}


.radio-class-new-theme .radio-cls-left .play-radio:after{
    
    animation-delay: 0.5s;
    animation-duration: 3s;
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    
}




.ul-social-manager {
    
    padding: 0;
    margin: 0;
    display: flex;
    align-items: Center;
    justify-content:flex-start;
    width: 100%;
    margin-top:20px;
}

.ul-social-manager li{
    
    list-style-type:none;
    margin-left:30px;
}


.ul-social-manager li a{
    
    display: Flex;
    text-decoration: none;
}


.ul-social-manager li a i{
    
    font-size: 20px;
    vertical-align: middle;
    color: #bfa888;
    margin-left: 5px;
}

.ul-social-manager li a span{
    
    font-size: 16px;
    font-weight: 600;
    color: #000;
}





.chart-manager .chart-class-styles h2{
    
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #bfa888;
    margin-top: 20px
}




.form-module-svg-theme-nikan{
    
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}



.form-module-svg-theme-nikan a{
    
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    display:block;
    margin-top:20px;
    color:#000;
}

.form-module-svg-theme-nikan a i{
    
    margin-right:5px;
    vertical-align:middle;
    color:#bfa888;
    font-size:25px;
}




.nikan-contact-us-new-page-dark-1{
    
    padding:60px 0;
    position:Relative;
}


.nikan-contact-us-new-page-dark-1 .dark-gold-title-contact{
    
    text-align:center;
    margin:0 0 100px 0;
    color:#000;
    font-weight:600;
    font-size:35px;
}



.mail-tell-loc{
    
    margin:0;
    /*align-items:Center;*/
}

.mail-tell-loc .col-lg-4{
    
    text-align:center;
    
}

.mail-tell-loc .col-lg-4:nth-child(2){
    
    border-left:1px solid #bfa888;
    border-right:1px solid #bfa888;
}

.mail-tell-loc .col-lg-4 i{
    
    font-size:40px;
    color:#bfa888;
    margin-bottom:20px;
}

.mail-tell-loc .col-lg-4 h1{
    
    color:#bfa888;
    font-size:23px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:normal;
}


.mail-tell-loc .col-lg-4 p{
    
    font-size:17px;
    font-weight:600;
    color:#000;
    margin:0 0 10px 0;
    text-align:right;
    line-height:normal;
}

.mail-tell-loc .col-lg-4 p:last-child{
    
    margin:0;
}

.mail-tell-loc .col-lg-4 a{
    
    font-size:20px;
    font-weight:600;
    text-decoration:none;
    color:#000;
    font-family:system-ui;
    text-align:right;
    line-height:normal;
}



.aicenter-contact{
    
    align-items:Center;
}






.new-dark-theme-contact-map{
    
    padding:0 0 60px 0;
}



.new-dark-theme-contact-map iframe{ 
    
    width:100%;
    
}

.new-dark-theme-contact-stories{
    
    padding:60px 0;
    position:Relative;
}


.nikan-project-showcase-section-1 .showcase-section-1-colleft ul li{
    
    padding-right:30px;
    border-right:1px solid #bfa888;
}



.pictures-showcase-swiper .centerswiper-btns svg{
    
    transition:all .3s;
}


.pictures-showcase-swiper .centerswiper-btns .swiper-button-next:hover svg{
    
    transform:TranslateX(-5px) !important;
}




.pictures-showcase-swiper .centerswiper-btns .swiper-button-prev:hover svg{
    
    transform:TranslateX(5px) rotate(180deg) !important;
}



.personel-section-force-css-styles .swiper {
      width: 100%;
      height: 100%;
      padding-bottom:7.5rem;
    }

.personel-section-force-css-styles .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /*display: flex;*/
      /*justify-content: center;*/
      /*align-items: center;*/
      width:45%;
      transition:all .6s;
      transform:scale(.8) translateZ(0) !important;
      margin-right:auto;
      margin-left:auto;

    }

.personel-section-force-css-styles .swiper-slide-active{
    
    transform:scale(1.09) translateZ(0) !important;
}


.personel-section-force-css-styles .swiper-slide video{
    
    width:100%;
    height:100%;
    display:block;
}

.video-data-personel-jc-sbetween{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    margin-top:20px;

}


.video-data-personel-jc-sbetween span{
    
    font-weight:600;
    color:#000;
    font-size:20px;
    
    
}



.video-data-personel-jc-sbetween div{
    
    border-right:3px solid #bfa888;
    padding-right:10px;
}


.manager-text-quote h2{
    
    color:#000;
    font-size:23px;
    font-weight:600;
    margin:0 0 20px 0;
    line-height:1;
}






.table-border-right-data h1{
    
    border-right:3px solid #bfa888;
    font-size:18px;
    color:#000;
    margin:0;
    line-height:normal;
    padding-right:15px;
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.table-border-right-data{
    
    margin:.75rem 0 !important;
}




.table-border-right-data a{
    
    text-decoration: none;
    color: #000;
    font-size: 20px;
    
}

.table-border-right-data a i{
    
    vertical-align: middle;
    margin-right: 5px;
    transition: transform .5s;
    font-size: 20px;
    color: #bfa888;
}



.radio-cls-right ul{
    
    padding:0;
    margin:60px 0 0 0;
    display:Flex;
    align-items:Center;
    justify-content:flex-start;
    
}



.radio-cls-right ul li{
    
    list-style-type:none;
    /*padding-right:10px;*/
    /*border-right:3px solid #bfa888;*/
    
}




.radio-cls-right ul li a{
    
    font-size:28px;
    text-decoration:none;
    color:#bfa888;
    height:fit-content;
    display:flex;
    margin-right:20px;
}


.radio-cls-right ul h1{
    
    font-size:18px !important;
}

.radio-cls-left audio{
    
    visibility:hidden;
    width:0px;
    height:0px;
    opacity:0;
    position:absolute;
    /*right:50%;*/
    /*bottom:0;*/
}



.radio-cls-left audio::-webkit-media-controls-play-button{
    
    display:none;
} 



.radio-cls-left audio::-webkit-progress-value{
    
    background:#bfa888 !important;

}




.catalog-swiper-dload .swiper {
      width: 100%;
      height: 100%;
    }

.catalog-swiper-dload .swiper-slide {
    
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    
}

.catalog-swiper-dload .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.catalog-swiper-dload .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:5rem;
    }



.catalog-dload-thumb-and-name{
    
    width:100%;
    position:Relative;
}



.catalog-dload-thumb-and-name h1{
    
    color:#fff;
    font-size:20px;
    font-weight:400;
    margin:0;
    line-height:normal;
    position:absolute;
    right:20px;
    bottom:10px;
    z-index:2;
}


.catalog-dload-thumb-and-name:after{
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    content: '';
    
}


.catalog-btns-dload{
    
    width:100%;
    margin-top:15px;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
}




.catalog-btns-dload div i{
    
    color:#bfa888;
    font-size:20px;
    vertical-align:middle;
    margin-left:5px;
}

.catalog-btns-dload div a{
    
    text-decoration:none !important;
    color:#000;
    font-size:17px;
    font-weight:600;
}



.podcast-managers-divclass-top{
    
    width:95%;
    display:flex;
    align-items:Center;
    justify-content:Space-between;
    margin-bottom:40px;
}

.podcast-managers-divclass-top h1{
    
    font-size: 26px;
    margin: 0;
    line-height: normal;
    color: #000;
    font-weight: 600;
}

.podcast-managers-divclass-top h2{
    
    font-size: 20px;
    color: #bfa888;
    font-weight: 600;
    margin:0;
}



.podcast-managers-divclass-top img{
    
    width:90px;
    height:90px;
    border-radius:50%;
}



.podcast-managers-divclass-bottom{
    
    width:95%;
    display:Flex;
    margin-bottom:1.5rem;
    align-items:center;
    justify-content:space-between;
    padding-bottom:1.5rem;
    border-bottom:1px solid #bfa888;
}

.podcast-managers-divclass-bottom ul{
    
    padding: 0;
    margin:0;
    display: Flex;
    width:max-content;
    align-items: Center;
    justify-content: flex-start;
}


.podcast-managers-divclass-bottom ul li{
    
    list-style-type:none;
}


.podcast-managers-divclass-bottom ul li a{
    
    font-size: 28px;
    text-decoration: none;
    color: #bfa888;
    height: fit-content;
    display: flex;
    margin-right: 20px;
}

.podcast-managers-divclass-bottom ul h1{
    
    margin: 0;
    line-height: normal;
    color: #000;
    font-weight: 600;
    font-size:18px;
}


.podcast-managers-divclass-bottom button{
    
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #bfa888;
    background: #bfa888;
    color: #FFF;
    font-size: 20px;
    display: flex;
    /*margin-left:22.5px;*/
    align-items: Center;
    justify-content: Center;
}

.podcast-managers-divclass-bottom button:before{
    
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.podcast-managers-divclass-bottom button:after{
    
    animation-delay: 0.5s;
    animation-duration: 3s;
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: #bfa888;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.podcast-managers-divclass-bottom button .fa-play{
    
    margin-left:5px;
}
.podcast-managers-divclass-bottom button .fa-pause{
    
    margin-left:0px !important;
}


.podcast-managers-divclass-bottom audio{
    
    visibility: hidden;
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
}




.form-module-svg-theme-nikan img{
    
    height:50px;
    width:50px;
}


.default-devided-columns-with-filter{
    
    position:Relative;
    padding:120px 0;
}


.fame-people-def-style{
    
    padding-bottom:0;
}

.fame-people-def-style .star-keeper-with-margin{
    
    margin:0;
}





.margin-bottom-1-5rem-news{
    
    margin-bottom:1.5rem;
}



.load-more-news-blog-21{
    
    text-align:center;
    padding-bottom:30px;
    border-bottom:1px solid #bfa888;
    
}

.load-more-news-blog-21 a{
    
    text-decoration:none;
    color:#000;
    font-size:20px;
    font-weight:600;
    
}

.load-more-news-blog-21 a i{
    
    margin-right:5px;
    vertical-align:middle;
    color:#bfa888;
    font-size:25px;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-1{
    
    padding:60px 0;
    position:Relative;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12 h1{
    
    text-align:center;
    font-size:45px;
    font-weight:600;
    margin:0;
    line-height:normal;
    color:#000;
}

.nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12{
    
    margin-bottom:60px;
}

.nikan-project-contact-us-page-new-theme-FLVME-section-1 .row{
    
    justify-content:center;
    align-items:Center;
}


.contact-page-col3-data-center{
    
    width:100%;
    text-align:center;
    
}


.nikan-project-contact-us-page-new-theme-FLVME-section-1 .centerborder-contact .contact-page-col3-data-center{
    
    border-right:3px solid #bfa888;
    border-left:3px solid #bfa888;
    padding:0 1rem;
}



.contact-page-col3-data-center i{
    
    color:#bfa888;
    font-size:40px;
    vertical-align:middle;
}

.contact-page-col3-data-center h1{
    
    font-size:25px;
    color:#000;
    margin:20px 0;
    line-height:1.3;
    font-weight:600;
}

.contact-page-col3-data-center .straight-data{
    
    text-decoration:none;
    font-size:18px;
    color:#000;
    line-height:Normal;
    margin:0 0 10px 0;
    font-weight:600;
}


.english-straight{
    
    font-family:system-ui;
}


.contact-page-col3-data-center .straight-data:last-child{
    
    margin:0;
}




.mobile-number{
    
    font-size:25px !important;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-2{
    
    padding:60px 0;
    position:relative;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12{
    
    text-align:center;
    margin-bottom:60px;
}

.nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12 h1{
    
    font-size:23px;
    color:#000;
    margin:0 0 15px 0;
    line-height:1.5;
    font-weight:600;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12 h1:last-child{
    
    margin:0;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-2 .row{
    
    justify-content:Center;
    align-items:Center;
    flex-direction:column;
}



.form-keeper-contact-relative-css{
    
    margin-bottom:2.25rem;
    width:100%;
}


.form-keeper-contact-relative-css:last-child{
    
    margin-bottom:0;
}


.input-same-style-contactpage{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.input-same-style-contactpage:focus{
    
    color: #000 !important;
    background-color: transparent;
    border-color: #bfa888;
}


.input-same-style-contactpage:focus::placeholder{
    
    color: #000 !important;
   
}


.input-same-style-contactpage::placeholder{
    
    color: #000 !important;
   
}



.form-keeper-contact-relative-css i{
    
    position:Absolute;
    top:0;
    /*transform:TranslateY(-50%);*/
    color:#bfa888;
    font-size:30px;
    left:0;
}


.textarea-icon-position-absolute i{
    
    top:0 !important;
    transform:none !important;
}




.social-media-column-contactpage-nikanpro{
    
    margin-top:5rem !important;
    text-align:center;
}

.social-media-column-contactpage-nikanpro h1{
    
    font-size: 25px;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1.5;
    font-weight: 600;
}



.social-media-column-contactpage-nikanpro ul{
    
    margin:0;
    padding:0;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
}


.social-media-column-contactpage-nikanpro ul li{
    
    list-style-type:none;
}


.social-media-column-contactpage-nikanpro ul li .href1{
    
    position: relative;
    display: flex;
    align-items: Center;
    justify-content: center;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #bfa888;
    text-decoration: none;
    margin: auto;
}

.social-media-column-contactpage-nikanpro ul li .href1 svg{
    
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    fill: none;
    stroke-width: 5px;
}


.social-media-column-contactpage-nikanpro ul li .href1 svg circle{
    
    stroke: #000;
    fill: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    stroke: currentColor;
    stroke-dashoffset: 700;
    stroke-dasharray: 700;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-linecap: butt;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
    
}

.social-media-column-contactpage-nikanpro ul li .href1 i{
    
    font-size: 50px;
    vertical-align: middle;
    color: #bfa888;
}



.social-media-column-contactpage-nikanpro ul li .href1:hover circle{
    
    stroke-dashoffset:0 !important;
}




.nikan-project-contact-us-page-new-theme-FLVME-section-2 button{
    
    background:#FFF;
    display:block;
    margin:auto;
    padding:0 80px;
    border:0;
}


.nikan-project-contact-us-page-new-theme-FLVME-section-3{
    
    position:relative;
    padding:60px 0;
}


.contact-page-col3-data-center i.fa-mobile{
    
    font-size:60px !important;
}


.contact-page-col3-data-center i.fa-map-marker{
    
    font-size:50px !important;
}


.activity-history-of-nikan-p-tag{
    
    font-size:17px;
    font-weight:600;
    line-height:1.4;
    margin:100px 0 0 0;
    color:#000;
}





.nikan-project-activity-history  .swiper-slide {
	 display: flex;
	 background: #fff;
	 min-height: 300px;
	 align-items:center;
	 justify-content:space-between;
	 border-radius: 10px;
	 /*flex-direction:column;*/
	 
}

.nikan-project-activity-history  .swiper-slide .title {
	 font-size: 18px;
	 opacity: 0;
	 transition: 0.5s ease 0.5s;
}

.nikan-project-activity-history  .swiper-slide-active .title {
	 opacity: 1;
}

.nikan-project-activity-history  .swiper-pagination-progressbar {
	 position: relative;
	 margin-bottom: 70px;
	 background-color: transparent;
	 height: 4px;
	 /*border-bottom: 1px solid #888;*/
	 border-bottom: 1px solid #bfa888;
	 width: 100%;
}

.nikan-project-activity-history  .swiper-pagination-progressbar-fill {
	 background-color: #000;
	 height: 3px;
	 top: 2px;
}


.nikan-project-activity-history  .swiper-pagination-custom {
	 position: relative;
	 list-style: none;
	 margin: 1rem 0;
	 padding: 0;
	 display: flex;
	 line-height: 1.66;
	 bottom: 0;
	 z-index: 11;
	 width: 100%;
	 display: flex;
}

.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch {
	 position: relative;
	 width: 100%;
	 height: 30px;
	 text-align:center;
	 line-height: 30px;
	 display: block;
}
 
.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	 position: unset !important;
	 font-weight: 600;
	 color:#000;
	 left: 0;
	 /*transform: translateX(50%);*/
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 cursor: pointer;
	 z-index: 1;
	 font-size:16px !important;
}
 
/*.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {*/
/*	 position: absolute;*/
/*	 top: calc(100% + 19px);*/
/*	 left:0;*/
/*	 transform:translateY(-50%);*/
/*	 width: 12px;*/
/*	 height: 12px;*/
/*	 background: #888888;*/
/*	 border-radius: 2rem;*/
/*	 content: "";*/
/*	 transition: 0.2s all ease-in-out;*/
/*	 transition-delay: 0s;*/
/*	 z-index: 1;*/
/*}*/



.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch:after {
	 position: absolute;
	 top: calc(100% + 19px);
	 right:50%;
	 transform:translate(50%,-50%);
	 width: 12px;
	 height: 12px;
	 background: #888888;
	 border-radius: 2rem;
	 content: "";
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 z-index: 1;
}

.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch.active:after {
	 background: #bfa888;
	 width: 25px;
	 height: 25px;
	 transition-delay: 0.4s;
}



.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	 font-weight: 600;
	 color:#bfa888;
	 transition-delay: 0.4s;
	 font-size:30px !important;
     transform:none !important;
    
}
 
.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	 background: #bfa888;
	 width: 25px;
	 height: 25px;
	 transition-delay: 0.4s;
}

.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
	 color: #000;
	 font-size:20px;
	 font-weight: 600;
}
 
.nikan-project-activity-history  .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
	 background: #888;
}
 
.nikan-project-activity-history .swiper-pagination-progressbar-fill{
    
    background-color: #bfa888 !important;
    height: 3px !important;
    top: 2px !important;
    display:none !important;
}







.nikan-project-activity-history  .swiper-slide  h1{
    
    font-size:35px;
    font-weight:600;
    line-height:normal;
    margin:0 0 30px 0;
    color:#000;
}


.nikan-project-activity-history  .swiper-slide ul{
    
    margin:0;
    padding:0 1.1rem 0 0;
}

.nikan-project-activity-history  .swiper-slide ul li{
    
    margin-bottom:15px;
    list-style-type:disc;
    text-align:right;
}

.nikan-project-activity-history  .swiper-slide ul li:last-child{
    
    margin:0;
}

.nikan-project-activity-history  .swiper-slide ul li a{
    
    color:#000;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
    padding-left:1.1rem;
    width:fit-content;
}

.fancybox-content img{
    
    max-height:75vh !important;
}




/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/

.nikan-project-showcase-section-13 .swiper {
      width: 100%;
      height: 100%;
      padding-bottom:8rem;
    }

.nikan-project-showcase-section-13 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

/*.nikan-project-showcase-section-13 .swiper-slide img {*/
/*      display: block;*/
/*      width: 100%;*/
/*      height: 100%;*/
/*      object-fit: cover;*/
/*    }*/

.nikan-project-showcase-section-13 .swiper {
      margin-left: auto;
      margin-right: auto;
    }


/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/
/*mosahebe ba sakenin*/





.nikan-project-blog-inner-section-number1{
    
    position:Relative;
    padding:60px 0;
    
}



.sticky-class-right-side-innerblog{
    
    width:100%;
}



/*.sticky-class-right-side-innerblog{*/
    
/*    position:sticky;*/
/*    top:1.5rem;*/
/*}*/

.bloginner-col9-section-1 img{
    
    width:100%;
    height:auto;
    margin-bottom:60px;
}

.bloginner-col9-section-1 h1{
    
    font-size:35px;
    color:#000;
    font-weight:600;
    padding-right:.75rem;
    border-right:5px solid #bfa888;
    line-height:1.4;
    margin:0 0 40px 0;
}


.bloginner-col9-section-1 p{
    
    font-size:18px;
    font-weight:600;
    line-height:1.8;
    margin: 0 0 15px 0;
    color:#000;
    text-align:right;
    
}


.bloginner-col9-section-1 p:last-child{
    
    margin:0;
    padding-bottom:60px;
    border-bottom:2px solid #bfa888;
}


.bloginner-col9-section-1{
    
    position:Relative;
    padding:0 0 45px 0;
}



.bloginner-col9-section-1 .container{
    
    padding:0;
}



.bloginner-col9-section-2{
    
    padding-bottom:60px;
    border-bottom:2px solid #bfa888;
    position:Relative;
}


.bloginner-col9-section-2 .container{
    
    padding:0;
}



.bloginner-col9-section-2 .title-margin-bottom h1{
    
    font-size:25px;
    color:#000;
    font-weight:600;
    padding-right:.75rem;
    border-right:5px solid #bfa888;
    line-height:1.4;
    margin:0;
    
}

.bloginner-col9-section-2 .title-margin-bottom{
    
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
}


.bloginner-col9-section-2 .title-margin-bottom img{
    
    margin-right:.75rem;
}




.bloginner-col9-section-2 .title-margin-bottom div:nth-child(1){
    
    display:flex;
    align-items:Center;
    justify-content:flex-start;
}


.bloginner-col9-section-2 .title-margin-bottom h2{
    
    font-size:20px;
    font-weight:400;
    color:#000;
    margin:30px 0 0 0;
    line-height:1.2;
}


.bloginner-comment-description .position-relative{
    
    width:100%;
}


.bloginner-comment-description .position-relative .chvrsi{
    
    width:100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.bloginner-comment-description .position-relative i{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: TranslateY(-50%);
}


.bloginner-comment-description .position-relative:last-child i{
    
    top:0 !important;
    transform:none;
}


.bloginner-comment-description .position-relative .chvrsi:focus{
    
    color: #000 !important;
    background-color: transparent;
    border-color: #bfa888;
}



.bloginner-comment-description .position-relative .chvrsi::Placeholder{
    
    color:#000 !important;
}





.bloginner-comment-description button{
    
    width:fit-content;
    border:0;
    outline:none;
    padding:0 70px;
    margin-right:.75rem;
    margin-top:30px;
    box-shadow:None;
    background:#FFF;
}




.bloginner-col9-section-3{
    
    position:relative;
    padding-top:calc(60px - 1rem);
    border-bottom:2px solid #bfa888;
    padding-bottom:calc(60px - 1rem);
}



.bloginner-col9-section-3 .nikan-user-blog-inner-comment{
    
    margin-bottom:2rem;
}


.bloginner-col9-section-3 .col-lg-12:last-child .nikan-user-blog-inner-comment{
    
    margin:0;
}

.bloginner-col9-section-3 .nikan-user-blog-inner-comment div{
    
    display:Flex;
    align-items:center;
    justify-content:flex-start;
    margin-bottom:20px;
}



.bloginner-col9-section-3 .nikan-user-blog-inner-comment div img{
    
    width:70px;
    height:70px;
    border-radius:50%;
    margin-left:20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;   
}


.bloginner-col9-section-3 .nikan-user-blog-inner-comment div h1{
    
    font-size:20px;
    color:#000;
    margin:0;
    line-height:1;
    font-weight:600;
}

.bloginner-col9-section-3 .nikan-user-blog-inner-comment p{
    
    font-size:17px;
    font-weight:400;
    color:#000;
    line-height:1.3;
    margin:0;
}



.bloginner-col9-section-3 .container{
    
    padding:0;
}



.nikan-innerblog-related-posts{
    
    width:100%;
    margin-bottom:1.5rem;
    background:#FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:15px;
}


.nikan-innerblog-related-posts .nikan-innerblog-related-posts-title-style{
    
    margin-bottom:1.5rem;
    width:100%;
}

.nikan-innerblog-related-posts .nikan-innerblog-related-posts-title-style h1{
    
    padding-right:.75rem;
    color:#000;
    font-size:25px;
    font-weight:600;
    margin:0;
    line-height:1.2;
    border-right:3px solid #bfa888;
    
}


.related-blog-itself{
    
    padding:15px 0;
    border-bottom:1px solid #EEE;
    display:Flex;
    align-items:center;
    justify-content:flex-start;
}

.related-blog-itself:last-child{
    
    margin:0;
    padding-bottom:0;
    border:0;
}


.nikan-innerblog-related-posts .first-child-ptop-0{
    
    
    padding-top:0 !important;
}


.related-blog-itself img{
    
    width:25%;
    border-radius:2px;
    margin-left:10px;
}

.related-blog-itself a{
    
    color:#000;
    font-size:16px;
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:1;
    z-index:3;
    -webkit-box-orient:vertical;
    font-weight:600;
    text-decoration:none;
}






.pright-2rem{
    
    padding-right:2rem !important;
}



.nikan-innerblog-newsletter{
    
    width:100%;
    margin-bottom:1.5rem;
    background:#FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:15px;
}


.nikan-innerblog-newsletter h1{
    
    padding-right:.75rem;
    color:#000;
    font-size:25px;
    font-weight:600;
    margin:0;
    line-height:1.2;
    border-right:3px solid #bfa888;
}


.nikan-innerblog-newsletter p{
    
    font-size:17px;
    font-weight:600;
    color:#000;
    margin:15px 0;
    line-height:normal;
}


.nikan-innerblog-newsletter .position-relative{
    
    width:100%;
}



.nikan-innerblog-newsletter .position-relative input{
    
    width:100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.nikan-innerblog-newsletter .position-relative input:focus{
    
    border-color:#bfa888;
}



.nikan-innerblog-newsletter .position-relative i{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: TranslateY(-50%);
}




.nikan-innerblog-newsletter .position-relative input::Placeholder{
    
    color:#000;
}



.nikan-innerblog-newsletter button{
    
    background:transparent;
    width:fit-content;
    margin-top:15px;
    border:0;
    box-shadow:None;
    outline:None;
    margin-right:auto !important;
    margin-left:auto !important;
    display:block;
    
}




.nikan-innerblog-social{
    
    width:100%;
    margin-bottom:1.5rem;
    background:#FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:15px;
}

.nikan-innerblog-social h1{
    
    padding-right:.75rem;
    color:#000;
    font-size:20px;
    font-weight:600;
    margin:0;
    line-height:1.2;
    border-right:3px solid #bfa888;
}




.nikan-innerblog-social ul{
    
    margin:25px 0 0 0;
    padding:0;
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.nikan-innerblog-social ul li{
    
    list-style-type:none;
    margin:0 0 0 20px;
}


.nikan-innerblog-social ul li:last-child{
    
    margin:0;
}


.nikan-innerblog-social ul li a{
    
    text-decoration:none;
}


.nikan-innerblog-social ul li a i{
    
    font-size:30px;
    color:#bfa888;
}


.flex-next-and-prev-post{
    
    padding:30px 0;
    margin-top:60px;
    border-top:2px solid #bfa888;
    border-bottom:2px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:Space-between;
}


.flex-next-and-prev-post .blog-cols-next-prev{
    
    width:30%;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    justify-content:flex-start;
    
}

.flex-next-and-prev-post .prev-post-blog{
    
    align-items:flex-end;
}


.blog-cols-next-prev div:nth-child(1){
    
    color:#000;
    cursor:pointer;
    margin-bottom:15px;
    font-size:18px;
    font-weight:600;
    
}


.next-post-blog div:nth-child(1) i{
    
    color:#bfa888;
    font-size:45px;
    vertical-align:middle;
    margin-left:15px;
}


.prev-post-blog div:nth-child(1) i{
    
    color:#bfa888;
    font-size:45px;
    vertical-align:middle;
    margin-right:15px;
}




.blog-cols-next-prev div:nth-child(2) a{
    
    display:-webkit-box;
    width:100%;
    overflow:hidden;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    font-size:17px;
    text-decoration:none;
    font-weight:600;
    color:#000;
}

.blog-inner-tags{
    
    margin-top:30px;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    flex-wrap:wrap;
}


.blog-inner-tags a{
    
    text-decoration:none;
    color:#000;
    font-size:15px;
    margin-bottom:15px;
    font-weight:600;
    padding:4px 8px;
    border-radius:10px;
    margin-left:15px;
    display:inline-block;
    background:#bfa888;
}


.blog-all-page-tags-class{
    
    width:100%;
    margin-top:1rem;
    padding:.75rem .75rem 0 .75rem;
    border:1px solid #bfa888;
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.blog-all-page-tags-class a{
    
    text-decoration: none;
    color: #000;
    font-size: 15px;
    margin-bottom: .75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 10px;
    margin-left: .75rem;
    display: inline-block;
    background: #bfa888;
}


/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/


.search-header .input-group-btn{
    
    display:none;
}

.search-header input{
    
    border-radius:0;
    width:100% !important;
}


.search-header input:focus{
    
    
    outline:none !important;
    background:Transparent !important;
    box-shadow:none !important;
    color:#FFF !important;
}

/*.margin-0-row-common-home-row .col-sm-12:nth-child(1){*/
    
   
/*    padding:0 !important;*/
/*}*/

.margin-0-row-common-home-row #content{
    
   
    padding:0 !important;
}


.margin-0-row-common-home-row{
    
    margin-right:0 !important;
    margin-left:0 !important;
}



.nikan-new-cusomters-section ul:nth-child(2){
    
    animation-direction:reverse;
}





/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/
/*Extra styles for transform website on Admin Panel*/






/*responsive main page*/
/*responsive main page*/
/*responsive main page*/
/*responsive main page*/
/*responsive main page*/



@media screen and (max-width:575px) {
    
    .default-title-nikan .title-line{
        
        margin-right:0;
    }
    
   
    .shape-blog-image{
        
        width:60% !important;
    }
    
    .preloader-content h1{
        
        font-size:30px;
        margin:25px 0;
    }
    
    
    .preloader-content h2{
        
        font-size:30px;
    }
    
    
    .preloader-content img{
        
        max-width:200px;
    }
    
    .nikan-project-home-slider{
        
        height:70dvh;
    }
    
    
    
    .nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content h1{
        
        font-size:25px;
        margin-bottom:20px;
    }
    
    
    
    .nikan-project-home-slider .mySwiper-homeslider .nikan-home-slider-content a{
        
        margin-bottom:20px;
    }
    
    
    .btn-scroll-on-about svg{
        
        width:100px;
        height:40px;
    }
    
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg{
        
        height:45px;
    }
    
     .nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev svg{
        
        height:45px;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-next{
        
        left:15px;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev{
        
        right:15px;
    }
    
    
    
    .nikan-project-home-slider .mySwiper-homeslider .nikan-default-btns{
        
        padding:0 30px;
    }
    
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg polyline{
        
        stroke-width:1px;
    }
    
     .nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev svg polyline{
        
        stroke-width:1px;
    }
    
  
    .fix-five-link-visitable{
        
        width:100%;
        bottom:0;
        left:0;
        padding:10px;
    }
    
    .quick-acc-key{
        
        left:0;
        top:-40px;
        right:auto;
    }
    
    .fix-five-link-visitable ul{
        
        justify-content:space-between;
    }
    
    .fix-five-link-visitable ul li a img{
        
        width:35px;
        height:35px;
    }
    
    
    .fix-five-link-visitable ul li a{
        
        font-size:14px;
    }
    
    .fix-five-link-visitable ul li{
        
        margin:0;
    }
    
    
   .fix-five-link-visitable.show{
       z-index:1;
       transform:translateY(0) !important;
   }
    
   .fix-five-link-visitable{
       
       transform:translateY(100%) !important;
   }    
   
   
   .fix-five-link-visitable.show .quick-acc-key i{
       
       transform:rotate(-90deg);
   }
   
   
   .fix-five-link-visitable .quick-acc-key i{
       
       transform:rotate(90deg);
   }
    


.nikan-project-about-us-section{
    
    padding:1.5rem .75rem;
    margin:1.5rem 0 0 0;
    
}



.nikan-project-about-us-section .about-col-numbers .prague-counter{
    
    width:100%;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .coming-alpha{
    
    width:100% !important;
}



.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .number{
    
    font-size:120px !important;
    text-align:center !important;
    display:block !important;
    
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .title{
    
    font-size:35px !important;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg{
    
    height:230px;
    display:flex;
    align-items:Center;
    justify-content:Center;
}


.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg defs{
    
    display:flex;
    align-items:Center;
    justify-content:Center;
    
}

.nikan-project-about-us-section .row{
    
    flex-direction:column-reverse;
}

.default-title-nikan{
    
    font-size:25px;
    font-weight:600;
    margin-bottom:2.5rem;
}



.title-name-bg-opacity{
    
    font-size:100px;
}



.about-col-left p{
    
    font-size:16px;
    margin-bottom:1.5rem;
}


.about-col-numbers{
    
    margin-top:1.5rem !important;
}

.nikan-default-btns-brown{
    
    font-size:17px;
}

.nikan-project-about-us-section .about-col-numbers .counter-outer{
    
    padding:3rem;
}


.nikan-geo-branches{
    
    padding:1.5rem .75rem;
}


.nikan-branch-heading{
    
    margin-bottom:1.5rem;
}


.nikan-geo-branches .col-lg-4:nth-child(3){
    
    margin:calc(1.5rem + 30px) 0;
}

.abs-number-column-branch{
    
    font-size:35px;
    width:60px;
    height:60px;
    top:-30px;
}

.geo-branch-inner h1{
    
    margin-top:30px;
}


.geo-branch-inner a{
    
    margin-top:30px;
}


.nikan-counter-projects{
    
    padding:1.5rem .75rem;
}


.nikan-counter-projects .row .col-lg-3 h2{
    
    font-size:30px;
}

.nikan-counter-projects .row .col-lg-3 h1{
    
    padding:0;
    font-size:100px;
}




.nikan-video-auto-play-section{
    
    height:auto;
    padding:1.5rem 0;
    margin:0;
}



.nikan-Diversity-in-collaboration-kkz{
    
    padding:2.5rem .75rem 0 .75rem;
}



.nikan-Diversity-in-collaboration-kkz .nikan-Diversity-heading{
    
    margin:0;
}


.diversity-seperate-cols .new-module-diversity-right p{
    
    font-size:18px;
    line-height:1.3;
    margin-bottom:1.5rem;
}


.diversity-cols-mbot-30{
    
    padding:0 !important;
    margin-bottom:1.5rem;
}

.diversity-style-mob{
    
    padding:0 !important;
    margin-bottom:1.5rem;
}

.whole-fill-divertsity-class .diversity-icon-brown{
    
    margin:0 0 20px 0;
}

.whole-fill-divertsity-class h1{
    
    margin:0;
}

.whole-fill-divertsity-class .diversity-icon-brown span i{
    
    font-size:50px;
}



.free-consultation-left-col{
    
    height:230px;
}

.free-consultation-right-col{
    
    padding:1.5rem !important;
}

.free-cons-border-inner{
    
    padding:1.5rem;
}

.free-cons-border-inner h1{
    
    font-size:25px;
    margin-bottom:15px;
}


.free-cons-border-inner button{
    
    position:relative !important;
    margin:10px auto;
    display:block;
    width:fit-content;
}

.free-cons-border-inner input{
    
    padding:10px 0 0 0;
}

.parent-row-projects{
    
    height:auto;
}

.nikan-new-theme-projects{
    
    padding:45px .75rem 1.5rem;
}


.project-heading-class{
    
    margin-bottom:1.5rem;
}


.project-mb-1-5rem-mobile576{
    
    margin-bottom:1rem;

}

.personel-video-section-nikan img{
    
    height:200px;
}


.personel-video-section-nikan{
    
    min-height:200px;
    margin-top:0;
    
}

.personel-video-section-nikan .video-player-btn-kkz{
    
    width:85px;
    height:85px;
}


.personel-video-section-nikan .video-player-btn-kkz .video-play-animation{
    
    width:100%;
    height:100%;
}


.personel-video-section-nikan .video-player-btn-kkz svg{
    
    width:100%;
    height:100%;
}


.my-nikan-modal-1 .modal-dialog{
    
    margin:auto;
    max-width:90%;
}



.my-nikan-modal-1 .modal-header{
    
    padding:10px;
}


.nikan-new-cusomters-section{
    
    padding:3rem .75rem 1.5rem;
}



.nikan-new-cusomters-section .shape-absolute-customers{
    
    width:60%;
}


.nikan-new-cusomters-section .default-title-nikan{
    
    font-size:23px;
}


.nikan-new-cusomters-heading-class{
    
    margin-bottom:0;
}


.nikan-new-cusomters-section .nikan-customers-ul-list ul li img{
    
    max-width:120px;
}

.nikan-new-cusomters-section .nikan-customers-ul-list ul{
    
    padding:0;
}



.personel-section-force-css-styles{
    
    padding:3rem .75rem 1.5rem !important;
}




.personel-section-force-css-styles .title-margin-bottom{
    
    margin-bottom:1.5rem;
}


.personel-section-force-css-styles .swiper{
    
    padding-right:.75rem;
    padding-left:.75rem;
}


.personel-section-force-css-styles .swiper-slide-active{
    
    transform:scale(1) translateZ(0) !important;
}


.video-data-personel-jc-sbetween{
    
    flex-direction:column;
    margin-top:15px;
    align-items:flex-start;
}

.video-data-personel-jc-sbetween div:nth-child(1){
    
    margin-bottom:10px;
}


.video-data-personel-jc-sbetween span{
    
    font-size:17px;
}


.personel-section-force-css-styles .swiper{
    
    padding-bottom:5.5rem;
}



.section-testimonials-nikan{
    
    padding:3rem .75rem 0;
}


.nikan-project-news-section{
    
    padding:3rem 1.5rem .75rem;
    margin:0;
}

.nikan-project-news-section .news-section-heading{
    
    margin:0;
}


.blog-slider-nikan{
    
    padding:0 !important;
}



.contant-with-nikan-section{
    
    padding:3rem .75rem 1.5rem;
}

.contant-with-nikan-section .nikan-contact-section-main-page{
    
    margin:0;
}

.social-media-contact-module{
    
    margin-top:20px !important;
}


.nikan-project-footer-section{
    
    padding:1.5rem .75rem;
}

.col-footer-kkz-number1 h1{
    
    font-size:25px;
}



.col-footer-kkz-number3 h1{
    
    font-size:25px;
}

.col-footer-kkz-number3{
    
    margin-top:15px !important;
    
}


.col-footer-kkz-number2{
    
    margin-top:15px !important;
    
}

.col-footer-kkz-number2 ul li{
    
    margin-bottom:15px;
}


.col-footer-kkz-number3 h2{
    
    margin:0;
}



.col-footer-kkz-number4{
    
    flex-direction:column-reverse;
}

.col-footer-kkz-number2 ul li a{
    
    font-size:18px;
}




.col-footer-kkz-number4{
    
    padding:25px .75rem 0 !important;
}



.col-footer-kkz-number4 ul li a{
    
    height:35px;
    width:35px;
}


.col-footer-kkz-number4 ul{
    
    margin-bottom:15px;
}

.footer-copy-right-txt-nikan{
    
    text-align:center;
    font-size:18px !important;
}





    
}


@media screen and (min-width:576px) and (max-width:767px){
    
 
    
    
    .nikan-project-home-slider{
        
        height:75dvh;
    }
    
    
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-slide-active .nikan-home-slider-content h1{
        
        font-size:35px;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-next{
        
        left:20px;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev{
        
        right:20px;
    }
    
    
    .nikan-project-about-us-section{
        
        padding:2rem .75rem;
        margin-top:20px;
    }
    
    .default-title-nikan{
        
        font-weight:600;
        font-size:30px;
    }
    
    
    .title-name-bg-opacity{
        
        font-size:120px;
    }
    
    
    
    .default-title-nikan span{
        
        margin:0;
    }
    
    .about-col-left p{
        
        font-size:16px;
        display:-webkit-box;
        overflow:hidden;
        -webkit-line-clamp:5;
        -webkit-box-orient:vertical;
    }
    
    
    
    .nikan-project-about-us-section .about-col-numbers .prague-counter{
        
        width:100%;
    }
    
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer{
        
        padding:35px;
    }
    
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg{
        
        width:100% !important;
        height:auto;
    }
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .number{
        
        font-size:75px;
    }
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .title{
        
        font-size:35px;
    }
    
    
    .nikan-geo-branches{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-branch-heading{
        
        margin:40px;
    }
    
    
    .abs-number-column-branch{
        
        width:70px;
        height:70px;
        font-size:40px;
        line-height:1.5;
    }
    
    .geo-branch-inner h1{
        
        margin-top:40px;
    }
    
    .tablet-calc-margin-top{
        
        margin-top:calc(1.5rem + 35px) !important;
    }
    
    
    .nikan-geo-branches .row{
        
        justify-content:center;
    }
    
    
    .nikan-counter-projects{
        
        padding:2rem 0;
    }
    
    .nikan-counter-projects .row .col-lg-3 h1{
        
        font-size:100px;
        padding:0;
        
    }
    
    
    .nikan-counter-projects .row .col-lg-3 h2{
        
        font-size:30px;
    }
    
    .nikan-video-auto-play-section{
        
        margin:0;
        height:auto;
    }
    
    .nikan-Diversity-in-collaboration-kkz{
        
        padding:4rem .75rem 2rem;
    }
    
    .nikan-Diversity-in-collaboration-kkz .nikan-Diversity-heading{
        
        margin:0;
    }
    
    
    
    .new-module-diversity-left{
        
        padding:0 !important;
        margin-top:2rem !important;
    }
    
    
    .diversity-style-tablet{
        
        margin-bottom:1.5rem !important;
    }
    
    
    
    .free-consultation-right-col{
        
        padding:2rem !important;
    }
    
    .free-cons-border-inner h1{
        
        font-size:30px;
    }
    
    .free-consultation-left-col{
        
        height:250px;
    }
    
    .nikan-new-theme-projects{
        
        padding:4rem .75rem 2rem;
    }
    
    
    .project-heading-class{
        
        margin-bottom:20px;
    }
    
    .parent-row-projects{
        
        height:auto;
    }
    
    .personel-video-section-nikan{
        
        height:250px;
        margin:0;
    }
    
    .personel-video-section-nikan .video-player-btn-kkz{
        
        height:150px;
        width:150px;
    }
    
    
    
    .personel-video-section-nikan .video-player-btn-kkz .video-play-animation{
        
        width:100%;
        height:100%;
    }
    
    
    .personel-video-section-nikan .video-player-btn-kkz svg{
        
        height:100%;
        width:100%;
    }
    
    .my-nikan-modal-1 .modal-dialog{
        
        max-width:90%;
    }
    
    .my-nikan-modal-1 .modal-dialog .modal-header{
        
        padding:10px;
    }
    
    
    .nikan-new-cusomters-section{
        
        padding:4rem .75rem 2rem;
    }
    
    
    .nikan-new-cusomters-heading-class{
        
        margin:0;
    }
    
    
    .nikan-new-cusomters-section .nikan-customers-ul-list ul li img{
        
        max-width:130px;
    }
    
    
    .nikan-new-cusomters-section .nikan-customers-ul-list ul{
        
        padding:0;
    }
    
    .personel-section-force-css-styles .swiper-slide-active{
        
        transform:scale(1) translateZ(0) !important;
        
    }
    
    .video-data-personel-jc-sbetween span{
        
        font-size:18px;
    }
    
    .personel-section-force-css-styles .swiper{
        
        padding-bottom:5.5rem;
    }
    
    .personel-section-force-css-styles .title-margin-bottom{
        
        margin-bottom:30px;
    }
    
    .personel-section-force-css-styles{
        
        padding:4rem 2rem 2rem !important;
    }
    
    .personel-section-force-css-styles .swiper-slide{
        
        transform:scale(1) translateZ(0) !important;
        
    }
    
    
    .section-testimonials-nikan{
        
        padding:4rem .75rem 2rem !important;
    }
    
    
    
    .nikan-project-news-section{
        
        padding:60px 0 20px 0;
        margin:0;
    }
    
    
    
    .shape-blog-image{
        
        width:60% !important;
    }
    
    .contant-with-nikan-section{
        
        padding:60px 0 45px !important;
    }
    
    .contant-with-nikan-section .nikan-contact-section-main-page{
        
        margin-bottom:20px;
    }
    
    .social-media-contact-module{
        
        margin-top:2rem !important;
    }
    
    .nikan-project-footer-section{
        
        padding:40px 0;
    }
    
    .col-footer-kkz-number1{
        
        margin-bottom:1.5rem !important;
    }
    
    
    .col-footer-kkz-number2 ul li{
        
        margin-bottom:15px;
    }
    
    .col-footer-kkz-number3{
        
        margin-top:15px !important;
    }
    
    
    .col-footer-kkz-number4{
        
        flex-direction:column-reverse;
    }
    
    
    .footer-copy-right-txt-nikan{
        
        margin-top:15px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


@media screen and (min-width:768px) and (max-width:991px){
    
    
    
    .nikan-project-home-slider{
        
        height:75dvh;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-slide-active .nikan-home-slider-content h1{
        
        font-size:40px !important;
    }
    
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-next svg{
        
        height:50px;
    }
    
    .nikan-project-home-slider .mySwiper-homeslider .swiper-button-prev svg{
        
        height:50px;
    }
    
    
    .nikan-project-about-us-section{
        
        padding:3rem .75rem 2rem;
        margin-top:0;
    }
    
    
    
    .nikan-project-about-us-section .about-col-numbers .prague-counter{
        
        width:100%;
    }
    
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer{
        
        padding:40px;
        
    }
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .coming-alpha{
        
        width:100%;
        display:flex;
        align-items:Center;
        justify-content:center;
    }
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .number{
        
        font-size:130px !important;
    }
    
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer .numbers svg mask .title{
        
        font-size:40px !important;
    }
    
    
    .title-name-bg-opacity{
        
        font-size:130px;
    }
    
    .default-title-nikan span{
        
        margin:0;
        font-weight:600;
        font-size:40px;
    }
    
    .about-col-left p{
        
        font-size:17px;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:5;
    }
    
    
    .nikan-geo-branches{
        
        padding:3rem .75rem;
    }
    
    .abs-number-column-branch{
        
        line-height:1.4;
        width:70px;
        height:70px;
    }
    
    
    .nikan-branch-heading{
        
        margin-bottom:40px !important;
    }
    
    .geo-branch-inner h1{
        
        margin-top:40px;
    }
    
    
    .geo-branch-inner a{
        
        margin-top:15px;
    }
    
    
    
    .geo-branch-inner h1{
        
        font-size:25px;
    }
    
    
    
    .nikan-counter-projects{
        
        padding:3rem .75rem;
    }
    
    .nikan-counter-projects .row .col-lg-3 h1{
        
        font-size:90px;
        padding:0;
    }
    
    
    .nikan-counter-projects .row .col-lg-3 h2{
        
        font-size:28px;
    }
    
    .nikan-video-auto-play-section{
        
        height:auto;
        margin:0;
    }
    
    .nikan-Diversity-in-collaboration-kkz{
        
        padding:3rem .75rem;
    }
    
    
    .nikan-Diversity-in-collaboration-kkz .nikan-Diversity-heading{
        
        margin-bottom:0;
    }
    
    
    
    .diversity-seperate-cols .new-module-diversity-right p{
        
        margin-bottom:40px !important;
    }
    
    
    .whole-fill-divertsity-class .diversity-icon-brown span i{
        
        font-size:55px;
    }
    
    
    .whole-fill-divertsity-class .diversity-icon-brown{
        
        margin:0 0 20px 0;
    }
    
    
    .free-consultation-right-col{
        
        padding:2rem !important;
    }
    
    .free-cons-border-inner h1{
        
        font-size:30px;
    }
    
    .free-cons-border-inner button{
        
        position:Relative;
        margin-top:10px;
    }
    
    
    .parent-row-projects{
        
        height:auto;
    }
    
    .nikan-new-theme-projects{
        
        padding:3rem .75rem;
    }
    
    
    
    .personel-video-section-nikan{
        
        margin:0;
    }
    
    
    
    .personel-video-section-nikan .video-player-btn-kkz{
        
        width:150px;
        height:150px;
    }
    
    
    .personel-video-section-nikan .video-player-btn-kkz .video-play-animation{
        
        width:100%;
        height:100%;
    }
    
    .personel-video-section-nikan .video-player-btn-kkz svg{
        
        height:100%;
        width:100%;
    }
    
    
    
    
    .nikan-new-cusomters-section{
        
        padding:4rem .75rem 2rem;
    }
    
    .nikan-new-cusomters-section .nikan-customers-ul-list ul{
        
        padding:0;
    }
    
    
    .nikan-new-cusomters-section .nikan-customers-ul-list ul img{
        
        max-width:150px;
    }
    
    
    .nikan-new-cusomters-heading-class{
        
        margin-bottom:30px !important;
    }
    
    
    .personel-section-force-css-styles{
        
        padding:3rem .75rem !important; 
    }
    
    
    .personel-section-force-css-styles .swiper-slide{
        
        transform:scale(1) translateZ(0) !important;
    }
    
    
     .personel-section-force-css-styles .swiper-slide-active{
        
        transform:scale(1) translateZ(0) !important;
    }
    
    
    .personel-section-force-css-styles .title-margin-bottom{
        
        margin-bottom:30px !important;
    }
    
    .personel-section-force-css-styles .swiper{
        
        padding-bottom:5.5rem;
    }
    
    
    .section-testimonials-nikan{
        
        padding:4rem .75rem 2rem!important;
    }
    
    .nikan-project-news-section{
        
        padding:4rem .75rem 2rem;
        margin:0;
    }
    
    
    
    .shape-blog-image{
        
        widtH:60%;
    }
    
    .contant-with-nikan-section{
        
        padding:4rem .75rem 2rem;
    }
    
    
    .contant-with-nikan-section .nikan-contact-section-main-page{
        
        margin-bottom:30px;
    }
    
    
    
    .nikan-project-footer-section{
        
        padding:3rem 0;
    }
    
    
    .col-footer-kkz-number1{
        
        margin-bottom:30px !important;
    }
    
    .footer-copy-right-txt-nikan{
        
        font-size:18px !important; 
    }
    

    
}


@media screen and (max-width:1200px){
    
    .nikan-header-large-devices{
        
        display:None;
    }
}

/*responsive main page*/
/*responsive main page*/
/*responsive main page*/
/*responsive main page*/
/*responsive main page*/

.nikan-project-about-page-section-manager-text .manager-text-class:nth-child(3){
    
    flex-direction:row-reverse;
    margin:50px 0;
}



/*responsive about page*/
/*responsive about page*/
/*responsive about page*/
/*responsive about page*/
/*responsive about page*/



@media screen and (max-width:575px){
    
    .nikan-inner-pages-heading-design{
        
        height:75dvh;
    }
    
    
    
    
    .inner-pages-heading-information{
        
        bottom:1.5rem;
        right:1.5rem;
        padding-right:1.5rem;
    }
    
    
    
    .inner-pages-heading-information h1{
        
        font-size:22px;
        margin-bottom:.75rem;
    }
    
    .inner-pages-heading-information h2{
        
        font-size:30px;
    }
    
    .about-top-page-tabs{
        
        padding:1.5rem .75rem 0;
    }
    
    
    .my-nikan-custom-tabs li{
        
        width:50%;
    }
    
    .my-nikan-custom-tabs li button{
        
        padding:5px;
        font-size:17px;
        width:100%;
        display:flex;
        align-items:Center;
        justify-content:Center;
        flex-direction:Column;
    }
    
    .my-nikan-custom-tabs li button img{
        
        width:35px;
        height:35px;
        margin:0 0 5px 0;
    }
    
    
    
    .nikan-project-about-us-page-section-1{
        
        padding:1.5rem 0;
    }
    
    
    
    .vision-img-class.mt2rem{
        
        margin:1.5rem 0;
    }
    
    
    .nikan-project-about-us-page-section-1 p{
        
        font-size:16px;
    }
    
    
    .nikan-project-about-us-page-section-2{
        
        padding:1.5rem 0;
    }
    
    .about-us-page-description-field .fa-quote-right{
        
        font-size:130px;
        top:-1rem;
        right:0;
    }
    
    .about-us-page-description-field{
        
        padding:0!important;
    }
    
    .about-us-page-description-field P{
        
        font-size:16px;
    }
    
    
    .about-us-page-description-field .fa-quote-left{
        
        bottom:0;
        font-size:130px;
        left:0;
    }
    
    
    
    .nikan-project-about-us-page-section-3{
        
        padding:1.5rem 0;
    }
    
    
    .nikan-project-about-us-page-section-4{
        
        padding:1.5rem 0;
    }
    
    
    .infography-picture-class{
        
        margin:0 0 1.5rem 0;
        height:300px;
    }
    
    
    .infography-picture-class .border-top-infography{
        
        width:110px;
        height:110px;
    }
    
    .infography-picture-class .border-bottom-infography{
        
        width:110px;
        height:110px;
    }
    
    .nikan-project-about-page-section-manager-text{
        
        padding:1.5rem .75rem;
    }
    
    
    
    .nikan-project-about-page-section-manager-text .default-title-nikan{
        
        margin:0;
    }
    
    
    .manager-text-class{
        
        flex-direction:column;
    }
    
    .manager-text-class .manager-text-image{
        
        width:100%;
    }
    
    
    .manager-text-class .manager-text-quote{
        
        width:100%;
        margin-top:1.5rem;
    }
    
    .manager-text-quote h2{
        
        margin:0 0 15px 0;
    }
    
    .manager-text-class .manager-text-quote h1{
        
        font-size:25px;
        padding-right:1rem;
        margin:0 0 15px 0;
    }
    
    
    .manager-text-class .manager-text-quote p{
        
        font-size:16px;
    }
    
    
    .ul-social-manager{
        
        margin-top:15px;
        flex-direction:column;
        align-items:flex-start;
    }
    
    .ul-social-manager li{
        
        margin:0;
    }
    
    .ul-social-manager li:nth-child(2){
        
        margin:10px 0;
    }
    
    
    .nikan-project-about-page-section-manager-text .manager-text-class:nth-child(3){
        
        margin:1.5rem 0;
        flex-direction:column;
    }
    
    .nikan-project-about-us-page-section-5{
        
        padding:1.5rem 0.75rem;
    }
    
    .nikan-project-about-us-page-section-5 .title-margin-bottom{
        
        margin-bottom:20px;
    }
    
    
    .chart-manager{
        
        margin-right:0 !important;
        margin-left:0 !important;
        padding:0 !important;
        
    }
    
    
    .chart-manager .chart-class-styles h2{
        
        margin-top:15px;
    }
    
    .chart-manager .chart-class-styles h1{
        
        margin:0 0 15px 0;
    }
    
    .nikanproject-aboutpage-section-3{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikanproject-aboutpage-section-3 .default-title-nikan{
        
        margin:0;
    }
    
    
    
    .nikan-about-organization-calture-section{
        
        padding:1.5rem .75rem;
    }
    
    .nikan-about-organization-calture-section .title-margin-bottom{
        
        margin-bottom:1rem;
    }
    
    
    
    .nikan-project-activity-history{
        
        padding:1.5rem .75rem;
    }
    
    .activity-history-of-nikan-p-tag{
        
        margin:0;
        font-size:16px;
    }
    
    
    .nikan-project-activity-history .title-margin-bottom{
        
        margin:0 0 1rem 0;
    }
    
    .nikan-project-activity-history .swiper-slide{
        
        min-height:initial;
        flex-direction:column;
        justify-content:flex-start;
    }
    
    .nikan-project-activity-history .swiper-slide h1{
        
        font-size:25px;
        margin:0 0 10px 0;
    }
     
    
    .nikan-project-activity-history .swiper-slide ul{
        
        margin-bottom:1rem !important;
    }
    
    
    
    .nikan-project-activity-history .swiper-slide ul:last-child{
        
        margin:0 !important;
    }
    
    .nikan-project-activity-history .swiper-slide ul li{
        
        margin-bottom:10px;
    }
    
    
    .nikan-project-activity-history .swiper-slide ul li a{
        
        font-size:17px !important;
    }
    
    .mySwiper-timeline .swiper-wrapper{
        
        height:fit-content;
    }
    
    
    .nikan-project-activity-history .swiper{
        
        padding-bottom:0;
    }
    
    
    .nikan-project-activity-history .swiper-pagination-progressbar{
        
        margin-bottom:0;
    }
    
    
    .nikan-project-activity-history .swiper-pagination-custom::-webkit-scrollbar{
        
        display:none;
    }
    
    
    .nikan-project-activity-history .swiper-pagination-custom .swiper-pagination-switch{
        
        margin-left:15px;
    }
    
    .nikan-project-activity-history .swiper-pagination-custom .swiper-pagination-switch:last-child{
        
        margin:0;
    }
    
    .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
        
        display:none;
    }
    
    
    .nikan-about-page-brand-story{
        
        padding:1.5rem .75rem;
    }
    
    .hoviat-brand-section-inner{
        
        padding:1.5rem 0;
    }
    
    
    .margin-tab-cols-1-5{
        
        margin:1.5rem 0 !important;
    }
    
    
    .hoviat-brand-section-inner h1{
        
        font-size:25px;
        margin-bottom:15px;
    }
    
    
    .hoviat-brand-section-inner p{
        
        font-size:16px;
    }
    
    
    .story-section-inner{
        
        padding:1.5rem 0;
    }
    
    
    .story-brand-relative video{
        
        margin-bottom:15px;
    }
    
    
    .story-section-inner h1{
        
        font-size:25px;
        margin-bottom:15px;
    }
    
    
    .story-section-inner p{
        
        font-size:16px;
    }
    
    
    .catalog-inner-tab-section{
        
        padding:1.5rem 0;
    }
    
    
    .nikan-about-page-projects-data-charts{
        
        padding:1.5rem .75rem;
    }
    
    
    .counter-animated-bg-grey{
        
        padding:0;
    }
    
    
    .nikan-about-page-projects-data-charts .title-margin-bottom{
        
        margin:0;
    }
    
    .projects-chrat-data-innerclass h1{
        
        font-size:70px;
    }
    
    .projects-chrat-data-innerclass h2{
        
        font-size:18px;
    }
    
    .mt-mobile-10px{
        
        margin-top:10px;
    }
    
    
    
    .nikan-about-organization-calture-section .about-us-page-description-field{
        
        padding:0 .75rem !important;
    }
    
    
    .nikan-about-organization-calture-section .about-us-page-description-field .fa-quote-right{
        
        right:.75rem;
    }
    
    .nikan-about-organization-calture-section .about-us-page-description-field .fa-quote-left{
        
        left:.75rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}






/*responsive about page*/
/*responsive about page*/
/*responsive about page*/
/*responsive about page*/



/*Inforamtion HR css*/
/*Inforamtion HR css*/
/*Inforamtion HR css*/
/*Inforamtion HR css*/



.font-system-ui{
    
    font-family:system-ui;
}


.nikan-hr-page-full-parent{
    
    padding:60px 0;
    position:Relative;
}


.nikan-hr-page-section-1-home{
    
    padding:60px 0;
    
}

.new-hr-title{
    
    margin:0 0 50px 0!important;
}


.new-hr-title h1{
    
    color:#000;
    font-size:30px;
    font-weight:600;
    margin:0;
    line-height:1.5;
    padding-right:25px;
    border-right:5px solid #bfa888;
}






.hr-sec1-rownumber1 .col-xl-6 img{
    
    width:100%;
    height:100%;
    border-radius:3px;
    transition:all .5s;
}

.hr-sec1-rownumber1 .col-xl-6 .relative-img-keeper-hover-transition{
    
    width:100%;
    height:100%;
    overflow:hidden;
    position:RElative;
    border-radius:3px;
}

.hr-sec1-rownumber1{
    
    align-items:center;
}

.hr-sec1-rownumber1 .col-xl-6 img:hover{
    
    transform:scale(1.1);
}


.hr-sec1-rownumber1 .col-xl-6 p{
    
    font-size:17px;
    color:#000;
    line-height:1.3;
    font-weight:600;
    margin:0;
}


/*.hr-sec1-rownumber2{*/
    
/*    margin-top:50px !important;*/
/*}*/



.box-why-join-nikan{
    
    width:100%;
    padding:10px;
    border-radius:3px;
    background:#bfa888;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display:flex;
    align-items:Center;
    flex-direction:column;
    justify-content:flex-start;
    position:relative;
    margin-top:30px;
}


.box-why-join-nikan h1{
    
    color:#000;
    font-size:20px;
    font-weight:600;
    margin:0 0 10px 0;
    line-height:normal;
    
}

.box-why-join-nikan h2{
    
    color:#FFF;
    font-size:17px;
    margin:0;
    line-height:1.2;
}


.box-why-join-nikan span{
    
    color:#bfa888;
    font-family:'Poppins', sans-serif;
    font-size:40px;
    position:absolute;
    top:-60px;
    right:0;
    font-weight:600;
}


.hr-sec1-rownumber2 img{
    
    width:100%;
    height:100%;
}

.thumb-keeper-hr-sec1-row2{
     
    margin:30px 0 !important;
    background-image:url(/catalog/view/theme/nikan/css/image/nikan-homeslider1.jpg);
    background-attachment:fixed;
    height:400px;
    background-size:100%;
    width:100%;
}


.hr-sec1-rownumber2 p{
    
    font-size:18px;
    font-weight:600;
    margin:0;
    line-height:1.3;
    color:#000;
}


.hire-proccess-col-xl img{
    
    width:100%;
    height:auto !important;
    margin-top:50px;
}




.hire-proccess-col-xl p{
    
    font-size:18px;
    font-weight:600;
    color:#000;
    line-height:1.3;
    margin:0;
}


.pro-day-video-hr video{
    
    width:100%;
    height:auto;
    display:block;
    border-radius:5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.pro-day-video-hr p{
    
    font-size:18px;
    margin-bottom:30px;
    font-weight:600;
    color:#000;
    line-height:1.3;
}




.hr-sec1-rownumber5 .swiper {
      width: 100%;
      height: 100%;
    }

.hr-sec1-rownumber5 .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      flex-direction:column;
      align-items: center;
    }

.hr-sec1-rownumber5 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition:.4s ease-in-out;
      border-radius:3px;

    }

.hr-sec1-rownumber5 .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }




.newest-news-hr-img{
    
    width:100%;
    position:Relative;
    margin-bottom:15px;
    overflow:hidden;
    border-radius:3px;
}

.newest-news-hr-img img:hover{
    
    transform:rotate(1deg) scale(1.1);
}


.newest-news-hr-content{
    
    position:relative;
    width:100%;
}

.newest-news-hr-content .newest-news-date{
    
    position:absolute;
    right:30px;
    top:-50px;
    background:#bfa888;
    border-radius:3px;
    color:#FFF;
    line-height:1;
    padding:5px;
    text-align:center;
    font-size:30px;
    font-weight:600;
}

.newest-news-hr-content .newest-news-date span{
    
    display:block;
    margin-top:10px;
    color:#FFF;
    font-size:18px;
}


.newest-news-hr-content-author{
    
    margin-top:30px;
    display:flex;
    align-items:Center;
    justify-content:flex-start;
}

.newest-news-hr-content-author div{
    
    font-size:18px;
    font-weight:600;
    color:#000;
    margin-left:15px;
}

.newest-news-hr-content-author div:last-child{
    
    margin:0;
}

.newest-news-hr-content-author div i{
    
    color:#bfa888;
    font-size:22px;
    vertical-align:middle;
    margin-left:5px;
}



.newest-title-blog-link{
    
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-decoration:none;
    margin-top:10px;
    transition:all .3s;
    color:#000;
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
}



.newest-title-blog-link:hover{
    
    color:#bfa888;
}


.newest-news-hr-content p{
    
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    color:#000;
    font-size:16px;
    margin:0 0 15px 0;
    
}

.newest-read-more{
    
    font-size:18px;
    color:#000;
    font-weight:600;
    text-decoration:None;
}


.newest-read-more i{
    
    vertical-align:middle;
    color:#bfa888;
    font-size:35px;
    margin-right:10px;
}

.line-under-title-newest{
    
    width:60%;
    height:4px;
    border-radius:3px;
    background:#bfa888;
    margin-bottom:15px;
}


.thumb-gallery-hr-nikan .swiper {
      width: 100%;
      height: 100%;
    }

.thumb-gallery-hr-nikan .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.thumb-gallery-hr-nikan .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

   
.thumb-gallery-hr-nikan .swiper {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

.thumb-gallery-hr-nikan .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.thumb-gallery-hr-nikan .mySwiper2 {
      height: 80%;
      width: 100%;
    }

.thumb-gallery-hr-nikan .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.thumb-gallery-hr-nikan .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

.thumb-gallery-hr-nikan .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.thumb-gallery-hr-nikan .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.mySwiper-thumbgal-nikan{
    
    height:100px !important;
    position:Absolute !important;
    right:0;
    margin-top:0 !important;
    padding-bottom:0 !important;
    bottom:0;
    top:auto;
    width:50% !important;
    
    
}


.mySwiper2-thumbgal-nikan{
    
    height:450px !important;
}

.mySwiper-thumbgal-nikan img{
    
    cursor:pointer;
}

.thumb-gallery-hr-nikan .mySwiper-thumbgal-nikan .swiper-slide{
    
    position:Relative;
}

.thumb-gallery-hr-nikan .mySwiper-thumbgal-nikan .swiper-slide:after{
    
    content:'';
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.4);
    transition:.3s;
    z-index:2;
    cursor:pointer;
}


.thumb-gallery-hr-nikan .mySwiper-thumbgal-nikan .swiper-slide:hover:after{
    
    background:Transparent;
}


.swiper-quote-people{
    
    /*position:absolute;*/
    z-index:2;
    /*right:30px;*/
    /*top:30px;*/
    
    transition:all .65s ;
    padding:15px;
    border-radius:3px;
    text-align:center;
    /*opacity:0;*/
    /*visibility:hidden;*/
}


.swiper-quote-people h1{
    
    color:#bfa888;
    font-size:30px;
    font-weight:600;
    margin:0 0 15px 0;
    line-height:1.2;
}

.swiper-quote-people h2{
    
    margin:0;
    color:#000;
    font-size:20px;
    font-weight:Bold;
    line-height:1.2;
    margin:0 0 15px 0;
}



.swiper-quote-people p{
    
    font-size:16px;
    font-weight:bold;
    line-height:Normal;
    margin:0;
    color:#000;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.thumb-gallery-hr-nikan .swiper-slide-active .swiper-quote-people{
    
    visibility:visible;
    opacity:1;
}

.hr-sec1-rownumber7{
    
    align-items:Center;
}

.hr-sec1-rownumber7 img{
    
    width:100%;
    
}



.hr-sec1-rownumber7 p{
    
    font-size:17px;
    font-weight:600;
    margin:0;
    line-height:1.7;
    color:#000;
}

.hr-sec1-rownumber7 a{
    
    margin-top:1.5rem;
}


.mb-3rem{
    
    margin-bottom:3rem;
}

.pleft-3rem-hr{
    
    padding-left:3rem !important; 
}


.pright-3rem-hr{
    
    padding-right:3rem !important; 
}



.op-hire-nikan-innerdiv{
    
    text-align:right;
    width:100%;
    border:1px solid #bfa888;
    border-radius:3px;
    padding:15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.op-hire-1{
    
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}



.op-hire-1 div:nth-child(2){
    
    font-size:55px;
    line-height:1;
    font-family:system-ui;
    color:transparent;
    -webkit-text-stroke:1px #bfa888;
}


.op-hire-2 h1{
    
    font-size:30px;
    font-weight:600;
    margin:0 0 15px 0;
    line-height:1.2;
    color:#000;
}

.op-hire-2 p{
    
    font-size:16px;
    color:#000;
    font-weight:600;
    margin:0;
    line-height:1.3;
}

.op-hire-2{
    
    margin-bottom:40px;
}

.abs-link-hire-radius{
    
    position:Absolute;
    display:flex;
    align-items:Center;
    justify-content:Center;
    background-color:#bfa888;
    text-decoration:none;
    left:0;
    width:60px;
    height:60px;
    bottom:0;
    border-top-right-radius:75%;
}


.abs-link-hire-radius i{
    
    color:#FFF;
    font-size:30px;
    margin-right:5px;
    vertical-align:middle;
}


.hr-sec1-rownumber9 p{
    
    font-size:17px;
    color:#000;
    line-height:1.5;
    margin:0 0 50px 0;
}


.hr-sec1-rownumber9 img{
    
    width:100%;
}

.hr-sec1-rownumber9 i{
    
    display:block;
    margin:25px auto 0;
    width:fit-content;
    color:#bfa88899;
    font-size:85px;
    vertical-align:middle;
    transition:all .35s;
}


.hr-sec1-rownumber9 i:hover{
    
    color:#bfa888;
}


.newsletter-nikan-hr-right h1{
    
    font-size:19px;
    font-weight:600;
    color:#000;
    margin:0;
    line-height:1.5;
}


.no-margin-form-newsletter-hr{
    
    margin-right:0 !important;
    margin-left:0 !important;
}


.no-margin-form-newsletter-hr input{
    
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0 7px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.no-margin-form-newsletter-hr input:focus{
    
    background-color: transparent;
    border-color: #bfa888;
}



.no-margin-form-newsletter-hr .position-relative i{
    
    color: #bfa888;
    font-size: 25px;
    position: absolute;
    left:0;
    top: 50%;
    transform: TranslateY(-50%);
}



.no-margin-form-newsletter-hr input[type=email]::Placeholder{
    
    font-family:YekanBakh;
}



.no-margin-form-newsletter-hr input[type=email]{
    
    font-family:system-ui;
}

.no-margin-form-newsletter-hr input::Placeholder{
    
    color:#000 !important;
}




.no-margin-form-newsletter-hr button{
    
    width:fit-content;
    background:transparent;
    border:0;
    padding:0 40px;
    margin:auto;
}


.hr-sec1-rownumber10{
    
    align-items:center;
}


/*.row-paddings{*/
    
/*    padding-bottom:50px;*/
/*}*/



.social-media-column-like-contact-in-hr ul{
    
    max-width:60%;
    margin: auto;
    padding: 0;
    display: Flex;
    align-items: Center;
    justify-content: space-between;
}



.social-media-column-like-contact-in-hr ul li{
    
    list-style-type:none;
}

.social-media-column-like-contact-in-hr ul li a{
    
    position: relative;
    display: flex;
    align-items: Center;
    justify-content: center;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #bfa888;
    text-decoration: none;
    margin: auto;
}



.social-media-column-like-contact-in-hr ul li a svg{
    
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    fill: none;
    stroke-width: 5px;
}


.social-media-column-like-contact-in-hr ul li a svg circle{
    
    stroke: #000;
    fill: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    stroke: currentColor;
    stroke-dashoffset: 700;
    stroke-dasharray: 700;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-linecap: butt;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
    
}

.social-media-column-like-contact-in-hr ul li i{
    
    font-size: 50px;
    vertical-align: middle;
    color: #bfa888;
}


.social-media-column-like-contact-in-hr ul li a:hover circle{
    
    stroke-dashoffset:0 !important;
}



.default-padding-sections-hr-page{
    
    padding:60px 0;
}




.col3-padleft1rem{
    
    padding-left:1rem !important;
}




.ez-link-content{
    
    overflow:hidden;
    padding-right:15px !important;
    border-right:3px solid #bfa888;
    max-height:0;
    transition:max-height .5s;
}


.ez-links-hr-page{
    
    padding:15px 15px 15px 15px;
    background:#FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:4px;
    margin:0;
    position:sticky;
    top:1.5rem;
}

.ez-link-content a{
    
    text-decoration:none;
    color:#000;
    font-size:16px;
    font-weight:600;
    display:block;
    margin-bottom:10px;
}


.ez-link-content a:last-child{
    
    margin:0;
}

.ez-link-head{
    
    font-size:20px;
    height:35px;
    margin-bottom:5px;
    font-weight:600;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    position:relative !important;
}


.ez-link-head-2 a{
    
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    height:35px;
    color:#000;
    margin-bottom:5px;
    display:block;
}



.ez-link-container{
    
    margin:10px 0;
}

.ez-link-head:After{
    
    /*position:absolute;*/
    /*left:0;*/
    /*top:50%;*/
    /*transform:TranslateY(-50%);*/
    color:#bfa888;
    font-size:30px;
    float:left;
    vertical-align:middle;
    transition:all .3s;
    content:'\f104';
    font-family:'FontAwesome' !important;
}


.ez-link-head.active:After{
    
    transform:rotate(-90deg);
}


/*Inforamtion HR css*/
/*Inforamtion HR css*/
/*Inforamtion HR css*/
/*Inforamtion HR css*/




/*contact us responsive media query*/
/*contact us responsive media query*/
/*contact us responsive media query*/
/*contact us responsive media query*/
/*contact us responsive media query*/


@media screen and (max-width:575px) {
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12 h1{
        
        font-size:30px;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12{
        
        margin-bottom:1rem;
    }
    
    .contact-page-col3-data-center h1{
        
        font-size:22px;
        margin:10px 0;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .centerborder-contact .contact-page-col3-data-center{
        
        margin:.75rem 0;
        border:0;
        border-top:3px solid #bfa888;
        border-bottom:3px solid #bfa888;
        padding:1rem 0;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12 h1{
        
        font-size:20px;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12{
        
        margin-bottom:1.5rem;
    }
    
    
    .form-keeper-contact-relative-css{
        
        margin-bottom:1.5rem;
    }
    
    
    .form-keeper-contact-relative-css i{
        
        font-size:25px;
    }
    
    .social-media-column-contactpage-nikanpro{
        
        margin-top:1.5rem !important;
    }
    
    .social-media-column-contactpage-nikanpro h1{
        
        font-size:21px;
        margin-bottom:10px;
    }
    
    
    
    .social-media-column-contactpage-nikanpro ul li .href1{
        
        width:50px;
        height:50px;
    }
    
    .social-media-column-contactpage-nikanpro ul li .href1 i{
        
        font-size:35px;
    }
    
    
    .new-dark-theme-contact-map iframe{
        
        width:100%;
        height:100%;
    }
    
    
    .new-dark-theme-contact-map{
        
        padding:0 .75rem 1.5rem;
    }
    

    
}



@media screen and (min-width:576px) and (max-width:767px){
    
    
    .nikan-inner-pages-heading-design{
        
        height:75dvh;
    }
    
    
    
    .inner-pages-heading-information{
        
        right:2rem;
        bottom:2rem;
        padding-right:2rem;
    }
    
    
    .inner-pages-heading-information h1{
        
        font-size:27px;
        margin:0 0 20px 0;
    }
    
    .inner-pages-heading-information h2{
        
        font-size:40px;
    }    
    
    .preloader-content h1{
        
        font-size:45px;
        margin:25px 0;
    }
    
    
    .preloader-content h2{
        
        font-size:30px;
    }
    
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12 h1{
        
        font-size:32px;
        line-height:1;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12{
        
        margin-bottom:2rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .centerborder-contact .contact-page-col3-data-center{
        
        padding:1rem 0;
        border:0;
        border-top:3px solid #bfa888;
        border-bottom:3px solid #bfa888;
        margin:1rem 0;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12 h1{
        
        font-size:21px;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12{
        
        margin-bottom:2rem !important;
    }
    
    
    .form-keeper-contact-relative-css{
        
        margin-bottom:2rem;
    }
    
    
    .social-media-column-contactpage-nikanpro{
        
        margin-top:2rem !important;
    }
    
    
    .new-dark-theme-contact-map{
        
        padding:0 .75rem 2rem;
    }
    
    
    .new-dark-theme-contact-map iframe{
        
        height:100%;
    }
    
}



@media screen and (min-width:768px) and (max-width:991px){
    
    .nikan-inner-pages-heading-design{
        
        height:75dvh;
    }
    
    
    .inner-pages-heading-information{
        
        right:2rem;
        bottom:2rem;
        padding-right:2rem;
    }
    
    .inner-pages-heading-information h2{
        
        font-size:50px;
    }
     
    .inner-pages-heading-information h1{
        
        margin:0 0 20px 0;
    }
    
    
    
    .preloader-content h1{
        
        font-size:55px;
        margin:30px 0;
    }
    
    
    .preloader-content h2{
        
        font-size:35px;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12 h1{
        
        font-size:40px;
        line-height:1.2;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12{
        
        margin-bottom:2rem;
    }
    
    
    
    .contact-page-col3-data-center h1{
        
        font-size:22px;
        margin:15px 0
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2{
        
        padding:2rem .75rem;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12 h1{
        
        font-size:21px;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2 .col-lg-12{
        
        margin-bottom:2rem;
    }
    
    
    .flex-wrap-intablet{
        
        display:Flex;
        flex-wrap:wrap;
        justify-content:Space-between;
    }
    
    .w50-tablet{
        
        width:calc(50% - .75rem);
    }
    
    .social-media-column-contactpage-nikanpro ul{
        
        justify-content:space-evenly;
    }

    
    .social-media-column-contactpage-nikanpro{
        
        margin-top:2rem !important;
    }
    
    
    
    .new-dark-theme-contact-map{
        
        padding:0 .75rem 2rem;
    }
    
    
    .new-dark-theme-contact-map iframe{
        
        height:100%;
    }
    

    
}


@media screen and (min-width:992px) and (max-width:1200px){
    
    .preloader-content h1{
        
        font-size:55px;
        margin:25px 0;
    }
    
    .preloader-content h2{
        
        font-size:35px;
    }
    
    
    
    
    .nikan-inner-pages-heading-design{
        
        height:75dvh;
    }
    
    
    .inner-pages-heading-information{
        
        right:3rem;
        bottom:3rem;
        padding-right:3rem;
    }
    
    .inner-pages-heading-information h1{
        
        margin:0 0 20px 0;
    }
    
    .inner-pages-heading-information h2{
        
        font-size:50px;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1{
        
        padding:3rem .75rem;
    }
    
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-1 .col-lg-12 h1{
        
        font-size:40px;
    }
    
    .nikan-project-contact-us-page-new-theme-FLVME-section-2{
        
        padding:3rem .75rem;
    }
    
    
    .new-dark-theme-contact-map{
        
        padding:0 2.25rem 3rem;
    }
    
}



/*contact us responsive media query*/
/*contact us responsive media query*/
/*contact us responsive media query*/
/*contact us responsive media query*/




/*mega menu css handling*/
/*mega menu css handling*/
/*mega menu css handling*/


@media screen and (max-width:575px){
    
    .sidemenu-nikan-kkz{
        
        width:100%;
        padding:15px;

    }
    
    
    .sidemenu-nikan-kkz::-webkit-scrollbar{
        
        display:none;
    }
    
    
    .btn-close-sidemenu svg{
        
        width:30px !important;
        height:30px !important;
    }
    
    
    .btn-close-sidemenu{
        
        margin-bottom:0;
        padding-bottom:15px;
        /*border-bottom:2px solid #bfa888;*/
    }
    
    
    .sidemenu-nikan-kkz h1{
        
        font-size:20px;
        padding-bottom:0;
        margin:0;
        line-height:normal;
    }
    
    
    
    .sidemenu-nikan-kkz .faq_question{
        
        padding:10px 0;
    }
    
    
    .faq_question-text h3{
        
        font-size:20px;
    }
    
    .sidemenu-nikan-kkz .icon svg{
        
        width:20px;
        height:20px;
    }
    
    .sidemenu-nikan-kkz .navbar-default .container{
        
        padding:0
    }
    
    .sidemenu-nikan-kkz .navbar-default li a span{
        
        margin:0;
        padding-right:10px;
        border-right:2px solid #bfa888;
    }
    
    
    .sidemenu-nikan-kkz .megamenu{
        
        display:Flex;
        flex-wrap:wrap;
    }
    
    .sidemenu-nikan-kkz .megamenu li{
        
        width:50%;
    }
    
    .nikan-project-header .container-fluid .row .right-header-flex{
        
        width:fit-content;
    }
    
    .nikan-project-header{
        
        height:Auto;
        padding:10px 15px;
    }
    
    .nikan-project-header .container-fluid .row .left-header-flex{
        
        width:fit-content;
    }
    
    
    .nikan-project-header .side-bar-btn-handler svg{
        
        width:30px !important;
        height:30px !important;
    }
    
    
    
    .logo-keeper-nikan-seperate-header{
        
        width:35% !important;
        padding:0 !important;
    }
    
    .logo-keeper-nikan-seperate-header img{
        
        width:100%;
        height:100%;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex{
        
        width:100%;
        height:fit-content;
        margin-bottom:15px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header{
        
        width:100%;
        position: Relative;
        /*display: flex;*/
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a{
        
        text-decoration:none;
        cursor:pointer;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a span{
        
        color:#000;
        font-size:18px;
        font-weight:400;
        margin-left:10px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a i{
        
        vertical-align:middle;
        font-size:18px;
        font-weight:400;
        color:#bfa888;
        
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form{
        
        position:Absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        width:100%;
        animation:minimal_search_fade_out .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input{
        
    border: 0 !important;
    border-bottom: 2px solid #bfa888 !important;
    outline: none;
    padding: 0 0 5px 20px;
    font-size: 16px;
    color: #000 !important;
    width: 100%;
    font-weight: 400;
    background: transparent;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input::Placeholder{
        
        color:#000 !important;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header svg{
    width:20px;
    height:20px;
    fill: #bfa888;
    stroke: #bfa888;
    position: Absolute;
    /* top: 50%; */
    /* transform: TranslateY(-50%); */
    left: 0;
    top: auto;
    bottom: 10px;
    cursor: pointer;
    }
    
    .sidemenu-nikan-kkz .search-header .serach-first{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header form.show{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header .serach-first.show{
        
        animation:minimal_search_fade_out .3s ease both;
    }
    
    .sidemenu-content{
        
        padding-top:15px;
        border-top:2px solid #bfa888;
    }
    
    
    
    
}



@media screen and (min-width:576px) and (max-width:767px){
    
    .nikan-project-header{
        
        padding:0 30px;
        height:auto;
        
    }
    
    
    
    .logo-keeper-nikan-seperate-header{
        
        width:25% !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    
    .logo-keeper-nikan-seperate-header img{
        
        width:100%;
        height:auto;
    }
    
    
    
    .sidemenu-nikan-kkz{
        
        padding:30px;
    }
    
    
    .left-header-flex{
        
        height:fit-content;
    }
    
    
    
    .sidemenu-nikan-kkz .left-header-flex{
        
        width:100%;
        height:fit-content;
        margin-bottom:30px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header{
        
        width:100%;
        position: Relative;
        /*display: flex;*/
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a{
        
        text-decoration:none;
        cursor:pointer;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a span{
        
        color:#000;
        font-size:18px;
        font-weight:400;
        margin-left:10px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a i{
        
        vertical-align:middle;
        font-size:18px;
        font-weight:400;
        color:#bfa888;
        
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form{
        
        position:Absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        width:100%;
        animation:minimal_search_fade_out .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input{
        
    border: 0 !important;
    border-bottom: 2px solid #bfa888 !important;
    outline: none;
    padding: 0 0 5px 20px;
    font-size: 16px;
    color: #000 !important;
    width: 100%;
    font-weight: 400;
    background: transparent;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input::Placeholder{
        
        color:#000 !important;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header svg{
    width:20px;
    height:20px;
    fill: #bfa888;
    stroke: #bfa888;
    position: Absolute;
    /* top: 50%; */
    /* transform: TranslateY(-50%); */
    left: 0;
    top: auto;
    bottom: 10px;
    cursor: pointer;
    }
    
    .sidemenu-nikan-kkz .search-header .serach-first{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header form.show{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header .serach-first.show{
        
        animation:minimal_search_fade_out .3s ease both;
    }
    
    .sidemenu-nikan-kkz .navbar-default .container{
        
        padding:0;
    }
    
    
    .sidemenu-nikan-kkz .megamenu{
        
        display:Flex;
        flex-wrap:wrap;
    }
    
    
    .sidemenu-nikan-kkz .megamenu li{
        
        width:50%;
    }
    
    .sidemenu-nikan-kkz .navbar-default li a span{
        
        margin:0;
        padding-right:10px;
        border-right:2px solid #bfa888;
    }
    
    .sidemenu-nikan-kkz h1{
        
        margin:0;
        padding:10px 0;
    }
    

    
    
}





@media screen and (min-width:768px) and (max-width:991px){
    
    .nikan-project-header{
        
        padding:0 30px;
        height:auto;
        
    }
    
    
    
    .logo-keeper-nikan-seperate-header{
        
        width:25% !important;
        padding-top:10px;
        text-align:left;
        padding-bottom:10px;
    }
    
    .logo-keeper-nikan-seperate-header img{
        
        width:auto;
        height:60px;
    }
    
    
    
    .sidemenu-nikan-kkz{
        
        padding:30px;
    }
    
    
    .left-header-flex{
        
        height:fit-content;
    }
    
    
    
    .sidemenu-nikan-kkz .left-header-flex{
        
        width:100%;
        height:fit-content;
        margin-bottom:30px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header{
        
        width:100%;
        position: Relative;
        /*display: flex;*/
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a{
        
        text-decoration:none;
        cursor:pointer;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a span{
        
        color:#000;
        font-size:18px;
        font-weight:400;
        margin-left:10px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a i{
        
        vertical-align:middle;
        font-size:18px;
        font-weight:400;
        color:#bfa888;
        
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form{
        
        position:Absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        width:100%;
        animation:minimal_search_fade_out .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input{
        
    border: 0 !important;
    border-bottom: 2px solid #bfa888 !important;
    outline: none;
    padding: 0 0 5px 20px;
    font-size: 16px;
    color: #000 !important;
    width: 100%;
    font-weight: 400;
    background: transparent;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input::Placeholder{
        
        color:#000 !important;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header svg{
    width:20px;
    height:20px;
    fill: #bfa888;
    stroke: #bfa888;
    position: Absolute;
    /* top: 50%; */
    /* transform: TranslateY(-50%); */
    left: 0;
    top: auto;
    bottom: 10px;
    cursor: pointer;
    }
    
    .sidemenu-nikan-kkz .search-header .serach-first{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header form.show{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header .serach-first.show{
        
        animation:minimal_search_fade_out .3s ease both;
    }
    
    .sidemenu-nikan-kkz .navbar-default .container{
        
        padding:0;
    }
    
    
    .sidemenu-nikan-kkz .megamenu{
        
        display:Flex;
        flex-wrap:wrap;
    }
    
    
    .sidemenu-nikan-kkz .megamenu li{
        
        width:50%;
    }
    
    .sidemenu-nikan-kkz .navbar-default li a span{
        
        margin:0;
        padding-right:10px;
        border-right:2px solid #bfa888;
    }
    
    .sidemenu-nikan-kkz h1{
        
        margin:0;
        padding:10px 0;
    }
    

    
    
}





@media screen and (min-width:992px) and (max-width:1199px){
    
    .nikan-project-header{
        
        padding:0 30px;
        height:auto;
        
    }
    
    
    
    .logo-keeper-nikan-seperate-header{
        
        width:25% !important;
        padding-top:10px;
        text-align:left;
        padding-bottom:10px;
    }
    
    .logo-keeper-nikan-seperate-header img{
        
        width:auto;
        height:60px;
    }
    
    
    
    .sidemenu-nikan-kkz{
        
        padding:30px;
    }
    
    
    .left-header-flex{
        
        height:fit-content;
    }
    
    
    
    .sidemenu-nikan-kkz .left-header-flex{
        
        width:100%;
        height:fit-content;
        margin-bottom:30px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header{
        
        width:100%;
        position: Relative;
        /*display: flex;*/
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a{
        
        text-decoration:none;
        cursor:pointer;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a span{
        
        color:#000;
        font-size:18px;
        font-weight:400;
        margin-left:10px;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header a i{
        
        vertical-align:middle;
        font-size:18px;
        font-weight:400;
        color:#bfa888;
        
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form{
        
        position:Absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        width:100%;
        animation:minimal_search_fade_out .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input{
        
    border: 0 !important;
    border-bottom: 2px solid #bfa888 !important;
    outline: none;
    padding: 0 0 5px 20px;
    font-size: 16px;
    color: #000 !important;
    width: 100%;
    font-weight: 400;
    background: transparent;
    }
    
    
    .sidemenu-nikan-kkz .left-header-flex .search-header form input::Placeholder{
        
        color:#000 !important;
    }
    
    .sidemenu-nikan-kkz .left-header-flex .search-header svg{
    width:20px;
    height:20px;
    fill: #bfa888;
    stroke: #bfa888;
    position: Absolute;
    /* top: 50%; */
    /* transform: TranslateY(-50%); */
    left: 0;
    top: auto;
    bottom: 10px;
    cursor: pointer;
    }
    
    .sidemenu-nikan-kkz .search-header .serach-first{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header form.show{
        
        animation:minimal_search_fade_in .3s ease both;
    }
    
    
    .sidemenu-nikan-kkz .search-header .serach-first.show{
        
        animation:minimal_search_fade_out .3s ease both;
    }
    
    .sidemenu-nikan-kkz .navbar-default .container{
        
        padding:0;
    }
    
    
    .sidemenu-nikan-kkz .megamenu{
        
        display:Flex;
        flex-wrap:wrap;
    }
    
    
    .sidemenu-nikan-kkz .megamenu li{
        
        width:50%;
    }
    
    .sidemenu-nikan-kkz .navbar-default li a span{
        
        margin:0;
        padding-right:10px;
        border-right:2px solid #bfa888;
    }
    
    .sidemenu-nikan-kkz h1{
        
        margin:0;
        padding:10px 0;
    }
    

    
    
}


@media screen and (min-width:1200px){
    
    .nikan-header-large-devices{
        
        display:block !important;
    }
    
    .nikan-small-device-header{
        
        display:none !important;
    }
    
    
    .sidebar-mobile-nikan{
        
        display:none !important;
    }

}


@media screen and (max-width:1199px){
    
    .sidemenu-nikan-kkz.sidebar-mobile-nikan{
        
        display:block !important;
    }
    
    .sidemenu-nikan-kkz{
        
        display:none !important;
    }
    
    
   .nikan-header-large-devices{
        
        display:none !important;
    }
    
    .nikan-small-device-header{
        
        display:block !important;
    }
    
    
}

    
.sidebar-mobile-nikan .logo-middle-header-nikan{
        
        display:none;
    }


.nikan-project-header .middle-header-flex ul li img{
    
    max-width:170px;
    height:60px;
}

/*mega menu css handling*/
/*mega menu css handling*/
/*mega menu css handling*/








/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/




@media screen and (max-width:575px) {
    
    
    .solo-category-section-1{
        
        padding:1.5rem .75rem;
    }
    
    
    .button-open-filter{
        
        width:35px;
        height:35px;
    }
    
    .filters-title-h1{
        
        font-size:20px;
    }
    
    
    .flex-filter-heading{
        
        padding-bottom:5px;
    }
    
    
    .filter-parent-for-style{
        
        padding:0 !important;
        margin-bottom:1.5rem;
    }
    
    
    .flex-2col-filter-slider .filter-parent-for-style{
        
        margin:0;
    }
    
    .filter-parent-for-style h2{
        
        font-size:20px;
    }
    
    
    
    .flex-2col-filter-slider{
        
        padding:0 !important;
        flex-direction:column;
    }
    
    .project-filter-right-side ul{
        
        margin:0;
    }
    
    .solo-category-section-1 .price-input .field span{
        
        font-size:20px;
    }
    
    
    .project-filter-right-side .nikan-default-btns-brown-color-white{
        
        margin-top:1.5rem;
    }
    
    .project-filter-right-side{
        
        margin-bottom:1.5rem !important;
    }
    
    .wrap-flex-class-projects-inner-style .media:after{
        
        bottom:15px;
        right:15px;
    }
    
    
    
    .wrap-flex-class-projects-inner-style:hover .media:before{
        
        width:25%;
        height:25%;
    }
    
    
     .wrap-flex-class-projects-inner-style .media:before{
        
        top:15px;
        left:15px;
    }
    
    
    
    .wrap-flex-class-projects-inner-style:hover .media:after{
        
        width:25%;
        height:25%;
    }
    
    .media-project .media__body .title a{
        
        padding:0 2rem;
    }
    
    .project-simple-data-for-user h1{
        
        font-size:25px;
    }
    
    
    
    .project-simple-data-for-user p{
        
        font-size:16px;
        font-weight:600;
    }
    
    
    
    .project-simple-data-for-user ul{
        
        flex-wrap:wrap;
    }
    
    .project-simple-data-for-user ul li{
        
        border:0;
        border-right:1px solid #bfa888;
        width:50%;
    }
    
    
    .project-simple-data-for-user ul li:nth-child(1){
        
        margin-bottom:.75rem;
        padding-right:10px !important;
    }
    
    
    
    .solo-category-section-contact{
        
        padding:1.5rem .75rem;
    }
    
    
    .solo-category-section-contact .right-col-cta-animate h1{
        
        font-size:30px;
    }
    
    .solo-category-section-contact .right-col-cta-animate h2{
        
        font-size:18px;
        max-width:initial;
        line-height:1.4;
    }
    
    
    .left-col-cta-animate{
        
        margin:0 !important;
        padding:0 !important;
    }
    
    
    .rem--75-mbottom{
        
        margin-bottom:.75rem !important;
    }

    .project-simple-data-for-user ul li:nth-child(2){
        
        margin-bottom:.75rem;
    }
    
    
    
    
    
    
    
}



@media screen and (min-width:576px) and (max-width:767px) {
    
    
    .solo-category-section-1{
        
        padding:2rem .75rem;
        
    }
    
    
    .button-open-filter{
        
        width:40px;
        height:40px;
    }
    
    .project-filter-right-side .filter-parent-for-style:nth-child(odd){
        
        padding-right:0 !important;
        
    }
    
     .project-filter-right-side .filter-parent-for-style:nth-child(even){
        
        padding-left:0 !important;
        
    }
    
    
    .solo-category-section-1 .price-input .field span{
        
        font-size:22px;
    }
    
    .flex-2col-filter-slider{
        
        padding:0 !important;
    }
    
    
    .project-filter-right-side{
        
        margin-bottom:2rem !important;
    }
    
    
    .wrap-flex-class-projects-inner-style:hover .media:before{
        
        width:30%;
        height:30%;
        top:20px;
        left:20px;
    }
    
     .wrap-flex-class-projects-inner-style:hover .media:after{
        
        width:30%;
        height:30%;
        right:20px;
        bottom:20px;
    }
    
    
    
    .media-project .media__body .title a{
        
        padding:0 2rem !important;
    }
    
    .project-simple-data-for-user h1{
        
        font-size:25px;
    }
    
    
    
    .project-simple-data-for-user p{
        
        font-size:17px;
        font-weight:600;
        line-height:1.4;
    }
    
    
     .project-simple-data-for-user ul{
        
        flex-wrap:wrap;
    }
    
    .project-simple-data-for-user ul li{
        
        border:0;
        border-right:1px solid #bfa888;
        width:50%;
    }
    
    
    .project-simple-data-for-user ul li:nth-child(1){
        
        margin-bottom:.75rem;
        padding-right:10px !important;
    }
    
    .project-simple-data-for-user ul li:nth-child(2){
        
        margin-bottom:.75rem;
    }
    
    
    .solo-category-section-contact{
        
        padding:2rem .75rem !important;
    }
    
    .image-shape-with-animation img{
        
        width:100%;
        height:100%;
    }
    
    
    .solo-category-section-contact .right-col-cta-animate h1{
        
        font-size:35px;
    }
    
    
    .solo-category-section-contact .right-col-cta-animate h2{
        
        max-width:initial;
        font-size:19px;
    }
    
    
    .right-col-cta-animate{
        
        margin-bottom:2rem !important;
    }
    
    .rem--75-mbottom{
        
        margin-bottom:1.5rem !important;
    }
    
    .left-col-cta-animate{
        
        margin:0 !important;
        padding:0 !important;
    }
    
    
    
    
    
    
    
    
    
    
}




@media screen and (min-width:768px) and (max-width:991px) {
    
    
    
    
    .solo-category-section-1{
        
        padding:3rem .75rem;
    }
    
    
    .project-filter-right-side{
        
        margin-bottom:2.25rem !important;
    }
    
    .project-simple-data-for-user h1{
        
        font-size:26px;
    }
    
    
    .solo-category-section-contact{
        
        padding:3rem .75rem !important;
    }
    
    
    .left-col-cta-animate{
        
        margin:2rem 0 0 0 !important;
        padding:0 !important;
    }
    

    
    
    
}



@media screen and (min-width:992px) and (max-width:1199px) {
    
   .project-simple-data-for-user ul{
        
        flex-wrap:wrap;
    }
    
    .project-simple-data-for-user ul li{
        
        border:0;
        border-right:1px solid #bfa888;
        width:50%;
    }
    
    
    .project-simple-data-for-user ul li:nth-child(1){
        
        margin-bottom:.75rem;
        padding-right:10px !important;
    }
    
    .project-simple-data-for-user ul li:nth-child(2){
        
        margin-bottom:.75rem;
    }
    
    
}

/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/
/*projects page responsive*/






#review-title {
    
    font-size:25px;
    color:#000;
    font-weight:600;
    padding-right:.75rem;
    border-right:5px solid #bfa888;
    line-height:1.4;
    margin:0;
}


#review-title img{
    
    margin-right:.75rem;
}



.review-FLVME-text{
    
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 30px 0 0 0;
    line-height: 1.2;
}





.divclass-review-itself-FLVME{
    
    margin-top:40px !important;
}





.bloginner-col9-section-2 .divclass-review-itself-FLVME .chvrsi{
    
    width: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
    text-align: right;
    outline: none !important;
    cursor: pointer;
    box-shadow:None !important;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}



.bloginner-col9-section-2 .divclass-review-itself-FLVME .chvrsi:focus{
    
    color: #000 !important;
    background-color: transparent;
    border-color: #bfa888;
}


.bloginner-col9-section-2 .divclass-review-itself-FLVME .position-relative i{
    
    color: #bfa888;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: TranslateY(-50%);
    
}

.bloginner-col9-section-2 .divclass-review-itself-FLVME .position-relative i.fa-comment-o{
    
    top:0 !important;
    transform:none !important;
}

.margin-top-2rem-comment{
    
    margin-top:2.5rem !important;
}

.bloginner-col9-section-2 #button-comment{
    
    background:transparent !important;
    margin-top:2.5rem !important;
    border:0 !important;
    padding:0 70px !important;
}



.bloginner-col9-section-2 .divclass-review-itself-FLVME .chvrsi::Placeholder{
    
    color:#000 !important;
}

.bloginner-col9-section-2 .alert-success{
    
    margin-top:2rem !important;
    
}



.nikan-innerblog-related-posts .panel-title{
    
    padding-right: .75rem;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    border-right: 3px solid #bfa888;
    margin-bottom:15px;
        
}


.relatedblogs-nikan-styles .form-group{
    
    display:Flex;
    align-items:Center;
    justify-content:flex-start;
    padding:7.5px 0;
    border-bottom:1px solid #EEE;
    
}




.relatedblogs-nikan-styles:first-child .form-group{
    
    padding-top:0 !important;
}


.relatedblogs-nikan-styles:last-child .form-group{
    
    padding-bottom:0 !important;
    border:0;
    margin:0;
}



.relatedblogs-nikan-styles .form-group img{
    
    width:100%;
    border-radius:2px;
   
}


.relatedblogs-nikan-styles .form-group .image{
    
    margin-left:10px;
    width:25%;
}


.relatedblogs-nikan-styles .form-group .name a{
    
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    z-index: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-decoration: none;
}






.comment-list-FLVME-nikan .media-title{
    
    display:flex;
    align-items:Center;
    justify-content:flex-start;
    margin-bottom:20px;
}


.comment-list-FLVME-nikan .media-title img{
    
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
    

.comment-list-FLVME-nikan .media-title span{
    
    font-size:20px;
    color:#000;
    margin:0;
    line-height:1;
    font-weight:600;
}


.comment-list-FLVME-nikan .media-content p{
    
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin: 0;
}


.comment-list-FLVME-nikan .comments .media-body{
    
    margin-bottom:1rem !important;
}



/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/


@media screen and (max-width:575px) {

    .blog-heading-diffrent-styles-FLVME .inner-pages-heading-information h2{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        font-size:25px;
        line-height:1.4;
        -webkit-line-clamp:1;
        
    }
        
    .nikan-project-blog-inner-section-number1{
        
        padding:1.5rem .75rem;
    }    
        
    
    .sticky-class-right-side-innerblog{
        
        position:Relative;
        top:0;
        margin-top:1.5rem !important;
    }
    
    
    
    .nikan-innerblog-related-posts .panel-title{
        
        font-size:22px;
    }
    
    .flex-direction-for-small-device{
        
        display:Flex;
        flex-direction:column-reverse;

        
    }
    
    .flex-direction-for-small-device .pright-2rem{
        
        padding-right:.75rem !important;
    }
    
    
    .bloginner-col9-section-1 img{
        
        margin-bottom:1.5rem;
    }
    
    .bloginner-col9-section-1 h1{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        font-size:22px;
        line-height:1.4;
        -webkit-line-clamp:1;
        margin-bottom:1.5rem;
    }
    
    
    .bloginner-col9-section-1 p{
        
        font-weight:400;
        line-height:normal;
        font-size:16px;
        margin:0;
    }
    
    
    .flex-next-and-prev-post{
        
        padding:1.5rem 0;
        margin-top:1.5rem;
    }
    
    
    .flex-next-and-prev-post .blog-cols-next-prev{
        
        width:40%;
    }
    
    
    .blog-cols-next-prev div:nth-child(1){
        
        display:Flex;
        align-items:Center;
        margin-bottom:10px;
        font-size:15px;
    }
    
    .blog-cols-next-prev div:nth-child(1) i{
        
        font-size:35px;
    }
    
    .blog-cols-next-prev div:nth-child(2) a{
        
        font-size:16px;
    }
    
    .blog-inner-tags{
        
        margin-top:1.5rem;
    }
    
    
    .blog-inner-tags a{
        
        font-size:14px;
        margin-left:10px;
        margin-bottom:10px;
    }

    
    .bloginner-col9-section-1{
        
        padding:0 0 1.5rem 0;
    }
    
    #review-title{
        
        font-size:22px !important;
    }
    

    #review-title img{
        
        width:35px;
        height:35px;
    }
    
    
    .review-FLVME-text{
        
        font-size:17px;
        line-height:normal;
        margin:1.5rem 0 0 0;
    }
    
    
    
    .divclass-review-itself-FLVME{
        
        margin-top:1rem !important;
        
    }
    
    .margin-top-2rem-comment{
        
        margin-top:1.5rem !important;
    }
    
    
    
    .bloginner-col9-section-2 .divclass-review-itself-FLVME .position-relative i{
        
        font-size:22px;
        
    }
    
    
    
    .bloginner-col9-section-2 .divclass-review-itself-FLVME .chvrsi{
        
        padding:10px 0;
    }
    
    
    
    .bloginner-col9-section-2 .divclass-review-itself-FLVME .position-relative i.fa-comment-o{
        
        top:10px !important;
    }
    
    
    .bloginner-col9-section-2 #button-comment{
        
        margin:1.5rem auto 0 !important;
        display:block;
    }
    
    .bloginner-col9-section-2{
        
        padding-bottom:1.5rem;
    }
    
    .bloginner-col9-section-3{
        
        padding:1.5rem 0 0 0;
    }
    
    
    .comment-list-FLVME-nikan .media-title img{
        
        width:50px;
        height:50px;
        margin-left:15px;
    }
    
    
    .comment-list-FLVME-nikan .media-title span{
        
        display:block;
        width:100%;
        overflow:Hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    .comment-list-FLVME-nikan .media-title{
        
        margin-bottom:15px;
    }
    
    .comment-list-FLVME-nikan .media-content p{
        
        font-size:16px;
        line-height:normal;
    }
    
    
    .nikan-innerblog-related-posts{
        
        margin-bottom:0;
    }
    
}





@media screen and (min-width:576px) and (max-width:767px){
    
    
     .blog-heading-diffrent-styles-FLVME .inner-pages-heading-information h2{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        font-size:28px;
        line-height:1.4;
        -webkit-line-clamp:1;
        
    }
    
    
    
    .nikan-project-blog-inner-section-number1{
        
        padding:2rem .75rem;
        
    }
    
    

    .flex-direction-for-small-device{
        
        flex-direction:column-reverse;
    }
    
    
    
    .nikan-project-blog-inner-section-number1 .pright-2rem{
        
        padding-right:.75rem !important;
    }
    
    
    
    .bloginner-col9-section-1 img{
        
        margin-bottom:2rem;
    }
    
    .bloginner-col9-section-1 h1{
        
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        display:block;
        width:100%;
        margin-bottom:1.3rem;
        font-size:26px;
        line-height:normal;
    }
    
    
    .bloginner-col9-section-1 p{
        
        font-size:17px;
        line-height:normal;
        font-weight:400;
        margin:0;
    }
    
    
    .flex-next-and-prev-post{
        
        margin:2rem 0;
        padding:1rem 0;
        
    }
    
    .flex-next-and-prev-post .blog-cols-next-prev{
        
        width:40%;
    }
    
    
    .bloginner-col9-section-1{
        
        padding:0 0 2rem 0;
    }
    
    #review-title{
        
        font-size:20px;
    }
    
    #review-title img{
        
        width:40px;
        height:40px;
    }
    
    
    
    .review-FLVME-text{
        
        font-size:18px;
        line-height:normal;
    }
    
    
    .divclass-review-itself-FLVME{
        
        margin-top:0;
    }
    
    .margin-top-2rem-comment{
        
        margin-top:1.5rem !important;
    }
    
    
    .bloginner-col9-section-2 #button-comment{
        
        margin-top:1.5rem !important;
    }
    
    
    
    .bloginner-col9-section-2{
        
        padding-bottom:2rem;
    }
    
    
    
    .bloginner-col9-section-3{
        
        padding:1.5rem 0;
    }
    
    
    .sticky-class-right-side-innerblog{
        
        position:relative;
        top:0;
    }
    
    
    .sticky-class-right-side-innerblog-top-level{
        
        margin-top:2rem !important;
    }
    
    
    .nikan-innerblog-related-posts{
        
        margin-bottom:0;
    }
    
    
    
}



@media screen and (min-widtH:768px) and (max-width:991px){
    
    
       .blog-heading-diffrent-styles-FLVME .inner-pages-heading-information h2{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        font-size:28px;
        line-height:1.4;
        -webkit-line-clamp:1;
        
    }
    
    .nikan-project-blog-inner-section-number1{
        
        padding:3rem .75rem;
    }
    
    
    
    
    .nikan-project-blog-inner-section-number1 .pright-2rem{
        
        padding-right:.75rem !important;
    }
    
    
    .nikan-innerblog-related-posts .panel-title{
        
        font-size:22px;
        
    }
    
    
    .relatedblogs-nikan-styles .form-group .image{
        
        width:30%;
    }
    
    
    
    .relatedblogs-nikan-styles .form-group .name{
        
        text-align:right !important;
    }
    
    
    .bloginner-col9-section-1 img{
        
        margin-bottom:2rem;
    }
    
    .bloginner-col9-section-1 h1{
        
        font-size:25px;
        width:100%;
        display:block;
        overflow:Hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin:0 0 1.5rem 0;
    }
    
    
    
    .bloginner-col9-section-1 p{
        
        font-weight:400;
        font-size:17px;
        line-height:normal;
        margin:0;
        
    }
    
    .flex-next-and-prev-post{
        
        margin-top:1.5rem;
        padding:1rem 0;
        
    }
    
    .flex-next-and-prev-post .blog-cols-next-prev{
        
        width:40%;
    }
    
    .blog-inner-tags{
        
        margin-top:1.5rem;
    }
    
    
    .bloginner-col9-section-1{
        
        padding:0 0 2rem 0;
    }
    
    
    
    .review-FLVME-text{
        
        line-height:normal;
        font-size:18px;
        margin:1.5rem 0 0 0;
    }
    
    
    .divclass-review-itself-FLVME{
        
        margin-top:0 !important;
    }
    
    
    .margin-top-2rem-comment{
        
        margin-top:1.5rem !important;
    }
    
    
    
    .bloginner-col9-section-2 #button-comment{
        
        margin-top:1.5rem !important;
    }
    
    
    .bloginner-col9-section-2{
        
        padding-bottom:2rem !important;
    }
    
    
    .bloginner-col9-section-3{
        
        padding:1.5rem 0;
    }
    
    
}



@media screen and (min-width:992px) and (max-width:1199px) {
    
    
     .blog-heading-diffrent-styles-FLVME .inner-pages-heading-information h2{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        font-size:30px;
        line-height:1.4;
        -webkit-line-clamp:1;
        
    }
    
}




.blog-heading-diffrent-styles-FLVME .inner-pages-heading-information h2{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        line-height:1.4;
    }









/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/
/*taki maqale resposive*/





.table-border-right-data h1 span{
    
    margin-right:3px;
}



/*404 page responsive*/
/*404 page responsive*/
/*404 page responsive*/



@media screen and (max-width:575px) {
    
        
    .nikan-error-page-404{
        
        padding-top:0;
        background-size:contain;
        height:100dvh;
    }
    
    .nikan-error-page-404 h1{
        
        font-size:25px;
        margin:0 0 15px 0;
    }
    
    .nikan-error-page-404 h2{
        
        font-size:30px;
        margin:0 0 15px 0;
    }
    
    .nikan-error-page-404 p{
        
        font-size:18px;
        margin:0 0 15px 0;
    }
    
    

    
}


@media screen and (min-width:576px) and (max-width:767px) {
    
    
    .nikan-error-page-404{
        
        height:100dvh;
        padding-top:0;
        background-size:contain;
    }
    
    .nikan-error-page-404 h1{
        
        margin:0 0 20px 0;
    }
    
    .nikan-error-page-404 h2{
        
        font-size:40px;    
        margin:0 0 20px 0;
    }
    
    .nikan-error-page-404 p{
        
        margin:0 0 20px 0;
    }

    
    
    
}



@media screen and (min-width:768px) and (max-width:991px) {
    
    
    
    
    .nikan-error-page-404{
        
        height:100dvh;
        padding-top:0;
        background-size:contain;
    }
    
    .nikan-error-page-404 h2{
        
        font-size:50px;
    }

}



@media screen and (min-width:992px) and (max-width:1199px){
    
    
    .nikan-error-page-404{
        
        height:100dvh;
    
    }
    
}




/*404 page responsive*/
/*404 page responsive*/
/*404 page responsive*/



.pictures-modal-product-center-img{
    
    text-align:center;
}




/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/


@media screen and (max-width:575px) {
    
    
    
    
    .project-show-case-menu-links .col-lg-12{
        
        display:flex;
        flex-wrap:wrap;
        justify-content:Flex-start;
    }
    
    .project-show-case-menu-links .col-lg-12 a{
        
        width:50%;
        display:block;
        overflow:hidden;
        font-size:16px;
        padding:0 5px;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin-bottom:15px;
    }
    
    .project-show-case-menu-links .col-lg-12 a:nth-child(1){
        
        padding:0 5px;
        border-right:2px solid #bfa888;
    }
    
    .project-show-case-menu-links .col-lg-12 a img{
        
        width:25px;
        height:25px;
    }
  
    
    .margin-top-col-rem{
        
        margin-top:0 !important;
    }
    
    
    
    
    .project-show-case-menu-links{
        
        padding:1.5rem .75rem;
    }
    
    
    
    .nikan-project-showcase-section-1{
        
        padding:3rem .75rem 1.5rem .75rem;
    }
    
    
    .nikan-project-showcase-section-1 .title-margin-bottom{
        
        margin:0 0 .75rem 0;
    }
    
    .showcase-section-1-colright{
        
        margin-bottom:1.5rem;
    }
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft h1{
        
        font-size:30px;
    }
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft p{
        
        margin-bottom:15px;
        font-size:16px;
    }
    
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li{
        
        width:100%;
        display:block;
        margin-bottom:10px;
        padding-right:10px;
        overflow:hidden;
        white-space:nowrap;
        font-size:17px;
        text-overflow:ellipsis;
    }
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li:last-child{
        
        margin:0;
    }
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li:nth-child(3){
        
        margin:0 0 10px 0;
    }
    
    
    .progressbar-section-city-project{
        
        padding:1.5rem .75rem;
    }
    
    .progressbar-section-city-project .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    
    
    .progressbar-section-city-project .progress{
        
        width:50%;
    }
    
    
    
    .table-border-right-data{
        
        margin:0 0 15px 0 !important;
    }
    
    .table-border-right-data:last-child{
        
        margin:0 !important;
    }
    
    .table-border-right-data h1{
        
        font-size:17px;
    }
    
    
    .nikan-project-showcase-section-4{
        
        padding:0 .75rem 1.5rem .75rem;
    }
    
    .nikan-project-showcase-section-4 .container{
        
        padding:0 .75rem;
    }
    
    
    .nikan-project-showcase-section-4 .row{
        
        flex-direction:column-reverse;
    }
    
    
    
    .nikan-project-showcase-section-4 .pos-relative-col-left img{
        
        width:100%;
    }
    
    .nikan-project-showcase-section-4 .pos-relative-col-right img{
        
        width:100%;
        height:100%;
        
    }
    
    
    .nikan-project-showcase-section-4 h1{
        
        font-size:23px;
        margin:0 0 15px 0;
        
    }
    
    
    .nikan-project-showcase-section-4 h2{
        
        font-size:18px;
        line-height:Normal;
    }
    
    
    .nikan-project-showcase-section-4 .col-lg-6 a{
        
        padding:5px 2.5rem;
        margin-top:15px;
        
    }
    
    .nikan-project-showcase-section-4 .col-lg-6 a img{
        
        width:35px;
        height:35px;
    }
    
    
    .nikan-project-showcase-section-17{
        
        padding:1.5rem .75rem;
    }
    
    .nikan-project-showcase-section-5{
        
        padding:1.5rem .75rem;
    }
    
    .nikan-project-showcase-section-5 .title-margin-bottom{
        
        margin-bottom:15px;
    }
    
    
    .nikan-project-showcase-section-5 iframe{
        
        width:100% !important;
        height:100% !important;
    }
    
    
    .nikan-project-showcase-section-7{
        
        padding:1.5rem .75rem;
    }
    
    .nikan-project-showcase-section-7 .title-margin-bottom{
        
        margin-bottom:15px;
    }
    
    
    
    .nikan-project-showcase-section-7 .swiper-slide img{
        
        object-fit:none;
    }
    
    
    .pictures-modal-product-center-img img{
        
        width:100%;
        height:100%;
        object-fit:none;
    }
    
    
    .mySwiper-pic-showcase2{
        
        padding-bottom:5rem !important;
    }
    
    
    
    .nikan-project-showcase-section-7 .centerswiper-btns .swiper-pagination{
        
        margin:0 auto;
    }
    
    
    .nikan-project-showcase-section-8{
        
        margin:0;
        height:200px;
    }
    
    .nikan-project-showcase-section-8 .container{
        
        height:100%;
    }

    .nikan-project-showcase-section-8 .row{
        
        height:100%;
    }
    
    .nikan-project-showcase-section-8 .col-12{
        
        height:100%;
    }
    
    .nikan-project-showcase-section-8 .video-player-btn-kkz{
        
        width:65px;
        height:65px;
    }
    
    
    .nikan-project-showcase-section-8 .video-player-btn-kkz svg{
        
        width:100%;
        height:100%;
    }
    
    
    .nikan-project-showcase-section-9{
        
        margin-top:1.5rem;
        padding:1.5rem .75rem;
    }
    
    
    .nikan-project-showcase-section-9 .title-margin-bottom{
       
        margin:0;
        
    }
    
    .nikan-project-showcase-section-9 .swiper-slide ul{
        
        justify-content:space-between;
    }
    
    .nikan-project-showcase-section-9 .swiper-slide ul li{
        
        width:32%;
    }
    
    .nikan-project-showcase-section-9 .swiper-slide ul li p{
        
        font-size:16px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    .nikan-project-showcase-section-9 .swiper-slide ul li img{
        
        width:35px;
        height:35px;
    }
    
    .nikan-project-showcase-section-9 .swiper{
        
        padding-bottom:4rem;
    }
    
    .nikan-project-showcase-section-9 .centerswiper-btns{
        
        justify-content:Space-between;
    }
    
    
    .modal-delivery img{
        
        height:auto;
    }
    
    
    .nikan-project-showcase-section-10{
        
        padding:1.5rem .75rem;
        margin-top:.75rem;
    }
    
    .nikan-project-showcase-section-10 .title-margin-bottom{
        
        margin:0;
    }
    
    .modal-delivery .modal-content{
        
        height:auto !important;
    }
    
    
    .nikan-project-showcase-section-10 .swiper-slide{
        
        flex-direction:column;
    }
    
    
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-right-side{
        
        width:100%;
        padding:0;
        margin-top:10px;
    }
    
    
    
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side{
        
        padding:0;
        margin-top:15px;
        width:100%;
        flex-direction:column;
        align-items:flex-start;
    }
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side span{
        
        font-size:60px;
        margin:0;
    }
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side h2{
        
        margin:15px 0;
        font-size:22px;
        padding-right:15px;
    }
    
    
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side p{
        
        margin:0 0 15px 0;
    }
    
    .nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz div svg{
        
        width:80px;
        height:40px;
    }
    
    
    .nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz{
        
        width:calc(100% + 19px);
    }
    
    
    
    .nikan-project-showcase-section-16{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikan-project-showcase-section-16 .title-margin-bottom{
        
        margin:0;
    }
    
    
   .stories.carousel .story{
       
       margin:0 0 50px 15px !important;
       /*width:40vw !important;*/
       width:130px !important;
       height:130px !important;
       
   }
    
    .stories.carousel .story:last-child{
        
        margin:0;
    }    
    
    
    .stories.carousel .story > .item-link > .item-preview{
        
        /*height:30vh !important;*/
        height:130px !important;
    }
    
    .storiesWrapper {
        
        /*display:flex;*/
        /*flex-wrap:wrap;*/
        width:100%;
        overflow:hidden;
        height:100% !important;
        flex-direction:row;
        align-items:Center;
        justify-content:Space-between;
    }
    
    
    
    
    .stories.carousel .story > .item-link > .info{
        
        margin-top:15px !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        font-size:17px !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .head{
        
        top:0;
        padding:15px 10px !important;
    }
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{
        
        margin:0 0 0 15px !important;
    }
    
    #zuck-modal-content .story-viewer .head .left{
        
        margin:10px 0 0 0 !important;
        width:100% !important;
        
    }
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:initial !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info .name{
        
        margin:0 !important;
    }
    
    
    #zuck-modal-content .story-viewer .head .item-preview{
        
        width:45px !important; 
        height:45px !important; 
    }
    
    
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left > .back{
        
        width:auto !important;
        height:auto !important;
        float:left;
        display:inline-block !important;
        line-height:Normal !important;
        left:20px;
        top:100%;
        color:#FFF !important;
        text-decoration:none !important;
        transform:TranslateY(-100%);
        content:"" !important;
    }
    
    
    
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:60vw !important;
        display:inline-flex !important;
        padding:5px;
        border-radius:3px;
        background:#bfa888;
        color:#000;
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info strong{
        
        font-size:16px !important;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-shadow:none !important;
        font-weight:600 !important;
    }
    
    #zuck-modal-content .story-viewer .slides .item > .media{
        
        width:100% !important;
        height:100% !important;
        object-fit:contain;
    }
    
    
    
    #zuck-modal-content .story-viewer .slides-pointers{
        
        top:5px !important;
    }
    
    
    
    .nikan-project-showcase-section-12{
        
        padding:1.5rem .75rem;
    }
    
    .nikan-project-showcase-section-12 .title-margin-bottom{
        
        margin:0;
    }
    
    .video-inner-page-class .button-video-player button{
        
        width:50px;
        height:50px;
    }
    
    .video-inner-page-class .button-video-player{
        
        top:35%;
    }
    
    .video-inner-page-class .video-lifestyle-content h1{
        
        font-size:17px;
    }

    
    .nikan-project-showcase-section-12 .col-name-for-margin-video:nth-child(3) .video-inner-page-class{
        
        margin:1.5rem 0;
    }
    
    
    
    .nikan-blog-module-customers ul:nth-child(1){
        
        margin-bottom:1.5rem;
    }
    
    
    .nikan-project-showcase-section-13{
        
        margin:1.5rem 0 0 0 ;
        padding:1.5rem .75rem;
    }
    
    
    .nikan-project-showcase-section-13 .title-margin-bottom{
    
        margin:0 0 20px 0 !important;
    
    }    
    
    .interview-showcase-inner{

        text-align:right;
        padding-right:15px;
    }
    
    
    .interview-showcase-inner img{
        
        width:90px;
        height:90px;
    }
    
    
    
    .interview-showcase-inner h1{
        
        font-size:21px;
        margin:15px 0;
    }
    
    
    .interview-showcase-inner h2{
        
        font-size:17px;
    }
    
    
    
    .interview-showcase-inner .button-video-player{
        
        top:15px;
        left:15px;
        bottom:auto;
    }
    
    .interview-showcase-inner button{
        
        width:50px;
        height:50px;
    }
    
    .nikan-project-showcase-section-13 .swiper{
        
        padding-bottom:5rem;
    }
    
    
    .nikan-tesimonials-done-projects{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikan-tesimonials-done-projects-title-col{
        
        margin:0;
    }
    
    .nikan-tesimonials-done-projects .col-lg-3 h1{
        
        margin:20px 0 0 0;
        font-size:20px;
    }
    
    
    .col-has-margin-child2{
        
        margin-top:1.5rem !important;
    }
    
    
    
    .nikan-project-showcase-section-14{
        
        padding:1.5rem .75rem;
    }
    
    
    .rate-to-nikan-project-solo-project{
        
        margin-top:0 !important;
        flex-direction:column;
    }
    
    .rate-to-nikan-project-solo-project div:Nth-child(1) h1{
        
        font-size:18px;
    }
    
    
    .rate-to-nikan-project-solo-project div:Nth-child(1) h2{
        
        font-size:18px;
        margin:10px 0 20px 0;
    }
    
    
    
    .rate-to-nikan-project-solo-project .nikan-default-btns-brown{
        
        padding:10px !important;
    }
    
    .rate-to-nikan-project-solo-project .nikan-default-btns-brown img{
        
        width:35px;
        height:35px;
    }
    
    
     .rating{
        
        padding-bottom:15px;
        justify-content:space-between;
        margin-bottom:15px;
        flex-direction:row;
        flex-wrap:Wrap;
    }
    
    
    .facerate{
        
        margin:auto;
    }
    
    .facerate img{
        
        width:35px;
        height:35px;
    }
    
    
    .ratingmodal-product .modal-dialog{
        
        max-width:85% !important;
    }
    
    
    .rate-class-in-modal-itself h1{
        
        padding-top:0;
        font-size:20px;
        margin-bottom:15px;
        padding-bottom:15px;
    }
    
    
    
    .ratingmodal-product .nikan-default-btns-brown{
        
        margin-bottom:0;
    }
    
    
    .city-project-page-section-number5 h1{
        
        font-size:30px;
        margin:0 0 15px 0;
    }
    
    .city-project-page-section-number5 h2{
        
        line-height:1.5;
    }
    
    
    .city-project-page-section-number5 button{
        
        margin:0;
    }
    
    
    
    .nikan-project-showcase-section-15{
        
        margin:1.5rem;
    }
    
    .city-project-page-section-number5{
        
        background-size:auto;
        background-position:initial;
        padding:1.5rem 0;
    }
    
    
    
    
    

    
}



@media screen and (min-width:576px) and (max-width:767px) {
    
    .project-show-case-menu-links{
        
        padding:2rem .75rem;
    }
    
    .project-show-case-menu-links .col-lg-12{
        
        flex-wrap:wrap;
        justify-content:Flex-start;
    }
    
    .project-show-case-menu-links .col-lg-12 a{
        
        margin-bottom:10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        display:block;
        font-size:16px;
        width:25%;
    }
    
    .project-show-case-menu-links .col-lg-12 a:nth-child(1){
        
        padding:0 10px;
        border-right:2px solid #bfa888;
    }
    
    
    .margin-top-col-rem{
        
        margin-top:5px !important;
    }
    
    .margin-top-col-rem a:last-child{
        
        margin:0 !important;
    }
    
    
    
    .nikan-project-showcase-section-1{
        
        padding:2rem .75rem;
        margin-top:1.5rem;
    }
    
    .nikan-project-showcase-section-1 .title-margin-bottom{
        
        margin:0;
    }
    
    
    
    .showcase-section-1-colright{
        
        margin-bottom:1.5rem;
    }
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft h1{

        font-size:2rem;
        margin:0 0 1.15rem 0;
    }
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li{
        
        padding-right:1.5rem;
    }
    
    .progressbar-section-city-project{
        
        padding:2rem .75rem;
    }
    
    
    .progressbar-section-city-project .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .progressbar-section-city-project .progress{
        
        width:28%;
    }
    
    
    .nikan-project-showcase-section-4{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-showcase-section-4 .container{
        
        padding:0 .75rem;
    }
    
    .pos-relative-col-right .bgabs-catalog-nik{
        
        width:auto;
        height:100%;
    }
    
    
    .nikan-project-showcase-section-4 h1{
        
        font-size:30px;
    }
    
    .nikan-project-showcase-section-4 h2{
        
        font-size:20px;
    }
    
    .nikan-project-showcase-section-4 .pos-relative-col-left img{
        
        widtH:100%;
        height:100%;
    }
    
    
    
    .nikan-project-showcase-section-17{
        
        padding:2rem .75rem;
    }
    
    .nikan-project-showcase-section-5{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-showcase-section-5 .title-margin-bottom{
        
        margin-bottom:20px;
    }
    
    .nikan-project-showcase-section-5 iframe{
        
        width:100% !important;
        height:100% !important;
    }
    
    
    
    .nikan-project-showcase-section-7{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-showcase-section-7 .title-margin-bottom{
        
        margin:0 0 20px 0;
    }
    
    
    .nikan-project-showcase-section-7 .swiper-slide img{
        
        object-fit:none;
    }
    
    .mySwiper-pic-showcase2 .swiper-slide img{
        
        object-fit:none;
    }
    
    .mySwiper-pic-showcase2{
        
        padding-bottom:2rem;
    }
    
    
    .nikan-project-showcase-section-8{
        
        margin:0 1.75rem;
        height:200px;
    }
    
    .nikan-project-showcase-section-8 .container{
        
        height:100%;
    }
    
    
    .nikan-project-showcase-section-8 .row{
        
        height:100%;
    }
    
    
    .nikan-project-showcase-section-8 .col-sm-12{
        
        height:100%;
    }
    
    
    .nikan-project-showcase-section-8 .video-player-btn-kkz{
        
        width:135px;
        height:135px;
    }
    
    
    .nikan-project-showcase-section-8 .video-player-btn-kkz svg{
        
        width:100%;
        height:100%;
    }
    
    
    .nikan-project-showcase-section-9{
        
        padding:2rem .75rem;
        margin-top:2rem;
    }
    
    .nikan-project-showcase-section-9 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    
    .nikan-project-showcase-section-10{
        
        padding:2rem .75rem;
    }
    
    .nikan-project-showcase-section-10 .swiper-slide{
        
        flex-direction:column;
    }
    
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-right-side{
        
        padding:0;
        width:100%;
        margin-bottom:1.5rem;
    }
    
    .nikan-project-showcase-section-10 .title-margin-bottom{
        
        margin:0 0 20px 0;
    }
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side{
        
        width:100%;
        padding:0;
    }
    
    
    .nikan-project-showcase-section-10 .blog-theme-swiper-left-side h2{
        
        font-size:25px;
    }
    
    
    .nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz{
        
        bottom:0;
        width:100%;
    }
    
    
    
    .nikan-project-showcase-section-16{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-showcase-section-16 .title-margin-bottom{
        
        margin:0 0 20px 0;
    }
    
    
    
     .stories.carousel .story{
       
       margin:0 0 50px 15px !important;
       /*width:40vw !important;*/
       width:130px !important;
       height:130px !important;
       
   }
    
    .stories.carousel .story:last-child{
        
        margin:0;
    }    
    
    
    .stories.carousel .story > .item-link > .item-preview{
        
        /*height:30vh !important;*/
        height:130px !important;
    }
    
    .storiesWrapper {
        
        /*display:flex;*/
        /*flex-wrap:wrap;*/
        width:100%;
        overflow:hidden;
        height:100% !important;
        flex-direction:row;
        align-items:Center;
        justify-content:Space-between;
    }
    
    
    
    
    .stories.carousel .story > .item-link > .info{
        
        margin-top:15px !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        font-size:17px !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .head{
        
        top:0;
        padding:15px 10px !important;
    }
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{
        
        margin:0 0 0 15px !important;
    }
    
    #zuck-modal-content .story-viewer .head .left{
        
        margin:10px 0 0 0 !important;
        width:100% !important;
        
    }
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:initial !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info .name{
        
        margin:0 !important;
    }
    
    
    #zuck-modal-content .story-viewer .head .item-preview{
        
        width:45px !important; 
        height:45px !important; 
    }
    
    
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left > .back{
        
        width:auto !important;
        height:auto !important;
        float:left;
        display:inline-block !important;
        line-height:Normal !important;
        left:20px;
        top:100%;
        color:#FFF !important;
        text-decoration:none !important;
        transform:TranslateY(-100%);
        content:"" !important;
    }
    
    
    
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:60vw !important;
        display:inline-flex !important;
        padding:5px;
        border-radius:3px;
        background:#bfa888;
        color:#000;
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info strong{
        
        font-size:16px !important;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-shadow:none !important;
        font-weight:600 !important;
    }
    
    #zuck-modal-content .story-viewer .slides .item > .media{
        
        width:100% !important;
        height:100% !important;
        object-fit:contain !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .slides-pointers{
        
        top:5px !important;
    }
    
    
    .nikan-project-showcase-section-12{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-project-showcase-section-12 .title-margin-bottom{
        
        margin-bottom:20px;
    }
    
    .nikan-project-showcase-section-12 .col-name-for-margin-video:last-child .video-inner-page-class{
        
        margin:1.5rem 0 0 0;
    }
    
    
    .nikan-project-showcase-section-12 .row{
        
        flex-wrap:Wrap;
        justify-content:Center;
    }
    
    
    
    .video-inner-page-class .button-video-player button{
        
        width:50px;
        height:50px;
    }
    
    
    .video-inner-page-class .button-video-player{
        
        top:30%;
    }
    
    .nikan-blog-module-customers ul:nth-child(1){
        
        margin-bottom:1.5rem;
    }
    
    
    
    .nikan-project-showcase-section-13{
        
        padding:2rem .75rem;
        margin:1.5rem 0 0 0;
    }
    
    
    .nikan-project-showcase-section-13 .title-margin-bottom{
        
        margin-bottom:20px;
    }
    
    .nikan-project-showcase-section-13 .swiper{
        
        padding-bottom:6rem;
    }
    
    
    .nikan-tesimonials-done-projects{
        
        padding:2rem .75rem;
    }
    
    .nikan-tesimonials-done-projects .nikan-tesimonials-done-projects-title-col{
        
        margin-bottom:20px;
    }
    
    .nikan-tesimonials-done-projects .col-lg-3 h1{
        
        margin:20px 0;
        font-size:20px;
        
    }
    
    
    .nikan-project-showcase-section-14{
        
        padding:2rem .75rem;
    }
    
    .nikan-project-showcase-section-14 .rate-to-nikan-project-solo-project{
        
        margin-top:0px !important;
        flex-direction:column;
    }
    
    
    .nikan-project-showcase-section-14 .rate-to-nikan-project-solo-project div:nth-child(1){
        
        margin-bottom:1.5rem;
    }
    
    .rate-to-nikan-project-solo-project div:Nth-child(1) h2{
        
        font-size:22px;
    }
    
    .rate-to-nikan-project-solo-project div:Nth-child(1) h1{
        
        font-size:22px;
    }
    
    .nikan-project-showcase-section-15{
        
        margin:0 1.75rem 1.75rem !important;
        padding:2rem .75rem;
        
    }
    
    .city-project-page-section-number5 h1{
        
        font-size:35px;
    }
    
    .city-project-page-section-number5 h2{
        
        line-height:normal;
    }
    
    
    .city-project-page-section-number5{
        
        background-position:center right;
        background-repeat:no-repeat;
        background-size:auto;
        
    }
    
    
    
    
.modal-delivery .modal-content{
    
    height:auto !important;
}

.modal-delivery .modal-content img{
    
    height:100%;
    width:100%;
}

.rating{
    
    flex-wrap:wrap;
}
    
    
    
    
    
    
    
}







@media screen and (min-width:768px) and (max-width:991px) {
    
    
    
    
    .project-show-case-menu-links{
        
        padding:calc(3rem - 10px) .75rem;
    }
    
    
    .project-show-case-menu-links .col-lg-12{
        
        flex-wrap:wrap;
        justify-content:Flex-start;
    }
    
    .project-show-case-menu-links .col-lg-12 a{
        
        width:20%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin:5px 0;
    }
    
    
    .project-show-case-menu-links .col-lg-12 a:nth-child(1){
        
        padding:0 10px !important;
        border-right:3px solid #bfa888;
        
    }
    
    .margin-top-col-rem{
        
        margin-top:0 !important;
    }
    
    .nikan-project-showcase-section-1{
        
        padding:3rem .75rem;
        margin-top:1rem;
    }
    
    
    .nikan-project-showcase-section-1 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft h1{
        
        font-size:2rem;
    }
    
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft p{
        
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:4;
    }
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li{
        
        padding-right:15px;
        font-size:18px;
        width:100%;
    }
    
    
    .nikan-project-showcase-section-1 .showcase-section-1-colleft{
        
        flex-direction:column;
        align-items:flex-start;
    }


    .nikan-project-showcase-section-1 .showcase-section-1-colleft ul li:nth-child(3){
        
        margin-bottom:15px;
    }



    .progressbar-section-city-project{
        
        padding:3rem .75rem;
    }


    .progressbar-section-city-project .title-margin-bottom{
        
        margin:0;
    }


.progressbar-section-city-project .default-title-nikan span{
    
    font-size:30px;
}



.progressbar-section-city-project .progress{
    
    width:85%;
}



.nikan-project-showcase-section-4{
    
    padding:3rem .75rem;
}


.nikan-project-showcase-section-4 .container{
    
    padding:0 .75rem;
}

.pos-relative-col-right .bgabs-catalog-nik{
    
    width:100%;
    height:100%;
}



.nikan-project-showcase-section-4 .col-lg-6:nth-child(2) img{
    
    width:100%;
    height:100%;
}

.nikan-project-showcase-section-4 h1{
    
    font-size:32px;
}

.nikan-project-showcase-section-4 h2{
    
    line-height:normal;
}


.nikan-project-showcase-section-17{
    
    padding:3rem .75rem;
}


.nikan-project-showcase-section-5{
    
    padding:3rem .75rem;
}

.nikan-project-showcase-section-5 iframe{
    
    width:100% !important;
    height:100% !important;
}

.nikan-project-showcase-section-5 .title-margin-bottom{
    
    margin-bottom:0;
}

.nikan-project-showcase-section-7{
    
    padding:3rem .75rem;
}

.nikan-project-showcase-section-7 .title-margin-bottom{
    
    margin:0;
}




.mySwiper-pic-showcase2{
    
    padding-bottom:5rem;
}


.nikan-project-showcase-section-8{
    
    margin:0 2.15rem;
}


.video-player-btn-kkz{
    
    width:150px;
    height:150px;
}

.video-player-btn-kkz svg{
    
    width:100%;
    height:100%;
}


.nikan-project-showcase-section-9{
    
    padding:5rem .75rem 3rem;
}

.nikan-project-showcase-section-9 .title-margin-bottom{
    
    margin:0;
}


.nikan-project-showcase-section-9 .swiper-slide ul{
    
    justify-content:Space-between;
}

.nikan-project-showcase-section-9 .swiper-slide ul li{
    
    width:32%;
}

.nikan-project-showcase-section-9 .swiper-slide ul li p{
    
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:17px;
    overflow:hidden;
    
    
}



.nikan-project-showcase-section-10{
    
    padding:3rem .75rem;
}


.nikan-project-showcase-section-10 .title-margin-bottom{
    
    margin:0;
}

.nikan-project-showcase-section-10 .blog-theme-swiper-left-side{
    
    padding-right:0;
    padding-left:0;
}



.nikan-project-showcase-section-10 .blog-theme-swiper-left-side span{
    
    font-size:70px;
    margin-left:20px;
}



  
     .stories.carousel .story{
       
       margin:0 0 50px 15px !important;
       /*width:40vw !important;*/
       width:130px !important;
       height:130px !important;
       
   }
    
    .stories.carousel .story:last-child{
        
        margin:0;
    }    
    
    
    .stories.carousel .story > .item-link > .item-preview{
        
        /*height:30vh !important;*/
        height:130px !important;
    }
    
    .storiesWrapper {
        
        /*display:flex;*/
        /*flex-wrap:wrap;*/
        width:100%;
        overflow:hidden;
        height:100% !important;
        flex-direction:row;
        align-items:Center;
        justify-content:Space-between;
    }
    
    
    
    
    .stories.carousel .story > .item-link > .info{
        
        margin-top:15px !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        font-size:17px !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .head{
        
        top:0;
        padding:15px 10px !important;
    }
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{
        
        margin:0 0 0 15px !important;
    }
    
    #zuck-modal-content .story-viewer .head .left{
        
        margin:10px 0 0 0 !important;
        width:100% !important;
        
    }
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:initial !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info .name{
        
        margin:0 !important;
    }
    
    
    #zuck-modal-content .story-viewer .head .item-preview{
        
        width:45px !important; 
        height:45px !important; 
    }
    
    
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left > .back{
        
        width:auto !important;
        height:auto !important;
        float:left;
        display:inline-block !important;
        line-height:Normal !important;
        left:20px;
        top:100%;
        color:#FFF !important;
        text-decoration:none !important;
        transform:TranslateY(-100%);
        content:"" !important;
    }
    
    
    
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:60vw !important;
        display:inline-flex !important;
        padding:5px;
        border-radius:3px;
        background:#bfa888;
        color:#000;
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info strong{
        
        font-size:16px !important;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-shadow:none !important;
        font-weight:600 !important;
    }
    
    #zuck-modal-content .story-viewer .slides .item > .media{
        
        width:100% !important;
        height:100% !important;
        object-fit:contain !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .slides-pointers{
        
        top:5px !important;
    }
    

.nikan-project-showcase-section-16{
    
    padding:3rem .75rem;
}

.nikan-project-showcase-section-10 .swiper-keeper-blog-theme-kkz{
    
    bottom:0;
}


.nikan-project-showcase-section-16 .title-margin-bottom{
    
    margin:0;
}


.nikan-project-showcase-section-12{
    
    padding:3rem .75rem;
}


.nikan-project-showcase-section-12 .title-margin-bottom{
    
    margin:0;
}


.nikan-project-showcase-section-12 .row{
    
    flex-wrap:wrap;
    justify-content:Center;
}

.nikan-project-showcase-section-12 .row .col-name-for-margin-video:last-child{
    
    margin-top:1.5rem;
}

.video-inner-page-class .button-video-player{
    
    top:40%;
}


.nikan-blog-module-customers ul:nth-child(2){
    
    margin-top:1.5rem;
}


.interview-showcase-inner .button-video-player{
    
    left:20px;
}


.interview-showcase-inner img{
    
    width:100px;
    height:100px;
}


.interview-showcase-inner{
    
    text-align:right;
}


.interview-showcase-inner h1{
    
    font-size:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-spacE:nowrap;
    max-width:220px;
}


.interview-showcase-inner h2{
    
    overflow:hidden;
    max-width:220px;
    text-overflow:ellipsis;
    white-spacE:nowrap;
}

.interview-showcase-inner button{
    
    width:55px;
    height:55px;
}

.nikan-project-showcase-section-13{
    
    padding:3rem .75rem;
    margin:30px 0 0 0;
}



.nikan-tesimonials-done-projects{
    
    padding:3rem .75rem;
}


.nikan-tesimonials-done-projects-title-col{
    
    margin-bottom:30px;
}

.nikan-tesimonials-done-projects .col-lg-3 h1{
    
    margin:20px 0;
}



.nikan-project-showcase-section-14{
    
    padding:3rem .75rem;
}


.rate-to-nikan-project-solo-project{
    
    margin-top:30px !important;
}


.modal-delivery .modal-content{
    
    height:auto !important;
}

.modal-delivery .modal-content img{
    
    height:100%;
    width:100%;
}


.rate-to-nikan-project-solo-project div:Nth-child(1) h2{
    
    font-size:20px;
}

.rate-to-nikan-project-solo-project div:Nth-child(1) h1{
    
    font-size:20px;
}


.rating{
    
    flex-wrap:wrap;
}


.nikan-project-showcase-section-15{
    
    margin:0 2.25rem 3rem;
}

.city-project-page-section-number5 h1{
    
    font-size:35px;
}


.city-project-page-section-number5{
    
    background-size:auto;
    background-position:center right;
    background-repeat:no-repeat;
}


}



@media screen and (min-width:992px) and (max-width:1024px){
    
    
     .stories.carousel .story{
       
       margin:0 0 50px 15px !important;
       /*width:40vw !important;*/
       width:130px !important;
       height:130px !important;
       
   }
    
    .stories.carousel .story:last-child{
        
        margin:0;
    }    
    
    
    .stories.carousel .story > .item-link > .item-preview{
        
        /*height:30vh !important;*/
        height:130px !important;
    }
    
    .storiesWrapper {
        
        /*display:flex;*/
        /*flex-wrap:wrap;*/
        width:100%;
        overflow:hidden;
        height:100% !important;
        flex-direction:row;
        align-items:Center;
        justify-content:Space-between;
    }
    
    
    
    
    .stories.carousel .story > .item-link > .info{
        
        margin-top:15px !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        font-size:17px !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .head{
        
        top:0;
        padding:15px 10px !important;
    }
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{
        
        margin:0 0 0 15px !important;
    }
    
    #zuck-modal-content .story-viewer .head .left{
        
        margin:10px 0 0 0 !important;
        width:100% !important;
        
    }
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:initial !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info .name{
        
        margin:0 !important;
    }
    
    
    #zuck-modal-content .story-viewer .head .item-preview{
        
        width:45px !important; 
        height:45px !important; 
    }
    
    
    
    
    #zuck-modal-content .story-viewer.with-back-button .head .left > .back{
        
        width:auto !important;
        height:auto !important;
        float:left;
        display:inline-block !important;
        line-height:Normal !important;
        left:20px;
        top:100%;
        color:#FFF !important;
        text-decoration:none !important;
        transform:TranslateY(-100%);
        content:"" !important;
    }
    
    
    
    
    #zuck-modal-content .story-viewer .head .left .info{
        
        max-width:60vw !important;
        display:inline-flex !important;
        padding:5px;
        border-radius:3px;
        background:#bfa888;
        color:#000;
    }
    
    
    #zuck-modal-content .story-viewer .head .left .info strong{
        
        font-size:16px !important;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-shadow:none !important;
        font-weight:600 !important;
    }
    
    #zuck-modal-content .story-viewer .slides .item > .media{
        
        width:100% !important;
        height:100% !important;
        object-fit:contain !important;
    }
    
    
    
    #zuck-modal-content .story-viewer .slides-pointers{
        
        top:5px !important;
    }
    
}


@media screen and (min-width:992px) and (max-width:1199px) {
    
    .modal-delivery .modal-content{
        
        height:auto !important;
    }
    
    
    .modal-delivery .modal-content img{
        
        width:100%;
        height:100%;
    }
    
    .project-show-case-menu-links .col-lg-12{
        
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    
    
    .project-show-case-menu-links .col-lg-12 a{
        
        width:20%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin:5px 0;
    }
    
    
    .project-show-case-menu-links .col-lg-12:nth-child(2){
        
        margin:0 !important;
    }
    
    
    
    .nikan-project-showcase-section-1{
        
        padding:90px 0 60px 0;
    }
    
    .pos-relative-col-left img{
        
        height:100%;
        width:100%;
    }
    
    
    .video-inner-page-class .button-video-player{
        
        top:35%;
    }
    
    .nikan-tesimonials-done-projects .col-lg-3 h1{
        
        font-size:20px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/
/*taki project responsive*/







.pictures-modal-product-center-img{
    
    position:Relative;
}



.pictures-modal-product-center-img .modal-backdrop{
    
    opacity:.8;
}






/*customers page responsive*/
/*customers page responsive*/
/*customers page responsive*/
/*customers page responsive*/



@media screen and (max-width:575px) {
    
    
    .customers-page-section-number1{
        
        padding:1.5rem .75em;
        margin-top:1.5rem;
    }
    
    .Cooperation-section-1-col-tabs{
        
        padding-right:0;
    }
    
    .Cooperation-section-1-col-tabs .nav-tabs{
        
        width:100%;
        justify-content:space-between;
        float:none;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-link{
        
        font-size:17px;
    }
    
    .Cooperation-section-1-col-tabs .nav-item{
        
        margin-left:0;
    }
    
    .Cooperation-section-1-col-tabs .tab-pane{
        
        padding:1.5rem 0 !important;
    }
    
    
    
    .Cooperation-section-1-col-img{
        
        padding-left:.75rem !important;
        margin-bottom:1.5rem;
    }
    
    .Cooperation-section-1-col-img .cooperation-year-class{
        
        width:calc(100% - 3rem);
        padding:.75rem !important;
        height:calc(100% - 3rem);
        border-width:10px;
        display:Flex;
        align-items:Center;
        justify-content:Center;
        flex-direction:Column;
    }
    
    
    
    .Cooperation-section-1-col-img .cooperation-year-class h1{
        
        font-size:50px;
        line-height:1;
        margin:0;
    }
    
    
    .Cooperation-section-1-col-img .cooperation-year-class h2{
        
        font-size:25px;
    }
    
    .customers-page-section-number1 p{
        
        line-height:1.5;
        font-size:16px;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:4;
        margin:0 0 1.5rem 0;
    }
    
    
    .Cooperation-section-1-col-tabs .tab-content .nikan-default-btns-brown{
        
        padding:0 2.5rem;
    }
    
    .mt60-container-small-device{
        
        margin-top:1.5rem;
        padding:0 1.5rem !important;
    }
    
    
    .mt60-container-small-device .title-margin-bottom{
        
        margin-bottom:.75rem;
    }
    
    
    
    .nikan-customers-page-call-to-action{
        
        padding:1.5rem .75rem;
    }
    
    
    .nikan-customers-page-call-to-action .col-lg-12{
        
        flex-direction:column;
    }
    
    
    .nikan-customers-page-call-to-action .col-lg-12 h1{
        
        margin:0 0 .75rem 0;
        font-size:24px;
        line-height:1.35;
    }
    
    
    .nikan-customers-page-call-to-action .col-lg-12 h2{
        
        font-size:20px;
        line-height:1.2;
        margin-bottom:.75rem !important;
    }
    
    .nikan-customers-page-call-to-action .col-lg-12 a{
        
        padding:5px 30px;
    }
    
    
    .Cooperation-section-class-resume{
        
        margin-top:1.5rem;
        padding:1.5rem .75rem;
    }
    
    
    
    .Cooperation-section-class-resume .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .Cooperation-section-class-resume .container-fluid .col-first-left-resume{
        
        padding:0 .75rem;
    }
    
    .col-first-left-resume p{
        
        line-height:1.5;
        font-size:16px;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:4;
        margin:0;
        padding-right:.75rem;
    }
    
    
    .Cooperation-section-class-resume .container-fluid .col-second-right-resume{
        
        margin:1.5rem 0;
    }
    
    .col-second-right-resume h1{
        
        font-size:22px;
    }
    
    
    .col-second-right-resume a{
        
        padding-top:5px;
        padding-bottom:5px;
    }
    
    
    .Cooperation-section-class-resume .container-fluid .counter-numbers-resume{
        
        margin-top:0 !important;
    }
    
    .counter-numbers-resume div{
        
        padding:0 !important;
    }
    
    .counter-numbers-resume div h1{
        
        font-size:21px;
    }
    
    
    .counter-numbers-resume div h2{
        
        font-size:40px;
    }
    
    .mobile-margin-bottom-counter-class-FLVME{
        
        margin-bottom:15px;
    }
    
    .counter-numbers-resume{
        
        margin-bottom:1.5rem;
    }
    
    .Cooperation-section-class-resume .container-fluid .col-first-right-resume{
        
        padding:0 .75rem;
    }
    
    
    .Cooperation-section-class-forms{
        
        padding:1.5rem .75rem;
        margin-top:1.5rem;
    }
    
    .Cooperation-section-class-forms .title-margin-bottom{
        
        margin:0;
    }
    
    
    .margin-bottom-15rem-forms-mobile{
        
        margin-bottom:1.5rem ;
    }
    
    
    .form-module-svg-theme-nikan img{
        
        width:40px;
        height:40px;
    }
    
    .form-module-svg-theme-nikan a{
        
        font-size:17px;
        margin-top:15px;
    }
    
    .nikanproject-aboutpage-section-2{
        
        padding:3rem .75rem 1.5rem .75rem;
    }
    
    
    .faq-section-row{
        
        margin-top:1.5rem !important;
    }
    
    .faq-section-row .accordion-button{
        
        padding:10px;
        font-size:16px !important;
        line-height:1.25;
    }
    
    .faq-section-row .accordion-body{
        
        padding:10px;
    }
    
    .mb-small-1-5accr{
        
        margin-bottom:1.5rem;
    }
    

    
    
}













/*customers page responsive*/
/*customers page responsive*/
/*customers page responsive*/
/*customers page responsive*/




.nikan-hr-page-section-2-home p{
    
    font-size:17px;
    font-weight:600;
    text-align:right;
    line-height:1.5;
    margin:0;
    color:#000;
}

.nikan-hr-page-section-2-home .row{
    
    align-items:Center;
}

.nikan-hr-page-section-2-home img{
    
    width:100%;
    height:100%;
    transition:all .3s;
}


.mehvar-org-culture-img-keeper{
    
    width:100%;
    height:100%;
    overflow:hidden;
    position:Relative;
}



.mehvar-org-culture-img-keeper:hover img{
    
    transform:scale(1.1);
}


.hr-sec2-rownumber2 .swiper {
      width: 100%;
      height: 100%;
    }

.hr-sec2-rownumber2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.hr-sec2-rownumber2 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.hr-sec2-rownumber2 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:7rem;
    }



.hr-sec2-rownumber2 .swiper-slide figure{
    
    position:Relative;
    overflow:Hidden;
    margin:0;
    width:100%;
    height:auto;
    text-align:center;

}


.hr-sec2-rownumber2 .swiper-slide figure img{
    
    width:100%;
    /*width:calc(100% + 60px);*/
    transition:opacity .35s,transform .35s;
    /*transform:translate3d(-50px ,0,0);*/
    position:Relative;
    display:block;
    min-height:100%;
    /*opacity:.8;*/
}

.hr-sec2-rownumber2 .swiper-slide figure figcaption{
    
    padding:2.5rem;
    text-align:left;
    color:#FFF;
    font-size:1.25em;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:flex;
    align-items:Center;
    justify-content:center;
    flex-direction:column;
}


.hr-sec2-rownumber2 .swiper-slide figure figcaption:before{
    
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    pointer-events:none;
}


.hr-sec2-rownumber2 .swiper-slide figure h2{
    
    color:#000;
    font-size:27px;
    font-weight:600;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}


.hr-sec2-rownumber2 .swiper-slide figure p{
    
    color:#000;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    font-size:21px;
    font-weight:bold;
}

.hr-sec2-rownumber2 .swiper-slide figure:hover img{
    
    opacity:.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    
}


.hr-sec2-rownumber2 .swiper-slide figure:hover figcaption:before{
    
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hr-sec2-rownumber2 .swiper-slide figure:hover p{
    
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.hr-sec2-rownumber2 .swiper-slide figure:hover h2{
    
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.hire-sigle-class-img-linkto img{
    
    width:100%;
    height:100%;
}



.hire-sigle-class-img-linkto{
    
    margin-top:60px !important;
}


.swiper-keeper-news-section-nikan-hr-page-solo-column .swiper {
      width: 100%;
      height: 100%;
    }

.swiper-keeper-news-section-nikan-hr-page-solo-column .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
      display: flex;
      padding:20px;
      border:1px solid #eee;
      justify-content: center;
      align-items: center;
    }

.swiper-keeper-news-section-nikan-hr-page-solo-column .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-keeper-news-section-nikan-hr-page-solo-column .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:6rem;
    
}


.swiper-keeper-news-section-nikan-hr-page-solo-column{
    
    margin-top:40px !important
}

.news-swiper-in-columns-class-inside-level1{
    
    width:100%;
    height:100%;
    position:Relative;
    overflow:hidden;
}


.news-in-column-img-keeper-class{
    
    width:100%;
    margin-bottom:20px;
}


.news-in-columns-content-div .news-in-column-date-blog{
    
    margin-bottom:20px;
    display:Flex;
    align-items:center;
    justify-content:flex-start;
}


.news-in-columns-content-div .news-in-column-date-blog div{
    
    color:#000;
    font-size:17px;
    font-weight:600;
    margin-left:20px;
}

.news-in-columns-content-div .news-in-column-date-blog div i{
    
    color:#bfa888;
    font-size:20px;
    vertical-align:middle;
    margin-left:10px;
}

.news-in-columns-content-div .news-in-column-date-blog div:last-child{
    
    margin:0;
}

.news-in-column-a-tag-link{
    
    text-decoration:none;
    color:#000;
    font-size:16px;
    font-weight:bold;
    line-height:Normal;
    display:-webkit-box;
    overflow:Hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    padding-right:20px;
    border-right:5px solid #bfa888;

}


.faq-hr-page-keeper-all-margin-bottom{
    
    margin-bottom:60px !important;
}



.faq-made-by-FLVME-parent{
    
    width:100%;
    position:Relative;
    padding:10px;
    border:1px solid #bfa888;
    overflow:hidden;
}

.faq-made-by-FLVME-parent .faq-made-by-FLVME-title{
    
    font-size:17px;
    color:#000;
    font-weight:bold;
    line-height:normal;
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    cursor:pointer;
}


.faq-made-by-FLVME-parent .faq-made-by-FLVME-title span{
    
    width:90%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.faq-made-by-FLVME-parent .faq-made-by-FLVME-title i{
    
    color:#bfa888;
    font-size:35px;
    vertical-align:middle;
    /*width:5%;*/
    transition:All .5s;
    text-align:left;
}




.faq-made-by-FLVME-parent .faq-made-by-FLVME-description{
    
    overflow:hidden;
    transition:max-height .5s;
    max-height:0;
}


.faq-made-by-FLVME-parent .faq-made-by-FLVME-description p{
    
    margin:10px 0 0 0;
    padding-top:10px;
    border-top:1px solid #bfa888;
    font-size:17px;
    color:#000;
    font-weight:bold;
    line-height:normal;
    
}

.faq-made-by-FLVME-parent .faq-made-by-FLVME-title.active i{
    
    transform:rotate(-90deg);
}



.faq-margin-bottom-hr{
    
    margin-bottom:1.5rem !important;
}

.contact-us-section-hr-page h1{
    
    font-size:25px;
    font-weight:bold;
    color:#000;
    margin:1.5rem 0;
    line-height:normal;
    
}


.contact-us-section-hr-page ul{
    
    margin:0;
    padding:0;
    display:flex;
    align-items:Center;
    justify-content:space-between;
}

.contact-us-section-hr-page ul li{
    
    width:48%;
    display:flex;
    align-items:Center;
    padding-right:1.5rem;
    border-right:3px solid #bfa888;
    justify-content:Flex-start;
}


.contact-us-section-hr-page ul li img{
    
    margin-left:.75rem;
}

.contact-us-section-hr-page ul li a{
    
    text-decoration:none;
    font-size:23px;
    font-weight:600;
    color:#000;
    font-family:system-ui;
    
}




.tel-font-size{
    
    font-size:30px !important;
}




/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/




@media screen and (min-width:576px) and (max-width:767px) {
    
    .customers-page-section-number1{
        
        margin-top:2rem !important;
        padding:2rem .75rem;
    }
    
    
    .Cooperation-section-1-col-tabs{
        
        padding-right:.75rem;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-tabs{
        
        width:100%;
        float:none;
        justify-content:space-between;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-item{
        
        margin:0;
    }
    
    
    
    .Cooperation-section-1-col-tabs .tab-pane{
        
        padding:2rem 0 0 0 !important;
    }
    
    .Cooperation-section-1-col-img{
        
        padding-left:.75rem !important;
        margin-bottom:2rem;
    }
    
    
    .Cooperation-section-1-col-img .cooperation-year-class{
        
        width:auto;
        height:auto;
        display:flex;
        flex-direction:Column;
        align-items:Center;
        justify-content:center;
    }
    
    
    .Cooperation-section-1-col-img .cooperation-year-class h2{
        
        font-size:30px;
    }
    
    .Cooperation-section-1-col-img .cooperation-year-class h1{
        
        font-size:85px;
    }
    
    
    .customers-page-section-number1 p{
        
        margin:0 0 1rem 0;
    }
    
    
    .mt60-container{
        
        margin-top:3rem;
    }
    
    
    .mt60-container-small-device .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    
    
    .nikan-customers-page-call-to-action{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-customers-page-call-to-action .col-lg-12{
        
        flex-direction:Column;
        align-items:flex-start;
        justify-content:center;
    }
    
    .nikan-customers-page-call-to-action .col-lg-12 div{
        
        margin-bottom:1.5rem;
    }
    
    
    .nikan-customers-page-call-to-action .col-lg-12 h1{
        
        font-size:30px;
    }
    
    .nikan-customers-page-call-to-action .col-lg-12 a{
        
        margin:auto;
    }
    
    .Cooperation-section-class-resume{
        
        padding:2rem .75rem;
        margin-top:2rem;
    }
    
    
    .Cooperation-section-class-resume .title-margin-bottom{
        
        margin-bottom:20px;
    }
    
    .Cooperation-section-class-resume .container-fluid .col-first-left-resume{
        
        padding:0 1rem;
    }
    
    
    .col-second-right-resume h1{
        
        font-size:22px;
    }
    
    
    .counter-numbers-resume div h1{
        
        font-size:22px;
    }
    
    .counter-numbers-resume div h2{
        
        font-size:55px;
    }
    
    
    .Cooperation-section-class-resume .container-fluid .counter-numbers-resume{
        
        margin-bottom:2rem;
    }
    
    
    .Cooperation-section-class-resume .container-fluid .col-first-right-resume{
        
        padding:0 1rem;
    }
    
    
    
    
    
    .nikanproject-aboutpage-section-3{
        
        padding:2rem .75rem;
    }
    
    
    .nikan-takeoff-margin-bottom-cerifitcate{
        
        margin-bottom:1rem;
    }
    
    
    
    .Cooperation-section-class-forms{
        
        padding:2rem .75rem;
        margin-top:2rem;
    }
    
    
    
    .Cooperation-section-class-forms .title-margin-bottom{
        
        margin-bottom:1rem;
    }
    
    .margin-bottom-15rem-forms-mobile{
        
        margin-bottom:1.5rem !important;
    }
    
    
    
    .nikanproject-aboutpage-section-2{
        
        padding:4rem .75rem 2rem .75rem;
        
    }
    
    
    .title-margin-handle-customers{
        
        margin-bottom:1rem;
    }
    
    .mb-small-1-5accr{
        
        margin-bottom:1.5rem !important;
    }
    

    
    
}








@media screen and (min-width:768px) and (max-width:991px) {
    
    
    
    .customers-page-section-number1{
        
        padding:3rem .75rem;
        margin-top:2rem;
    }
    
    
    
    .Cooperation-section-1-col-tabs .nav-tabs{
        
        justify-content:space-between;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-item{
        
        margin:0;
    }
    
    
    .customers-page-section-number1 p{
        
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:6;
        overflow:hidden;
    }
    
    
    .Cooperation-section-1-col-tabs .tab-pane{
        
        padding:2rem 0 !important;
    }
    
    
    
    .Cooperation-section-1-col-img .cooperation-year-class{
        
        width:auto;
        height:auto;
        display:Flex;
        align-items:Center;
        justify-content:center;
        flex-direction:column;
    }
    
    
    .Cooperation-section-1-col-img .cooperation-year-class h1{
        
        font-size:40px;
    }
    
    .Cooperation-section-1-col-img .cooperation-year-class h2{
        
        font-size:20px;
    }
    
    
    .mt60-container-small-device .title-margin-bottom{
        
        margin-bottom:2rem;
    }
    
    
    .nikan-customers-page-call-to-action{
        
        padding:3rem .75rem;
        
    }
    
    .nikan-customers-page-call-to-action .col-lg-12 h1{
        
        font-size:30px;
        line-height:normal;
    }
    
    
    .Cooperation-section-class-resume{
        
        padding:3rem .75rem;
        margin-top:2rem;
    }
    
    .Cooperation-section-class-resume .title-margin-bottom{
        
        margin-bottom:2rem;
    }
    
    .Cooperation-section-class-resume .container-fluid .col-first-left-resume{
        
        padding:0 2rem;
    }
    
    .col-first-right-resume-innerclass{
        
        margin-top:2rem;
    }
    
    
    .Cooperation-section-class-resume .container-fluid .col-first-right-resume{
        
        padding:0 2rem;
    }
    
    .certificate-module-customers-page{
        
        padding:3rem .75rem;
    } 
    
    
    .certificate-module-customers-page .nikanproject-aboutpage-section-3-title-class{
        
        margin-bottom:2rem;
    }
    
    
    
    .Cooperation-section-class-forms{
        
        padding:4rem .75rem 3rem;
    }
    
    
    .faq-customers-page-className{
        
        padding:4rem .75rem 3rem .75rem;
    }
    
    
    .faq-customers-page-className .faq-section-row .accordion-button{
        
        font-size:16px !important;
    }
    
    
    .faq-customers-page-className .faq-section-row .accordion-button span{
        
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        width:90%;
    }
    
    
    .title-margin-handle-customers{
        
        margin-bottom:20px;
    }
    

    
    
}




@media screen and (min-width:992px) and (max-width:1199px) {
    
    
    .customers-page-section-number1{
        
        padding:3rem .75rem;
        margin-top:1.5rem;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-tabs{
        
        justify-content:space-between;
    }
    
    
    .Cooperation-section-1-col-tabs .nav-tabs li{
        
        margin:0;
    }
    
    
    
    .Cooperation-section-1-col-img .cooperation-year-class{
        
        width:auto;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:Center;
        flex-direction:column;
    }
    
    
    .Cooperation-section-1-col-img .cooperation-year-class h1{
        
        font-size:80px;
        line-height:1;
    }
    
    .Cooperation-section-1-col-img .cooperation-year-class h2{
        
        font-size:30px;
    }
    
    
    .Cooperation-section-1-col-tabs{
        
        padding-right:0;
    }
    
    .nikan-customers-page-call-to-action .col-lg-12 h1{
        
        font-size:30px;
    }
    
    
    .Cooperation-section-class-resume{
        
        padding:3rem .75rem;
        margin-top:2rem;
    }
    
    .Cooperation-section-class-resume .container-fluid .col-first-left-resume{
        
        padding:0 .75rem;
    }
    
    
    
    .Cooperation-section-class-resume .container-fluid .col-first-right-resume{
        
        padding:0 20px 0 0 !important;
    }
    
    
    .counter-numbers-resume div{
        
        align-items:Flex-start;
        flex-direction:column;
    }
    
    
    .counter-numbers-resume div h2{
        
        font-size:60px;
    }
    
    
    .Cooperation-section-class-forms{
        
        padding:3rem .75rem;
        margin-top:2rem;
    }
    
    .faq-customers-page-className{
        
        padding:5rem .75rem 3rem;
    }
    
    
    
}










/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/
/*customers laptop and tablet responsive*/



.flex-wrap-tabs-tvmdl.active{
    
    display:flex !important;
    padding:60px 0;
}

.flex-wrap-tabs-tvmdl .video-inner-page-class .button-video-player{
    
    top:35% !important;
}


/*responsive media page nikan*/
/*responsive media page nikan*/
/*responsive media page nikan*/
/*responsive media page nikan*/



@media screen and (max-width:575px) {
    
    
    .default-devided-columns-with-filter{
        
        padding:1.5rem 0;
    }
    
    .filter-out-title{
        
        margin:0 !important;
    }
    
    .filter-new-to-oldblogs{
        
        margin:1.5rem 0;
    }
    
    
    .filter-tik-border-keeper .second-div{
        
        padding:.75rem 0;
        font-size:17px;
    }
    
    
    .filter-tik-border-keeper .second-div svg{
        
        width:20px;
        height:20px;
    }
    
    
    
    .nikan-media-section-number1{
        
        padding:1.5rem 0;
        margin-top:1.5rem;
    }
    
    
    
    .sticky-filter-nikan{
        
        padding:0 .75rem;
    }
    
    
    .nikan-media-section-number1 .title-margin-bottom span{
        
        font-size:65px;
    }
    
    .nikan-media-section-number1 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    
    .tv-col-12parent .nav-tabs{
        
        flex-direction:column;
    }
    
    .tv-col-12parent .nav-tabs .nav-item{
        
        width:100%;
        
    }
    
    .tv-col-12parent .nav-tabs .nav-item button{
        
        font-size:18px;
    }
    
    .tv-col-12parent .nav-tabs .nav-item button img{
        
        width:35px;
        height:35px;
    }
    
    .flex-wrap-tabs-tvmdl.active{
        
        padding:1.5rem 0;
    }
    
    .nikan-media-section-number2 .title-margin-bottom{
        
        margin:0 0 1rem 0;
    }
    
    
    .podcast-managers-divclass-top{
        
        width:100%;
        margin-bottom:1.5rem;
    }
    
    .podcast-managers-divclass-top h1{
        
        font-size:20px;
    }
    
    
    .podcast-managers-divclass-top img{
        
        width:75px;
        height:75px;
    }
    
    .podcast-managers-divclass-bottom{
        
        width:100%;
    }
    
    
    .podcast-managers-divclass-bottom ul h1{
        
        font-size:15px;
    }
    
    
    
    .podcast-managers-divclass-bottom ul li a{
        
        margin-right:15px;
    }
    
    
    
    .nikan-media-section-number2{
        
        padding-bottom:0;
    }
    
    
    .nikan-media-section-number3{
        
        padding:1.5rem 0;
    }
    
    .nikan-media-section-number3 .title-margin-bottom{
        
        margin-bottom:1.5rem;
    }
    
    .nikan-media-section-number3 .swiper-slide{
        
        width:100%;
    }
    
    .nikan-media-section-number3 .swiper-slide .swipercenter-contentslider{
        
        height:100%;
        padding:15px;
        display:Flex;
        align-items:flex-start;
        justify-content:flex-end;
        flex-direction:Column;
    }
    
    .nikan-media-section-number3 .swiper-slide .swipercenter-contentslider .swipercenter-title{
        
        margin-bottom:5px;
    }
    
    .swipercentercontent-date ul{
        
        flex-direction:Column;
        align-items:flex-start;
    }
    
    .swipercentercontent-date ul li{
        
        margin-left:0;
        font-size:16px;
    }
    
    
    .nikan-media-section-number3 .swiper-slide .swipercenter-contentslider p{
        
        margin:0 0 10px 0;
    }
    
    
    .nikan-media-section-number3 .centerswiper-btns .swiper-button-next svg{
        
        height:35px;
    }
    
    .nikan-media-section-number3 .centerswiper-btns .swiper-button-prev svg{
        
        height:35px;
    }
    
    
    .nikan-star-padbot{
        
        padding-top:2.5rem;
    }
    
    
    .nikan-star-padbot .news-page-nikan-stars-titlecol{
        
        margin-bottom:1.5rem;
    }
    
    
    .star-keeper-class h1{
        
        font-size:22px;
    }
    
    .star-keeper-class h2{
        
        font-size:18px;
    }
    
    .nikan-star-padbot .star-keeper-with-margin{
        
        margin-bottom:1.5rem;
    }
    
    .nikan-star-padbot .star-keeper-with-margin:last-child{
        
        margin:0;
    }
    
    
    
    
}




@media screen and (min-width:576px) and (max-width:767px){
    
    
    .default-devided-columns-with-filter{
        
        padding:2rem 0;
    }
    
    
    
    .filter-maxheight-blogs{
        
        padding:0 .75rem;
        /*margin-bottom:1.5rem;*/
    }
    
    .nikan-media-section-number1 .title-margin-bottom span{
        
        font-size:85px;
    }
    
    
    .nikan-media-section-number1 .title-margin-bottom{
        
        margin:0;
    }
    
    
    .nikan-media-section-number1{
        
        padding:2rem 0;
        margin-top:1rem;
    }
    
    
    .nikan-media-section-number1 .default-title-nikan{
        
        margin-bottom:2rem;
    }
    
    .tv-col-12parent .nav-tabs .nav-item button{
        
        font-size:19px;
    }
    
    
    .flex-wrap-tabs-tvmdl.active{
        
        padding:2rem 0 10px 0;
    }
    
    .video-inner-page-class .video-lifestyle-content div p{
        
        font-size:14px;
    }
    
    .video-inner-page-class .video-lifestyle-content div p:nth-child(2){
        
        margin-right:20px;
    }
    
    
    .video-inner-page-class .video-lifestyle-content h1{
        
        margin-bottom:5px;
        font-size:16px;
    }
    
    
    .filter-maxheight-blogs{
        
        padding:0 1.5rem;
    }
    
    .nikan-media-section-number2 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .podcast-managers-divclass-top h1{
        
        font-size:23px;
    }
    
    .podcast-managers-divclass-top{
        
        width:100%;
    }

    .podcast-managers-divclass-bottom{
        
        width:100%;
    }
    
    
    .nikan-media-section-number2{
        
        padding-bottom:0;
    }
    
    
    
    
    .nikan-media-section-number3{
        
        padding:2rem 0;
    }
    
    
    .nikan-media-section-number3 .title-margin-bottom{
        
        margin-bottom:1rem;
    }
    
    
    .nikan-media-section-number3 .swiper-slide{
        
        width:100%;
    }
    
    .fame-people-def-style{
        
        padding:2rem 0 0 0;
    }
    
    
    
    .news-page-nikan-stars .news-page-nikan-stars-titlecol{
        
        margin-bottom:2rem;
    }
    
    
    .fame-people-def-style .star-keeper-with-margin:nth-child(3){
        
        margin-bottom:1.5rem;
    }
    
    .fame-people-def-style .star-keeper-with-margin:nth-child(2){
        
        margin-bottom:1.5rem;
    }
    
    
    .star-keeper-class h1{
        
        font-size:22px;
    }
    
    
}








@media screen and (min-width:768px) and (max-width:991px) {
    
    
    .default-devided-columns-with-filter{
        
        padding:3rem 0;
    }
    
    .filter-maxheight-blogs{
        
        padding:0 1.5rem;
    }
    
    .filter-new-to-oldblogs{
        
        width:40%;
        margin-top:0;
        float:right;
    }
    
    .filter-tik-border-keeper{
        
        width:55%;
        float:left;
    }
    
    
    .sticky-filter-nikan{
        
        position:unset !important;
    }
    
    
    .nikan-media-section-number1{
        
        padding:3rem 0;
    }
    
    
    
    .nikan-media-section-number1 .title-margin-bottom span{
        
        font-size:85px;
    }
    
    
    .nikan-media-section-number1 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .tv-col-12parent .nav-tabs .nav-item button{
        
        font-size:20px;
    }
    
    
    
    .flex-wrap-tabs-tvmdl.active{
        
        padding:3rem 0 1rem 0;
    }
    
    
    .nikan-media-section-number2 .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .podcast-managers-divclass-top h1{
        
        font-size:21px;
    }
    
    
    .nikan-media-section-number3{
        
        padding:0 0 5rem 0;
    }
    
    
    .nikan-media-section-number3 .title-margin-bottom{
        
        margin:0 0 1.5rem 0;
    }
    
    
    
     .fame-people-def-style .star-keeper-with-margin:nth-child(3){
        
        margin-bottom:1.5rem;
    }
    
    .fame-people-def-style .star-keeper-with-margin:nth-child(2){
        
        margin-bottom:1.5rem;
    }
    
    .news-page-nikan-stars .news-page-nikan-stars-titlecol{
        
        margin-bottom:2rem;
    }
    

    
    
    
}




@media screen and (min-width:992px) and (max-width:1199px) {
    
    
    
    
    
     .fame-people-def-style .star-keeper-with-margin:nth-child(3){
        
        margin-bottom:1.5rem;
    }
    
    .fame-people-def-style .star-keeper-with-margin:nth-child(2){
        
        margin-bottom:1.5rem;
    }

    
    
}



/*responsive media page nikan*/
/*responsive media page nikan*/
/*responsive media page nikan*/
/*responsive media page nikan*/






/*responsive news page nikan*/
/*responsive news page nikan*/
/*responsive news page nikan*/
/*responsive news page nikan*/



@media screen and (max-width:575px) {
    
    
    
    .nikan-news-page-section-1{
        
        padding:1.5rem .75rem;
    }
    
    
    .newspage-filter-different-style {
        
        padding:0 !important;
    }
    
    
    .col9-newspage-parental{
        
        margin-top:1.5rem !important;
    }
    
    
    .nikan-news-page-section-1 .nav-tabs .nav-item{
        
        width:100%;
    }
    
    
    .nikan-news-page-section-1 .nav-tabs .nav-item button{
        
        font-size:18px;
    }
    
    
    .col9-newspage-parental .blog-in-tabs-section{
        
        padding:1.5rem 0;
    }
    
    .col9-newspage-parental .blog-in-tabs-design-2 p{
        
        text-align:right;
    }
    
    
    
    .col9-newspage-parental .load-more-news-blog-21{
        
        padding-bottom:1.5rem;
    }
    
    .col9-newspage-parental .load-more-news-blog-21 a{
        
        font-size:18px;
    }
    
    
    
    .nikan-reponsibility-section{
        
        margin:1.5rem 0 0 0;
        padding:0 0 1.5rem 0;
    }
    
    .nikan-repons-title{
        
        padding:0 !important;
    }
    
    .nikan-repons-title .default-title-nikan{
        
        margin-bottom:0;
    }
    
    
    
    .nikan-reponsibility-section .nikan-repons-title p{
        
        max-width:initial;
        font-size:17px;
    }
    
    
    .nikan-reponsibility-section .nikan-repons-title{
        
        margin-bottom:1.5rem;
    }
    
    .swiper-class-responsibility{
        
        padding:0 !important;
    }
    
    .nikan-respons-content{
        
        padding:15px;
    }
    
    .nikan-respons-content h2{
        
        font-size:16px;
    }
    
    
    .nikan-reponsibility-section .swiper{
        
        padding-bottom:4rem;
    }
    
    
    
    .news-page-nikan-events .news-page-nikan-events-titleclass{
        
        margin-bottom:0;
    }
    
    
    .event-card-parent{
        
        height:100%;
    }
    
    .event-card-right{
        
        padding-left:0 !important;
    }
    
    
    .news-page-nikan-events .container{
        
        padding:0 !important;
    }
    
    .swiper-parent-nikan-events-for-mob{
        
        padding:0 !important;
    }
    
    
    .event-card-center{
        
        padding:15px 0 !important;
    }
    
    
    .event-card-center .event-number-stroke{
        
        font-size:45px !important;
    }
    
    
    .event-time-and-location{
        
        align-items:flex-start;
        flex-direction:column;
    }
    
    .event-time-and-location div{
        
        margin-left:0 !important;
        width:100% !important;
    }
    
    .event-time-and-location div:nth-child(1){
        
        margin-bottom:10px;
    }
    
    
    .event-time-and-location i{
        
        font-size:20px;
    }
    
    
    .event-name-and-description h1{
        
        font-size:21px;
    }
    
    .event-name-and-description p{
        
        font-size:15px;
    }
    
    .event-card-left a:nth-child(1){
        
        margin-bottom:15px;
    }
    
    .event-card-left{
        
        padding:15px;
    }
    
    
    .news-page-nikan-events{
        
        padding:0;
    }
    
    
    .col9-newspage-parental .fame-people-def-style .container{
        
        padding:0;
    }

    
}








@media screen and (min-width:576px) and (max-width:767px) {
    
    
    
    .nikan-news-page-section-1{
        
        padding:3rem .75rem;
    }
    
    .newspage-filter-different-style .filter-tik-border-keeper{
        
        display:flex;
        flex-wrap:Wrap;
        justify-content:space-between;
    }
    
    .newspage-filter-different-style .filter-tik-border-keeper .first-div{
        
        width:48%;
    }
    
    .newspage-filter-different-style .filter-tik-border-keeper .first-div:nth-child(2){
        
        border-top:0;
    }
    
    
    .newspage-filter-different-style{
        
        margin-bottom:1.5rem;
    }
    
    
    
    .newspage-filter-different-style .filter-tik-border-keeper .second-div{
        
        font-size:16px;
    }
    
    .blog-in-tabs-section{
        
        padding:3rem 0;
    }
    
    
    .blog-in-tabs-design-2 p{
        
        font-size:17px;
    }
    
    .blog-in-tabs-design-2 .link-abs{
        
        font-size:17px;
    }
    
    
    
    .nikan-reponsibility-section{
        
        margin-top:1.5rem;
    }
    
    .nikan-reponsibility-section .nikan-repons-title{
        
        margin-bottom:0;
    }
    
    
    .nikan-reponsibility-section .default-title-nikan{
        
        margin-bottom:1.5rem;
    }
    
    
    
    .nikan-reponsibility-section .nikan-repons-title p{
        
        max-width:initial;
        font-size:18px;
    }
    
    .swiper-class-responsibility{
        
        margin-top:1.5rem !important;
    }
    
    .event-card-right{
        
        padding-right:.75rem !important;
    }
    
    .event-card-parent{
        
        padding:1.5rem !important;
    }
    
    .event-card-right{
        
        padding:0 !important;
    }
    
    .event-card-center{
        
        padding:1.5rem 0  !important;
    }
    
    
    .event-card-parent .col-lg-3{
        
        padding:1.5rem !important;
    }
    
    
    .event-card-left a:nth-child(1){
        
        margin-bottom:0 !important;
        margin-left:.75rem !important;
    }
    
     .event-card-left button{
        
        margin-bottom:0 !important;
        margin-right:.75rem !important;
    }
    
    
    .event-card-left{
        
        flex-direction:row;
    }
    
    

    
    
    
}




@media screen and (min-width:768px) and (max-width:991px) {
    
    
    .nikan-news-page-section-1{
        
        padding:3rem .75rem;
    }
    
    
    .newspage-filter-different-style{
        
        margin-bottom:3rem !important;
    }
    
    
    .nikan-news-page-section-1 .nav-tabs .nav-item button{
        
        font-size:20px;
    }
    
    
    .blog-in-tabs-section{
        
        padding:3rem 0;
        
    }
    
    
    
    .event-name-and-description h1{
        
        font-size:23px;
    }
    
    
    .event-card-left a:nth-child(1){
        
        padding:initial;
    }
    
    .event-card-left button{
        
        padding:initial
    }
    
    
    
    
    
    
}




@media screen and (min-width:992px) and (max-width:1199px){
    
    .newspage-filter-different-style .filter-tik-border-keeper .second-div{
        
        font-size:17px;
    }
    
      
    .event-card-left a:nth-child(1){
        
        padding:initial;
    }
    
    .event-card-left button{
        
        padding:initial
    }
    
    
    
    
    
}






/*responsive news page nikan*/
/*responsive news page nikan*/
/*responsive news page nikan*/
/*responsive news page nikan*/








/*responsive about us page nikan*/
/*responsive about us page nikan*/
/*responsive about us page nikan*/
/*responsive about us page nikan*/




@media screen and (max-width:575px) {
    
    .nikan-project-activity-history .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after{
        
        width:15px;
        height:15px;
    }
    
    
    
    .nikan-project-activity-history .swiper{
        
        padding-bottom:5rem !important;
    }

    
    
    
}






@media screen and (min-width:576px) and (max-width:767px){
    
    
    .about-top-page-tabs{
        
        padding:2rem 0 0 0;
    }
    
    .about-top-page-tabs .my-nikan-custom-tabs{
        
        justify-content:space-between;
    }
    
    
    
    .about-top-page-tabs .my-nikan-custom-tabs li{
        
        width:50%;
    }
    
    .about-top-page-tabs .my-nikan-custom-tabs li button{
        
        font-size:18px;
    }
    
    .about-top-page-tabs .my-nikan-custom-tabs li button img{
        
        width:40px;
        height:40px;
    }
    
    
    .nikan-project-about-us-page-section-4{
        
        padding:2rem 0;
    }
    
    .nikan-project-about-us-page-section-1{
        
        padding:2rem 0;
    }
    
    
    .text-under-grid-vision-margin-top{
        
        margin-top:2rem !important;
    }
    
    
    
    .nikan-project-about-us-page-section-2{
        
        padding:4.5rem 0 0 0;
    }
    
    
    .about-us-page-description-field .fa{
        
        font-size:150px;
    }
    
    .about-us-page-description-field{
        
        padding:0 .75rem !important;
    }
    
    .nikan-project-about-us-page-section-3{
        
        padding:4.5rem 0 0 0 !important;
    }
    
    .infography-picture-class .border-top-infography{
        
        width:185px;
        height:185px;
    }
    
    
    .infography-picture-class .border-bottom-infography{
        
        width:185px;
        height:185px;
    }
    
    .infography-picture-class{
        
        margin:0 0 4.5rem 0;
        height:350px;
    }
    
    .nikan-project-about-page-section-manager-text{
        
        padding:2rem 0;
    }
    
    
    .nikan-project-about-page-section-manager-text .default-title-nikan{
        
        margin-bottom:2rem;
    }
    
    
    .manager-text-class{
        
        flex-direction:column;
    }
    
    .manager-text-class .manager-text-image{
        
        width:100%;
        margin-bottom:2rem;
    }
    
    
    .manager-text-class .manager-text-quote{
        
        width:100%;
        
    }
    
    
    .manager-text-quote h2{
        
        font-size:22px;
    }
    
    
    .manager-text-class .manager-text-quote h1{
        
        font-size:25px;
    }
    
    
    
    .nikan-project-about-page-section-manager-text .manager-text-class:nth-child(3){
        
        margin:2rem 0;
        flex-direction:column;
    }
    
    
    .nikan-project-about-us-page-section-5{
        
        padding:2rem 0;
    }
    
    .nikanproject-aboutpage-section-3-title-class{
        
        margin-bottom:1rem;
    }
    
    
    
    .nikan-about-organization-calture-section{
        
        padding:2rem 0;
    }
    
    
    .nikan-about-organization-calture-section .title-margin-bottom{
        
        margin-bottom:2.5rem;
    }
    
    
    .nikan-project-activity-history .swiper-slide{
        
        flex-direction:row;
        flex-wrap:Wrap;
        min-height:initial;
    }
    
    
    .nikan-about-page-brand-story{
        
        padding:2rem 0;
    }
    
    .nikan-about-page-brand-story .my-nikan-custom-tabs button{
        
        font-size:18px;
    }
    
    .nikan-about-page-brand-story .my-nikan-custom-tabs{
        
        justify-content:Space-between;
    }
    
    
    .hoviat-brand-section-inner{
        
        padding:2rem 0;
    }
    
    .colsm-margin-top2rem{
        
        margin-top:2rem !important;
    }
    
    
    .story-section-inner{
        
        padding:2rem 0;
    }
    
    .catalog-inner-tab-section{
        
        padding:2rem 0;
    }
    
    .nikan-about-page-projects-data-charts{
        
        padding:2rem 0;
    }
    
    
    
    .projects-chrat-data-innerclass h1{
        
        font-size:65px;
    }
    
    .projects-chrat-data-innerclass h2{
        
        font-size:20px;
    }
    
    .counter-animated-bg-grey{
        
        padding:2rem 0;
    }
    
    .nikan-about-page-projects-data-charts .title-margin-bottom{
        
        margin:0;
    }
    
    .nikan-about-page-projects-data-charts .title-margin-bottom .default-title-nikan{
        
        margin:0 0 1rem;
    }
    
    .nikan-about-page-projects-data-charts .counter-animated-bg-grey .col-sm-4{
        
        margin:15px 0;
        
    }
    
}



@media screen and (min-width:768px) and (max-width:991px) {
    
    
    
    .about-top-page-tabs{
        
        padding:3rem 0 0 0;
    }
    
    .about-top-page-tabs .my-nikan-custom-tabs{
        
        justify-content:Space-between;
        
    }
    
    .about-top-page-tabs .my-nikan-custom-tabs li button{
        
        font-size:17px;
        
    }
    
    
    .about-top-page-tabs .my-nikan-custom-tabs li button img{
        
        width:40px;
        height:40px;
    }
    
    
    .nikan-project-about-us-page-section-1{
        
        padding:3rem 0 0 0;
    }
    
    
    .text-under-grid-vision-margin-top{
        
        margin-top:1.5rem !important;
    }
    
    
    .nikan-project-about-us-page-section-2{
        
        padding:5rem 0 0 0 ;
    }
    
    .about-us-page-description-field{
        
        padding:0 !important;
    }
    
    
    .nikan-project-about-us-page-section-3{
        
        padding:5rem 0 0 0;
    }
    
    .nikan-project-about-us-page-section-4{
        
        padding:3rem 0 0 0;
    }
    
    
    .infography-picture-class{
        
        margin:0 0 5rem 0;
        height:350px;
    }
    
    
    .infography-picture-class .border-top-infography{
        
        width:180px;
        height:180px;
    }
    
    
    
     .infography-picture-class .border-bottom-infography{
        
        width:180px;
        height:180px;
    }
    
    
    .nikan-project-about-page-section-manager-text{
        
        padding:5rem 0 3rem 0;
    }
    
    .nikan-project-about-page-section-manager-text .default-title-nikan{
        
        margin-bottom:3rem;
    }
    
    
    
    .manager-text-class .manager-text-quote h1{
        
        font-size:30px;
    }
    
    
    
    .manager-text-class .manager-text-quote p{
        
        font-size:16px;
    }
    
    
    .manager-text-class .manager-text-quote{
        
        width:60%;
    }
    
    
    .manager-text-class .manager-text-image{
        
        width:35%;
    }
    
    
    
    .nikan-project-about-page-section-manager-text .manager-text-class:nth-child(3){
        
        margin:3rem 0;
    }
    
    
    
    .chart-manager .chart-class-styles h2{
        
        font-size:22px;
    }
    
    .chart-manager .chart-class-styles h1{
        
        font-size:17px;
    }
    
    
    .nikan-project-about-us-page-section-5{
        
        padding:3rem 0;
    }
    
    
    .nikanproject-aboutpage-section-3{
        
        padding:3rem 0;
    }
    
    
    .nikan-about-organization-calture-section{
        
        padding:3rem 0;
        
    }
    
    
    .nikan-about-organization-calture-section .title-margin-bottom{
        
        margin-bottom:3rem;
    }
    
    
    .nikan-about-page-brand-story{
        
        padding:3rem 0;
    }
    
    .nikan-about-page-brand-story .my-nikan-custom-tabs{
        
        justify-content:space-between;
    }
    
    .colsm-margin-top2rem{
        
        margin-top:1.5rem !important;
    }
    
    
    .hoviat-brand-section-inner{
        
        padding:3rem 0;
    }
    
    
    .story-section-inner{
        
        padding:3rem 0;
    }
    
    .catalog-inner-tab-section{
        
        padding:3rem 0;
    }
    
    
    .nikan-about-page-projects-data-charts{
        
        padding:3rem 0;
    }
    
    
    .nikan-about-page-projects-data-charts .title-margin-bottom{
        
        margin-bottom:0;
    }
    
    .counter-animated-bg-grey{
        
        padding-top:0;
        padding-bottom:0;
    }
    
    .projects-chrat-data-innerclass h1{
        
        font-size:80px;
    }
    
    .projects-chrat-data-innerclass{
        
        margin:15px 0;
    }
    
    
    
    .parent-row-projects .col-lg-3{
        
        height:auto;
    }
    
    .tablet-distance-topfix{
        
        margin-top:1.5rem !important;
    }
    
    
}




/*responsive about us page nikan*/
/*responsive about us page nikan*/
/*responsive about us page nikan*/
/*responsive about us page nikan*/




.blog-nikan-page-section-with-def-styles .tab-content{
    
    padding:60px 0;
    
}

.blog-nikan-page-section-with-def-styles .tab-content>.active{
    
    display:Flex;
}


.blog-nikan-page-section-with-def-styles .my-nikan-custom-tabs{
    
    justify-content:Space-between;
}


/*responsive blog page*/
/*responsive blog page*/
/*responsive blog page*/
/*responsive blog page*/


@media screen and (max-width:575px){
    
    
    .blog-nikan-page-section-with-def-styles{
        
        padding:1.5rem .75rem;
    }
    
    .sticky-filter-nikan-blog-information{
        
        padding:0 !important;
    }
    
    .filter-maxheight-blogs-blog-information{
        
        margin-bottom:1.5rem !important;
    }
    
    
    
    .blog-class-col9-parent-for-styles-confilict .my-nikan-custom-tabs{
        
        justify-content:Center;
        
    }
    
    .blog-nikan-page-section-with-def-styles .tab-content{
        
        padding:1.5rem 0 0 0;
    }
    
    
    .blog-nikan-page-section-with-def-styles .mbfix-blog-tab:last-child{
        
        margin-bottom:0;
    }
    
    
    .blog-nikan-page-section-with-def-styles .blog-in-tabs-design-2 p{
        
        margin-bottom:0;
        font-size:16px;
        font-weight:600;
    }
    

    
    
}




@media screen and (min-width:576px) and (max-width:767px){
    
    .blog-nikan-page-section-with-def-styles{
        
        padding:2rem .75rem;
    }
    
    .full-class-use-name-forblog-nikan .filter-tik-border-keeper{
        
        float:right;
        width:48%;
    }
    
    
    .full-class-use-name-forblog-nikan .blog-all-page-tags-class {
        
        width:48%;
        margin:0;
        float:left;
    }
    
    .full-class-use-name-forblog-nikan .sticky-filter-nikan{
        
        position:unset;
    }
    
    .full-class-use-name-forblog-nikan .blog-all-page-tags-class a{
        
        margin-bottom:6px;
        margin-left:10px;
    }
    
    
    .filter-maxheight-blogs-blog-information{
        
        margin-bottom:2rem !important;
    }
    
    
    .full-class-use-name-forblog-nikan .filter-tik-border-keeper .second-div{
        
        font-size:17px;
    }
    
    
    .full-class-use-name-forblog-nikan .my-nikan-custom-tabs{
        
        justify-content:center;
    }
    
    .full-class-use-name-forblog-nikan .tab-content{
        
        padding:1.5rem 0 0 0;
    }

}



@media screen and (min-width:768px) and (max-width:991px){
    
    
    
    .blog-nikan-page-section-with-def-styles{
        
        padding:3rem .75rem;
    }
    
    .full-class-use-name-forblog-nikan .filter-new-to-oldblogs{
        
        float:none;
        width:100%;
    }
    
    
    .full-class-use-name-forblog-nikan .filter-tik-border-keeper{
        
        width:49%;
        float:right;
    }
    
    
    .full-class-use-name-forblog-nikan .blog-all-page-tags-class{
        
        width:49%;
        float:left;
        margin:0;
    }
    
    
    .filter-maxheight-blogs-blog-information{
        
        margin-bottom:3rem !important;
    }
    
    
    .full-class-use-name-forblog-nikan .my-nikan-custom-tabs{
        
        justify-content:center;
    }
    
    .full-class-use-name-forblog-nikan .tab-content{
        
        padding:3rem 0 0 0;
    }
    

    
    
    
}



@media screen and (min-width:992px) and (max-width:1199px){
    
    
    
    .blog-nikan-page-section-with-def-styles{
        
        padding:3rem 0;
    }
    
    
    .full-class-use-name-forblog-nikan .my-nikan-custom-tabs{
        
        justify-content:center;
    }
    
    
    
    
    
    
    
    
    
    
}
/*responsive blog page*/
/*responsive blog page*/
/*responsive blog page*/
/*responsive blog page*/


.pictures-modal-product-center-img .pictures-showcase-swiper{
    
    /*padding-bottom:5rem;*/
    margin:auto;
}

.pictures-modal-product-center-img .pictures-showcase-swiper .mySwiper-pic-showcase2{
    
    padding-bottom:5rem;
}

.pictures-modal-product-center-img .pictures-showcase-swiper img{
    
    width:100%;
    height:100%;
}





.facerate{
    
    position:Relative;
}

.facerate input{
    
    width:100%;
    height:100%;
    position:absolute;
    visibility:visible;
    opacity:0;
    right:0;
    top:0;
    left:0;
    bottom:0;
    z-index:5;
}


.ratingmodal-product #form-review{
    
    display:flex;
    align-items:Center;
    justify-content:center;
    width:100%;
    flex-direction:column;
}

.ratingmodal-product #rewguest .form-group .radiobtn{
    
    display:flex;
    align-items:Center;
    justify-content:center;
    width:100%;
}


.ratingmodal-product #rewguest .nikan-default-btns-brown{
    
    margin:30px auto 0;
    background:Transparent !important;
    border:0 !important;
}



/*category filters design*/
/*category filters design*/
/*category filters design*/


.category-nikan-filters-section-keeper{
    
    padding:60px 0;
    position:relative;
    /*display:none;*/
}

.category-nikan-filters-section-keeper #column-left{
    
    padding:0;
    
    
}


.dont-let-flex-classes-filter{
    
    flex-direction:column;
    align-items:flex-start !important;
    justify-content:center !important;
} 




.dont-let-flex-classes-filter .so-filter-heading-text span{
    
    font-size: 22px;
    border-bottom: 3px solid #bfa888;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #bfa888;
    padding-right:0;
    margin-right:0;
}



.dont-let-flex-classes-filter input{
    
    width: 100%;
    background: #FFF;
    border: 1px solid #bfa888 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 12px 21px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 0;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}




.dont-let-flex-classes-filter .so-filter-content-opts{
    
    width:100% !important;
}



.project-filter-right-side ul li:nth-child(1){
    
    display:none;
}



.project-filter-right-side ul li:nth-child(3){
    
    display:none;
}


.project-filter-right-side ul li:nth-child(4){
    
    display:none;
}

.project-filter-right-side ul li:nth-child(8){
    
    /*display:none;*/
}



.category-nikan-filters-section-keeper .so_filter_wrap{
    
    display:none;
}

.category-nikan-filters-section-keeper .so_filter_wrap.block-shopby{
    
    display:block;
    width:100%;
    
}


.category-nikan-filters-section-keeper .so_filter_wrap .block-shopby .custombox_categoryfilter{
    
    width:100%;
}



.project-filter-right-side ul li{
    
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    
}


.project-filter-right-side ul li .heading-filter-nikan-so-module span{
    
    font-size: 22px;
    border-bottom: 3px solid #bfa888;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #bfa888;
    display:block;
    margin-right:0;
    padding-right:0;
}


.project-filter-right-side ul li .content-filter-nikan-so-module .so-option-container{
    
    width:100%;
    display:Flex;
    align-items:center;
    justify-content:Flex-start;
    margin-bottom:.75rem;
}


.content-filter-nikan-so-module{
    
    width:100%;
}



.content-filter-nikan-so-module .option-count {
    
    display:none;
}





/*category filters design*/
/*category filters design*/
/*category filters design*/



.dlfmobile i{
    color: #fff;
    font-size: 35px;
    z-index: 999;
    position: absolute;
    bottom: 20px;
    left: 20px;   
}

@media screen and (max-width:750px) {

    .dlfmobile{
        display:block !important;
    }

}


.nikan-project-footer-section .row{
    
    justify-content:Center;
}


.fix-five-link-visitable span{
    
    transition:.25s;
}


.fix-five-link-visitable span:hover{
    
    color:#bfa888;
}




.bgoverlay-hover-category-nikan{

    opacity:0;
    display:none;
    visibility:hidden;
    transition:all .3s ease;
    
}

.wrap-flex-class-projects-inner-style .media:hover .bgoverlay-hover-category-nikan{
    
    opacity:1;
    visibility:visible;
}




.wrap-flex-category-hover-after-overlay .media-project .media__img:after{
    
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.wrap-flex-category-hover-after-overlay:hover .media-project .media__img:after{
    
    opacity:1;
    visibility:visible;
}



.image-class-col-job-path img{
    
    width:100%;
    height:100%;
}


.image-class-col-job-path{
    
    margin:0 0 60px 0;
}


.nikanproject-aboutpage-section-3 .swiper-slide .project__img-holder{
    
    cursor:pointer;
}





.certificate-modal-nikan h1{

    color:#bfa888;
    font-size:22px;
    padding-right:1.5rem;
    border-right:5px solid #bfa888;
    font-weight:Bold;
    line-height:Normal;
    margin:0 0 1.5rem 0;
}

.certificate-modal-nikan p{

    font-size:16px;
    color:#000;
    padding:1.5rem;
    border:1px solid #bfa888;
    border-radius:10px;
    line-height:normal;
    margin:0;
    font-weight:100;
    
}



.whole-fill-divertsity-class img{
    
    width:80px;
    height:80px;
    border-radius:50%;
}

.whole-fill-divertsity-class .diversity-icon-brown span{
    
    width:120px;
    height:120px;
    display:flex;
    align-items:Center;
    justify-content:center;
    margin:auto;
}





.extra-video-simpleblog-article-nikan{
    
    width:100%;
    position:relative;
    margin-top:45px;
}


.extra-video-simpleblog-article-nikan video{
    
    width:100%;
    height:100%;
    display:block;
    margin:0;
    border-radius:5px;
}




.sidebar-added-icon-arrow{
    
    overflow:visible;
}


.side_menu_wrapper{
    width:100%;
    height:100%;
    overflow-y:scroll;
    scrollbar-width:none;
}
.side_menu_wrapper::-webkit--scrollbar{
    display:none;
}
.sidebar-added-icon-arrow .btn-close-sidemenu{
    
    width: 40px;
    cursor:pointer;
    height: 40px;
    background:#ffffffe6;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    left: -40px;
    right: auto;
    top: 0;
    margin: 0;
}


.sidebar-added-icon-arrow .btn-close-sidemenu i{
    
    transition:all .3s;
    transform:rotate(180deg);
}

.sidebar-added-icon-arrow.active .btn-close-sidemenu i{
    
    transform:None;
}

.sidebar-added-icon-arrow.active .btn-close-sidemenu{
    
    left:-40px;
}



.w100-stickyblog-column{
    
    width:100%;
    position:sticky;
    top:1.5rem;
}



.nikan-innerblog-related-products .simple-blog-product{
    
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    padding:7.5px 0;
    border-top:1px solid #EEE;
    
}

/*.nikan-innerblog-related-products .simple-blog-product:nth-child(1){*/
    
/*    padding-top:0;*/
    /*border-top:0;*/
/*}*/



.nikan-innerblog-related-products .product-layout .col-lg-12:last-child .simple-blog-product{
    
    padding-bottom:0;

}


.nikan-innerblog-related-products .product-layout .col-lg-12:first-child .simple-blog-product{
    
    padding-top:0;
    border-top:0;
}

.nikan-innerblog-related-products .simple-blog-product .image{
    
    width:70px;
    margin-left:10px;
}

.nikan-innerblog-related-products .simple-blog-product .image img{
    
    width:100%;
    height:100%;
    border-radius:2px;
}


.nikan-innerblog-related-products .simple-blog-product .caption a{
    
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    z-index: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-decoration: none;
}




.so-category-nikan-margin-for-extra-divs{
    
    margin:60px 0 !important;
}




.nikan-geo-branches .default-title-nikan{
    
    margin:0 !important;
}




.nikan-introduce-members-module-main-page-nikan .swiper {
      width: 100%;
      height: 100%;
      padding-bottom:7.5rem;
    }

.nikan-introduce-members-module-main-page-nikan .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      transition:all .75s;
      /*transition:all .3s ease;*/
      /*display: flex;*/
      transform:TranslateZ(0) scale(.7) !important;
      /*justify-content: center;*/
      /*flex-direction:column;*/
      /*align-items: center;*/
    }

.nikan-introduce-members-module-main-page-nikan .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.nikan-introduce-members-module-main-page-nikan .swiper {
      margin-left: auto;
      margin-right: auto;
    }



.nikan-introduce-members-module-main-page-nikan{
    
    padding:120px 0 60px 0;
}

.nikan-introduce-members-module-main-page-nikan .swiper-slide .video-data-personel-jc-sbetween{
    
    display: Flex;
    align-items: Center;
    justify-content: space-between;
    margin-top:1.5rem;
}




.nikan-introduce-members-module-main-page-nikan .swiper-slide .video-data-personel-jc-sbetween div{
    
    border-right: 3px solid #bfa888;
    padding-right: .75rem;
}


.nikan-introduce-members-module-main-page-nikan .swiper-slide .video-data-personel-jc-sbetween div span{
    
    font-weight: 600;
    color: #000;
    font-size: 20px;
}


.nikan-introduce-members-module-main-page-nikan .swiper-slide video{
    
    width: 100%;
    /*height: 100%;*/
    display: block;
}



.nikan-introduce-members-module-main-page-nikan .swiper-slide-next{
    
    
    transition:all .75s;
    transform:translateZ(0) scale(1) !important;
}



.nikan-simple-blog-inner-page-gallery-module .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-simple-blog-inner-page-gallery-module .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      padding:10px;
      border:1px solid #bfa888;
      justify-content: center;
      align-items: center;
    }

.nikan-simple-blog-inner-page-gallery-module .swiper-slide img {
      display: block;
      width: 100%;
      margin:0;
      height: 100%;
      object-fit: cover;
    }

.nikan-simple-blog-inner-page-gallery-module .swiper-slide video{
    
    display:block;
    width:100%;
    height:100%;
}

.nikan-simple-blog-inner-page-gallery-module .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }



.nikan-simple-blog-inner-page-gallery-module{
    
    position:relative;
    margin-top:60px;
}




.nikan-simple-blog-inner-page-gallery-module .swiper-wrapper{
    
    align-items:Center;
}






.intern-module-section-all-keeper{
    
    position:Relative;
    margin-top:85px;
    padding:60px 0;
}



.intern-module-section-all-keeper .hero-page-title-forms{
    
    color:#bfa888;
    font-weight:bold;
    line-height:Normal;
    margin:1.5rem 0;
    text-align:center;
    font-size:28px;
}


.whole-form-border-line-seperate-lines{
    
    width:100%;
    padding:1.5rem;
    border:1px solid #bfa888;
    border-radius:3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.intern-module-section-all-keeper .jcent{
    
    justify-content:Center;
}



.whole-form-border-line-seperate-lines p{
    
    font-size:24px;
    margin:0 0 1.5rem 0;
    line-height:Normal;
    font-weight:bold;
    color:#000;
    text-align:center;
}

.whole-form-border-line-seperate-lines p:last-child{
    
    margin:0;
}



.whole-form-border-line-seperate-lines form{
    
    width:100%;
    display:flex;
    flex-wrap:wrap;
    margin-right:0;
    margin-left:0;
    height:100%;
    margin-top:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid #bfa888;
}


.form-div-one-by-one{
    
    width:100%;
    margin:0 0 1.5rem 0;
}



.full-width-form-xl10{
    
    width:100%;
    padding:10px;
    border:1px solid #bfa888;
    border-radius:3px;
    outline:none;
    box-shadow:none;
    margin:0;
    color:#000;
    font-size:15px;
    font-weight:Bold;
}



.strong-full-width-label{
    
    width:100%;
    display:block;
    margin:0 0 10px 0;
    color:#000;
    font-size:18px;
    font-weight:Bold;
    
}



.flex-one-by-one{
    
    flex-wrap:wrap;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
}


.flex-one-by-one div{
    
    margin-left:1.5rem;
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    
}


.flex-one-by-one div span{
    
    font-size:15px;
    color:#000;
    font-weight:bold;
    margin-left:15px;
    display:inline-block;
}


.same-tabel-fix-forms-nikan{
    width:100%;
    text-align:center;
}



.dot-form-on-by-one{
    
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
}


.dot-form-on-by-one input{
    
    text-align:center;
    padding:10px;
    border:0;
    width:fit-content;
    border-radius:3px;
    outline:none;
    box-shadow:none;
    color:#000;
    font-size:15px;
    font-weight:Bold;
    display:block;
    margin:0 10px;
}



.form-div-one-by-one-center-content{
    
    margin-top:3rem;
    text-align:center;
}



.form-div-one-by-one-center-content button{
    
    background:Transparent !important;
    border:0 !important;
    outline:none !important;
}





.modal-moshavere-form{
    
    padding:1.5rem;
    border:1px solid #bfa888;
    border-radius:5px;
    width:100%;
    max-width:70%;
    margin:auto;
    
}

.modal-moshavere-form .form-keeper{
    
    margin-bottom:1.5rem;
}

.modal-moshavere-form .form-keeper:last-child{
    
    margin:0;
}


.modal-moshavere-form .form-keeper label{
    
    display:block;
    font-size:15px;
    color:#000;
    font-weight:bold;
    margin:0 0 15px 0;
}

.modal-moshavere-form .form-keeper input{
    
    width:100%;
    padding:10px;
    border-radius:0;
    border:0 !important;
    outline:none !important;
    text-align:right;
    box-shadow:none !important;
    border-bottom:1px solid #bfa888 !important;
}

.modal-moshavere-form .form-keeper button{
    
    background:Transparent !important;
    border:0 !important;
    box-shadow:none !important;
    outline:none !important;
    display:block;
    width:fit-content;
    margin:auto;
    
}



.hero-image-heading-pages-nikan-inner-documents{
    
    width:100%;
    height:100%;
}




.pictures-showcase-swiper2{
    
    padding:1.5rem;
}



.class-bimeh-sharh{
    
    display:none;
}


.class-bimeh-sharh.show{
    
    display:block;
}



.man-gender-form{
    
    display:none;
}

.man-gender-form.show{
    
    display:flex;
}


.kindofmoafiyat{
    
    display:none;
}


.kindofmoafiyat.show{
    
    display:block;
}



.mahkoomiyat{
    
    display:none;
}

.mahkoomiyat.show{
    
    display:block;
}




/*pictures modal css styles*/

/*#myModalpicturesnikan {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 100000;*/
/*  padding-top: 100px;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*  background-color: black;*/
/*}*/

/* Modal Content */
/*#myModalpicturesnikan .modal-content {*/
/*  position: relative;*/
/*  background-color: transparent;*/
/*  margin: auto;*/
/*  padding: 0;*/
/*  width: 90%;*/
/*  max-width: 1200px;*/
/*}*/

/* The Close Button */
/*#myModalpicturesnikan .close {*/
/*  color: #bfa888;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 25px;*/
/*  font-size: 50px;*/
/*  font-weight: bold;*/
/*}*/


/*#myModalpicturesnikan .mySlides {*/
/*  display: none;*/
/*}*/


/*#myModalpicturesnikan .mySlides img{*/
    
/*    display:block;*/
/*    margin:auto;*/
/*    height:100%;*/
/*    max-height:550px;*/
/*    max-width:900px;*/
/*    width:100%;*/
/*}*/

/*#myModalpicturesnikan .cursor {*/
/*  cursor: pointer;*/
/*}*/

/* Next & previous buttons */
/*#myModalpicturesnikan .prev,*/
/*#myModalpicturesnikan .next {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: auto;*/
/*  padding: 16px;*/
/*  margin-top: -50px;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  font-size: 20px;*/
/*  transition: 0.6s ease;*/
/*  border-radius: 0 3px 3px 0;*/
/*  user-select: none;*/
/*  -webkit-user-select: none;*/
/*}*/

/* Position the "next button" to the right */
/*#myModalpicturesnikan .next {*/
/*  text-decoration:none;    */
/*  left: 0;*/
/*  border-radius: 3px 0 0 3px;*/
/*}*/

/*#myModalpicturesnikan .next svg{*/
    
/*    height: 45px;*/
/*    width: auto;*/
/*    stroke: #bfa888;*/
/*    fill: none;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/


/*#myModalpicturesnikan .next svg poliyline{*/
    
/*    stroke-width:1px;*/
/*}*/


/*#myModalpicturesnikan .prev svg poliyline{*/
    
/*    stroke-width:1px;*/
/*}*/


/*#myModalpicturesnikan .prev svg{*/
    
/*    height: 45px;*/
/*    width: auto;*/
/*    stroke: #bfa888;*/
/*    transform:rotate(180deg);*/
/*    fill: none;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

/*#myModalpicturesnikan .prev {*/
/*  text-decoration:none;    */
/*  right: 0;*/
/*  border-radius: 3px 0 0 3px;*/
/*}*/


/* Number text (1/3 etc) */
/*#myModalpicturesnikan .numbertext {*/
/*  color: #fff;*/
/*  font-size: 50px;*/
/*  font-weight:bold;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  line-height:1;*/
/*}*/




/*.demo {*/
/*  opacity: 0.6;*/
/*}*/

/*.active,*/
/*.demo:hover {*/
/*  opacity: 1;*/
/*}*/

/*img.hover-shadow {*/
/*  transition: 0.3s;*/
/*}*/

/*.hover-shadow:hover {*/
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*}*/

/*pictures modal css styles*/







.article-category-page-inner-section-video .col-lg-12{
    
    padding:0;
}


.blog-all-page-tags-class a{
    
    color:#000 !important;
}



.blog-category-page-style-for-blogs .blog-in-tabs-img img{
    
    width:100%;
    height:auto;
}



.blog-category-page-style-for-blogs .blog-in-tabs-design-1:after{
    
    right:15px;
    bottom:15px;
}



.blog-category-page-style-for-blogs .blog-in-tabs-design-1:before{
    
    left:15px;
    top:15px;
}


.blog-category-page-style-for-blogs .blog-in-tabs-body h3 a{
    
    font-size:15px;
    padding:0 40px;
}


.pagination-simpleblog-category-nikan{
    
    display:flex;
    align-items:Center;
    justify-content:center;
    margin-top:60px !important;
}




.pagination-simpleblog-category-nikan ul{
    
    padding:0;
}

.pagination-simpleblog-category-nikan ul li.active{
    
    border-color:#bfa888 !important;
    
}

.pagination-simpleblog-category-nikan ul li{
    
    width:35px;
    height:35px;
    border:1px solid #000;
    margin:0 5px;
}


.pagination-simpleblog-category-nikan ul li a{
    
    color:#000;
    font-size:18px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-weight:bold;
}


.pagination-simpleblog-category-nikan ul li span{
    
    color:#000;
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

/**/
/**/
/**/
/**/






.pagination-class-parent-category-nikan-product{
    
    display:flex;
    align-items:Center;
    justify-content:center;
    margin-top:60px !important;
}




.pagination-class-parent-category-nikan-product ul{
    
    padding:0;
}

.pagination-class-parent-category-nikan-product ul li.active{
    
    border-color:#bfa888 !important;
    
}

.pagination-class-parent-category-nikan-product ul li{
    
    width:35px;
    height:35px;
    border:1px solid #000;
    margin:0 5px;
}


.pagination-class-parent-category-nikan-product ul li a{
    
    color:#000;
    font-size:18px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-weight:bold;
}


.pagination-class-parent-category-nikan-product ul li span{
    
    color:#000;
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}




.col-footer-kkz-number1 a{
    
    width:100%;
    display:block;
    text-align:center;
    
}




.new-class-name-for-category-filters .project-filter-right-side ul li{
    
    align-items:flex-start !important;
    justify-content:flex-start !important;
}


.project-filter-right-side ul li .content-filter-nikan-so-module .so-option-container label{
    
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color:#000;
}



/*use page information css*/



.nikan-information-use-page-section-number1{
    
    position:relative;
    width:100%;
    margin:60px 0;
}



.nikan-information-use-page-section-number1 .swiper {
      width: 100%;
      height: 100%;
    }

.nikan-information-use-page-section-number1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.nikan-information-use-page-section-number1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.nikan-information-use-page-section-number1 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:6rem;
    }






.nikan-information-use-page-section-number2{
    
    position:relative;
    width:100%;
    padding:120px 0;
    text-align:center;
    border-top: 1px solid #bfa888;
    border-bottom: 1px solid #bfa888;
}



.nikan-information-use-page-section-number2 p{
    
    font-size:20px;
    color:#000;
    font-weight:bold;
    margin:0 0 1.5rem 0;
    line-height:normal;
}



.nikan-information-use-page-section-number2 .fa-quote-right{
    
    position:absolute;
    top:1.5rem;
    right:3rem;
    opacity:.3;
    color:#bfa888;
    font-size:150px;
}

.nikan-information-use-page-section-number2 .fa-quote-left{
    
    position:absolute;
    bottom:1.5rem;
    left:3rem;
    opacity:.3;
    color:#bfa888;
    font-size:150px;
}






.nikan-information-use-page-section-number3{
    
    position:Relative;
    width:100%;
    padding:60px 0;
}

.nikan-information-use-page-section-number3 .row{
    
    justify-content:center;
}

.nikan-information-use-page-section-number3 img{
    
    width:100%;
}


.nikan-information-use-page-section-number4{
    
    width:100%;
    padding:60px 0;
    position:Relative;
}


.submit-customer-shekayat{
    
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #bfa888;
}





.shekayat-form-parent{
    
    margin-top:3rem !important;
    margin-bottom:3rem !important;
    justify-content:center;
}


.form-keeper-shekayat{
    
    width:100%;
    margin-bottom:3rem;
    position:relative;
}


.form-keeper-shekayat:last-child{
    
    margin:0;
}

.form-keeper-shekayat input{
    
    width:100%;
    border:0 !important;
    border-bottom:2px solid #bfa888 !important;
    transition:.2s;
    margin:0;
    text-align:right;
    outline:none;
    box-shadow:none;
    color:#000 !important;
    height:40px;
    background:#FFF;
    border-radius:0;
}

.form-keeper-shekayat input:Focus{
    
    border-color:#bfa888 !important;
}


.form-keeper-shekayat textarea{
    
    width:100%;
    border:0 !important;
    border-bottom:2px solid #bfa888 !important;
    transition:.2s;
    margin:0;
    text-align:right;
    outline:none;
    box-shadow:none;
    background:#FFF;
    color:#000 !important;
    border-radius:0;
}

.form-keeper-shekayat textarea:Focus{
    
    border-color:#bfa888 !important;
}



.form-keeper-shekayat i{
    
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    color:#bfa888;
    font-size:25px;
}

.form-keeper-shekayat div{
    
    position:Relative;
    width:100%;
}


.form-keeper-shekayat label{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    color:#000;
    font-size:16px;
    font-weight:Bold;
}


.form-keeper-shekayat input[type=checkbox]{
    
    width:30px;
    height:30px;
    cursor:pointer;
}



.flex-checkbox-round-4{
    
    width:100%;
    height:40px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}

.flex-checkbox-round-4 div{
    
    width:50%;
    display:flex;
    align-items:Center;
    
}

.flex-checkbox-round-4 span{
    
    font-size:17px;
    color:#000;
    font-weight:Bold;
    margin-right:10px;
}


.form-keeper-shekayat select{
    
    width:100%;
    border:1px solid #bfa888 !important;
    border-radius:3px;
    height:40px;
    margin-top:1.5rem;
    outline:None !important;
    
}


.mleft-1-5-form{
    
    margin-left:1.5rem;
}


.mright-1-5-form{
    
    margin-right:1.5rem;
}



.form-keeper-shekayat label i{
    
    font-size:25px;
    color:#bfa888;
    position:unset;
    transform:none;
}


.code-peygiri-shekayat-ptag{
    
    text-align:center;
    font-size:20px;
    color:#000;
    font-weight:bold;
    margin:0 0 3rem 0;
}




.nikan-information-use-page-section-number5 .row{
    
    justify-content:Center;
}


.form-keeper-shekayat-peygiri{
    
    position:relative;
    display:Flex;
    align-items:Center;
    justify-content:center;
    flex-direction:column;
    width:100%;
}


.form-keeper-shekayat-peygiri input{
    
    width:100%;
    border:0 !important;
    border-bottom:2px solid #bfa888 !important;
    transition:.2s;
    margin:0;
    text-align:right;
    outline:none;
    box-shadow:none;
    color:#000 !important;
    height:40px;
    background:#FFF;
    border-radius:0;
    
}

.form-keeper-shekayat-peygiri button{
    
    border:0 !important;
    background:Transparent !important;
    margin-top:3rem;
    
}


.form-keeper-shekayat-peygiri div{
    
    width:100%;
    position:Relative;
}


.form-keeper-shekayat-peygiri i{
    
    color:#bfa888;
    position:absolute;
    font-size:25px;
    left:0;
    top:50%;
    transform:translateY(-50%);
}


.nikan-information-use-page-section-number6 .row{
    
    justify-content:Center;
}

.nikan-information-use-page-section-number6{
    
    margin:60px 0;
}

.nikan-information-use-page-section-number6 ul{
    
    margin:0;
    padding:0;
    width:100%;
}


.nikan-information-use-page-section-number6 ul li{
    
    font-size:17px;
    line-height:normal;
    color:#000;
    font-weight:bold;
    margin-bottom:1.5rem;
    list-style-type:decimal;
}




.nikan-project-showcase-section-4 .pos-relative-col-left img{
    
    width:100%;
}




.margin-swiper-gallery{
    
    margin-bottom:60px;
}





.parallax-first-section-main-page{
    
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    padding:50px;
    align-items:Center;
    justify-content:Center;
    min-height:400px;
}


.numbers-parallax{
    
    background:#FFF;
    width:100%;
    height:300px;
    display:Flex;
    align-items:Center;
    justify-content:center;
    flex-direction:column;
    position:relative;
    z-index:2;
}


.parallax-attachment-fix-itself{
    
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1;
    background-size:contain;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:100% 100%;
}





.nikan-project-about-us-section .about-col-numbers .numbers-parallax{
    
    height:100%;
    display:flex;
    align-items:Center;
    justify-content:Center;
    width:100%;
    /*border-radius:7.5px;*/
}


.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg{
    
    width:100%;
    /*height:100%;*/
    /*height:390px;*/
    height:300px;
    /*border-radius:7.5px;*/
    position:relative;
    z-index:3;
}



.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg .base{
    
    fill:#FFF;
    width:100%;
    height:100%;
}


.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg mask{
    
    width:100%;
    height:100%;
}


.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg mask .coming-alpha{
    
    fill:#FFF;
    width:100%;
    height:100%;
}

.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg mask .number{
    
    font-size:160px;
    text-align:center;
    font-family:system-ui;
    font-weight:700;
}


.nikan-project-about-us-section .about-col-numbers .numbers-parallax svg mask .title{
    
    font-size:50px;
    font-weight:700;
    text-align:center;
}

.nikan-project-about-us-section .about-col-numbers .numbers-parallax:before{
    
     
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.3;
    z-index:1;
    /*border-radius:20px;*/
    
}



.search-header form.show .qodef-custom-side-area-close{
    
    top:50% !important;
    transform:TranslateY(-50%) !important;
    z-index:333;
}





/*use page information css*/



.actitem{
    display:none !important;
}



#multi-step-form{
    
    overflow-x:hidden;
    border-top:0 !important;
}





.intern-module-section-all-keeper .step-container {
    position: relative;
    width:80%;
    margin:auto;
    text-align: center;
    transform: translateY(-43%);
}


.intern-module-section-all-keeper .progress-bar{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color:#FFF;
    text-align: center;
    white-space: nowrap;
    background-color:#bfa888;
    transition: width .6s ease;
}


.intern-module-section-all-keeper .step-circle {
   
    border-radius: 5px;
    background-color: #fff;
    /*border: 2px solid #bfa888;*/
    line-height: 30px;
    font-weight: bold;
    display: flex;
    /*padding:15px;*/
    align-items: center;
    flex-direction:column;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}




.news-style-formstep-form-nikan{
    
    padding-top:5rem;
}



.btn-designed-form{
    
    border:1px solid #bfa888;
    outline:none !important;
    box-shadow:None !important;
    background:#FFF;
    color:#000;
    font-size:16px;
    font-weight:bold;
    width:auto !important;
    padding:12px 24px;
    border-radius:5px;
    margin-left:1.5rem;
}


.news-style-formstep-form-nikan .step.row{
    
    margin-right:0;
    margin-left:0;
}



.hr-sec1-rownumber2 .swiper {
      width: 100%;
      height: 100%;
    }

.hr-sec1-rownumber2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;

}


.hr-sec1-rownumber6 .swiper-slide div{
    
    width:50%;
    height:100%;
}

.hr-sec1-rownumber2 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.hr-sec1-rownumber2 .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:6rem;
      margin-top:3rem;
    }




.box-vertical-inside-swiper-hire-section{
    
    position:relative;
    border-radius:5px;
    background:#bfa888;
    padding:15px;
    text-align:right;
    display:flex;
    align-items:Center;
    min-height:125px;
    justify-content:space-between;
}


.box-vertical-inside-swiper-hire-section span{
    
    width:80px;
    height:80px;
    background:#FFF;
    display:flex;
    align-items:Center;
    justify-content:center;
    border-radius:50%;
    color:#000;
    font-size:40px;
    font-family:system-ui;
    font-weight:bold;
    margin-left:15px;
}


.box-vertical-inside-swiper-hire-section div{
    
    width:calc(100% - 95px);
}


.box-vertical-inside-swiper-hire-section div h1{
    
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: normal;
}


.box-vertical-inside-swiper-hire-section div p{
    
    color: #FFF;
    font-size: 17px;
    margin: 0;
    line-height: 1.2;
}


.under-title-center-ptag-hire-sec{
    
    text-align:center;
}

.hr-sec1-rownumber3{
    
    margin-top:50px !important;
}



.gallery-section-taki-product-styles{
    
    position:Relative;
    padding:60px 0;
}

.gallery-section-taki-product-styles .swiper-slide{
    
    height:auto;
}

.gallery-section-taki-product-styles .swiper{
    
    height:Auto;
}

.gallery-section-taki-product-styles .swiper-slide img,video{
    
    height:auto;
}







.gallery-section-taki-product-styles .margin-swiper-gallery:last-child{
    
    margin-bottom:0;
}



.main-content-search-nikan-result{
    
    padding:60px 0;
    margin-top:55px;
}




.search-pro-result-nikan-pagination{
    
    display: flex;
    align-items: Center;
    justify-content: center;
    margin-top: 60px !important;
}


.search-pro-result-nikan-pagination ul{
    
    padding:0;
}


.search-pro-result-nikan-pagination ul li{
    
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    margin: 0 5px;
}



.search-pro-result-nikan-pagination ul li span{
    
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}



.search-pro-result-nikan-pagination ul li a{
    
    color: #000;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.search-pro-result-nikan-pagination ul li.active{
    
    border-color:#bfa888 !important;
}



.no-search-result-nikan-text{
    
    text-align:center;
    height:calc(100vh - 205px);
    width:100%;
    display:flex;
    align-items:Center;
    justify-content:Center;
    font-size:35px;
    color:#000;
    font-weight:Bold;
}

.nikan-project-header .container-fluid .row .left-header-flex .dropdown-menu{
    
    display:none !important;
}


.hire-proccess-col-xl video{
    
    width:100%;
    height:fit-content;
    border-radius:5px;
    margin-top:50px;
    display:block;
}


.hr-sec1-rownumber4 .swiper {
      width: 100%;
      height: 100%;
    }

.hr-sec1-rownumber4 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.hr-sec1-rownumber4 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.hr-sec1-rownumber4 .swiper {
      margin-left: auto;
      padding-bottom:5rem;
      margin-right: auto;
    }


.swiper-prof-day-inner{
    
    width:100%;
    height:100%;
    overflow:hidden;
    display:Flex;
    align-items:center;
    justify-content:space-between;
}



.swiper-prof-day-inner div{
    
    width:50%;
}


.swiper-prof-day-inner div:nth-child(1){
    
    padding:0 0 0 25px;
    text-align:right;
    
}



.swiper-prof-day-inner div:nth-child(1) h1{
    
    color:#000;
    font-size:25px;
    font-weight:Bold;
    margin:0 0 1.5rem 0;
    line-height:normal;
}



.swiper-prof-day-inner div:nth-child(1) p{
    
    color:#000;
    font-weight:100;
    margin:0;
    line-height:Normal;
    font-size:16px;
}


.like-blog-main-page-section-mdl-blog{
    
    width:100%;
    position:Relative;
    height:100%;
    overflow:Hidden;
}



.like-blog-main-page-section-mdl-blog:before{
    
    position: absolute;
    content: '';
    border: 3px solid #fff;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04, 1.08);
    -moz-transform: scale(1.04, 1.08);
    -webkit-transform: scale(1.04, 1.08);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}


.like-blog-main-page-section-mdl-blog img{
    
    width:100%;
    height:100%;
}




.like-blog-main-page-section-mdl-blog .like-blog-main-page-content{
    
    position: absolute;
    bottom: 0;
    text-align:right;
    right: 0;
    padding: 0 35px 35px;
    z-index: 3;
    width: 100%;
}





.like-blog-main-page-section-mdl-blog .like-blog-main-page-content .like-blog-date{
    
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #bfa888;
    margin: 0 0 0 0;
    display: inline-block;
    padding: 10px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    font-weight: 600;
}


.like-blog-main-page-section-mdl-blog .like-blog-main-page-content .like-blog-date:After{
    
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12px;
    border-color: #bfa888 transparent transparent transparent;
    top: 0;
    left: -12px;
}

.like-blog-main-page-section-mdl-blog:hover .like-blog-date{
    
    opacity:1;
    visibility:visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}



.like-blog-main-page-section-mdl-blog .like-blog-main-page-content h3{
    
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}


.like-blog-main-page-section-mdl-blog .like-blog-main-page-content a{
    
    text-decoration: none;
    transition: all .3s linear;
    color: #fff;
    line-height: 1.5;
}


.like-blog-main-page-section-mdl-blog .like-blog-main-page-content .nikan-default-btns-brown-color-white{
    
    padding-top:10px;
    padding-bottom:10px;
    color:#FFF !important;
}


.like-blog-main-page-section-mdl-blog:hover:before{
    
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


.hr-sec1-rownumber6 .swiper{
    
    padding-bottom:115px;
}


.hr-sec1-rownumber6 .swiper-slide div:nth-child(2){
    
    padding:0 30px;
    text-align:right;
    height:auto !important;
}




.swiper-controls-thumb-gallery-hr-page{
    
    position: absolute;
    left: 0;
    bottom: 25px;
    right:Auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: auto;
    padding:0 30px;
}



.swiper-controls-thumb-gallery-hr-page .swiper-btn{
    
    position:unset !important;
    margin:0 !important;
}



.jabinja-ponisha-column{
    
    display:flex;
    align-items:Center;
    justify-content:space-between;
    margin-top:60px !important;
}


.jabinja-ponisha-column p{
    
    font-size:18px;
    font-weight:Bold;
    line-height:normal;
    margin:0;
    color:#000;
}


.jabinja-ponisha-column img{
    
    width:100px;
    height:100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:5px;
}

.jabinja-ponisha-column div{
    
    width:50%;
}



.jabinja-ponisha-column div:nth-child(2){
    
    display:flex;
    align-items:Center;
    justify-content:flex-end;
}


.jabinja-ponisha-column div:nth-child(2) a{
    
    margin-top:0 !important;
    margin-right:1.5rem;
}






.hr-sec1-rownumber8 .swiper {
      width: 100%;
      height: 100%;
    }

.hr-sec1-rownumber8 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      transition:.5s;
      opacity:.5;
}

.hr-sec1-rownumber8 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.hr-sec1-rownumber8  .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:100px;
      position:relative;
      overflow:hidden;
    }



.hr-sec1-rownumber8 .swiper-slide-next{
    
    opacity:1;
    transform:translateZ(0) scale(1.15);
}


.position-relative-catalog-hr{
    
    position:Relative;
    overflow:hidden;
    padding-top:60px;
    padding-bottom:60px;
}


.position-relative-catalog-hr img{
    
    position: absolute;
    top: 50%;
    right: 50%;
    opacity:1;
    width:100%;
    height:100%;
    transform: translate(50%, -50%);
}

.position-relative-catalog-hr p{
    
    position:relative;
    z-index:3;
}





.newsletter-nikan-hr-right h1 span{
    
    color:#bfa888;
    overflow:hidden;
    animation:typing 5.5s steps(30, end);
    animation-iteration-count:infinite;
    white-space:nowrap;
    display:inline-flex;
    
}



@keyframes typing {
  from { width: 0 }
  to { width: 212px  }
}






.related-projects-taki-mahsul-nikan .swiper {
      width: 100%;
      height: 100%;
    }

.related-projects-taki-mahsul-nikan .swiper-slide {
      text-align: right;
      font-size: 18px;
      background: #fff;
     
    }

.related-projects-taki-mahsul-nikan .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.related-projects-taki-mahsul-nikan .swiper {
      margin-left: auto;
      margin-right: auto;
      padding-bottom:6rem;
      overflow:hidden;
    }


.intern-module-section-all-keeper .step-circle span{
    
    width:50px;
    height:50px;
    display:Flex;
    align-items:Center;
    justify-content:center;
    font-family:system-ui;
    border:3px solid #bfa888;
    border-radius:50%;
    color:#000;
    font-size:18px;
    font-weight:Bold;
}



.intern-module-section-all-keeper .step-circle.active span{
    
    color:#FFF;
    background:#bfa888;
}



.step-container .progress{
    
    position:Absolute;
    right:50%;
    width:100%;
    top:50%;
    z-index:-1;
    transform:Translate(50% , calc(-50% - 3px));
}





.step-names-container-flex{
    
    display:Flex;
    align-items:Center;
    justify-content:space-between;
    width:80%;
    margin:0 auto 40px;
}



.step-names-container-flex p{
    
    margin:0;
    font-size:15px;
    font-weight:bold;
    color:#000;
}

.step-names-container-flex div{
    
    width:33.333%;
}



.step-names-container-flex div:nth-child(1) p{
    
    text-align:right;
}

.step-names-container-flex div:nth-child(2) p{
    
    text-align:center;
}


.step-names-container-flex div:nth-child(3) p{
    
    text-align:left;
}


.hr-section-number1-image-and-video-upload img{
    
    width:100%;
    height:100%;
}





.nikan-hr-page-section-default{
    
    padding:60px 0;
    position:relative;
    overflow:hidden;
}



.reverse-column-for-2ndblog{
    
    display:flex;
    align-items:Center;
    
}


.reverse-column-for-2ndblog:nth-child(2){
    
    flex-direction:row-reverse;
}


.reverse-column-for-2ndblog .pright-3rem-hr{
    
    padding-right:3rem !important;
    padding-left:.75rem !important;
}


.reverse-column-for-2ndblog:nth-child(2) .pright-3rem-hr{
    
    padding-left:3rem !important;
    padding-right:.75rem !important;
}


.reverse-column-for-2ndblog:nth-child(2) .pright-3rem-hr a{
    
    display:none;
}




.position-relative-catalog-hr{
    
    display:flex;
    align-items:Center;
}


.position-relative-catalog-hr p{
    
    font-weight:Bold;
}

.nikan-hr-page-section-default .default-title-nikan{
    
    margin:0 0 100px 0;
}


/*------------------*/
/*------------------*/
/*------------------*/
/*------------------*/
/*------------------*/

.image-comparsion-slider{
    
    padding:0 0 60px 0;
}


.before-after {
  position: relative;
  width: 100%;
  height:600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  direction:ltr;
}

.before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .img.front-img {
  z-index: 1;
  /* Crop half of the front image */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

/* 
SEPERATE -webkit-slider-thumb AND -moz-range-thumb FOR CHROME AND FIREFOX, OTHERWISE RANGE INPUT CUSTOM STYLES DON'T WORK 
*/

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height:600px;
  cursor: pointer;
  background-color: #bfa888;
  border: 1px solid #bfa888;
  border-radius: 0;
}

.slider::-moz-range-thumb {
  -moz-appearance: none;
  width: 15px;
  height:600px;
  cursor: pointer;
  background-color: #bfa888;
  border: 1px solid #bfa888;
  border-radius:0;
}





.take-out-padding-range-slider-before-after{
    
    padding:0 !important;
}






/*.image-comparsion-slider .swiper {*/
/*      width: 100%;*/
/*      height: 100%;*/
/*    }*/

/*.image-comparsion-slider .swiper-slide {*/
/*      text-align: center;*/
/*      font-size: 18px;*/
/*      background: #fff;*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*    }*/

/*.image-comparsion-slider .swiper-slide img {*/
/*      display: block;*/
/*      width: 100%;*/
/*      height: 100%;*/
/*      object-fit: cover;*/
/*    }*/

/*.image-comparsion-slider .swiper {*/
/*      margin-left: auto;*/
/*      margin-right: auto;*/
/*    }*/





.option-input .checkbox__icon .tick{
    
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}


.option-input LABEL{
    
    margin-right:0 !important;
}


.checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}


.opt_active .checkbox__icon .tick{
    
    stroke-dashoffset:0;
}
 


.new-class-name-for-category-filters #btn_resetAll{
    
    width: auto;
    padding: 0 50px;
    display: inline-block;
    margin-top: 50px;
    float: left;
    color: #000 !important;
    font-size: 19px;
    text-align: center;
    font-weight:600;
    line-height:3;
    outline: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    border:0 !important;
    text-decoration: none;
    cursor: pointer;
}


.new-class-name-for-category-filters #btn_resetAll:before{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: "";
    
}


.new-class-name-for-category-filters #btn_resetAll:after{
    
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    border: 3px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 0;
    border-top: 0;
    content: "";
    
}


.new-class-name-for-category-filters #btn_resetAll i{
    
    vertical-align:middle;
    margin-left:10px;
}





.new-class-name-for-category-filters #btn_resetAll:hover:before{
    
    width:100%;
    height:100%;
}

.new-class-name-for-category-filters #btn_resetAll:hover:after{
    
    width:100%;
    height:100%;
}


.nikan-project-activity-history .centerswiper-btns{
    
    display:none;
}

@media screen and (max-width:575px){
    
    
    .custom-pagintaion-nikan-about-page-div-class-parent{
        
        width:100%;
        overflow-x:auto;
        overflow-y:hidden;
        padding-bottom:15px;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns{
        
        display:flex;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns .swiper-button-next{
        
        margin-right:1.5rem;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns .swiper-button-prev{
        
        margin-left:1.5rem;
    }
    
    .custom-pagintaion-nikan-about-page-div-class-parent{
        
        display:none;
    }
    
    .history-nikan-col9-description{
        font-size:15px;
        font-weight:Bold;
        line-height:normal;
        margin:0;
    }
    
}
.history-nikan-col9-description>ol>li{
    text-align:right;
}
    .history-nikan-col9-description>ol>li>a{
        color: #000;
        font-weight:Bold;
        line-height:normal;
        text-decoration:none;
    }

@media screen and (min-width:576px) and (max-width:767px){
    
     .custom-pagintaion-nikan-about-page-div-class-parent{
        
        width:100%;
        overflow-x:auto;
        overflow-y:hidden;
        padding-bottom:15px;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns{
        
        display:flex;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns .swiper-button-next{
        
        margin-right:1.5rem;
    }
    
    
    .nikan-project-activity-history .centerswiper-btns .swiper-button-prev{
        
        margin-left:1.5rem;
    }
    
    .custom-pagintaion-nikan-about-page-div-class-parent{
        
        display:none;
    }
    
    .history-nikan-col9-description{
        
        font-size:15px;
        font-weight:Bold;
        line-height:normal;
        margin:0;
    }
    
}

@media screen and (min-width:768px) and (max-width:991px){
    
    .nikan-project-activity-history .swiper{
        
        height:fit-content !important;
    }
    
    .nikan-project-activity-history .swiper-slide{
        
        height:fit-content !important;
    }
    
    .nikan-project-activity-history .swiper-pagination-custom .swiper-pagination-switch.active .switch-title{
        
        font-size:20px !important;
    }
    
}

@media screen and (min-width:991px) and (max-width:1199px){
    
    
    
}






.whole-popup-hamkari0tejari-nikan{
    
    width:100%;
    position:relative;
}




.whole-popup-hamkari0tejari-nikan img{
    
    margin-bottom:15px;
    margin:auto;
    display:block;
}

.whole-popup-hamkari0tejari-nikan h1{
    
    color:#bfa888;
    font-size:20px;
    font-weight:Bold;
    line-height:normal;
    margin:0 0 15px 0;
    padding-top:15px;
    text-align:center;
    border-top:2px solid #bfa888;
}


.whole-popup-hamkari0tejari-nikan p{
    
    text-align:right;
    font-size:15px;
    line-height:normal;
    margin:0 0 15px 0;
}



.whole-popup-hamkari0tejari-nikan ul{
    
    display:flex;
    align-items:Center;
    justify-content:Flex-start;
    padding:0;
    margin-top:30px;
}


.whole-popup-hamkari0tejari-nikan ul li{
    
    
    list-style-type:none;
}


.whole-popup-hamkari0tejari-nikan ul li a:last-child{
    
    margin:0;
}

.whole-popup-hamkari0tejari-nikan ul li a{
    
    color:#000 !important;
    text-decoration:none;
    font-size:16px;
    margin-left:30px;
    font-weight:Bold;
}



.whole-popup-hamkari0tejari-nikan ul li a i{
    
    font-size:25px;
    vertical-align:middle;
    margin-left:10px;
    color:#bfa888;
}








/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */

/*main page*/
/*main page*/
/*main page*/

@media screen and (max-width:575px){
    
    
    
    .search-header .input-group-btn{
        
        display:block !important;
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
        z-index:2;
        opacity:1;
    }
    
    
    
    .search-header .input-group-btn button{
        
        padding:0;
        all:unset !important;
    }
    
    .search-header .input-group-btn button i{
        
        color:#bfa888;
        font-size:25px;
    }
    
    
    
    .nikan-project-home-slider{
        
        height:300px;
    }
    
    
    .nikan-project-home-slider img{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    .nikan-project-home-slider video{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    .nikan-project-about-us-section .about-col-numbers .counter-outer{
        
        padding:2rem;
    }
    
    
    
    .so-category-nikan-margin-for-extra-divs{
        
        margin:3rem 0 0 0 !important;
    }
    

    .free-cons-border-inner button{
        
        height:auto !important;
        margin:1.5rem 0 !important;
    }
    
    .project-child3-content p{
        
        font-size:25px;
    }
    
    
    .nikan-introduce-members-module-main-page-nikan{
        
        padding:3rem .75rem;
    }
    
    .nikan-introduce-members-module-main-page-nikan .title-margin-bottom{
        
        margin-bottom:2.5rem !important;
    }
    
    .nikan-introduce-members-module-main-page-nikan .swiper-slide{
        
        transform:TranslateZ(0) scale(1) !important;
    }
    
    

    .nikan-introduce-members-module-main-page-nikan .swiper{
        
        padding-bottom:5rem;
    }
    
    
    .nikan-introduce-members-module-main-page-nikan .swiper-slide .video-data-personel-jc-sbetween{
        
        align-items:Flex-start;
    }
    
    .section-testimonials-nikan .swiper-slide{
        
        height:fit-content;
    }
    
    
    .section-testimonials-nikan .swiper-button-next{
        
        bottom:0;
        left:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    .section-testimonials-nikan .swiper-button-prev{
        
        bottom:0;
        right:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    
    .section-testimonials-nikan .swiper{
        
        padding-bottom:5rem !important;
    }
    
    .section-testimonials-nikan .swiper-button-next svg{
        
        width:90px;
        height:auto;
    }
    
    
    .section-testimonials-nikan .swiper-button-prev svg{
        
        width:90px;
        height:auto;
    }
    
    
    
    .section-testimonials-nikan .swiper-slide h1{
        
        font-size:30px !important;
    }
    
    .section-testimonials-nikan .swiper-slide p{
        
        font-size:18px;
        font-weight:bold;
    }
    
    
    
}


@media screen and (min-width:576px) and (max-width:767px){
    
    
    .nikan-project-home-slider{
        
        height:400px;
    }
    
    .nikan-project-home-slider img{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    .nikan-project-home-slider video{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    
    .nikan-project-about-us-section .row{
        
        justify-content:space-between;
    }
    
    
    .so-category-nikan-margin-for-extra-divs{
        
        margin:3rem 0 0 0 !important;
    }
    
    
    .nikan-geo-branches .so-category-nikan-margin-for-extra-divs:nth-child(4){
        
        margin-top:4.5rem !important;
    }
    
    
    .project-child3-content p{
        
        font-size:30px !important;
    }
    
    
    .project-child-img .project-left-border{
        
        left:10px;
        top:10px;
    }
    
    
    .project-child-img .project-right-border{
        
        right:10px;
        bottom:10px;
    }
    
    .parent-row-projects .col-lg-3{
        
        height:Auto;
    }
    
    
    .tablet-distance-topfix{
        
        margin-top:1.5rem !important;
    }
    
    
    
    .nikan-introduce-members-module-main-page-nikan{
        
        padding:4rem .75rem 2rem;
    }
    
    
    
    .nikan-introduce-members-module-main-page-nikan .swiper{
        
        padding-bottom:5rem;
    }
    
    .nikan-introduce-members-module-main-page-nikan .swiper-slide{
        
        transform:TranslateZ(0) scale(1) !important;
        
    }
    
    
    .nikan-introduce-members-module-main-page-nikan .title-margin-bottom{
        
        margin-bottom:2.5rem;
    }
    
    
    
    .section-testimonials-nikan .swiper-slide{
        
        height:fit-content;
    }
    
    
    .section-testimonials-nikan .swiper-button-next{
        
        bottom:0;
        left:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    .section-testimonials-nikan .swiper-button-prev{
        
        bottom:0;
        right:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    
    .section-testimonials-nikan .swiper{
        
        padding-bottom:5rem !important;
    }
    
    .section-testimonials-nikan .swiper-button-next svg{
        
        width:90px;
        height:auto;
    }
    
    
    .section-testimonials-nikan .swiper-button-prev svg{
        
        width:90px;
        height:auto;
    }
    
    
    
    .section-testimonials-nikan .swiper-slide h1{
        
        font-size:30px !important;
    }
    
    .section-testimonials-nikan .swiper-slide p{
        
        font-size:18px;
        font-weight:bold;
    }
    
    
    
}




@media screen and (min-width:768px) and (max-width:991px){
    
    
    .nikan-project-home-slider{
        
        height:450px;
    }
    
    .nikan-project-home-slider img{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    .nikan-project-home-slider video{
        
        width:100%;
        height:100%;
        object-fit:fill;
    }
    
    
    .free-cons-border-inner button{
        
        height:auto;
    }
    
    
    
    .nikan-introduce-members-module-main-page-nikan .swiper-slide{
        
        transform:TranslateZ(0) scale(1) !important;
        
    }
    
    
    .nikan-introduce-members-module-main-page-nikan .title-margin-bottom{
        
        margin-bottom:2.5rem;
    }
    
    
    .section-testimonials-nikan .swiper-button-next{
        
        bottom:0;
        left:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    .section-testimonials-nikan .swiper-button-prev{
        
        bottom:0;
        right:0 !important;
        top:auto;
        height:fit-content !important;
    }
    
    
    .section-testimonials-nikan .swiper{
        
        padding-bottom:5rem !important;
    }
    
    .section-testimonials-nikan .swiper-button-next svg{
        
        width:90px;
        height:auto;
    }
    
    
    .section-testimonials-nikan .swiper-button-prev svg{
        
        width:90px;
        height:auto;
    }
    
    
    
    
    
}


@media screen and (min-width:992px) and (max-width:1199px){
    
    .project-child3-content p{
        
        font-size:30px;
    }
    
    
    .project-child-img .project-right-border{
        
        right:10px;
        bottom:10px;
    }
    
    .project-child-img .project-left-border{
        
        left:10px;
        top:10px;
    }
    
    
    .parent-row-projects .col-lg-3 .project-child3-content a{
        
        padding:0 15px;
        
    }
    
    
    .section-testimonials-nikan .swiper-button-next{
        
        left:0 !important;
    }
    
    
    .section-testimonials-nikan .swiper-button-prev{
        
        right:0 !important;
    }
    
}




/*main page*/
/*main page*/
/*main page*/



/*contact page*/
/*contact page*/
/*contact page*/
/*contact page*/


@media screen and (max-width:575px){
    
    .nikan-inner-pages-heading-design{
        
        height:300px;
    }
    
    
}



@media screen and (min-width:576px) and (max-width:991px){
    
    .nikan-inner-pages-heading-design{
        
        height:400px;
    }
    
}


@media screen and (min-width:992px) and (max-width:1199px){
    
    .nikan-inner-pages-heading-design{
        
        height:450px;
    }
    
}






/*contact page*/
/*contact page*/
/*contact page*/
/*contact page*/




/*projects - category*/
/*projects - category*/
/*projects - category*/
/*projects - category*/


@media screen and (max-width:575px){
    
    
    
    .category-nikan-filters-section-keeper{
        
        padding:0;
    }
    
    .project-filter-right-side{
        
        padding:1.5rem 0 !important;
    }
    
    .new-class-name-for-category-filters .project-filter-right-side ul li{
        
        padding-right:0;
        padding-left:0;
    }
    
    
    .new-class-name-for-category-filters #btn_resetAll{
        
       margin: auto;
       float: none;
       display: block;
       width: fit-content;
    }
    
    
    .pagination-class-parent-category-nikan-product{
        
        margin-top:1.5rem;
    }
    
    
    
    
}



@media screen and (min-width:576px) and (max-width:767px){
    
    .category-nikan-filters-section-keeper{
        
        padding:0;
    }
    
    .project-filter-right-side ul li{
        
        width:50%;
    }
    
    .new-class-name-for-category-filters #btn_resetAll{
        
       margin: auto;
       float: right;
       
    }
    
    .project-simple-data-for-user h1{
        
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    
}



@media screen and (min-width:768px) and (max-width:991px){
    
    
    
    .category-nikan-filters-section-keeper{
        
        padding:0;
    }
    
    .project-filter-right-side ul li{
        
        width:50%;
    }
    
    .new-class-name-for-category-filters #btn_resetAll{
        
       margin: auto;
       float: right;
       
    }
    
    .project-simple-data-for-user h1{
        
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    
    
}



@media screen and (min-width:992px) and (max-width:1199px){
    
    
    .category-nikan-filters-section-keeper{
        
        padding-bottom:1.5rem;
        padding-top:0;
    }
    
    
    .project-filter-right-side ul li{
        
        width:25%;
    }
    
    .new-class-name-for-category-filters #btn_resetAll{
        
        margin-top:1.5rem;
    }
    
    .project-simple-data-for-user h1{
        
        font-size:22px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    
    
    
}




/*projects - category*/
/*projects - category*/
/*projects - category*/
/*projects - category*/


/*product*/
/*product*/
/*product*/
/*product*/

@media screen and (max-width:575px){
    
    
    
    
    .nikan-project-showcase-section-7 .swiper-slide img{
        
        object-fit:unset !important;
    }
    
    
    
    
    
    
    
    
    
    
}


/*product*/
/*product*/
/*product*/
/*product*/


/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */
/*responsive check 5 Shahrivar 1403 */








.row.wrap-flex-class-projects.so-filter-gird .product-layout{
    width: max-content !important;
}



.modal-img{
    width:100%;
    height:500px;
}
@media (max-width: 768px) { 
    .modal-img {
    height: 400px;
    }
    }

@media (max-width: 576px) { 
        .modal-img {
        height: 300px;
    }
    }


.plan_img{
        transition: all .45s linear;
}
.plan_img:hover{
    transform: scale(1.1);
}






.email-footer__btn{
        background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custombtnsearchblog{
    margin-top:20px;
    margin-right:20px;
}

.content_min_max{
    
    
        display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.content_min_max input{
    width:80%;
    float:right;
}

.dsnoneart{
    display:none !important;
}
.input_arrow_icon{
        height: 45px;
    width: 45px;
    stroke: #bfa888;
    fill: none;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg);
    position: relative;
    z-index: 99;
}

.imgfrontbackwrapper{
    gap:60px;
}

.mt-80{
    margin-top:80px;
}
#slider{
        position: relative;
}
#slider::after{
    content:'>';
    right:45%;
}
#slider::before{
    content:'<';
    left:45%;
}
#slider::before,#slider::after{
    font-size: 60px;
    color: #bfa888;
    font-weight: 900;
    position: absolute;
}
.slider-empty::after,.slider-empty::before{
    content:'' !important;
}
.mt-50{
    margin-top:50px;
}
@media (max-width: 992px) { 
#slider::before{
    left:35%;
}
#slider::after{
    right:35%;
}
}
.after-before-wrapper,.after-before__image{
    width:100%;
    height:100%;
}
.blog_svg_active{
    fill:white;
}
.black-wrapper{
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

/*  neshan map   */
.neshan_map{
    height:450px;
}


@media (max-width: 768px){
    .neshan_map{
    height:400px;
}
}
@media (max-width: 576px){
    .neshan_map{
    height:350px;
}
}
/*             */


.meterage_input{
    outline: none !important;
  border: none !important;
  border-bottom: 3px solid #bfa888 !important;
  border-radius: 0 !important;
  width:100% !important;
  padding: 10px;
  margin-bottom:10px;
}
#metrbtn{
  padding: 0 40px;
  color: #000 !important;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  line-height: 3;
  outline: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  white-space: nowrap;
  border: 0 !important;
  text-decoration: none;
  cursor: pointer;
  margin-top:10px;
}
#metrbtn::before{
    position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 25px;
  border: 3px solid #bfa888;
  transition: all 0.5s ease-in-out;
  border-right: 0;
  border-bottom: 0;
  content: "";
}
#metrbtn::after{
    position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 25px;
  border: 3px solid #bfa888;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-top: 0;
  content: "";
}
#metrbtn:hover::before,#metrbtn:hover::after{
    height:100%;
    width:100%;
}