body {}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #868686;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.search-mob-cn {
    display: flex;
    justify-content: end;
}

.topmenusearch {
    max-width: 280px;
    justify-content: end;
    display: flex;
    width: 280px;
}

.src-close {
    position: absolute;
    right: -31px;
    bottom: 36px;
    cursor: pointer;
}

.src-close i {
    font-size: 34px;
    color: #cfcfcf;
}

.lt-inputsearch {

    color: #333;
    background-color: #ffffff;
    font-size: 12px !important;
    border: 1px solid #7b2cbf !important;
    width: 95% !important;
    direction: ltr;
    height: 35px !important;
    border-radius: 30px !important;
}

.rtl .lt-inputsearch {
    direction: rtl;
}

.btn-search-main {
    position: absolute;
    z-index: 9;
    background: 0 0;
    border: 0 solid #000;
    border-radius: 20px;
    right: 37px;
    bottom: 24px;
    display: flex;
    align-items: center;
    top: 4px;
    background: #7b2cbf;
    width: 27px;
    height: 27px;
}

.rtl .btn-search-main {
    right: auto;
    left: 4px;
}

.btn-search-main i {

    color: #ffffff;
    font-size: 14px;
    margin-top: 1px;
}



.ngxp__container {
    top: 6px !important;
    z-index: 999999;
    background: white;
    border: 1px solid var(--color);
    font-size: 13px;
    direction: rtl;
    min-width: 310px;
    text-align: center;
    max-width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 10px 0 10px 0 rgb(49 49 49 / 9%);
    box-shadow: 10px 0 10px 0 rgb(49 49 49 / 9%);
}


#ngxCnSearch>div {
    min-width: 300px;
    right: auto;
    max-width: 590px;
}

.top_m_input {
    flex-grow: 1;
    position: relative;
}


.lang_link {
    font-size: 12px;
    padding-top: 7px;
}

.btncart {
    background: none;
    color: #970606;
    padding: 3px;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: 0px solid #d4d4d4;
    position: relative;
    margin-top: 5px;
}

.btncart img {

    height: 26px;
}

.basket-Price-amount {
    background-color: #80418f;
    border-radius: 11px;
    color: white;
    font-size: 9px;
    padding: 2px 5px 0 5px;
    position: relative;
    margin-right: 10px;
    position: absolute;
    left: -16px;
    top: -3px;
}

.bskTopBody {
    display: rtl;
    direction: rtl;
    text-align: right;
    margin-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}


.grp-gr-img img {

    margin: 10px auto;
}

.grp-gr-title {}

.grp-gr-img {

    display: flex;
    justify-content: center;
}

.rtl .grp-gr-title {
    direction: rtl;
    text-align: right;
}

.grp_icon_wrapper img {
    width: 49px !important;
    position: absolute;
    top: 12px;
    right: 6px;

}


.grp_title_wrapper a {
    font-size: 17px;
    color: #2f485e;
    font-weight: 500;
}

.rtl .grp_title_wrapper a {
    font-size: 16px;
}

.grp_wrapper {

    padding-left: 0;
    padding-right: 0;
}

.box-sp-group {}

.grp_wrapper .box-sp-group {
    border-bottom: 1px solid #eee;
    min-height: 220px;
    border-right: 1px solid #eee;
}

.grp-gr-box {}

.grp_wrapper:nth-of-type(3) .box-sp-group {
    border-right: 0px solid #eee;
}

.grp_wrapper:nth-of-type(6) .box-sp-group {
    border-right: 0px solid #eee;
    border-bottom: 0px solid #eee;
}

.grp_wrapper:nth-of-type(4) .box-sp-group {
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
}

.grp_wrapper:nth-of-type(5) .box-sp-group {
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
}


