* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #2E3A59;
    background: #ffffff;
    font-size: 15px;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;

    text-decoration: none;
}

button,
button:active,
button:focus,
button:hover {
    outline: none;
    transition: all 0.5s ease;
    text-decoration: none;
}

.container {
    max-width: 1250px;
}

#return-to-top {
    display: flex;
    z-index: 11;
    justify-content: center;
    align-items: center;
    width: 40px;
    transition: all 0.3s ease;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0e9ed4;
    color: #fff;
}

#return-to-top img {
    width: 13px;
    filter: brightness(0) invert(1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #090046;
    transition: 0.5s;
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s
}

.overlayContent img {
    width: 220px;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 11;
    left: 0;
    right: 0;
}

header.menu_fixed .brand-logo {
    max-width: 230px;
}

header.menu_fixed {}

.brand-logo {
    max-width: 200px;
    margin-right: 0px;
    transition: all 0.4s;
    position: relative;
}

.brand-logo .light_logo {
    width: 100%;
}

.mobile_menu_logo {
    width: 180px;
}

header .navbar {
    padding: 0px;
}

.btn-block {
    width: 100%;
    display: block;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.pt-8 {
    padding-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.btn_style {
    border: none;
    color: #fff;
    animation: 2s ease 0s infinite normal none running kRbZgr;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to right, #004aab 0%, #0c72b3 51%, #004aab 100%);
    background-size: 200% 100%;
}

.btn_style:hover {
    background-position: 100% 0;
    color: #fff;
}

.big_btn {
    padding: 16px 45px;
}

@keyframes kRbZgr {
    0% {
        box-shadow: rgba(0, 74, 171, 0.7) 0px 0px 0px 0px;
    }
    70% {
        box-shadow: rgba(65, 182, 230, 0) 0px 0px 0px 14px;
    }
    100% {
        box-shadow: rgba(65, 182, 230, 0) 0px 0px 0px 0px;
    }
}

.big_btn {
    padding: 16px 45px;
}

.heading_text {
    display: block;
}

.heading_text h2 {
    font-size: 35px;
    color: #090144;
    font-weight: 600;
}

.heading_text h2 span {
    font-weight: 700;
    color: #014dac;
}

.heading_text p {
    margin-bottom: 0px;
}

.heading_middle {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.heading_text.light_heading {
    color: #fff;
}
.heading_text.dark_heading span{
    color: #fff;
}

.heading_text.light_heading h2 span{
    color: #fff;
}

.heading_text.light_heading h2 {
    color: #fff;
}

.md_container_width {
    max-width: 1000px;
    margin: auto;
}

.sm_heading_text h2 {
    font-size: 22px;
    color: #090144;
    font-weight: 700;
}

.banner_section {
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/banner_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner-overlay {
    position: absolute;
    opacity: .90;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #090046;
}

.banner_content {
    color: #fff;
}

.banner_content h1 {
    font-weight: 700;
    font-size: 42px;
}

.banner_content p {
    margin-bottom: 0px;
    line-height: 27px;
}

.banner_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.banner_content ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.banner_content ul li::before {
    content: "";
    display: inline-block;
    background: url(../img/banner-icons.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_content ul li:last-child {
    margin-bottom: 0px;
}

.why_choose_box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.why_choose_box ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.why_choose_box ul li::before {
    content: "";
    display: inline-block;
    background: url(../img/why-list.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.why_choose_box ul li:last-child {
    margin-bottom: 0px;
}

.why_choose_box {
    background: #ffffff14;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #534c7f;
}

.Users_Say_box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.Users_Say_box_top {
    background: #e5f1f957;
    min-height: 200px;
    font-size: 13px;
    padding: 26px 26px;
}

.Users_Say_box_bottom {
    background: #e5f1f9e0;
    padding: 12px 20px;
}

.Users_Say_box_bottom h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.Users_Say_box_bottom p {
    margin-bottom: 0px;
    font-size: 12px;
}

.Users_Say_box_top::before {
    content: "";
    background: url(../img/collan.png) no-repeat;
    position: absolute;
    width: 43px;
    height: 37px;
    background-size: contain;
    left: 15px;
    top: 15px;
    display: inline-block;
}

.Users_Say_box_main {
    overflow: auto;
}

.Users_Say_box_row {
    padding-bottom: 5px !important;
    display: flex;
}

.Users_Say_box_item {
    margin: 0 15px;
    box-shadow: 0 0 5px 0 rgb(117 117 117 / 9%);
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 350px;
}

.gradient_bg {
    border-radius: 23px;
    background-image: linear-gradient(270deg, #235cd1, #17336e);
    padding: 30px 50px;
    position: relative;
}

.count_box {
    text-align: center;
    color: #fff;
}

.count_box h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.count_box p {
    margin-bottom: 0px;
}

.right_floating_btn {
    z-index: 11;
    padding: 0px;
    margin-bottom: 0px;
    position: fixed;
    left: 48px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom left;
}

.banner_section .container {
    z-index: 1;
    position: relative;
}

.banner_img img {
    width: 100%;
}

.banner_img {
    padding-left: 100px;
}

.dark_bg_color {
    background-color: #090046;
    color: #fff;
}

.Wallet_Services_box {
    transition: 0.5s;
    background-image: linear-gradient(-90deg, #eaf1fe 10%, #ece1fe 100%);
    border-radius: 25px;
    padding: 30px 30px;
}

.Wallet_Services_box span {
    background: #fff;
    box-shadow: 0px 4px 6px 1px #79797970;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 17px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.Wallet_Services_box span img {
    width: 100%;
}

.Wallet_Services_box h5 {
    color: #090144;
    font-weight: 700;
}

.Wallet_Services_box p {
    margin-bottom: 0px;
}

.Wallet_Services_box:hover {
    margin-top: -10px;
}

.light_bg_color {
    background: #f3f4f6;
}

.about_img img {
    width: 100%;
    margin: auto;
    display: block;
}

.l_padding {
    padding-left: 100px;
}

.r_padding {
    padding-right: 100px;
}

.process_border_box {
    position: relative;
}

.process_box {
    text-align: center;
    margin: 20px 0px;
}

.process_box img {
    background: #fff;
    width: 60px;
    padding: 5px 10px;
}

.process_box h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.process_border_box::before {
    content: "";
    position: absolute;
    width: 84%;
    top: 70px;
    bottom: 161px;
    border-radius: 0 50px 50px 0;
    border: 2px solid #f7933c;
    border-left: none;
    z-index: -1;
    right: 0;
}

.custTechList__wr {
    background: #F0F2F6;
    border-radius: 10px;
    padding: 15px 10px;
}

.custTechList__body {
    background: #fff;
    border-radius: 10px;
    display: flex;
    min-height: 81px;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 20px;
    margin: 10px 10px 15px 10px;
}

.custTechList__box {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.custTechList__box p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.custTechList__box img {
    max-height: 56px;
    width: auto;
    margin-bottom: 10px;
}

.Features_box {
    display: block;
}

.Features_box_count {
    justify-content: flex-start;
    color: #000;
    align-items: center;
    display: flex;
    padding: 10px;
    border-radius: 50px;
}

.Features_box_count span {
    height: 3.5rem;
    width: 3.5rem;
    box-shadow: 0px 6px 7px -1px #b3b1b1;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Features_box_count h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.Features_bg1 {
    background-color: #BFAC1933;
}

.Features_bg2 {
    background-color: #CC4E4E1A;
}

.Features_bg3 {
    background-color: #2331FB1A;
}

.Features_bg4 {
    background-color: #82AB101A;
}

.Features_bg5 {
    background-color: #06A3942B;
}

.Features_bg6 {
    background-color: #BF971F1A;
}

.Features_bg7 {
    background-color: #47B4161A;
}

.Features_bg8 {
    background-color: #B446B21A;
}

.Features_bg9 {
    background-color: #FF00001A;
}

.Features_bg10 {
    background-color: #28726F1A;
}

.Features_bg11 {
    background-color: #159D231A;
}

.Features_bg12 {
    background-color: #8B00FF14;
}

.Features_box_body p {
    margin-bottom: 0px;
}

.Features_box_body {
    padding: 20px 20px;
    padding-bottom: 0;
}

.plusminus {
    position: absolute;
    z-index: 1;
    right: 10px;
    font-size: 15px;
    top: 17px;
    color: #fff;
    height: 28px;
    width: 28px;
    text-align: center;
}

.accordion_head {
    cursor: pointer;
    background: #090046;
    background-size: 200% 100%;
    color: #fff;
    position: relative;
    padding-right: 34px !important;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
}

.faq_point {
    position: absolute;
    left: 0;
    top: 0
}

.accordion_border {
    position: relative;
    border: 1px solid #d8d8d7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion_body {
    display: none;
    background-image: linear-gradient(-90deg, #eaf1fe 10%, #ece1fe 100%);
    font-size: 14px;
    padding: 20px 20px;
}

.accordion_body p {
    margin-bottom: 0px;
    width: 100%;
}

.faq_open {
    display: block;
}

.faq_box {
    max-width: 1000px;
    margin: auto;
}

footer {
    background: #090046;
    color: #fff;
}

footer hr {
    margin: 30px 0px;
    opacity: .2;
}

.footer_logo {
    width: 300px;
}

.footer_call a {
    color: #fff;
}

.footer_call a span {
    color: #5e93df;
}

.footer_call {
    margin-bottom: 0px;
    font-size: 30px;
}

.form-control:focus {
    border-color: #5e93df;
    box-shadow: none;
}

.contact_box_bg {
    background: #ffffff21;
    color: #fff;
    padding: 25px 22px;
    border-radius: 10px;
}

.contact_box_bg .mb-4 {
    margin-bottom: 1.2rem !important;
}

.contact_input {
    box-shadow: none !important;
    padding: 8px 15px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
}

.contact_input:hover {
    border: 1px solid #388bf7;
}

.contact_input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #388bf7;
}

.contact_input:focus-visible {
    box-shadow: none;
    outline: none;
}

.contact_box_bg label {
    text-align: left;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 39px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.contact_details {
    margin-bottom: 30px;
}

.contact_details h6 {
    font-weight: 700;
}

.contact_details p span {
    margin-right: 10px;
    display: inline-block;
}

.contact_details p span i {
    font-size: 30px;
    color: #004aab;
}

.contact_details p a {
    color: #454545;
}

.contact_details:last-child {
    margin-bottom: 0px;
}

.fixed-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.fixed-icons a {
    display: inline-block;
    margin-left: 5px;
    color: #ffffff;
    background-color: #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    transition: all 0.3s ease;
}

.fixed-icons a:hover {
    background-color: #0062cc;
}

.fixed-icons a.whatsapp {
    background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
    background-color: #1bbd57;
}

.fixed-icons a.call {

}

.fixed-icons a.call:hover {
 
}

.contact_box_bg input {
    box-shadow: none !important;
    padding: 0px 15px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
}

.contact_box_bg textarea {
    box-shadow: none !important;
    padding: 8px 15px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
    height: 100px;
}

.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    border: none;
    color: #fff;
    animation: 2s ease 0s infinite normal none running kRbZgr;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to right, #004aab 0%, #0c72b3 51%, #004aab 100%);
    background-size: 200% 100%;
}

.wp-show-posts-columns#wpsp-43 article {
    width: 32% !important;
    background: #ffffff14;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #534c7f;
    padding: 17px 16px;
}

.wp-show-posts-columns#wpsp-43 article img {
    width: 100%;
    border-radius: 10px 10px 10px 10px !important;
}

.wpsp-read-more a{border-radius: 10px;}
.wp-show-posts-columns:not(.wp-show-posts-masonry) {
    gap: 20px;
}

.wp-show-posts-entry-title a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    line-height: 28px;
    margin-bottom: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px !important;
    display: inline-block;
}

a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #fff !important;
    color: #fffdfd !important;
    font-size: .8em;
    text-decoration: none;
}

.wp-show-posts-meta a,
.wp-show-posts-meta a:visited time {
    color: #fff !important;
}

.recent.heading_text h2 {
    color: #fff !important;
    text-align: center;
    margin-bottom: 39px;
}

@media screen and (max-width: 800px) {
    .wp-show-posts-columns.wp-show-posts article {
        width: 100% !important;
    }
    .wp-show-posts-columns#wpsp-43 article {
        width: 100% !important;
        background: #ffffff14;
        padding: 10px 20px;
        border-radius: 20px;
        border: 1px solid #534c7f;
    }
}

.wp-show-posts-columns.wp-show-posts article {
    width: 31.88%;
    background: #090046;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #534c7f !important;
}

.wp-show-posts-columns.wp-show-posts article img {
    width: 100%;
    border-radius:10px 10px 10px 10px !important;
}

.page-template-blog .wp-show-posts-columns#wpsp-50 .wp-show-posts-inner {
    margin: 0px !important;
}

.wpsp-load-more {
    margin-bottom: 30px !important;
}

.wpsp-load-more .page-numbers {
    background: #000;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff !important;
}

.wp-show-posts-columns:not(.wp-show-posts-masonry) {
    margin-left: 0px !important;
}

.wpsp-load-more .page-numbers.current {
    background: #0552c7 !important;
    color: #fff !important;
}

.wp-show-posts-columns#wpsp-43 .wp-show-posts-inner {
    margin: 0px !important;
}


/* .wp-embed-responsive img {
    width: 100%;
}
 */

#block-5 {
    display: none;
}

#block-6 {
    display: none;
}

#comments {
    display: none;
}

#block-7 {
    display: none;
}

