body{
    color: #666;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    direction: rtl !important;
}
h1{
    text-align: right;
    font-size: 30ox;
    padding-bottom: 10px;
    color: #333 !important;
    font-weight: 500;
    line-height: 1em;
}
p{
    line-height: 1.6em;
    padding-bottom: 1em;
    text-align: right;
    color: #666666 !important;
}

ul{
    color: #666666 !important;
    text-align: right;
}
img{
    max-width: 100%;
}



/* About Us */

.heading{
    padding: 2% 0px;
}
.heading:after{
    content: "";
    position: absolute;
    top: 5em;
    right: 12px;
    width: 40px;
    border-bottom: 3px solid #f57b23;
}


.container{
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}


.headerImg img{
    max-width: 100%;
}

/* Product */

.prodConent{
    padding: 35px 20px;
    background-color: #f57b23;
}

/*.prodConent h1{*/
/*color: #fff !important;*/
/*}*/
.prodConent p{
    color: #fff !important;
}
.productImg{
    height: 100%;
}


.hoverItem {
    opacity: 0;
    transition: 0.35s;
    position: absolute;
    width:0%;
    top: 0px;
    right: 100px;
    background-color: #f57b2383;
    width: 0%;
    height: 100%;
}
.hoverItem h1{
    margin: 40px 25px;
    opacity: 0;
    font-size: 20px;
}
.hoverItem h1::after{
    content: "";
    position: absolute;
    top: 5em;
    right: 0px;
    width: 0%;
    border-bottom: 2px solid #fff;
    transition: width 0.65s,transform 0.65s,-webkit-transform 0.65s;
}
.productImg:hover .hoverItem{
    opacity: 1;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    transition: 0.35s;
    right: 15px;
    width: calc(100% - 30px);

}
.productImg:hover .hoverItem h1{
    opacity: 1;
    transition: opacity .65s,transform .65s,-webkit-transform .65s;
}
.productImg:hover .hoverItem h1::after{
    content: "";
    position: absolute;
    top: 5em;
    right: 25px;
    left: 25px;
    width: calc(100% - 50px);
    border-bottom: 2px solid #fff;
    transition: width 0.85s,transform 0.85s,-webkit-transform 0.85s;
}
.LtoR{
    direction: ltr;
}
.hrDevider{
    margin: 40px auto;
    width: 60%;
}




/*  Contact Us  */

.contactInfo ul{
    list-style-type: none;
}

.fas{
    position: relative;
    top: 3px;
    right: -3px;
    color: #f57b23;
    font-size: 22px;
}



.form-control {
    padding: 12px 25px !important;
    font-size: 16px;
    height: auto;
    box-shadow: none !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #666 !important;
    border-radius: 0px !important;
    background-color: transparent;
}
.form-control:focus{
    background-color: #fffdfd00;
}

.contact-form .form-group i.fa {
    position: absolute;
    top: 15px;
    right: 0;
    color: #f57b23;
    font-size: 16px;
}
.contact-form .form-group i.fas {
    position: absolute;
    top: 15px;
    right: 0;
    color: #f57b23;
    font-size: 16px;
}
.contact-form .form-group i.far {
    position: absolute;
    top: 15px;
    right: 0;
    color: #f57b23;
    font-size: 16px;
}
.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.btn{
    font-family: IRANSans;
    height: 45px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    text-transform: capitalize;
    transition: 0.4s;
    background-color: #f57b23;
    cursor: pointer;
    border-radius: 0.5em;
}
.btn:hover{
    background-color: #333333;
}
.Content{
    margin: 30px 0px;
}



/*  Catalogues  */


.catalogHead{
    margin-bottom: 30px;
}
.catalogHead h2{
    text-align: center !important;
}
.catalogHead p{
    text-align: center !important;
}

.catalog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 25px 20px;
    background-color: #f57b23;
}

.catalogCont p{
    color: #fff !important;
}
.catalogCont h2{
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}


.item-hover {
    padding: 30px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.item-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.catalog:hover .item-hover:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}
.catalog:hover .item-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.work-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.work-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.catalog:hover .hover-content {} .hover-content h4,
                                 .hover-content p {
                                     color: #fff;
                                     margin: 0;
                                 }
.hover-content h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: default;
}
.hover-content p {
    font-weight: 400;
    font-size: 14px;
}
.hover-content a {
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100px;
    transition: 0.6s;
    border-radius: 2em;
    background-color: #f57b23;
}
.hover-content a:hover{
    color: #f57b23;
    background-color: #fff;
}




article{
    margin-bottom: 60px;
}

.news-title h2 a{
    font-size: 22px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.news-title .news-meta{
    padding-bottom: 15px;
    font-size: 14px;
    color: #9a9a9a;
}

.news-title .news-meta .news-subject a{
    color: #333333;
    text-decoration: none;
}

.news-img{
    margin-bottom: 20px;
}
.searchform {
    position: relative;
}
.news-sidebar{
    padding-right: 30px;
    margin-right: 60px;
    border-right: 1px solid #000;
}
.news-search{
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important;
    clip-path: inset(50%);
}

.search-btn{
    position: absolute;
    /* right: 0; */
    height: 40px;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    cursor: pointer;
}
.search-input{
    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
}
.recent-post{
    margin-bottom: 30px;
    width: 100%;
}
.recent-post h4{
    padding-bottom: 10px;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
}
.recent-post ul{
    list-style: none;
    padding:0px;
}
.recent-post ul li{
    margin-bottom: 0.5em;
}
.recent-post ul li a{
    color: #666;
    text-decoration: none;
}

.archive{
    margin-bottom: 30px;
    width: 100%;
}

.archive h4{
    padding-bottom: 10px;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
}
.archive ul{
    list-style: none;
    padding:0px;
}
.archive ul li{
    margin-bottom: 0.5em;
}
.archive ul li a{
    color: #666;
    text-decoration: none;
}

.news-cat{
    margin-bottom: 30px;
    width: 100%;
}

.news-cat h4{
    padding-bottom: 10px;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
}
.news-cat ul{
    list-style: none;
    padding:0px;
}
.news-cat ul li{
    margin-bottom: 0.5em;
}
.news-cat ul li a{
    color: #666;
    text-decoration: none;
}

.accreditations{
    margin-bottom: 30px;
    width: 100%;
}

.accreditations h4{
    padding-bottom: 10px;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
}

.contact-news{
    margin-bottom: 30px;
    width: 100%;
}

.contact-news h4{
    padding-bottom: 10px;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
}
.contact-news a{
    color: #666;
    text-decoration: none;
}
.contact-news a:hover{
    color: #666;
    text-decoration: none;
}
.sub-header-index-page {
    margin-top: 0px;
    overflow: hidden;
    border-bottom: 2px solid #f27b1f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 400px;*/
}
.h2-fav {
    vertical-align: middle;
    text-align: center;
    color: white !important;
    text-shadow: 1px 2px 2px #5f5f5f;
    font-weight: bold;
    margin-top: 13%;
    font-size: 40px;
}


ol.breadcrumb{
    background: #fff;
    box-shadow: 2px 3px 19px #c3c3c3;
    border-radius: 2em;
}
.breadcrumb-item i{
    position: relative;
    top: 0;
    right: 0;
    color: #333;
}
.breadcrumb-item i:hover{
    color: #f57b23;
    transition: color 0.5s;
}
.breadcrumb-item a{
     font-size: 13px !important;
}
.breadcrumb-item{
    font-size: 13px !important;
}
.breadcrumb-item a:hover{
    color: #f57b23 !important;
    transition: color 0.5s;
}