/**
* Template Name: AfriKonekta Bus Blog
* Version: 1.0
* Author: Codeware Ltd
* Email: info@codewareltd.com
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/

/*====================================================================
	root css
====================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
    --theme-body-font: 'Raleway', sans-serif;
    --theme-body-font: 'Lato', sans-serif;
    --greenColor: #007600;
    --blueColor: #224e8b;
    --darkColor: #1f1f1f;
    --whiteColor: #fff;
    --FooterBgColor: #515151 !important;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eee;
    border-radius: 25px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset #eee;
    background-color: #56ce00;
}

body {
    font-family: var(--theme-body-font);
    color: var(--darkColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f2f3f4;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--theme-body-font);
    color: var(--darkColor);
    font-weight: 600;
}

.bg_light_gray {
    background: #f9f9ff !important;

}


.visibility-hidden {
    opacity: 0 !important;
}

.font-italic {
    font-style: italic !important;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 10px !important;
    min-height: 48px;
}

.text-justify {
    text-align: justify !important;
}
.close_return {
    position: absolute;
    right: 7px;
    top: 13px;
    font-size: 18px;
    color: red;
    cursor: pointer;
}

/* Button Customize */
.search_btn {
    background-color: var(--blueColor);
    font-size: 14px;
    font-weight: 600;
    color: var(--darkColor) !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid #31ed31;
    outline: none;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.theme_custom_btn {
    background-color: var(--blueColor);
    font-size: 16px;
    font-weight: 600;
    color: var(--whiteColor);
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid var(--blueColor);
    outline: none;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.theme_custom_btn:hover {
    background-color: var(--greenColor);
    border: 1px solid;
}
/* Custom plugin */
#st-cmp-v2 .st-cmp-app, #st-cmp-v2 .st-cmp-app .st-cmp-overlay, #st-cmp-v2 .st-cmp-app .st-cmp-content {
    display: none !important;
    z-index: -2;
}

/*====================================================================
	Header css
====================================================================*/
/* preloader */
#preloader {
    background: #fff;
    width: 100vw;
    height: 100vh;
    line-height: 50px;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    overflow: hidden;
}

#loader_img {
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    object-fit: contain;
    max-width: 150px;
}

