* {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    box-sizing: border-box;
}
html body {
    font-family: "Khula","Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #425466;
    background-color: #fff;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
}
html body h1, html body h2, html body h3, html body h4, html body h5 {
    font-weight: 600;
}
html body h1 {
    font-size: 2.25em;
    padding-bottom: .3em;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 16px;
    color: #2c3e50;
}
html body>:first-child {
    margin-top: 0;
}

.body_wrapper{
    overflow: hidden;
    min-height: 100vh;
}

a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
nav {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 1rem;
    position: fixed;
    z-index: 20;
    border-bottom: 1px solid #eeeef5;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
}
.menu_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.document_logo {
    border-radius: 10px;
}

.bar_document_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: visible;
}

.doc_banner_area {
    background: #e8f5f7;
    text-align: center;
    padding-top: 255px;
    padding-bottom: 0;
}

.doc_banner_content h1 {
    font-size: 44px;
    margin:0;
}

.doc_banner_content p {
    font-size: 20px;
    color: rgb(136,153,168);
    font-weight: 300;
    margin:0;
}

.button_menu_close, .button_menu {
    color: #23263b;
    fill: currentColor;
    margin-right: 32px;
    margin-left: 16px;
    align-items: center;
    display: flex;
    padding: 0;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    overflow: visible;
    border: 0;
    box-sizing: border-box;
    white-space: nowrap;
    display: none;
    cursor: pointer;
}

.button_menu_icon {
    width: 24px;
    padding: 2px;
    margin-right: 8px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    display: flex;
    color: #23263b;
}

.button_menu svg {
    height: 100%;
    display: block;
    vertical-align: middle;
}

.button_menu_text {
    text-transform: uppercase;
    font-size: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
}

.contact_btn_wrapper a {
    border: 1px solid #dfdfdf;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a73e8;
    cursor: pointer;
    display: inline-block;
    font: 13px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    outline: 0;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: none;
    -webkit-transition: background-color .2s,border .2s,box-shadow .2s;
    transition: background-color .2s,border .2s,box-shadow .2s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    background-color: #fff;
}

.contact_btn_wrapper a:hover{
    background-color: #e8f0fe;
    text-decoration:none;
    font-weight: 500;
 }

.front-section-searchBox {
    display: flex;
    font-size: 16px;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    width: 100%;
    max-width: 570px;
    margin:40px auto 0;
}

.front-section-searchBox::before {
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1YTVlOWEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ij48L2NpcmNsZT48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiPjwvbGluZT48L3N2Zz4=) repeat scroll 0% 0%;
    content: "";
    height: 1rem;
    left: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 1rem;
}
button.front-section-searchBox-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d6d6e7;
    border-radius: 45px;
    box-shadow: rgba(119,122,175,.3) 0 1px 4px 0 inset;
    caret-color: #5a5e9a;
    color: #23263b;
    flex: 1 1 0%;
    font: inherit;
    max-width: 100%;
}

button.front-section-searchBox-input span {
    color: #777aaf;
    font-size: 16px;
    margin-left: 40px;
}

.header_search_keyword {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    max-width: 570px;
    margin: 30px auto 0;
    row-gap: 7px;
}

.header_search_keyword span {
    font-size: 14px; 
    margin-right: 10px;
}

.header_search_keyword ul {
    margin-bottom: 0;
}

.header_search_keyword ul li {
    display: inline-block;
}

.header_search_keyword ul li a {
    display: block;
    font-size: 13px;
    padding: 5px 19px;
    border-radius: 45px;
    background: #e8f0f0;
    color: #2c3e50;
}

.header-editor{
    display: block;
    margin: auto;
    margin-top: 70px;
    max-width: 840px;
    position: relative;
    z-index: 1;
}

