@font-face {
    font-family: "IranSans";
    src: url('../font/IranSans/eot/IRANSansWeb(FaNum).eot');
    src: url('../font/IranSans/woff/IRANSansWeb(FaNum).woff') format('woff');
    src: url('../font/IranSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    scrollbar-width:thin;
    scrollbar-color:#eee,transparent
}
::-webkit-scrollbar {
    width:10px;
    background-color:transparent
}
::-webkit-scrollbar-track {
    background:#eee;
    background-color:transparent
}
::-webkit-scrollbar-thumb {
    background-color:#eee;
    border-radius:0
}

a:link, a:visited {
    outline: none;
}

a:link:active, a:visited:active {
    outline: none;
}

a:focus {
    color: #204230;
}

a, a:active, a:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

p {
    direction: rtl;
}

button {
    box-shadow: none !important;
}

.cursorPointer {
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}

textarea.form-control:focus {
    border-color: #80bdff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: IranSans;
    height: auto;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

body, html {
    margin: 0;
    padding: 0;
}

/*@font-face {*/
/*    font-family: "IranSans";*/
/*    src: url('../../public/font/IranSans/eot/IRANSansWeb(FaNum).eot');*/
/*    src: url('../../public/font/IranSans/woff/IRANSansWeb(FaNum).woff') format('woff');*/
/*    src: url('../../public/font/IranSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');*/
/*}*/


@font-face {
    font-family: " font-awesome4.7.0";
    src: url('../font/font-awesome4.7.0/css/fontawesome-webfont.ttf') format("truetype");
}

/* /Language / */
#selectLangDiv {
    position: absolute;
    top: 20px;
    z-index: 1000;
    right: 20px;
}

#selectLang {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #000;
}

#selectLang:focus {
    box-shadow: none;
}

#langs {
    min-width: 3rem;
    text-align: center;
}

#langs > .dropdown-menu {
    /*padding: 0.30rem 0.5rem !important;*/
}

#langs.show {
    background: #00000026;
}
/* /Language / */

/*/header / */
.header {
    height: 105px;
}

.lineofheader {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin: 10px;
}
/*/header / */


/*/logo / */
.logo {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    position: absolute;
    left: 70px;
    z-index: 100;
}

.logopic {
    z-index: 100;
}

.logo img {
    width: 100%;
}

@media (width: 795px) and (width: 790px ) {
    .logo img {
        width: 100%;
    }

}
/*/logo / */


/*/ navbar /*/
@media screen and (max-width: 767px) {
    .header .navbar {
        top: 12px !important;
    }
}

.header .navbar {
    position: absolute !important;
    z-index: 100 !important;
    right: 3px;
    direction: rtl;
    top: 31px;
}

.header .bg-light {
    background-color: transparent !important;
}

.navbar-nav .nav-link:hover {
    color: #77b42a !important;
}

.navbar-nav .nav-link {
    font-size: 13pt;
    color: #484f54 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
}

.nav-item .nav-link img {
    width: 25px;
    height: 25px;
}

.navbar .navbar-toggler {
    color: rgba(243, 146, 0, 0.84) !important;
    border: unset;
    outline: none;
}

.dropdown-toggle::after {
    vertical-align: 1px !important;
}

.dropdown-item {
    color: #484f54 !important;
    padding: 0.30rem 1.5rem !important;
}

.dropdown-item:hover {
    background-color: rgba(201, 201, 201, 0.25) !important;
    color: rgba(243, 146, 0, 0.84) !important;
}

.dropdown-menu {
    text-align: right;
    font-size: smaller;
}

.dropdown-menu.show {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.navMenu .dropdown-menu {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/*@media only screen and (max-width: 991px) {*/
/*    .navbar-nav .nav-item {*/
/*        padding: 0;*/
/*        text-align: right;*/
/*        background-color: #f5f5f5;*/
/*    }*/

/*    ul {*/
/*        padding: 0;*/
/*    }*/

/*    .custom-caption h1 {*/
/*        font-size: x-large;*/
/*    }*/

/*    .custom-caption h2 {*/
/*        font-size: large;*/
/*    }*/

/*    .nav-item .nav-link, .dropdown-menu .dropdown-item {*/
/*        font-size: small;*/
/*    }*/

/*    .sidenav #login {*/
/*        top: 390px;*/
/*    }*/

/*    .sidenav #contact {*/
/*        top: 450px;*/
/*    }*/
/*}*/

.modal-content {
    background-color: #f2f2f2;
}

#exampleModal .modal-content {
    right: -17px;
}

.modal-backdrop {
    z-index: 99;
}

.modal-header .close {
    margin: 0;
    padding: 0;
    line-height: 33px;
}

.form-inline .form-control {
    width: 70%;
    margin-left: 20px;
}

.form-control {
    border: 2px solid #f2f2f2;
}

.btn-outline {
    color: #004c6c;
    border-color: #004c6c;
}

.btn-outline:hover {
    color: #fff;
    background-color: #004c6c;
    border-color: #004c6c;
}

.btn-outline:focus-within {
    background-color: #004c6c;
    border-color: #004c6c;
    outline: none;
}

.form-control {
    height: 40px;
    font-size: 12px;
}

.nav-link .fa-search {
    font-family: " font-awesome4.7.0";
}

.navbar-nav .nav-item .modal-xl {
    margin: 1.75rem auto 0 auto;
}

.navbar-nav .nav-item .modal-xl .modal-body {
    text-align: right;
}

.navbar-nav .nav-item .modal-xl .modal-body #searchBoxHeader {
    width: 70%;
    display: inline;
}