#block-2 {
    display: none;
}

#block-4 {
    display: none;
}

.customize-support .post-thumbnail {
    margin-bottom: 30px;
}


.wpcf7.js p {
    margin-bottom: 0px !important;
}

.Testimonial_box img {
    margin-bottom: 20px;
}

.inner-header{
    font-size: 35px;
    color: #090144;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.entry-date.published{display: none;}

#block-3{display: none;}








.edit-link{display: none;}


main {
    z-index: 2;
    position: relative;
    height: 100%;
    background-color: #f3f4f6;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
  }
  

  
  .bar {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #EF8354;
    margin: 10px auto;
  }
  
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right {
    position: fixed;
    right: 40px;
    top: 20px;
  }
  
  .nav-right.visible-xs {
    z-index: 3;
  }
  
  .hidden-xs {
    display: none;
  }
  
  .middle {
    margin: 0 auto;
  }
  
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
  }
  
  .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  
  .button.active .middle {
    width: 0;
  }
  
  .move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  
  nav {
    padding-top: 0px;
}
  
  .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
  }
  
  .sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  .sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
  }
  
  .sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
  }
  
  .sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
  }
  
  .sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
  }
  
  .sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
  }
  
  .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
  }
  
  .sidebar-anchor:hover:before {
    width: 100%;
  }
  
  .ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  
  .fa {
    font-size: 1.4em;
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  @media (min-width: 480px) {
    .nav-list {
      display: block;
    }
  }
  
  @media (min-width: 768px) {
    .nav-right {
      position: absolute;
    }
    .hidden-xs {
      display: block;
    }
    .visible-xs {
      display: none;
    }
  }

  .top-right h4{margin-top:0px !important;}
  .process_box p{padding-top: 8px;}


  .fixed-icons a{

  }
  
  .fixed-icons a i{
    color: #fff;
    font-size: 26px;
    
  }
  
  .wp-show-posts-image.wpsp-image-center{
    height: 216px;
  }

  .post-template-default .post-thumbnail img {
    border-radius: 10px;
    height: auto;
}

.single.single-post .entry-header h3 {
    color: #020202;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 20px;
}

.post-template-default .post-thumbnail img {
    border-radius: 10px;
    background: #090046;
    padding: 20px;
}

.single-post .entry-content p{color: #000;}



[class^=uil-]:before, [class*=" uil-"]:before {
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new-one{
    width: 33px;
    height: 34px;ss
}

/* .right-section img{
    width: 80%;
} */


.single-post h2 strong{color:#000 !important;}
.single-post ul li{color: #000;}
.single-post h5 strong{
    color: #000;
}

.single-post ol li:marker{display: none;}

/* .blog h2{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
 */

.app_screen_inner_box{text-align: center; position: relative;}
.app_screen_inner_box .tiny-slide img{width: 184px;
	margin: auto; border: 1px solid #ccc;
	border-radius: 10px;
	display: block}
.app_mobile_frame{width: 210px;
	position: absolute; top:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 111;}
.tns-ovh {
  padding-bottom: 20px;
}

.tns-nav {
	text-align: center;
}

.tns-nav button {
	padding: 4px;
	opacity: 1;
	margin: 3px;
	border-radius: 10px;
	background: rgba(102, 102, 255, .5) !important;
	transition: all .5s ease;
	border: 2px solid rgba(255, 255, 255, .5)
}

.tns-nav button.tns-nav-active {
	background: #033cbd !important;
	border-color: #033cbd
}

.tns-controls button[data-controls=prev],
.tns-controls button[data-controls=next] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #3e454e;
	border: none;
	transition: all .5s ease;
	z-index: 1;
	box-shadow: 0 10px 25px rgba(62, 69, 78, .15)
}

.tns-controls button[data-controls=prev]:hover,
.tns-controls button[data-controls=next]:hover {
	background: #033cbd;
	color: #fff
}

.tns-controls button[data-controls=prev] {
	left: 0
}

.tns-controls button[data-controls=next] {
	right: 0
}


#tns2 > .tns-item {
    width: calc(12.5%);
    padding-right: 12px;
}


.app_screen_inner_box img {
    width: 210px;

    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 111;
  }

  .app_mobile_frame{
    width: 210px;
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 111;
  }

  .crypto img{width: 100%;}

  .single-post ol{color: #fff !important;}

  ::marker{color: #000; font-weight: bold;}

  a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover{
    background: #ffffff47 !important;
  }

  .breadcrumb{padding: 0px;}

  .breadcrumb-item.active a{color: #000;}

  #content .breadcrumb {
    background: #f5f5f5;
    width: auto !important;
    padding: 16px 24px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #e3e3e3;
}













ul.breadcrumb {
    margin-left: 50px;
    display: inline-block;
    list-style: none;
  }
  ul.breadcrumb li {
    float: right;
    padding: 5px;
    background-color: #59A386;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-left: -50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 3px;
  }
  ul.breadcrumb li a {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    height: 50px;
    color: #509378;
    background-color: #65BA99;
    text-align: center;
    min-width: 50px;
    display: block;
    line-height: 50px;
    padding-left: 52px;
    padding-right: 33.33333px;
    width: 50px;
  }
  ul.breadcrumb li a .icon {
    display: inline-block;
  }
  ul.breadcrumb li a .text {
    display: none;
    opacity: 0;
  }
  ul.breadcrumb li a:hover {
    width: 150px;
    background-color: #77c2a5;
  }
  ul.breadcrumb li a:hover .text {
    display: inline-block;
    opacity: 1;
  }
  ul.breadcrumb li:last-child a {
    padding: 0;
  }
  ul.breadcrumb li:last-child:hover {
    padding: 3px;
    margin-top: 0;
  }
  ul.breadcrumb li:last-child:hover a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .breadcrumb.breadcrumb-item a{color: #000;}
  .breadcrumb-item a{
    color: rgb(8 75 173);
  }

.icon.icon-home img{
    width: 20px !important;
}


  
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding-top: 20px;
  }
  #breadcrumb .icon {
    font-size: 14px;
  }
  #breadcrumb li {
    float: left;
  }
  #breadcrumb li a {
    color: #FFF;
    display: block;
    background: #3498db;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
  }
  #breadcrumb li:nth-child(even) a {
    background-color: #2980b9;
  }
  #breadcrumb li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
  }
  #breadcrumb li:nth-child(even) a:after {
    border-left-color: #2980b9;
  }
  #breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
  }
  #breadcrumb li:first-child a:before {
    border: none;
  }
  #breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  #breadcrumb li:last-child a:after {
    border: none;
  }
  #breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3498db;
    border-width: 20px 10px;
    width: 0;
    height: 0;
  }
  #breadcrumb li a:before {
    left: -18px;
    border-left-color: transparent;
  }
  #breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db;
  }
  #breadcrumb li a:hover {
    background-color:#024fac;
  }
  #breadcrumb li a:hover:before {
    border-color: #024fac;
    border-left-color: transparent;
  }
  #breadcrumb li a:hover:after {
    border-left-color: #024fac;
  }
  #breadcrumb li a:active {
    background-color: #16a085;
  }
  #breadcrumb li a:active:before {
    border-color: #16a085;
    border-left-color: transparent;
  }
  #breadcrumb li a:active:after {
    border-left-color: #16a085;
  }

  #breadcrumb{
    padding-left: 0px !important;
  }

  .wp-show-posts-entry-summary p{color: #d1d1d1;}
  .wp-show-posts-columns#wpsp-10 .wp-show-posts-inner{margin:0px !important;}

  header.menu_fixed {
    margin-top: 46px;
}

.wp-show-posts-columns#wpsp-9 .wp-show-posts-inner{
    margin: 0px !important;
}
.single-post .post-thumbnail > img{
    width: 100% !important;
    height: auto !important;
}
.post-thumbnail{max-width: 600px; margin: 0 auto;}

