@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebboldfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebthinfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanweblightfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebregularfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebblackfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 950;
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf") format("truetype");
    font-display: swap
}

*,
::after,
::before {
    box-sizing: border-box
}

/* CSS Document */
html,
body {
    margin: 0px;
    padding: 0px;
    font: normal 14px/1.8 IRANYekan, 'Arial';
    color: #666666;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

body * {
    font-family: IRANYekan;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


h1 {
    margin: 5px 0 10px 0;
}

h2 {
    margin: 5px 0 10px 0;
}

h3 {
    margin: 5px 0 10px 0;
}

h4 {
    margin: 5px 0 10px 0;
}

h5 {
    margin: 5px 0 10px 0;
}

h6 {
    margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:placeholder {
    color: inherit;
    opacity: 0.9;
}


a,
a:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



@media (max-width: 575px) {
    .mt-xs-reset {
        margin-top: 0px !important;
    }

    .mr-xs-reset {
        margin-right: 0px !important;
    }

    .mb-xs-reset {
        margin-bottom: 0px !important;
    }

    .ml-xs-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .mt-sm-reset {
        margin-top: 0px !important;
    }

    .mr-sm-reset {
        margin-right: 0px !important;
    }

    .mb-sm-reset {
        margin-bottom: 0px !important;
    }

    .ml-sm-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .AirPods{
        display: none;
            }
    .mt-md-reset {
        margin-top: 0px !important;
    }

    .mr-md-reset {
        margin-right: 0px !important;
    }

    .mb-md-reset {
        margin-bottom: 0px !important;
    }

    .ml-md-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 1199px) {
    .mt-lg-reset {
        margin-top: 0px !important;
    }

    .mr-lg-reset {
        margin-right: 0px !important;
    }

    .mb-lg-reset {
        margin-bottom: 0px !important;
    }

    .ml-lg-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}





@media (max-width: 1199px) {
    .full-lg-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .full-md-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .full-sm-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .full-xs-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}




/*left full ,right full*/
.dng-left-full,
.dng-right-full {
    max-width: none;
}

/*list*/
.list-style,
.list-style li {
    list-style: none !important;

}

.list-style {
    margin: 0 !important;
    padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-Y: auto;
}

.fixed_footer_clone {
    background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
    max-width: 100% !important;
    left: 0 !important;
}

@media only screen and (max-width: 991px) {
    .fixed_footer_bottom .fixed_footer.active {
        position: relative;
    }

    .fixed_footer_bottom,
    .fixed_footer_clone,
    .footer_box {
        height: auto !important;
        position: relative !important;
        max-height: inherit !important;
    }
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
    color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
    overflow: visible;
}


[data-parallax="parallax"] {
    visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
    visibility: visible;
}

/*input*/
input[type="text"] {
    border-radius: 0;
}


/*icon*/
.fa,
.fas {
    font-weight: 900 !important;
}

.sico,
.icon-svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sico svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: inherit;
    vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
    vertical-align: middle;
    margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
    width: 1em;
    height: 1em;
    stroke: currentColor !important;
    opacity: 0;
    vertical-align: sub;
    color: inherit;
}

.icon-svg svg * {
    color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.icon-svg.animated svg {
    opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

body [class*='btn-']:hover {}

[class*='btn-']:focus {
    outline: 0;
    box-shadow: none;
}

body [class*='btn-'] {
    text-decoration: none !important;
}

/*social*/
[class*="social-"] {
    position: relative;
    display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.is-container.no-space {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.layout-no-mt .is-container {
    margin-top: 0 !important;
}

.layout-no-mb .is-container {
    margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*border radius*/
.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-circle {
    border-radius: 50% !important;
}

/*border radius*/
.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

.icon-cross {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}

.icon-cross::after,
.icon-cross::before {
    content: "";
    border-left: 2px solid currentColor;
    position: absolute;
    height: 94%;
    margin-top: 3%;
    left: 50%;
    border-radius: 3px;
    margin-left: -1px;
}

.icon-cross::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-cross::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
    padding-top: 10px;
    padding-bottom: 10px
}

.d-wrapper a:hover {
    text-decoration: none;
}

.d-wrapper img {
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}



/* Container for All Sections */
.d-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.d-wrapper>div {
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
    position: relative;
}

.d-wrapper::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.d-wrapper .d-placeholder {
    display: none;
}

/* Boxes */
.is-box {
    vertical-align: middle;
}

.is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.is-boxes:empty {
    min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
}

.no-min-height {
    min-height: auto;
}

.is-box-centered {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.flexi-position {
    position: relative;
}

.is-stretch .flexi-position {
    position: absolute;
}

.is-section.is-stretch {
    min-height: 300px;
}

.is-section.layout-hidden-content {
    display: none;
}

/* New */

@media all and (max-width: 991px) {

    /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box) {
        height: auto !important;
    }

    /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
    /* new */

    .is-box-img {
        height: 300px !important;
    }

    .is-box-img .is-boxes {
        height: 100% !important;
    }



    /* .is-box-centered {display:block;} */
    .is-box-centered {
        display: table-cell;
    }

    .is-box {
        display: table !important;
    }

    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}

@media all and (max-width: 1024px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }

    /*     .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sidebar_pos_left .is-container,
.sidebar_pos_right .is-container {
    padding: 0;
}

.sidebar_pos_fixleft .sidebar_dynamic .is-container,
.sidebar_pos_fixright .sidebar_dynamic .is-container,
.sidebar_pos_fixleftfull .sidebar_dynamic .is-container,
.sidebar_pos_fixrightfull .sidebar_dynamic .is-container {
    padding: 0;
}



@media all and (max-width: 991px) {
    .d-wrapper .is-box .is-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .has-sidebar .d-wrapper .is-box .is-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* Overlay */
.is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit;
    /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
    z-index: 1
}

.overlay-responsive .is-overlay-mobile-bg {
    display: none;
}

@media (max-width: 767px) {
    .overlay-responsive .is-overlay-bg {
        display: none;
    }

    .overlay-responsive .is-overlay-mobile-bg {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
    background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
    background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
    background-color: #fff
}

.d-wrapper>div.is-bg-none {
    background-color: transparent;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
    color: #fff;
}

.is-dark-text .is-light-text {
    color: #fff;
}



/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

/* Horizontal Alignment */
.is-container.is-content-left {
    margin-left: 100px;
}

.is-container.is-content-right {
    margin-right: 100px;
}

@media all and (max-width: 1200px) {
    .is-container.is-content-left {
        margin-left: 60px
    }

    .is-container.is-content-right {
        margin-right: 60px;
    }
}

@media all and (max-width: 991px) {
    .is-container.is-content-left {
        margin-left: auto;
    }

    .is-container.is-content-right {
        margin-right: auto;
    }
}


/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

.is-content-top>.is-boxes>.is-container {
    align-self: flex-start;
}

.is-content-bottom>.is-boxes>.is-container {
    align-self: flex-end;
}

/* Text Alignment */
.is-align-right {
    text-align: right;
}

.is-align-center {
    text-align: center;
}

.is-align-left {
    text-align: left;
}

.is-align-justify {
    text-align: justify;
}

/* Section Height */



@media (max-width: 575.98px) {
    #Body .is-section-xs-50 {
        height: 50vh;
    }

    #Body .is-section-xs-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    #Body .is-section-sm-50 {
        height: 50vh;
    }

    #Body .is-section-sm-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    #Body .is-section-md-50 {
        height: 50vh;
    }

    #Body .is-section-md-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 1199.98px) {
    #Body .is-section-lg-50 {
        height: 50vh;
    }

    #Body .is-section-lg-auto {
        height: auto;
        min-height: auto;
    }
}


/* Stretched container (not used yet) */
.is-container.is-stretch-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.is-container.is-stretch-h {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-h>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-fullheight {
    height: 100%
}

.is-container.is-container-fluid {
    max-width: none;
    width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
    background-attachment: fixed !important;
}

}

/* Others */

.is-hidden {
    display: none !important;
}

.gm-style {
    font-family: inherit !important;
}

/*.is-rounded-button-medium*/
.is-rounded-button-medium {}

.is-rounded-button-medium a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    overflow: hidden;
}