.editor{
    margin-bottom: -25px;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.recommended_topic_area{
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.recommended_item {
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 25px 20px 25px;
    margin-bottom: 30px;
    background: #fff;
    min-height: 332px;
    border:1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}

.recommended_item:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.recommended_item h3 {
    font-size: 18px;
    color: #232361;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 18px;
    transition: color 0.2s linear;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.recommended_topic_inner {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6,.col-lg-4,.col-lg-3{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.recommended_item ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 28px;
}

.recommended_item ul li:before {
    content: "\203A";
    position: absolute;
    left: 0;
    width: auto;
    font-size: 18px;
    color: #4c4cf1;
    top: -2px;
}

.recommended_item ul li a {
    color: #222;            
}

.recommended_item ul li a:hover {
    color: #00a3f5;
}

/*--- Search Modal -----------*/
.overflow_hidden{
    overflow: hidden!important;
}
.search_modal_wrap{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}

.search_modal_content{   
    max-width: 560px;
    cursor: auto; 
    position: relative;
    display: block;
    z-index: 1045;
    width:100%;
}

.search_container {
    padding: 1rem 1rem 1rem;
    border-radius: 6px;
    box-shadow: inset 1px 1px 0 0 hsla(0,0%,100%,.5), 0 3px 8px 0 #555a64;
    background: #f5f5f5;
    margin: 60px auto auto;
    width: 100%;
    position: relative;
}

button.search_modal_close{
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    height: 52px;
    line-height: 52px;
    padding-right: 6px;
    text-decoration: none;
    text-align: right;
    opacity: 1;
    color: rgb(119,122,175);
    font-style: normal;
    font-size: 15px;
    user-select: none;
}
.search-panel {
    display: flex;
}

.search_modal_close:hover{
    opacity: 0.65;
}

.search-panel__results {
    flex: 3;
}

#searchbox {
    margin-bottom: 2rem;
}

.search_container footer {
    display: flex;
    padding: 16px;
    justify-content: flex-end;
    flex: none;
    align-items: center;
}

.search_modal_bg{
    transition: 0.2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(101,108,133,0.8);
    visibility: hidden;
}

.poweredby_wrapper {
    display: block;
    padding-bottom: 1px;
    height: 16px;
    padding-top: 1px;
    font-size: 14px;
}
.poweredby_wrapper a {
    height: 100%;
    display: flex;
    align-items: center;
}

.poweredby_text {
    font-size: 10px;
    color: #9698c3;
}

.poweredby_wrapper svg {
    height: 100%;
    margin-left: 8px;
    flex-shrink: 0;
    display: block;
}

.ais-SearchBox-form{
    height:3.5rem;
}
.ais-SearchBox-input{
    border-width: 2px;
    border-radius: 8px;
    caret-color: #5a5e9a!important;
}
.ais-Hits{
    max-height: 400px;
    overflow-y: auto;
    background-color: #f5f5f5;
}

.ais-Hits--empty{
    background: #fff;
    padding: 1rem;
    line-height: 14px;
    font-size: 13px;
    margin: 5px;
    border-radius: 8px!important;
    box-shadow: 0 1px 3px 0 #d4d9e1;
}

.ais-Hits-item, .ais-InfiniteHits-item{
    line-height: 14px;
    padding: 0 1rem;
    font-size: 13px;
    margin: 5px;
    border-radius: 8px!important;
    box-shadow: 0 1px 3px 0 #d4d9e1;
}

.ais-Hits-item mark,.ais-InfiniteHits-item mark{
    color:#3c4fe0;
    background-color: transparent;
}
li.ais-Hits-item:hover,.ais-InfiniteHits-item:hover {
    background: #10a37f;
    border-radius: 8px;
    transition: background-color .1s ease-in-out;
}
li.ais-Hits-item:hover p,li.ais-Hits-item:hover mark{
    color:#fff;
}
.search-result-snippet{
    color:#6b6b80;
    font-size: 12px;
}
/*--- End Search Modal -----------*/


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* --- Footer ------------ */


footer{
    background: rgb(25, 35, 56);
    color: rgb(235, 241, 247);
    line-height: 1rem;
    font-size: 0.8125rem;
}

.container_footer{
    padding: 1rem 2rem;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.container_footer a{
    color:rgb(198, 211, 226);
}

.container_footer a:hover{
    color:#fff;
}
.footer_info_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.footer_logo_wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer_logo_wrapper img{
    border-radius: 10px;
}

.footer_nav{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social_links_wrapper,.footer_policy_wrapper{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-end;
    display: flex;
}

.social_links_wrapper svg,.social_links_wrapper svg path{
    fill:#fff;
}

.footer_copyright{
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: .7;
    font-weight: 400;
    display: flex;
}

.footer_policies{
    width: auto;
    grid-column-gap: 10px;
    display: flex;
}

.footer_policies a{
    width:auto
}

/*--- end footer ---*/

@media (max-width: 550px){
    .doc_banner_content h1 {
        font-size: 32px;
    }
    .doc_title h2{
        font-size:28px;
    }
    .doc_banner_content p{
        font-size: 18px;
    }
    .recommended_topic_area .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (min-width: 992px){
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 991px){
    .recommended_topic_inner {
        padding-bottom: 50px;
        padding-top:50px;
    }
    .editor{
        width:90%;
    }
}
@media (max-width: 1366px){
    .doc_banner_area {
        padding-top: 180px;
    }
}

@media (max-width: 1199px){            
    .doc_banner_area {
        padding-top: 150px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}