/* preloader */
#offcanvasExample1 {
    background: #10bb10;
    height: 40vh;
}
#offcanvasExample .btn-close, #offcanvasExample1 .btn-close {
    opacity: 1;
    filter: invert(1);
}
.topbar_content_inner .app_img_wrap img:hover {
    opacity: 0.8;
}
#offcanvasExample1 .offcanvas-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
}
.offcanvas-header {
    background: #10bb10;
}
.topbar {
    background: #10bc10;
    position: relative;
}
.topbar_content_inner {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.topbar_content_inner p {
    margin: 0;
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: all ease-out 0.2s;
}
.topbar_content_inner p:hover {
    background: #007600;
    border-color: #007600;
}
.topbar_content_inner a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}
.topbar_content_inner .app_img_wrap img {
    max-width: 72px;
}
.whatsapp_img_icon{
    filter: brightness(111);
    width: 16px;
}
header {
    background: var(--greenColor);
    position: sticky;
    top: 0;
    z-index: 333;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.site_logo {
    width: 250px;
}

.dropdown-menu {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border: 1px solid #eee;
    right: 0;
    left: auto !important;
    padding: 10px 0 !important;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu li {
    padding: 0 15px !important;
    line-height: 30px !important;
}

li.nav-item.active a {
    color: #31ed31 !important;
}

.dropdown-menu {
    margin: 0 !important;
}

.demoNavBar li {
    padding: 10px;
    line-height: 35px;
}

.demoNavBar li:last-child a {
    padding-right: 0px !important;
}

.demoNavBar li:last-child {
    padding-right: 0px !important;
}

.demoNavBar .dropdown-menu li:last-child {
    padding: 0 15px !important;
}

.demoNavBar li a {
    font-family: var(--theme-body-font);
    color: #ffffff !important;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.dropdown-menu li a {
    color: var(--greenColor) !important;
}

.demoNavBar li a:hover {
    color: #31ED31 !important;
}
.drop_tree {
    color: #ffff !important;
    padding: 0px !important;
    font-size: 20px;
}
.drop_tree::after {
    display: none;
}
.login-user-icon {
    font-size: 24px;
    height: 40px;
    width: 40px;
    background: #10BC10;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #fff;
}

.theme_2nd_bg {
    background: #10BC10 !important
}
.login-btn {
    display: table-footer-group;
    color: #fff !important;
}
/*====================================================================
	Header End
====================================================================*/
/*====================================================================
	Hologram Panel
====================================================================*/
.hologram_panel_inner {
    background-image: linear-gradient(to bottom, #10bc10, #0dae0c, #09a108, #069405, #038702, #078b05, #0a8e08, #0e920b, #18a815, #21be1e, #29d528, #31ed31);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: -45px;
    z-index: 2;
    position: relative;
}

/*====================================================================
	Footer
====================================================================*/

footer {
    background-color: var(--greenColor);
    position: relative;
    /* margin-top: auto; */
    padding-top: 50px;
}

.footer_logo {
    width: 220px;
    filter: brightness(100);
}

.xxs_logo {
    width: 115px;
}

.f-primary-sb {
    font-weight: 700;
    font-size: 13px;
    color: rgb(49 237 49);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_ul li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

ul.footer_ul li span {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

footer p {
    font-size: 13px;
}

.footer_ul li a:hover {
    opacity: 0.9;
}

.b-blog-short-post {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
}

.social-links {
    display: inline-flex;
    align-items: center;
    /* background: #fff; */
    /* padding: 8px; */
    border-radius: 5px;
    justify-content: center;
    margin: 10px 0 20px;
}

.social-links a {
    font-size: 15px;
    display: inline-block;
    border: 1px solid;
    padding: 8px 0;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: 0.3s;
    line-height: 16px;
    color: #ffffff;
    transition: .2s all ease-in-out;
}

.social-links a:hover {
    background-color: #31ED31 !important;
    color: #ffffff;
    border-color: #31ED31 !important;
}

.b-footer-primary {
    border-top: 1px dotted var(--whiteColor);
}

.footer_app_img {
    width: 140px;
    height: auto;
}

.bank_img_footer {
    background: var(--whiteColor);
    padding: 5px;
    border-radius: 4px;
    max-width: 264px;
}

.footer_subscribe {
    padding: 5px 20px;
    font-size: 14px;
    border: 0;
    white-space: nowrap !important;
}

.footer_ssl_img {
    height: 62px;
    object-fit: cover;
    border-radius: 4px;
}

.copy_right_text {
    font-size: 13px;
    color: var(--whiteColor);
}

.pwrdby_text {
    font-size: 13px;
}

.scroll-to-top {
    position: absolute;
    right: 20px;
    bottom: 80px;
}

.btn-scroll {
    color: var(--whiteColor);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid var(--whiteColor);
    transition: all ease-in-out 0.3s;
    padding: 0;
}

.btn-scroll:hover {
    background: #31ED31;
    color: var(--whiteColor);
}

span#vookmarkBtn {
    display: none;
}


/*====================================================================
	Login Page
====================================================================*/
.login_section {
    background: #f1f1f1;
}

.login-row {
    background: #ffffff;
    border-radius: .25rem;
}

.login_bg {
    text-align: center;
}

.login_bg img {
    width: 80%;
}

.login-form-body {
    padding: 0px 50px;
}

.login-box {
    position: relative;
    padding: 40px 0px;
    border-bottom: 4px solid #13bf13;
}

.login-box::after {
    content: '';
    top: 50%;
    left: 50%;
    height: 85%;
    width: .01rem;
    background: #ddd;
    position: absolute;
    transform: translate(-50%, -50%);
}

.login_left {
    border-right: 2px solid #efefef;
}

.login-form-head h4 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.9375rem;
}

.form-gp {
    position: relative;
    margin-bottom: 15px;
}

.register_inp_group {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-gp input {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
}

.regOtpResend_btn {
    color: #838383;
    text-decoration: underline;
    padding: 0;
    outline: 0 !important;
    font-weight: 500;
}

.regOtpResend_btn:hover {
    color: #0DC143;
}

.form-gp .form-select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 14px I !important;
    color: #3d3d3d I !important;
    font-weight: 700 I !important;
}

.form-gp textarea {
    width: 100% !important;
    border: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-size: 14px I !important;
    color: #3d3d3d I !important;
    font-weight: 700 I !important;
}

.form-gp i {
    position: absolute;
    right: 10px;
    color: #3333336b;
    font-size: 16px;
    top: 14px;
}

#emailEditModal .form-gp i,
#phoneEditModal .form-gp i {
    top: 40px;
}

.regOtpResend_btn {
    box-shadow: none !important;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/**/
/*Custom Tooltip*/
.curreny_tooltip_box {
    background: var(--greenColor);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    position: absolute;
    min-width: 200px;
    top: 8px;
    right: -140px;
    z-index: 2;
}

.info_tooltip {
    cursor: pointer;
    font-size: 24px;
    width: 22px;
    height: 22px;
    color: var(--greenColor);
    border-radius: 50%;
    line-height: 23px;
}

.user-bal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-relative {
    position: relative !important;
}

.curreny_tooltip_box::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: var(--greenColor);
    left: -7px;
    transform: rotate(45deg);
    top: 16px;
    z-index: 1;
}

.profile-right-tab-content .form-gp i {
    top: 40px !important;
}

input#cusPhone {
    background: #e7e7e7;
    cursor: no-drop;
}

.country_phone_inp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.phone_prefix_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    margin-top: -2px !important;
}