.is-rounded-button-medium a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

.is-rounded-button-medium a:first-child {
    margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
    margin: 0 0 0 20px;
}


/*custom module loading*/
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
    min-height: 100px;
    max-height: 50vh;
    position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
    visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 101;
}

.custom-module .soon {
    display: none;
}

.custom-module .number {
    color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
    display: none;
}

/*video*/
.html5-video {
    position: relative;
}

.html5-video video {
    width: 100%;
}

.html5-video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*tabs*/


/* section-carousel-bg*/
.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay {
    z-index: initial;
}

.section-carousel-bg .swiper-wrapper-overflow {
    height: 100%;
}

.section-carousel-bg .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-carousel-bg .swiper-pagination {
    bottom: 30px;
    margin: 0;
    position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
    padding: 0;
}

@media only screen and (min-width: 992px) {

    .section-carousel-bg.swiper-container .swiper-button-next,
    .section-carousel-bg.swiper-container .swiper-button-prev {
        width: 45px;
        height: 45px;
        margin: -23px 0 0 !important;
    }

    .section-carousel-bg.swiper-container .swiper-button-next {
        right: 25px;
        left: auto;
    }

    .section-carousel-bg.swiper-container .swiper-button-prev {
        left: 25px;
    }

    .section-carousel-bg.swiper-container .swiper-button-next span,
    .section-carousel-bg.swiper-container .swiper-button-prev span {
        width: 30px;
        height: 30px;
        border-width: 2px;
        margin-top: -15px;
    }
}