.navbar-nav .nav-item .modal-xl .modal-body button:focus {
    color: #fff;
}

.result {
    max-height: 240px;
    background-color: #f2f2f2;
    border-radius: 4px;
    overflow-y: auto;
    margin: 0 auto 1rem auto;
    max-width: 1140px;
}

@media screen and (max-width: 1200px) {
    .result {
        max-width: 800px;
    }
}

@media screen and (max-width: 992px) {
    .result {
        max-width: 500px;
    }
}

@media screen and (max-width: 576px) {
    .result {
        max-width: 500px;
    }
}

.result #item {
    height: 90px;
    text-align: right;
    border-color: rgba(129,129,129,.2);
    border-bottom: 1px solid rgba(129,129,129,.2);
    padding: 7px;
}

.result #item #right {
    float: right;
    height: 80px;
}

.result #item #right img {
    width: auto;
    height: 95%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.result #item #left {
    float: right;
    line-height: 75px;
}

.result #item #left span {
    color: #575757;
}
/*/ navbar /*/

/* /Sidenav / */
#mySidenav .sidebtn {
    position: fixed;
    right: -190px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 0 15px #777;
    color: #fff;
    width: 250px;
    padding: 15px;
    font-size: 20px;
    z-index: 10;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
}

#mySidenav .sidebtn:hover {
    right: 0;
    width: 150px;
}

#login {
    top: 300px;
    background-color: #004c6c;
}

#contact {
    top: 361px;
    background-color: #77b42a;
}

#mySidenav .sidebtn span {
    float: right;
    font-size: 14px;
}
/* /Sidenav / */


/* /Modal-sidenav / */
@media (min-width: 576px) {
    #mySidenav .modal .modal-dialog {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #mySidenav .modal .modal-dialog {
        float: unset;
        width: auto;
        margin: 0;
    }
}

#mySidenav .modal .modal-dialog {
    width: 100%;
    float: right;
    margin-top: 7%;
}

#mySidenav .modal-header {
    border-bottom: unset !important;
    background-color: #ffffff;
}

#bt-login button {
    margin-right: 18px;
    margin-bottom: 25px;
    height: 45px;
}

#bt-login {
    text-align: right;
    background-color: #ffffff;
}

#bt-login a {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.modal-body {
    border-top: 1px solid #dee2e6;
    direction: rtl;
}

#modal-title {
    text-align: right;
    padding: 20px;
}

#modal-title span {
    font-size: 16px;
}

.modal-body ul li {
    list-style: square;
    line-height: 24px;
    font-size: 14px;
    margin-left: 20px;
    text-align: right;
}

.modal-dialog .btn-login {
    background: linear-gradient(28deg, #004c6c, #004c6c);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: none;
}


.modal-dialog .btn-login:hover {
    color: #fff;
    background-color: #004c6c;
    border-color: #004c6c;
}

.modal-dialog .btn-login:focus-within {
    background-color: #004c6c;
    border-color: #004c6c;
    outline: none;
}

.modal-footer {
    border-top: unset;
}

.modal-footer button:hover {
    color: #fff;
}

.modal-footer button:focus-within {
    background-color: #004c6c;
    border-color: #004c6c;
    outline: none;
}

.register {
    border-radius: 4px;
    background: linear-gradient(to right, #77b42a, #77b42a) !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px;
    width: 150px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
    height: 45px;
}

.register a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    text-decoration: none;
    color: #FFFFFF;
}

.register a::after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.register:hover a {
    padding-right: 25px;
}

.register-link:focus {
    color: #FFFFFF;
}

.register:hover a:after {
    opacity: 1;
    right: 0;
}
/* /Modal-sidenav / */

/*/ breadcrumb /*/
.breadcrumb {
    background-color: unset !important;
    padding: .75rem 0 !important;
    direction: rtl !important;
    font-size: 10.5pt;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .5rem !important;
}

.breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #77b42a !important;
}
/*/ breadcrumb /*/

/*/ filter-section /*/
.filter-section {
    margin-top: 5rem;
}

.filter-section .filter-title-section h4 {
    text-align: right;
}

.filter-body-section p {
    text-align: justify;
    line-height: 32px;
    margin-bottom: 2rem;
}

