
@font-face {
    font-family: "arial";
    src:
        url("../font/arial.eot") format('eot'),
        url("../font/arial.otf") format('otf'),
        url("../font/arial.ttf") format('truetype'),
        url("../font/arial.woff") format('woff'),
        url("../font/arial.woff2") format('woff2')
}

@font-face {
    font-family: "IranSans";
    src:
        url("../IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot") format('eot'),
        url("../IRANSans/WebFonts/fonts/otf/IRANSansWeb_Bold.ttf") format('otf'),
        url("../IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf") format('truetype'),
        url("../IRANSans/WebFonts/fonts/woff/IRANSansWeb_Bold.woff") format('woff'),
        url("../IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2") format('woff2')
}
@font-face {
    font-family: "IranSans-L";
    src:
        url("../IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot") format('eot'),
        url("../IRANSans/WebFonts/fonts/otf/IRANSansWeb_Light.ttf") format('otf'),
        url("../IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf") format('truetype'),
        url("../IRANSans/WebFonts/fonts/woff/IRANSansWeb_Light.woff") format('woff'),
        url("../IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2") format('woff2')
}

@font-face {
    font-family: "IranSans-fa-num";
    src:
    url("../IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb\(FaNum\)_Medium.eot") format('eot'),
        url("../IRANSans/Farsi_numerals/webFonts/fonts/otf/IRANSans\(FaNum\)_Medium.otf") format('otf'),
        url("../IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb\(FaNum\)_Medium.ttf") format('truetype'),
        url("../IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb\(FaNum\)_Medium.woff") format('woff'),
        url("../IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb\(FaNum\)_Medium.woff2") format('woff2')
}



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: tahoma;
    outline: none;
    font-size: 100%;
}
/* body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: tahoma;
    outline: none;
    font-size: 100%;
   width: 100%;
  
    float: left;
} */


li {
    list-style: none;
}

a {
    text-decoration: none;
}

input{
    /* border: none !important; */
    outline: none !important;
}
#container{
    /* float: left; */
    /* border: 2px solid red; */
    width: 100vh;
   
    display: flex;
    flex-direction: column;
   
}
main{
    float: left;
    width: 100%;
    min-height: 100vh;
    background: white;
    /* border: 1px solid red; */
    position: relative;
    overflow: hidden;
    /* z-index: 10000; */
}
.knm_slider-zout{
    /* border: 2px solid green; */
    /* height: 75vh; */
}
#containerr{
    width: 100%;
    /* margin: 25px 7.5% 100px 7.5%; */
    /* padding: 20px 5px; */
    display: flex;
    /* border: 3px solid red; */
   
    
}



