﻿/*------------------------------------------------*/

/* START OF SIMULATOR */

/*------------------------------------------------*/

.download-section:after {
    content: " ";
    display: block;
    clear: both;
}

.download-section .btnDownload .msg {
    display: none;
}
/* galary */
.Theme_04_Default .pro-isotope_item .pic_box{
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 10px;
}

/*------------------------------------------------*/

/* END OF SIMULATOR */

/*------------------------------------------------*/

/*------------------------------------------------*/

/* START SECTION 3 NEW DESIGN */

/*------------------------------------------------*/

.NoStyle {
    opacity: 1 !important;
    transform: none !important;
}

.colorListBox ul li {
    list-style: none;
    cursor: pointer;
    width: 50%;
    text-align: center;
    padding: 0 10px;
}

.colorListBox ul li span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.colorListBox ul li:nth-child(odd) {
    text-align: left;
}

.colorListBox ul li:nth-child(even) {
    text-align: right;
}

.colorListBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.settingBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.imgOverLay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.imgOverLay div[class*=title] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.imgOverLay .title {
    font-size: 3rem;
    font-family: arial;
    font-weight: 100;
    line-height: normal;
    color: #000000;
    display: none !important;
}

.imgOverLay .subtitle {
    font-size: 2rem;
    font-family: arial;
    font-weight: 100;
    line-height: normal;
    color: #fff;
    text-shadow: -3px -3px 8px #0000009e;
    display: none !important;
}

.imgOverLay .titleLink {
    padding-top: 30px;
    transform: translateY(120px);

}

.imgOverLay .titleLink a {
    font-size: 1rem;
    font-weight: 100;
    line-height: normal;
    background: #000;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #fff;
}

.SelectColor {
    padding: 10px 0;
}

.categoriesBox {
    justify-content: center;
}

.SelectLocation {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.SelectLocation::before {
    content: '';
    width: 36%;
    height: 2px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    background: #c6c6c6;
}

.SelectLocation::after {
    content: '';
    width: 36%;
    height: 2px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    background: #c6c6c6;
}

.simulate-cat {
    transition: 0.3s;
}

.simulate-cat figure {
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid gray;
}

.activeCate {
    transform: scale(1.2);
    position: relative;
}

.activeCate::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    /* background: #f4a200; */
    transition: 0.3s;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid #2B2B2B;
}

.categoriesOne {
    width: 33%;
    padding: 8px;
}

.categoriesTwo {
    width: 33%;
    padding: 15px;
}

.categoriesThree {
    width: 33%;
    padding: 8px;
}

.descriptionBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.descriptionBox>* {
    width: 100%;
    text-align: center;
}

.descriptionBox h4 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 100;
    padding-bottom: 20px;
}

.descriptionBox article {
    font-size: 1rem;
    color: #9D9D9D;
    padding-bottom: 40px;
}

.RepresentationBox svg {
    max-width: 42vw;
    overflow: hidden;
    margin: auto;
}

.RepresentationBox>* {
    max-width: 100% !important;
}

.map-btne {
    background: #fff;
    padding: 7px 15px;
    color: #000;
}

#map1_inner {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(49px, 28px);
}

.RepresentationBox svg {
    max-height: 75vh;
}

.xmark_sm {
    display: none;
}

#tt_sm_map1 {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    overflow-y: scroll;
    max-height: 300px;
}

.tt_name_sm {
    color: green;
    border-bottom: 1px solid green;
}

.tt_custom_sm span {
    float: right;
}

.tt_custom_sm a {
    float: left;
}

.tt_custom_sm br {
    border-bottom: 1px solid red;
}

.tt_custom_sm hr {
    margin: 10px 0;
}

/*------------------------------------------------*/

/* END SECTION 3 NEW DESIGN */

/*------------------------------------------------*/

/*------------------------------------------------*/

/* END SECTION 4 NEW DESIGN */

/*------------------------------------------------*/

.contactUsBox {
    display: flex;
    flex-wrap: wrap;
}

.contactUsBox .row.no-gutters {
    width: 100%;
}

/*------------------------------------------------*/

/* END SECTION 4 NEW DESIGN */

/*------------------------------------------------*/

#bgvid {
    min-width: 100vh;
    min-height: 100vh;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mainBox {
    padding-top: 100px;
    position: relative;
}

.titleOfSlide {
    position: absolute;
    top: 88px;
    left: 100px;
    color: #000;
    font-size: 100px;
}

.firstSection {
    position: relative
}

.onSlider {
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
}

#dnn_VideoPane {
    overflow: hidden;
}

#LiveSlider764, .ls-inner, .ls-slide-1, .ls-video-layer, .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper {
    height: 100vh !important;
}

.ls-video-layer {
    left: 0px !important;
}

.mouseMove {
    cursor: pointer;
}

.ls-slide div.ls-l:not(.ls-video-layer) {
    transform: translateY(-100px) !important;
}

.onSlider img {
    width: 214px;
}

#dnn_dnnLOGO_imgLogo {
    width: 180px;
    filter: brightness(0) invert(1);
}

.header:hover {
    background-color: #fff;
}

.header:hover #dnn_dnnLOGO_imgLogo {
    filter: brightness(1) invert(0);
}

.tabid-203 div[id*='Pane']:not(.DNNEmptyPane) {
    height: 100vh;
    /* display: flex; */
    width: 100%;
    /* flex-direction: column; */
    /* justify-content: center; */
}

.tabid-203 #dnn_contactUsPane div[id*='Pane'], .tabid-203 #dnn_simulatorPane div[id*='Pane'], .tabid-203 #dnn_productsCatPane div[id*='Pane'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tabid-203 #dnn_productsCatPane .SCat-Main li {
    padding: 30px;
}

.catBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    direction: rtl;
}

.catBox .imgBox {
    position: relative;
    display: inline-block;
    width: 68%;
}

.MessageBox {
    position: absolute;
    top: 150px;
    right: 60px;
    width: 50%;
    font-size: 1rem;
    font-weight: 100;
}

.catBox .whiteSection {
    width: 30%;
    background: rgb(255, 255, 255);
    position: relative;
}