.filter-body-section .downloadList {
    direction: rtl;
}

.filter {
    margin-top: 5rem;
    background-color: #f2f2f2;
    padding: 10px;
    direction: rtl;
}

.filter select {
    font-size: medium;
    direction: rtl;
}

#searchProduct {
    float: left;
}

#searchProduct:hover {
    color: #004c6c;
    background-color: #f2f2f2;
    border-color: #004c6c;
}
/*/ filter-section /*/

/*/ product-collection /*/
.product-collection {
    margin-top: 5rem;
    direction: rtl;
}

.figure {
    /*color: #FFFFFF;*/
    cursor: pointer;
}

.figure:before {
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 22px;
    text-decoration: none;
    font-family: " font-awesome4.7.0";
    display: inline-block;
    content: "\f100 ";
    position: absolute;
    left: 24px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
}

.figure {
    padding: 25px;
}

.figure .figure-img {
    -webkit-filter: brightness(100%);
}

.figure:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.figure .figure-link {
    text-decoration: none;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
    border-bottom: 1px solid #241e4633;
    padding: 10px;
    text-align: right;
    direction: rtl;
    width: 90%;
    height: 64.2px;
}

@media screen and (max-width: 766px) {
    .product-collection .figure {
        text-align: center !important;
    }
}

@media screen and (max-width: 990px) {
    .figure .figure-img {
        padding: 0;
    }
}

#searchProNavSide .card-header {
    padding: 0;
}

#searchProNavSide .card-body {
    border: 1px solid #f7f7f7;
    background-color: #fdfdfd;
}

#searchProNavSide .card-body label {
    float: right;
}

#searchProNavSide button {
    font-size: 11pt;
}

#searchProResult .figure {
    padding: 15px;
}

#pagination {
    direction: ltr;
    margin: 50px auto 0 auto;
    width: 100px;
}

#pagination .page-item {
    cursor: pointer;
}

#pagination .page-item:hover .page-link {
    color: rgba(243, 146, 0, 0.56);
}

#pagination .page-link {
    color: #004c6c;
    border: none;
}

#searchProResult .emptycartpic {
    text-align: center;
    font-size: 17pt;
    margin-top: 50px;
}

#searchProResult .emptycartpic img {
    display: block;
    margin: 0 auto;
}

#pageNumDiv {
    direction: ltr;
}

/*/ product-collection /*/


/*/ footer /*/
.footer {
    background-color: #f2f2f2;
    margin-top: 70px;
}

.footer-body {
    padding: 30px 0 0 0;
}

.part1, .part2, .part3, .part4 {
    text-align: center;
    margin-bottom: 2.75%;
    direction: rtl;
}

.footer-body a img {
    padding: 25px 0 0 0;
    max-width: 220px;
}

.footer-link {
    font-size: 16px;
    line-height: 2.2em;
}

.footer-link a {
    color: #444;
    text-decoration: none;
    margin-right: 2%;
    margin-left: 2%;
}

.footer-link a:hover {
    color: #77b42a;
}

.divider {
    color: #F1910212 !important;
    border: 1px solid;
}

.footer-text {
    text-align: center;
    margin: auto;
}

.footer-text span {
    color: #666;
    font-size: 12px;
}

.socialmedia {
    text-align: center;
    padding: 0;
}

.socialmedia li {
    display: inline-block;
    margin-right: 8px;
}

.socialmedia li a i::before {
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 32px;
    display: block;
    transition: color .3s;
    position: relative;
    z-index: 10;
}

.socialmedia li a {
    color: #484f54;
}

.socialmedia li a:hover {
    color: #77b42a;
}

.socialmedia .social-icon i {
    font-family: " font-awesome4.7.0";
}
/*/ footer /*/

/*/ header-of-allprojects /*/
.header-of-allprojects {
    margin-top: 5rem;
}

.header-of-allprojects .title-of-allprojects h4 {
    text-align: right;
}

.text-of-allprojects p {
    text-align: right;
    line-height: 32px;
    margin-bottom: 2rem;
}
/*/ header-of-allprojects /*/

/*/ images-of-allprojects /*/
.images-allprojects {
    padding: 0;
}

.wrap {
    margin-top: 50px;
}

.box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    font-weight: 900;
    font-size: 1.2em;
}

.box .link-of-allprojects {
    text-decoration: none;
}

.box .link-of-allprojects .img img {
    width: 100%;
    height: auto;
}

.ih-item.square.effect3 {
    overflow: hidden;
}

.ih-item.square.effect3.colored .info {
    background: #1a4a72;
}

.ih-item.square.effect3 .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect3 .info {
    height: 65px;
    background: #484f54;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect3 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
}

.ih-item.square.effect3 .info ul {
    font-size: 12px;
    position: relative;
    color: #f2f2f2;
    padding: 2px;
    text-align: center;
    font-weight: 100;
    list-style: none;
}

