
/**************** Login page******************/
@media only screen and (max-width:767px) {
    .loginContent .LoginPanel {
    width: 100% !important;
    }
    
    .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap;
    }
    
    .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important;
    }
    }
    
    form[action*="/Login?returnurl"] .loginContent .LoginPanel {
    width: 500px !important;
    }
    
    form[action*="/Login?returnurl"] .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: inherit;
    }
    
    form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
    display: inline-block !important;
    text-align: left !important;
    }
    
    
    .registerGroup ul,
    .registerGroup li {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
    .registerGroup,
    .loginGroup {
    display: inline-block;
    }
    
    .registerGroup a,
    .loginGroup a,
    .registerGroup a:link,
    .loginGroup a:link,
    .registerGroup a:active,
    .loginGroup a:active,
    .registerGroup a:visited,
    .loginGroup a:visited {
    color: inherit;
    }
    
    .loginContent a,
    .loginContent a:link {
    color: #333;
    }
    
    .loginContent a.dnnPrimaryAction {
    color: #FFF;
    }
    
    .loginContent a:hover {
    text-decoration: none;
    }
    
    /**************** register page******************/
    @media only screen and (max-width:767px) {
    .dnnRegistrationForm {
    min-width: inherit !important
    }
    
    .dnnRegistrationForm .dnnForm {
        width: 100%
    }
    
    .dnnRegistrationForm .dnnFormLabel {
        display: block !important;
        text-align: right !important
    }
    
    .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
        display: block !important;
        float: none !important;
        text-align: right !important;
        width: 100%
    }
    
    .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
        left: auto !important;
        position: static !important;
        margin-right: 5px !important
    }
    
    .dnnRegistrationForm .dnnForm .dnnFormItem {
        padding: 0 !important;
        margin: 0 !important
    }
    
    .dnnRegistrationForm .dnnFormItem input[type="text"], .dnnRegistrationForm .dnnFormItem input[type="password"], .dnnRegistrationForm .dnnFormItem input[type="email"], .dnnRegistrationForm .dnnFormItem input[type="tel"], .dnnRegistrationForm .dnnFormItem select, .dnnRegistrationForm .dnnFormItem textarea {
        width: 100%;
        margin-bottom: 10px !important
    }
    }
    
    /**************** Password page******************/
    @media only screen and (max-width:767px) {
    .dnnSendPasswordContent {
    width: auto !important
    }
    
    .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: right
    }
    
    .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static
    }
    
    .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], 
    .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important
    }
    
    .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important
    }
    }
    /*footer*/
    footer.footer .dngTextBox, .footer-logoin {
    display:  block
    }
    
    .footer-logoin {
    }
    
    /* ********** Control Panel Style ************** */
    .CommandButton,
    A.CommandButton:link,
    A.CommandButton:visited,
    A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    text-decoration: none;
    font-weight: normal;
    }
    
    A.CommandButton:hover {
    color: #973939;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    }
    
    .FileManager A,
    .FileManager A:link,
    .FileManager A:visited,
    .FileManager A:active {
    color: #000;
    text-decoration: underline;
    }
    
    .FileManager A:hover {
    color: #000;
    text-decoration: none;
    }
    /* ********** Pane Style ************** */
    .DNNEmptyPane {
    display: none;
    }
    
    #dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
    }
    
    ul.dnnActionMenuBody li ul li a,
    ul.dnnActionMenuBody li ul li a img {
    color: #328DDE !important;
    }
    
    form#Form {
    height: 100%;
    }
    
    .ModuleTitle_SubMenu {
    z-index: 9999 !important;
    }
    /* ********** Pane Style End ************** */
    /*dnn*/
    .dnnEditState .actionMenu {
    z-index: 1 !important;
    display: block !important;
    }
    
    #Body[style*="margin-left: 80px"] {
    position: relative;
    }
    
    #Body[style*="margin-left: 80px"] .dng-main.Wide .header-replace.header-position,
    #Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
    #Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
    right: 80px;
    width: auto;
    left: 0;
    }
    
    #Body[style*="margin-left: 80px"] .headersidenav {
    right: 80px;
    }
    
    #Body[style*="margin-left: 80px"] .leftslidemenu.active {
    right: 80px;
    }
    
    #Form.showControlBar {
    position: relative;
    }
    
    .dnnEditState .overlay-panel-content {
    position: relative !important;
    display: block !important;
    z-index: 99 !important;
    overflow: visible;
    width: 100%;
    }
    
    .dnnEditState .overlay-panel-content:before {
    position: absolute;
    }
    
    .dnnEditState .overlay-panel-content .overlay-panel-close {
    position: absolute;
    }
    
    .dnnEditState .overlay-panel-content .dng_animate_visible,
    .cke_editable .dng_animate_visible {
    opacity: 1;
    }
    
    .dnnEditState .side-panel-box.side-panel .side-panel-main {
    min-height: 100vh
    }
    
    .dnnEditState .side-panel {
    position: relative !important;
    right: auto !important;
    left: 0 !important;
    top: 0 !important;
    visibility: visible !important;
    display: inline-block;
    z-index: 100 !important;
    }
    
    #PageTemplate_Modal .modal-body {
    height: calc(100% - 65px);
    }
    
    #PageTemplate_Modal .close {
    position: absolute;
    left: 4px;
    top: -3px;
    font-size: 35px;
    }
    
    #setting-message-info {
    position: fixed;
    left: 25px;
    top: 25px;
    z-index: 10001;
    display: none;
    padding: 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    background-color: #32373c;
    }
    
    #setting-message-info .fa {
    border-width: 2px;
    border-style: solid;
    font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
    }
    
    #setting-message-info-full {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10000001;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
    }
    
    #setting-message-info-full .waitaminute-message {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
    }
    
    #setting-message-info-full .cog {
    position: relative;
    display: inline-block;
    width: 60px;
    line-height: 1;
    margin-bottom: 10px;
    }
    
    #setting-message-info-full .cog .fa-cog {
        width: 1em;
        height: 1em;
        display: inline-block;
        background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
        background-size: cover;
    }
    
        #setting-message-info-full .cog .fa-cog::before {
            content: none;
        }
    
    #setting-message-info-full .cog .icon1 {
        -webkit-animation: rotatemessage-r 5s infinite linear;
        animation: rotatemessage-r 5s infinite linear;
    }
    
    #setting-message-info-full .cog .icon2 {
        position: absolute;
        font-size: 0.5em;
        top: 0;
        -webkit-animation: rotatemessage 3s infinite linear;
        animation: rotatemessage 3s infinite linear;
    }
    
    #setting-message-info-full .cog .icon3 {
        position: absolute;
        font-size: 0.5em;
        bottom: 0;
        -webkit-animation: rotatemessage 3s infinite linear;
        animation: rotatemessage 3s infinite linear;
    }
    
    /* Animations */
    @-webkit-keyframes rotatemessage {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    
    @keyframes rotatemessage {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    
    @-webkit-keyframes rotatemessage-r {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    }
    }
    
    @keyframes rotatemessage-r {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    }
    }
    
    .DNNEmptyPane {
    display: none !important;
    }
    
    /*pane name*/
    .dnnEditState .edit-panename {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    user-select: none;
    color: #cdcdcd;
    font-size: 18px;
    font-weight: bold;
    left: 50%;
    top: 20px;
    transform: translate(-50%,0);
    text-shadow: 0 0 1px rgba(255,255,255,0.2);
    }
    
    /*SkinPlugin*/
    .SkinPlugin_icon {
    display: none;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    text-align: left;
    white-space: pre;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    
    body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
    left: 80px;
    }
    
    
    .SkinPluginPro_icon:not(.sidebarIcon) a {
    display: inline-flex;
    flex-direction: row-reverse;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    background-color: #20a3f0;
    text-align: center;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 2px;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) span {
    color: #FFF;
    max-width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) i {
    font-size: 16px;
    color: #FFF;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) i::before {
    content: none;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
    max-width: 160px;
    padding-right: 10px;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) a {
    background-image: url(resource/images/cog.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
    background-position: left -3px top -30px;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
    background-position: left -3px top 2px;
    }
    
    .SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
    background-position: left -3px top -60px;
    }
    
    .btn-plugin.btn-plugin-headerlayout {
    width: 40px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: rgba(0, 172, 214,0.8);
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 300ms ease-in;
    }
    
    .btn-plugin.btn-plugin-headerlayout span,
    .btn-plugin.btn-plugin-headerlayout i {
    display: none;
    }
    
    .btn-plugin.btn-plugin-headerlayout:hover {
    background-color: rgb(0, 172, 214);
    }
    
    div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
    height: auto !important;
    }
    
    
    .col-md-12 {
    float: none !important;
    }
    
    #dnn_content .dnnForm.dnnLogin {
    padding-top: 20px;
    }
    
    .dnnModuleDigitalAssetsBackground,
    .dnnModuleDigitalAssetsBackground *,
    .dnnModuleDigitalAssetsBackground *::after,
    .dnnModuleDigitalAssetsBackground *::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
    
    .dnnModuleDigitalAssetsBackground caption {
    padding: 0;
    }
    /*************************ezweb**********************************/
    .footer-info-box {
    text-align: center;
    }
    #row-669714, #row-669714 .Normal {
    color: rgba(170,170,170,1);
    font-size: 14px;
    }
    #row-669714 {
    padding-top: 15px;
    padding-bottom: 15px;
    }
    div#row-914234 {
    padding: 50px 0 0px 0;
    }
    .H6-Container .dnntitle h6 span:after {
    content: "";
    width: 40px;
    display: inline-block;
    border-bottom: 2px solid #fd000c;
    margin: 0 10px;
    }
    .H6-Container .dnntitle h6 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    }
    footer#Skip-footer p {
    font-size: 14px;
    text-align: justify;
    color: #ffffff80;
    }
    .sticky-fixed .floating-nav.floating-nav-sticky {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
        background: transparent !important;
    }
    #Body .floating-active .floating-dark-color .dng-megamenu .primary_structure>li>a, #Body .floating-active .floating-dark-color .dng-megamenu .primary_structure>li>a:link, #Body .floating-active .floating-dark-color .dng-megamenu .primary_structure>li>a:active, #Body .floating-active .floating-dark-color .dng-megamenu .primary_structure>li>a:visited {
    color: #424242;
    }
    img.header-logo, .floating-header-logo {
    padding-bottom: 14px;
    }
    
    .dnngo_menu_list .pane_space,.dnngo_menu_list a,.dnngo_menu_list a:link, .dnngo_menu_list a:active, .dnngo_menu_list a:visited, .dnngo_boxslide .pane_space, .dnngo_boxslide a,.dnngo_boxslide a:link, .dnngo_boxslide a:active, .dnngo_boxslide a:visited{
    font-family:inherit !important;
    font-size: 16px !important;
    }
    .submenu.Menu ul li a {
    font-size:14px !important;
    }
    .submenu.Menu .submenu_title >a >span {
    color: #fd000c !important;
    padding: 0px 12px;
    font-weight: 900;
    border-right: 3px #fd000c6b solid;
    }
    .dnngo_boxslide {
    border-radius: 0px 0 10px 10px;
    }
    .submenu.Menu ul li {
    list-style-type: square;
    color: #efa7a5;
    }footer#Skip-footer {
    background-color: #222;
    }
    #row-669714 {
    background-color: #222!important;
    padding: 10px 0 !important;
    font-size: 12px !important;
    }
    ul#ulHeader li a {
    color: #ffffff80;
    font-size: 14px;
    }
    ul#ulHeader {
    padding-right: 21px;
    }
    .linkitem {
    list-style: square;
    line-height: 1.5;
    margin: 0;
    padding:7px 5px;
    color: #da251c;
    transition:all 200ms ease-out 0s;
    }
    ul#ulHeader li a:hover {
    color: #da251c;
    font-size: 14px;
    }
    ul#ulHeader li:hover{
    transition: all 200ms ease-out 0s;
    padding-right: 7px;}
    ul#ulHeader li {
    transition: all 200ms ease-out 0s;
    }
    .linkitem:hover {
    color:#fff;
    }
    .H6-Container .dnntitle {
    margin-top: 50px !important;
    }
    .education-banner-text::after {
    content: "";
    position: absolute;
    border: 10px solid #fffb;
    top: -40px;
    right: -60px;
    bottom: -60px;
    width: 170px;
    border-left: 0px;
    border-radius: 0px 5px  5px 5px;
    }
    .education-banner-text::before {
        content: "";
        width: 200px;
        border-top: 10px solid #fffb;
        border-bottom: 0px solid #fffb;
        position: absolute;
        right: 110px;
        top: -40px;
        bottom: -60px;
        border-radius: 5px 0 0 0;
    }
    .slider-main p.description {
    text-shadow: 2px 1px #000;
    }
    .slider-main h1.title {
    text-shadow: 2px 1px #000;
    }
    p.description {
    width: 600px;
    }
    div#headerrow-893713:hover {
    background: #ffffff!important;
    }
    div#headerrow-893713:hover #dng-megamenu219470 .primary_structure>li>a{
    
    color: #000000;
    }
    
    div#headerrow-893713:hover .logo img{
    display: none!important;
    }
    div#headerrow-893713:hover .floating-header-logo:not(.header-logo) {
    display: block!important;
    float: right !important;
    position: relative;
    }
    .header-wrap .logo img {
    max-height: 100%;
    margin: 0;
    padding-top: 6px;
    }
    div#headerrow-893713:hover .dnngo_menuslide  {
    top: 114% ;
    }
    .floating-active:hover .dnngo_menuslide  {
    top: 92% !important;
    }
