/*Page.aspx Css*/
/*Start special CSS*/

:root {
    --mc1: #00E078;
    --mc2: #183E57;
    --mc3: #fff;
    --tc1: #434343;
    --tc2: #6C6B6B;
    --tc3: #2E2E2E;
    --white: #fff;
    --transition: .5s;
    --border-radius: 0;
    --border-radius-sm: 0;

}

::selection {
    background: var(--mc1);
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

/* font family */


@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekan/iranyekanwebregular.eot');
    src: url('../fonts/iranyekan/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iranyekan/iranyekanwebregular.woff') format('woff'),
        url('../fonts/iranyekan/iranyekanwebregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh/YekanBakh-Light.eot');
    src: url('../fonts/YekanBakh/YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh/YekanBakh-Light.woff') format('woff'),
        url('../fonts/YekanBakh/YekanBakh-Light.ttf') format('truetype'),
        url('../fonts/YekanBakh/YekanBakh-Light.svg#YekanBakh-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh/YekanBakh-Medium.eot');
    src: url('../fonts/YekanBakh/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh/YekanBakh-Medium.woff') format('woff'),
        url('../fonts/YekanBakh/YekanBakh-Medium.ttf') format('truetype'),
        url('../fonts/YekanBakh/YekanBakh-Medium.svg#YekanBakh-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh/YekanBakh-Heavy.eot');
    src: url('../fonts/YekanBakh/YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh/YekanBakh-Heavy.woff') format('woff'),
        url('../fonts/YekanBakh/YekanBakh-Heavy.ttf') format('truetype'),
        url('../fonts/YekanBakh/YekanBakh-Heavy.svg#YekanBakh-Heavy') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
span,
option,
html,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
article,
li,
div {
    font-family: 'YekanBakh';
}

.wbSlides__Nav * {
    font-family: 'IranYekan';
}


/*  */

.m-hight-none {
    min-height: 0;
}

.pad-none {
    padding-right: 0;
    padding-left: 0;
}

html {
    font-size: 100%;
    /* 1rem = 16px */
}

a:focus {
    outline: none;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0 !important;
}

ul,
ol {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
}

body {
    padding: 0;
    line-height: 24px;
    overflow-x: hidden;
    font-size: .875rem;
}

body.rtl {
    direction: rtl;
    text-align: right;
}

p {
    margin: 0;
}

li {
    list-style: none;
}

li p {
    line-height: inherit;
}

img[alt="edit"] {
    width: auto !important;
    margin: 0 !important;
    display: inline !important;
}

#wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#contentWrapper1 {
    position: relative;
    padding: 0 0;
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

main {
    min-height: calc(100vh - 300px);
    overflow: hidden;
    background-color: white ;
}
#wrap:not(.tabid-36,.tabid-67)> main.homePage {
    min-height: calc(100vh - 300px);
    overflow: hidden;
    background-color: white ;
    background-image: url("./StickyBg.png");
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabid-36 .row {
    align-items: center;
}

/*Repier Magement Menu*/

.subNav.advanced dl {
    width: 600px !important;
}

.subNav.advanced {
    width: 695px !important;
}

img {
    border: 0 none;
    height: auto;
}

img,
object,
embed {
    max-width: 100%;
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    border-color: var(--main-text-color)
}

.wb-carousel {
    background-color: #fff;
    padding: 16px 15px;
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
}

.wb-carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wb-carousel .img-wrap {
    /* display: flex !important; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.wb-carousel img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: auto;
}


/* -------------------------------------------------------------------------- */
/*                                 Components                                 */
/* -------------------------------------------------------------------------- */

/* ------ Font Size ------ */
.fz-xs {
    font-size: .75rem;
    line-height: 1.5rem;
    /* 12px */
}

.fz-sm, .WB-breadcrumb li,
.btnStyle_Primary {
    font-size: .875rem;
    line-height: 1.5rem;
    /* 14px */
}

.fz-md,
.Main-Menu li a,
.appendCantactSocial a,
.LiveForm.Default .Field.Heading .Header {
    font-size: 1rem !important;
    line-height: 1.75rem;
}

.fz-lg,
.title_Sm,
.blogDetail article h2,
.blogDetail article h3,
.blogDetail article h4 {
    font-size: 1.125rem;
    line-height: 2rem;
    /* 18px */
}

.fz-xl,
.title_Md {
    font-size: 1.5rem;
    line-height: normal;
    /* 24px */
}

.fz-xxl,
.title_Lg {
    font-size: 2rem;
    line-height: normal;
    /* 38px */
}

.fz-xxxl {
    font-size: 2.5rem;
    line-height: normal;
}

/* ------ Text Color ------ */
.tc1 {
    color: var(--tc1);
}

.tc2 {
    color: var(--tc2);
}

.tc3 {
    color: var(--tc3);
}

/* ------ Font Weight ------ */
.fw-md {
    font-weight: 500;
}

.fw-bl {
    font-weight: 900;
}

/* ------ Button Style ------ */

.btnStyle_Primary,
.btnStyle_Primary:focus,
.btnStyle_Primary:visited {
    padding: .25rem 1rem;
    border: 1px solid var(--mc1);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    background: var(--mc1);
    border-radius: var(--border-radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    font-weight: 900;
}

.btnStyle_Primary .WbIcon {
    margin-right: 4px;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
}

.btnStyle_Primary:hover .WbIcon {
    background-color: var(--mc1);
}

.btnStyle_Primary:hover {
    background: transparent;
    color: var(--mc1) !important;
}

.btnStyle_Primary i {
    margin-right: .5rem;
}

/* ------ Icon Style ------ */
.WbIcon {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background: var(--mc2);
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    transition: var(--transition);
}

/* container */
.WBContainer_Title1 {
    margin-top: 5rem;
}

.container__Ttl .Head {
    color: var(--mc1);
    position: relative;
    padding-right: 2.5rem;
}

.container__Ttl .Head::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 2rem;
    background: var(--mc1);
}

.WBContainer_TitleSidebar__Title {
    margin-bottom: 2rem !important;
}

.WBContainer_TitleSidebar__Title .Head {
    color: var(--mc2);
    position: relative;
}

.WBContainer_TitleSidebar__Title .Head::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(10px);
    width: 6rem;
    height: 2px;
    background: var(--mc1);
}

.back-green {
    background: var(--mc1);
}

.topBanner {
    padding-bottom: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.topBanner .topBanner__Info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.topBanner * {
    color: #fff !important;
    z-index: 1;
}

.topBanner_Main {
    background: url(../Images/top-banner.png) no-repeat center;
    background-size: cover;
    height: 334px;
    position: relative;
}

.topBanner .topBanner__Title i{
    display: none;
}

.topBanner_Main::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 62, 87, 0.45), rgba(24, 62, 87, 0.45));
    z-index: 1;
    pointer-events: none;
}

