.main-page{
    margin: 170px auto 50px;
}
/* Header */
header{
    top: 0;
    width: 100%;
    height: auto;
    z-index: 110;
    transition: all 0.8s;
    background:#fff;
}
.header__main #menu #cssmenu ul ul li h4{
    font-size: 15px;
    color: #f15a24;
    margin: 4px 21px 3px;
}
#nav-close{
    position: absolute;
        right: 32px;
        top: 42px;
        width: 30px;
        height: 30px;
}
#nav-close::before,
#nav-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
}

#nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar{
    direction: rtl!important;
    padding: 0 6%!important;
    margin: 0;
    width: 100%;
    right: 0;
}
.swal2-styled.swal2-confirm{
    
    border: 2px solid #f15a24!important;
    display: inline-block;
    padding: 14px 0!important;
    color: #fff!important;
    background: #F15A23!important;
    border-radius: 5px!important;
    width: 350px!important;
    line-height: 23px!important;
    height: 57px!important;
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: 0!important
}
.icon-down-arrow:before{
    color: #f15a23!important;
    font-size: 40px!important;
    font-weight: bold!important;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}
.nav-link.dropdown-toggle{
    color: #000;
    padding: 0;
    border-bottom: 2px solid #f15a2400;

}
.flex-column li{
    border-left: 0px!important;
}
.nav-item{
    border-left: 1px solid #ccc;
    padding: 0 11px!important;
}
.navbar-nav .nav-link.dropdown-toggle:hover , .navbar-nav .nav-link.activeMenuItem{
    border-bottom: 2px solid #f15a24;
}
.navbar .dropdown-menu {
    border:none;
    direction: rtl;
    background: inherit!important;
}
.dropdown-menu-box{
    background-color: #000000ad!important;
    padding:40px 35px 20px;

}

.dropdown-menu-box{
background-color: #ffffff!important;
    border-bottom: 2px solid #ccc!important;
    padding-top: 110px;
}
 .dropdown-menu-box .flex-column .nav-item .nav-link{
color: #000;
}
.dropdown-menu-box .flex-column .nav-item .nav-link:hover{
    color: #f15a24!important;
}
 .dropdown-menu-box  .flex-column li{
border-color: #858585!important;
}
.dropdown-toggle::after{
    display: none;
}

.on .navbar .dropdown:hover:before{
    top: 31px;
    margin: 0 -84px 0;
    border-left: 12px solid #ffffff;
}
.on{
    transition: all 0.8s;
    height: 100px;
     background: #ccc!important;
    border-bottom: 1px solid #b3b3b3;
}
.on .navbar-brand , .active .navbar-brand{
    width: 27px !important;
    transition: all 0.8s;
}
.on nav , nav.active  {
    height: 100px;
    transition: all 0.8s;

}
.header-login.mobile{
    display: none!important;
}
.on .navbar-left a , .active .navbar-left a{
    color: #171717;
}
.on .navbar-left .header-login , .active .navbar-left .header-login{
    border: 1px solid #171717
}
.on .nav-link.dropdown-toggle , .active .nav-link.dropdown-toggle{
    color: #171717;
    position: relative;
    z-index: 100000;
}
.nav-item:last-child {
border: 0;
}
.main-logo{
    display: block;
}
.small-logo{
    display: none;
    width: 34px;
    margin: auto;
}
.on .main-logo , .active .main-logo{
    display: none;
}
.on .small-logo , .active .small-logo{
    display: block;
}
.dropMobileBox{
    max-height: 400px;
    overflow-y: scroll;
}
.flex-column .nav-item .nav-link{
    color: #fff;
    position: relative;
    text-align: right;
    padding-right: 35px;
    font-size: 13px;
}

.flex-column .nav-item .nav-link:hover{
    color: #ec9374;
}
.flex-column .nav-item .nav-link:before{
    content: "";
    position: absolute;
    right: 0;
    width: 12px;
    height: 13px;
    border-radius: 50px;
    background: #f15a24;
    display: inline-block;
    top: 10px;
}
.dropdown-menu-box .row .col-md-3:last-child .flex-column li{
    border: 0!important;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
    #container{
        display: none;
    }
    
    
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0;
    }
        .navbar-brand {
            width: 90px;
        }
                .slider h1{
                        width: 75%;
                }

                                .slider-content {
                                    right: inherit !important;
                                    left: 69px !important;
                                }

    /* makes the dropdown full width  */
    .navbar .dropdown {position:static;}

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        top:45px;
        display:block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }




    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
    position: absolute;
    top: 0;
