/* company-style-1 */
.company-style-1 .company-one .widget-html{
    padding: 50px 50px 0 50px;
    position: relative;
    width: 100%;
    background: url(../img/bg-company-one.jpg) no-repeat;
    margin-bottom: 40px; }
.company-style-1 .company-one .block_content {
    border: 5px solid #fff;
    padding: 40px 50px 30px 50px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 20px rgba(0,0,0,0.4); }
.company-style-1 .company-one .block_content h1,
.company-style-1 .company-txt .block_content h1 {
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 26px;
    padding-bottom: 8px;
    margin: 0 0 20px 0;
    position: relative;
    line-height: 30px; }
.company-style-1 .company-one .block_content h1:before,
.company-style-1 .company-txt .block_content h1:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    background: var(--second-color);
    bottom: 0;
    left: 0; }
.company-style-1 .company-one .block_content h2 {
    font-family: var(--second-font);
    font-weight: var(--second-font-medium);
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0; }
.company-style-1 .company-one .block_content p+h2 { margin: 20px 0 15px 0; }
.company-style-1 .company-one .block_content p,
.company-style-1 .company-txt .block_content p {
    color: var(--gray-color);
    text-align: justify;
    line-height: 24px;
    margin-bottom: 10px; }
.company-style-1 .company-txt .block_content {
    padding: 20px 30px 10px;
    background: var(--silver-color); }


/* company-style-2 */
.company-style-2 .company-one .widget-html {
    background-image: url(../img/bg-company-one.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: 60%;
    padding-top: 20px;
    margin-bottom: 40px; } /* Custom if necessary */
.company-style-2 .company-one .block_content {
    width: 60%;
    background: rgba(226,226,226,0.95);
    position: relative;
    padding: 30px 30px 20px 30px; }
.company-style-2 .company-one .block_content h1,
.company-style-2 .company-txt .block_content h1 {
    padding-left: 70px;
    margin: 0 0 30px 0;
    font-family: var(--primary-font);
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 30px;
    color: var(--black-color);
    position: relative; }
.company-style-2 .company-one .block_content h1:before,
.company-style-2 .company-txt .block_content h1:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 14px;
    height: 1px;
    width: 55px;
    background: var(--second-color); }
.company-style-2 .company-one .block_content h2 {
    font-family: var(--second-font);
    font-weight: var(--second-font-medium);
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0; }
.company-style-2 .company-one .block_content p+h2 { margin: 20px 0 15px 0; }
.company-style-2 .company-one .block_content p,
.company-style-2 .company-txt .block_content p{
    text-align: justify;
    color: var(--gray-color);
    line-height: 24px;
    margin-bottom: 10px; }
.company-style-2 .company-txt .block_content p{
    position: relative;
    margin-bottom: 0;
    padding: 0 30px 20px 30px; }
.company-style-2 .company-txt .block_content p:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: var(--silver-color);
    bottom: 0;
    right: 10px; }
.company-style-2 .company-txt .block_content p:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--silver-color);
    bottom: 10px;
    right: 5px; }


/* company-style-3 */
.company-style-3 .company-one .widget-html {
    background-image: url(../img/bg-company-one.jpg);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 60%;
    padding-top: 20px;
    margin-bottom: 40px; } /* Custom if necessary */
.company-style-3 .company-one .block_content {
    width: 60%;
    background: rgba(226,226,226,0.95);
    position: relative;
    padding: 30px 30px 20px 30px;
    margin-left: 40%; }
.company-style-3 .company-one .block_content h1,
.company-style-3 .company-txt .block_content h1 {
    padding-left: 70px;
    margin: 0 0 20px 0;
    font-family: var(--primary-font);
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 30px;
    color: var(--black-color);
    position: relative; }
.company-style-3 .company-one .block_content h1:before,
.company-style-3 .company-txt .block_content h1:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 14px;
    height: 1px;
    width: 55px;
    background: var(--second-color); }
.company-style-3 .company-one .block_content h2 {
    font-family: var(--second-font);
    font-weight: var(--second-font-medium);
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0; }
.company-style-3 .company-one .block_content p+h2 { margin: 20px 0 15px 0; }
.company-style-3 .company-one .block_content p,
.company-style-3 .company-txt .block_content p{
    text-align: justify;
    color: var(--gray-color);
    line-height: 24px;
    margin-bottom: 10px; }
.company-style-3 .company-txt .block_content p{
    position: relative;
    margin-bottom: 0;
    padding: 0 30px 20px 30px; }
.company-style-3 .company-txt .block_content p:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: var(--silver-color);
    bottom: 0;
    right: 10px; }
.company-style-3 .company-txt .block_content p:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--silver-color);
    bottom: 10px;
    right: 5px; }