.ih-item.square.effect3 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect3.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.ih-item.square.effect3.bottom_to_top a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: fit-content;
    padding: 1px;
}

@media screen and (max-width: 991px) {
    .ih-item.square.effect3 .info ul {
        font-size: 9px;
    }

    .ih-item.square.effect3 .info h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .ih-item.square.effect3 .info ul {
        font-size: 12px;
    }

    .ih-item.square.effect3 .info h3 {
        font-size: 17px;
    }
}
/*/ images-of-allprojects /*/

/*/ project-image-section /*/
.project-image-section {
    margin-top: 3rem;
}

.project-image-section .project-image img {
    width: 100%;
    height: auto;
}
/*/ project-image-section /*/

/*/ project-title-section /*/
.project-info-section {
    margin-top: 5rem;
    text-align: right;
    direction: rtl;
}

.project-info-section .project-title-section p {
    text-align: right;
    line-height: 32px;
    margin-bottom: 2rem;
}
/*/ project-title-section /*/

/*/ project-tableinfo-section /*/
.project-tableinfo-section {
    margin-top: 3rem;
}

.project-tableinfo-section .card-body .table-info-project {
    text-align: right;
    direction: rtl;
}

.table-info-project table tr {
    border-bottom: 1px solid #dee2e6 !important;
}

.table-info-project table th, td {
    border-top: none !important;
}

.table-info-project table th {
    font-weight: normal;
}

.table-info-project table td {
    color: #484f54;
}

.table-info-project table .link-to-prouduct ul {
    list-style: none;
    color: #484f54;
    padding: 0;
    line-height: 35px;
}

.table-info-project table .link-to-prouduct ul a {
    text-decoration: none;
    color: #484f54;
}

.table-info-project table .link-to-prouduct a:hover {
    color: #77b42a;
}
/*/ project-tableinfo-section /*/


/*/ project-gallery /*/
.project-gallery {
    margin-top: 3rem;
}

.title-of-galleryproject {
    text-align: right;
    direction: rtl;
}

.gallery-image {
    display: flex;
    margin-top: 2.75rem;
    flex-wrap: wrap;
    direction: ltr;
}

.gallery-image img {
    /*height: 175px;*/
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    cursor: pointer;
}

