@charset "UTF-8";

/* ================================================== */
/* ================================================== */
/* UIT DEVELOPMENT - EW LIBRARY CSS */
/* START */
/* UIT DEVELOPMENT */
/* ================================================== */
/*                 TABLE OF CONTENTS                  */
/* ================================================== */
/*
   #01. BASIC-DEFAULT CSS
   #02. HEADER CSS
   #03. ASIDE CSS
   #04. HEADLINE CSS
   #05. HEADING CONTENT CSS
   #06. FOOTER CSS
*/
/* ================================================== */
/* ================================================== */

/* START */

/* =============================================== */
/* ====== #01. BASIC-DEFAULT CSS START             */
/* =============================================== */

:root{
    --bs: 0px 0px 4px rgba(0, 0, 0, 0.4);
    --brbs: 0px 2px 8px #17313b80;
    --bgc: #1B4418;
    --hbgc: #112F0F;
    --max-w: 100pc;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}
body{
    position: relative;
    padding: 0px;
    margin: auto;
    background-color: #EEEEEE;
    overflow-x: hidden;
    background-color: #000000;
    background: url(../images/web-bg.jpg) no-repeat fixed center;
    background-size: cover;
}

::selection {
    background: #e37d39;
    color: #ffffff;
}
::-webkit-selection {
    background: #e37d39;
    color: #ffffff;
}
::-moz-selection {
    background: #e37d39;
    color: #ffffff;
}


ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
ul ul {
    margin: 0px;
    padding: 0px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: decimal;
    width: 100%;
}

p{
    margin: 0px;
}

/* =============================================== */
/* ====== #01. BASIC-DEFAULT CSS END               */
/* =============================================== */

/* =============================================== */
/* ====== #02. HEADER CSS START                    */
/* =============================================== */

