.footer {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
 }
.footer .copy-bdo{
    padding: 0px;
    margin-left: 15px;
}
.footer .footer-logo{
    text-align: right;
    right: 0px;
    width: 80px;
    margin-right: 15px;
}
.footer .footer-logo img{
    max-width: 100%;
}
/* FAQ page style */
.faq_cat_wrap .solution-list {
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: rgb(60, 175, 219);
}
.faq_cat_wrap .solutions{
    margin-top: 80px;
    margin-left: 0px;
}
.faq_cat_wrap .solution_title{
    margin-top: 50px;
    margin-left: 22px;;
}
.faq_cat_wrap .card{
    border: none;
}
.faq_cat_wrap .card-header {   
    background-color: #fff;
}
.faq_cat_wrap .btn-link {
    width: 100%;
    color: #000;
    text-align: left;
    text-decoration: none;
}
.faq_cat_wrap .btn-link:hover {
    color: #000;
    text-decoration: none;
}
.faq_cat_wrap .btn-link:after{
    content: '\2212';
    width: 35px;
    text-align: center;
    right: 15px;
    top: 20px;
    position: absolute;
    font-weight: 500;
    font-size: 25px;
}
.faq_cat_wrap .btn-link.collapsed:after {
    content: '\002B';
}
.faq_cat_wrap btn.focus, .faq_cat_wrap .btn:focus{
    box-shadow: none;
    text-decoration: none;
}
.faq_cat_wrap .list-group {
    border-radius: 0rem;
}
.faq_cat_wrap .list-group-item {
    padding: .75rem 5.25rem;
    border: none;
}
.faq_cat_wrap .list-group-item-action{
    color: #000;
    color:#495057;
}
.faq_cat_wrap .list-group-item-action:focus, .faq_cat_wrap .list-group-item-action:hover{
    z-index:1;
    color:#fff;
    text-decoration:none;
    background-color:#41bfef
}
.logo-text a{
    color: #fff;
}
.artical_detail_wrap img{
    max-width: 100%;
    height: auto;
}
.input-group .is-ajax-search{
    width: 100%;
}
.search-wrap{
    margin-top: 30px;
}

.thanks-msg-main {
    background: #EDF7FB;
    padding: 28px 10px;
}
h2.thanks-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 10px 10px;
}
p.thanks-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
p.thanks-text span {
    font-weight: 600;
}

.next-prev-main {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
.next-prev-sub a.next-prev-link {
    display: flex;
    align-items: center;
}
.prev-arrow {
    margin-right: 20px;
}
.next-arrow {
    margin-left: 20px;
}
.next-prev-sub a.next-prev-link:hover {
    background-color: transparent;
}
p.next-prev-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #02A5E2;
    margin-bottom: 7px;
}
p.next-prev-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    color: #02A5E2;
}
.next-prev-sub {
    width: 50%;
}
@media only screen and (max-width: 425px){
    .next-prev-main {
        flex-wrap: wrap;
    }
    .next-prev-sub {
        width: 100%;
        margin: 10px 0px;
    }
}

.search-wrap .posts-navigation{
	margin-bottom: 50px;
}
.search-wrap .posts-navigation .nav-links{
	display: flex;
}
.search-wrap .posts-navigation .nav-links > div{
	margin-right: 10px;
    border: 1px solid #02A5E2;
    color: #02A5E2;
    padding: 7px 15px 9px 15px;
    transition: 0.5s;
}
.search-wrap .posts-navigation .nav-links > div:hover{
	background: #02A5E2;
}
.search-wrap .posts-navigation .nav-links > div:hover a{
	color: #ffffff;
}
.is-ajax-search .is-loader-image{
    right: 35px !important;
}
section.knowledge-base {
    background: #E7E7E7;
    padding-top: 10px;
    padding-bottom: 40px;
}
.knowledge-base-box {
    border: none;
    padding: 11px;
    margin-top: 24px;
    background: #ffffff;
}
.knowledge-base .container .row .col-md-4:nth-child(1) .knowledge-base-box{
    border-top: 3px solid #333333 ;
}
.knowledge-base .container .row .col-md-4:nth-child(2) .knowledge-base-box{
    border-top: 3px solid #ED1A3B;
}
.knowledge-base .container .row .col-md-4:nth-child(3) .knowledge-base-box{
    border-top: 3px solid #218f8b;
}
.knowledge-base .container .row .col-md-4:nth-child(4) .knowledge-base-box{
    border-top: 3px solid #02A5E2;
}
.knowledge-base .container .row .col-md-4:nth-child(5) .knowledge-base-box{
    border-top: 3px solid #DF8639;
}
.knowledge-base .container .row .col-md-4:nth-child(6) .knowledge-base-box{
    border-top: 3px solid #98002E;
}
.knowledge-base .container .row .col-md-4:nth-child(7) .knowledge-base-box{
    border-top: 3px solid #657C91;
}
.knowledge-base .container .row .col-md-4:nth-child(8) .knowledge-base-box{
    border-top: 3px solid #E7E7E7;
}
.knowledge-base .container .row .col-md-4:nth-child(9) .knowledge-base-box{
    border-top: 3px solid #333333;
}
.insights-section .insight-box{
    border: none;
    box-shadow: 0px 2px 10px #e7e7e7;
}
@media only screen and (max-width: 447px){
    #kb_header .hero-text.logo-text{
        text-align: center;
    }
    .menu-title ul.list{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .menu-title ul.list li{
        width: 49%;
    }
}