.topBanner_Main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #173E58 0%, rgba(23, 62, 88, 0.5) 67.79%, rgba(23, 62, 88, 0) 100%);
    z-index: 1;
    pointer-events: none;
    z-index: 1;
}

.topBanner_Blog {
    margin-bottom: 6.125rem;
}

.appendBreadcrumb .WB-breadcrumb ol li:nth-child(2) {
    font-weight: 900;
}

/* .topBanner_Blog .appendBreadcrumb .WB-breadcrumb ol li:last-child {
    display: none;
}

.topBanner_Blog .appendBreadcrumb .WB-breadcrumb ol li:nth-last-child(2) i {
    display: none;
} */


.topBanner_Main .container {
    height: 100%;
}


/* -------------------------------------------------------------------------- */
/*                                  PAGINATION                                */
/* -------------------------------------------------------------------------- */
.PagingTable {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 30px 0;
    padding: 15px 5px;
}

.PagingTable a,
.PagingTable em {
    width: 30px !important;
    height: 30px !important;
    border-radius: var(--border-radius-sm) !important;

}

.PagingTable a:not(.PreviousPage, .NextPage) {
    border: 1px solid var(--mc1);
    color: var(--mc1);
}

.PagingTable a:hover {
    background: transparent !important;
    border: 1px solid #C6C6C6 !important;
    color: var(--tc3) !important;
}

.PagingTable a:is(.PreviousPage, .NextPage) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #00000021 !important;
    font-size: 0 !important;
}

.PagingTable a:is(.PreviousPage, .NextPage)::before,
.PagingTable a:is(.PreviousPage, .NextPage)::after {
    font-size: 16px;
}

.PagingTable .NextPage:before, .PagingTable .PreviousPage:after {
    display: none;
}

.PagingTable em {
    background: var(--mc1) !important;
    color: #fff !important;
    border: 1px solid transparent;
}

.PagingTable a.FirstPage::before,
.PagingTable a.PreviousPage::before,
.PagingTable a.NextPage::after,
.PagingTable a.LastPage::after {
    margin-top: -2px !important;
}

.PagingTable a:not([href]),
.PagingTable a:is(.FirstPage, .LastPage) {
    display: none !important;
}


/* -------------------------------------------------------------------------- */
/*                                  BREADCRUMB                                */
/* -------------------------------------------------------------------------- */