.catBox .flex-wrap {
    position: absolute;
    font-size: 4rem;
    top: 70px;
    right: 60px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    width: 40vw;
    direction: rtl;
    z-index: 1;
}

.catBox .flex-wrap .name {
    font-size: 3.5rem;
    text-shadow: -4px -4px 10px #00000075;

}

.listOrder {
    font-family: sans-serif;
    color: white;
    -webkit-text-stroke: 2px black;
    unicode-bidi: bidi-override;
}

.catBox .flex-wrap span:nth-child(2) {
    background: #F0F0F0;
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 0 20px;
}

.catBox img {
    margin-left: auto;
}

.imgBox .seeMore {
    position: absolute;
    left: -4.5rem;
    bottom: 4.5rem;
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 0.7rem 1.25rem;
    border-radius: 3px;
    transform: translate3d(100vw, 0, 0);
    transition: transform .6s cubic-bezier(.365, .305, 0, 1) .6s;
    opacity: 0;
    visibility: hidden;
    /* pointer-events: none; */
    z-index: 1;
}

.slick-center .imgBox .seeMore {
    transform: translateZ(0);
    transition-delay: .15s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.imgBox .flex-wrap {
    transform: translate3d(100vw, 0, 0);
    transition: transform .6s cubic-bezier(.365, .305, 0, 1) .6s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.slick-center .imgBox .flex-wrap {
    transform: translateZ(0);
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*Page.aspx Css*/

/*Start special CSS*/

:root {
    --main-text-color: #069eb9;
    --main-text-hover-color: #047e94;
    --main-bg-opacity: rgba(6, 158, 185, .8);
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.m-hight-none {
    min-height: 0;
}

.pad-none {
    padding-right: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRanian';
    font-size: 20px;
}

a:focus {
    outline: none;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    color: #606060;
}

h2 {
    font-size: 18px;
}

h3, h4, h5, h6 {
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 !important;
    line-height: 24px;
}

ul, ol {
    margin-right: 0 !important;
}

body {
    font-family: 'IRanian';
    padding: 0;
    line-height: 24px;
}

p {
    line-height: normal;
    font-size: 14px;
}

#wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#contentWrapper1 {
    position: relative;
    padding: 0 0;
}

.main-content {
    flex-grow: 1;
}

/*Repier Magement Menu*/

.subNav.advanced dl {
    width: 600px !important;
}

.subNav.advanced {
    width: 695px !important;
}

img {
    border: 0 none;
    height: auto;
}

img, object, embed {
    max-width: 100%;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
    border-color: var(--main-text-color)
}

.wb-carousel {
    background-color: #fff;
    padding: 16px 15px;
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
}

.wb-carousel .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.wb-carousel .img-wrap {
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wb-carousel img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: auto;
}

/*------------------------------------------------*/

/* START CONTAINER_BOX */

/*------------------------------------------------*/

.DNNContainer_Slider {
    text-align: center;
}

.DNNContainer_Slider>fieldset>legend span {
    display: inline-block;
    width: 66px;
    height: 26px;
    background: url('../images/container-icon.png');
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    z-index: 1;
}

/*------------------------------------------------*/

/* END CONTAINER_BOX */

/*------------------------------------------------*/

/*------------------------------------------------*/

/* START LOADING */

/*------------------------------------------------*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    transition: all 0.3s;
    display: none;
    opacity: 0;
    background-color: #fff;
}

.loader-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.loader-wrapper.show-effect {
    opacity: 1;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #45a0ba;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*------------------------------------------------*/

/* END LOADING */

/*------------------------------------------------*/

/*------------------------------------------------*/

/* START SLIDER */

/*------------------------------------------------*/

.slick-prev::before, .slick-prev::after {
    font-family: FontAwesome;
    content: "\f104";
    width: 21px;
    height: 43px;
    top: 0;
    position: absolute;
    left: 30px !important;
    color: #042427 !important;
    font-size: 86px !important;
    line-height: normal;
    /* background: url(../images/slick-icon-right.png); */
    border: none;
    background-repeat: no-repeat;
}
.tabid-188 .slick-prev::before, .tabid-188 .slick-prev::after{
    left: 36px !important;
}
.slick-prev::after {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    top: 0;
}

.slick-prev:hover::before {
    color: #555 !important;
}

.slick-prev:hover::after {
    color: #555 !important;
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(-1rem);
        opacity: 0;
    }
}

.slick-next::before, .slick-next::after {
    font-family: FontAwesome;
    content: "\f105";
    width: 21px;
    height: 43px;
    top: 0;
    position: absolute;
    right: 30px !important;
    color: #042427 !important;
    font-size: 86px !important;
    line-height: normal;
    /* background: url(../images/slick-icon-right.png); */
    border: none;
    background-repeat: no-repeat;
}


.slick-next::after {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    top: 0;
}

.slick-next:hover::before {
    color: #555 !important;
}

.slick-next:hover::after {
    color: #555 !important;
    animation: arrow-anim2 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}

.pagination {
    display: none !important;
}

.slick-slider {
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
    direction: ltr;
}

.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}

.slick-prev, .slick-next {
    top: 50% !important;
    font-size: 0;
    position: absolute;
    border: none;
    outline: none !important;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-initialized .slick-slide {
    margin: 0 !important;
}

.slick-track {
    padding: 0;
}

.slick-dots li button::before {
    color: #bcbcbc !important;
    font-size: 10px !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    color: #ffc20e !important;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots {
    bottom: 0px !important;
}

/*------------------------------------------------*/

/* END NIVO SLIDER */

/*------------------------------------------------*/

/* ------------------------------------------------------------------------------ */

/*------------------------------------------------*/

/* START ABOUT US */

/*------------------------------------------------*/

.aboutBox {
    padding-top: 140px;
}

.aboutBox .aboutBoxTitle .title {
    position: relative;
    font-size: 1.5rem;
    color: #616161;
    height: fit-content;
}

.aboutBox .aboutBoxTitle .title::before {
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: rgb(255, 39, 0);
    background: linear-gradient(90deg, rgba(255, 39, 0, 1) 0%, rgba(128, 20, 0, 1) 100%);
    position: absolute;
    bottom: -20px;
    right: 0;
}

.aboutBox .aboutBoxContent {
    padding: 40px;
    padding-right: 38%;
    background-color: #F0F0F0;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

.aboutBox .aboutBoxContent::before {
    content: '';
    display: block;
    width: 34%;
    height: 110%;
    position: absolute;
    top: -70px;
    right: 10px;
    background: url(../Images/back-about.png)center no-repeat;
    background-size: cover;
    box-shadow: -5px 5px 20px 0 #8080807a;
}

.aboutBox .aboutBoxVideo .title, .certPicsBox .title {
    text-align: center;
    font-size: 1.2rem;
    color: #616161;
    margin-bottom: 30px !important;
}

.aboutBox .aboutBoxVideo {
    margin-bottom: 100px;
}

.aboutBox .certPics {
    margin-bottom: 100px !important;
}

.aboutBox .certPics figure {
    margin: 0 10px !important;
}

.aboutBox .certPics figure img {
    margin: 0 auto;
}

.aboutBox .certPics figure figcaption {
    margin-top: 30px;
    font-size: .85rem;
    text-align: center;
}

/* ------------------------------ */

/* background ABOUT US ---------- */

/* ------------------------------ */

#wrap.tabid-221 , #wrap.tabid-224 {
    overflow-x: hidden;
}

#wrap.tabid-221, .aboutBox .aboutBoxVideo {
    position: relative;
}

#wrap.tabid-221::before ,
#wrap.tabid-221::after,
.aboutBox .aboutBoxVideo::before,
.aboutBox .aboutBoxVideo::after,
#wrap.tabid-224::before ,
#wrap.tabid-224::after {
    content: '';
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    background: #F5F9F8;
    right: 80px;
    top: 100px;
    border-radius: 50%;
    z-index: -1;
}