input#cusEmail {
    background: #e7e7e7;
    cursor: no-drop;
}

.custom-form__action-element-separator {
    margin: 25px 0 20px;
    text-align: center;
}

.custom-form__action-element-separator .text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #6c757d !important;
    text-transform: capitalize;
}

.custom-form__action-element-separator .text::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 3.125rem;
    height: .0625rem;
    background: #ddd;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(100% + .625rem);
    ;
}

.custom-form__action-element-separator .text::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 3.125rem;
    height: .0625rem;
    background: #ddd;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + .625rem);
}

.social-btn a {
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.google-ico {
    background-color: #DD4F46 !important;
    color: #fff !important;
}

.google-ico:hover {
    background-color: #cf2619 !important;
}

.fb-ico {
    background-color: #1877f2 !important;
    color: #fff !important;
}

.fb-ico:hover {
    background-color: #0050b9 !important;
}

.apple-ico {
    background-color: #000000 !important;
    color: #fff !important;
}

.apple-ico:hover {
    background-color: #313131 !important;
}

.insta-ico {
    background-color: #B430B9 !important;
    color: #fff !important;
}

.insta-ico:hover {
    background-color: #57005a !important;
}

.guest_tab_item {
    border: 1px solid #10BC10;
    width: 100%;
    border-radius: .25rem;
}

.guest_tab_item li {
    width: 50%;
}

.guest_tab_item .nav-link {
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 15px;
    color: #10BC10;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: .2s all ease-in-out;
}

.guest_tab_item .nav-link:hover {
    background-color: #31ED31 !important;
    color: #ffffff;
}

.guest_tab_item .nav-link.active {
    background-color: #10BC10 !important;
}

.forget_txt {
    color: #ed2e23 !important;
    cursor: pointer;
}

.forget_txt:hover {
    text-decoration: underline;
}

.form-footer a {
    margin-left: 5px;
}

.AfriKonekta_text {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.forget_txt {
    font-size: 15px;
    font-weight: 500;
    color: #405893;
    text-decoration: none;
}

.Register_modal {
    border-radius: .25rem;
}

/* 0000000000000000000000000000000000 */


/* Custom Radio Button */
.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    padding-left: 2.5rem;
}

.form__group {
    border: 1px solid #e1e1e1;
    padding: 14px;
    border-radius: 10px;
}

hr:not([size]) {
    color: #898989 !important;
}

.form__radio-button {
    height: 28px;
    width: 28px;
    border: 2px solid #10bc10;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #10bc10;
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

/* Custom Radio Button */


.luggage_wrap {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    height: 100%;
}

.lugg_qty_sm_txt {
    font-weight: 600;
    font-size: 12px;
}

.add_btn_extra {
    background: #31ED31;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all ease-in-out 0.3s;
}

.add_btn_extra:hover {
    background-color: #10BC10 !important;
    color: #fff !important;
}

.extra_luggage_content .adlt_child_btn_wrap {
    height: 46px !important;
    display: inline-block !important;
    background: #fff !important;
    border: 0 !important;
    padding: 10px 0 !important;
}

.extra_luggage_content .adlt_child_btn_wrap button {
    height: 18px !important;
    width: 18px !important;
}

.extra_luggage_content .quantity.qtycls {
    width: 30px !important;
    font-size: 14px;
    font-weight: 600;
}

.luggage_price {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
}

.luggage_wrap h6 {
    font-size: 16px;
    line-height: 22px;
}

.luggage_wrap .text_sm {
    font-size: 13px;
}

.extra_luggage_content .select2-selection__rendered {
    font-size: 13px;
    font-weight: 600;
}

.Busstops {
    display: inline-block;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0px;
}

.Busstops li {
    line-height: 20px;
    text-align: left;
    margin-left: 4px;
    position: relative;
}

.Busstops li::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0px;
    width: .01rem;
    background: #c9c9c9;
    height: 100%;
}

.Busstops li:last-child:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    width: .01rem;
    background: #fff;
    height: 23px;
}

