﻿/* YOUR CUSTOM STYLES */


@font-face {
    font-family: "Samim";
    src: url( "../fonts/Samim-persian-digits-overwrite.ttf" );
    src: local( "?" ), url( "../fonts/Samim-persian-digits-overwrite.ttf" )format( "truetype" );
}
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .p {
    font-family: Samim !important;
    margin: 0 0 10px;
}
h1 {
	margin-bottom: 15px;
}
.main h1 {
	margin-top: -6px;
}
p {
    text-align: justify !important;
}

table, tr, th {
    text-align: center !important;
}
td{
    vertical-align:middle !important;
}
.margin10{
    margin-top:10px !important;
}
thead {
    font-weight: bold;
    background-color: #e0dada;
    /*//display:block;*/
}

body {
    font-family: Samim !important;
    color: #3e4d5c;
    text-align: justify;
    background: #fff;
}
.tx{
    text-align:right;
}
.tooltip{
    font-family:Samim !important;
}
.form-horizontal .form-group {
    margin-right: 0px; 
    margin-left: 0px; 
}

.header-navigation li.menu-search i {
        color: #333;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        top: -7px;
        width: 15px;
        height: 15px;
        opacity: 1.6;
        margin-top: 15px;
        right:-1px;
    }


    .ser {
        position: absolute;
        top: 0;
        left: -48px;
        background: #e84d1c;
        color: #fff;
        border-radius: 24px !important;
        font-size: 15px;
        z-index: 100;
    }