.WB-breadcrumb ol {
    color: var(--tc1) !important;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.WB-breadcrumb li i {
    color: #fff !important;
    font-size: 1rem !important;
}

.WB-breadcrumb {
    margin: 0 0 2rem;
    max-width: 100% !important;
    padding: 0 !important;
}

.WB-breadcrumb .lblFinalUrl {
    color: var(--mc1);
}

/* .WB-breadcrumb li a {
    font-size: inherit !important;
} */

/* -------------------------------------------------------------------------- */
/*                                    SLICK                                   */
/* -------------------------------------------------------------------------- */

.slick-arrow {
    width: 2rem;
    height: 4.375rem;
    background: white !important;
    border: 1px solid var(--mc1) !important;
    font-size: 0 !important;
    transition: var(--transition) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    border-radius: var(--border-radius-sm) !important;
    z-index: 1 !important;
}

.slick-arrow.slick-prev {
    left: auto !important;
    right: -40px !important;
}

.slick-arrow.slick-next {
    left: -40px !important;
    right: auto !important;
}

.slick-slider .slick-arrow::before {
    color: var(--mc1) !important;
    font-size: 24px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-40%, -55%) !important;
    font-weight: bold !important;
    transition: var(--transition) !important;
}

.slick-slider .slick-arrow:not(.slick-disabled):hover {
    background: var(--mc1) !important;
}

.slick-slider .slick-arrow:not(.slick-disabled):hover:before {
    color: #fff !important;
}

.slick-arrow.slick-next::before {
    transform: translate(-60%, -55%) !important;
}

.slick-arrow:hover::before {
    color: #636363 !important;
}

.slick-prev:before {
    content: "\f105" !important;
}

.slick-next:before {
    content: "\f104" !important;
}



.serviceSidebar__Wrapper .slick-arrow {
    width: 58px !important;
    height: 40px !important;
    background: var(--mc1) !important;
    border: none !important;
    font-size: 0 !important;
    transition: var(--transition) !important;
    bottom: 0 !important;
    top: auto !important;
    position: absolute !important;
    z-index: 1 !important;
}

.serviceSidebar__Wrapper .slick-arrow.slick-prev {
    left: auto !important;
    right: 50% !important;
    transform: translate(99%, 50%) !important;
}

.serviceSidebar__Wrapper .slick-arrow.slick-next {
    left: 50% !important;
    right: auto !important;
    transform: translate(-99%, 50%) !important;
}

.serviceSidebar__Wrapper .slick-slider .slick-arrow::before {
    color: #fff !important;
    font-size: 24px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-weight: bold !important;
    transition: var(--transition) !important;
}

.serviceSidebar__Wrapper .slick-slider .slick-arrow.slick-next::before {
    left: .75rem !important;
}

.serviceSidebar__Wrapper .slick-slider .slick-arrow.slick-prev::before {
    right: .75rem !important;
}



/* --------------- */


.slide-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    background: #F4F4F4;
    border-radius: 50%;
    text-align: center;
}

.slide-arrow.arrow-prev {
    left: 0;
}

.slide-arrow.arrow-prev:before {
    content: '\f104';
    font-family: 'fontawesome';
    line-height: 20px;
    font-size: 20px;
}

.slide-arrow.arrow-next {
    right: 0;
}

.slide-arrow.arrow-next:before {
    content: '\f105';
    font-family: 'fontawesome';
    line-height: 20px;
    font-size: 20px;
}

/* slick dots */

.slick-dots {
    /* bottom: -32px !important; */
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
}

.slick-dots li button {
    background: #c4c4c4 !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    transition: var(--transition);
    padding: 0 !important;
}

.slick-dots li.slick-active button {
    background: var(--mc1) !important;
    border-radius: 30px !important;
}

.slick-dots li button::before {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}







/* -------------------------------------------------------------------------- */
/*                                 LIVE FORM                                  */
/* -------------------------------------------------------------------------- */

/* General Style */

/* ....... */




/* Upload Style */

.LiveForm .plupload_filelist_header,
.LiveForm .plupload_filelist {
    display: none !important;
}