/*menu img size*/
.gomenu a img {
    width: 1em;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}

.nova-image-effect {
    width: 263px;
    overflow: hidden;
    border-radius: 35px !important;
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
}

.nova-image-effect:hover {
    width: 263px;
    transition: all .3s ease !important;
}

.nova-image-effect img {
    transition: all .3s ease !important;

}

.nova-image-effect:hover img {
    -o-transform: translateX(calc(100% - 263px));
    -ms-transform: translateX(calc(100% - 263px));
    -moz-transform: translateX(calc(100% - 263px));
    -webkit-transform: translateX(calc(100% - 263px));
    transform: translateX(calc(100% - 263px));
}

.nova-growth-dots {
    display: flex !important;
    align-items: center;
}

.nova-products-in-homepage {
    background: url(/portals/0/svg/sidebarsvg.svg) no-repeat 126% center, url(/portals/0/svg/sidebarsvg-left.svg) no-repeat -28% center;
    margin-top: 60px;
}

.product-side-text svg {
    max-height: 300px;
}

.product-side-text .icon {
    display: flex;
}

.product-side-text {
    font-size: 16px;
    font-weight: 900;
}

.downloadcatalouge-section {
    display: flex;
    align-items: center;
    margin: 20px 0 140px 0px;
    justify-content: space-between;
}

.downloadcatalouge-section .download-btton a:hover {
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
}

.downloadcatalouge-section .download-btton a {
    box-shadow: var(--box-shadow);
    background-color: #464646;
    padding: 20px 30px;
    border-radius: 15px;
}

.downloadcatalouge-section .download-btton a {
    color: #A1A2A9;
}

.downloadcatalouge-section .download-btton svg {
    color: #A1A2A9;
    margin-right: 20px
}

.catalouge-section-wrapper {
    background: url(/portals/0/svg/sidebarsvg.svg) no-repeat right center;
    background-size: contain;
    margin-top: 60px;
}

ul.footerlinks .icon:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.006' height='10.511' viewBox='0 0 6.006 10.511'%3E%3Cpath id='Down_Arrow_1' data-name='Down Arrow 1' d='M8.39,4.2,4.2,0,0,4.2' transform='translate(0.75 9.451) rotate(-90)' fill='none' stroke='%23feb406' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");

}

ul.footerlinks .icon {
    padding: 7px 18px;
    background: #525252;
    justify-content: center;
    border-radius: 14px;
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
    margin-left: 16px;
    display: inline-flex;
}

ul.footerlinks {
    list-style: none;
    margin-right: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.footerlinks li,
.footercontecats li {
  padding-bottom: 15px;
    display: flex;
    align-items: center;
}

ul.footerlinks li a,
.footercontecats li a {
    color: #fff
}

footer.footer {
    background: url(/portals/0/svg/footer.svg) center bottom;
    border-top: 1px solid #FFBD4B;
    padding-top: 75px;
}

.footercontecats {
    list-style: none;
    margin-right: 0;
}

.footercontecats li span {
    direction: ltr !important
}

.footercontecats .icon {
    padding: 14px 15px;
    background: #525252;
    justify-content: center;
    /* width: 36px; */
    /* height: 34px; */
    border-radius: 14px;
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
    margin-left: 16px;
    display: inline-flex;
}

#dnn_content {
    min-height: 100vh
}

.static-pane-soscial {
    display: none;
    /* display: flex;
    transform: rotate(-90deg);
    width: 360px; */
}

/* .static-pane-soscial a {
    margin-left: 36px !important;
} */

.DnnModule.DnnModule-DNN_HTML.DnnModule-355 .dnntitle {
    text-align: revert;
}


