.slider-teampartner,
.slider-teamperson{
    padding-top: 50px;
}
.person-icon:before {
    font-family: ETmodules!important;
    content: attr(data-icon);
    margin-right: 10px;
}
ul.slick-dots{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 5px;
}
.slick-list{
    margin: 0px -16px;
}

.slick-slide {
    margin-left: 16px;
    margin-right: 16px;
}

ul.slick-dots{
    text-align: center;
    padding-bottom: 0 !important;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    text-indent: -9999px;
    cursor: pointer;
}
ul.slick-dots li.slick-active{
    background: #97282E !important;
}

.slick-arrow{
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #97282E;
    z-index: 1;
}
.slick-arrow.slick-prev{
    left: 50%;
    transform: translateX(-150px);
}
.slick-arrow.slick-next{
    right: 50%;
    transform: translateX(150px);
}
.slick-arrow .dashicons{
    font-size: 30px;
}
/* moduel slider partner  */
.partner-content-image{
    padding-left: 21px;
    padding-top: 20px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    color: #97282E;
}
.partner-toggle{
    background: #792025;
    color: #fff;
}
.toggle-title{
    cursor: pointer;
    background: #792025;
    position: relative;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #EAEAEA;
}
.toggle-title:after{
    content: "\f347";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: dashicons;
}
.partner-toggle.toggle-show  .toggle-title:after{
    content: "\f343";
}
.toggle-title,
.toggle-content {
    padding: 12px 21px;
}

.partner-email {
    padding: 15px 21px;
}
.toggle-content{
    max-height: 0;
    padding: 0 21px;
    overflow-y: hidden;
    transition: max-height,padding 0.5s ease-in;
}
.partner-toggle.toggle-show .toggle-content{
    max-height: 5000px;
    padding: 12px 21px;
    transition: max-height,padding 0.5s ease-out;
    border-top: 1px solid;
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #EAEAEA;
}
.partner-group-element:after{
    content: '';
    clear: both;
    display: block;
}
.partner-email{
    background: #EAEAEA;
}
.partner-email a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #3F3F3F;
}
@media (min-width: 981px) {
    .partner-group-element{
        display: flex;
    }
}
.slick-slide {
    margin-bottom: 0 !important;
}
.person-name {
    margin-top: 20px;
}
.person-position {
    margin-bottom: 10px;
}
.person-tel {
    margin-bottom: 10px;
}
.person-tel a, .person-email a {
    color: #3f3f3f;
    font-size: 15px;
    line-height: 22px;
}
.team-partner {
    background: #EAEAEA;
}

/* module reference */
.section-result-reference-filter{
    max-width: 100%;
    overflow-y: auto;
    margin-top: 40px;
}
.section-overloading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.section-overloading.show-loading{
    display: block;
}
.section-overloading .background-over {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}
.section-overloading .loader{
    margin: auto;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #97282e;
    border-bottom: 16px solid #97282e;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.select-reference.reference-cate{
    font-size: 17px;
    width: 80%;
    margin-bottom: 10px;
}
.select-reference.reference-cate:last-child{
    margin-bottom: 0;
}
table.table_tasks {
    border: 0 !important;
}
table.table_tasks td{
    vertical-align: top;
}
.table_tasks tr td {
    border-bottom: 1px solid #fff;
}
.table_tasks .table_row_header{
    color: #97282e;
}
.table_tasks .table_row_header td {
    padding: 10px 10px 10px 0;
    border-top: 0 !important;
}
.table_tasks .table_row{
    font-size: 15px;
}
.table_tasks .table_row td{
    padding: 6px 10px 6px 0;
}
.table_header_sales,
td.table_cell_sales{
    text-align: right;
}
.table_header_employees, .table_header_duration,
td.table_cell_employees, td.table_cell_duration{
    text-align: center;
}
td.table_header_sales {
    width: 90px;
}
td.table_header_employees {
    width: 130px;
}
td.table_header_duration {
    width: 160px;
}
td.table_header_task {
    width: 500px;
}

@media (max-width: 1340px) {
    .partner-content-image {
        font-size: 17px;
    }
}

@media (max-width: 1260px) {
    .partner-content-image {
        font-size: 16px;
    }
}

@media (max-width: 1170px) {
    .partner-content-image {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .partner-content-image {
        font-size: 19px;
    }
}

@media (max-width: 980px) {
    .partner-group-element {
        margin-bottom: -7px;
    }
    .partner-image {
        width: 49%;
        display: inline-block;
    }
    .partner-content-image {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    td.table_header_sales {
        width: 110px;
    }
    td.table_header_task {
        width: 150px;
    }
}



@media (max-width: 600px) {
    .partner-image {
        width: 100%;
    }
    .partner-content-image  {
        width: 100%;
        padding-right: 21px;
        padding-bottom: 22px;
        padding-top: 10px;
    }
}

@media (max-width: 320px) {
    .partner-content-image {
        font-size: 16px;
    }
}