.LiveForm .plupload_filelist_header,
.LiveForm .plupload_filelist_footer,
.LiveForm .plupload_container {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.LiveForm.Default .Fileupload>label {
    display: none !important;
}

.LiveForm.Default .plupload_buttons {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.LiveForm.Default .plupload_buttons__Text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #BDBDBD;
    border-left: none;
    border-radius: 0 10px 10px 0;
    font-size: .875rem !important;
    color: var(--tc1);
    padding: 12px;
    max-width: calc(100% - 120px);
    overflow: auto;
}

.LiveForm.Default .plupload_button {
    position: relative !important;
    display: inline-block !important;
    padding-right: 16px !important;
    padding-left: 40px !important;
    border-radius: 10px 0 0 10px !important;
    margin-right: 0 !important;
    white-space: nowrap;
    min-width: 120px !important;
}

.LiveForm.Default .plupload_button::before {
    content: '\f093 ';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: .875rem;
}

.LiveForm.Default .plupload_button__Upload::before {
    content: '\f110 ';
    animation: 1s rotateAnime infinite ease-in-out;
}

.LiveForm.Default .plupload_button__Failed::before {
    content: '\f071 ';

}

.LiveForm.Default .plupload_button__Done::before {
    content: '\f00c ';

}


@keyframes rotateAnime {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}




/* -------------------------------------------------------------------------- */
/*                                 Userdash                                   */
/* -------------------------------------------------------------------------- */



.ModDDRMenuC .nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    padding: 0px;
    background-color: #f3f3f3;
}

.userProfileBox {
    border-radius: var(--border-radius) !important;
    padding: 15px !important;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%) !important;
    background: #fbfbfb !important;
}

#btnUpdateUser,
.ModWBUserOrderC .user-order .firstNav input[type="button"] {
    border-radius: var(--border-radius) !important;
    background: var(--mc1) !important;
    border: 1px solid var(--mc1) !important;
    font-family: inherit !important;
    transition: var(--transition) !important;
    float: left;
    font-size: 1rem;
}

#btnUpdateUser:focus,
#btnUpdateUser:hover,
.ModWBUserOrderC .user-order .firstNav input[type="button"]:focus,
.ModWBUserOrderC .user-order .firstNav input[type="button"]:hover {
    background: transparent !important;
    color: var(--mc1) !important;
    box-shadow: unset !important;
}

.ModDDRMenuC .nav-pills {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
}

.ModDDRMenuC .nav-pills>li {
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    font-size: .875rem;
    border-bottom: 1px dashed#821c6b14;
}

.ModDDRMenuC .nav-pills>li.active,
.ModDDRMenuC .nav-pills>li.active>a:focus,
.ModDDRMenuC .nav-pills>li.active>a:hover {
    background: var(--mc1);
}

.ModDDRMenuC .nav-pills>li.active a {
    background-color: transparent;
    color: white;
}

table#orderList thead {
    background: var(--mc1) !important;
    color: #fff;
}

table.dataTable thead th::before,
table.dataTable thead td::before,
table.dataTable thead th::after,
table.dataTable thead td::after {
    content: none !important;
}

.ModWBUserChangePasswordC .user-password .btnBox button,
.ModWBUserChangePasswordC .user-password .btnBox button:hover {
    font-size: inherit;
    background-color: var(--mc1);
    border-color: var(--mc1);
    box-shadow: none;
    font-family: inherit;
}

table.dataTable thead th,
table.dataTable thead td {
    width: 25% !important;
}

.user-order .tableBox {
    margin-top: 15px;
}

.user-order .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.user-order .modal-header .close span {
    font-size: 24px;
}

.DnnModule-DDRMenu,
.userProfileBox,
.DnnModule-WB_User_Order,
.DnnModule-WB_User_ChangePassword {
    margin-top: 48px;
}

/* -------------------------------------------------------------------------- */
/*                                  COMMENT                                   */
/* -------------------------------------------------------------------------- */
/* --------------------- */

/* Comment Style */

/* --------------------- */

.CommentOut {
    margin-top: 48px;
}

.CommentHead {
    border-bottom: 2px solid var(--mc1);
}

/* .CommentHead span {
    border-bottom: 1px solid var(--mc1);
    display: inline-block;
    padding-bottom: 8px;
} */

.DnnModule-DNNArticle-ArticleView .outerCommentSection {
    padding: 0 !important;
    margin: 0 auto !important;
    border: none;
    border-radius: var(--border-radius);
}

.DnnModule-DNNArticle-ArticleView .submitBox,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-wrap .reply-fields-wrap,
.comment-view .btnCommentClientBox,
.comment-view .txtNameClientBox {
    text-align: left;
}

.DnnModule-DNNArticle-ArticleView #btnCommentClient,
.DnnModule-DNNArticle-ArticleView .commentTextBox #btnCommentClient,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-box #txtNameClient,
.comment-view #btnCommentClient,
.comment-view .reply-box #txtNameClient {
    background: var(--mc1) !important;
    border: 1px solid var(--mc1) !important;
    outline: none !important;
    transition: var(--transition) !important;
    padding: 6px 24px !important;
    height: 44px !important;
    border-radius: 0 !important;
}

.DnnModule-DNNArticle-ArticleView #btnCommentClient:hover,
.DnnModule-DNNArticle-ArticleView .commentTextBox #btnCommentClient:hover,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-box #txtNameClient:hover,
.comment-view #btnCommentClient:hover,
.comment-view .reply-box #txtNameClient:hover {
    background: transparent !important;
    color: var(--mc1) !important;
}

