                                                                                                                                                                                                                            header {
                                                                                                                                                                                                                                background-image: url("tree-header.jpg");
                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                                                background-size: cover;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            @font-face {
                                                                                                                                                                                                                                @font-face {
                                                                                                                                                                                                                                    font-family: Mikhak;
                                                                                                                                                                                                                                    src: url(AriaWebVF.woff);
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                font-family: Mikhak;
                                                                                                                                                                                                                                src: url(AriaWebVF.woff);
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            button,
                                                                                                                                                                                                                            span,
                                                                                                                                                                                                                            .control,
                                                                                                                                                                                                                            p,
                                                                                                                                                                                                                            h1,
                                                                                                                                                                                                                            h2,
                                                                                                                                                                                                                            h3,
                                                                                                                                                                                                                            h4,
                                                                                                                                                                                                                            h5,
                                                                                                                                                                                                                            h6,
                                                                                                                                                                                                                            a,
                                                                                                                                                                                                                            strong,
                                                                                                                                                                                                                            li,
                                                                                                                                                                                                                            input,
                                                                                                                                                                                                                            label,
                                                                                                                                                                                                                            textarea {
                                                                                                                                                                                                                                font-family: Mikhak;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            h1 {
                                                                                                                                                                                                                                font-size: 2rem;
                                                                                                                                                                                                                                font-variation-settings: "wght" 800;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            h2 {
                                                                                                                                                                                                                                font-variation-settings: "wght" 600;
                                                                                                                                                                                                                                font-size: 1.8rem;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            p {
                                                                                                                                                                                                                                margin-bottom: 0;
                                                                                                                                                                                                                                font-size: 15px;
                                                                                                                                                                                                                                font-variation-settings: "wght" 100;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            span {
                                                                                                                                                                                                                                font-variation-settings: "wght" 200;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                             ::-moz-selection {
                                                                                                                                                                                                                                /* Code for Firefox */
                                                                                                                                                                                                                                color: #275E58;
                                                                                                                                                                                                                                background: #42FF6B;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                             ::selection {
                                                                                                                                                                                                                                color: #275E58;
                                                                                                                                                                                                                                background: #42FF6B;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                             ::-webkit-scrollbar {
                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .margin-auto {
                                                                                                                                                                                                                                margin: auto;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            hr {
                                                                                                                                                                                                                                margin-top: 0px!important;
                                                                                                                                                                                                                                margin-bottom: 0px!important;
                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                border-top: 2px solid black!important;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .portfolio .heading {
                                                                                                                                                                                                                                margin-bottom: 0px!important;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .term-19,
                                                                                                                                                                                                                            #newitemm {
                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .current {
                                                                                                                                                                                                                                border-bottom: 2px solid black;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .cat-item:hover {
                                                                                                                                                                                                                                border-bottom: 2px solid black;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .isotope {
                                                                                                                                                                                                                                margin-top: 50px;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .portfolio .filter li {
                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                margin-right: -4px!important;
                                                                                                                                                                                                                                padding: 0 15px!important;
                                                                                                                                                                                                                                margin-bottom: -3px;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            .font-500 {
                                                                                                                                                                                                                                font-variation-settings: "wght" 500;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        .menu-cursur {
                                                                                                                                                                                                                            cursor: pointer!important;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        .space-bet {
                                                                                                                                                                                                                            padding: 40px 15px;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        footer {
                                                                                                                                                                                                                            background-color: #F6F6F6;
                                                                                                                                                                                                                            margin-top: 100px;
                                                                                                                                                                                                                            padding: 10px 0;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        .md_text_style-6384ae84e8577 .md-text-title @media (min-width: 1400px) .container,
                                                                                                                                                                                                                        .container-lg,
                                                                                                                                                                                                                        .container-md,
                                                                                                                                                                                                                        .container-sm,
                                                                                                                                                                                                                        .container-xl,
                                                                                                                                                                                                                        .container-xxl {
                                                                                                                                                                                                                            max-width: 1250px;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        @media only screen and (min-width: 1400px) {
                                                                                                                                                                                                                            .container,
                                                                                                                                                                                                                            .container-lg,
                                                                                                                                                                                                                            .container-md,
                                                                                                                                                                                                                            .container-sm,
                                                                                                                                                                                                                            .container-xl,
                                                                                                                                                                                                                            .container-xxl {
                                                                                                                                                                                                                                max-width: 1220px;
                                                                                                                                                                                                                            }