padding-top:0!important;
        transition: visibility 0s, opacity 0.3s linear;

    }

    .navbar .dropdown-menu {
        background-color: #fff;
    }

}

 .on .dropdown:hover .dropdown-menu, .on .dropdown .dropdown-menu:hover {
  top: 0!important;
 padding-top: 0!important;

}
.block-header {
    margin: 0 8%;
}

.description{
    margin:0 9% 40px;
}
.description p{
    text-align: justify;
    line-height: 40px;
    color: #999;
}
.description h2, .description h3, .description h4 {
       font-size: 20px!important;
}
nav{
    direction: ltr;
    width: 98%;
    right: 1%;
    height: 150px;
    transition: all 0.8s;

}
.header .navbar-left{
    display: flex;
position: relative;
    z-index: 10000;
}
.header .navbar-left li:first-child{
    line-height: 40px;
    direction: ltr;
    margin-left: 50px;
}
.navbar-left a{
    color: #000;
}
.navbar-left li:first-child a{
    font-family: IRANSans;
}
.navbar-brand{
    width: 120px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    transition: all 0.8s;
z-index: 10000;

}
.navbar-left .header-login{
    border-radius: 5px;
    border: 1px solid #808080;
    padding: 9px 28px;
    height: 45px;
    display: inline-block;

}
.navbar-left .header-login:hover{
    background: #f15a24;
    border: 1px solid #f15a24;
}
.custom-btn{
    border: 1px solid #797878;
    border-radius: 100px;
    padding: 0px 31px 4px;
    color: #797878;
    height: 34px;
    font-size: 14px;
    transition-duration: 0.5s;
}
.custom-btn:hover{
    background: linear-gradient(132deg, rgb(191 142 92) 28%, rgb(130 75 20) 100%);
    transition-duration: 0.5s;
    color: #fff;
    border: 1px solid #797878;
}
.recommendation{
    display: flex;
    direction: ltr;
}
.recommendation span{
    display: inline-block;
    margin: 23px 13px;
    color: #8e8e8e;
}
.recommendation span:hover{
    color: #c1996c;
}

#container {
    width: 100%;
    height: 100px;
    float: left;
    overflow-x: hidden;
    position: absolute;
    top: 0;
}


#container.pushed .menu-toggle {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    right: 0;
}
.menu-toggle {
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: fixed;
    z-index: 4;
    right: -158px;
    top: 0px;
    background: #000000d4;
    width: 400px;
    color: #fff;
    height: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.menu-toggle .menu {
    display: inline-block;
    width: 100%;
    position: absolute;
    right: 0;
    margin: 33% 0;
    padding: 0 34px;
}


.info-blog-bottom .description {
    margin: 0 0;
}
#menu-toggle-wrapper {
    position: absolute;
    top: 27px;
    right: 17px;
    width: 40px;
    height: 40px;
    color: #000;
    z-index: 1;
    border-radius: 100px;
    display: block;
}
.on #menu-toggle-wrapper {
    position: fixed;
}
#menu-toggle-wrapper #menu-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    display: block;
    margin-left: -12px;
    width: 25px;
    height: 2px;
    background: #000!important;
}
#menu-toggle-wrapper #menu-toggle:after,
#menu-toggle-wrapper #menu-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000 !important;
    left: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
#menu-toggle-wrapper #menu-toggle:before {
    top: -6px;
}
#menu-toggle-wrapper #menu-toggle:after {
    bottom: -6px;
}


.social-menu{
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 62px;
    display: flex;
    right: 50px;
    margin: auto;
}

.social-menu .social--list{
    flex: 25%;
}
.social-menu .social--list a{
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 20px;
    text-align: center;
}
.social-menu .social--list a i:before{
    color: #827f7f;
}
.social-menu .social--list a:hover i:before{
    color: #fff;
}
/* footer */


.footer--news-letter{
    padding: 50px 15%;
    display: inline-block;
    width: 100%;
}
.jplist-pagination{
    display: inline-block;
    width: 267px;
    text-align: center;
    position: absolute;
    right: 41%;
    margin: 31px 0;
}