#knm_loading{
    background: white;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .9;
    display: none;

}
.knm_loading-box{
    /* border: 1px solid red; */
    width: 151px;
    height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image:  url("../image/loading.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    direction: ltr;
}
.knm_loading-box>img{
    display: block;
    width: 16.666%;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-animation-name: loading;
    animation-name: loading;
/*    -webkit-animation-duration: 1s;*/
    -webkit-animation-duration: 1.7s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode:backwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
        
    
}

.knm_loading-box>img:nth-of-type(1){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    
}

.knm_loading-box>img:nth-of-type(2){
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.knm_loading-box>img:nth-of-type(3){
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.knm_loading-box>img:nth-of-type(4){
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.knm_loading-box>img:nth-of-type(5){
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}
.knm_loading-box>img:nth-of-type(6){
    text-transform: uppercase;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    
    -webkit-animation-delay: 1.6s;
    
    animation-delay: 1.6s

}

@-webkit-keyframes loading{
    0%{opacity: 0; -webkit-transform: scale(1); transform: scale(1)}
    100%{opacity: 1; -webkit-transform: scale(1.5); transform: scale(1.5)}
}

@keyframes loading{
    0%{opacity: 0}
    100%{opacity: 1}
}



header{
    width: 100%;
    height:auto;
    /* padding: 10px 0; */
    /* border: 5px solid green; */
    display: flex;
    justify-content: center;
   
    /* position: relative; */
    

}
.knm_logo{
    position: absolute;
    width: 180px;
    height: 75px;
    /* border: 1px solid black; */
    top: 35px;
    right: 12.7%;
    background: white;
    z-index: 1000;
    background:white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.knm_logo-link{
   
}
.knm_logo-img{
    display: block;
    width: 130px;
    height: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    /* position: relative; */

}
/* .knm_logo-link::before{
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 30px;
    height: 100%;
    
    background: white;
    z-index: 1000;
    opacity: .5;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
} */
.knm_logo-link:hover .knm_logo-img {
    animation-name: animlogo;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    transform:scale(0) ;
    -webkit-transform:scale(0) ;
    -moz-transform:scale(0) ;
    -ms-transform:scale(0) ;
    -o-transform:scale(0) ;
    opacity: 1;
}

@keyframes animlogo{
    0% { transform:scale(0)  ; -webkit-transform:scale(0)  ; -moz-transform:scale(0)  ; -ms-transform:scale(0)  ; -o-transform:scale(0)  ; opacity: 1;
}

    100% { transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; opacity: 1;
}
}


.knm_top{
    width: 100%;
    height: 100%;
    /* border: 5px solid blue; */
    
    
}


.knm_list-lan-box{
    /* border: 5px solid red; */
    height: 75px;
    border-bottom: 5px solid rgb( 119 , 209 , 209 );
    
    position: relative;
    width: 100%;
    
}
/* .list-lan-box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 79%;
    height: 5px;
    background: rgb( 119 , 209 , 209 );
    
}
.list-lan-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    right:  0;
    width: 10%;
    height: 5px;
    background: rgb( 119 , 209 , 209 )
    
} */
.knm_line{
    display: flex;
    justify-content: space-between;
}
.knm_line>div{
    height: 5px;
    background: rgb( 119 , 209 , 209 );
}
.knm_list-lan{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 10px;
    /* border:2px solid red; */
    width: 100%;
    padding-left: 95px;
}

.knm_list-lan-ul{
    /* border:1px solid green; */
    padding-left: 0% !important;
    margin: 0 auto;
}
.knm_log-sign {
    /* border:1px solid green !important; */
    padding-left: 0% !important;
    margin: 0 auto;
    /* padding-left: 7.9% !important; */
}
.knm_list-lan>li{
    /* padding: 0 5px; */
    
    
}

.knm_list-lan>li>a{
    
    color: rgb(180,180,180);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    height: 100%;
   display: block;
   height: 20px;
    /* background: red; */
}

.knm_list-lan>li:nth-of-type(3)>a,
.knm_list-lan>li:nth-of-type(4)>a{
    font-family: arial;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    padding: 1.5px 7px;
   
}
.knm_list-lan>li:nth-of-type(1)>a,
.knm_list-lan>li:nth-of-type(2)>a{
    font-family: IranSans;
    font-size: 12px;
    text-transform:capitalize;
    letter-spacing: 0px;
    padding:0 7px;
    border-left: 2px solid rgb(180,180,180);
   
   
}
.knm_list-lan>li:nth-of-type(1)>a{
    color:rgb( 119 , 209 , 209 );
  
}
.knm_list-lan>li:nth-of-type(4)>a{
    padding-left: 0;
}
.knm_list-lan>li:nth-of-type(3)>a{
    border-left: 2px solid rgb(180,180,180);
}
.knm_link-top-box{
    height: 55px;
     /* border: 2px solid yellow;  */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-left: 7.7%; */
    padding-left: 102px;
    /* float: left; */
    /* width: 209.5px; */
    /* width: 214px; */
    /* width: 100%; */
    /* display: none; */
    
}
.knm_link-top-box>a{
    display: block;
    
    height: 30px;
    /* border: 1px solid black; */
    text-align: center;
    line-height: 30px;
    font-family: IranSans;
    color: rgb(79,202,217);
    font-size: 17px;
    font-weight: bolder;
}

.knm_slider-box{
    /* height: 500px;  f*/
    float: left;
    /* border: 2px solid yellow; */
    width: 100%;
  
    
  
   
   

}


.splide{
    height: 100%;
    width: 100%;
    direction: ltr;
    /*border: 10px solid blue;
    */
    
  
    
}
.splide__track{
    height: 100%;
    
    /* border: 5px solid green; */
    
    
}
.knm_slider-home .splide__slide{
    width: 100%;
    height: 100%;
    height: 500px;
    
    /* border: 10px solid blue; */
   
    position: relative;
  
    
    
}
.splide__pagination{
   justify-content: flex-start!important;
    margin-bottom: 80px !important;
    /* margin-bottom: 8% !important; f */
    
 
}
.btn>button{
    width: 30px;
    height: 30px;
    background: red;
    margin: 0 5px;


}

.slide-box{
    /* /* width: 100%; 
    height: 100%;
    /* border: 1px solid red;  */
    
}

.splide__slide img {
  
	width : 100%;
    height: 100% !important;
    
 
   
    
    position: absolute;
    top: 0;
    left: 0;
    
}
#image-slider .splide__slide img{
    position: absolute;
    top: 0;
    left: 0;
}
.knm_image-slider-img-link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /* border: 5px solid blue; */
}
.knm_image-slider-img-1-link{
    width: 100%;
    height: 100%;
    /* border: 5px solid red; */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
    /* border: 10px solid blue; */
    
  
}
/* .splide__slide>div{
    display: none;
} */
.knm_image-slider-img-1-link{
    /* opacity: 0;
    visibility: hidden;
    animation-name: opcslide;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s; */

    /* opacity: 0; */

    /* display: none;  */
}
@keyframes opcslide {
    0%{opacity: 0;visibility: hidden;}
    100%{opacity:  1;visibility: visible;}
    
}
/* .knm_image-slider-img-1-link:nth-of-type(1){
    opacity: 0;
  
    animation-name: opcslide;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
.knm_image-slider-img-1-link:nth-of-type(2){
    opacity: 0;
  
    animation-name: opcslide;
    animation-duration: 3s;
    animation-fill-mode: forwards;
} */



.knm_analysis-slider-box{
    height: 408px ;
    width: 100% !important;
    /* border: 10px solid blue; */

    /* height: 80vh !important; */

    

 
       
}
.knm_analysis-slider-box .splide__slide   {
    height: 408px;
    width: 100%;
    /* height: 90% !important; */
    /* height: 60vh !important; */

   
    
   

  
    
}
.knm_analysis-slider-box .splide__slide  img   {
    display: block;
    height:90% !important ;
    height: 358px;
    width: 100%;
    /* position: relative; */

    /* border: 5px solid red; */
    
    
}
.sliderZoom{
    height: 80vh !important;
}
.sliderZoom2{
    height:90vh !important;
}

.analyimgsliderZoom{
    height:50vh !important;
    /* border: 50px solid green; */
}
.analysliderZoom{
    height: 65vh !important;
    /* border: 10px solid blue; */
 
}
.analysliderZoom2{
    height:77vh !important;
    /* border: 10px solid red; */
 
    
}


.knm_image-slider-img-2-link{
    width: 100%;
    height: 100% !important;
    /* border: 5px solid green; */
    position: absolute;
    top: 0;
    left: 0;
    
}
.knm_image-slider-img-2-link,
.knm_image-slider-img-2{
    display: none;
    
}
.knm_analysis-slider-box .splide__pagination{
    margin-bottom: 70px !important;
       
}


.knm_splide-spl-link{
    color: white;
}
.knm_image-slider-img-link{
    /* border: 5px solid red; */
    /* width: 100%;
    height: 100%; */
    /* display: block; */
}
#image-slider .splide__slide .knm_iamge-slider-link{
    position: absolute;
    
    /* width: 515px; */
    left: 32.5%;
    transform: translateX(0);
    height: 68px;
    /* background: rgb( 79 , 202 , 217 ); */
    background: #4fcad9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: visible;
    border-radius:50px ;
    -webkit-border-radius:50px ;
    -moz-border-radius:50px ;
    -ms-border-radius:50px ;
    -o-border-radius:50px ;
    color: rgb(241, 255, 255);
    font-family: IranSans;
    font-size: 26px;
    font-weight: bolder;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}
.knm_slider-home .splide__slide .knm_iamge-slider-link{
    bottom:  5% ;
}
.knm_analysis-slider-box .splide__slide .knm_iamge-slider-link{
    /* top: 318px !important; */
   
   position: absolute;
    bottom: 15px
    /* position: fixed !important; */
    /* margin-top: 318px; */ 
    
}

.knm_iamge-slider-link-analy{
    display: flex;
    height: 68px !important;
    /* background: rgb( 79 , 202 , 217 ); */
    background: #4fcad9;
    border-radius:50px ;
    -webkit-border-radius:50px ;
    -moz-border-radius:50px ;
    -ms-border-radius:50px ;
    -o-border-radius:50px ;
    color: rgb(241, 255, 255);
    font-family: IranSans;
    font-size: 26px;
    font-weight: bolder;
    justify-content: center;
    align-items: center;
    /* margin:  0 auto ; */
    z-index: 100000000000000000;
   position: absolute;
   bottom: -25px;
}



#image-slider .splide__slide .knm_iamge-slider-link:hover{
    background: rgb(224, 255, 255);
    color: rgb( 119 , 209 , 209 );
}
.splide__slide .knm_iamge-slider-link:nth-of-type(2):hover{
    background: rgb(224, 255, 255);
    color: rgb( 119 , 209 , 209 );
}
.linkzoomslider{
    border-radius: 120px !important;
    -webkit-border-radius: 120px !important;
    -moz-border-radius: 120px !important;
    -ms-border-radius: 120px !important;
    -o-border-radius: 120px !important;
}

#contentm{
    /* border: 2px solid red; */
    
    display: flex;
    width: 100%;
    /* height: 100vh */
}
nav{
    
    width: 100%;
    padding: 0 0;
    /* border: 1px solid red; */
    float: left;
}
.knm_nav-box{
    /* border:2px solid green; */
    /* width: 100%; */
    /* padding: 50px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.knm_analy-nav-box{
    padding-bottom: 39px;
    /* border: 10px solid blue; */
    /* width: 86% !important; */
    
}
.knm_nav-box>ul{
    height: auto;
    /* border:5px solid yellow; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    /* align-items: flex-start; */
    

}
.knm_analy-nav-ul{
    justify-content: space-between !important;
    margin-top: 20px;
}
.knm_analy-nav-ul>li{
    height: 44px !important;
    margin: 5px 0 !important;
}
.knm_nav-box>ul>li{
    height: 54px;
    /* background: rgb(224, 255, 255); */
    margin: 13px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, .4); */
    z-index: 10;
}
.active{

    background: rgb( 119 , 209 , 209 ) !important;
    color: white !important;

}
.knm_nav-box>ul>li>a::before{
    content: '';
    position: absolute;
    top:50% ;                                                                         
    right: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    background: rgb( 119 , 209 , 209 );
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
   
}