#wrap.tabid-221::after , #wrap.tabid-224::after {
    left: 100px;
    top: 150px;
    right: auto;
    width: 70px;
    height: 70px;
}

.aboutBox .aboutBoxVideo::before {
    width: 400px;
    height: 400px;
    left: -50%;
    top: 300px;
    right: auto;
}

/*------------------------------------------------*/

/* END ABOUT US */

/*------------------------------------------------*/

/*------------------------------------------------*/

/* START CONTACT US */

/*------------------------------------------------*/

.contact-box{
    margin-top: 40px;
}

.contact-box ul.txt {
    list-style: none;
}

.contact-box ul.txt li {
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-box ul.txt li p {
    padding-top: 3px;
}

.contact-box ul.txt li:nth-child(1) p {
    width: calc(100% - 45px);
}

.contact-box ul.social {
    text-align: left;
    font-size: 24px;
    list-style: none;
}

.contact-box ul.social li {
    padding: 12px 0;
}

.contact-box .title-contact {
    font-size: 26px;
    margin-bottom: 30px !important;
    color: #616161;
}

.contact-box .txt {
    font-size: .85rem;
}

.contact-box .txt figure {
    display: inline-flex;
    border: 1px solid #064f2d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    padding: 5px;
}

.LiveForm.Default input.error {
    border: 1px solid #DE806B !important;
}

.page-break-section input {
    border: 1px solid #ccc !important;
}
.LiveForm.Default ul.page-break-section {
    box-shadow: 0px 0px 0px 0px !important;
}
textarea{
    height: 200px;
}



/*------------------------------------------------*/

/* END CONTACT US */

/*------------------------------------------------*/

.langInnerBox {
    display: none !important;
    position: absolute;
    top: calc(100% - 10px);
    /* border: 1px solid red; */
    width: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: revert;
    background: #fff;
    box-shadow: 0 0 4px 1px #b3b3b3;
}

.fa-globe {
    color: #000;
}

.fa-globe:before {
    content: '' !important;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../Images/globe.svg) no-repeat center center;
    position: absolute;
    right: -25px;
    top: 0;
}

.headerLng span {
    display: none !important;
}

.headerLng a {
    color: #267481 !important;
}

.langInnerBox.show {
    display: flex !important;
    flex-wrap: wrap;
}

.headerLng {
    justify-content: flex-end !important;
}

.mobileIcon {
    position: relative;
}