.unleash_caption a.link >h6{
            padding-bottom: 9px;
        }
    
    /*****************************/
    @media screen and (max-width:768px) {
        .tp-loop-wrap, .tp-mask-wrap {
            left:  0px!important;
        }
        .tp-loop-wrap, .tp-mask-wrap {
        left: 0px!important;
        top: 27px!important;
    }
        .tp-mask-wrap h1.title {
        line-height: 27px!important;
    }
    }
    @media screen and (max-width: 426px) {
        .tp-loop-wrap, .tp-mask-wrap {
            left: 0px !important;
            bottom: 12px !important;
        }
       .caption_3 a.link>p {
       font-size: 9px !important;
          }
     .unleash_caption{
      margin:0px !important;
        }

    }
    @media screen and (max-width:767px) {
        .education-banner-text::after {
            right: 10px;
        }
    div#slide-5-layer-18 {
        height: 21px !important;
    }
    
    /*a.button-02.btn-color5 {
        border: 1px solid #fff !important;
        border-radius: 3px!important;
        padding: 2px 10px!important;
        line-height: 1px !important;
        margin-top: 10px !important;
        right: 30px !important;
        height: 21px !important;
    }*/
    .img-box04 {
        position: relative;
        height: 100%;
        max-width: 500px;
        min-height: 500px;
        }
    .img-box01 img {
        min-width: 400px !important;
    }
    .education-banner-text{
    padding: 0px 30px 0 0  !important; 
    }
    /*#box-4 {
        margin-bottom: -70px!important;
      }*/
    p.description {
    width: 500px;
    }
    .education-banner-text p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    }
    .slider-main h1.title {
    text-shadow: 2px 1px #000;
    }
    }
    @media (max-width:1024px) {
    #dng-megamenu219470 .primary_structure>li>a, #dng-megamenu219470 .primary_structure>li>a:link, #dng-megamenu219470 .primary_structure>li>a:active, #dng-megamenu219470 .primary_structure>li>a:visited {
    font-size: 13px!important;
    font-weight: bold !important;
    }
    
    }
    @media (max-width:425px) {
       .rev_slider_wrapper , .forcefullwidth_wrapper_tp_banner {
        width: 100% !important;
        height:186x !important;
    }
       div#box-4 p.title {
        font-size: 12px !important;
    }
       .tp-loop-wrap, .tp-mask-wrap {
        left: -21px!important;
        top: -30px !important;
    }
      
      }
    .tp-bgimg.defaultimg {
        background-position: unset !important;
    }
    /*****************************/
    .hesperiden .tp-tab-date   {
        text-align: center!important;
        font-weight: bold!important;
        font-size: 14px!important;
        color: #fff!important;
        font-family: 'IRANSans';
        }
    .hesperiden .tp-tab-title {
        text-align: center!important;
        font-weight: bold!important;
        font-size: 10px!important;
        color: #eee!important;
            font-family: 'IRANSans';
        }
    .hesperiden .tp-tab-content {
        padding: 15px 5px 5px!important
            }
    .tp-tab-image {
        display: none !important;
    }
    .hesperiden .tp-tab {
        border-top: 1px solid #e5e5e5ad!important;
        border-bottom: 0px solid!important;
    }
    .hesperiden .tp-tab:hover, .hesperiden .tp-tab.selected {
        background: transparent!important;
    }
    .tp-tab.selected {
        border-top:5px solid #da251c !important;
    }
    .hesperiden .tp-tab {
         font-family: mitra ,Tahoma !important;
        
    }
    .eyebrow-red, .rich-text .eyebrow-red {
        color: #fe000c;
        font-weight: 900 !important;
        font-size: 40px !important;
    }
    .home-itemTitle, .home-text, .home-title {
        color: #fff;
    }
    .home-button {
        font-style: normal;
        font-weight: 400;
        color: #fff !important;
        background-color: #fe000c;
        cursor: pointer;
        display: inline-block;
        font-size: 1rem !important;
        line-height: 3rem !important;
        overflow: hidden;
        margin: 0 auto !important;
       }
    .home-button {
        float: left;
        margin-right: 30px;
    }
    h2.home-title.h1 {
        font-size: 14px !important;
        line-height: 2.4 !important;
    }
    nav.pagetitle-breadcrumbs-box li a span {
        font-family: 'IRANSans' !important;
    }
    .page-breadcrumbs.inset.text-right {
        display: none;
    }
    .pagetitle-breadcrumbs-box ul li:nth-child(1) {
        display: none;
    }
    
    /************tab************/
    #tab-service ul.resp-tabs-list {
        width: 1200px !important;
    }
    #tab-service ul.resp-tabs-list li {
        width: 190px;
        margin: 8px 4px !important;
    }
    
    #tab-service ul.resp-tabs-list li {
        margin: 3px;
        padding: 6px 18px;
        font-size: 1rem;
        border-radius: 2px!important;
        color: #464856;
        font-weight: 600;
        cursor: pointer;
        transition: all ease-in 300ms;
        text-align: center;
    }
    #tab-service ul.resp-tabs-list {
        display: inline-flex;
        flex-wrap: wrap;
        margin: 0;
        list-style: none;
        border: 2px solid #f1f1f1!important;
        border-radius: 2px!important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        background: #fff;
    }
    #tab-service .resp_container .resp_margin {
        margin: 10px 0;
        width: 1200px;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        min-height: 480px !important;
        height: 480px !important;
    }
    #tab-service li#tab_item-0 .title , #tab-service li#tab_item-1 .title , #tab-service li#tab_item-2 .title , #tab-service li#tab_item-3 .title , #tab-service li#tab_item-4 .title, #tab-service li#tab_item-5 .title {
        line-height: 9;
    }
    #tab-service .resp-tab-item ,#tab-service .section-tabs-list button.item {
        background-repeat: no-repeat !important;
        background-position: center 21% !important;
        background-size: 21% !important;
        height: 100px!important;
    }
     #tab-service li#tab_item-0 ,#tab-service .section-tabs-list button.item:nth-child(1)  {
        background-image: url(/Portals/0/Images/imgback/img-order-y.png);
       }
    #tab-service li#tab_item-0.resp-tab-active , #tab-service .section-tabs-list button.active:nth-child(1) {
        background-image: url(/Portals/0/Images/imgback/img-order.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.active.mobile-show:nth-child(1) {
        background-image: url(/Portals/0/Images/imgback/img-order.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(1) {
        background-image: url(/Portals/0/Images/imgback/img-order-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
       }
    #tab-service li#tab_item-1 , #tab-service .section-tabs-list button.item:nth-child(2) {
        background-image: url(/Portals/0/Images/imgback/img-bitumen-y.png);
       }
    #tab-service li#tab_item-1.resp-tab-active ,#tab-service .section-tabs-list button.active:nth-child(2) {
        background-image: url(/Portals/0/Images/imgback/img-bitumen.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
       }
    #tab-service button.active.mobile-show:nth-child(3) {
        background-image: url(/Portals/0/Images/imgback/img-bitumen.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(3) {
        background-image: url(/Portals/0/Images/imgback/img-bitumen-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        }
    #tab-service li#tab_item-2 , #tab-service .section-tabs-list button.item:nth-child(3){
        background-image: url(/Portals/0/Images/imgback/img-factory-y.png);
       }
    #tab-service li#tab_item-2.resp-tab-active ,#tab-service  .section-tabs-list button.active:nth-child(3){
        background-image: url(/Portals/0/Images/imgback/img-factory.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
       }
    #tab-service button.active.mobile-show:nth-child(5) {
        background-image: url(/Portals/0/Images/imgback/img-factory.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(5) {
        background-image: url(/Portals/0/Images/imgback/img-factory-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
       
    }
    #tab-service li#tab_item-3 ,#tab-service .section-tabs-list button.item:nth-child(4) {
        background-image: url(/Portals/0/Images/imgback/img-support-y.png);
       }
    #tab-service li#tab_item-3.resp-tab-active ,#tab-service  .section-tabs-list button.active:nth-child(4) {
        background-image: url(/Portals/0/Images/imgback/img-support.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
       }
    #tab-service button.active.mobile-show:nth-child(7) {
        background-image: url(/Portals/0/Images/imgback/img-support.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(7) {
        background-image: url(/Portals/0/Images/imgback/img-support-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
       }
    #tab-service li#tab_item-4  , #tab-service .section-tabs-list button.item:nth-child(5){
        background-image: url(/Portals/0/Images/imgback/img-commerce-y.png);
       }
    #tab-service li#tab_item-4.resp-tab-active ,#tab-service  .section-tabs-list button.active:nth-child(5) {
        background-image: url(/Portals/0/Images/imgback/img-commerce.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
       }
    #tab-service button.active.mobile-show:nth-child(9) {
        background-image: url(/Portals/0/Images/imgback/img-commerce.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(9) {
        background-image: url(/Portals/0/Images/imgback/img-commerce-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
       }
    #tab-service li#tab_item-5 , #tab-service .section-tabs-list button.item:nth-child(6){
        background-image: url(/Portals/0/Images/imgback/img-service-y.png);
       }
    #tab-service li#tab_item-5.resp-tab-active,#tab-service .section-tabs-list button.active:nth-child(6) {
        background-image: url(/Portals/0/Images/imgback/img-service.png)!important;
        background-repeat: no-repeat!important;
        background-position: center 21%!important;
        background-size: 21%!important;
        height: 100px;
        background-color: #fd000c !important;
       }
    #tab-service button.active.mobile-show:nth-child(11) {
        background-image: url(/Portals/0/Images/imgback/img-service.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
        background-color: #fd000c !important;
    }
    #tab-service button.mobile-show:nth-child(11) {
        background-image: url(/Portals/0/Images/imgback/img-service-y.png)!important;
        background-repeat: no-repeat!important;
        background-position: 45px!important;
        background-size: 5%!important;
        height: 100px;
       }
    button.mobile-show span.title , button.active.mobile-show span.title {
        color: #fd000c!important;;
        font-size: 14px !important;
    }
    #tab-service .list-08 li {
        font-size: 14px;
        line-height: 2;
    }
    #tab-service  .list-08 li {
        position: relative;
        padding: 7px 18px 5px 0;
    }
    #tab-service  .law03-imgbox::after {
        left: -20px!important;
        right: 85px !important;
    }
    
    .law03-imgbox .cont {
        max-width: 55%!important;
        text-align: center!important;
    }
    
    #tab-service .is-container.layout-container.position-relative {
        min-height: 290px !important;
        height: 290px !important;
    }
    body .button-01  , body .button-02 {
        font-family: inherit!important;
        }
    body .btn-color2.button-01:hover {
        background-color: #333;
    }
    body .btn-color2.button-02:hover {
        color: #FFF !important;
        border-color: #333!important;
        background-color: #333!important;
    }
    body .btn-color2.button-01:hover {
        background-color: #333 !important;
    }
    li.resp-tab-item {
        border-left: 1px solid #f5f2f2;
    }
    li#tab_item-5{
        border-left: 0px solid #f5f2f2;
    }
    /* header */

    #dnn_HeaderPaneA{
        padding: 0px 0px 14px;
    }
    #dnn_dnnLogin82_loginLink{
        padding-right: 8px;
        color: white;
        font-size: 0.9rem;
    }
    #headerrow-18769 .area-right .header-content-wrap > div{
        margin-left: 0px !important;
    }
    #dnn_dnnUser883_registerLink{
        padding-left: 5px;
        color: white;
        margin-right: 5px;
        font-size: 0.9rem;
    }
    .search-popup-box .icon{
        background-color: #fd000c00;
        color: red;
    }
    .rtl .search-popup-box .popup-content {
        left: 37px;
        height: 47px;
        top: 15px;
    }
    .rtl .search-popup-box a.search::after{
        top: 34%;
        right: 56%;
    }
    .rtl .search-popup-box a.search::before{
        top: 39%;
        right: 56%;
    }
    .search-popup-box .NormalTextBox{
        height: 46px;
        border-radius: 0px 5px 5px 0px;
    }
    .floating-active #headerrow-716224 .dropdown-ar {
        background-color: black !important;
      }
    .logo-footer{
        margin: 15px 0px;
    }
    #column-894350 .header-content-wrap{
        margin: 18px 0px 0px;
    }


    
    @media screen and (max-width:360px) {
       #tab-service  #tab_cont-0 .resp_margin  {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 715px!important;
        height: 500px !important;
    }
        #tab-service  #tab_cont-1 .resp_margin  {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 550px!important;
        height: 500px !important;
    }
      #tab-service  #tab_cont-2 .resp_margin  {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 740px!important;
        height: 500px !important;
    }
        #tab-service  #tab_cont-2 .resp_margin  {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 740px!important;
        height: 500px !important;
    }
        #tab-service  #tab_cont-3 .resp_margin  {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 740px!important;
        height: 500px !important;
    }
      #tab-service  #tab_cont-4 .resp_margin {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 850px!important;
        min-height: 490px!important;
        height: 460px !important;
    }
    #tab-service  #tab_cont-5 .resp_margin {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        max-height: 900px!important;
        min-height: 415px!important;
        height: 430px !important;
    }
    #tab-service  .col-md-5 {
        display: none;
    }
     .d-wrapper .is-box .is-container {
       padding-left: 10px;
        padding-right: 10px;
    }
     #tab-service h2.resp-accordion {
       text-align: right!important;
             } 
    #tab-service .resp-arrow {
        left: 30px!important;
        right:auto !important;
        }
    section#dnn_content {
        margin-top:0 !important;
    }
    ul#ulHeader li a {
        font-size: 14px!important;
    }
    .is-container {
        max-width: 350px !important;
    }
    #box-4 .info-box11 .title {
        font-size: 8px!important;
    }
    }
    @media only screen and (max-width:375px) {
        section#dnn_content {
        margin-top:  0px !important ;
    }
        .is-container {
        max-width: 350px !important;
    }
     #tab-service  .col-md-5 {
        display: none;
    }
     .d-wrapper .is-box .is-container {
       padding-left: 10px;
        padding-right: 10px;
    }
     #tab-service h2.resp-accordion {
       text-align: right!important;
             } 
    #tab-service .resp-arrow {
        left: 30px!important;
        right:auto !important;
        }
    ul#ulHeader li a {
        font-size: 14px!important;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
    }
    @media only screen and (max-width: 767px){
    #tab-service  .col-md-5 {
        display: none;
    }
     .d-wrapper .is-box .is-container {
       padding-left: 10px;
        padding-right: 10px;
    }
     #tab-service h2.resp-accordion {
       text-align: right!important;
             } 
    #tab-service .resp-arrow {
        left: 30px!important;
        right:auto !important;
        }
       #tab-service  #tab_cont-0 .resp_margin   {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        height: 660px !important;
    }
    #tab-service  #tab_cont-1 .resp_margin {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        height: 427px  ;
        min-height: 450px  ;
    }
    #tab-service  #tab_cont-2 .resp_margin   {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        height: 660px !important;
    }
    #tab-service  #tab_cont-3 .resp_margin   {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        height: 490px !important;
    }
    #tab-service  #tab_cont-4 .resp_margin   {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        height: 445px  ;
        min-height: 450px  ;
    }
    #tab-service  #tab_cont-5 .resp_margin   {
        margin: 10px 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
       height: 370px ;
        min-height: 370px ;
    }
    .tab04 h2.resp-accordion {
        text-align: right !important;
        
    }
    /*section#dnn_content {
        margin-top: 270px ;
    }*/
    }
    
    
    /************************************/
    
    .rtl .Construction01-section-tabs .section-tabs-list .item, .rtl .Construction01-section-tabs .section-tabs-container>.item {
        text-align: right!important;
        padding: 28px 0px 20px 0px ;
    }
    @media only screen and (min-width: 1200px) {
       .Construction01-section-tabs .section-tabs-list .item {
        margin-right: 0px!important;
        border-left: 1px solid #eee !important;
    }
       .section-tabs-list button.item:nth-child(6){
            border-left: 0px solid #eee !important;
       }
    }
    @media screen and (min-width: 1024px){
    button.item {
        width: 160px  ;
    }
    
    .section-tabs-list span.title {
        font-size: 12px  ;
        text-align: center;
        margin-top: 35px;
    }
    .rtl .Construction01-section-tabs .section-tabs-list .item, .rtl .Construction01-section-tabs .section-tabs-container>.item {
        text-align: right;
        padding: 28px 25px 20px 25px!important;
      
    }
    
    }
    @media screen and (max-width: 920px) {
        .builder-tab-cont .row {
            margin-left: 5px!important;
            margin-right: 5px!important;
              margin: 0 auto !important;
        width: 95%!important;
        }
        .law03-imgbox {
           display: none!important;
    }
    }
    
    
    button.item {
        width: 200px;
    }
    .builder-tab-cont .law03-imgbox::after {
        left: -20px!important;
        right: 85px !important;
    }
    .Construction01-section-tabs .section-tabs-list .item.active .title, .Construction01-section-tabs .section-tabs-container>.item.active .title {
        color: #fff!important;
    }
    .section-tabs-list span.title {
        font-size: 16px !important;
        text-align: center;
        margin-top: 35px;
    }
    .Construction01-section-tabs .section-tabs-list .item::after, .Construction01-section-tabs .section-tabs-container>.item::after {
        content: "0"counter(chapter);
        counter-increment: chapter;
        font-size: 27px!important;
        font-weight: 600;
        position: absolute;
        line-height: 1;
        left: 0;
        top: 0;
        color: #333;
        opacity: 0.02!important;
        font-family: var(--family2);
        pointer-events: none;
    }
    .section-tabs-list.container {
        box-shadow: 0 0 50px 0 rgb(6 22 58 / 14%);
        background: #fff;
        border-radius: 3px;
    }
    .Construction01-section-tabs .section-tabs-list .item::after, .Construction01-section-tabs .section-tabs-container>.item::after {
        left: 5px!important;
        top: 5px!important;
        color: #333;
        opacity: 0.08;
       }
    .Construction01-section-tabs .section-tabs-list {
        margin: 0 0 60px;
        padding: 5px!important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e6e6e6;
        counter-reset: chapter;
    }
    .builder-tab-cont {
        /*box-shadow: 0 0 30px 0 rgb(6 22 58 / 14%);
        background: #ffffffd6;*/
        padding: 40px 0;
    }
    .builder-tab-cont .row {
           margin-left: -70px;
        margin-right: -30px;
    }
    .Construction01-section-tabs .section-tabs-list {
        margin: 0 0 21px!important;
       }
    .title-03 small::after {
        margin: 10px auto 10px!important;
    }
    .title-15::before {
        background-color: #ffbc007a!important;
       }
    .title-15::after {
        background-color: #ffbc0047!important;
       }
    .info-box11 .title {
        font-family: inherit!important;
    }
    .info-box11 {
        border-width: 3px!important;
    }
     
    .law03-imgbox .cont {
       border-radius: 3px;
    }
    .counter-01 .title {
        font-size: 1.25rem;
        color: #eee!important;
       }
    .counter-01 .icon {
        font-size: 2.5rem;
        color: #ffbc00!important;
    }
    button.active.mobile-show {
         border-top: 1px solid #eee !important;
        border-bottom: 2px solid #eee !important;
        background: #fff !important;
    }
    button.active.mobile-show {
        width: 95% !important;
        margin: 0 auto !important;
        height: 70px !important;
    }
    button.mobile-show {
        border-top: 1px solid #eee !important;
        border-bottom: 2px solid #eee !important;
        background: #fff !important;
    }
    button.mobile-show {
        width: 95% !important;
        margin: 0 auto !important;
        height: 70px !important;
    }
    /*#box-4 {
        margin-bottom: -125px;
       }*/
    @media screen and (max-width: 767px) {
        #customer .col-md-6  {
            flex: 0 0 50%;
            max-width: 50%;
        }
       table.default tr td {
           font-size: 10px!important;
    }
        .counter-01 {
        text-align: center;
        margin-bottom: 75px!important;
    }
    }
    body .btn-color5.button-02:hover {
        color: #fff !important;
        border-color: #ffffff!important;
       
    }
    body .btn-color5.button-02 {
        color: #ffffff !important;
        border-color: #ffffff!important;
    }
    a.button-02.btn-color5 {
        border: 1px solid #fff !important;
        border-radius: 3px!important;
        padding: 2px 10px!important;
        line-height: 1px ;
        margin-top: 35px  ;
    }
    @media screen and (max-width: 768px) {
        .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
        .col-md-6 {
            flex: 0 0 50%  ;
            max-width: 50% ;
        }
         table.default tr td {
           font-size: 10px!important;
    }
       #box-4 .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
      #box-4 .info-box11 .title {
        font-size: 18px ;
      }
       .page-title .center .center-v {
        width: 100%;
        margin-top: 15px;
    }
        .title-on h3 {
        font-size: 0.7em;
        color: #fff;
    }
       .unleash_caption h6 {
        color: #fff;
        font-size: 0.6em;
        font-weight: 600;
    }
       .logo-link {
        display: none;
    }
       .caption_3 p, .caption_3 > a {
        color: #fff !important;
          font-size: 0.6em;
    }
       .title-hover-1 .caption_3 a.link >h6 {
        border-bottom: 2px solid #ff0000 !important;
        width: 90px !important;
    }
       .title-hover-1 .link-name::before {
        background: transparent !important;
    }
       .molecular-button__long-arrow .link-name::before{
           display:none !important;
       }
       .title-on {
        width: 100px !important;
        font-size: 14px !important;
        transform: rotate(-90deg);
        margin-left: -60px !important;
        margin-top: 21px;
    }
       .unleash_slide h3::after {
        content: "";
        padding: 5px 0 !important;
    }
    }
    
    
    @media screen and (max-width: 440px) {
        .col-md-6 {
            flex: 0 0 100%  ;
            max-width: 100% ;
        }
         .is-container {
        max-width: 400px;
    }
    }
    
    /***************demo2***************/
    #box-6 .icon-box09 .icon {
        width: 100% !important;
        background-color: transparent !important;
        
    }
    #box-6 .icon-box27:hover p {
        max-height: 170px !important;
    }
    
    #box-6 .icon-box27 p {
        font-size: 13px;
    }
    #box-6 h3.title {
        font-weight: bold;
    }
    .ourteam-03 .cont {
       width: 100%!important;
    }
    .ourteam-03 .title {
        font-size: 1rem!important;
        }
    .ourteam-09 {
        border: 1px solid #eee;
    }
    .rtl .time-line02 {
        padding: 0px 45px 10px 0!important;
    }
    .ourteam-carousel01.easy-carousel .carousel-next span {
        margin: -6px  -4px 0 0!important;
    }
     #table-box .price-04.active {
        margin: 0 !important;
        padding: 20px 35px;
        z-index: 1;
    }
     .price-04 {
        border: 0px solid #ebebeb !important;
    }
     .price-09 .price-title {
        margin: 0 auto!important;
      }
     table.default thead tr th {
        border: 0px solid #ccc;
        padding: 10px;
        text-align: right;
        background: #d93d3c;
        color: #fff;
    }
     table.default tr td {
        border: 0px solid #ccc;
        padding: 10px;
    }
      table.default tr:nth-child(even) {
        background-color: #fddada59;
    }
       table.default tr:nth-child(odd) {
        background-color: #fff;
    }
    table.default th.center {
        padding: 27px 10px;
        background: #fcd9d9;
        color: #000!important;
    }
    
    .fa-angle-double-left:before {
        content: "\f100";
        color: #d1322c;
    }
    ul.listItem {
        margin: 0 5px;
       }
    ul.listItem li {
        border-bottom: 1px dashed  #eee;
    }
    .listItem li a:hover {
        color: #da3830;
        text-decoration: none;
    }
    div#column-299886 {
        padding: 0;
    }
    .box-cat {
        box-shadow: 0 0 90px rgb(0 0 0 / 20%);
        border-radius:50px 50px 5px 5px  !important;
    }
    .box-cat img {
        border-radius:10px 10px 0 0!important;
        width: 100%;
    }
    .box-cat .details {
        text-align: center;
       }
    .box-cat h3.title , .box h3.title {
        font-size: 18px;
        color: #fd000c;
        font-weight: bold;
        padding: 21px 0;
        margin: 0;
        transition: all ease-in 300ms;
    }
    .box-cat:hover {
        box-shadow: 0 10px 21px rgb(0 0 0 / 30%);
    }
    .box:hover h3.title {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding: 21px 0;
        background: #fd000c;
        margin: 0;
        transition: all ease-in 300ms;
    }
    .box .details h3 {
        font-size: 15px;
        color: #fff;
        line-height: 1.7;
        margin: 0 !important;
    }
    .box-cat h3.title {
        color: #fd000c !important;
    }
    .box-cat:hover h3.title {
        font-size: 18px;
        color: #fff !important;
        font-weight: bold;
        padding: 21px 0;
        background: #fd000c;
        margin: 0;
        transition: all ease-in 300ms;
    }
    .ezweb {
        text-align: center;
    }
    .ezweb a {
        color: #aaa!important;
    }
    .LiveForm.Default .Field textarea{
        width: 345px !important;
    }
    #dnn_ctr643_View_Submitbutton_643_6:hover{
        box-shadow: unset !important;
       background: #fd000c !important;
      transition: all ease-in-out 300ms;
    }
    #dnn_ctr643_View_Submitbutton_643_6{
        background: #2d2d2d !important;
        border-radius: 3px;
        transition: all ease-in-out 300ms;
    }
    @media screen and (max-width:1024px) {
        div#column-59460 {
        width: 170px !important;
    }
        .tp-tabs-inner-wrapper{
            width:1000px !important
        }
        .tp-tab:nth-child(1) {
          width: 170px!important;
           left: 0px!important;
        }
      .tp-tab:nth-child(2) {
          width: 170px!important;
           left: 170px!important;
        }
       .tp-tab:nth-child(3) {
          width: 170px!important;
           left: 340px!important;
        }
        .tp-tab:nth-child(4) {
          width: 170px!important;
           left: 510px!important;
        }
         .tp-tab:nth-child(5) {
          width: 170px!important;
           left: 680px!important;
        }
          .tp-tab:nth-child(6) {
          width: 170px!important;
           left:850px!important;
        }
          #box-4 .info-box11 .title {
        font-size: 14px;
      }
          ul#ulHeader li a {
            font-size: 12px;
    }
          footer#Skip-footer p {
        font-size: 10px;
        text-align: justify;
        color: #ffffff80;
    }
          .news-cont p {
        font-size: 13px;
    }
          .size-36 {
        font-size: 1.4rem!important;
    }
    #dng-megamenu280907 .primary_structure>li>a, #dng-megamenu280907 .primary_structure>li>a:link, #dng-megamenu280907 .primary_structure>li>a:active, #dng-megamenu280907 .primary_structure>li>a:visited {
          font-size: 12px!important;
        font-weight: 300;
        padding-right: 10px !important;
    
    
    }
    .tp-parallax-wrap {
        top: 161px !important;
    }
       .d-wrapper > div.is-section-100 {
            margin-top: -90px !important;
        }
       .tp-loop-wrap, .tp-mask-wrap {
        left: -21px!important;
        top: 65px;
    }
       .tp-mask-wrap h1.title {
        line-height: 27px!important;
    }
        /******slideshow*********/
        p#slide-26-layer-47, p#slide-28-layer-46, p#slide-34-layer-50, p#slide-35-layer-53 {
            margin-top: -21px !important;
        }
            p#slide-26-layer-47 a, p#slide-28-layer-46 a, p#slide-34-layer-50 a, p#slide-35-layer-53 a {
                border-bottom: rgb(255, 0, 0) !important;
            }
        /**************************/
    
    }
    @media screen and (max-width:2560px) {
        .education-banner-text::before {
                  right: 109px;
              }
        #box-4 .info-box11 .title {
        font-size: 15px;
      }
    }
    @media screen and (max-width:1440px) {
        #box-4 .info-box11 .title {
            font-size: 14px;
        }
    }
    @media (max-width:1440px) {
      .d-wrapper > div.is-section-100 {
            margin-top: -135px!important ;
        }
    }
    @media (max-width:1024px) {
      .d-wrapper > div.is-section-100 {
            margin-top: -90px!important ;
        }
        div#slide-27-layer-45 a.play-button02 , div#slide-33-layer-49 a.play-button02 {
            font-size: 16px !important;
        }
    }
    @media (max-width:768px) {
      .d-wrapper > div.is-section-100 {
            margin-top: -180px!important ;
        }
        div#slide-27-layer-45 a.play-button02 , div#slide-33-layer-49 a.play-button02{
            font-size: 14px !important;
        }
    }
    @media screen and (max-width:915px) {
        ul#ulHeader li a {
            font-size: 10px;
        }
    }
    
    @media (min-width: 320px) and  (max-width: 425px) {
        .page-title .center .center-v {
            width: 100%;
            margin-top: 0;
        }
    
        div#slide-27-layer-45 a.play-button02, div#slide-33-layer-49 a.play-button02 {
            font-size: 12px !important;
            padding: 10px 0 !important;
        }
        div#slide-27-layer-45 span.icon, div#slide-33-layer-49 span.icon {
            margin: 0 5px !important;
        }
        .d-wrapper > div.is-section-100 {
            margin-top: 0px !important;
        }
    
        div#slide-27-layer-45 .play-button02 .icon, div#slide-33-layer-49 .play-button02 .icon {
            width: 25px !important;
            height: 25px !important;
        }
            div#slide-27-layer-45 .play-button02 .icon::after, div#slide-33-layer-49 .play-button02 .icon::after {
                top: 7px;
                left: 10px;
            }
    }
    @media screen and (max-width:425px) {
        a.button-02.btn-color5 {
            display: none;
        }
        .education-banner-text::before {
        content: "";
        width: 70px;
        border-top: 10px solid #fffb;
        border-bottom: 0px solid #fffb;
        position: absolute;
        right: 180px;
        top: -40px;
        bottom: -60px;
        border-radius: 5px 0 0 0;
    }

        footer#Skip-footer .dng-column.col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
         .col-md-9  {
            flex: 0 0 90%;
            max-width: 90%;
        }
        
    }
    @media (max-width: 375px) {
        .page-title .center .center-v {
            width: 100%;
            margin-top: 0;
        }
    
        div#slide-27-layer-45 a.play-button02 , div#slide-33-layer-49 a.play-button02{
            font-size: 10px !important;
        }
    
        div#slide-27-layer-45 .play-button02 .icon::after {
            top: 5px;
            left: 8px;
        }
    
        div#slide-27-layer-45 .play-button02 .icon {
            width: 22px !important;
            height: 22px !important;
        }
    }
    @media (max-width: 320px) {
       
        div#slide-27-layer-45 .play-button02 .icon {
            width: 15px !important;
            height:15px !important;
            margin:0 5px !important;
        }
            div#slide-27-layer-45 .play-button02 .icon::after {
                top: 2px;
                left: 6px;
            }
    }
    .listingItem .imglist {
        text-align: center;
        border: 0px solid #e3e3e3;
        margin-bottom: 20px;
        color: #333333;
        box-shadow: 0 0 90px rgb(0 0 0 / 20%);
        
    }
    .listingItem .dg-imagebox .pic {
        position: relative;
    }
    .listingItem .imglist h2 {
        font-size: 15px;
        color: #333333;
        line-height: 23px;
        margin: 0 0 25px 0;
        position: relative;
        font-weight: bold;
        min-height: 46px;
    }
    .listingItem .imglist h2:before {
        width: 27px;
        margin: 0 0 0 -14px;
        border: 1px solid #ff6e2f;
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
    }
    .imglist.dg-imagebox .news-cont {
        border-bottom: 5px solid #fff;
        border-radius: 10px;
        transition: all 0.5s ease-in;
    }
    .listingItem .imglist .news-cont {
        padding: 15px;
        min-height: 300px;
    }
    .listingItem .dg-imagebox .bg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
        opacity: 1;
        z-index: 0;
        margin-top: -3px;
        opacity: 1;
        transition: all 300ms ease-in 500ms;
        -moz-transition: all 300ms ease-in 500ms;
        -webkit-transition: all 300ms ease-in 500ms;
        -o-transition: all 300ms ease-in 500ms;
        -ms-transition: all 300ms ease-in 500ms;
    }
    .listingItem .dg-imagebox .pic:after, .listingItem .dg-imagebox .pic:before {
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px;
        opacity: .5;
        z-index: 1;
        transition: all 300ms ease-in 200ms;
        -moz-transition: all 300ms ease-in 200ms;
        -webkit-transition: all 300ms ease-in 200ms;
        -o-transition: all 300ms ease-in 200ms;
        -ms-transition: all 300ms ease-in 200ms;
    }
    .listingItem .dg-imagebox .icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        background-color: #0b2e45;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -18px -18px 0 0;
        z-index: 3;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: center;
        transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
    }
    .listingItem .dg-imagebox .pic:before {
        border-right: 0px solid #FFF;
        border-left: 0px solid #FFF;
        transform: scale(1,0);
        -webkit-transform: scale(1,0);
    }
    .listingItem .dg-imagebox:hover .bg {
        opacity: 0.7;
        top: 0;
        margin-top: 0;
        transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        border-radius: 10px 10px 0 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
    }
    .listingItem .dg-imagebox:hover .icon {
        opacity: 1;
        transform: scaleX(1);
        }
    .imglist.dg-imagebox:hover .news-cont {
        border-bottom: 5px solid #da251c;
        border-radius: 10px;
        transition: all 0.5s ease-in;
    }
    .listingItem .dg-imagebox:hover .pic:after, .listingItem .dg-imagebox:hover .pic:before {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transition: all 300ms ease-in 300ms;
        -moz-transition: all 300ms ease-in 300ms;
        -webkit-transition: all 300ms ease-in 300ms;
        -o-transition: all 300ms ease-in 300ms;
        -ms-transition: all 300ms ease-in 300ms;
    }
    .listingItem .dg-imagebox .pic:after {
        border-top: 0px solid #FFF;
        border-bottom: 0px solid #FFF;
        transform: scale(0,1);
        -webkit-transform: scale(0,1);
    }
    .DnnModule-531 .pic img {
        border-radius: 10px 10px  0 0;
        width: 100%;
    }
    .DnnModule-531 .listingItem .imglist .news-cont {
        padding: 15px;
        min-height: 210px;
    }
    .fa-link:before {
        content: " ";
    }
    #services-2 .icon-box27 a {
        width: 204px;
        height: 132px;
        display: block;
    }
    .icon-box09  .icon-box27 a {
        width: 360px;
        height: 150px;
    }
    .icon-box09 .icon-box27 {
        text-align: center;
       }
    .icon-box09 {
           padding:20px 20px 0!important;
       }
    .icon-box27 a.family2 {
        height: 50px !important;
        margin: 0px -30px !important;
        display: block;
    }
    div#column-680858 a {
        color: #ddd;
    }
    div#column-680858 a:hover{
        color:#fd000c;
        font-weight:600;
    }
    
    .img-box04 {
        position: relative;
        height: 100%;
        max-width: 100%!important;
    }
    .img-box01 .pic:after {
       content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    .social-10 svg {
        width: 3em;
        height: 1.5em;
        fill: currentColor;
    }
    div#headerrow-18769 .social-10 svg {
        width: 2em;
        height: 1.8em;
        fill: #fff;
        margin-top: 0;
    }
    .dnngo_boxslide a, .dnngo_boxslide a:link {
        color: #3d2f2f;
    }
    .Business07-section-01 h6 a:visited, .Business07-section-01 h6 a:hover {
        color: #fff !important;
    }
    div#column-753420 select {
         font-size: 14px;
        font-weight: 900;
          border: none;
      outline: none !important;
        background-color: transparent;
      color: #000;
        }
    div#column-753420 option {
        text-align: center;
    }
    div#column-522737 .search-popup-box .icon {
        background-color: transparent;
        margin: 0 0 0px !important;
        height: 46px;
        border-radius: 0;
    }
    div#column-753420 .dngTextBox:nth-child(1) {
        margin-left: 0 !important;
    }
    div#column-753420 .dngTextBox:nth-child(2) {
        margin-left: 21px !important;
    }
    .dnngo_menuslide ul li {
        list-style-type: square!important;
        color: #efa7a5!important;
        transition: all 200ms ease-out 0s !important;
    }
    .dng-megamenu .dnngo_slide_menu {
        margin: 0;
        padding: 21px 40px 10px  0;
        list-style: none;
    }
    .section-pagepiling .pagination {
        display: block !important;
    }
    
    #dng-megamenu280907 .primary_structure>li>a, #dng-megamenu280907 .primary_structure>li>a:link, #dng-megamenu280907 .primary_structure>li>a:active, #dng-megamenu280907 .primary_structure>li>a:visited {
        color: #000!important;
        
    }
    .floating-active #dng-megamenu280907 .primary_structure>li>a {
        color: #fff!important;
        
    }
    .list-group a:before {
        content: "";
        height: 5px;
        width: 5px;
        overflow: hidden;
        margin: 0 0px 3px 10px;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        /* -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden; */
        border-bottom: 2px solid;
        border-right: 0px solid;
        border-left: 2px solid;
    }
    .ui-sortable .dnntitle {
        border-bottom: 1px solid #eee !important;
    }
    #pnlResult  .list-group-item {
         border: 0px solid rgba(0,0,0,.125)!important;
    }
    #pnlResult .list-group a {
        border-bottom: 2px solid  #eee!important;
    }
    .ui-sortable .dnntitle {
        background: #fd000c;
        padding: 10px;
         box-shadow: 0 2px 2px -60px rgb(0 0 0 / 50%), 0 4px 10px -6px rgb(0 0 0 / 25%);
    }
    .ui-sortable .contentmain {
        box-shadow: 0 2px 2px -60px rgb(0 0 0 / 50%), 0 4px 10px -6px rgb(0 0 0 / 25%);
    }
    .ui-sortable .dnntitle h5 {
        color: #fff;
        font-weight: 600;
        text-align: center;
    }
    .portfolio-carousel01 .carousel-item {
            opacity: 1!important;
    }
    .icon-box19 .icon{
        border: 0px solid !important
    }
    .title  h1{
        margin: 0px!important;
        
    }
    .mobilemenu-main .gomenu li .arrows::after {
        content: "";
        border-top: 0px solid  transparent!important;
        border-right: 0px solid transparent!important;
        border-bottom: 2px solid currentColor!important;
        border-left: 2px solid currentColor!important;
        width: 9px;
        height: 9px;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 2px;
        margin-bottom: 1px;
    }
    div#slide-27-layer-45 a , div#slide-33-layer-49 a{
        padding: 21px !important;
        background: #302e2e80;
        border-radius: 3px;
    }
    .btn-danger {
        color: #fff !important;
        background-color: #fd000c !important;
        border-color: #fd000c !important;
        font-size: 14px;
        font-weight: 600;
    }
    .DnnModule-698 .unleash_caption {
        position: absolute;
        bottom: 21px;
        top: unset;
      }
    .title-hover-1.ar .title-on{
        width: 133px !important;
    }  
    .title-hover-1.ar .caption_3 a.link > h6 {
        width: 145px !important;
      }
    .title-hover-5.ar .title-on{
        width: 115px !important;
    }
    .userLogin{
        color: white !important;
        font-size: 0.9rem !important;
        margin-bottom: 15px;
        border-right: 1px solid white;
         padding-right: 9px;
}
#dnn_dnnUser_userNameLink{
    color: white !important;
        font-size: 0.9rem !important;
}
.userProperties  ul>.userName , .userProperties  ul>.userProfile{
    margin-bottom: 10px;
}
    /**********************/
    .DnnModule-566 .form-group {
        margin-bottom: 0.5rem !important;
    }
    @media only screen and (min-width:993px) and (max-width:1199px){
        #dng-megamenu280907 .primary_structure>li>a{
            padding-right: 8px !important;
            padding-left: 8px !important;
        }
    }
 @media only screen and (max-width:475px) {
   #column-265260 .dngTextBox:nth-child(1) {
    margin-top: 45px;
   }
   div#row-914234 {
    padding-top: 20px !important;
}
.H6-Container .dnntitle {
    margin-top: 20px !important;
}
.H4-Container, .H5-Container, .H6-Container {
    margin-bottom: 20px !important;
}
 }  

