





.cd-morph-dropdown { position: relative; /* height: 60px; background-color: #FFFFFF; */ }
.cd-morph-dropdown::before { /* never visible - used in JS to check mq */
  content: 'mobile'; display: none; }
.cd-morph-dropdown .nav-trigger { /* menu icon - visible on small screens only */
  position: absolute; top: -44px; right: 10px; height: 44px; width: 44px; /* replace text with icon */
  overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent; }






/* .cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
 position: absolute; background-color: #fff; height: 2px; width: 26px; border-radius: 20px; } */
/* .cd-morph-dropdown .nav-trigger span { left: 50%; top: 50%; bottom: auto; right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); -webkit-transition: background-color .3s; transition: background-color .3s; }
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before { content: ''; left: 0;
  -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; } */
/* .cd-morph-dropdown .nav-trigger span::before { -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px); transform: translateY(-9px); }
.cd-morph-dropdown .nav-trigger span::after { -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px); transform: translateY(9px); }
.cd-morph-dropdown.nav-open .nav-trigger span { background-color: transparent; }
.cd-morph-dropdown.nav-open .nav-trigger span::before { -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); transform: rotate(45deg); }
.cd-morph-dropdown.nav-open .nav-trigger span::after {-webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); transform: rotate(-45deg); } */