.cat-links{display: none !important;}


.texts {
    z-index: 5;
    padding: .8rem;
    margin: .3rem;
    width: 500px;
}

.texts h4 {
    font-size: 1.5rem;
}



.new-outers{
    display:flex;
   
}


.logged-in .page-title{text-align: center;}
.logged-in .page-content{text-align: center; padding-bottom: 20px;}





.error-404 .texts {
    z-index: 5;
    padding: .8rem;
    margin: .3rem;
    width: 500px;
}

.error-404 .texts h4 {
    font-size: 1.5rem;
}

.error-404 .Square404 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.error-404 .Square {
    width: 20vw;
    height: 20vw;
    position: absolute;
    border-radius: 1.2rem;
    background: var(--P_color1);
    box-shadow: var(--P_color2) 0 0 5px 30px,
    var(--P_color3) 0 0 10px 60px,
    var(--P_color4) 0 0 15px 90px,
    var(--P_color5) 0 0 20px 120px,
    var(--P_color6) 0 0 25px 150px;
    transform: rotateZ(-21deg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.error-404 .Square h1 {
    font-size: 10vw;
    color: var(--P_color6);
    transform: translateZ(90px);
    text-shadow: 0 0 2px rgba(0, 0, 0, .6);
    user-select: none;
}

.error-404 .btn:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.error-404 .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: #f8f9fa 1px solid;
    padding: .375rem .75rem;
    margin: .375rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #f8f9fa;
    transition: all .5s ease-in-out;
    user-select: none;
}

.error-404 #search_box {
    width: 60%;
    border-radius: 10px;
    box-shadow: none;
    padding: .7rem .8rem;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

:root {
    --P_color1: #C2146D;
    --P_color2: #760D50;
    --P_color3: #4D0E45;
    --P_color4: #320C3B;
    --P_color5: #280C3D;
    --P_color6: #1E0D37;
}

@media (max-width: 768px) {
    body {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .Square404{
        width: 100%;
    }
    .Square{
        width: 150px;
        height: 150px;
    }
    .Square h1{
        font-size: 70px;
    }
    .texts {
        width: 100%;
    }
}