.img-box {
    box-sizing: content-box;
    /*height: 250px;*/
    width: 350px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .gallery-image {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .gallery-image .img-box {
        justify-content: center;
    }

    .gallery-image .img-box {
        margin-right: 0;
    }
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(36, 30, 70, 0.52), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*/ project-gallery /*/

/*/modal-gallery/*/
.project-gallery .modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #484f54;
    direction: ltr;
}

.project-gallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.project-gallery .modal .close {
    color: #77b42a;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
    text-shadow: unset !important;
    opacity: unset !important;
}

.project-gallery .modal .close:hover,
.project-gallery .modal .close:focus {
    color: #77b42a;
    text-decoration: none;
    cursor: pointer;
}

.project-gallery .myModal .mySlides {
    display: none;
}

.project-gallery .myModal .cursor {
    cursor: pointer;
}

.project-gallery .prev {
    position: fixed;
    left: -2px;
}

.project-gallery .next {
    position: fixed;
    right: 0;
}

.project-gallery .prev,
.project-gallery .next {
    cursor: pointer;
    top: 0;
    width: auto;
    padding: 26% 50px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    color: #77b42a !important;
}

.project-gallery .prev,
.project-gallery .next:hover {
    text-decoration: none !important;
    color: #77b42a;
}

.project-gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

@media screen and  (max-width: 799px) {
    .project-gallery .next {
        right: -36px;
        padding: 25% 55px;
    }

    .project-gallery .prev {
        padding: 25% 55px;
        left: -36px;
    }

    .project-gallery .modal .clos {
        right: 19px;
    }
}

.videoShow .modal-dialog {
    margin: 0 auto;
}

.videoShow .modal-header {
    padding: 0 1rem;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.imagen-principal {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    float: left;
}

.imagen-principal__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    cursor: zoom-in;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}
/*/modal-gallery/*/

/*/  product-title-section /*/
.product-section {
    margin-top: 5rem;
}

.product-section .product-title-section h4 {
    text-align: right;
}
/*/  product-title-section /*/


/*/ product-btn-section /*/
.product-btn-section {
    direction: rtl;
}

.btns {
    padding: 0;
    margin: 50px 0 0 0;
    text-align: right;
}

.btns li {
    display: inline-block;
    border-right: 2px solid #fff;
    color: #444;
    margin-bottom: 5px;
}

.btns li .btns-link {
    background-color: #ddd;
    color: #000;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 12px 22px 14px;
    text-align: justify;
    text-decoration: none;
}

.btns li .btns-link:hover {
    background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
    .btns li .btns-link {
        padding: 12px 10px 14px;
        font-size: 13px;
    }

    .product-section .product-title-section h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .btns li .btns-link {
        padding: 12px 10px 14px;
        font-size: 13px;
    }
}
/*/ product-btn-section /*/


/*/ product-body-section /*/
.product-body-section {
    margin-bottom: 5rem;
}
/*/ product-body-section /*/

/*/ product-info-image /*/
.product-body-section .product-info-image {
    display: inline-block;
    padding: 40px 0 0 0;
}

.product-body-section .product-info-image img {
    width: 100%;
    height: auto;
}
/*/ product-info-image /*/

/*/  product-info-text /*/
#content-part {
    line-height: 35px;
    text-align: justify;
}

.product-info-text #title-part {
    font-size: 18px;
}

.product-info-text {
    float: right;
    padding: 40px 20px 40px 40px;
    text-align: right;
    font-size: 14px;
    line-height: 23px;
}
/*/  product-info-text /*/

/*/ product-accordion-section /*/
.product-accordion-section {
    margin-bottom: 5rem;
}

.product-accordion-section .card {
    margin-top: 15px !important;
    border: 1px solid #FFFFFF;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.product-accordion-section .card button {
    color: #484f54;
    text-decoration: none !important;
    text-align: right;
    line-height: 35px;
}

.product-accordion-section .card h2 {
    float: right;
    width: 100%;
}

.product-accordion-section .card i {
    line-height: 35px;
    /*color: #434346;*/
    float: left;
}
/*/ product-accordion-section /*/

/*/ table-technical-info /*/
.product-accordion-section .card-body .table-technical-info {
    text-align: right;
    direction: rtl;
}

.table-technical-info table tr {
    border-bottom: 1px solid #dee2e6 !important;
}

.table-technical-info table th, td {
    border-top: none !important;
}
/*/ table-technical-info /*/


/*/ gallery-prouduct-image /*/
.primary {
    background-color: #ffffff;
    background-size: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

.title-thumbnails-image, .title-thumbnails-video {
    text-align: right;
    margin-top: 15px;
}

.title-thumbnails-image h5, .title-thumbnails-video h5 {
    font-size: 18px;
}

.wrapper {
    margin: 0 auto;
    padding: 25px;
}

.small-image-product, .small-video-product {
    margin-bottom: 20px;
    text-align: right;
}

.small-video-product img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.small-video-product .modal.show {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
}

.small-video-product .modal-dialog {
    padding: 15px;
}

.small-video-product .modal-header {
    border-bottom: #000000;
    direction: rtl;
}

.small-video-product .modal-header span {
    color: #ffffff;
}

.small-video-product .modal-content {
    background-color: #000000;
    border: none;
}

.small-video-product .modal-body {
    padding: 0;
    border-top: #000000;
}

.thumbnail {
    display: inline-block;
    cursor: pointer;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 0.5px solid #484f54;
}

.thumbnail-image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*/ gallery-prouduct-image /*/

/*/ catalog-technical /*/
.catalog-technical {
    direction: rtl;
}

.catalog-technical .catalog::before {
    bottom: 24px;
    right: unset;
    left: 24px;
    font-family: " font-awesome4.7.0";
    display: inline-block;
    content: "\f100 ";
    color: #fff;
}

.catalog-technical figure .catalog-image {
    text-align: center;
    background-color: #f2f2f2;
    height: 200px;
    border-bottom: 1px solid #241e4633;
    cursor: default;
    position: relative;
    width: 80%;
}

.catalog-technical figure .cadfile-image {
    text-align: center;
    position: relative;
}

.catalog-technical figure .cadfile-image .lockImgCad {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.catalog-technical figure .catalog-image img {
    padding-top: 18px;
}

.catalog .catalog-image figcaption {
    line-height: 21px;
    font-size: 14px;
    border: unset;
}

.catalog .catalog-image .lockImg {
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.link-of-download {
    margin-top: 5px;
    text-align: right;
    direction: rtl;
}

.link-of-download a {
    text-decoration: none;
    color: #484f54;
    font-size: 14px;
}
/*/ catalog-technical /*/

/*/ cadfile-section /*/
.cadfile-section .cadfile {
    margin: 0 auto;
    border-bottom: 1px solid #241e4633;
    padding: 15px;
}

.cadfile-section .cadfile::before {
    bottom: 14px;
    right: unset;
    left: 24px;
    font-family: " font-awesome4.7.0";
    display: inline-block;
    content: "\f100 ";
}

.cadfile-section figure .cadfile-image {
    text-align: center;
    height: 160px;
    cursor: default;
    position: relative;
}

.cadfile-section figure .cadfile-image img {
    padding-top: 15px;
}

.cadfile-section figure .cadfile-image figcaption {
    border-bottom: none;
    display: inline-block;
    padding: 0;
}

.cadlink-of-download {
    margin-top: 5px;
    text-align: right;
    direction: rtl;
}

.cadlink-of-download a {
    text-decoration: none;
    color: #484f54 !important;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .cadfile {
        width: auto;
        padding: 10px;
    }

    .cadlink-of-download {
        text-align: right;
    }

    .cadfile-section .cadfile::before {
        bottom: 13px;
    }

    .cadfile-section {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .cadfile-section .cadfile::before {
        left: 3px;
    }
}
/*/ cadfile-section /*/

.card .fa-plus {
    font-family: " font-awesome4.7.0";
}

.card .fa-minus {
    font-family: " font-awesome4.7.0";
}

/*/ slider-section /*/
.slider-of-projects {
    /*background-color: #f2f2f2;*/
}

.slider-section {
    padding: 25px;
}

.slider-section header {
    text-align: right;
    padding: 25px;
    direction: rtl;
}

.slider-section header .name-of-product {
    color: #004c6c;
}

.slider {
    margin-top: 2.75rem;
}

.slider .title-project {
    float: right;
    text-align: right;
}

.slider .carousel-item .title-project .header-slide-project {
    display: inline-block;
    direction: rtl;
    line-height: normal;
    font-size: 18px;
    color: #444;
}

.slider .carousel-item .title-project .text-slide-project {
    font-size: 14px;
    line-height: normal;
    color: #434346;
    padding: 25px;
    text-align: justify;
}

.slider .carousel-item .title-project .more-slide-project {
    padding: 25px;
    margin-right: 25px;
    color: #004c6c;
    text-decoration: none;
}

.slider .carousel-item .title-project .more-slide-project:hover {
    color: #77b42a;
}

.carousel-item .slider-image {
    margin-top: 2.75rem;
}

.slide .carousel-inner {
    width: auto !important;
}

.carousel-control-prev {
    left: -35px;
}

.carousel-control-next {
    right: -35px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5% !important;
}
/*/ slider-section /*/

/*/ sign in /*/
.cont {
    height: 438px;
    padding: 0;
    margin: 50px auto 10px;
}

.cont input, .cont button {
    border: none;
    outline: none;
    background: none;
}

.sub-cont {
    height: auto;
    background: #004c6c;
}

.sub-cont .img__text h4 {
    margin-bottom: 2rem !important;
}

.cont button {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.cont .img {
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.img__text {
    z-index: 2;
    text-align: center;
    color: #fff;
    transition: transform 1.2s ease-in-out;
}

.img__text p {
    font-size: 14px;
    line-height: 1.7;
}

.img__btn {
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.img__btn:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
}

.img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
}

.cont.s--signup .img__text.m--up {
    transform: translateX(520px);
}

.cont .link-of-signup {
    color: #fff;
}

.sign-in {
    height: 335px;
    background: rgba(0, 0, 0, .03);
    padding-top: 18px;
}

.sign-in h2 {
    font-size: 26px;
    text-align: center;
}

.sign-in label {
    display: block;
    width: 260px;
    margin: 22px auto 0;
    text-align: center;
}

.sign-in label span {
    font-size: 12px;
    color: #cfcfcf;
    text-transform: uppercase;
}

.sign-in label span strong {
    color: #c70000;
}

.sign-in .separator {
    height: 3px;
    width: 100%;
    background: #77b42a;
    display: block;
    transform: scaleX(0) translateY(-2px);
    transform-origin: 50%;
    opacity: 0;
    transition: all 0.15s linear;
}

.sign-in input {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
}

.sign-in .forgot-pass {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
    text-decoration: none;
    cursor: pointer;
}

.sign-in .forgot-pass p {
    margin-top: 15px;
}

.sign-in .forgot-pass:hover {
    color: #484f54;
}

.sign-in .submit {
    margin-top: 30px;
    margin-bottom: 15px;
    background: #77b42a;
    text-transform: uppercase;
    font-family: IranSans;
}

.form form input[type=text],
.form form input[type=password] {
    width: 100%;
    padding: 1em 0 12px 0;
    background: none;
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #999;
}

.sign-in input[type=text]:focus + .separator,
.sign-in input[type=password]:focus + .separator {
    transform: scaleX(1) translateY(-2px);
    opacity: 1;
}

.forgetPass .sendSMS {
    background-color: #f39200;
    color: #fff;
}

/*/ sign in /*/

/*/  signup-title-section /*/
.signup-section {
    margin-top: 5rem;
}

.signup-section .signup-title-section h5 {
    text-align: right;
    color: #444;
    direction: rtl;
    font-size: 20px;
    line-height: normal;
}

.signup-section .signup-title-section {
    margin-bottom: 2.75rem;
}
/*/  signup-title-section /*/

/*/  signup-body-section & form/*/
#userForm input, #userForm textarea {
    font-size: 12px;
}

.signup-body-section .form-group {
    color: #484f54 !important;
    font-family: IranSans;
    margin-top: 10px;
}

.signup-body-section .jumbotron {
    background-color: #f2f2f282;
    margin-bottom: 1rem;
}

.signup-body-section .jumbotron .text-info {
    color: #484f54 !important;
    text-align: right;
}

.signup-body-section form {
    direction: rtl;
    text-align: right;
}

.signup-body-section .form-group .form-control {
    font-size: 10px;
    text-align: right;
    direction: rtl;
}

.signup-body-section .form-check-label {
    color: #484f54 !important;
}

.signup-body-section .form-group .custom-select {
    font-size: 13px;
    color: #484f54;
}

.signup-body-section .form-group .custom-select option {
    font-size: 13px !important;
    color: #484f54 !important;
}

.signup-body-section .form-group .submit-request {
    border-color: #004c6c !important;
    width: 170px;
    border-radius: 4px;
    background: linear-gradient(to right, #004c6c, #004c6c) !important;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
    height: 45px;
    float: right;
}

.submit-request span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    text-decoration: none;
    color: #FFFFFF;
}

.submit-request span::after {
    content: '\00ab';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.submit-request:hover span {
    padding-right: 25px;
}

.submit-request-link:focus {
    color: #FFFFFF;
}

.submit-request:hover span:after {
    opacity: 1;
    right: 0;
}

.swal-icon--success__lin {
    background-color: #f39200;
}

.swal-icon--success__line {
    background-color: #f39200;
}

.swal-icon--success__ring {
    border: 4px solid #f39200;
}

.swal-title {
    font-weight: 400;
    font-size: 22px;
}

.swal-title {
    direction: rtl;
}

.swal-text {
    font-size: 15px;
    text-align: right;
    direction: rtl;
}

.swal-button {
    background-color: #004c6c;
    font-weight: 400;
    font-size: 15px;
    padding: 7px 24px;
}

.swal-button:not([disabled]):hover {
    background-color: #004c6c;
}
/*/  signup-body-section /*/

/*/  download /*/
.jumbotron.accessBox {
    padding: 2rem 1rem;
}

.accessBox {
    margin-top: 40px;
    text-align: center;
}

.accessBox .col-md-9 {
    text-align: center;
}

.accessBox .btnContact {
    background-color: #004c6c;
    border-color: #004c6c;
    color: #fff;
}

.accessBox .btnContact:focus, .accessBox .btnContact:active {
    background-color: #004c6c;
    border-color: #004c6c;
}

.notAccess {
    text-align: center;
    margin: 20px 0;
    font-size: 12pt;
    font-weight: 500;
    line-height: 30px;
}

.dividerTitle {
    color: #484f54;
    font-size: 1rem;
}

.noticeCatalog {
    text-align: right;
    font-size: 12pt;
    direction: rtl;
    color: #888;
    margin-top: 20px;
}

.disabledA {
    /*pointer-events: none;*/
}
/*/  download /*/

/*/signature/*/
#signature {
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

#signature hr {
    display: block;
    margin: 0.5em auto;
    border-width: 1px;
    border-color: #eee;
}

#signature img {
    margin-right: 5px;
    float: left;
}