.knm_nav-box>ul>li:hover a::before{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.knm_nav-box>ul>li>a{
    /* background: rgb(224, 255, 255); */
    background: #eaf8f9;
    display: block;
    width: 100%;
    height: 100%;
    /* color: rgb(79,202,217); */
    color: #4fcad9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bolder;
    font-family: IranSans;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

    position: relative;
    z-index: 2;

    /* background: rgb(224, 255, 255); */
}

/* .bg-color{

    color: rgb(79,202,217);
    background: rgb(224, 255, 255);


}

.click-bg-color{
    background: rgb( 119 , 209 , 209 );
    color: white;
} */


.knm_nav-box>ul>li:hover a{
    color: white;
    /* background: rgb( 119 , 209 , 209 ); */
}


.knm_content{
    /* border: 1px solid red; */
    width: 100%;
    padding: 100px 0 250px 0;
    float: left;
    display: flex;
    justify-content: center;
    position: sticky;
    top:0;
    
    z-index: 10;
}

.knm_content-box{
    /* width: 85%; */
    /* border: 2px solid green; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    

}
.knm_content-box>figure{
    /* padding: 50px; */
    /* border:1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 270px;
    margin: 30px 0;
   
}
.knm_fig-img-box{
    width: 170px;
    height: 170px;
    /*border: 2px solid black;
    *//*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    */overflow: hidden;
    transition:.4s ;
    -webkit-transition:.4s ;
    -moz-transition:.4s ;
    -ms-transition:.4s ;
    -o-transition:.4s ;
    position: relative;
    /*background: rgb( 119 , 209 , 209 );
    */display: flex;
    justify-content: center;
    align-items: center;
}
.knm_fig-img-box:hover{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.knm_fig-img-box>a{
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   position: relative;
   transition:.7s ;
   -webkit-transition:.7s ;
   -moz-transition:.7s ;
   -ms-transition:.7s ;
   -o-transition:.7s ;

   
}
.knm_fig-img-box>a>img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius:50% ;
    z-index: 1;
    /* box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); */
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;

    /* overflow: hidden; */

    
}

.knm_fig-img-box:hover a>img {
   /* transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1); */
}



.knm_fig-img-box>a::before{
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    opacity: 0;
    z-index: 10;
    /* display: none; */
}
.knm_fig-img-box>a:hover::before{
    /* opacity: .4; */
}




.knm_fig-caption{
    width: 90%;
    height: 47px;
    /* border: 1px solid red; */
    /* margin: 50px 0 !important; */
   
   
}
.knm_fig-caption>a::before{
    content: '';
    position: absolute;
    top:50%;
    right: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    background: rgb( 119 , 209 , 209 );
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


.knm_fig-caption>a:hover::before{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.knm_fig-caption>a{
    width: 100%;
    height: 100%;
    background: rgb(224, 255, 255);
    color: rgb( 103 , 193 , 204 );
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: IranSans;
    font-weight: bolder;
    transition:.4s ;
    -webkit-transition:.4s ;
    -moz-transition:.4s ;
    -ms-transition:.4s ;
    -o-transition:.4s ;
    box-shadow: 2px 2px 4px  rgba(0, 0, 0, .4);
    position: relative;
    z-index: 10;
    /* border-top-left-radius:30%; */
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.knm_fig-caption>a:hover{
    
    
    color: white;
}

footer{
    
    width: 100%;
    /* border: 3px solid blue; */
    float: left;
    display: flex;
    justify-content: center;
   z-index: 1;
   position: sticky;
   top: 0;
   background: rgba(208,209,201);
 
    
}
.knm_footer-box{
    width:100%;
    min-height: 270px;
    background: rgba(208,209,201);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red;
     */
    padding-bottom: 10px;
    
    /* flex-wrap: wrap; */
    
    /* box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.527); */
 
}
.hoq{
    /* border: 1px solid red; */
    padding: 10px 20px;
}
.hoq>h6{
    font-family: IranSans-L;
    font-size: 14px;
    color: rgb(39, 39, 39);
}
.knm_footer-box>ul{
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.knm_footer-box-list-2>li{
    width: 90px;
    height: 90px;
    /* border: 1px solid black; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.knm_footer-box-list-2>li>a{
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.knm_footer-box-list-2>li>img{
    display: block;
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.knm_footer-box-list-1{
    /* padding-left: 100px; */
  
}

.knm_footer-box-list-1>li{
    width: 75px;
    height: 75px;
    /* border: 1px solid black; */
    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background:rgb(254,254,254);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20), 0px 0px 4px rgba(0, 0, 0, 0.20);
}

.knm_footer-box-list-1>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 14px; */
    letter-spacing: 1px;
    color: black;
}

.knm_footer-box-list-1>li:hover .knm_social-icon{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    animation-name: socialicon;
    animation-duration: .4s;
    animation-fill-mode: forwards;

   
   
}
.knm_social-icon{
   width: 100%;
   height: 100%;
   /* border: 1px solid red; */
    transition:.4s ;
    -webkit-transition:.4s ;
    -moz-transition:.4s ;
    -ms-transition:.4s ;
    -o-transition:.4s ;

    position: absolute;
    top: 0%;
    left: 0%;

    

 

  
}


@keyframes socialicon{
    0%{left: 100%; opacity: 0;}
    100%{ opacity: 1;  left: 0;}
}
@keyframes socialicon-li{

   
   

}
.knm_footer-box-list-1>li:hover {

    /* border: 7px solid rgb( 119 , 209 , 209 ); */

     animation-name: socialicon-li;
     animation-duration: .4s;
     animation-fill-mode: forwards;
    
}
.knm_footer-box-list-1>li::before{
    content: '';
    position: absolute;
    top:50%;
    right: 50%;
    width: 0%;
    height: 0%;
    /* background: rgba(208,209,201); */
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    opacity: 0;
    /* border:5px solid  red; */
    background: rgba(119, 209, 209, 0.486)
    
}
.knm_footer-box-list-1>li:hover::before{
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    opacity: 1;
  
}
.knm_analysis-center{
    /* border: 2px solid green; */
    display: flex;
    justify-content: flex-end;
}
.knm_analysis-contenet-box{
    width: 100%;
    padding-top: 67px;
    padding-bottom: 200px;
    /* border: 1px solid red; */
    display: flex;
    min-height: 560px;
   
 
}

.knm_analysis-contenet{
    /* border: 2px solid green; */
    /* padding: 50px; */
    
}
.knm_analysis-contenet-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.knm_analy-aside-link-box-p{
    /* border: 1px solid red; */
}
.knm_analysis-contenet-1-p>p{
    font-family: IranSans-L;
    font-size: 12px;
    color: rgb(100,100,100);
    padding:10px 5px 10px 10px;
    line-height:26px;
    margin-right: 23px ;
}
.knm_analy-aside-img>h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IranSans;
    font-size: 20px;
    width: 100%;
    height: 100%;
    font-weight: normal;
    color: rgb(79,202,217);
}


.knm_analysis-contenet-2{
    /* border: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    /* padding-bottom: 50px; */
  
}





.knm_img-box-analy{
    /* height: 380px; */
    /* border: 1px solid black; */
    display: flex;
    justify-content:center;
    position: relative;
    padding-top: 71px;
  
}
/* .knm_img-box-analy>div>.knm_img-box-analy-img{
    display: block;
    border: 2px solid red;
    z-index: 1;
 
   
    height: 100%;
  
} */
.knm_img-box-analy>img{
    display: block;
    /* width: 595px;
    height: 403px; */
  
    /* border: 1px solid blue; */
 
    position: relative;
   z-index: 2;
}





  
  
  

#img-box-analy>map{
    width: 100%;
    height: 100%;
    position: absolute;
    /* border: 5px solid blue; */
    
}

#img-box-analy>map>area{
    display: block;
    
    position: absolute;
    width: 50px;
    height: 50px;
    
    
}