.mobileIcon::before {
    /* font-family: FontAwesome;
    content: "\f0d7";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: calc(50% + 39px);
    transform: translate(-50%, -50%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.highlight {
    background-color: #d2051e !important;
}
.placeSections {
    width: 100%;
}


@media (min-width: 1680px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 20px;
    }
    .catBox .flex-wrap {
        top: 7px;
    }
}

@media all and (max-width:1200px) {
    .imgBox .MessageBox {
        display: none;
    }
}

@media all and (max-width:1024px) {
    .catBox .imgBox {
        width: 90%;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .headerLink{
        display: none !important;
    }
}

@media all and (min-width:767px) {
    .langInnerBox {
        display: flex;
        flex-wrap: wrap;
    }
    .tabid-203 div[id*='Pane']:not(.DNNEmptyPane) {
        margin-top: 20px;
    }
}

@media all and (max-width:991px) {
    .cd-section {
        overflow: hidden;
    }
    .header {
        background-color: #fff !important;
        padding: 0 15px;
    }
    .header #dnn_dnnLOGO_imgLogo {
        filter: brightness(1) invert(0);
    }
    #wrap {
        overflow-x: hidden;
    }
    #dnn_productsCatPane .SCat-Main li {
        padding: 0;
    }
    .catBox .imgBox {
        width: 80%;
    }
    .tabid-203 div[id*='Pane']:not(.DNNEmptyPane) {
        height: auto !important;
    }
    .SelectColor {
        display: none;
    }
    .imgBox .flex-wrap, .imgBox .seeMore {
        opacity: 1;
        visibility: visible;
        left: 100%;
        transform: translate3d(-50%, 0, 0);
        width: fit-content;
        white-space: nowrap;
    }
    .imgBox .seeMore {
        font-size: 0.875rem;
        padding: 6px 10px;
    }
    .imgBox .flex-wrap {
        width: 100vw;
        top: -26px;
        right: 24px;
        font-size: 2rem;
        transform: unset;
        line-height: 1.1;
    }
    #dnn_productsCatPane .SCat-Main {
        padding-top: 50px;
    }
    .slick-list {
        overflow: visible !important;
    }
    .imgOverLay .title {
        font-size: 1.5rem;
        display: none !important;
    }
    .imgOverLay .subtitle {
        font-size: 1rem;
        display: none !important;
    }
    .imgOverLay .titleLink a {
        font-size: 0.8rem;
        padding: 10px 15px;
    }
    .colorListBox ul {
        overflow-y: hidden;
    }
    .colorListBox ul li {
        width: 16%;
        padding: 7px;
        transition: 0.3s;
    }
    .colorListBox ul li.activeColor {
        transform: scale(1.2);
    }
    .colorListBox ul li.activeColor span {
        border: 1px solid #ff2802;
    }
    .colorListBox ul li span {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
    .categoriesBox {
        padding-bottom: 30px;
    }
    #map1_inner {
        height: auto;
        transform: unset;
    }
    .RepresentationBox svg {
        max-width: 100vw;
        pointer-events: none;
        max-height: unset;
    }
    .RepresentationBox {
        background: #051d21 !important;
        padding: 30px 0;
        height: auto !important;
    }
    .map1 {
        position: relative;
    }
    .descriptionBox {
        z-index: 1;
    }
    #map1::before {
        content: '';
        width: 200%;
        height: 114%;
        position: absolute;
        top: 0;
        left: -50%;
        box-shadow: inset 0px -62px 23px 39px #051d21;
        -webkit-box-shadow: inset 0px -62px 23px 39px #051d21;
        z-index: 1;
        pointer-events: none;
    }
    .contactUsInfo>div {
        padding-bottom: 10px;
    }
    .contactUsNumber, .contactUsFax, .contactUs, .contactUsAddress {
        position: relative;
        justify-content: right !important;
        padding-right: 15px;
    }
    .contactUsAddress strong {
        text-align: right;
    }
    .contactUsNumber span, .contactUsFax span, .contactUs span, .contactUsSocial span, .contactUsAddress span {
        display: none;
    }
    .contactUsAddress::before {
        content: '';
        width: 30px;
        height: 30px;
        transition: all 0.3s;
        z-index: 11;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: url(../Images/footer2.svg) no-repeat center center;
        position: absolute;
        right: -20px;
        top: 2px;
    }
    .contactUsNumber::before {
        content: '';
        width: 30px;
        height: 30px;
        transition: all 0.3s;
        z-index: 11;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: url(../Images/footer1.svg) no-repeat center center;
        position: absolute;
        right: -20px;
        top: 2px;
    }
    .contactUsFax::before {
        content: '';
        width: 30px;
        height: 30px;
        transition: all 0.3s;
        z-index: 11;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: url(../Images/footer4.svg) no-repeat center center;
        position: absolute;
        right: -20px;
        top: 2px;
    }
    .contactUs::before {
        content: '';
        width: 30px;
        height: 30px;
        transition: all 0.3s;
        z-index: 11;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: url(../Images/footer3.svg) no-repeat center center;
        position: absolute;
        right: -20px;
        top: 2px;
    }
    .contactUsNumber a {
        padding: 0 5px !important;
        /* width: 49%; */
    }
    .contactUsBox .row.no-gutters {
        padding-bottom: 20px;
    }
    .imgOverLay .titleLink {
        padding-top: 40%;
        transform: translateY(0);

    }
    .catBox .flex-wrap .name {
        font-size: 1.4rem;
    }




}

@media all and (max-width:768px) {
    .contact-box ul.social {
        display: flex;
        justify-content: center;
    }
    .contact-box ul.social li {
        margin: 0 10px;
    }
}

/* -------------------------------- 

Primary style

-------------------------------- */

*, *::after, *::before {
    box-sizing: border-box;
}

