/*
Theme Name: Company
Theme URI: #
Author: maleki
Author URI: http://raysaweb.ir/
Description: Company Theme v1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: elc
Text Domain: Company
*/
@font-face {
  font-family: Samim;
  src: url('fonts/Samim.eot');
  src: url('fonts/Samim.eot?#iefix') format('embedded-opentype'), url('fonts/Samim.woff') format('woff'), url('fonts/Samim.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Samim;
  src: url('fonts/Samim-Bold.eot');
  src: url('fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Samim-Bold.woff') format('woff'), url('fonts/Samim-Bold.ttf') format('truetype');
  font-weight: bold;
}
.rtl {
    direction: rtl;
}
.col-box {
    border: 1px solid #eee;
    padding: 15px;
}
.btn_left button.btn {
    background: #ffae11;
    color: #1c2230;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    line-height: 1.7;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    background-attachment: fixed;
  font-family: Samim !important;
}
.sidebox,.mainbox {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    padding: 15px;
}
.green {
    display: inline-block;
    background: #086a14;
    padding: 5px 14px;
    color: #fff !important;
}
section.bgblue.single h1 {
    font-size: 30px;
    color: #242438;
    margin-bottom: 25px;
}
.wp-caption-text {
    text-align: center;
    margin-top: 10px;
}
.blue {
    display: inline-block;
    background: #0c518d;
    padding: 5px 14px;
    color: #fff !important;
}
.single ul {
    list-style: circle;
    margin-right: 18px;
}
.post_header h1 {
    font-size: 26px;
}
.box {       background-color: #fff;
    border: 1px solid #d6d6da;
    border-radius: 6px;
    padding: 15px;
    width: 48%;
    display: inline-block;
    float: right;
    margin: 10px;
    height: 228px;
    overflow: hidden;
}
.box h2 {
    color: #4f35f3;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    border-bottom: 2px dotted #d6d6da;
    padding-bottom: 15px;    margin-bottom: 15px;
}
ul#breadcrumbs li {
    display: inline-block;
    padding: 0 10px;
}
.bimg img {
    width: 100%;
    height: 374px;
}
article.blogarticle {
    background-color: #f7f7f7 !important;
    margin-bottom: 30px !important;
    transition: all 300ms ease-in-out 0s;
}
.bcon {
    padding: 20px;
}
article.blogarticle:hover .bcon {
    box-shadow: -2px 10px 28px -15px #aaa;
}
.main-content h2 {
    margin-bottom: 15px;
}