.jplist-next, .jplist-prev {
    visibility: hidden;
}
.jplist-next:after {
    content:'&#1064;&#1025;&#1064;&#8470;&#1064;&#1031;&#1067;&#1034;';
    visibility: visible;
    border-radius: 50px;
    font-family: iranyekan;
    font-weight: bold;
    border: 1px solid #b3b3b3!important;
    width: 69px!important;
    font-size: 17px;
    color: #b3b3b3;
    display: inline-block!important;
    height: 34px;
    line-height: 31px;
    top: -3px;
    position: relative;
}
.jplist-prev:before {
    content:'&#1065;�&#1064;&#1025;&#1065;�&#1067;&#1034;';
    visibility: visible;
    border-radius: 50px;
    font-family: iranyekan;
    font-weight: bold;
    border: 1px solid #b3b3b3!important;
    width: 69px!important;
    font-size: 17px;
    color: #b3b3b3;
    display: inline-block!important;
    height: 34px;
    line-height: 31px;
    top: -3px;
    position: relative;
}
.jplist-pagesbox button{
    background: inherit!important;
    border: 0px!important;
    color: #b3b3b3!important;
    width: 18px;
}s
button.jplist-current{
    color: #000!important;
    border-bottom: 2px solid #ffc07a!important;
}
.news-letter{
    display: inline-block;
    width: 593px
}

.news-letter .email{
    border: 2px solid #d4d3d3;
    border-radius: 100px;
    overflow: hidden;
    width: 380px;
    height: 47px;
    float: right;

}
.email input{
    width: 100%;
    color: #d4d3d3;
    background: inherit;
    padding: 0 13px 0px;
    border: 0;
    border-radius: 100px;
    height: 39px;
    font-size: 14px;
    text-align: left;
}
.email input::-webkit-input-placeholder { /* Edge */
    color: #d4d3d3;
}

.email input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d4d3d3;
}

.email input::placeholder {
    color: #d4d3d3;
}
.email input:active , .email input:focus{
    border: 0;
    outline: none;
}
.btn-news {
    display: inline-block;
    float: left;
    margin: 0 15px;
}
.btn-email {
    color: #fff;
    border: 0;
    border-radius: 100px;
    height: 48px;
    padding: 1px 25px 5px;
    font-size: 18px;
    transition-duration: 0.5ms;
}
.btn-email:hover{
    transition-duration: 0.5ms;

}
.footer--news-letter .title-dame {
    color: #ffffff;
    margin: 0px 39px 0 0;
    width: 36%;
}
.logo-footer{
    width: 35px;
    margin: 0 0 20px;
}
.block--content h3{
    font-size: 17px;
    color: #a0a0a0;
    line-height: 33px;
    margin: 0 0 18px;
}
.footer--content{
    background: #1a1a1a;
    padding: 100px 10% 37px;
}
.info-list-footer li {
    margin: 0 0 15px;
}
.info-list-footer li img{
    display: inline-block;
    width: 22px;
    height: 25px;
    float: right;
    margin-left: 18px;
}
.info-list-footer li a{
    color: #a0a0a0;
    display: block;
    font-size: 15px;
    line-height: 26px;
}
.info-list-footer li a:hover{
    color: #f15a24;
}
.info-list-footer li:last-child{
    margin: 0;
}
.info-list-footer address , .tell{
    font-size: 15px;
    color: #a0a0a0;
    font-family: sans-serif;
}
.tell{
    direction: ltr;
}
.footer--block-top{
    display: block;
    text-align: center;
    width: 100%;
}
.title-question{
    display: flex;
    justify-content: center;
    position: relative;
}
.title-question:before{
    content: "";
    width: 70px;
    height: 2px;
    background: #f15a24;
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translate(50% , 0);
    display: inline-block;
}
.title-question span{
    color: #fff;
    margin: 0 10px;
    font-size: 17px;
}
.consulting{
    margin: 40px 0;
}
.consulting-btn{
    border: 1px solid #4d4d4f;
    display: inline-block;
    padding: 14px 0;
    color: #f15a24;
    border-radius: 5px;
    width: 350px;
    line-height: 25px;
    height: 57px;
    font-family: PelakBold;
}
.consulting-btn:hover{
    background: #f15a24;
    border: 1px solid #f15a24;
}
.footer--block{
    display: flex;
}
.footer--block .block{
    max-width: 33%;
    flex: 33%;
    border-left: 2px solid #4d4d4f;
    padding: 0 ;
    text-align: right;

}
.footer--block .block:nth-child(2){
    max-width: 50%;
    flex: 50%;
}
.footer--block .block:nth-child(2) .block--content{
    padding: 120px 0 0;
}
.footer--block .block:last-child{
    border: 0;
}
.footer--block .block h4{
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    font-family: PelakBold;
}