.nav-slide-container {

    /* border:1px solid red; */
    display: flex;
    flex-direction: column;
    
    height: 100%;
    width: 100%;
    
}
.knm_login-sign-out{
    width: 100%;
}
.knm_prof-bx{
    display: flex;
    flex-direction: column;
}


.knm_analy-aside-img{
    width: 280px;
    /* width: 185px; */
    height: 47px;
    /* border: 1px solid black; */
   display: flex;
   
    
}

.knm_analy-aside-img-bg{
    background-image: url("../image/food-titleg-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
 
}
/* .knm_analy-aside-img>a,
.knm_analy-aside-img>a>img
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IranSans;
    font-size: 20px;
    width: 100%;
    height: 100%;
    font-weight: normal;
    color: rgb(79,202,217);
    

} */



.knm_search-box>div{
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
}
.knm_search-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 2px solid blue; */
     /* border: 10px solid rgb(229,229,229); */
}
.knm_analy-aside-search{
    /* border: 10px solid rgb(229,229,229); */
    margin-top: 91px;
    width: 100%;
    min-height: 43px;
    /* background: #000; */
    /* position: relative; */
      /* border: 2px solid blue; */
}
.knm_search-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-right: 5px;
    /* border: 2px solid blue; */
    /* border: 10px solid rgb(229,229,229); */
    border: 10px solid #e6e6e6;
    height: 45px;
    
}
.knm_search-box input::placeholder{
    color: rgb(153, 153, 153);
    font-weight: normal;
    font-size: 10px;
    font-family: IranSans-L;
}