.cd-morph-dropdown .morph-dropdown-wrapper { display: none; position: absolute; top: 60px; left: 0;
  width: 100%; padding: 1.2em 5%; box-shadow: inset 0 1px 0 #e6e6e6; background-color: #FFFFFF; }
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper { display: block; }
.cd-morph-dropdown .dropdown-list > ul > li { margin-bottom: 3.3em; }
.cd-morph-dropdown .label { display: block; font-size: 2.2rem; color: #1A1A1A; margin-bottom: .8em; }
.cd-morph-dropdown .content li::after { clear: both; content: ""; display: block; }
.cd-morph-dropdown .label { /* hide the label on bigger devices */ display: none; }

.cd-morph-dropdown .main-nav {
    display: none;
}

/* 
@media screen and (max-width: 1023px) {

.cd-morph-dropdown .main-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 2px;
    right: -120vw;
}
.cd-morph-dropdown.nav-open .main-nav {
    
    background: #0099ddee;
    width: 100vw;
    height: calc(100vh - 82px);
    top: 2px;
    right: -4px;
    opacity: 1;
    visibility: visible;
}

} 

*/


/* 

@media screen and (min-width: 768px) {
  .cd-morph-dropdown .nav-trigger {  top: -22px;  right: 5px;}
} */



/* @media only screen and (min-width: 1024px) { */

  /* .jmegainner { overflow: hidden; background: #fff; border-radius: 10px;} */
  /* .cd-morph-dropdown {  position: absolute; height: 80px; left: 0; top: 0; width: 100%;   } */
  .cd-morph-dropdown::before { content: 'desktop'; }
  .cd-morph-dropdown .nav-trigger { display: none; }
  .cd-morph-dropdown .main-nav { display: inline-block; }
  .cd-morph-dropdown .main-nav > ul > li { display: inline-block; /* float: left; */ }
  .cd-morph-dropdown .main-nav > ul > li > a { display: block; padding: 10px 16px; line-height: 1;
    /* height: 70px; line-height: 70px; color: #FFFFFF; font-size: 1.8rem; -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; -webkit-transition: opacity .2s; transition: opacity .2s; */ }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */  opacity: .6; }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a { opacity: 1; }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block; top: 58px; /* overwrite mobile style */ width: auto; padding: 0; box-shadow: none;
    background-color: transparent; /* Force Hardware acceleration */ -webkit-transform: translateZ(0); transform: translateZ(0);
    will-change: transform; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper { /* background: #fff; border-radius: 15px; overflow: hidden;*/
    -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  .cd-morph-dropdown .dropdown-list { position: absolute; top: -24px; left: 0px; visibility: hidden;  background: #fff;
    -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform, width, height; border-radius: 10px;
    -webkit-transition: visibility .3s; transition: visibility .3s; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
  .no-csstransitions .cd-morph-dropdown .dropdown-list { display: none; }
  .cd-morph-dropdown .dropdown-list::before { /* dropdown top triangle */ content: ''; position: absolute;
    bottom: calc(100% - 16px); right: 75px; left: auto; height: 0; width: 0; opacity: 0;
    /* -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); */
    border: 8px solid transparent; border-bottom-color: #FFFFFF; -webkit-transition: all 0.2s; transition: all 0.2s; }
  .cd-morph-dropdown .dropdown-list > ul { position: relative; z-index: 1; height: 100%; width: 100%; overflow: hidden; }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list { -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -webkit-transform .3s; transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s; visibility: visible; }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before { opacity: 1; }
  .cd-morph-dropdown .dropdown { position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; width: 100%;
    -webkit-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }
  .cd-morph-dropdown .dropdown.active { opacity: 1; visibility: visible; }
  .cd-morph-dropdown .dropdown.move-left .content {
    -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); }
  .cd-morph-dropdown .dropdown.move-right .content {
    -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px); }

  .cd-morph-dropdown .content { /* padding: 2.2em 1.8em; */ -webkit-transition: -webkit-transform .3s; /* text-align: left; */
    transition: -webkit-transform .3s; transition: transform .3s;  transition: transform .3s, -webkit-transform .3s; }
  .cd-morph-dropdown .content > ul::after { clear: both; content: ""; display: block; }
  .cd-morph-dropdown .content > ul > li { width: 48%; /* float: left; */ margin-left: 4%; margin-top: 0; }
  .cd-morph-dropdown .content > ul > li:nth-of-type(2n) { margin-left: 0; }
  
  /* morph dropdown background */
  .cd-morph-dropdown .bg-layer {  position: absolute; top: 0; left: 0; height: 1px; width: 1px; background: #FFFFFF;
    opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; -webkit-transform-origin: top left;
    -ms-transform-origin: top left; transform-origin: top left; -webkit-transform: translateZ(0); transform: translateZ(0);
    will-change: transform; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer { opacity: 1; -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s; transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }

.dropdown .ep-sub-menu .ep-sub-menu-wrap .ep-icon .ep-icon-inner svg { width: 24px; height: 24px; line-height: 24px; }
.bdt-ep-circle-info .bdt-ep-circle-info-sub-circle svg { width: 2em; height: 2em; }
.dropdown .ep-sub-menu .ep-sub-menu-wrap .ep-sub-title { direction: ltr;}
.dropdown .ep-sub-menu .ep-sub-menu-wrap .ep-advance-menu .ep-icon-inner { text-align: center;
  width: 48px; height: 44px; padding: 5px; font-size: 24px; line-height: 38px; border-radius: 8px; }





/* .jtabitem.jtabactive .jblue {color:#F2C252;
	filter: invert(81%) sepia(38%) saturate(783%) hue-rotate(342deg) brightness(102%) contrast(90%);}
.jtabitem.jtabactive .jtabtitle { color:#F2C252; } */

/* jTabs */
.tabs { /* position: relative; */ /* overflow:hidden; */ /* position: absolute; */ /* top:50%; */ /* left:50%; */
    /* transform:translate(-50%,-50%); */ /* width: 100%; */ /* height: 360px; */ /* padding:30px 20px; */
    /* background:#f5f5f5; */ /* box-shadow:5px 5px 10px 5px #ccc; */ /* overflow:hidden; */ /* display: flex; */ }
.tabs .tab-header { /* float:left; */ /* width:180px; */ /* height:100%; */
    /* border-left: 4px solid #0099dd88; */ /* padding:50px 0px; */ /* width: 30%; */ }
.tabs .tab-header > div { height:75px; /* line-height:75px; */ font-size:13px; font-weight:600; color:#888888;
  cursor:pointer; padding: 0 30px 0 10px;  }
.tabs .tab-header > div:hover, .tabs .tab-header > div.jtabactive { 
    color: var(--e-global-color-primary); background-color: #F0F5F8; transition: 
    background-color 0.3s ease-in-out, color 0.3s ease-in-out;}
.tabs .tab-header > div:first-child:hover, .tabs .tab-header > div:first-child.jtabactive { border-top-right-radius: 10px; }
/* .tabs .tab-header > div:last-child:hover, .tabs .tab-header > div:last-child.jtabactive { border-bottom-right-radius: 10px; } */
.tabs .tab-header div i { display:inline-block; margin-left:10px; margin-right:5px; }
.tabs .tab-content {/* position: absolute; */ /* height:100%; */ /* width: calc(100% - 300px); overflow: hidden; */ width: 70%; }
/* .tabs .tab-content .jtabc { border-right: 1px solid #ccc; } */
.tabs .tab-content > div > i { display:inline-block; width:72px; height:72px; background:#555; color:#f5f5f5;
    font-size:25px; font-weight:600; text-align:center; line-height:50px; border-radius:50%; }

.tabs .tab-content > div { position:absolute; opacity: 0; transition:all 300ms ease-in-out; z-index: 1; text-align: right;  }
.tabs .tab-content > div.jtabactive { opacity: 1; z-index: 3; }
.tabs .tab-content > div > div { transition:all 300ms ease-in-out; left: -20px; transform: scale(1.05); }
.tabs .tab-content > div.jtabactive > div { left: 0; transform: scale(1); }

.tabs .tab-indicator { position: absolute; width: 4px; height: 75px; background: var(--e-global-color-primary);
  right: -5px; top: 0px; transition: all 300ms ease-in-out; }
.tab-indicator .triangle.jtrover { border-color: transparent #F0F5F8 transparent transparent;
    top: calc(50% - 48px); right: -5px;  z-index: 2; }
.tab-indicator .jbartab { width: 4px; background: #0099dd88; height: 2000%; position: absolute; top: -1000%; z-index: 1; }
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid { display: inline-grid; }
.triangle { width: 0px; height: 0px; border-style: solid; border-width: 16px 10px 16px 0; top: calc(50% - 16px);
    border-color: transparent #0099DD transparent transparent; transform: rotate(0deg); position: relative; }
/* .jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-hover-icon { align-self: flex-start; margin-top: 3px;} */
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-badge { left: 8px; top: 4px; border-radius: 20px;
    font-size: 10px; font-weight: 600; padding: 3px 8px; }
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-content { transform: translateX(0px); transition: all 0.3s ease-in-out; }
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-item:hover .ep-content { transform: translateX(-10px); }
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-hover-icon { right: 24px; z-index: 2; transform: translateX(0px) translateY(2px);
    position: absolute; left: auto !important; width: 20px; opacity: 1; transition: all 0.3s ease-in-out; font-size: 30px;}
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-item:hover .ep-hover-icon {right: 36px; transform: translateX(0px) translateY(2px);}
.jtabc span.ep-icon {  z-index: 3;}
.jtabc .ep-sub-menu .ep-sub-menu-wrap .ep-hover-icon:before{ font-family: 'Material Icons Two Tone'; content: "arrow_left";}
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid a.ep-item:not([href]) { filter: grayscale(1); }
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid a.ep-item[href] .ep-badge { color: transparent !important;
    padding: 3px 0px; font-size: 10px; transition: all 0.3s ease-in-out; text-indent: -200px; min-width: 16px; overflow: hidden;}
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid a.ep-item[href]:hover .ep-badge { 
    padding: 3px 8px 3px 8px; font-size: 10px; color: #fff !important; text-indent: 0; }
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid a.ep-item[href] .ep-badge i { text-indent: 0; position: absolute;
    right: 3px; top: 4px; color: #fff; width: 16px; height: 16px; font-size: 9px; transition: all 0.3s ease-in-out; }
.tabs .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid a.ep-item[href]:hover .ep-badge i { text-indent: 100px;}
.dropdown.active .jtabc.jtabactive .ep-sub-menu-grid > * { opacity: 1; transform: translateY(0); }
.dropdown .ep-sub-menu-grid > * { opacity: 0; transform: translateY(20px); transition: opacity 0.2s, transform 0.2s; }



.jtabitem span[class*='material-icons'] { font-size: 30px; }
.jtabitem .jtabitemtitle .jtabtitle { font-size: 13px; font-weight: 700; }
.jtabitem font { font-size: 10px; font-weight: 500; color: #888; }
.jtabitem .jtabitemtitle { line-height: 1.5; display: flex; align-items: end; }
.jtabitem .jtabitemtitle div { font-size: 13px; font-weight: 700; font-family: 'IRANSansFaNum'; }
.jtabitem .jtabitemtitle font { font-size: 10px; font-weight: 500; color: #888; margin-right: -30px; }
.tab-header .jtabitem { display: flex; flex-direction: column; justify-content: center; text-align: right;}
/* .jtabc { height: 100%;} */

/* } */



.ep-sub-menu .ep-sub-menu-wrap .ep-advance-menu .ep-item span.ep-content {
    text-align: right;
}



.animatedoffcanvasmenu .dce-nav .dce-nav-menu { 
  width: 100%;
    padding: 1em;
    padding-top: 3em;
    margin: 0;
}

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm ul#dce-ul-menu > li.menu-item {
    padding: 5px;
}

.animatedoffcanvasmenu .dce-nav .dce-nav-menu .menu-item-wrap {
    background: #E7F5FC;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: right;
}

.animatedoffcanvasmenu .dce-nav ul#dce-ul-menu > li > span > a {
    width: 70%;
    padding: 12px 20px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.animatedoffcanvasmenu .dce-nav ul#dce-ul-menu > li span.indicator-child {
    padding: 20px;
    width: 30%;
    text-align: left;
    font-size: 16px;
}

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm ul#dce-ul-menu > li > ul.sub-menu {
background: #0099dd11;
margin: -12px 0 0 0;
    padding: 10px 5px 10px;
    border-radius: 0 0 10px 10px;
}

.animatedoffcanvasmenu .dce-menu-aocm .dce-close .dce-quit-ics { background-color: transparent; padding: 24px;}

#dce-ul-menu { padding-bottom: 1em; }
#dce-ul-menu .jservicesxfn .tabs { flex-direction: column;}
#dce-ul-menu .jservicesxfn .jtab-pane { width: 100%; --width: 100%;}
#dce-ul-menu .jservicesxfn .tab-header { display: flex; flex-wrap: wrap; margin-bottom: 10px; }
#dce-ul-menu .jservicesxfn .tabs .tab-header > div { width: 50%; height: 66px; padding: 0 20px 0 10px;}
#dce-ul-menu .jservicesxfn .tabs .tab-header > div.jtabactive { background-color: #fbfbfb; border-radius: 10px; }

#dce-ul-menu .jservicesxfn .tab-content { width: 100%; --width: 100%; }
#dce-ul-menu .jservicesxfn .tab-content > div { display: none; position: relative; margin-bottom: 5px; 
  --border-radius: 10px;  border-radius: 10px; padding: 20px;}
  #dce-ul-menu .jservicesxfn .tab-content > div .ep-sub-menu-grid { grid-column-gap: 20px; grid-row-gap: 15px; }
#dce-ul-menu .jservicesxfn .tab-content > div.jtabactive { display: block; }

#dce-ul-menu .jservicesxfn .ep-sub-menu .ep-sub-menu-wrap .ep-advance-menu .ep-icon-inner {
    text-align: center;
    width: 48px;
    height: 44px;
    padding: 5px;
    font-size: 24px;
    line-height: 38px;
    border-radius: 8px;
}

#dce-ul-menu .jservicesxfn .ep-sub-menu .ep-sub-menu-wrap .ep-icon .ep-icon-inner svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#dce_hamburger { display: flex; }


@media only screen and (max-width: 767px) {

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm .jblogcats nav.horizontal > ul > li { width: 98%; }
.animatedoffcanvasmenu .dce-nav .dce-menu-aocm .jblogcats nav.horizontal > ul > li img { width: 30px; }

#dce-ul-menu .jservicesxfn .tabs .tab-header > div { width: 100%; }

#dce-ul-menu .jservicesxfn .tab-content > div .ep-sub-menu-grid { grid-template-columns: repeat(1, 1fr); }

}