@media (min-width: 768px) {
    .ser {
        left: -64px !important;
    }
}
@media (min-width: 992px) {
    .ser {
        left: -48px !important;
    }
}
    .serc {
        padding-top: 28px;
        padding-bottom: 0px;
    }

    .ecommerce .reduce-header .serc {
        padding-top: 16px;
        padding-bottom: 18px;
    }

    .mytop-cart-info {
        background: #f9f9f9;
        color: #595f65;
        border: solid 1px #ececec;
        border-radius: 16px !important;
        float: left;
        padding: 8px 13px 6px 41px;
        line-height: 1.2;
    }
    /*******************************
        * MODAL AS LEFT/RIGHT SIDEBAR
        * Add "left" or "right" in modal parent div, after class="modal".
        * Get free snippets on bootpen.com
        *******************************/
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin-top: 200px;
        width: 320px;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 20px;
    }
    /*Left*/
    .modal.left.fade .modal-dialog {
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left.fade.in .modal-dialog {
        left: 0;
    }
    /*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
        right: 0;
    }
    /* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }
    /*
 * Page: Login & Register
 * ----------------------
 */
    .login-logo,
    .register-logo {
        font-size: 35px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 300;
    }

        .login-logo a,
        .register-logo a {
            color: #444;
        }

    .login-page,
    .register-page {
        background: #d2d6de;
    }

    .login-box,
    .register-box {
        /*width: 360px;*/
        margin: 7% auto;
    }

    @media (max-width: 768px) {
        .login-box,
        .register-box {
            width: 90%;
            margin-top: 20px;
        }
    }

    .login-box-body,
    .register-box-body {
        background: #fff;
        padding: 20px;
        border-top: 0;
        color: #666;
    }

        .login-box-body .form-control-feedback,
        .register-box-body .form-control-feedback {
            color: #777;
        }

    .login-box-msg,
    .register-box-msg {
        margin: 0;
        text-align: center !important;
        padding: 0 20px 20px 20px;
    }

    .social-auth-links {
        margin: 10px 0;
    }

    .has-feedback .form-control {
        padding-left: 23.5px !important;
        padding-right: 4px;
    }

    .dropdown-menu {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 1px 0 0 0;
        border-top-width: 0;
    }

    .dropdown-menu,
    .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    li.user-header {
        text-align: center;
        border: none;
        margin-top: 10px;
    }

        li.user-header > img {
            z-index: 5;
            height: 90px;
            width: 90px;
            border: 3px solid;
            border-color: transparent;
            border-color: rgba(255, 255, 255, 0.2);
        }

        li.user-header > p {
            z-index: 5;
            color: #fff;
            color: rgba(255, 255, 255, 0.8);
            font-size: 17px;
            margin-top: 10px;
        }

            li.user-header > p > small {
                display: block;
                font-size: 12px;
            }

    .user-body {
        padding: 15px;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #dddddd;
    }

        .user-body:before,
        .user-body:after {
            content: " ";
            display: table;
        }

        .user-body:after {
            clear: both;
        }

        .user-body a {
            color: #444 !important;
        }

    @media (max-width: 991px) {
        .user-body a {
            background: #fff !important;
            color: #444 !important;
        }
    }

    .user-footer {
        background-color: #f9f9f9;
        padding: 10px;
        border-style: none !important;
    }

        .user-footer:before,
        .user-footer:after {
            content: " ";
            display: table;
        }

        .user-footer:after {
            clear: both;
        }

        .user-footer .btn-default {
            color: #666666;
        }

    @media (max-width: 991px) {
        .user-footer .btn-default:hover {
            background-color: #f9f9f9;
        }
    }

    .user-menu .user-image {
        float: left;
        width: 20px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .mysi {
        width: 120% !important;
        margin-right: 15px !important;
    }

    @media (max-width: 767px) {
        .user-menu .user-image {
            float: none;
            margin-right: 0;
            margin-top: -8px;
            line-height: 10px;
        }

        .mysi {
            width: 125% !important;
            margin-right: unset !important;
        }

        .ser {
            left: -58px;
        }
    }
    /*********************************************
					VIEW
*********************************************/
    .mycontainer {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
    /*********************************************
				ITEM 
*********************************************/
    .service1-items {
        padding: 0px 0 0px 0;
        float: right;
        position: relative;
        overflow: hidden;
        max-width: 100%;
        height: 321px;
    }

    .service1-item {
        height: 107px;
        /*width: 120px;*/
        /*display: block;*/
        /*float: left;*/
        /*position: relative;*/
        padding: 35px 0;
        border: 1px solid #DDD;
    }

        .service1-item > img {
            max-height: 110px;
            max-width: 110px;
            opacity: 0.6;
            transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
        }

            .service1-item > img:hover {
                cursor: pointer;
                opacity: 1;
            }

    .service-image-left {
    }

    .service-image-right {
        padding-right: 50px;
    }

        .service-image-left > center > img, .service-image-right > center > img {
            max-height: 300px;
            margin-top: 10px;
        }
    /*********************************************
					PRODUCTS
*********************************************/
    .product {
        border: 1px solid #dddddd;
        /*height: 321px;
    float: left;*/
    }

        .product > img {
            max-width: 230px;
        }


    .vid {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .vid iframe,
        .vid object,
        .vid embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .cuadro_intro_hover {
        padding: 0px;
        position: relative;
        overflow: hidden;
        height: 200px;
    }

        .cuadro_intro_hover:hover .caption {
            opacity: 1;
            transform: translateY(-150px);
            -webkit-transform: translateY(-150px);
            -moz-transform: translateY(-150px);
            -ms-transform: translateY(-150px);
            -o-transform: translateY(-150px);
        }

        .cuadro_intro_hover img {
            z-index: 4;
        }

        .cuadro_intro_hover .caption {
            position: absolute;
            top: 150px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 100%;
        }

        .cuadro_intro_hover .blur {
            background-color: rgba(0,0,0,0.7);
            height: 300px;
            z-index: 5;
            position: absolute;
            width: 100%;
        }

        .cuadro_intro_hover .caption-text {
            z-index: 10;
            color: #fff;
            position: absolute;
            height: 300px;
            text-align: center;
            top: -10px;
            width: 100%;
        }
    /* card details start  */
    section {
        padding: 0 0 40px 0;
    }

    .badge {
        background-color: #4bb5fb;
        border-radius: 10px !important;
        padding: 4px 10px;
        font-size: 11px;
    }

    .details-card {
        /*background: #ecf0f1;*/
        margin-left: -5px;
    }

    .card-content {
        background: #ffffff;
        border: 4px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

    .card-img {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        z-index: 1;
    }

        .card-img img {
            width: 100%;
            height: auto;
            display: block;
        }

        .card-img span {
            position: absolute;
            top: 15%;
            left: 12%;
            background: #1ABC9C;
            padding: 6px;
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            transform: translate(-50%,-50%);
        }

            .card-img span h4 {
                font-size: 12px;
                margin: 0;
                padding: 10px 5px;
                line-height: 0;
            }

    .card-desc {
        padding: 2.25rem 1.25rem;
    }

        .card-desc h3 {
            color: #000000;
            font-weight: 600;
            font-size: 1.5em;
            line-height: 1.3em;
            margin-top: 0;
            margin-bottom: 5px;
            padding: 0;
        }

        .card-desc p {
            color: #747373;
            font-size: 14px;
            font-weight: 400;
            font-size: 1em;
            line-height: 1.5;
            margin: 0px;
            margin-bottom: 20px;
            padding: 0;
        }

    .btn-card {
        background-color: #1ABC9C;
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        padding: .84rem 2.14rem;
        font-size: .81rem;
        -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        border: 0;
        -webkit-border-radius: .125rem;
        border-radius: .125rem;
        cursor: pointer;
        text-transform: uppercase;
        white-space: normal;
        word-wrap: break-word;
        color: #fff;
        position: absolute;
        bottom: 8px;
        left: 27px;
    }

        .btn-card:hover {
            background: orange;
            color: #fff;
        }

    a.btn-card {
        text-decoration: none;
        color: #fff;
    }
/* End card section */