body {
    font-size: 15px;
    font-family: "IRanian", Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tabid-203 {
    font-size: 1.2rem!important;
    color: #ffffff;
    background-color: #22283f;
    font-size: 1.6rem;
}

body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

/*------------------------------------------------*/

/* START FormStyle */

/*------------------------------------------------*/

.tabid-100 .step_div, .tabid-101 .step_div {
    margin-top: 20px;
    background-color: #ebebeb;
    padding: 10px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(163, 163, 163, 1);
    box-shadow: 7px 7px 0px 0px rgba(163, 163, 163, 1);
}

.tabid-100 .S001_Theme_Default .SuperForm .steps, .tabid-101 .S001_Theme_Default .SuperForm .steps {
    text-align: center;
}

.tabid-100 .S001_Theme_Default .SuperForm .steps li, .tabid-101 .S001_Theme_Default .SuperForm .steps li {
    font-family: IRanian;
    float: none !important;
    display: inline-block;
    background-image: url(images/steps_arrow.gif) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding: 8px 10px !important;
}

.tabid-100 .S001_Theme_Default .SuperForm fieldset, .tabid-101 .S001_Theme_Default .SuperForm fieldset {
    border: 1px solid #ccc !important;
    padding: 10px;
    box-shadow: 0 4px 5px #8e8e8e;
}

.tabid-100 .S001_Theme_Default .SuperForm legend, .tabid-101 .S001_Theme_Default .SuperForm legend {
    padding: 10px 5px !important;
    background-color: transparent;
    border: 0;
    font-family: 'IRanian';
}

.tabid-100 .SuperForm .field_div, .tabid-101 .SuperForm .field_div {
    float: right !important;
    font-family: 'IRanian';
    color: #a14800;
}

.tabid-100 .S001_Theme_Default .SuperForm .SF_SubHead, .tabid-101 .S001_Theme_Default .SuperForm .SF_SubHead {
    font-size: 15px !important;
}

.tabid-100 .S001_Theme_Default .SF_TextBox, .tabid-100 .S001_Theme_Default .SuperForm_DropdownList, .tabid-100 .S001_Theme_Default .SF_Captcha input, .tabid-100 .S001_Theme_Default .SuperForm_ListBox, .tabid-101 .S001_Theme_Default .SF_TextBox, .tabid-101 .S001_Theme_Default .SuperForm_DropdownList, .tabid-101 .S001_Theme_Default .SF_Captcha input, .tabid-101 .S001_Theme_Default .SuperForm_ListBox {
    color: #777;
    margin-left: 5px !important;
    box-shadow: 0 0 0px #c4cdd6;
    transition: all 0.3s ease-in !important;
}

.tabid-100 .S001_Theme_Default .SF_TextBox:focus, .tabid-100 .S001_Theme_Default .SuperForm_DropdownList:focus, .tabid-100 .S001_Theme_Default .SF_Captcha input:focus, .tabid-100 .S001_Theme_Default .SuperForm_ListBox:focus, .tabid-101 .S001_Theme_Default .SF_TextBox:focus, .tabid-101 .S001_Theme_Default .SuperForm_DropdownList:focus, .tabid-101 .S001_Theme_Default .SF_Captcha input:focus, .tabid-101 .S001_Theme_Default .SuperForm_ListBox:focus {
    background-color: #f0f4f8;
    border: 1px solid #b0becc !important;
    box-shadow: 0 0 5px #c4cdd6 !important;
}

.tabid-100 .S001_Theme_Default .SuperForm .next, .tabid-100 .S001_Theme_Default .SuperForm .prev, .tabid-101 .S001_Theme_Default .SuperForm .next, .tabid-101 .S001_Theme_Default .SuperForm .prev {
    display: inline-block;
    float: none !important;
    font-family: IRanian;
    margin: 0px auto;
    text-align: center;
    width: 100px;
}

/*p[id*="step"] {
    text-align: center;
}*/

.tabid-100 .SuperForm .SF_SubmitButton, .tabid-100 .SuperForm .SF_PrintFormDiv, .tabid-101 .SuperForm .SF_SubmitButton, .tabid-101 .SuperForm .SF_PrintFormDiv {
    margin: 20px 0 !important;
}

.tabid-100 .S001_Theme_Default .SF_Button, .tabid-100 .S001_Theme_Default .SF_PrintForm, .tabid-100 .S001_Theme_Default .SF_CheckOut, .tabid-100 .S001_Theme_Default .SF_Return, .tabid-101 .S001_Theme_Default .SF_Button, .tabid-101 .S001_Theme_Default .SF_PrintForm, .tabid-101 .S001_Theme_Default .SF_CheckOut, .tabid-101 .S001_Theme_Default .SF_Return {
    background-color: #599c28 !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: block;
    font-family: IRanian;
    margin: 0 auto;
    padding: 8px 30px !important;
    width: 120px;
}

.tabid-100 #E032_GridGallery728.E032-Default figcaption h3, .tabid-101 #E032_GridGallery728.E032-Default figcaption h3 {
    text-align: center;
}

/*------------------------------------------------*/

/* END FormStyle */

/*------------------------------------------------*/