.footer--block .block h4 span{
    color: #a57b51;
    margin: 0 10px;
    font-size: 20px;
}

.block--content .logo{
    font-size: 60px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
}
.block--content p{
    color: #c5c5c5;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    direction: ltr;
}
.footer--contact{
    margin: 18px 0 0;
}
.footer-border{
    height: 34px;
    width: 100%;
    display: inline-block;
    border: 1px solid #888888;
    border-radius: 100px;
    color: #e0e0e0;
    text-align: revert;
    line-height: 31px;
    font-size: 14px;
    margin: 8px 0;
    padding: 0 12px;
    direction: ltr;
}

.footer-border i {
    margin: 9px 0;
    float: right;
    width: 35px;
}
.social{
    display: flex;
    list-style: none;
    width: 74%;
    margin: 25px auto 0;
}
.social .social--list{
    flex: 25%;
   text-align: center;
}
.social .social--list a{
    padding: 9px;
    display: inline-block;
    width: 100%;

}
.social .social--list a img{
 width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);

}
.social .social--list a img:hover{
    width: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);

}



.link{
    display: inline-block;
    width: 100%;
}
.link--list{
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 27px;
}
.link--list a{
    color: #c5c5c5;

}
.link--list a:hover{
    color: #9c9c9c;

}
.link--list a:before{
    content: "-";
    color: #c5c5c5;
    margin: 0 0 0 5px;
    font-size: 19px;
}

.footer--form{
    display: inline-block;
    width: 100%;
}
.footer--form .form-contact{
    width: 100%;
    margin: 0;
}
.footer--form h4{
    text-align: left;
}
.footer--form ul li{
    height: 37px;
    line-height: 37px;
    color: #ccc;
    text-align: left;
    font-size: 13px;
}
.footer--form ul li a:hover{
    color: #f15a24;
}
.footer-border input{
    width: 100%;
    height: 28px;
    background: inherit;
    text-align: right;
    position: relative;
    top: -3px;
    font-size: 13px;
    padding-right: 5px;
    color: #c5c5c5;
    border: 0;
    line-height: 32px;
}
.footer-border input::-webkit-input-placeholder { /* Edge */
    color: #c5c5c5;
}

.footer-border input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c5c5c5;
}

.footer-border input::placeholder {
    color: #c5c5c5;
}

input.left{
    text-align: left;
}

.submit-form{
    margin-top: 45px;
    padding: 0;
    overflow: hidden;
}

.submit-form button{
    width: 100%;
    font-family: iranyekan;
    border: 0;
    font-weight: 300;
    height: 44px;
    line-height: 4px;
    top: -5px;
    position: relative;
    color: #fff;
    background: #666666;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.5s;
}
.submit-form button:hover{
    background: linear-gradient(132deg, rgb(191 142 92) 28%, rgb(130 75 20) 100%);
    transition-duration: 0.5s;
}

.copy-write{
    height: 40px;
    background: #333333;
    width: 100%;
    display: inline-block;
}

.copy-write p{
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 40px;
}
.copy-write p span{
  display:inline-block;
    direction: ltr;
}
.copy-write p a{
    text-align: center;
    color: #ccc;
}
.copy-write p a:hover{
    color: #f15a24;
}
.top{
    position: fixed;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    right: 20px;
    margin: 0;
    bottom: 34px;
    display: none;
}
.top a i:before{
    font-size: 45px;
    color: #808080;
}
.title-dame{
    display: inline-block;
    color: #1b1e21;
    font-size: 16px;
    margin: 0 60px;
    float: right;
}
.title-dame h1 , .title-dame h2 , .title-dame h4 {
    font-size: 23px;
    font-weight: 300;
    text-align: right;
}

.backward{
    position: fixed;
    left: 23px;
    margin: 25px 7px!important;
    transform: rotate(90deg);
    top: 90px;
    padding: 0!important;
}

.backward i:before{
    font-size: 25px;
}

.drop-down {
    position: absolute;
    width: 184px;
    margin: -45px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    z-index: 100;
    background: #fff;
    left: 65px;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 18px;
}
.drop-down.open{
    border-radius: 18px 18px 0 0;
}