li#Field_643_4,
#Field_643_4 div.Field-Container-Wide,
textarea#dnn_ctr643_View_Textarea_643_4 {
    width: 100% !important;
}

/* *********************************slider btn****************** */

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #000;
    background: #000;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "x";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }
  @media (max-width: 420px){
      #light{
     left:100% !important;
     }
  }
  #dnn_ctr1405_HtmlModule_lblContent{
      display: flex;
      justify-content: center;
  }
  @media (min-width: 426px) and (max-width:575px){
     a#play-home-btn-style{
         position: absolute;
         top: -130px;
         width:300px;
     }
  
  }



.rtl .search-popup-box .popup-content{
        left: 23px;
        height: 47px;
        top: 83px;
    }
.logo-footer{
        margin: 0px;
    }
#search-button-981519{
        margin-bottom: 15px;
    }
footer#Skip-footer {
background-color: transparent;
}
.footer .H6-Container .dnntitle h6 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
footer#Skip-footer p {
    font-size: 14px;
    text-align: justify;
    color: #000;
    line-height:2;
}
ul#ulHeader li a {
    color: #333;
    font-size: 14px;
}
div#column-680858 a {
    color: #fd000c;
}
div#column-265260 {
    background: url(/portals/0/logo.png) !important;
    background-position: center;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 100% !IMPORTANT;
}
div#column-265260 img {
    width: 0 !important;
    height: 90px;
}
.education-banner-text::after {
    content: "";
    position: absolute;
    border: 0px solid #fffb;
    top: -40px;
    right: -60px;
    bottom: -60px;
    width: 170px;
    border-left: 0px;
    border-radius: 0px 5px  5px 5px;
}
.education-banner-text::before {
    content: "";
    width: 200px;
    border-top: 0px solid #fffb;
    border-bottom: 0px solid #fffb;
    position: absolute;
    right: 110px;
    top: -40px;
    bottom: -60px;
    border-radius: 5px 0 0 0;
}

