.header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main {
    background-color: transparent;
    min-height: 100vh;
    text-align: center;
}
.rtl .tools_item h3 {
    text-align: right;
}
.rtl .tools_container .tools_item_icon{
    margin-left: 15px;
    margin-right: 0;
}

.home-title {
    position: relative;
    text-align: center;
    width: 93%;
    margin: 0 auto;
    padding-top: 20px;
}
.gcse-search-box {
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto;
}

.home-title .subtitle {
    color: #fff;
    max-width: 980px;
    margin: auto auto 28px;
}
.subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 32px;
}
.title, .title0 {
    font-size: 27px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    margin-bottom: 8px;
    line-height: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.home-title .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1100px;
}
.tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 68px 76px;
}
.home .tools_container {
    padding-top: 10px;
}
.tools_container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    content-visibility: auto;
}
.tools_item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    color: #383e45;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
    padding: 6px;
    min-height: 114px;
    
}

.tools_item a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #383e45;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.75);
    border-radius: 8px;
    /* padding: 15px; */
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 12%);
    border: 1px solid #fff;
    
}
.tools_item:hover{
    background-image: url(../images/index_itembg.png);
    background-repeat: no-repeat;
    background-size: 100% 106%;
    transform: translate(0px, -7px) scale(1.06);
}
.tools_item:hover a{
    box-shadow: none;
    background: none;
    border: none;
}
.tools_item:hover a .tools_item_content h3{
    color: #fff;
}
.tools_item:hover a .tools_item_content p{
    color: #fff;
}
.tools_item:hover .new-table-save .new_tag_hover{
    display: block !important;
}
.tools_item:hover .new-table-save .new_tag{
    display: none !important;
}
.tools_item:hover .new-table-save{
    top: 3px;
    right: 2px;
}
.tools_container .tools_item_icon {
    margin-right: 15px;
    padding: 15px 0 15px 15px;
    display: flex;
    align-items: center;
}

.tools_item_content {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
    padding: 15px 7px 15px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    content-visibility: auto;
}

.tools_item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    color: #333333;
}

p:last-child {
    margin-bottom: 0;
    color: #717171;
    font-size: 12px;
}

.tools_item_content p {
    font-size: 12px;
    line-height: 18px;
    color: #626870;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 54px;
}
.tools_item_icon svg, .tools_item_icon img {
    width: 50px;
    height: 50px;
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.block_container, .container, .footer-big_container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}
.officeOnline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    min-height: 37px;
}
.officeOnline_top{
    padding: 10px 0;
}
.officeOnline .online-text {
    font-size: 18px;
    color: #b1bed7;
    padding: 0 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.officeOnline .online-text svg{
    display: block;
    margin: 0 5px;
}
.officeOnline .online-line {
    height: 1px;
    border: 1px dashed #bdd7d7;
    width: 43%;
}
.new-table-save img {
    width: 30px;
    height: 30px;
}
.new-table-save {
    position: absolute;
    top: 0;
    right: 0;
}
.new_tag_hover{
    display: none;
}
.menu-items {
    flex: 1;
    width: 100%;
    overflow-y: auto;
}
.hcolor{
    color: #fff;
}
.footer-main {
    background: transparent;
    padding-bottom: 0;
    padding-top: 32px;
}
.nav__item--sub{
    display: none;
}
.base_display{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page_columns {
    color: #333;
    width: 60%;
    background-color: #EEF3F6;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 12%);
    display: none;
}
.padding_box {
    padding: 30px;
}
.columns_left, .columns_right {
    width: 50%;
}
.columns_left {
    justify-content: end;
    border-right: 1px solid #e2dfdf;
}
.columns_left_box {
    width: 55%;
    min-width: 400px;
}
.columns_right {
    padding-left: 0;
}
.margin_dom_top {
    margin-top: 20px;
}
.padding_dom_bottom {
    padding-bottom: 10px;
}
.page_title_dec h1, .page_title_dec_h1 {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
    color: #333;
}
.page_title_dec h2, .page_title_dec_h2 {
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    color: #333;
}
.page_top_img {
    width: 80%;
    margin: 50px auto;
    max-width: 1528px;
}
.page_top_img img{
    width: 100%;
}
.columns_icon {
    justify-content: space-around;
}
.columns_icon_item {
    font-size: 10px;
    font-weight: 100;
    color: #858585;
}
.columns_dec {
    font-size: 10px;
    line-height: 20px;
}
.columns_btn a {
    width: fit-content;
    font-size: 15px;
    color: #00906F;
    border: 1px solid #00906F;
    display: inline-block;
}
.btn_border {
    padding: 8px 30px;
    border-radius: 5px;
}
.columns_right_box {
    width: 70%;
    min-width: 460px;
}
.page_item_dec ,.page_top_img{
    display: none;
}
.page_howTo_columns {
    color: #333;
    display: none;
}
.page_columns_subtitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.page_columns_line {
    width: 100px;
    background-color: #31A186;
    height: 2px;
    margin: 0 auto;
}
.columns_howto_item {
    width: 50%;
}
.columns_howto_item:nth-child(1), .columns_howto_item:nth-child(3) {
    justify-content: end;
}
.columns_howto_item_box {
    width: 73%;
    min-width: 540px;
}
.columns_howto_item_box a {
    color: #333;
}
.howto_item_text {
    width: 58%;
}
.howto_item_img {
    width: 42%;
}
.columns_title_h {
    font-size: 15px;
    font-weight: 700;
}
.columns_title_d {
    font-size: 10px;
}
.howto_more a {
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
@media(max-width:1442px){
    .columns_left, .columns_right{
        justify-content: center;
        width: 100%;
    }
    .columns_left{
        justify-content: center;
    }
}
@media(max-width:920px){
    .page_columns{
        width: 80%;
    }
    .columns_right_box,.columns_left_box{
        min-width: auto;
    }
}
/* Adaptive CSS */