#knm_search-result{
    position: absolute;
    top: 47px;
    /* right: -10px; */
    display: none;
    width: 100% !important;
   
    /* border: 1px solid red; */
}
/* .knm_search-keyup{
  display: block !important;
} */
#knm_search-result>li{
    width:100%;
    /*border: 1px solid blue;
    */padding: 10px 5px;
    background: rgb(229,229,229);
    font-family: IranSans-L;
    font-weight: 700;
    font-size: 13px;
    color: rgb(102,102,102);
    cursor: pointer;
    border-bottom: 1px solid white;
    transition:.4s ;
    -webkit-transition:.4s ;
    -moz-transition:.4s ;
    -ms-transition:.4s ;
    -o-transition:.4s ;
}
#knm_search-result>li:hover{
    background: rgb(224, 255, 255);
    color: rgb(79,202,217);
    font-weight: bolder;
}
.knm_analy-aside-link-box{
    /* border: 1px solid red; */
    width: 280px;
    padding-top: 25px;
    
}
.knm_analy-aside-link-box-p{
    /* border: 1px solid black; */
    width: 95%;
    /* min-height: 83px; */
    font-family: IranSans-fa-num;
    font-size: 12px;
    font-weight: 100 ;
    color: rgb(100,100,100);

    text-align: justify;
}