div#headerrow-18769 .social-10 svg {
    width: 3em;
    height: 1.8em;
    fill: #fff;
    margin-top: -12px;
}
.title-hover-1 .caption_3 a.link >h6 {
    border-bottom: 2px solid #ff0000 !important;
    width: 115px !important;
}
.search-popup-box .icon {
   color: #ed0813;
    background-color: transparent;
    }
div#column-522737 >.header-content-wrap >.dngTextBox {
    margin-left: 0 !important;
}
.floating-active #headerrow-716224 .dropbtn{
  background-color: #000!important;
}
.linkitem:hover {
    color: #000;
}
/*********************/
body .play-button02 .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--accent-color);
    background-color: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 3px 0;
    position: relative;
    z-index: 2;
}
body .play-button02 .icon::after {
    content: "";
    border: 6px solid transparent;
    border-left-color: #FFF;
    position: absolute;
    top: 14px;
    left: 18px;
}
body .play-button02 .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid currentColor;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-animation: play-button02-effect 2s infinite;
    animation: play-button02-effect 2s infinite;
    z-index: -1;
}
span.icon {
    margin: 0 15px !important;
}
a.play-button02 {
    font-size: 25px !important;
    font-weight: 900 !important;
}
/*********************************************Certificate*************************************/
.listingItemCert {
    & .certificate_List {
        & .item {
            .inner {
                border: 0.1rem solid #eee;
                overflow:hidden;
                position:relative;
                .caption{
                    right:0;
                    left:0;
                    bottom:0;
                    transform:translateY(100%);
                    transition:all 0.3s linear;
                    background-color:var(--accent-color);
                    color:#fff;
                    padding:2rem;
                    h3{
                        color:#fff;
                        font-size:1.25rem;
                        font-weight:bold;
                    }
                    span{
                        font-size:1rem;
                    }
                }
                &::after{
                content:"";
                position:absolute;
                width:100%;
                height:0.2rem;
                background-color:var(--accent-color);
                bottom:0;
                right:0;
                left:0;
            }
                img{
                    width:100%;
                    height:100%;
                }
            }
            &:hover{
                .caption{
                    transform:translateY(0);
                }
            }
            
        }
    }
}
  