span.stops_time {
    margin: 0 !important;
}

span.time {
    font-size: 13px !important;
    color: #bf1212;
    font-weight: 600;
}

/* 
.Busstops .stops_time {
    position: absolute;
    left: -90px;
} */

.Busstops li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 26px;
}

.Busstops .divider {
    height: 20px;
    width: 2px;
    margin-left: 4px;
    transition: all 500ms ease;
}

.Busstops .grey {
    background-color: #10bc10;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    top: 8px;
}

.node_blank {
    background: #fff !important;
    border: 1px solid #c9c9c9 !important;
}

.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_data {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.voucer_code_wrap {
    position: relative;
}

.voucer_code_wrap button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background: #10bc10;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 10px 7px;
    outline: 0;
}

.large_price {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 15px;
    color: var(--greenColor);
}

label {
    font-weight: 600 !important;
}

/* Datebar */
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 5px !important;
    border: 0;
    background: #fff;
    padding: 0;
    margin: 0;
}

ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid #eee;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-height: 60px;
}

ul.datebar li span.arrow-icon {
    font-size: 30px;
}

ul.datebar li:first-of-type {
    border: 0px !important;
    width: 6%;
}

ul.datebar li:last-of-type {
    width: 6%;
}

ul.datebar li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0;
    margin: 3px 0 0;
}

li.date-disable a {
    color: #000;
    opacity: 0.6;
    cursor: no-drop;
}

ul.datebar li.active {
    background: #56ce00;
    border: 1px solid #56ce00;
    border-radius: 10px;
}

ul.datebar li.active a {
    color: #fff !important;
}

.floatright {
    float: right !important;
}

#simple_timer {
    font-size: 25px;
    font-weight: 900;
    color: var(--greenColor);
}

.demo_list_ul {
    padding: 0;
    list-style: none;
}

.demo_list_ul {
    list-style: none;
    background: #f2f3f4;
    padding: 20px;
    border-radius: 5px;
}

.demo_list_ul li a {
    text-decoration: none;
}

.email-wrapper input {
    border-radius: 3px;
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 5px;
    min-width: 220px;
}

.seat-catagory-item img {
    transform: rotate(90deg);
}

.termscondition_section p,
.wifi_terms_use_section p {
    text-align: justify;
}

.mobility_txt {
    font-size: 20px;
    font-weight: 600;
}

.repeat-arrow-img-btn {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 108px;
    left: 49.5%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #31ed31 !important;
    z-index: 2;
}

.repeat-arrow-img-btn .swap_icon {
    height: 35px;
    width: 35px;
    object-fit: contain;
    padding: 6px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
}

.swap_icon svg {
    width: 18px !important;
    height: 20px !important;
    margin-top: -3px;
    display: inline-block;
}

.repeat-arrow-img-btn:focus {
    border: 2px solid #31ed31 !important;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.travel_from {
    position: relative;
}