.drop-down-button {
    padding-left: 20px;
    height: 40px;
    line-height: 33px;
}
.drop-down-title {
    display: inline-block;
    width: 75%;
    text-align: right;
    padding-right: 0;
    font-weight: 300;
    font-size: 16px;
}
.drop-down-button i {
    position: relative;
    top: -3px;
    right: 22px;
    font-size: 24px;
}
.drop-down-button i:before{
    color: #bdbdbd;
}
.drop-down-list {
    display: none;
    top: calc(100% + 4px);
    width: 100%;
    cursor: pointer;
    overflow-y: auto;
    border-top: 1px solid #bdbdbd;
}
.drop-down-list > li {
    padding-right: 20px;
    width: 100%;
    text-align: right;
    line-height: 40px!important;
    height: 40px!important;
    border-bottom: 1px solid #ccc!important;
}
.drop-down-list > li:last-child{
    border: 0!important;
}
.drop-down-list > li > span{
    color: #989797;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 16px;
}

.drop-down-list > li:hover {
    background-color: #f4f5f7;
}
.drop-down-list > li:hover span{
    color: #5f5f5f;
}

.dama-form{
    width: 65%;
    height: 40px;
    border: 1px solid #868686;
    border-radius: 40px;
    overflow: hidden;
}

.dama-form input{
    width: 100%;
    border: 0;
    height: 100%;
    padding: 0 25px 8px;
    font-weight: 300;
}

.form-group textarea{
    width: 100%;
    border: 1px solid #868686;
    border-radius: 15px;
    overflow: hidden;
    font-weight: 300;
    padding: 6px 20px;
}

address{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.search-main{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 0);
    width: 90%;
    display: none;
}
.search-box{
    display: flex;
}
.search-close{
    background: inherit;
    border: 0;
    color: #fff;
    width: 38px;
    line-height: 63px;
}
.seatch-input{
    flex: 90%;
    border: 0;
    background: inherit;
    border-bottom: 1px solid #fff;
    font-family: iranyekan;
    margin: 0 14px;
    color: #fff;
    height: 42px;
}
.seatch-input::-webkit-input-placeholder { /* Edge */
    color: #666;
}

.seatch-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

.seatch-input::placeholder {
    color: #666;
}
.breadcrumb-main{
    margin: 5px auto 0;
    display: inline-block;
    width: 97%;
}
.breadcrumb{
    background: inherit;
      padding: 35px 10% 0;
justify-content: flex-start;
    text-align: left;
    flex-wrap: nowrap;
    align-items: stretch;

}
.breadcrumb-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 0 0 0;
    list-style: none;
}
.breadcrumb-list li {
    font-size: 12px;
}
.breadcrumb-list li a{
    color: #ccc;
}
.breadcrumb-list li a:hover{
    color: #c0986b;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    display: inline-block;
    padding: 0 0.8rem;
    color: #f15a24;
    font-weight: bold;
}

.block-header__side{
    display: block;
    position: absolute;
}
.block-header__side h2{
    color: #f15a24;
    margin-left: 10px;
    font-size: 18px;
  display: inline-block;
}
.block-header__side img{
    width: 30px;
}
.block-header{
    padding: 30px 0 10px;
}
.block-header .h2:before , .block-header h1:before{
    content: "";
    width: 70px;
    height: 2px;
    background: #f15a24;
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translate(50% , 0);
    display: inline-block;
}
.block-header .h2 , .block-header h1{
    text-align: center;
    margin: 0 0 30px;
    font-size: 25px;
    position: relative;
    font-weight: 900;
    color: #808080;
    font-family: 'PelakBold';
}
.block-header p{
    line-height: 40px;
    font-size: 16px;
    color: #757575;
    text-align: justify;
}
.show-more{
    text-align: center;
    margin: auto;
}
.show-more-btn{
    background: #e6e6e6;
    border-radius: 5px;
    padding: 3px 20px;
    line-height: 40px;
    width: 300px;
    display: block;
    margin: 20px auto;
    color: #f15a24;
    font-family: PelakBold;
}
.show-more-btn:hover{
    background: #f15a24!important;
    color: #fff;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
    position: absolute;
    top: 12px;
    left: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}


.select_mate select {
    height: 45px;
    padding: 0 8px;
}

.cont_list_select_mate {
     position: relqtive;
    float: left;
    width: 100%;
    top: 0;

}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}
.cont_select_int li {
    position: relative;
    width: 94%;
    border-bottom: 1px solid #E0E0E0;
    list-style-type: none;
    height: 49px;
    line-height: 49px;
    padding: 0 2%;
    text-align: right!important;
    margin: auto;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
    color: #000!important;
    font-family: 'IRANSans';
    font-weight: 500;
}
.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0;
}
.cont_select_int li:hover {
    background-color: #EEEEEE;
}
.cont_select_int .active {
    background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
    padding: 0 2%;
    width: 96%;
    display: block;
    margin: 0;
    cursor: pointer;
    text-align: right!important;
    line-height: 44px!important;
}

