        body{
            background:transparent;
        }
        * {
            box-sizing: border-box;
        }

        h1 ,h2{
            margin-top:0;
            color:#333;
        }
        p,h3,h4,h5,h6,a,li,input, textarea, select{
            color:#333333;
            margin:0;
            padding:0;
        }
        .center{
            width: fit-content;
            margin: 0 auto;
        }
       .center:before {
            content: "";
            display: table-cell;
        }

        .center:after {
            content: "";
            display: table;
            clear: both;
        }
        .b{
            font-weight: 900;
        }
        .uk-h1, h1 {
            font-size: 36px;
            line-height: 42px
        }
        .uk-h2, h2 {
            font-size: 24px;
            line-height: 30px
        }
        .uk-h3, h3 {
            font-size: 18px;
            line-height: 24px
        }
        .uk-h4, h4 {
            font-size: 16px;
            line-height: 22px
        }
        .uk-h5, h5 {
            font-size: 14px;
            line-height: 20px
        }
        .uk-h6, h6 {
            font-size: 12px;
            line-height: 18px
        }





        .fit-content{
            width:fit-content;
        }

        .line-height-h6{
            line-height: 24px;
        }
        .line-height-h5{
            line-height: 27px;
        }
        .line-height-h4{
            line-height: 30px;
        }
        .line-height-h3{
            line-height: 36px;
        }
        .line-height-h2{
            line-height: 45px;
        }
        .line-height-h1{
            line-height:54px;
        }
        .line-height-remove{
            line-height:normal;
        }
        .link-muted a{
            color: #333;
        }
        .li{
            list-style: disc;
        }
        .ul-square li{
            list-style: square;
        }
        .fit-content{
            width: fit-content;
        }
        .color-white{
            color:white;
        }
        .color-black{
            color:black;
        }
        .color-11{
            color:#111;
        }
        .color-222{
            color:#222;
        }
        .color-33{
            color:#333;
        }
        .color-66{
            color:#666;
        }
        .color-88{
            color:#888;
        }
        .color-red{
            color:red;
        }
        .bg-white{
            background: white;
        }
        .bg-black{
            background: black;
        }
        .bg-f5{
            background:#f5f5f5;
        }
        .bg-33{
            background-color: #333;
        }
        .border-remove{
            border:0px;
        }
        .bg-white-opacity{
            background: rgba(255,255,255,0.6);
        }
        ::-webkit-input-placeholder { /* WebKit browsers */
            color:    #999;
        }
        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color:    #999;
        }
        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color:    #999;
        }
        :-ms-input-placeholder { /* Internet Explorer 10+ */
            color:    #999;
        }
        .color-black{
            color:black;
        }
        .weight-100{
            font-weight: 100;
        }
        .weight-200{
            font-weight: 200;
        }
        .weight-300{
            font-weight: 300;
        }
        .weight-400{
            font-weight: 400;
        }
        .weight-500{
            font-weight: 500;
        }
        .weight-600{
            font-weight: 600;
        }
        .weight-700{
            font-weight: 700;
        }
        .weight-800{
            font-weight: 800;
        }
        .weigh-900{
            font-weight: 900;
        }
        .margin-top-remove{
            margin-top: 0;
        }
        .box-shadow-small{
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        }
        .box-shadow-1{
            -webkit-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
        }
        .box-shadow-remove{
            box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
        }
        .bg-ddd{
            background-color: #ddd;
        }
        .fit-content{
            width: fit-content;
        }



        .uk-width-1-1{
            width:calc(100%);
        }
        .uk-width-1-2{
            width:calc(50% - 17.5px);
        }
        .uk-width-1-3{
            width:calc(33.333% - 23.33334px);
        }
        .uk-width-1-4{
            width:calc(25% - 26.25px);
        }
        .uk-width-1-5{
            width:calc(20% - 28px);
        }
        .uk-width-2-5{
            width:calc(40% - 26.25px);
        }
        .uk-width-3-5{
            width:calc(60% - 23.33334px);
        }
        .uk-width-4-5{
            width:calc(80% - 17.5px);
        }
        .uk-dropdown, .uk-dropdown-blank {
            display: none;
            position: absolute;
            z-index: 1020;
            box-sizing: border-box;
            width:content;
        }




        .background{
            width: 100%;
            padding-bottom: 70%;
            background-repeat:no-repeat;
            background-position: center;
            background-size: cover;
        }
        .black-overlay{
            position: relative;
        }
        .black-overlay:after{
            position: absolute;
            content: "";
            top:0;
            right:0;
            left:0;
            bottom:0;

            background-color: rgba(0,0,0,0.3);

        }
        /*button*/

        .big-small-button a{
            text-decoration: none;
            color: #ffffff;
            font-size: 14px;
            padding: 1.7em 2.3em 1.55em 2.3em;
            border-color: #ff6a48;
            background-color: #ff6a48;cursor: pointer;
            letter-spacing: 1px;
            position: relative;
            text-transform: uppercase;
            z-index: 1;
            -webkit-border-radius: 4em;
            border: none;
        }
        .big-small-button a:hover{
            opacity: 1;
            color: #ff6a48;
            background-color: transparent;
            border-color: #ff6a48;
        }
        .big-small-button a:after{

    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    box-sizing: border-box;
}
        }
        .big-small-button-text{
            display: inline-block;
            vertical-align: middle;
        }
        .big-small-button a:hover:before{
            opacity: 1;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
            background-color: transparent;
            text-decoration: none;
        }
        .big-small-button a:before {
            background-color: #ff6a48;
            border: 2px solid;
            opacity: 0;
            -webkit-transform: scale3d(1.2,1.2,1);
            transform: scale3d(1.2,1.2,1);
            content: '';
            z-index: -1;
            border-radius: inherit;
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
            transition: transform 0.3s,opacity 0.3s;
            -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
            transition-timing-function: cubic-bezier(0.75,0,0.125,1);
            box-sizing: border-box;
        }
        /*button*/



        /*glass-overlay*/
        .glass-overlay{
            position: relative;
            overflow: hidden;
        }
        .glass-overlay:after{
            position: absolute;
            top: 0;
            left: -70%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(to right,#add32a30 0,rgba(255,255,255,.1) 100%);
            background: linear-gradient(to right,#add32a30 0,rgba(255,255,255,.1) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            transition: 0.7s;
            pointer-events: none;
        }
        .glass-overlay:hover.glass-overlay:after{
            left:130%;
        }
        .glass-overlay img:hover{
            transition: 0.5s;
        }
        /*glass-overlay*/



        /*glass-overlay-big*/
        .glass-overlay-big{
            position: relative;
            overflow: hidden;
        }
        .glass-overlay-big:after {
            position: absolute;
            top: -200%;
            left: -200%;
            z-index: 2;
            display: block;
            content: '';
            width: 200%;
            height: 200%;
            background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.2) 0,rgba(255,255,255,.2) 100%);
            background-image: linear-gradient(to right,rgba(255,255,255,0.2) 0,rgba(255,255,255,.2) 100%);
            -webkit-clip-path: polygon(75% 0, 100% 25%, 25% 100%, 0 75%);
            clip-path: polygon(75% 0, 100% 25%, 25% 100%, 0 75%);
            transition: 2s;
        }
        .glass-overlay-big:hover.glass-overlay-big:after{
            left:200%;
            top: 200%
        }
        .glass-overlay-big img:hover{
            transform: scale(1.05);
            transition: 0.5s;
        }
        /*glass-overlay*/




        /*search-overlay*/
        .search-overlay-son{
            z-index: 1;
            background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6));
            height: 84px;
            width: 84px;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            top: calc(50% - 42px);
            left: calc(50% - 42px);
            border-radius: 50%;
        }
        .search-overlay-son:before{
            position: absolute;
            z-index: 2;
            content: "";
            background-image:url(../images/homepage/magnifying-glass.png);
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            top: calc(50% - 42px);
            left: calc(50% - 42px);
        }
        .seacrh-overlay{
            position: relative;
        }
        .seacrh-overlay:hover .seacrh-overlay-son,.seacrh-overlay:hover .seacrh-overlay-son:before{
            opacity: 1;
            top:0;
            left:0;
            width:100%;
            height:100%;
            border-radius:0;
        }
        /*search-overlay*/




        .padding-xlarge{
            padding:100px;
        }
        .justify{
            text-align: justify;
            text-justify:inter-ideograph;
        }
        .background-image{
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/shkhmp/6.jpeg);
            background-repeat:no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        .background-image-cover{
            background-repeat:no-repeat;
            background-size: cover;
            background-position: center;
        }
        .background-image-cover-box>*{
            background-repeat:no-repeat;
            background-size: cover;
            background-position: center;
        }
        .background-image-contain{
            background-repeat:no-repeat;
            background-size: contain;
            background-position: center;
        }
        .background-image-contain-box>*{
            background-repeat:no-repeat;
            background-size: contain;
            background-position: center;
        }

        /*mouse*/
           .mouse{ cursor: pointer; }
        /*mouse*/



        .uk-link-muted:hover{
            text-decoration: none;
        }
        button, input, optgroup, select, textarea {
            color: black;
            font: inherit;
            margin: 0;
        }
        audio, canvas, iframe, img, svg, video {
            vertical-align: middle;
        }
        .uk-nav-navbar>li>a:focus, .uk-nav-navbar>li>a:hover {
            background: none;
            color: #fff;
            outline: 0;
        }
        .uk-heading-large{
            font-size: 50px;
        }
        .border-radius{
            border-radius: 12px;
        }
        .text-right{
            text-align: right;
        }
        .text-lowercase{
            text-transform: lowercase;
        }
        .link a ,.link{
            text-decoration: none;
        }
        .link a:hover ,.link:hover{
            text-decoration: none;
        }
        .uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
            background: #404040;
            color: #fff;
            outline: 0;
        }
        .uk-nav-offcanvas>li>a {
            color: #fff;
            padding: 10px 15px;
        }




        @media only screen and (max-width: 1200px){/*111111111111111111111111111111111111111111111111111111111111111111111111*/
            .large-text-center{
                text-align: center;
            }
            .large-text-center-box>*{
                text-align: center;
            }
            .justify {
                text-align: left;
            }
            .box-shadow-remove-xlarge{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
            }

            .uk-width-large-1-1{
                width:calc(100%);
            }
            .uk-width-large-1-2{
                width:calc(50% - 12.5px);
            }
            .uk-width-large-1-3{
                width:calc(33.333% - 23.66667px);
            }
            .uk-width-large-1-4{
                width:calc(25% - 18.75px);
            }
            .uk-width-large-1-5{
                width:calc(20% - 20px);
            }
            .uk-width-large-2-5{
                width:calc(40% - 18.75px);
            }
            .uk-width-large-3-5{
                width:calc(60% - 16.66667px);
            }
            .uk-width-large-4-5{
                width:calc(80% - 12.5px);
            }
        }



        @media only screen and (min-width: 960px){
            .box-shadow-remove-large{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
            }
        }
            



        @media only screen and (max-width: 960px){/*111111111111111111111111111111111111111111111111111111111111111111111111*/
            




            .text-center-medium{
                text-align: center;
            }
            h2{
                font-size:24px;
            }
            .*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
                margin: 10px 0;
            }
            *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
                margin: 10px 0;
            }
            .uk-h3, h3 {
                font-size: 18px;
                line-height: 20px;
            }
            .box-shadow-remove-medium{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) ; 
            }
            .uk-heading-large{
                font-size: 36px;
            }
            .uk-width-medium-1-1{
            width:calc(100%);
            }
            .uk-width-medium-1-2{
                width:calc(50% - 17.5px);
            }
            .uk-width-medium-1-3{
                width:calc(33.333% - 23.33334px);
            }
            .uk-width-medium-1-4{
                width:calc(25% - 26.25px);
            }
            .uk-width-medium-1-5{
                width:calc(20% - 28px);
            }
            .uk-width-medium-2-5{
                width:calc(40% - 26.25px);
            }
            .uk-width-medium-3-5{
                width:calc(60% - 23.33334px);
            }
            .uk-width-medium-4-5{
                width:calc(80% - 17.5px);
            }
        }









        @media only screen and (max-width: 767px){/*111111111111111111111111111111111111111111111111111111111111111111111111*/
            
            .box-shadow-remove-small{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) ; 
            }
            .text-center-small{
                text-align: center;
            }
            .text-left-small{
                text-align: left;
            }
            .text-right-small{
                text-align: right;
            }
            .uk-heading-large {
                font-size: 30px;
                line-height: 42px;
            }



            h1{
                font-size: 30px;
            }
            h2{
            }





            .uk-h2, h2 {
                font-size: 24px;
                line-height: 28px;
            }
            .box-shadow-remove-small{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
            }