.DnnModule-DNNArticle-ArticleView .commentTextBox .main-comment,
.comment-view .main-comment {
    background: #FFFFFF;

    border: 1px solid #E6E6E6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);

}

.DnnModule-DNNArticle-ArticleView .commentTextBox {
    padding: 0;
    border: none !important;
    margin-top: 24px;
}

.DnnModule-DNNArticle-ArticleView .insertCommentBox .modern-label,
.comment-view .modern-label {
    line-height: normal;
}

.commentTextBox .user-comments-view .user-comment,
.comment-view .user-comments-view .user-comment {
    padding: 0px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: none;
}

.insertCommentBox input[type="text"],
.insertCommentBox textarea,
.commentTextBox .modern-input,
.comment-view .modern-input {
    background: #FFFFFF;
    /* Light Gray */

    border: 1px solid #E6E6E6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.commentTextBox .user-comments-view .user-name,
.comment-view .user-comments-view .user-name {
    position: relative;
    padding-right: 32px !important;
    color: var(--mc1) !important;
}

.commentTextBox .user-comments-view .user-name::before,
.comment-view .user-comments-view .user-name::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    mask-image: url(../Images/commentUser.svg);
    -webkit-mask-image: url(../Images/commentUser.svg);
    mask-size: 24px;
    -webkit-mask-size: 24px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right center;
    -webkit-mask-position: right center;
    background-color: var(--mc1);
    z-index: 1;
    padding: 0;
}

.replay-comment {
    margin-top: 16px !important;
}

.comment-view .user-comments-view .comment-date {
    padding: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   HOME                                     */
/* -------------------------------------------------------------------------- */

.wbSlider {
    position: relative;
}

.wb-slides-parent {
    position: relative;
}

.wb-slides-parent::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 224px;
    background: linear-gradient(180deg, #173E58 0%, rgba(23, 62, 88, 0.5) 67.79%, rgba(23, 62, 88, 0) 100%);
    z-index: 1;
    pointer-events: none;
    z-index: 1;
}


.wb-slides-parent::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 62, 87, 0.45), rgba(24, 62, 87, 0.45));
    z-index: 1;
    pointer-events: none;
}

.wbSlider .Description {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: right;
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
    margin-top: 408px;
}


.wbSlider .Description * {
    color: #fff !important;
}

.wbSlider .html5video video {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 100vh;
    max-height: 600px;
    pointer-events: none;
}


.wb-slides-parent__Second__Ttl {
    position: relative;
    padding-right: 2.5rem;
}

.wb-slides-parent__Second__Ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 2rem;
    background: #fff;
}

.aboutUs__HomeWrap {
    margin: 5rem auto 0;
    max-width: 1100px;
}

.aboutUs__Home__ImgBox {
    text-align: left;
}

.aboutUs__Home__Img {
    position: relative;
    margin-left: 24px;
}

.aboutUs__Home__Img::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../Images/pattern.svg) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 126px;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 30%);
    z-index: 1;
}

.aboutUs__Home__Info__Header {
    color: var(--mc1);
    position: relative;
    padding-right: 2.5rem;
    margin-bottom: 1.5rem;
}

.aboutUs__Home__Info__Header::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 2rem;
    background: var(--mc1);
}

.stats__Banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 2rem 0;
    margin-top: 162px;
}

.stats__Number p {
    font-family: "IranYekan" !important;
}

.stats__Wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

/* CURRENCY BOX */
.currencyBox {
    position: fixed;
    top: auto;
    right: 0;
    z-index: 12;
    bottom: 8rem;
}

.currencyBox__Wrapper {
    display: flex;
    width: 94px;
    height: 2.5rem;
    background: #183E57;
    align-items: center;
    transition: var(--transition);
    border-left: 3px solid #00E078;
}

.currencyBox__Content__Currency {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.currencyBox__Ttl {
    color: #fff;
    padding-right: 44px;
    position: relative;
}

.currencyBox__Content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    background: #183E57;
    padding: 0.5rem;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    transition: var(--transition);
    width: 200px;
    height: 144px;
    border: 1px solid var(--mc1);
}

.currencyBox:hover .currencyBox__Content {
    transform: translateX(0);
}

.currencyBox__Content__CurrencyName {
    color: var(--mc1);
    padding-right: 2.5rem;
    position: relative;
}

.currencyBox__Content__CurrencyName::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
}

.currencyBox__Content__Currency:nth-child(1) .currencyBox__Content__CurrencyName::before {
    background: url(../Images/euro.svg) no-repeat center;
}