.checkbox,
.radio {
    margin-bottom: 6px;
}
.checkbox.inline,
.radio.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.checkbox.inline:last-child,
.radio.inline:last-child {
    margin-right: 0;
}
.checkbox label,
.radio label {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.checkbox .custom-checkbox {
    border-radius: 2px;
    background: #2095F0;
    transition: box-shadow 180ms ease;
    box-shadow: inset 0 0 0 12px #fff;
    top: -2px;
}
.checkbox .icon-check {
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 3px;
    transform: scale(0);
    transition: all 180ms ease;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: #2095F0;
    box-shadow: none;
}
.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
    transform: scale(1);
}
.radio .custom-radio {
    border-radius: 18px;
    background: #2095F0;
    box-shadow: inset 0 0 0 12px #fff;
    transition: all 180ms ease;
    top: 8px;
    margin-left: 8px;
}
.radio label{
    margin: 0 0 0 30px;
}
.radio input[type="radio"]:checked + .custom-radio {
    border-color: #ccc;
    background: #f15a24;
    box-shadow: inset 0 0 0 4px #fff;
}
.icon-check {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button , button:active , button:focus , input , input:focus , input:active , textarea , textarea:focus , textarea:active{
    outline: none!important;
}
.form-control:focus {
    color: #000!important;
    background-color: #e6e6e6!important;
    border:0!important;
    outline: 0!important;
    box-shadow: none!important;

}
.btn:focus{
    outline: 0!important;
    box-shadow: none!important;
}
textarea{
    color: #000!important;
    background-color: #e6e6e6!important;
    border:0!important;
    padding: 20px!important;
    resize: none!important;
}


.modal-replay {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    background: #00000087;
    opacity: 0;
    padding-right: 7px;
}
.list-menu.has-sub{
    max-height: 400px;
    overflow-y: scroll;
}
.modal-replay.show {
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
    opacity: 1;
    display: block;
}
.modal-replay .modal-dialog-replay {
    pointer-events: none;
    width: 95%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    height: 95%;
}
@media (min-width: 768px) {
    .modal-replay .modal-dialog-replay {
        margin: 0.5rem;
        width: 669px;
        height: auto;
    }
}
.modal-replay .modal-content-replay {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    outline: 0;
}
.modal-replay .modal-header-replay {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
}

.close-modal-replay {
    top: 9px;
    font-size: 34px;
    color: #f15a24;
    left: 19px;
    position: absolute;
    cursor: pointer;
    font-weight: bold;
}
@media (min-width: 768px) {
    .close-modal-replay {
        left: 47px;
        top: 17px;
    }
}

.popup-title-comment {
    font-size: 16px;
    height: 41px;
    line-height: 38px;
    padding: 0 12px;
    width: 100%;
    color: #000;
    text-align: right;
}

.modal-body-replay {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body-replay .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    background: inherit;
    padding: 0;
}

.modal-body-replay .form-row .col-md-12 {
    display: block;
}

.modal-body-replay .form-row .btn {
    font-size: 14px;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 13px 20px;
    top: 0;
}

.modal-body-replay .form-row input:-ms-input-placeholder, .modal-body-replay .form-row textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495057 !important;
    font-weight: normal !important;
}

.modal-body-replay .form-row input::placeholder, .modal-body-replay .form-row textarea::placeholder {
    color: #495057 !important;
    font-weight: normal !important;
}