#signature p {
    direction: ltr;
    line-height: 30px;
    font-size: 10px;
    color: #000;
    margin: 0;
}
/*/signature/*/

/*/ContactUs/*/
.contact-us-section{
    text-align: right;
    margin-top: 5rem;
    direction: rtl;

}

/* /call-section / */
.call-section{
    display: inline-block;
}

.call-body-section p{
    line-height: 32px;
    margin-bottom: 2rem;
}

.call-body-section {
    border-right: 4px solid #77b42a;
    margin-top: 3rem;
    padding-right: 15px;
}

.call-body-section .call-info-section{
    color: #6c757d;
    font-size: 14px;
    list-style: none;
}

.call-body-section .call-info-section li{
    padding-bottom: 20px;
    margin: 0;
}

.call-body-section .socialmedia li a {
    color: #899097;
}

.call-body-section .socialmedia li a:hover {
    color: #77b42a;
}

.call-body-section .socialmedia{
    text-align: right;
    display: inline-flex;
}

/* /call-section / */
/* /message-part / */
.message-part{
    float: left;
}

.message-form{
    margin-top: 2.5rem;
}

.message-part .form-row , .message-cell{
    padding: 20px!important;
}

.message-cell .form-control{
    height:150px;
}

.message-part  .message-form .col input , textarea{
    /*border: none!important;*/
    /*border-radius: unset!important;*/
    /*border-bottom:1.5px solid rgb(36, 30, 70) !important;*/
}

