
body{
    direction: ltr;
    text-align: left;
}
body, textarea, input, select, label , button{font-family:Helvetica, Arial, Verdana, sans-serif;}
                #header{
                    position: fixed;
                    text-align: center;
                    top: 0;
                    right: 0;
                    width: 100%;
                    min-width: 1200px;
                    height: 150px;
                    direction: rtl;
                    background-color: transparent;
                    z-index: 999;
                    -webkit-transition: background-color 1s;-moz-transition: background-color 1s;-ms-transition: background-color 1s;-o-transition: background-color 1s;transition: background-color 1s;
                }
                #header.dir-ltr{
                    direction: ltr !important;
                }
                #header.set-bg{
                    height: 75px !important;
                }
                #box-header > .menu-h li:hover a{
                    color: #327069 !important;
                }
                #header.set-bg{
                    background-color: #2c2b2e !important;
                }
                #box-header{
                    width:1200px;
                    display: inline-flex;
                    justify-content: space-between;
                    margin: auto;
                }
                #box-header > div{
                    height: 150px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    -webkit-transition: height .5s;-moz-transition: height .5s;-ms-transition: height .5s;-o-transition: height .5s;transition: height .5s;
                }
                .set-bg #box-header > div{
                    height: 75px !important;
                }
                #box-header > .box-logo-h {
                    width: 150px;
                    overflow: hidden;
                    position: relative;
                }
                #box-header > .box-logo-h a{
                    overflow: hidden;
                }
                #box-header > .box-logo-h  img{
                    border-radius: 1px;
                    width: 100%;
                    height: 70%;
                    object-fit:contain;
                    overflow: hidden;
                    position: absolute;
                    top: 15%;
                    right: 0;
                }
                #box-header .logo150-lh{
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
                }
                #box-header .logo75-lh{
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                    -webkit-transform: scale(2);-moz-transform: scale(2);-ms-transform: scale(2);-o-transform: scale(2);transform: scale(2);
                }
                .set-bg #box-header .logo150-lh{
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: scale(.5);-moz-transform: scale(.5);-ms-transform: scale(.5);-o-transform: scale(.5);transform: scale(.5);
                }
                .set-bg #box-header .logo75-lh{
                    opacity:1 !important;
                    visibility: visible;
                    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
                }
                #box-header > .menu-h{
                    margin-left: auto;
                }
                #box-header > .menu-h li{
                    display: inline-flex;
                    padding: 10px;
                }
                #box-header > .menu-h li.active{
                    color: #327069;
                    cursor: default;
                }
                #box-header > .menu-h li a,#box-header > .menu-h li span{
                    color: #6ce7e7;
                    text-shadow: 0 0 5px #2c2b2e;
                }
                #box-header > .icons-h{
                    width: 100px;
                }
                #box-header > .icons-h  div{
                    display: inline-flex;
                    justify-content: space-between;
                }
                #box-header > .login-h span{
                    color: #ffffff;
                }
                .rShowLogin{
                    visibility:hidden;
                }
          
     #t-footer_bg{
        width:100%;
        background-color:#272628;
     }
     #footer-wrap{
        width:1200px;
        margin:auto;
     }
     #t-footer_container{
        width:100%;
        padding: 50px 0;
     }
     .t-footer_section{
        display:inline-block;
        vertical-align: top;
        width:330px;
        margin:0 30px;
        color:#FFFFFF;
     }
     #t-footer_construct p{
        width:100%;
        margin-bottom: 20px;
     }
     #footer_logo{
        width:100%;
        height:65px;
        object-fit:contain;
     }
     #construct_txt{
        margin-bottom:10px;
        text-align:justify;
        font-size: 14px;
        line-height: 26px;
        color:#cbcbcb;
     }
     .t-section_title{
        font-size:20px;
        font-weight:500;
     }
     .t-sub_section{
        margin-top: 10px;
     }
     .t-sub_section li{
        padding-top:10px;
     }
     .sub_subtitle{
        font-size:14px;
        color:#cbcbcb;
     }
     .service_txt span{
        color:#FFFFFF;
        font-size: 15px;
     }
   .news_content a{
        color:#cbcbcb;
        font-size:14px;
   }
   .news_content a:hover{
        color:#ffc000;
   }
   .news_content span{
        color:#85868c;
        font-size: 13px;
   }
   #bottom-bar_bg{
        width:100%;
        background:#252525 none repeat center top;
   }
   #bottom_bar_wrap{
        width:1200px;
        line-height:50px;
        margin:auto;
        font-size: 12px;
   }
   .bottom_txt{
        width:49%;
        display:inline-block;
        padding:10px 0;
        color: #aaaaaa;
   }
   .bottom_txt a{color: #aaaaaa;}
   .bottom_txt a:hover{text-decoration:underline}
   #bottom_right_txt{
        text-align:left;
        padding-right: 30px;
   }
   #bottom_left_txt{text-align:right;}

