*{font-family: iransans;}
body {
    font-family: IRANSans;
    transition: all 0.5s;
    background: #f1f2f2;
}

.mt-top {
    margin-top: 100px;
}


a:hover{
	text-decoration:none
}

.BPage .breadcrumb li a {
    color: #555;
}

.BPage .breadcrumb li {
    display: inline-block;
    color: #555;
}
.BPage .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    text-align: center;
    background: #fff;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #005491;
}
.breadcrumb li.active, .breadcrumb li a:hover {
    color: #555;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
    color: #6c757d;
    content: "\f100";
    vertical-align: -2px;
    font-family: FontAwesome;
}




/*

index items 
*/


.commondityItemIndex {
    height: 35vh;
}





/*

menu content 

*/

.contentPage {
    padding: 30px 0;
}

ol.breadcrumb li {
    opacity: .8;
}


.contentPage p {
    padding: 10px 0;
}





/* news list in menus */

.newsListMenus {
    margin-top: 90px;
	margin-bottom: 40px;
}


.newsListMenus .title-v1 {
    background: #dedddd;
    padding: 10px;
    margin-bottom: 20px;
}

.newsListMenus .title-v1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #545454;
}


.news-v1>div>div.news-v1-in {
    background: #Fff;
    padding: 10px;
}


.news-v1 .pull-right {
    float: none;
}



.newsListMenus .LatestNewsContent h3 a {
    font-size: 16px;
}

.newsListMenus img {
    margin-bottom: 15px;
}



.newsListMenus .LatestNewsContent h3 {
    margin-bottom: 25px;
}



.newsListMenus .news-v1-info li {
    margin: 10px 0;
}


/* mobile mode for cmmondity */
@media screen and (max-width : 992px){
   .commondityItemIndex {
      height : auto !important
   }
}



.contentPage img {
    width: 100%;
}

.contentPage h1 , .contentPage h1 p , .contentPage h1 strong , .contentPage h1 span{font-size:22px !important}
.contentPage h2 , .contentPage h2 p , .contentPage h2 strong , .contentPage h2 span{font-size:21px !important}
.contentPage h3 , .contentPage h3 p , .contentPage h3 strong , .contentPage h3 span{font-size:20px !important}
.contentPage h4 , .contentPage h4 p , .contentPage h4 strong , .contentPage h4 span{font-size:18px !important}
.contentPage h5 , .contentPage h5 p , .contentPage h5 strong , .contentPage h5 span{font-size:16px !important}
.contentPage h6 , .contentPage h6 p , .contentPage h6 strong , .contentPage h6 span{font-size:14px !important}

.conpageMenu .FormBox .col-md-3 {
    padding-bottom: 4px;
    padding-top: 10px;
}
.conpageMenu .FormBox {
    display: block;
    width: max-content;
    max-width: 530px;
    margin: 0 auto;
}
.conpageMenu input, .conpageMenu textarea {
    display: block;
    width: 100%;
    max-width: 380px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.conpageMenu  input:focus , .conpageMenu  textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.conpageMenu .FormBox  .callback_btn:hover {
    background: #2c3940;
}

.conpageMenu .FormBox .callback_btn {
    display: inline-block;
    width: 100px;
    margin: 30px 30px 0 20px;
    text-align: center;
    padding: 8px 35px;
    color: #fff !important;
    background: #293338;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
}



@media screen and (max-width:768px){
.HDshiping-type:hover .HDshiping-type-img img{
 margin-right: 0;
}

}