.message-form  .form-control:focus {
    /*box-shadow: 0 0 0 rgb(36, 30, 70) !important;*/
    /*outline: unset!important;*/
}

.message-form button{
    background: #004c6c;
    text-transform: uppercase;
    width: 150px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    outline-color: #004c6c!important;
}

.message-form button:hover{
    background: #004c6c;
    color: #fff;
}

.call-body-section .call-info-section .link-address{
      color: #899097;
      display: inline-block;
}

.fa-map-marker::before {
    font-family: " font-awesome4.7.0";
    content: "\f041";
    font-size: 18pt;
}

.call-body-section .call-info-section .link-address:hover {
    color: #77b42a;
    text-decoration: none;
}

#eitaa {
    margin-top: 8px;
    margin-bottom: 0;
    width: 15px;
    transition: 0.5s;
    fill: #899097;
}

#eitaa:hover , #eitaa2:hover {
    fill: #77b42a;
}

/* /message-part / */
/*/ContactUs/*/

/*/AboutUs/*/
.aboutus{
    padding: 0;
    font-family: IranSans;
}

/* /p-1-aboutus , p-3-aboutus / */
.parallax-image-3 {
    position: relative;
    opacity: 0.90;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 400px;
    background: url("../../images/others/bg.jpg");
}

.header_text-box {
    position: absolute;
    top: 25%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: right;
    direction: rtl;
    text-transform: uppercase;
}