.page-wrapper {
    width: 100%;
    height: 100%;
    display: none;
}
.page-wrapper.blur-it {

    display: block;
}
.page-wrapper .modal-wrapper {
    width: 100%;
    height: 100%;
    z-index: 10000000;
    position: fixed;
    direction: ltr;
    top: 0;
    left: 0;
    background: #292929b5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.page-wrapper .modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.page-wrapper .modal-wrapper.open .modal {
    opacity: 1;
}
.page-wrapper .modal-wrapper .modal {
    direction: rtl;
    width: 96%;
    height: auto;
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 25px;
    margin: 3px auto;
    max-width: 400px;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.btn-general {
    background: #f15a24;
    border-radius: 5px;
    padding: 3px 20px;
    line-height: 40px;
    width: 100%;
    display: block;
    color: #fff;
    border: 2px solid #f15a24;
    margin: 20px auto!important;
}
.btn-general:hover{
    background: #fff;
    color: #f15a24;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal {
        margin: 63px auto;
    }
}
@media (min-width: 992px) {
    .page-wrapper .modal-wrapper .modal {
        max-width: 600px;
        width: 600px;
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    
}
.page-wrapper .modal-wrapper .modal .head {
    width: 100%;
    padding: 30px 45px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal .head {
        padding: 30px 45px;
    }
}
.page-wrapper .modal-wrapper .modal .head .btn-close {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 4px 8px;
    position: absolute;
    left: 32px;
    font-size: 24px;
    color: #f15a24;
}
@media (min-width: 992px) {
    .page-wrapper .modal-wrapper .modal .head .btn-close {
        margin: 26px 8px;
        width: 20px;
        height: 20px;
        left: 47px;
    }
}
.page-wrapper .modal-wrapper .modal .head h1 {
    font-size: 15px;
    color: #484848;
    line-height: 30px;
    height: 30px;
    font-family: PelakBold;
}
@media (min-width: 992px) {
    .page-wrapper .modal-wrapper .modal .head h1 {
        font-size: 25px;
        line-height: 78px;
        height: 64px;
    }
}
.page-wrapper .modal-wrapper .modal .content {
    padding: 0 10% 35px;
}
@media (min-width: 992px) {
    .page-wrapper .modal-wrapper .modal .content {
        padding: 0 10% 70px;
    }
}
.page-wrapper .modal-wrapper .modal .content p {
    text-align: right;
    line-height: 43px;
    font-size: 11px;
    color: #999;
    margin: 0 0 10px;

}
.form-login .error span{
    color: #cc0f0f;
    text-align: right;
    font-size: 13px;
    display: block;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal .content p {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .page-wrapper .modal-wrapper .modal .content p {
        font-size: 16px;
    }
}
.page-wrapper .modal-wrapper .modal .content .form-login-second {
    display: none;
}
.page-wrapper .modal-wrapper .modal .content .form-login label {
    font-size: 12px;
    margin: 0 0 11px;
    color: #999;
    direction: ltr;
    display: block;
    text-align: right;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal .content .form-login label {
        font-size: 15px;
    }
}
.page-wrapper .modal-wrapper .modal .content .form-login label i {
    color: #eb78ab;
    margin: 0 8px;
}
.page-wrapper .modal-wrapper .modal .content .form-login .form-fish {
    width: 100%;
    height: 50px;
    padding: 0;
    line-height: 0;
    border: 2px solid #ccc;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal .content .form-login .form-fish {
        height: 50px;
    }
}

.page-wrapper .modal-wrapper .modal .content .form-login .form-fish input {
    outline: none;
    box-shadow: none;
    border: 0 !important;
    position: static;
    margin: 0 !important;
    height: 100% !important;
    padding: 0 22px!important;
    font-size: 12px !important;
}

.page-wrapper .modal-wrapper .modal .content .form-login p {
    text-align: right;
    line-height: 43px;
    font-size: 11px;
    color: #696969;
}
@media (min-width: 768px) {
    .page-wrapper .modal-wrapper .modal .content .form-login p {
        font-size: 13px;
    }
}
.page-wrapper .modal-wrapper .modal .content .form-login p a {
    color: #f15a24;
}
.page-wrapper .modal-wrapper .modal .content .form-login p a:hover {
    color: #ccc;
}
.page-wrapper .modal-wrapper .modal .content .form-login .footer-popup .btn-general {
    position: static;
    margin: 15px 0 0;
}
.advice-form{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2d2d2dc2;
    top: 0;
    z-index: 100000;
    right: 0;
    display: none;
}
.advice-form.open{
    display: block;
}
.advice-form .block{
    background: #fff;
    width: 500px;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 24px 40px;
    border-radius: 10px;
}
.advice-form .block .close-advice{
    position: absolute;
    left: 45px;
    top: 26px;
    font-size: 20px;
    color: #f15a23;
}
.advice-form .block h4{
    text-align: center;
    margin: 0 0 33px;
    color: #f15a24;
    font-family: PelakBold;
}
.advice-form .block .title{
    text-align: right;
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'PELAKBOLD';
}
.block .form-contact .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 22px;
    line-height: 0;
    border: 2px solid #ccc;
}
.block .form-contact .form-group input , .block .form-contact .form-group select{
    width: 100%;
    height: 50px;
    padding: 0 22px;
    font-size: 13px;
    border: 2px solid #ccc!important;
color:#aaa!important;
 
}
.block  .form-contact .form-group select:focus-visible , .block  .form-contact .form-group select:focus , .block  .form-contact .form-group select:active{
    border: 2px solid #ccc!important;

}
.block .form-group button {
    height: 50px;
    background: #f15a24;
    text-align: center;
    width: 100%;
    color: #fff;
    border: 2px solid #f15a24;
}
.block .form-group button:hover{
    background: #fff;
    color: #f15a24;
}
.header__main #menu #cssmenu,
.header__main #menu #cssmenu ul,
.header__main #menu #cssmenu ul li,
.header__main #menu #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header__main #menu #cssmenu {
    width: 89%;
    color: #fff;
    overflow-x: auto;
    height: 100%;
    margin-top: 150px;
}
.header__main #menu #cssmenu .links-left {
    display: flex;
    justify-content: center;
    margin: 52px 0;
    border: 0;
    flex-direction: column;
    align-items: center;
}
.header__main #menu #cssmenu .links-left .nav-item {
    max-width: 50%;
    flex: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__main #menu #cssmenu .links-left .nav-item .nav-link {
    border: 0;
    padding: 0;
    display: flex;
    margin: 0 0 18px;
    text-align: right;
}
.header__main #menu #cssmenu .links-left .nav-item .nav-link img {
    width: 30px;
}
.header__main #menu #cssmenu .links-left .nav-item .nav-link span {
    width: 100%;
    background: inherit;
    height: auto;
    margin: 0;
    padding: 10px;
}
.header__main #menu #cssmenu ul .list-menu {
    border-bottom: 1px solid #e4e4e4;
}
.header__main #menu #cssmenu ul .list-menu:last-child{
    border: 0;
}
.header__main #menu #cssmenu ul ul {
    display: none;
    margin: 0px 0px 25px;
    padding-bottom: 16px;
    margin-left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
}
.header__main #menu #cssmenu ul ul:after{
    content: '';
    width: 60%;
    height: 2px;
    background: #f15a24;
    position: absolute;
    margin: 14px 0;
    left: 20px;
}
.header__main #menu #cssmenu ul ul:last-child:after{
 display: none;

}
.header__main #menu #cssmenu > ul > li.active > ul {
    display: block;
}
.header__main #menu #cssmenu > ul > li.open > h3 {
    display: block;
    font-size: 12px;
    margin: 10px 40px;
    color: #4a4a4a;
}
.header__main #menu .align-right {
    float: right;
}
.header__main #menu #cssmenu > ul > li > a {
    padding: 18px 20px;
    cursor: pointer;
    z-index: 2;
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.header__main #menu #cssmenu > ul > li > a:hover {
    color: #f15a24;
}
.header__main #menu #cssmenu > ul > li:last-child a{
    background: #fff!important;
    color: #000!important;
}