@media only screen and (min-width: 1050px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

a {
    color: #267481;
    text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */

@media only screen and (min-width: 1050px) {
    body[data-hijacking="on"] {
        overflow: hidden;
    }
}

.cd-section {
    /* height: 100vh; */
}

.cd-section h2 {
    line-height: 100vh;
    text-align: center;
    font-size: 2.4rem;
}

.cd-section:first-of-type>div {
    background-color: #2b334f;
}

.cd-section:first-of-type>div::before {
    /* alert -> all scrolling effects are not visible on small devices */
    content: '';
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    z-index: 2;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #6a7083;
}

.cd-section:nth-of-type(2)>div {
    background-color: #ffffff;
}

.cd-section:nth-of-type(3)>div {
    background: url(../images/section3-back.jpg);
    background-size: cover;
}

.RepresentationBox {
    background: url(../images/Representation-back3.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}

.cd-section:nth-of-type(5)>div {
    background: url(../images/footer-back.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}

[data-animation="parallax"] .cd-section>div, [data-animation="fixed"] .cd-section>div, [data-animation="opacity"] .cd-section>div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-animation="parallax"] .cd-section:first-of-type>div, [data-animation="fixed"] .cd-section:first-of-type>div, [data-animation="opacity"] .cd-section:first-of-type>div {
    background-image: url("../img/img-1.jpg");
}

[data-animation="parallax"] .cd-section:nth-of-type(2)>div, [data-animation="fixed"] .cd-section:nth-of-type(2)>div, [data-animation="opacity"] .cd-section:nth-of-type(2)>div {
    background-image: url("../img/img-2.jpg");
}

[data-animation="parallax"] .cd-section:nth-of-type(3)>div, [data-animation="fixed"] .cd-section:nth-of-type(3)>div, [data-animation="opacity"] .cd-section:nth-of-type(3)>div {
    background-image: url("../img/img-3.jpg");
}

[data-animation="parallax"] .cd-section:nth-of-type(4)>div, [data-animation="fixed"] .cd-section:nth-of-type(4)>div, [data-animation="opacity"] .cd-section:nth-of-type(4)>div {
    background-image: url("../img/img-4.jpg");
}

[data-animation="parallax"] .cd-section:nth-of-type(5)>div, [data-animation="fixed"] .cd-section:nth-of-type(5)>div, [data-animation="opacity"] .cd-section:nth-of-type(5)>div {
    background-image: url("../img/img-5.jpg");
}

@media only screen and (min-width: 1050px) {
    .cd-section h2 {
        font-size: 4rem;
        font-weight: 300;
    }
    [data-hijacking="on"] .cd-section {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
    }
    [data-hijacking="on"] .cd-section>div {
        visibility: visible;
    }
    [data-hijacking="off"] .cd-section>div {
        opacity: 0;
    }
    [data-animation="rotate"] .cd-section {
        /* enable a 3D-space for children elements */
        -webkit-perspective: 1800px;
        -moz-perspective: 1800px;
        perspective: 1800px;
    }
    [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
        -webkit-perspective-origin: center 0;
        -moz-perspective-origin: center 0;
        perspective-origin: center 0;
    }
    [data-animation="scaleDown"] .cd-section>div, [data-animation="gallery"] .cd-section>div, [data-animation="catch"] .cd-section>div {
        box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
    }
    [data-animation="opacity"] .cd-section.visible>div {
        z-index: 1;
    }
}

@media only screen and (min-width: 1050px) {
    .cd-section:first-of-type>div::before {
        display: none;
    }
}

@media only screen and (min-width: 1050px) {
    .cd-section>div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    /* [data-hijacking="on"] .cd-section>div {
        position: absolute;
    } */
    [data-animation="rotate"] .cd-section>div {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    right: 6%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../Images/cd-icon-arrow.svg) no-repeat center center;
    filter: brightness(0.8)
}

.cd-vertical-nav li {
    list-style: none
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
    .cd-vertical-nav {
        display: block;
    }
}

#dnn_ctr768_ContentPane ,  #dnn_ctr792_ContentPane{
    display: block !important;
    padding-top: 130px;
}

.contactUsName {
    justify-content: center !important;
}

.contactUsName>strong {
    border-right: 5px solid red;
    padding: 3px 10px 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.contactUsInfo {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    font-size: 16px;
    margin: 50px 0;
    line-height: 32px;
    word-spacing: 2px;
}

.contactUsNumber a, .contactUs a, .contactUsFax a {
    color: #000;
    padding: 0 12px;
    direction: ltr;
}

.contactUsSocial a {
    margin: 0 5px !important;
    width: 24px;
    height: auto;
}

.contactUsSocial a i {
    font-size: 30px !important;
    color: #000;
    transition: .5s;
}

.contactUsSocial a:hover i {
    color: #064f2d;
}

.contactUs, .contactUsSocial, .contactUsAddress, .contactUsNumber, .contactUsFax, .copyright {
    text-align: center;
    width: 100%;
    justify-content: center;
}

/******************************NAMAYANDEGI******************/

.tabid-207 #accordion772 .accordion_group {
    display: none;
}

.tabid-207 .Theme_14_Default .accordion-header .ico {
    left: 0px;
    right: auto;
}

/*.tabid-207 .Theme_14_Default .accordion-header span.title {
    padding-right: 50px;
}*/

.tabid-207 .Theme_14_Default .accordion-header .type {
    float: right;
}

.tabid-207 #accordion772 .accordion-header .ico {
    border: none;
    transform: rotate( 90deg);
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.tabid-207 .Theme_14_Default .accordion-header.opened.focus .ico {
    transform: rotate( -90deg)!important;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.tabid-207 .Theme_14_Default .accordion-header .ico:before {
    content: "\f04b" !important;
}

.tabid-207 #accordion772 .accordion-header .type {
    display: none;
}

.tabid-207 #accordion772 .accordion-header {
    background: #f9f9fb url(../images/namayandegi.svg) no-repeat 98% 4px;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    background-size: 30px;
}

.tabid-207 .Theme_14_Default .accordion-header {
    padding: 8px 0;
}

.tabid-207 .Theme_14_Default .accordion-item {
    margin-bottom: 15px;
}

.home18-bg01 {
    background-image: url(../images/bak-rel.svg);
    background-position: right center;
    background-repeat: no-repeat !important;
    background-size: contain;
    margin-bottom: 10px;
    padding-top: 240px;
    min-height: 700px;
}

.home18-bg01 .text-representation {
    max-width: 700px;
    position: relative;
}

.home18-bg01 .bn-design .inner-ttl-box {
    font-size: 32px;
    margin-bottom: 30px !important;
}

.home18-bg01 .bn-design p {
    color: #afafaf;
}

#wrap.tabid-207 .full-pageInner {
    background: url(../images/left-rep.svg) no-repeat left 450px;
    position: relative;
    /*background-size: 400px;*/
}

#wrap.tabid-207 .full-pageInner:after {
    z-index: 2;
    content: "";
    width: 304px;
    height: 592px;
    background: url(../images/right-rep.svg) right center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
}

#wrap.tabid-207 .DNNModuleContent {
    z-index: 3;
    position: relative;
}

.tabid-207 #accordion772 {
    padding-top: 40px;
    padding-bottom: 40px;
}

#wrap.tabid-207 .LiveForm.Default {
    border: none;
    background-color: transparent !important;
    padding: 0px 20px 20px;
}

#wrap.tabid-207 .LiveForm.Default input, #wrap.tabid-207 .LiveForm.Default select, #wrap.tabid-207 .LiveForm.Default textarea {
    background-color: #f9f9fb!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#wrap.tabid-207 .LiveForm.Default label.error {
    display: none;
}

#wrap.tabid-207 .LiveForm .Field.FieldSpacing, .LiveForm .Field.Heading {
    padding: 5px 0;
}

#wrap.tabid-207 .LiveForm.Default .Field>label, #wrap.tabid-207 .LiveForm.Default .Field .MatrixWrapper>label {
    font-weight: normal;
    color: #929292;
}

#wrap.tabid-207 .Submit-Align-Default .Field-Label-Auto {
    display: none;
}

#wrap.tabid-207 .Submit-Align-Default .causesValidation.bSubmit {
    width: 100%;
    background-color: #00502d !important;
    color: #fff;
    font-weight: bold;
}

.tabid-207 #dnn_BelowSliderPaneRight .DnnModule.DnnModule-LiveForms {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.footer-back-div {
    background: url(../images/footer-back.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.footer-back-div.footerInner {
    height: auto;
    border-top: 9px solid #064f2d;
    padding: 50px 0;
}

/*********************************breadcrump************************/

.WB-breadcrumb {
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px;
}

.WB-breadcrumb li a {
    color: #717171 !important;
    font-size: 14px;
}

.WB-breadcrumb ol {
    margin-bottom: 15px!important;
}

.WB-breadcrumb li:last-child label {
    color: #b5b5b5;
}

/********************************product page************************************/

#wrap.tabid-209, #wrap.tabid-211 {
    padding-top: 80px;
}

/* *************************operatororderlist************************* */

.tabid-200 *, .tabid-201 *, .tabid-200, .tabid-202 * {
    font-size: .75rem !important;
}