.knm_analy-aside-link-box-ul{
    /* border: 1px solid blue; */
    
    margin-top: 25px;
    padding-bottom: 25px;
    /* border-right: 3px solid rgb(153,153,153); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 240px;
    /* overflow-y: scroll; */
    direction: ltr;
}
.knm_overflow{
    overflow-y: hidden;
}

.knm_analy-aside-link-box-ul>li{
    /* border: 1px solid black; */
    
    padding: 0px 5px;
    margin-right: 0px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

    border-right: 3px solid rgb(81,201,215);
}
.knm_analy-aside-link-box-ul>li:hover a{
    color: rgb(81,201,215);
   


}
.knm_analy-aside-link-box-ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgb(100,100,100);
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    font-family: IranSans-L;
    
}


.knm_nav-box>ul>li:active{
    background: rgb( 119 , 209 , 209 ) !important
}

.knm_link-top-box-log{
    /* border: 1px solid green; */
    height: 100%;
    /* padding: 10px; */
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 100px;
    /* position: absolute; */
    /* min-height: 55px; */
    float: left;

    position: relative;
    

    /* display: none; */
}



.knm_link-top-box-log-icon{
    padding:5px 7px;
    
    /* border:1px solid red; */
    width: 60px;
    cursor: pointer;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 0px;
    /* z-index: 10000000000; */
}
.knm_link-top-box-log-icon-img{
    width: 30px;
    height: 22px;
}
.knm_link-top-box-log-icon>h6{
    font-size: 10px;
    padding-top: 7px;
    color: #4a5f73;

}
.knm_link-top-box-log-icon-img>img{
    width: 100%;
    height: 100%;
}


