.align-center {
    text-align: center;
}

.icp-bottom p {
    text-align: center;
    margin-bottom: 0;
}

#footer .footer-top {
    background-color: #f3f5fa;
}

.float-right {
    float: right;
}

.article-meta {
    margin-bottom:20px;
    font-size:.9rem;
    color:#919191;
}

.article-title {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px dotted #e1e1e1;
}

.breadcrumbs-placeholder {
    padding: 0;
    height: 72px;
    margin: 0;
    background-color: #f3f5fa;
}

.index-sector-img {
    width: 100%;
}

.index-sector-title {
    text-align: center;
    font-weight: bold;
}

.col-md-12 .index-sector-title {
    padding-top: 1rem;
}

.index-sector-description {
}

#carouselOnIndex {
    width: 100%!important;
    padding-top: 73px;
}

#header {
    padding: 0;
}

#header.solid-bg {
    background-color: rgba(55, 81, 126, 0.85);
}

#header .logo img {
    max-height: 45px;
    height: 45px;
}

#navbar {
    padding: 15px 0;
}

.article-item {
    margin-bottom: 40px;
}

.article-item .thumbnail {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.article-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type > a, .date-type, .article-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.article-meta span.comments-type {
    margin-left: 5px;
}

.article-meta span i {
    padding-right: 10px;
}

.article-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.article-item .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.article-item .ready-btn:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
}

.articles-left-col {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.articles-left-col h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    line-height: 26px;
}

.recent-article-list {
       
}

.recent-article-item {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.recent-article-item .article-thumbnail {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.recent-article-item .article-thumbnail img {
    max-width: 100%;
}

.recent-article-item .title {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
    text-align: left;
}

.recent-article-item .title a {
    color: #444;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.recent-article-item .title a:hover {
    color: #3EC1D5;
    text-decoration: none;
}


.articles-left-col ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.articles-left-col ul li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.articles-left-col ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
}

#news.news .article-item {

}

#news.news .article-item .thumbnail {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

#news.news .article-item .thumbnail img {
    max-width: 100%;
}

#news.news .article-item .content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 20px;
    text-align: left;
}
#news.news .article-item .content a {
    display: block;
    color: #444;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news.news .article-item .content a:hover {
    color: #3EC1D5;
    text-decoration: none;
}

#news.news .article-item .content .description {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
    color: rgb(150, 150, 150);
    height: 75px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#news.news .article-item .content .meta {
    font-size: .8rem;
    color: rgb(150, 150, 150);
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#news.news .btn-more {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

#news.news .btn-more:hover {
    background: #47b2e4;
    color: #fff;
}

.img-ratio-box-16-9 {
    position: relative;
}
.img-ratio-box-16-9::after {
    display: block;
    content: "";
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
.img-ratio-box-16-9 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shadow-thin {
    box-shadow: 3px 3px 5px #888888;
}

.cta {
    padding: 50px 0;
}

.article-list-empty-header {
    border-bottom: dotted 1px #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #c4c4c4;
    text-align: center;
}

#hero {
    height: auto;
    padding: 0;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    /* width: 20px;
    height: 20px; */
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    /* border: 2px solid rgba(255, 255, 255, 0.712); */
    /* border-radius: 20px; */
}

.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 {
    font-family: 'slick';
    font-size: 60px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

#index-carousel {
    width: 100%;
}

.cta {
    background: linear-gradient(rgb(16 59 135 / 80%), rgb(69 86 114 / 72%)), url(../img/rep.jpg) fixed center center;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.captcha {
    float:left;
}

.captcha img {
    height: 45px;
    cursor: pointer;
    margin-left: 5px;
}

.captcha .form-control {
    display: inline-block;
    width: 150px;
}

.submit-btn-wrapper {
    float: right;
    text-align: center;
}

@media (max-width: 992px) {
    .submit-btn-wrapper {
        padding-top: 20px;
        float: none;
        text-align: center;
    }
    .captcha {
        float:none;
    }
    #con_captcha {
        width: 100px;
    }
}

.navbar a, .navbar a:focus {
    font-size: 18px;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

@media (max-width: 991px){
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

#second-menu-sectors {
    display: flex !important;
    position: absolute;
    left: 0;
    position: fixed;
    height: 55px;
    width: 1000px;
    top: 77px;
    width: 100%;
    border-radius: 0;
    background-color: #526aa1ba;
    text-align: center;
}

#second-menu-sectors .full-width-wrapper {
    width: 100%;
    text-align: center;
}

#second-menu-sectors li {
    display: inline-block;
    min-width: auto;
}

#second-menu-sectors li a {
    color: #fff;
    font-size: 16px;
}

#second-menu-sectors li a:hover {
    color: #47b2e4;
}

.portfolio #portfolio-flters li {
    text-align: center;
}

.breadcrumbs {
    margin-top: 77px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }
}

.btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

.cta-qrcode-item {
    display: inline-block;
    padding-left: 20px;
}

.cta-qrcode-item span {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    padding: 3px;
}

.cta-qrcode-wrapper img {
    margin-top: 25px;
    width: 100px;
}

#footer .footer-top {
    padding-top: 40px;
}

.blue-border-left {
    border-left: 2px solid #47b2e4;
}

.footer-logo {
    text-align: center;
    vertical-align: middle;
}

.footer-logo img {
    margin-top: 40px;
    width: 150px;
}

.footer-contact {
    padding: 10px 40px;
}

.footer-links {
    padding: 10px 40px;
}

#footer .footer-top .footer-links, #footer .footer-top .footer-contact, #footer .footer-top .footer-logo {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #footer .footer-top .footer-links, #footer .footer-top .footer-contact, #footer .footer-top .footer-logo {
        margin-bottom: 30px;
        height: auto;
    }

    .footer-logo img {
        margin-top: 0;
        width: 150px;
    }
}

#footer .footer-top .footer-links ul li {
    width: 150px;
    display: inline-block;
    padding: 0;
}

#footer .footer-top .footer-links ul i {
    vertical-align: middle;
}

.articles-left-col ul li a.active {
    color: #0d6efd;
}