.header-content{
    height: auto;
    width: 100%;
    background-color: var(--bgc);
    color: #FFFFFF;
}
header#scroll-fixed{
    height: 0px !important;
}
.header-content-cover{
    max-width: var(--max-w);
    margin: auto;
    padding: 0px 60px;
}
/* Header Top */
.header-top-content{
    height: 165px;
    display: grid;
    grid-template-columns: 135px auto;
}
.header-top-left-content{
    height: 100%;
    width: 100%;
}
.logo-content-cover{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-content{
    height: 100%;
    width: 135px;
    display: grid;
    align-content: flex-end;
    justify-content: center;
}
.header-logo{
    height: auto;
    width: 100%;
}
/* Header Left */
.header-top-right-content{
    height: 100%;

    width: 100%;
    display: grid;
    grid-template-columns: auto 125px;
}
.htr_left-content{
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 5px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.htr_left-content h1{
    font-size: 30px;
    letter-spacing: 5px;
    word-spacing: 1px;
    font-weight: 600;
    color: #fff;
}
.htrl_bottom-content{
    display: grid;
    grid-gap: 5px;
}
.htrl_bottom-content h3{
    font-size: 18px;
    color: #fff;
}
/* Header Right */
.htr_right-content{
    height: 100%;
    width: 100%;
}
.htr_rb-cover{
    width: 100%;
    display: flex;
    justify-content: end;
    grid-gap: 7.5px;
    padding: 42px 0px 0px 0px;
}
button.btn-hrb{
    display: flex;
    grid-gap: 7.5px;
    background-color: unset;
    border: 1px solid #0BB800 !important;
    outline: unset;
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 15px;
}
button.btn-hrb i{
    font-size: 13px;
    padding-top: 2.5px;
}
.htr_rb-cover .dropdown-element .button{
    padding: 4px 10px;
}
.htr_rb-cover .dropdown-element .button.in{
    background-color: unset !important;
}
.htr_rb-cover .dropdown-element .button i{
    font-size: 11px;
    padding-top: 3.5px;
}
.htr_rb-cover .dropdown-content{
    height: auto;
    width: 100%;
    top: calc(100% + 1.5px);
    padding: 0px 0px;
    background-color: #112F0F;
    border: 1px solid #0BB800 !important;
}
.htr_rb-cover .dropdown-content button{
    height: 30px;
    width: 100%;
    padding: 0px 10px;
    background-color: #112F0F;
    text-align: left;
    border: none;
}
.htr_rb-cover .dropdown-content button:hover{
    background-color: #011F0F !important;
}
/* Small Device */
.smd_header-top{
    display: none;
    padding: 7.5px 15px;
    background-color: #FFA500;
}
.smd_header-top .htr_rb-cover{
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 7.5px;
    padding: unset;
}
/* Header Bottom */
.header-bottom-content{
    height: auto;
    width: 100%;
}
.hb-nav_cover{
    position: relative;
    height: 75px;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: end;
    grid-gap: 2.5px;
}
.hb-nav_cover .nav_btn{
    height: 38px;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    background-color: unset;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0px 10px;
    cursor: pointer;
    user-select: none;
    border: unset;
    outline: none;
    border-radius: 1px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.hb-nav_cover .nav_btn.nav_menu{
    min-width: unset;
    width: 38px;
}
.hb-nav_cover .nav_btn.in{
    background-color: #112F0F !important;
}
.hb-nav_cover .nav_btn:hover{
    background-color: #112F0F !important;
}
.hb-nav_cover .nav_btn .arrow{
    border-color: orangered;
    border-width: 1.5px 0px 0px 1.5px;
    margin-bottom: 5px;
}
/* .hb-nav_cover .dropdown-element{
    position: unset;
} */
.hb-nav_cover .dropdown-content{
    display: unset;
    height: 0px;
    background-color: #112F0F !important;
    background-color: var(--bgc) !important;
    box-shadow: var(--bs);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    visibility: hidden;
    overflow: hidden;
    width: auto;
    min-width: 100%;
}
.hb-nav_cover .dropdown-content.in{
    height: auto;
    visibility: visible;
    opacity: 1;
    top: calc(100% - 4px);
}

.hb-nav_cover .dropdown-element:hover > .dropdown-content{
    height: auto;
    visibility: visible;
    opacity: 1;
    top: calc(100% - 4px);
    z-index: 11;
}
.hb-nav_cover .dropdown-content .cancel{
    margin: 10px 0px;
}
.hb-nav_cover .dropdown-content a{
    height: 38px;
    color: #FFFFFF;
    white-space: nowrap;
}
.hb-nav_cover .dropdown-content a:hover{
    background-color: #112F0F !important;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
    .smd_header-top{
        display: block;
    }
    .header-content-cover{
        display: grid;
        grid-template-columns: auto 60px;
        padding: 0px 10px !important;
    }
    .header-top-content{
        height: 135px;
        grid-template-columns: 60px auto;
    }
    .logo-content{
        width: 60px;
        align-content: center;
    }
    .header-top-right-content{
        grid-template-columns: unset;
    }

    .htr_left-content h1{
        font-size: 16px;
        letter-spacing: normal;
    }

    .htrl_bottom-content h3{
        font-size: 11px;
    }
    .htr_right-content{
        display: none;
    }

    .header-bottom-content{
        display: grid;
        align-content: center;
        justify-content: end;
    }
    .hb-nav_cover nav{
        display: none;
    }
}

/* =============================================== */
/* ====== #02. HEADER CSS END                    */
/* =============================================== */

/* =============================================== */
/* ====== #03. ASIDE CSS START                     */
/* =============================================== */

.fixed-aside{
    height: 100vh;
    width: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: var(--bgc);
    box-shadow: var(--bs);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    z-index: 111;
    overflow: hidden;
}
.fixed-aside.in{
    width: 300px;
}
.aside-content{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #112F0F;
    color: #FFFFFF;
}
.aside-close{
    height: 50px;
    width: 15px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    display: grid;
    align-content: center;
    justify-content: center;
    background-color: var(--bgc);
    cursor: pointer;
}
.aside-close i.arrow{
    border-width: 1.5px 0px 0px 1.5px;
    border-color: #FFFFFF;
    margin-left: 3px;
}
.phone_aside-close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    padding: 0px 5px;
    font-size: 20px;
    cursor: pointer;
}
.aside-content-cover{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 125px 65px auto 100px;
    padding: 0px 15px;
}
/* Aside Logo */
.aside-logo-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aside-logo-cover{
    height: 115px;
    width: 115px;
    display: grid;
    align-content: flex-end;
    justify-content: center;
}
.aside-logo{
    height: auto;
    width: 100%;
}
/* Aside Filter */
.aside-options-filter{
    height: 100%;
    display: grid;
    align-content: start;
    padding: 6px 0px 0px 0px;
    border-bottom: 1px solid #011F0F;
}
input.aside-options-filter-input{
    height: 38px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #FFFFFF00;
    color: #FFFFFF;
    background-color: #011F0F;
    outline: none;
    border-radius: 2px;
}
input.aside-options-filter-input::placeholder{
    color: #FFFFFF;
}
/* Aside Options */
.aside-options-cover{
    height: 100%;
    width: 100%;
    display: grid;
    align-content: start;
    padding: 7.5px 0px;
    overflow: auto;
}
.aside-options-cover::-webkit-scrollbar{
    width: 4px;
    height: 0px;
}
.aside-options-cover::-webkit-scrollbar-thumb{
    background-color: #011F0F;
    border-radius: 4px;
}
.aside-option{
    height: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 0px 7.5px;
    color: #FFFFFF;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    overflow: hidden;
}
.aside-option.in{
    height: 38px;
}
.aside-option .arrow{
    border-color: #FFFFFF;
    border-width: 1.5px 0px 0px 1.5px;
}
.aside-option:hover{
    background-color: #011F0F;
    color: #FFFFFF;
}
/* Aside Bottom */
.aside-bottom-content{
    border-top: 1px solid #011F0F;
}
.aside-copy_right-content{
    height: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 5px;
    text-align: center;
}
.aside-copy_right-content a.uit-url{
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width: 500px) {
    .fixed-aside {
        height: calc(100vh - 50px);
        width: calc(100% - 30px);
        position: fixed;
        left: 15px;
        top: 100vh;
        visibility: hidden;
        border-radius: 4px;
    }
    .fixed-aside.in {
        width: calc(100% - 30px);
        top: 25px;
        visibility: visible;
    }
    .fixed-aside.in.before{
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .aside-close{
        display: none;
    }
    .phone_aside-close{
        display: block;
    }
}

/* =============================================== */
/* ====== #03. ASIDE CSS END                       */
/* =============================================== */

/* =============================================== */
/* ====== #03. MAIN CONTENT CSS START              */
/* =============================================== */

.uit_ew-content{
    height: auto;
    width: 100%;
    max-width: var(--max-w);
    margin: auto;
    /* max-width: unset !important; */
}
.container{
    height: auto;
    width: 100%;
    margin: auto !important;
    padding: 50px 90px;
    overflow: hidden;
    max-width: unset !important;
}
@media (max-width: 720px) {
    .uit_ew-content .container{
        padding: 25px 15px;
    }
    .headline-content .container,
    .page_url-content .container {
        padding: 0px 15px !important;
    }
}
@media (max-width: 1279px) {
    /* .header-content-cover {
        padding: 0px 0px !important;
    } */
    .header-content-cover {
        padding: 0px 50px;
    }
    .container {
        padding: 50px 50px;
    }
    .move-scroll-top{
        right: 50px !important;
    }
}

[data-background="deep"] {
    background-color: #f4f4f48d;
    backdrop-filter: blur(2px);
}
[data-background="light"] {
    background-color: #ffffff8d;
    backdrop-filter: blur(2px);
}

/* =============================================== */
/* ====== #03. MAIN CONTENT CSS END                */
/* =============================================== */

/* =============================================== */
/* ====== #06. FOOTER CONTENT CSS START            */
/* =============================================== */

.footer-content{
    width: 100%;
    position: relative;
    display: grid;
    align-content: center;
    background: linear-gradient(180deg,var(--hbgc),#011F0F);
    color: #FFFFFF;;
    z-index: 1;
    margin-top: 30px;
}
/* Footer Top */
.footer-top-content{
    height: auto;
    width: 100%;
    max-width: var(--max-w);
    margin: auto;
    margin-top: -30px;
}

.footer-top-content > div{
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px 60px;
}

.footer-top-content > .container > div{
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 25% auto 50%;
    background-color: #FFA500;
    padding: 0px 15px;
}
.ft_left-content{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-logo-cover{
    height: 100%;
    width: auto;
    display: grid;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
img.footer-logo{
    height: 50px;
    width: auto;
}
.ft_right-content{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
.ftr_mail-form{
    position: relative;
    height: 42px;
    width: 100%;
    margin: 0px;
}
.ftrf_input-cover{
    height: 100%;
    width: 100%;
}
.ftrf_input-cover input{
    height: 100%;
    width: calc(100% - 0px);
    padding: 0px 140px 0px 15px;
    background-color: unset;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.ftrf_input-cover input:focus{
    box-shadow: var(--brbs);
}
.ftrf_input-cover input::placeholder{
    color: #FFFFFF;
}
.ftrf_button-cover{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 125px;
}
.ftrf_button-cover button{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
    background-color: unset;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.ftrf_button-cover button:hover{
    background-color: #011F0F;
}
.ftrf_button-cover button i{
    font-size: 13px;
}
/* Footer Middle */
.footer-middle-content{
    height: auto;
    width: 100%;
    max-width: var(--max-w);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: auto;
    padding: 50px 60px;
}
.footer-middle-content > div{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.footer_m-content{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 50px auto;
}
.footer_m-data-list-header{
    height: 100%;
    display: flex;
    font-weight: 600;
}
.footer_m-data-list-header h3{
    text-transform: uppercase;
    color: #fff;
}
.footer_m-data-list-cover{
    height: 100%;
    width: 100%;
}
.footer_m-data-list-cover ul{
    padding: 0px;
    list-style-type: none;
    display: grid;
    grid-gap: 20px;
}
.footer_m-data-list-cover ul li{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.footer_m-data-list-cover ul li .arrow{
    border-color: #FFFFFF;
    border-width: 1.5px 0px 0px 1.5px;
    padding: 2.25px;
}
.footer_m-data-list-cover ul li a{
    color: #FFFFFF;
}
.footer_m-gallery-content{
    height: auto;
    width: 100%;
    padding: 10px 0px 0px 0px;
}
.footer_m-gallery-cover{
    position: relative;
    height: 70px;
    width: 70px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 0px 0px;
}
.footer_m-gallery-cover img{
    height: 100%;
    width: 100%;
}
.footer_m-gallery-view{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #00000000;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    opacity: 0;
}
.footer_m-gallery-view:hover{
    background-color: #00000044;
    opacity: 1;
}
.footer-map-header{
    height: 100%;
    display: flex;
    font-weight: 600;
}
.footer-map-header h3{
    font-family: 'Roboto Slab', serif;

    text-transform: uppercase;

    color: #fff;
}
.footer-map-cover{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.footer-map{
    height: 100%;
    width: 100%;
    border: unset;
}
/* Footer Bottom */
.footer-bottom-content{
    height: 100px;
    width: 100%;
    max-width: var(--max-w);
    display: grid;
    grid-template-columns: 25% auto 25%;
    margin: auto;
    padding: 25px 60px;
    /* background-color: #011F0F; */
}
.fb_left-content{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.flug_bd{
    position: relative;
    height: 54px;
    width: 90px;
    background-color: green;
    display: grid;
    align-content: center;
}
.flug_bd::after{
    content: "";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    background-color: red;
    margin: auto;
}
.footer-copy_right-content{
    height: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 5px;
    text-align: center;
}
.footer-copy_right{
    letter-spacing: 2.5px;
}
.footer-copy_right-content a.uit-url{
    color: #FFFFFF;
    letter-spacing: 2.5px;
    cursor: pointer;
}
/* Fixed Scroller */
.move-scroll-top{
    position: fixed;
    bottom: 30px;
    right: 60px;
    height: 45px;
    width: 45px;
    background-color: #FF4B2B;
    border: 1.5px solid var(--dark);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
    cursor: pointer;
}
.move-scroll-top.in{
    visibility: visible;
    opacity: 1;
    z-index: 11;
}
.move-scroll-top .arrow{
    border-color: #FFFFFF;
    padding: 4px;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
    .footer-top-content > .container > div {
        grid-template-columns: 25% auto 70%;
    }
    
    .footer-top-content > div {
        padding: 0px 0px;
    }
    .footer-top-content {
        height: 100px;
        grid-template-columns: 25% auto 75%;
        padding: 0px 15px; 
    }
    .footer-logo-cover{
        height: auto;
        width: 60px; 
    }

    .ftr_mail-form{
        height: 40px; 
    }
    .ftrf_button-cover{
        width: 50px; 
    }
    .ftr_mail-form button span{
        display: none; 
    }
 
    .footer-middle-content{
        padding: 40px 15px;
        grid-template-columns: auto;
        grid-gap: 40px; 
    }
    .footer-middle-content > div{
        grid-template-columns: auto;
        grid-gap: 40px; 
    }
    .footer-middle-content .__cDE{
        display: none;
    }
    .footer_m-content{
        position: relative; 
    }
    .footer_m-content:not(.footer_m-content:last-child)::after{
        content: "";
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        border-bottom: 1px solid #000;
        margin-bottom: -20px;
    }
    .footer-map-cover {
        height: 200px;
    }

    .footer-bottom-content{
        padding: 0px 15px;
    }
    .flug_bd{
        height: 48px;
        width: 80px;
    }
    .flug_bd::after{
        height: 32.5px;
        width: 32.5px;
    }

    .footer-copy_right{
        letter-spacing: normal;
        font-size: 10px;
    }
    .footer-copy_right-content a{
        font-size: 10px;
    }

    .move-scroll-top{
        right: 15px !important;
    }
}

/* =============================================== */
/* ====== #06. FOOTER CONTENT CSS END              */
/* =============================================== */

/* *END* */