.currencyBox__Content__Currency:nth-child(2) .currencyBox__Content__CurrencyName::before {
    background: url(../Images/dollar.svg) no-repeat center;
}

.currencyBox__Content__Currency:nth-child(3) .currencyBox__Content__CurrencyName::before {
    background: url(../Images/derham.svg) no-repeat center;
}


.currencyBox__Content__Currency:nth-child(4) .currencyBox__Content__CurrencyName::before {
    background: url(../Images/yuan.svg) no-repeat center;
}

.currencyBox__Ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(../Images/currency.svg) no-repeat center;
    background-size: cover;
}

.currencyBox__Content__CurrencyPrice {
    margin-right: 1rem;
    font-family: "IranYekan" !important;

}

/* mobile bottom bar */

.contactMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 .25rem;
    background-color: #041D2D;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1000;
    border-top: 1px solid var(--white);
}

.contactMobile__Item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
    padding: .5rem 0;
}

.contactMobile__Item:first-child {
    border-left: 1px solid var(--white);
}

.contactMobile__Item a,
.contactMobile__Item span,
.contactMobilePhoneList__Item a {
    color: var(--white);
    font-size: 16px;
    margin-right: 1rem;
}

.contactMobilePhoneListWrapper {
    position: fixed;
    bottom: 48px;
    left: 0;
    width: 100%;
    transition: var(--transition);
    transform: translateY(150%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.contactMobilePhoneListWrapper.open {
    transform: translateY(0);
}

.contactMobilePhoneListShadow {
    width: 100%;
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
}

.contactMobilePhoneList {
    position: relative;
    width: 100%;
    height: 70vh;
    height: 70dvh;
    padding: 1rem;
    padding-top: 4rem;
    background-color: #041D2D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactMobilePhoneList__Close {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.contactMobilePhoneList__Item {
    display: flex;
    align-items: center;
    border: 1px solid var(--white);
    margin-bottom: 1.5rem;
    padding: .5rem .75rem;
    width: 55%;
}

.contactMobilePhoneList__Item:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   About US                                 */
/* -------------------------------------------------------------------------- */

.about__Bg {
    background-color: var(--mc2);
    color: white;
    position: relative;
    /* check */ padding: 6rem 0rem 0rem;   
    /* overflow: hidden; */
    margin-top: 10rem;
}

.about__Bg::before {
    content: "";
    height: 85%;
    padding-right: 40%;
    background-image: url(../Images/aboutBgHex.png);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.about__Bg::after {
    width: 14%;
    padding-top: 12%;
    background-image: url(../Images/aboutBgHex.png);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%) rotate(180deg);
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutTwo__TextBox .aboutTwo__Title {
    color: var(--mc1);
    margin-bottom: 2rem;
}

.aboutTwo__TextBox {
    margin-bottom: 6rem;
}

.aboutTwo__TextBox p {
    line-height: 2rem;
    text-align: justify;
}

.aboutTwo__ImageBox {
    position: relative;
    align-items: flex-end;
    z-index: 0;
}

.aboutTwo__ImageBox img {
    position: absolute;
    bottom: 0;
}

.aboutTwo__ImageBox::before {
    content: '';
    width: 150%;
    height: 100%;
    left: 50%;
    bottom: 0%;
    position: absolute;
    transform: translate(-50%);
    background: radial-gradient(50% 85.28% at 50% 85.28%, #04954f8a 0%, rgba(4, 149, 78, 0) 100%);
    /* z-index: 0; */
}

.aboutUs__About__Img {
    width: fit-content;
    position: relative;
    margin: 0 auto;
}

/* .aboutUs__About__Img::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../Images/pattern.svg) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 200px;
    top: 0;
    right: 3.5rem;
    transform: translate(-50%, -25%) rotate(90deg);
    z-index: 1;
} */

.about__PageEl .aboutUs__Home__Info ul {
    margin-right: 15px !important;
}

.about__PageEl .aboutUs__Home__Info ul li {
    list-style: disc;
    margin-bottom: 0.25rem !important;
}

.about__link {
    z-index: 2;
    position: static;
}

.about__LinkBox {
    background: var(--mc1);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 10rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 102px;
    margin-top: 11rem;
}

.about__LinkBox__Watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about__LinkBox__Watermark::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -8.5rem;
    width: calc(100% - 280px);
    height: 100%;
    background: url(../Images/cta-watermark.svg) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.aboutLink__ImageBox {
    position: absolute;
    bottom: .5rem;
    left: 10%;
    z-index: 2;
    /* transform: translate(-50%); */
}

.about__LinkBox .btnStyle_Primary {
    background: var(--mc3) !important;
    color: var(--tc3) !important;
    border-color: var(--mc3);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    width: 120px;
}

.about__LinkBox .btnStyle_Primary .WbIcon {
    background-color: var(--mc1) !important;
}

.about__LinkBox .btnStyle_Primary:hover {
    background: var(--mc3) !important;
    color: var(--tc3) !important;
}



/* -------------------------------------------------------------------------- */
/*                                 Contact US                                 */
/* -------------------------------------------------------------------------- */

.rtl .LiveForm.Default .CommandButton, .rtl .LiveForm.Default .Head, .rtl .LiveForm.Default .Normal, .rtl .LiveForm.Default .NormalBold, .rtl .LiveForm.Default .NormalDisabled, .rtl .LiveForm.Default .NormalRed, .rtl .LiveForm.Default .NormalTextBox, .rtl .LiveForm.Default .SubHead, .rtl .LiveForm.Default .SubSubHead, .rtl .LiveForm.Default a:hover, .rtl .LiveForm.Default a:link, .rtl .LiveForm.Default a:visited, body.rtl .LiveForm.Default, .rtl .LiveForm.Default h1, .rtl .LiveForm.Default h2, .rtl .LiveForm.Default h3, .rtl .LiveForm.Default h4, .rtl .LiveForm.Default h5, .rtl .LiveForm.Default h6, .rtl .LiveForm.Default input, .rtl .LiveForm.Default table, .rtl .LiveForm.Default td, .rtl .LiveForm.Default th, .rtl .ms-tooltip, .rtl .LiveForm.Default #menu span, .rtl .LiveForm .ui-datepicker * {
    font-family: 'YekanBakh';

}

.contactUs__ImageBox .aboutUs__Home__Img::before {
    transform: translate(-50%, 50%) rotate(90deg);
    left: auto !important;
    right: 0;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
    box-shadow: none !important;
    padding-right: 0 !important;
}

.LiveForm.Default input {
    height: 50px !important;
}

.LiveForm.Default input,
.LiveForm.Default textarea {
    border-radius: 0px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
    font-family: IranYekan !important;
    border: 1px solid #E6E6E6 !important;
    text-indent: 1rem;
    transition: var(--transition);
}
.LiveForm.Default input:focus,
.LiveForm.Default textarea:focus {
    border-color: var(--mc1) !important;
}

.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
    text-indent: 0 !important;
}

.LiveForm.Default .Field.Heading .Header {
    border-bottom: none !important;
    font-weight: 700;
    color: var(--tc3);
}

.LiveForm.Default ul.page-break-section .Field {
    padding-right: 0 !important;
}

.LiveForm.Default textarea {
    min-height: 9rem !important;
}

.Submit-Align-Right {
    text-align: right !important;
}

.Submit-Align-Right>input {
    background: var(--mc1) !important;
    box-shadow: none !important;
}

.contactUs__Map {
    transform: translateY(-108px);
    border: 5px solid #FFFFFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    margin-bottom: -80px;
    display: block;
    height: 25rem;
    background-image: url(../Images/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contactUs__SocialLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0rem 140px;
    color: white;

}

.appendCantactSocial .foter_social {
    margin-top: 1.5rem;
}

.appendCantactSocial a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-weight: 900;
    margin-top: 1rem !important;
}

.appendCantactSocial a i {
    margin-right: 0.75rem;
    transform: translateY(-2px);
}

.appendCantactSocial a .icontitle {
    display: inline-block;
    font-weight: 600;
}



.contact__Content {
    display: flex;
    flex-wrap: wrap;
    color: #848688 !important;
}

.contact__Content .contact__Content__Item:not(:last-child) {
    margin-left: 1.5rem;
}

.contactUs__Info_Wrapper {
    margin: 4rem 0rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}


.contactUs__Info_Wrapper img {
    margin-left: 1.5rem;
}



/* Help Page */

.helpMe {
    text-align: right;
    width: 500px;
    margin: 50px auto;
    padding: 20px 0;
}

.helpMe table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 16px;
    overflow: hidden;
    color: #383555;
    background: #fbfbfb;
    -webkit-box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
    box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
}

.helpMe tr td:first-child {
    background-color: #b7b7b767;
}

.helpMe tr td {
    border: 1px solid #e9e9e9;
    padding: 10px;
    text-align: center;
    width: 520px;

}




/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */


@media (min-width:768px) and (max-width:991px) {
    .aboutLink__ImageBox {
        bottom: 50%;
        left: 0;
    }

    .about__LinkBox__Watermark::before {
        width: 418px !important;
    }
}

@media all and (max-width:767px) {
    .about__LinkBox__Watermark::before {
        width: 294px !important;
    }
}


@media all and (max-width: 991px) {
    .serviceList__Home .mainArticleWrapper .slick-list {
        padding: 0 4rem 2rem;
        margin: 0 -15px;
    }

    .CommentOut {
        margin-bottom: 32px !important;
    }

    .fz-xs {
        font-size: .75rem;
        line-height: 1.5rem;
        /* 12px */
    }

    .fz-sm,
    .btnStyle_Primary, .WB-breadcrumb li {
        font-size: .75rem;
        line-height: 1.5rem;
        /* 12px */

    }

    .fz-md,
    .Main-Menu li a,
    .appendCantactSocial a,
    .LiveForm.Default .Field.Heading .Header {
        font-size: .875rem !important;
        line-height: 1.5rem;
        /* 14px */
    }

    .fz-lg,
    .title_Sm,
    .blogDetail article h2,
    .blogDetail article h3,
    .blogDetail article h4 {
        font-size: 1rem;
        line-height: 1.75rem;
        /* 16px */

    }

    .fz-xl,
    .title_Md {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .fz-xxl,
    .title_Lg {
        font-size: 1.25rem;
        line-height: normal;
    }

    .fz-xxxl {
        font-size: 1.5rem;
        line-height: normal;
    }

    .WBContainer_Title1 {
        margin-top: 2.5rem;
    }

    .wbSlider .html5video video {
        min-height: 350px;
        max-height: 300px;
    }

    .wbSlider .Description {
        margin-top: 220px;
        right: 0rem;
        transform: translateY(0%);
    }

    .aboutUs__Home__Info__Header {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .serviceList__Home .mainArticleWrapper {
        display: block;
    }

    .stats__Banner {
        justify-content: space-evenly;
    }

    .stats__Wrapper {
        width: 236px;
        height: 89px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
    }

    .stats__Wrapper {
        margin-bottom: 2rem;
    }

    .stats__Wrapper .stats__ImgBox {
        grid-area: 1 / 1 / 3 / 2;
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 2rem;
    }

    .stats__Wrapper .stats__ImgBox img {
        width: 100%;
    }

    .stats__Wrapper .stats__Number {
        grid-area: 1 / 2 / 2 / 4;
    }

    .stats__Wrapper .stats__Txt {
        grid-area: 2 / 2 / 3 / 4;
    }

    .slick-arrow {
        top: auto !important;
        bottom: -2.5rem;
        transform: translateY(0) !important;
        height: 2rem;
    }

    .slick-arrow.slick-prev {
        right: auto !important;
        left: 70px !important;
    }

    .slick-arrow.slick-next {
        left: 1rem !important;
    }

    .topBanner_Main {
        height: 224px !important;
    }

    .topBanner {
        padding: 4rem !important;
    }

    .about__Bg::before {
        content: "";
        height: 60%;
        width: 90%;
        padding-right: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }

    .aboutTwo__TextBox {
        padding: 0rem 1rem !important;
    }

    .contactUs__ImageBox .aboutUs__Home__Img {
        margin-bottom: 2rem;
    }

    .contactUs__Info_Wrapper>div:not(:last-child) {
        border-bottom: 2px solid #E6E6E6;
        margin-bottom: 2.5rem;
        padding-bottom: 2.25rem;
    }

    .about__link {
        flex-direction: column;
        justify-content: flex-start;
    }

    .currencyBox {
        top: auto;
        transform: translateY(0);
        bottom: 8rem;
    }

    .aboutTwo__ImageBox img{
        position: relative;
    }
    .about__Bg {
        padding: 2.75rem 0rem 0rem;

    }
    .aboutTwo__TextBox {
        margin-bottom: 2.75rem;
    }
}

@media (min-width: 992px) {
    .CommentOut .insertCommentBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about__Bg::after {
        content: '';
    }

    .insertCommentBox .nameBox,
    .insertCommentBox .emailBox {
        width: calc(50% - 6px);
    }

    .insertCommentBox .opinionBox,
    .insertCommentBox .submitBox {
        width: 100%;
    }

    main {
        position: relative;
        z-index: 2;
        padding-bottom: 4rem;
    }

    .appendCantactSocial .foter_social a:nth-child(2) {
        margin: 1rem 52px 0;
    }

    

}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width:767px) {
    .aboutLink__ImageBox {
        bottom: 70%;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .about__LinkBox {
        padding: 100px 50px 40px;
    }

    .aboutUs__About__Img::before {
        height: 110px;
        right: 2.5rem;
        transform: translate(0, -25%) rotate(90deg);
    }

    .appendCantactSocial .foter_social {
        flex-direction: column;
    }

    .stats__Wrapper:last-child {
        margin-bottom: 0rem;
    }


}