* {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/iranyekanwebbold.eot');
    src: url('../fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebbold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/eot/iranyekanwebthin.eot');
    src: url('../fonts/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebthin.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/iranyekanweblight.eot');
    src: url('../fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanweblight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregular.eot');
    src: url('../fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebregular.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/iranyekanwebmedium.eot');
    src: url('../fonts/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebmedium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/eot/iranyekanwebextrabold.eot');
    src: url('../fonts/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebextrabold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/iranyekanwebblack.eot');
    src: url('../fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebblack.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebblack.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/eot/iranyekanwebextrablack.eot');
    src: url('../fonts/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebextrablack.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextrablack.ttf') format('truetype');
}

body {
    font-family: iranyekan !important;
    font-size: 14px;
    background-color: #fff
}

a:hover {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    height: 45px;
    background: rgba(0, 0, 0, 1);
}

.topMenu {
    padding-right: 0;
}

    .topMenu li a:hover {
        text-decoration: :none;
    }

    .topMenu > li {
        display: inline-block;
        position: relative;
        min-width: 24px;
        min-height: 40px;
    }

        .topMenu > li > a {
            padding: 10px 15px 10px 15px !important;
        }

    .topMenu li:hover {
        background: linear-gradient(to left, #2ad8d8, #2efafa);
        color: #000;
    }

    .topMenu > li > a:before {
        content: "\f078";
        font-family: "FontAwesome";
        line-height: 18px;
        display: inline-block;
        position: relative;
        top: 1px;
        padding-left: 5px;
    }


    .topMenu > li:last-child {
        margin-left: 20px;
    }

    .topMenu > li > a:only-child:before {
        content: '';
    }

    .topMenu li a {
        display: block;
        padding: 12px 10px;
        color: #fff;
        font-size: 16px;
    }

    .topMenu > li > ul {
        border: none;
        border-radius: 0;
        background: rgba(255, 255, 255, .85);
        min-width: 200px;
        position: absolute;
        top: 80%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 100000;
        padding-right: 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        list-style: none;
    }

    .topMenu > li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .topMenu > li > ul > li > a i {
        padding-left: 10px;
    }

    .topMenu > li > ul > li > a {
        color: #ffffff;
    }

    .topMenu > li > ul > li:hover > a {
        color: #6fd0d0;
    }

    .topMenu li ul li ul {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        border: none;
        border-radius: 0;
        background: rgba(255, 255, 255, .85);
        min-width: 250px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        height: 0px;
        padding-right: 0px;
        -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    }

    .topMenu li ul li {
        position: relative;
    }

        .topMenu li ul li ul li a {
            color: #ffffff;
        }

            .topMenu li ul li ul li a i {
                padding-left: 10px;
            }

        .topMenu li ul li ul li:hover a {
            color: #FA6254;
        }

        .topMenu li ul li ul {
            list-style: none;
            padding-right: 10px;
        }

        .topMenu li ul li:hover ul {
            opacity: 1;
            visibility: visible;
            top: 0;
            height: auto;
            right: 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

/*language*/
.lan {
    list-style: none;
}

    .lan li {
        display: inline-block;
        line-height: 48px;
        color: #2ad8d8;
    }

        .lan li a {
            color: #2ad8d8;
            line-height: 48px;
            font-weight: bold;
        }

        .lan li:hover a {
            color: #fff;
        }

/*Service*/
.Service {
    padding: 30px 0;
}

.comon {
    padding: 10px 0;
    background: url('../images/commonlogo.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

    .comon h3 {
        color: #5c0a68;
        font-size: 26px;
        font-weight: bold;
    }

    .comon p {
        font-size: 16px;
    }
.product-title {
    color: #505050;
    font-size: 16px;
    padding-top: 10px;
}
.serviceBox {
    background: #eefcfc;
    padding: 20px;
    text-align: center;
    min-height: 327px;
    background: url(../images/bgequli.png);
    background-repeat: no-repeat;
    box-shadow: 0 0 18px 3px #efefef;
    background-position: bottom;
    margin-bottom: 15px;
}

    .serviceBox .icon {
        background: #fff;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 3px solid #fff;
        box-shadow: 0 0 2px 2px #cef7f1;
        width: 46%;
    }

        .serviceBox .icon:hover {
            background: #59e1df;
        }

    .serviceBox .serviceTitle a {
        text-align: center;
        font-size: 14px;
        margin-top: 25px;
        font-weight: bold;
        color: #333;
    }

        .serviceBox .serviceTitle a:hover {
            color: #59e1df;
        }

    .serviceBox p {
        font-size: 12px;
        text-align: center;
        line-height: 25px;
    }

.mg71 {
    margin: 0 71px;
}

/*homeAbout*/
.homeAbout {
    background: url(../images/imgindx2.jpg);
    background-size: cover;
    position: relative;
    min-height: 759px;
    padding: 150px 0;
}

.homeAboutTite {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 50px 0;
}

.homeAbout:before {
    content: '';
    position: absolute;
    background: url(../images/bgtop.png) 0 0 no-repeat;
    top: 0;
    right: 0;
    left: 0;
    height: 157px;
}

.homeAbout:after {
    content: '';
    position: absolute;
    z-index: 100;
    background: url(../images/bgbtm.png) 0 0 no-repeat;
    bottom: -17px;
    right: 0;
    left: 0;
    height: 157px;
}

.homeAboutDSC {
    line-height: 30px;
    text-align: justify;
    color: #fff;
}

.homeAboutMore {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #dffafa;
    margin-top: 60px;
    color: #4d4d4d;
    font-size: 14px;
    margin: 35px auto 0 auto;
    display: block;
    width: 200px;
    text-align: center;
    padding: 15px 20px;
}

    .homeAboutMore:hover {
        background: #65dede;
        color: #4d4d4d;
    }

/*Customer*/
.Customer {
    padding: 20px 0;
}

.customerTitr {
    font-size: 28px;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 8px;
    font-weight: bold;
}

.customerTitr {
    background: url(../images/bgh.png) bottom center no-repeat;
}

.logoBox {
    box-shadow: 3px 3px 3px 0 #d7d7d7;
    position: relative;
    margin: 0 10px;
}

    .logoBox:hover > .logoOverlay {
        opacity: 1;
        transition: all 0.6s;
    }

.logoOverlay {
    background: #9becec;
    border: 4px solid #46dddd;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

    .logoOverlay .logoTitr a {
        font-size: 16px;
        text-align: center;
        position: absolute;
        top: 40%;
        right: 0;
        color: #570262;
        text-align: center;
        left: 0;
    }

#post-slider {
    direction: ltr;
}

/*News*/
.News {
    background: #dffafa;
    padding: 40px 0;
    position: relative;
}

    .News:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: url(../images/beforknowing.png) 0 0 no-repeat;
        height: 25px;
		background-size: 100%;
    }

    .News:after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 0;
        background: url(../images/afterknowing.png) 0 0 no-repeat;
        height: 31px;
    }

.item-news {
    width: max-content;
    margin: 0 auto;
}

.Option {
    background: #fff;
    border: 1px solid #18ffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

    .Option li {
        display: block;
        padding: 5px 10px;
    }

        .Option li:last-child {
            background: #65dcf7;
            color: #fff;
        }

.box-news {
    width: 90%;
}

.news-content {
    background: #fff;
    padding: 0 20px 50px 20px;
}

    .news-content h2 a {
        padding: 20px;
        border-bottom: 1px solid #b6ecec;
        display: block;
        color: #333;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

        .news-content h2 a:hover {
            color: #65baba;
        }

.news-content {
    text-align: justify;
    line-height: 30px;
}

/*Contact*/
.HomeContact {
    background: #e7e7e7;
    position: relative;
    text-align: center;
}

span.field-validation-error {
    color: red;
    display: block;
    font-weight: bold;
}

form#form0 {
    background: #fff;
    height: 100%;
    display: block;
    position: static;
}

.homeContactForm {
    position: relative;
    background: url(../images/bgfrmcus.png) 0 0 no-repeat;
    height: auto;
    font-weight: 100;
    padding: 20px 20px 0 0;
    color: #fff;
}

.CTC {
    padding: 20px 0;
}

    .CTC span {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

.txtfrm {
    width: 95%;
    border: 1px solid #c0e9e9;
    border-radius: 8px;
    line-height: 45px;
    margin: 6px 0 4px 0;
    text-indent: 23px;
}

.inputs {
    padding: 50px 0;
}

.txtareafrm {
    width: 95%;
    border: 1px solid #c0e9e9;
    border-radius: 8px;
    height: 93px;
    margin: 7px 0 4px 0;
    text-indent: 23px;
    line-height: 20px;
}

.send {
    background: #8edbdb;
    color: #fff;
    line-height: 44px;
    border: 1px solid #7dd1d1;
    font-size: 12px;
    padding: 0 75px;
    margin: 9px 0 10px 2%;
    cursor: pointer;
    border-radius: 8px !important;
}

.homeContactInfo {
    min-height: 38.8%;
    background: #fff;
    color: #444343;
    line-height: 23px;
    font-size: 12px;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
	    margin-bottom: 10px
}

.contactImage {
    position: relative;
    background: url(../images/bgcntinfo.png) top center no-repeat;
    background-size: 100% 100%;
    height: 276px;
    box-shadow: 1px 1px 1px 1px #cacaca;
}

    .contactImage a {
        position: absolute;
        z-index: 100;
        top: 50%;
        right: 50%;
        margin-top: -29px;
        margin-right: -86px;
        line-height: 56px;
        color: #000;
        padding: 0 48px;
        font-size: 13px;
        border: 1px solid #acfcfc;
		background-color: aqua;
    }

.homeContactInfo ul {
    list-style: none;
}

    .homeContactInfo ul li {
        display: inline-block;
    }

        .homeContactInfo ul li img {
            display: block;
            margin: 10px auto;
        }

        .homeContactInfo ul li span,
        .homeContactInfo ul li a {
            text-align: center;
            font-size: 14px;
            color: #000;
        }

/*.downslider 
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/bgbtmslider.png) center center no-repeat;
    height: 120px;
    z-index: 10;
*/

.top-header {
    min-height: 185px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
	background: rgb(0,0,0);
background: linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    /*background: url(../images/bghead.png) center center repeat-x;*/
}

.top-navigation > li {
    display: inline-block;
    position: relative;
}

.top-navigation li ul.drop-menu {
    position: absolute;
    right: 0;
    box-shadow: 0 0 3px #d7d7d7;
    background: rgba(255, 255, 255, .85);
    min-width: 235px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

    .top-navigation li ul.drop-menu li {
        display: block;
    }

.top-navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.top-navigation li ul.drop-menu li a:hover {
    color: #6fd0d0;
}

.top-navigation li ul.drop-menu li a {
    display: block;
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    color: #323232;
    border-bottom: 1px solid #b6ecec;
}

.top-navigation > li > a:hover {
}

.top-navigation > li > a {
    padding: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.top-logo {
    padding: 15px;
}

.top-nav {
    padding-top: 45px;
}

li.mega-menu {
    position: static;
}

.mt-250 {
    margin-top: 250px;
}.mega-menu > ul {
    position: absolute;
    width: auto;
    background-color: rgb(255 255 255 / 86%);
    right: 27px;
    border-radius: 5px;
    padding: 0px 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

    .mega-menu > ul > li {
        width: 183px;
        display: inline-block;
        float: right;
        margin: 3px;
    }

        .mega-menu > ul > li > a:hover {
            color: #2ad8d8;
            text-decoration: none;
        }

        .mega-menu > ul > li > a {
            color: #323232;
            text-decoration: none;
            font-weight: bold;
            font-size: 12px;
            display: block;
            border-bottom: 1px solid #63cece;
            color: #006d6d;
            padding: 10px 0;
        }

        .mega-menu > ul > li > ul > li > a {
            padding: 5px 0;
            color: #323232;
            display: block;
            font-size: 12px;
        }

        .mega-menu > ul > li > ul > li {
            list-style-type: none;
        }

            .mega-menu > ul > li > ul > li > a:hover {
                color: #006d6d;
            }

header.top-header {
    transition: all 0.2s;
}

    header.top-header.floatmenu {
        position: fixed;
        top: 0px;
        height: 60px;
        right: 0px;
        min-height: 60px;
        background: #000;
    }

        header.top-header.floatmenu .top-logo img {
            height: 36px;
        }

.floatmenu .top-logo {
    padding: 9px;
}

.floatmenu .top-nav {
    padding-top: 3px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 5px solid #fff;
    border-radius: 100%;
    padding: 19px;
}

.product-category-box .title {
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 13px;
}

.product-box {
    border: 1px solid #59e1df;
    background: #f2f3f3;
    font-size: 14px;
    margin: 30px auto;
}

.product-category-box {
    border: 1px solid #59e1df;
    background: #f2f3f3;
    font-size: 14px;
    margin: 30px auto;
}

.page-image-head img {
    min-width: 100%;
}

/*.downslider {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/bgbtmslider.png) center center no-repeat;
    height: 120px;
    z-index: 11;
}*/

.product-details {
    padding-top: 100px;
}

.sub-cat {
    color: #323232;
}

.footer {
    text-align: center;
    background: #e7e7e7 url(../images/bgfooter.png) 0 0 no-repeat;
    padding-top: 212px;
}

.siteadd {
    font-size: 26px;
    line-height: 23px;
    padding: 47px 0;
    color: #949496;
    text-align: center;
    font-weight: 100;
    display: block;
}

.footer-link {
    display: table;
    margin: 15px auto;
}

    .footer-link li {
        display: inline-block;
        margin-left: 15px;
    }

        .footer-link li a {
            color: #323232;
            transition: all 0.2s;
        }

            .footer-link li a:hover {
                color: #63cece;
            }

.carousel-item img {
    min-width: 100%;
    max-width: 100%;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    .js .top-navigation {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 100%;
        right: 0px;
        left: 0px;
        background: #000000;
    }
}

.news-cart {
    background: #fff;
    padding: 5px;
}

h2.news-title {
    font-size: 19px;
    color: #323232;
    margin: 15px auto;
    font-weight: bold;
}

    h2.news-title a {
        color: #323232;
    }

.news-info {
    display: table;
    margin: auto;
    direction: rtl;
}

    .news-info li {
        display: inline-block;
        margin-left: 18px;
        color: #7b7b7b;
    }

        .news-info li i {
            padding-left: 5px;
        }

.news-cart img {
    min-width: 100%;
    max-width: 100%;
}

#mobile-logo {
    display: none;
}
.product-box-dsc {
    margin-top: 70px;
}

.top-title {
    color: #5c0a68;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

ul.img-list li img{
    max-width: 100px;
    margin: 10px auto;
    cursor: pointer;
    height: 100px;
    width: 100px;
}
ul.img-list li {
    display: inline-block;
    max-width: 100px;
}
.product-category-content img{max-width:100%}
.product-category-content {
    max-width: 960px;
    margin: auto;
    line-height: 30px;
	background-color: #e6e6e6;
    padding: 33px;
}

.news-cart p {
    line-height: 33px;
    text-align: center;
    text-align-last: right;
    direction: rtl;
	    min-height: 200px;
}