.heading-primary--main {
    display: block;
    padding: 1rem;
    animation-name: moveInLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    color: #004c6c;
    font-size: 2.5rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.heading-primary--sub {
    display: block;
    font-size: 1.5rem;
    animation: moveInRight 2s ease-out;
    color: #000000;
    line-height: 2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 412px) {
    .header_text-box {
        top: 15%;
        width: 90%;
        left: 45%;
    }
    .heading-primary--main {
        font-size: 2rem;
    }
    .heading-primary--sub {
        font-size: 1.2rem;
    }
}

@media (min-width:413px) and (max-width: 524px){
    .header_text-box {
        top: 20%;
        width: 90%;
        left: 50%;
    }
    .heading-primary--main {
        font-size: 2.2rem;
    }
    .heading-primary--sub {
        font-size: 1.25rem;
    }
}

@media (min-width:525px) and (max-width: 971px){
    .header_text-box {
        top: 20%;
        width: 90%;
        left: 40%;
    }
    .heading-primary--sub {
        font-size: 1.25rem;
    }
}


@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-10rem);
    }
    80% {
        transform: translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }
    80% {
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.about-section{
    margin-top:5rem;
}

.text-of-aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 23px;
    font-family: IranSans;
    color: #212529;
}

.text-of-aboutus h2:before{
    content: "";
    width: 50px;
    height: 2px;
    background:#77b42a; ;var(--color-primary);
    display: inline-block;
}

.text-of-aboutus h2:after{
    content: "";
    width: 50px;
    height: 2px;
    background:#77b42a; ;var(--color-primary);
    display: inline-block;
}

.text-of-aboutus h2:before{
    margin: 0 2px 1px 0;
}

.text-of-aboutus h2:after{
    margin: 0 0 1px 9px;
}

.text-of-aboutus h2{
    margin-bottom: 2rem;
    color: #212529;
}

.text-of-aboutus p{
    text-align: right;
    line-height: 32px;
    margin-bottom: 2rem;
}

@media (min-width:768px) and (max-width: 991px) {
    .text-of-aboutus h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:536px) and (max-width: 767px) {
    .text-of-aboutus h2 {
        font-size: 1.2rem;
    }
}

@media (max-width: 535px) {
    .text-of-aboutus h2 {
        font-size: 1.2rem;
    }
    .text-of-aboutus h2:before , .text-of-aboutus h2:after {
        display: none;
    }
}
/* /p-1-aboutus , p-3-aboutus / */

/* /p-2-aboutus / */
.bgcol {
    margin-top: 5rem;
    background: rgb(245, 246, 247);
    padding: 80px 0;
    overflow: hidden;
    direction: ltr;
}

.nav-link{
    color:#212529 ;
}

.tabs-of-abouus .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 3px solid #e2e4e6;
}

.tabs-of-abouus  .nav-link h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .tabs-of-abouus  .nav-link h4 {
        font-size: 16px;
    }
}

.tabs-of-abouus .nav-link:hover {
    color:  #004c6c ;var(--color-primary);
}

.tabs-of-abouus .nav-link.active {
    color: #004c6c ;var(--color-primary);
    background-color: transparent;
    border-color:  #004c6c ;var(--color-primary);
}

.tabs-of-abouus .tab-content {
    margin-top: 3rem;
}

.tabs-of-abouus .tab-pane h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.tabs-of-abouus .tab-pane h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background:#77b42a; ;var(--color-primary);
    right: 0;
    bottom: 0;
}

.tabs-of-abouus .tab-pane p{
    line-height: 32px;
    margin-bottom: 2rem;
    font-size: 15px;
}
/* /p-2-aboutus / */

/* /p-4-aboutus / */
.p-4-aboutus{
    margin-top: 3rem;
}

.plyr {
    border-radius: 4px;
    margin-bottom: 15px;
}

.p-4-aboutus .video-aboutus {
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
}
/* /p-4-aboutus / */
/*/AboutUs/*/