.uk-width-small-1-1{
            width:calc(100%);
        }
        .uk-width-small-1-2{
            width:calc(50% - 17.5px);
        }
        .uk-width-small-1-3{
            width:calc(33.333% - 23.33334px);
        }
        .uk-width-small-1-4{
            width:calc(25% - 26.25px);
        }
        .uk-width-small-1-5{
            width:calc(20% - 28px);
        }
        .uk-width-small-2-5{
            width:calc(40% - 26.25px);
        }
        .uk-width-small-3-5{
            width:calc(60% - 23.33334px);
        }
        .uk-width-small-4-5{
            width:calc(80% - 17.5px);
        }
        }






            


        @media only screen and (max-width: 479px){/*11111111111111111111111111111111111111111111111111111111111111111111111111*/
            .text-center-mini{
                text-align: center;
            }

            .uk-heading-large{
                font-size: 30px;
            }
            .uk-h2, h2{
                font-size: 20px;
                line-height: 28px;
            }









            .container {
                max-width:479;
                width:100%;
            }
            p{
                font-size: 14px ;
                line-height: 20px ;
            }
            .uk-h3, h3 {
                font-size: 18px;
                line-height: 20px;
            }
            .uk-h4, h4 {
                font-size: 14px;
                line-height: 16px;
            }
            .box-shadow-remove-mini{
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
            }
            .uk-width-mini-1-1{
            width:calc(100%);
            }
            .uk-width-mini-1-2{
                width:calc(50% - 17.5px);
            }
            .uk-width-mini-1-3{
                width:calc(33.333% - 23.33334px);
            }
            .uk-width-mini-1-4{
                width:calc(25% - 26.25px);
            }
            .uk-width-mini-1-5{
                width:calc(20% - 28px);
            }
            .uk-width-mini-2-5{
                width:calc(40% - 26.25px);
            }
            .uk-width-mini-3-5{
                width:calc(60% - 23.33334px);
            }
            .uk-width-mini-4-5{
                width:calc(80% - 17.5px);
            }
        }







        @media only screen and (max-width: 479px){}
        @media only screen and (min-width: 480px) and (max-width: 767px){}
        @media only screen and (min-width: 768px)and (max-width: 959px){}
        @media only screen and (min-width: 960px) {}


        @media only screen and (max-width: 1200px){}
        @media only screen and (max-width: 960px){}
        @media only screen and (max-width: 767px){}
        @media only screen and (max-width: 480px){}