.tabid-200 #contentWrapper, .tabid-201 #contentWrapper, .tabid-202 #contentWrapper {
    padding-top: 140px;
}

.tabid-200 header.header, .tabid-201 header.header, .tabid-202 header.header {
    top: 53px;
}

.datatable th::before, .datatable th::after {
    display: none;
}

#datatable1, #operatorList #tblReceiver {
    margin-top: 20px;
    display: inline-table;
}

#datatable1 .btn svg.bi-info-circle-fill {
    fill: #fff;
}

#operatorList .row {
    position: relative;
}

#operatorList .search-out {
    position: absolute;
    top: 0;
    right: 300px;
    z-index: 1;
}

#AgentList .form-group.search-out {
    text-align: left;
}

#dnn_ctr758_AdminOrders_pnlOrderEdit .email-print-section>.col-md-6.print-section.text-left {
    text-align: left !important;
}

#dnn_ctr758_AdminOrders_pnlUpdate .curve-panel {
    text-align: right !important;
}

#dnn_ctr758_AdminOrders_lblStatus {
    padding-left: 10px;
}

#LiveForm776 {
    padding-top: 25px;
}

.DnnModule-WB_Simulator.DnnModule-734 .placeSections img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.DnnModule-WB_Simulator .description h2>span>span {
    color: #086f3f !important;
}

.DnnModule-WB_Simulator .leftSection .about-box {
    direction: rtl;
    text-align: justify;
}

#wrap.tabid-188 {
    padding-top: 100px;
}

/*------------------------------------------------*/

/* START job opportunites */

/*------------------------------------------------*/

#wrap.tabid-228 {
    margin-top: 120px;
    overflow-x: hidden;
}

.jobOpporBox {
    position: relative;
    margin-bottom: 100px;
    padding: 50px 15px;
}

.jobOpporBox::before, .jobOpporBox::after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: -2;
    background-color: #F5F5F5;
}

.jobOpporBox::after {
    background: url(../Images/job-back.png) center no-repeat;
    opacity: .2;
    z-index: -1;
    left: 0;
    top: 0;
}

.jobOpporBox .title {
    position: relative;
    font-size: 1.5rem;
    color: #000;
    height: fit-content;
    margin-bottom: 33px !important;
}

.jobOpporBox .title::before {
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: rgb(255, 39, 0);
    background: linear-gradient(90deg, rgba(255, 39, 0, 1) 0%, rgba(128, 20, 0, 1) 100%);
    position: absolute;
    bottom: -20px;
    right: 0;
}

.jobOppor p {
    margin: 12px 0;
}

.formTxt {
    display: none;
}

ul#steps869.steps {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    overflow: visible;
    /* padding: 0 15px ; */
    position: relative;
}

ul#steps869.steps::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #70707052;
    position: absolute;
    top: 50%;
    left: 15px;
}

ul#steps869.steps li {
    width: 24px;
    height: 24px;
    min-width: unset !important;
    padding: 0px !important;
    font-size: 0 !important;
    color: transparent !important;
    background: url() #fff !important;
    border-radius: 50% !important;
    margin-right: 0;
    border: 2px solid #707070;
    position: relative;
}

ul#steps869.steps li.current {
    border: 2px solid #004F2D;
}

ul#steps869.steps li.current::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #FF2700;
    top: 10%;
    left: 10%;
    border-radius: 50%;
}

.S001_Theme_Default .SuperForm .steps li span {
    color: #373737 !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    font-size: .7rem !important;
    font-family: 'IRanian' !important;
    top: -210%;
    left: 50%;
    transform: translateX(-50%);
    width: 20vw !important;
    text-align: center;
    white-space: unset !important;
}

#SignupForm869 .validationEngineContainer {
    border: 1px solid #bebebe6e;
    position: relative;
    background-color: #fff;
    padding: 36px 15px;
}

#SignupForm869 .validationEngineContainer::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    height: 100%;
    background-color: #EBEBEB;
    z-index: -1;
}

#SignupForm869 .validationEngineContainer legend {
    color: #373737;
    font-size: 1.2rem;
    position: absolute;
    top: -50px;
    right: 0;
    font-family: 'IRanian';
}

#SignupForm869 .validationEngineContainer a.next, #SignupForm869 .validationEngineContainer a.prev {
    background: #004F2D !important;
    color: #fff;
    font-family: 'IRanian';
    padding: 6px 26px;
    float: left;
    font-size: .85rem;
    border-radius: 0;
    margin: 10px 5px;
}

#SignupForm869.formstructure_multisteps {
    margin-bottom: 100px;
}

#SignupForm869 .validationEngineContainer fieldset>p {
    display: flex;
    justify-content: flex-end;
}

#SignupForm869.formstructure_multisteps .submit_btn {
    order: 1;
    width: 100%;
    margin-top: 50px;
}

.tabid-228 .SuperForm {
    padding: 0 15px;
}

#S001_Normal869 .SubmitResult869 p{
    font-size: 1rem;
    margin-bottom: 100px;
    color: #117446;
}










@media all and (min-width:768px) {
    .jobOpporBox {
        min-height: 80vh;
    }
    .jobOpporBox::after {
        opacity: 1;
    }
    .jobOpporBox .title {
        font-size: 2.5rem;
        padding-top: 120px;
    }
    .jobOpporBox .title::before {
        bottom: -33px;
    }
    .jobOpporBox::before {
        opacity: 1;
        width: 62%;
    }
    .jobOpporBox::after {
        width: 62%;
        top: 0;
        left: 0;
    }
    #SignupForm869.formstructure_multisteps {
        display: flex;
        margin-bottom: 100px;
        flex-wrap: wrap;
    }
    #SignupForm869.formstructure_multisteps>div:nth-child(1) {
        width: 50%;
    }
    .formTxt {
        display: block;
        width: 50%;
        padding-right: 50px;
        position: relative;
    }
    .formTxt .title {
        position: relative;
        font-size: 1rem;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }
    .formTxt .title::before {
        content: '';
        display: block;
        width: 200px;
        height: 2px;
        background: #C9C9C9;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .formTxt p.txt {
        font-family: 'IRanian' !important;
        font-size: .82rem;
        font-weight: 100;
        text-align: justify;
    }
    /* backgrond----- */
    .jobOpporBox .jobOppor {
        position: relative;
    }
    .jobOpporBox .jobOppor::before, .jobOpporBox .jobOppor::after {
        content: '';
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        background: #F5F9F8;
        border-radius: 50%;
        top: 150%;
        right: -40%;
        z-index: -1;
    }
    .jobOpporBox .jobOppor::after {
        width: 50px;
        height: 50px;
        top: 10px;
        /* bottom: 130%; */
        right: 30%;
    }
    .SuperForm .formTxt::before, .SuperForm .formTxt::after {
        content: '';
        display: block;
        position: absolute;
        width: 400px;
        height: 400px;
        background: #F5F9F8;
        border-radius: 50%;
        top: 200px;
        left: -100%;
        z-index: -1;
    }
    .SuperForm .formTxt::after {
        width: 60px;
        height: 60px;
        top: -20px;
        right: 70px;
        left: auto;
    }
}












