﻿


    @font-face {
        font-family: 'IRANSansWeb';
        src: url('../fonts/IRANSansWeb(FaNum).eot');
        src: url('../fonts/IRANSansWeb(FaNum).eot') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


.mainPic{
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),url("/publicimage/mainbackgroundpic.png");
    background-repeat:no-repeat;
    height:auto;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}


.customGreen1{
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
    background-color:#d0f7c9;
}

.customBlue1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #9ce5f2;
}

.customYellow1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #e8efa7;
}

.customRed1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f59f9f;
}

.custominput{
    border:1px solid gray;
    border-radius:1px;
    height:30px;
    margin-bottom:15px;
}



/* 9 */
.btn-9 {
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .btn-9:after {
        position: absolute;
        content: " ";
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .btn-9:hover {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        color: #fff;
    }

        .btn-9:hover:after {
            -webkit-transform: scale(2) rotate(180deg);
            transform: scale(2) rotate(180deg);
            background: #000;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        }


.custom-btn {
    width: 150px;
    height: 40px;
    padding: 10px 25px;
    border: 2px solid #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    
    
}

a {
    text-decoration:none !important;

}



.btn2 {
    text-decoration: none;
    border: 1px solid rgb(184, 212, 249);
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding: 7px 55px;
    color: rgb(255 255 255) !important;
}

    .btn2:hover {
        box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
        color: #d3f7e7 !important;
    }

    .btn2:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(146, 148, 248, 0.4), transparent );
        transition: all 650ms;
    }

    .btn2:hover:before {
        left: 100%;
    }



    /* 11 */
    .btn-11 {
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    color:black;
}

    .btn-11:hover {
        background: #000;
        color: #fff;
    }

    .btn-11:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny-btn1 3s ease-in-out infinite;
    }

    .btn-11:active {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
    }


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.btn-1 {
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: black;
}

    .btn-1:hover {
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
        color:black;
    }



    /*GotoTop Styles*/



#button {
    display: inline-block;
    background-color: #1F0D79ED;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f062";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: rgb(37 90 186 / 0.93);
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */


@media (min-width: 500px) {


    #button {
        margin: 30px;
    }
}



.btnessay {
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    width: 300px !important;
}

    .btnessay:hover {
        text-decoration: none;
    }

/*btn_background*/
.effect01 {
    color: #FFF;
    border: 4px solid #000;
    box-shadow: 0px 0px 0px 1px #000 inset;
    background-color: #000;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;

}

    .effect01:hover {
        border: 4px solid #666;
        background-color: #FFF;
        box-shadow: 0px 0px 0px 4px #EEE inset;
    }

    /*btn_text*/
    .effect01 span {
        transition: all 0.2s ease-out;
        z-index: 2;
    }

    .effect01:hover span {
        letter-spacing: 0.13em;
        color: #333;
    }

    /*highlight*/
    .effect01:after {
        background: #FFF;
        border: 0px solid #000;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .8;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        width: 50px;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
        z-index: 1;
    }

    .effect01:hover:after {
        background: #FFF;
        border: 20px solid #000;
        opacity: 0;
        left: 120%;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }


.customh3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 100px;
    font-size: 27px;
}


.dataTables_paginate {
    display: flex !important;
    justify-content: center !important;
    float: none;
}

#table_id_info {
    float: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    text-align: right;
}

td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner_banner_section {
    min-height: 335PX;

}
.mytext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.linetext3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aboutdivlimit {
    height: 265px;
    overflow: hidden;
}
.main_heading h2 span {
    font-size: 47px;
    line-height: 64px;
}
.newsletter_form form input {
    font-size: 12px;
}

.limith3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    // <- you can change rows number -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productimg {
    width: 100%;
    height: auto;
}

.productdesc {
    text-align: right;
    padding-top: 70px;
}


@media(max-width:768px) {
    .mylogo {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .logo {
        background: none;
    }
}

#menu-button {
    text-align: center;
}

.productdesc {
    text-align: right;
}

.logo {
    min-height: 64px;
}
@media (max-width: 767px) {

    #navbar_menu.small-screen {
        margin-top: 36px;
    }
}

.page-title {
    margin-top: 115px;
}
.contact-info-text a:hover {
    color: #ff5e15;
}
.contact-info-text a {
    color: #222;
    font-size: 15px;
}
.first-ul{
    text-align:right;
}
.abouth3 {
    font-size: 21px;
    color: #5f5f5f;
}
.abouth4 {
    font-size: 22px;
    color: #5c5c5c;
}
.custom-about {
    font-weight: 800;
    font-size: 21px;
}