header .banner .header2{
    margin: -200px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 750px){
    header .banner .header2{
        margin: -82px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}

#nav ul{
    display: flex;
    justify-content: center;
}
#nav ul li{
    position: relative;
}
#nav ul li a{
    color: #fff;
    padding: 13px 20px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#nav ul li:after {
    content:"";
    height: 100%;
    border-left: 1px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    top: 0;
}
#nav ul li:first-child:after{
    content:"";
    border-left: 0px solid #fff;
}
.elementor-menu-toggle{
    display: none;
    padding: 5px;
}
.elementor-nav-menu__container{
    display: none;
}
#nav{
    background-color: #181814;
}
@media screen and (max-width: 750px){
    #nav{
        display: none;
    }
    .elementor-menu-toggle{
        display: flex;
    }
    .elementor-nav-menu__container{
        display: block;
    }
}
.footer-warp{
    background-color: rgba(0,0,0,0.65);
    margin: 20px auto;
}
footer .display{
    width: 900px;
    justify-content: center;
    margin:10px auto 0;
    padding: 30px 0;
}
.footer-warp-item{
    width: 50%;
    padding: 10px;
}
.footer-warp-item i{
    margin-right: 15px;
    font-size: 41px;
    font-weight: bold;
    text-shadow: 0px 0px 4px #050404;
    color: #fff;
}
.footer-size-default{
    color: #FFFFFF;
    font-family: "Times New Roman",Sans-serif;
    font-size: 18px;
    font-weight: bold;
    -webkit-text-stroke: 0.2px;
    stroke-width: 0.2px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    text-shadow: 0px 0px 10px #FDFCFD;
    margin-bottom: 5px;
    display: block;
}
.footer-heading-title{
    color: #FFFFFF;
    font-family: "Roboto",Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.footer-button-text{
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Cinzel Decorative",Sans-serif;
    font-size: 41px;
    font-weight: bold;
    text-shadow: 0px 0px 4px #050404;
    background-color: #61CE7000;
    padding: 2px 2px 2px 2px;
}
#footer_nav{
    padding-bottom: 10px;
}
#footer_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer_nav ul li a {
    color: #fff;
    padding: 13px 20px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 750px){
    footer .display{
        display: block;
        width: 100%;
    }
    .footer-warp-item{
        width: 100%;
        display: block;
    }
    #footer_nav ul{
        padding: 0;
    }
    .footer-button-text,.footer-warp-item i{
        font-size: 30px;
    }
}
.button_top{
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Roboto",Sans-serif;
    font-size: 35px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 30px 30px 30px 30px;
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    z-index: 98;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#contanter{
    margin-top: 10px;
}
@media screen and (max-width: 750px){
    #contanter{
        padding: 0 6px;
    }
}
.new-title{
    color: #FFFFFF;
    font-family: "Times New Roman",Sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #FFFFFF;
    -webkit-text-stroke: 0.3px #FFFFFF;
}
.new-cont{
    height: 300px;
    overflow: auto;
    padding: 10px;
}
.new-date{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.5em;
}
.header-title{
    color: #FFFFFF;
    font-family: "Roboto",Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.header-title svg{
    color: #FFFFFF;
    font-family: "Roboto",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 14px;
    height: 14px;
    margin: 0 10px;
}
.page .header-title{
    display: flex;
    align-items: center;
}
.index_staff_item{
    width: 748px;
    margin: auto;
    margin-bottom: 24px;
}
.staff_title{
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: "Times New Roman",Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #FFFFFF;
    -webkit-text-stroke: 0.3px #FFFFFF;
}
.index_staff_img,.index_staff_info{
    width: 50%;
}
.index_staff_img img{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DFDFDF;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
}
.index_staff_info{
    padding: 20px;
}
.index_staff_info p{
    margin-bottom: 0.9rem;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}
.page .index_staff_item{
    width: 100%;
}
.index_staff_item .staff_title{
    margin-bottom: 10px;
}
.elementor-heading-title{
    color: #FFFFFF;
    font-family: "Roboto",Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.column-list{
    border: 1px solid #fff;
    border-bottom: 0;
}
.column-list dl {
    display: flex;
    flex-wrap: wrap;
}
.job-box dl {
    justify-content: space-between;
}
.job-box dl dt,
.job-box dl dd {
    /*width: 100%;*/
    padding: 1rem;
    color:#fff;
    /*border: 1px solid #fff;*/
}
.job-box dl dt{
    width: 30%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.job-box dl dd{
    width: 70%;
    border-bottom: 1px solid #fff;
}
.job-box dl dt {
    text-align: center;
    /*  background: linear-gradient( 30deg,#c7022a 0%, #c7022a 15%, #f1afae 100%);*/
    color: #fff;
    background: #171717;
}
@media screen and (max-width: 750px){
    .pan20{
        padding: 5px;
    }
    .index_staff_item{
        width: 100%;
    }
    .index_staff_item .display{
        display: block;
    }
    .index_staff_img, .index_staff_info {
        width: 100%;
    }
}