.knm_link-top-box-log-content{
    /* border: 3px solid green; */
    width: 220px;
    min-height: 200px;
    background: white;
    z-index: 100000;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 48px;
    display: none;
}

.knm_link-top-box-log-content-list{
    /* border: 1px solid blue; */
    /* min-width: 205px; */
    min-height: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.knm_link-top-box-log-content-list-li{
    /* border: 1px solid blue; */
   /* display: flex; */
   align-items: center;
   padding: 12px 0;
   width: 90%;
   /* min-width: 205px; */
   
   border-bottom: 1px solid rgba(128, 128, 128, 0.151);
}

.knm_link-top-box-log-content-list-li-a{
    display: flex;
    align-items: center;
   
}
.knm_prof-icon{
    /* border: 1px solid blue; */
    width:15% ;
    display: flex;
    justify-content: center;
}

.knm_prof-txt{
    /* border: 1px solid red; */
    width: 80%;
    font-family: IranSans-fa-num;
    font-size: 13px;
    font-weight: 400;
    color: #4a5f73;
}
/* .knm_link-top-box-log-content-list-li{
     border: 1px solid blue;
    display: flex;
    align-items: center;
    padding: 12px 0;
    width: 90%;
    
    border-bottom: 1px solid rgba(128, 128, 128, 0.151);
}

.knm_link-top-box-log-content-list-li h4{
    font-family: IranSans-fa-num;
    font-size: 13px;
    font-weight: 400;
    color: #4a5f73;
    width: 80%;
    padding-right: 2px;
    
}
.knm_link-top-box-log-content-list-li div{
    width: 20%;
    display: flex;
    justify-content: center;
 
}
.knm_link-top-box-log-content-list-li div img{
    width: 25px;
    height: 25px;
    border: 1px solid #4a5f73;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.knm_link-top-box-log-content-list-li-2 div img{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;

    width: 16px;
    height: 16px;
}
.knm_link-top-box-log-content-list-li-2>a{
   display: flex;
   width: 100%;
   
   height: 100%;
}
.knm_link-top-box-log-content-list-li-2>a>div{
   
}
 */



.knm_sign-out{
    border: none;
}

.fa-user{
    font-size: 22px;
    color: rgb( 27 , 195 , 207 );
}
.fa-sort-down{
    font-size: 16px;
    color: rgb( 27 , 195 , 207 );
}
.fa-user-circle
{
    font-size:20px;
    color: #4a5f73;
}
.fa-file-alt
{
    font-size: 18px;
    color: #4a5f73;
}
.fa-sign-out-alt{
    font-size: 16px;
    color: #4a5f73;
    font-weight: 400 ;
}
/* *************************************com************************** */
