/*
IOC
*/

.it-mkd-section-title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.it-mkd-section-title h3 {
    display: inline-block;
    font-family: inherit;
    font-size: 40px;
    color: #008cb7;
    font-weight: 200;
}
.it-mkd-section-title h3 strong {
    color: #1a181b;
    font-weight: 600;
}
.it-mkd-icon-title {
    display: inline-block;
    margin-right: 20px;
    max-width: 60px;
    height: auto;
}
.it-mkd-chart-wrapper {
    max-width: 650px;
    height: auto;
}
.chart-link {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 25px;
    margin: 20px auto 0 auto;
}
.chart-link a {
    display: block;
}
.it-carousel-wrapper .carousel-item.bx-clone canvas {
   height: 0px !important;
}
.bx-viewport {
    min-height: auto !important;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #008cb7 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background: rgb(0 140 183 / 47%) !important;
}
.bx-pager.bx-default-pager {
    padding-top: 0 !important;

}

#et-boc .it-mkd-container .bx-pager,
.it-mkd-container .bx-pager{
    text-align: center;
}

#et-boc .it-mkd-container .bx-wrapper .bx-pager.bx-default-pager a,
.it-mkd-container .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#et-boc .it-mkd-container .it-carousel-wrapper .carousel-item,
.it-mkd-container .it-carousel-wrapper .carousel-item{
    padding: 10px;
}

/* Custom */
.et-db #et-boc .et-l .et_pb_module .it-mkd-section-title h3 {
    display: inline-block;
    font-family: inherit;
    font-size: 40px;
    color: #008cb7;
    font-weight: 200;
}
.et-db #et-boc .et-l .et_pb_module .it-mkd-section-title h3 strong {
    color: #1a181b;
    font-weight: 600;
}
.et-db #et-boc .et-l .et_pb_section .et_pb_module .it-mkd-section-title img.it-mkd-icon-title {
    display: inline-block;
    margin-right: 20px !important;
    max-width: 60px !important;
    height: auto !important;
}
#et-boc .et-l .it-carousel-wrapper div.chart-link {
    text-align: center !important;
}
#et-boc .et-l ul.slick-dots {
    text-align: center;
}
/* Carousel */
.slick-dots {
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    content: '•';
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.6;
    color: #2ea3f2;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}