/*------------------------------------------------*/

/* END job opportunites */

/*------------------------------------------------*/

.tabid-188 .placeSectionsWrap {
    direction: ltr;
}

@media all and (max-width:992px) {
    .home18-bg01 {
        background-image: url(../images/mobile-back-rep.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: max-content;
        padding-top: 100px;
        position: relative;
    }
    .home18-bg01::before{
        content: '';
        background-color: #ffffffa1;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .home18-bg01 .bn-design p {
        color: #000;
    }
    #wrap.tabid-207 .full-pageInner:after {
        z-index: -1;
    }
    .imgBox .flex-wrap {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .contactUsInfo {
        margin: 100px 0;
    }
    .footerInner .contactUsInfo {
        margin: 50px 0;
    }
    /*#wrap.tabid-208 {
        padding-top: 50px;
    }*/
   
}

@media all and (max-width: 767px) {
    .SuperForm .fieldtitle {
        width: 40% !important;
    }
    .catBox .flex-wrap {
        right: 7px;
        top: 15px;
    }
    .imgBox .flex-wrap {
        top: 15px;
        font-size: 1.2rem;
    }
    .tabid-222 .DnnModule-DNNGoSuperForm ,.tabid-226 .DnnModule-DNNGoSuperForm {
        padding: 0;
    }
    .aboutBox .aboutBoxContent::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px !important;
        right: 0px !important;
        left: 0 !important;
        background: url(../Images/back-about.png)center no-repeat;
        background-size: cover;
        /* box-shadow: -5px 5px 20px 0 #8080807a; */
        opacity: .1;
    }
    .aboutBox .aboutBoxContent {
        padding: 15px !important;
    }
    .aboutBoxTitle .txt {
        margin-top: 50px !important;
    }
    .SuperForm .field_row:nth-child(1), .SuperForm .field_row:nth-child(2) {
        width: 100%;
    }
    .SuperForm .SF_TextBox {
        width: 100% !important;
        min-width: 100% !important;
    }
}

body.dnnEditState {
    padding-top: 110px;
}

#wrap.tabid-185,
#wrap.tabid-186,
#wrap.tabid-187 {
    padding-top: 80px;
}
.tabid-188 .ttl-wrap{
    direction: rtl;
    text-align: justify;
}
.tabid-188 .ttl-wrap h1{
    color: #086f3f !important;
}
.tabid-188 .ttl-wrap p{
    margin-top: 10px;
    line-height: 28px;
}

.tabid-188 .placeSections span{
    left: auto !important;
    right: 15px !important;
}


/* ------------------------------------------------ */
/*--------------- Gallery PAGE ----------- */
/* ------------------------------------------------ */


.E032-Default .slideshow nav span.nav-prev, .E032-Default .slideshow nav span.nav-next{
    background-color:#888 ;
    z-index: 9;

}

.E032-Default .slideshow nav span.nav-prev{
    left: 0 !important;
}
.tabid-188{
    background: #E5E5E5;
}
/* -------------------------------------------------------------------------- */

/*                                  whatsapp                                  */

/* -------------------------------------------------------------------------- */
.suggestPopUp {
    position: fixed;
    bottom: 10px;
    left: 60px;
    background: #fff;
    width: 340px;
    height: 240px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #D3D3D3;
    text-align: center;

}
.closeDesktop{
    left: 10px;
    width: 60px;
    height: 60px;
    right: auto;
    font-size: 36px;
    background: #31BF53;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 999;
    border: 1px solid #D3D3D3;
    text-align: center;
}
.closeDesktop a{
    color: white;
}
.closeDesktop a i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.suggestPopUp h3 {
    border-bottom: 1px dotted #C4C4C4;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
}
.suggestPopUp h3 i {
    color: #31bf53;
    font-size: 24px;
}
.suggestPopUp img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
    border: 1px solid #31bf53;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    margin-bottom: 12px;
}
a.closePopUp {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .3s;
    transform: translate(50%, -50%);
    color: #fff !important;
    background: #434343;
    cursor: pointer;
}

a.closePopUp:hover {
    background: red;
    color: #fff;
    transition: all .3s;
}

.btn-advice {
    border: 1px solid #2ca84a;
    border-radius: 50px;
    width: 70%;
    padding: 10px;
    color: #fff;
    transition: all .3s;
    background: #31bf53;
    display: inline-block;
}

.btn-advice:hover {
    background: transparent;
    color: #31bf53;
    transition: all .3s;
}
.suggestPopUp .mobile{
    display: none;
}
@media all and (max-width:767px) {
    .suggestPopUp .mobile{
        display: block;
    }
    .suggestPopUp .desktop{
        display: none;
    }
    .closeDesktop{
        display: none;
    }
    .suggestPopUp {
        right: 10px;
        width: 60px;
        height: 60px;
        left: auto;
        font-size: 36px;
        background: #31BF53;
        color: #fff;
        border-radius: 50%;
        position: fixed;
        bottom: 50px;
        box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
        z-index: 999;
        border: 1px solid #D3D3D3;
        text-align: center;
    }

    .suggestPopUp a{
        color: #fff;
    }
}