.grp_title_wrapper {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grp_title_wrapper h4 {
    font-size: 12px;
    color: #abafb2;
    font-weight: 300;
    padding-top: 5px;
}

.grp-spe-container {
    margin-top: 0;
    margin-bottom: 3rem;
}

@media screen and (min-width:1800px) {
    .grp-spe-container {
        margin-top: 7rem;
    }

    .sec_corp {
        padding-bottom: 8rem;
    }

}

.box-sp-docs {

    box-shadow: rgb(100 100 111 / 20%) 1px 6px 7px 0px;
    margin: 19px 7px;
    border-radius: 5px;
}


.grp-spe-title {
    font-size: 28px;
    font-weight: 500;
    color: #2e485f;
    margin-bottom: 0rem;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltr .grp-spe-title {
    direction: ltr;
}

.ltr .grp-spe-title::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ba0001;
    font-size: 28px;
    margin-right: 5px;
    font-weight: 700;
}

.rtl .grp-spe-title::before {
    content: "\f067";
    font-family: 'FontAwesome';
    color: #3ac9cf;
    font-size: 28px;
    margin-left: 5px;
    font-weight: 700;
}

.grp-spe-title i {
    color: #3ac9cf;
    margin-left: 7px;
    font-size: 28px;
}

.grp-spe-title2 {
    font-size: 29px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 2rem;
}

.grp-spe-title-sub {
    color: #d1d1d1;
    font-size: 17px;
    font-weight: 100;
}


.docs-spe-title {
    font-size: 29px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 0rem;
}

.docs-spe-title2 {
    font-size: 18px;
    font-weight: 300;
    color: #545b63;
    margin-bottom: 2rem;
}

.docs-spe-title-sub {
    color: #4f73d1;
    font-size: 12px;
    font-weight: 100;
}

/* The hover effect
-------------------------------------------------------------- */
.news_img_cn {
    position: relative;
    width: 100%;
    height: 100%;
}

.news_img_effect {
    position: relative;
}


.news_img_effect .box-content {}


.news_img_effect:after {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 42px;
}

.news_img_effect .box-content:after {
    left: auto;
    right: 41px;
    top: auto;
    bottom: 33px;
}

.news_img_effect:after {
    top: auto;
    bottom: 31px;
    left: auto;
    right: 40px;
}


/* end of news effect  */

/* start of new news  */
.index_news_cn { 
    padding: 2rem 0 3rem 0;
    position: relative;
    background: #ffffff;
}

.box_news1 {
    padding: 0px;
    border-radius: 0;
    max-width: 100%;
    margin-top: 0px;
    margin: 2rem 0rem 1rem 0rem;
    width: 500px;
}

.box_news1>a {

    display: flex;
}

.img_news1 {

    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 312px;
}

.news1_content {
    padding: 10px 6px;
}

.news1_content h1 {
    font-size: 16px;
    color: #3f3f41;
    height: 46px;
    margin: 5px;
    font-weight: 500;
    line-height: 24px;
}

.rtl .news1_content h1 {
    direction: rtl;
    text-align: right;

}

.news1_cat_cn {

    display: flex;
    justify-content: start;
    direction: rtl;
}

.ltr .news1_cat_cn {
    justify-content: start;
    direction: ltr;
}


.news_share_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.news_share_ul li {
    display: inline-block;
}

.news_share_ul li a {
    width: 24px;
    height: 24px;
    background: #f1f1f1;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}

.news_share_ul li a i {
    color: gray;
}

.news1_cat_cn a {
    color: #6181d6;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 300;
    background: #edf1fc;
}

.news1_short {
    text-align: justify;
    padding: 9px 9px;
    font-size: 12px;
    color: #616161;
    direction: rtl;
    min-height: 72px;
    font-weight: 500;
}

.de-ne-more {
    color: #9f9f9f;
}

.de-ne-more a:hover {
    color: #00179b;
}

.de-ne-more span {

    margin: 9px 0;
    font-size: 14px;
    color: #3f3f3f;
}

.de-ne-more i {

    color: #480ca8;
    position: relative;
    top: 3px;
}

.de-ne-dat {
    color: #b7b7b7;
    font-size: 12px;
    margin: 0;
    display: flex;
    height: auto;
    justify-content: end;
    padding: 0;
}

.de-ne-dat span {
    padding-top: 5px;
    padding-bottom: 3px;
}

.de-ne-dat span:last-of-type {
    border-left: 0px;
}

.de-ne-dat-line {}


.news1_footer {
    margin-top: 1px;
    font-size: 11px;
    text-align: right;
    color: gray;
    margin: 0 10px;
    padding: 7px 2px;
    position: absolute;
    top: 58%;
}

.news1_footer .news_view_cn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 100;
}

.news1_footer .news_view_cn span {}


.news1_footer .news_view_cn i {
    margin-right: 7px;
    color: #6181d6;
}

.news_archive {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    color: black;
    font-weight: bold;
    direction: rtl;
}

.news-blog-box {
    position: relative;
    margin: 15px 0px;
    background: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding-bottom: 11px;
    transition: all 250ms ease;

    text-align: right;
    direction: rtl;
}

.news-blog-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.news-blog-box a {
    text-decoration: none;
}

.news-blog-box a :hover {
    text-decoration: none;
}

.blog-list-img {

    border-radius: 5px;
    width: 220px;
    max-width: 220px;
}

.news-blog-cmt {}

.date-news {

    display: flex;
    font-size: 12px;
    color: gray;
}

.news-blog-box h6 {
    color: #2e2f33;
    text-decoration: none;
    display: block;
    padding: 6px 6px 1px 6px;
    line-height: 25px;
    font-size: 15px;
    min-height: 68px;
    text-align: justify;
    min-height: 87px;
}

.news-blog-box p {
    color: #5e5e5f;
    text-decoration: none;
    display: block;
    text-align: justify;
    padding: 0px 6px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px;
    min-height: 92px;
    border-bottom: 1px solid #efefef;
}

.news-blog-box .date-news {
    font-size: 12px;
    padding: 3px 7px;
    color: #7c7c7c;
}

.news-blog-box .news-blog-continu {
    text-align: right;
    color: #424242;
}

.news-blog-box .news-blog-cmt {
    color: #bababa;
    font-size: 13px;
    border-right: 1px solid #e5e5e5;
}

.news-blog-cat-box {
    background: white;
    padding: 10px;
    margin: 16px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: right;
    direction: rtl;
    margin-top: 3rem;
}

.news-blog-cat-box .cat-title {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 7px;
    margin: 0px 15px;
    border-bottom: 1px dotted #bbb9b9;
    margin-bottom: 17px;
}

.news-blog-cat-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-blog-cat-box ul li {}

.news-blog-cat-box ul li a {
    display: block;
    color: #4a4a4a;
    font-size: 15px;
    padding: 10px 7px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    font-weight: 300;
}

.news-blog-cat-box ul li a:hover {
    text-decoration: none;
    padding-right: 25px;
    color: #000;
}

.news-blog-cat-box ul li a:before {
    font-family: 'FontAwesome';
    content: '\f09e';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.news-blog-bread {
    direction: rtl;
    margin-top: 20px;
}

.news-blog-bread ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-blog-bread ol li {
    display: inline-block;
    margin: 5px 1px;
    padding: 7px 0;
    font-size: 14px;
}

.news-blog-bread ol li a {
    list-style: none;
    color: #4f4f4f;
    font-size: 14px;
}

.news-blog-bread ol li i {
    float: right;
    margin: 3px 10px 0 3px;
}


.news-card {
    margin: 0;
    position: relative;
    height: 12rem;
    overflow: hidden;
    border-radius: 0.5rem;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    margin-bottom: 1rem;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    z-index: 0;
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: rgba(255,0,0,.5); */
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
    /* background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.rtl .news-card__text-wrapper {
    direction: rtl;
}

.news-card__header {
    font-size: 13px;
    display: flex;
    color: #d4070e;
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: 0.5rem;
    font-size: 17px;
    line-height: 23px;
}

.rtl .news-card__title {
    text-align: right;
}

.news-card__post-date {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    color: #ccc;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

.news-card__excerpt {
    font-size: 13px;
    color: #c7c7c7;
}

.rtl .news-card__excerpt {
    text-align: right;
    direction: rtl;
}

.news-card__read-more {
    color: #d4070e;
    display: block;
    font-size: 0.8rem;
    z-index: 5;
    display: flex;
    justify-content: end;
    align-items: center;
}

.news-card__read-more:hover {
    color: white;
}

.news-card__read-more i {
    position: relative;
    right: 12px;
    color: #888;
    transition: left 0.5s ease, color 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 3px;
}

.pContent {
    direction: rtl;
    text-align: justify;
}

.rtl .form_cn {
    direction: rtl;
    text-align: right;
}

.form_cn .form-control {}


.form_cn .form-control::placeholder {
    color: #ccc;
}


.ul_reg_items {

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.ul_reg_items li {
    border: 1px solid #eee;
    margin-left: 7px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: all 250ms ease;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 300;
    border: 1px solid #dfdfdf;
}

.ul_reg_items li:hover {
    background: #ff0000;
    color: #fff;
}

.reg_active {
    background: #00235d;
    color: #fff;
    font-weight: bold;
}

.add_item_wrapper {

    display: flex;
    align-items: center;
    justify-content: end;
}

.btn_add_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 300;
    background: #00235d;
    border: 1px solid #00235d;
    color: white;
}

.btn_delete_row {
    position: absolute;
    right: -56px;
    top: 10px;
    display: flex;
    align-items: center;
    background: red;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    justify-content: center;
    font-size: 13px;
}

.btn_add_item i {
    margin-left: 4px;
    color: #ffffff;
    font-size: 12px;
}

.btn_add_item span {}

.btn_register {
    background: #6432b7;
    border: 1px solid #5a2ab4;
    padding: 6px 36px;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    border-radius: 1px;
}

.btn_register:hover {
    background: #103255;
    color: #fff;
}


/* start of button loading  */

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
    pointer-events: none;
    cursor: default;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -10px;
    width: 17px;
    height: 17px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}


/* end of button loading */


.page-content-container {}

.pContent {
    padding: 0px 8px;
    line-height: 35px;
    margin-bottom: 50px; 
    font-weight: 500;
}

.rtl .pContent {

    direction: rtl;
    text-align: right;
}

.page-title-container {
    margin-top: 3rem;
}

.pTitle {

    text-align: right;
    margin: 1px;
    color: #ffffff;
    font-size: 16px;
    background: #002258;
    padding: 12px 15px;
    border-radius: 42px;
    direction: rtl;
    background: rgb(14, 188, 179);
    background: linear-gradient(20deg, rgb(123 44 191) 0%, rgb(88 0 174) 100%);
}

.clcard {
    background: #fff;
    box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.clcard i {
    font-size: 43px;
    color: #f9d453;
}

.clcard .card-title {
    font-size: 18px;
    color: #616161;
}

.clcard a {
    color: #333232;
    font-size: 16px;
}

.cnt-inpt {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0 2px 8.5px 1.5px rgba(197, 197, 197, 0.2);
    padding: 21px;
}

.btncontact {
    color: #fff;
    background-color: #f70012;
    border: none !important;
    border-radius: 1px;
    width: 134px;
}

.btncontact:hover {
    color: #fff;
    background-color: #c7000d;
}

.right-body {
    background: rgba(219, 222, 172, 0) url(../images/screenshots-bg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    margin: 0px;
    margin-top: 2rem;
}

.contact-map {
    height: 400px;
    box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin-top: 56px;
    margin-bottom: 50px;
}

/* faq start */


/* faq start */
.faq_search_cn {
    max-width: 400px;
    margin: 20px 0;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 6px 1rem 7px 41px;
    color: #7288a2;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.rtl .accordion a {
    padding: 1rem 3rem 1rem 1rem;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #002258;
}

.accordion a:hover::after {
    border: 1px solid #002258;
}

.accordion a.active {
    color: #002258;
    border-bottom: 1px solid #002258;
}

.accordion a::after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 1px;
    font-size: 12px;
    color: #7288a2;
    padding: 12px 1px 12px 0px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
    top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion>h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 22px;
}

.rtl .accordion a::after {
    right: 10px;
    left: auto;
}

.accordion a.active::after {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f068';
    color: #002258;
    border: 1px solid #002258;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
}

.accordion .content.active {
    opacity: 1;
    padding: 18px 7px;
    max-height: 100%;
    height: auto;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.site_inner_title {

    margin-right: 16px;
    font-size: 28px;
    color: #4a4a4a;
    margin-bottom: 10px;

}

/* faq end */
/* faq end */

/* start of new contact us  */
.cnt2-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 7rem;
}

.cnt-cover {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cnt2-top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgb(19, 19, 19);
    position: relative;
    flex-direction: column;
}

.cnt2-top-header h1 {
    font-size: 3.2em;
}

.rtl .contact_whole_cn {
    direction: rtl;
}

.cnt2-top-header h2 {
    font-size: 1em;
    padding-top: 1em;
}

.rtl .ct2-ways_box {
    text-align: right;
}

.ct2-ways_box h3 {
    color: #464646;
    font-size: 35px;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.cnt2-item-container {
    display: flex;
    align-items: center;
}

.rtl .cnt2-item-container {
    direction: rtl;
}

.cnt2-item-header {
    font-size: 17px;
    font-weight: 500;
    color: #464646;
    min-width: 50px;
}

.cnt2-item-value {
    font-size: 19px;
    padding: 14px 24px;
    color: #464646;
    font-weight: 500;
}

.rtl .cnt2-item-value {
    direction: rtl;
}

.cnt-routing {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cnt-routing li {
    padding-left: 15px;
}

.cnt-routing img {
    width: 47px;
}

.rtl .cnt2-form {
    direction: rtl;
    text-align: right;
}

.cnt2-form h3 {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    color: #464646;
    padding-top: 11px;
    margin-top: 4rem;
}

.cnt2-form .text-muted {
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 0em;
    display: flex;
}

/* end of new contact us  */
.rtl .blog_wrapper {
    direction: rtl;
}

/* start of news  */

.news-row {
    direction: rtl;
    text-align: right;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    line-height: 35px;
    margin-bottom: 11px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.news-row:hover {
    background: #f3f3f3;
}

.news-row img {
    width: 112px !important;
    height: 112px !important;
    border: solid 2px #77c0f1 !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 4px auto;
}

.news-row h3 {
    font-size: 17px;
    margin: 17px 0px 7px 1px;
    color: #313131;
}

.news-row h6 {
    font-size: 13px;
    margin: 17px 0px 7px 1px;
    color: #7d7d7d;
}

.news-row .date-news {
    font-size: 13px;
    margin: 3px 0px 7px 1px;
    color: #ada5a5;
}

.nTitle {
    background: #eaeaea;
    padding: 5px;
    text-align: center;
    padding: 10px;
    margin: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 19px;
}

.nSummery {
    width: 97%;
    padding: 4px;
    background: #fafafa;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
}

.nImage {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.nContent {
    width: 100%;
    padding: 10px;
    text-align: justify;
    line-height: 39px;
    font-weight: 300;
}

.ltr .nContent {
    direction: ltr;
}

.nContent img {
    max-width: 90%;
    display: block;
    margin: 40px auto;
}

.relatedbox {
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #efefef;
    margin: 0 auto;
}

.relatedTitle {
    margin: 10px 10px;
    text-align: right;
    font-weight: bold;
}

.rtl .relatedTitle {
    direction: rtl;
}

.ltr .relatedTitle {
    text-align: left;
}

.relatedTitle:before {
    content: '\f02e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin: 0 12px;
    color: red;
}

.relatedul {
    list-style: none;
    margin: 8px 20px;
    padding: 0px;
}

.nTitleMain {
    font-size: 1rem;
    line-height: 2rem;
}

.rtl .nTitleMain {
    direction: rtl;
}

.nImgMain {
    max-height: 239px;
}

.nBodyMain {
    min-height: 157px;
}

.relatedul li {}

.relatedul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #efeded;
}

.rtl .relatedul li a {
    text-align: right;
    direction: rtl;
}

.relatedul li a:before {
    content: '\f150';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin: 0 12px;
    color: rgb(0 35 93);
}

.relatedul li a:hover {
    background: rgb(236, 234, 224);
}

/* news like */

.nlContainer {
    background-color: #fdfdfd;
    border: 1px solid #e6e6e6;
    color: #555555;
    width: 100%;
    padding: 5px;
    text-align: left;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nlContainer a {}

.nlContainer i {
    font-size: 22px !important;
}

.nlContainer .nl-sp {
    font-size: 16px;
}

.a-like i {
    color: #609266;
}

.a-dislike i {
    color: #de7b7b;
}

.nl-sp {}

.sp-green {
    color: #466146;
    font-weight: bold;
}

.sp-red {
    color: red;
}

.activeLike i.fa-thumbs-o-up {
    color: #18a531;
}

.activeLike i.fa-thumbs-o-down {
    color: red;
}

/* end of news */
@media (min-width: 900px) {
    .news-card {
        height: 100%;
    }

    .news-card:hover .news-card__image {
        transform: scale(1.2);
        z-index: -1;
    }

    .news-card:hover .news-card__text-wrapper {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .news-card:hover .news-card__title {
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

    .news-card:hover .news-card__details-wrapper {
        max-height: 20rem;
        opacity: 1;
    }
}

@media screen and (max-width: 980px) {}


@media screen and (max-width: 600px) {
    .nImage {
        max-width: 100%;
    }

    .nTitle {
        background: none;
    }

    .grp-spe-title {
        margin-bottom: 1rem;
    }

    .topmenusearch {
        max-width: 100%;
        width: auto;
    }

}