.header__main #menu #cssmenu ul > li.has-sub > a:after {
    position: absolute;
    left: 26px;
    top: 14px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #f15a24;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.header__main #menu #cssmenu ul > li.has-sub > a:before {
    position: absolute;
    left: 22px;
    top: 18px;
    display: block;
    width: 10px;
    height: 2px;
    background: #f15a24;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.header__main #menu #cssmenu ul > li.has-sub.open > a:after {
    display: none;
}
.header__main #menu #cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    width: 79%;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.header__main #menu #cssmenu ul ul ul li a {
    padding-left: 32px;
}
.header__main #menu #cssmenu ul ul li a:hover {
    color: #f15a24;
}
.header__main #menu #cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    left: 26px;
    background: #dddddd;
}
.header__main #menu #cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}
.notify {
 text-align: center;
    height: auto;
    margin: 4px 0;
    border-radius: 12px;
    line-height: 26px;
    font-size: 14px;
    position: fixed;
    bottom: 78px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 37px;
    width: 95%;
    z-index: 100000;
}
@media (min-width: 768px) {
    .notify {
        transform: translate(0, 0);
        bottom: 30px;
        font-size: 18px;
        width: auto;
        left: 31px;
    }
}
.notify.success {
    color: #1e8822;
    background: #c8e6c9cc;
}
.notify.danger {
    color: #ffffff;
    background: #f4433661;
}
select, select:active, select:focus, select:visited {
     border: 2px solid #ccc!important;
color:#aaa!important;
    word-wrap: initial!important;
}