.product-Right-side-text {
    display: block;
    width: 250px;
}

.download-cataloge {
    position: relative;
}

.download-cataloge>svg {
    left: 150px;
    position: absolute;
    top: 580px;
}

.image-downloadbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-downloadbtn img {
    max-width: 100%;
}

.product-Right-side-text>span {
    color: #FFBD4B;
    font-weight: 700;
    font-size: 32px;
}

.product-Right-side-text>span:after {
    content: '';
    width: 59px;
    height: 3px;
    margin-top: 10px;
    background-color: #FFBD4B;
    display: block;
}

div#dnn_ctr1415_View_Index_plLicense {
    margin-top: 43vh;
}

.download-btton {
    z-index: 1;
}

.showMoreBtn:hover {
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
}

.eds_styleSwitchCriteria_module-1410 .showMoreBtn {
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
}

.top-content-product-list {
    margin: 150px 0 100px 0;
    padding: 0 170px;
}
.top-content-product-list-nova {
    margin: 150px 0 100px 0;

}

.about-us-content>div {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: justify;
    padding: 0 30px;
}

.about-us-content {
    display: flex;
}

.about-us-text {
    flex-direction: column;
}

.contactus-location img {
    max-width: 100%;
    border-radius: 20px;
}

.about-us-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 2.5;
}

.about-us-text h6 {
    color: white;
    display: flex;
    align-items: baseline;
}

.about-us-text h6:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #FFBD4B;
    border-radius: 3px;
    margin-left: 11px;
}

.contactus-info {
    display: flex;
    align-items: center;
    padding: 80px 120px 0 120px;
    justify-content: space-between;
}

.contact-us-nova {
    background: #525252;
    border-radius: 30px;
    padding: 70px 40px;
    box-shadow: 4px 4px 20px 0px #424242, -4px -4px 33px 0px #626262;
}

.contactus-info a {
    color: white !important;
    font-size: 15px;
    font-weight: 300;
    margin: 0 7px;
}

.contactus-info>div {
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 5px;
}

@media all and (max-width: 991px) {
    .is-overlay+.is-boxes:empty {
        min-height: 275px;
    }

    .is-overlay+.is-boxes>.is-box-centered:empty {
        height: 275px;
    }

    .product-Right-side-text {
        display: none;
    }

    div#dnn_ctr1415_View_Index_plLicense {
        margin-top: 0;
    }
}



/* responsive color page */

@media only screen and (max-width:426px) {
    .top-content-product-list {
        padding: unset;
    }
}

/* responsive about us page */

@media only screen and (max-width:769px) {

    .about-us-content {
        flex-direction: column;
    }

    .about-us-content>div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: unset;
    }

    .contactus-info {
        padding: 20px 0;
        flex-direction: column;
    }

    .contactus-location img {
        width: 100% !important;
    }
}

.download_all_btn_catalog {
    display: inline-block;
    background: #464646;
    box-shadow: inset 8px 7px 20px 0px #424242, inset -8px -7px 33px 0px #626262;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 300;
    color: white !important;
}

.svg_download_nova {
    margin-left: 20px;

}

.download_all_btn_catalog:hover .svg_download_nova {
    animation: myAnim 1s ease 0s infinite normal forwards;
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateY(-250px);
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0);
    }

    55% {
        animation-timing-function: ease-in;
        transform: translateY(-65px);
    }

    72% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }

    81% {
        animation-timing-function: ease-in;
        transform: translateY(-28px);
    }

    90% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }

    95% {
        animation-timing-function: ease-in;
        transform: translateY(-8px);
    }

    100% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }
}

.catalog_all_product {
    margin-top: 20px;
}

.center_color_style_nova {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
}

.center_color_style_nova_txt {
    font-size: 2rem;
    position: relative;
    color: #FFBD4B;

}

.center_color_style_nova_txt::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    content: '';
    width: 59px;
    height: 3px;
    margin-top: 10px;
    background-color: #FFBD4B;
    display: block;

}

.static-pane-soscialx {
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 50;
}

.wraper_sochial_noval {
    margin-bottom: 10px;
  
}
.link-insta-footer{
    color: #FFBD4B;
}
.wraper_search_nova .header-content-wrap{
    width: 100%;
}
.spicer{
    height: 10px;
}
        
.fig-footer_nova{
    margin: 20px 0;
    height: 200px;
   overflow-y: auto;
   text-align: justify;
   font-size: 12px;
   padding: 0 10px;
   line-height: 2;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .link_benefit_nova{
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
  }