.travel_from .repeat-arrow-img-btn {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 33px !important;
    left: auto !important;
    right: -40px !important;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

.location_sale_form {
    font-weight: 900;
    font-size: 20px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 15px;
}

.right_arrow_img {
    width: 25px;
    margin: 0 10px;
    opacity: 0.4;
}

/* Animated Arrows */
section.hologram_panel {
    margin-top: 40px;
}

.animated_ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    line-height: 28px;
}

.animated_ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/*  */
.book_scroll_top {
    font-size: 20px;
    padding: 10px 20px !important;
    border: 0;
    white-space: normal;
}

.book_scroll_btn {
    font-size: 20px;
    padding: 10px 20px !important;
    border: 0;
    white-space: normal;
}

.book_scroll_top:hover {
    background: var(--greenColor) !important;
}

.arrow {
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-color: black transparent transparent black;
    transform: rotate(-45deg);
}

.arrowAnim {
    margin: -3px 15px;
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    20% {
        opacity: 1;
        transform: translateX(9px);
    }

    80% {
        opacity: 1;
        transform: translateX(-9px);
    }

    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    20% {
        opacity: 1;
        transform: translateX(9px);
    }

    80% {
        opacity: 1;
        transform: translateX(-9px);
    }

    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}
.search_btn {
    background: #31ED31 !important;
    border-radius: 32px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 30px;
    transition: .2s all ease-in-out;
    box-shadow: none !important;
}

/*====================================================================
	Blog List page css
====================================================================*/
.top_banner img {
    width: auto !important;
    max-height: 400px;
    object-fit: contain;
    height: auto !important;
    max-width: 600px;
}
.blog_page_title {
    color: var(--greenColor);
    font-size: 60px;
    text-decoration: none;
    margin: 0px 0px 20px;
    display: inline-block;
    font-weight: 900;
    border-bottom: 3px solid #10bb10;
    padding-bottom: 20px;
}
.blog_post_image_background img {
    width: 100% !important;
    object-fit: cover;
    padding: 0;
    height: 270px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.blog_post_category ul.post-categories{
  padding: 0;
  margin: 0px;
}
.blog_post_category ul.post-categories li{
   list-style: none;
}
.blog_post_category ul.post-categories a {
    color: var(--darkColor);
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 600;
    list-style: none;
    opacity: 0.8;
    margin-bottom: 15px;
    display: block;
}
.blog_post_title a {
    color: var(--greenColor);
    font-size: 30px;
    text-decoration: none;
    margin: 0;
    display: block;
    font-weight: 700;
}
.blog_post_text p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px;
}
a.blog_post_link {
    color: var(--greenColor);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    transition: all ease-in-out 0.2s;
}

.blog_post_link svg polygon {
    fill: var(--greenColor);
    transition: all ease-in-out 0.2s;
}
.blog_post_link:hover{
    color: #31ed31 !important;
}
.blog_post_link:hover svg polygon {
    fill: #31ed31 !important;
}
/* Sidebar */
.sidebar_title {
    font-weight: 600;
}
.sidebar_categories ul {padding: 0; margin: 0;}
.sidebar_categories ul li{list-style: none;}
.sidebar_categories a {
    display: block;
    color: var(--darkColor);
    text-decoration: none;
    line-height: 37px;
    border-top: 1px solid #ddd;
    transition: all ease-in-out 0.2s;
}
.sidebar_categories a:hover{
    color: var(--greenColor);
}
.sidebar_section {
    padding-top: 20px;
}
div#search_form {
    position: relative;
}
#search_submit {
    position: absolute;
    top: 50%;
    right: 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    filter: grayscale(1);
    padding: 0;
    transform: translateY(-50%);
}
input#blog_search {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    outline: none;
    box-shadow: none;
}
input#blog_search:focus{
    border-color: #31ed31;
}
.sticky_sidebar{
    position: sticky;
    top: 120px;
}
/* Single Blog */
.service-sub-page {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}
.service-sub-page::after {
    content: '';
    position: absolute;
    background-color: #0000001f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single_blog_page_title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #007600;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.all_article_back_btn {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: var(--greenColor);
    margin-bottom: 10px;
    display: inline-block;
}
textarea#comment {
    width: 100%;
    border: 1px solid #ddd;
}