/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 May, 2020, 4:22:37 PM
    Author     : sotsys-168
*/
@font-face {
    font-family: 'fontawesome';
    src: url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg') format('svg');
  }
  
  body {
    margin: 0;
    font-family: "fontawesome";
    font-size: 1.05rem;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
  }
  
  /*****************  Blog Catagory css *******************************/
  
  .blog-list-item {
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    transition: all 0.1s linear 0s;
  }
  
  .blog-list-item:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, .25);
  }
  
  .blog-list-item figure {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
  }
  
  .blog-list-item .blog-div-content {
    width: calc(100% - 205px);
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
  }
  
  .blog-div-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
  }
  
  .z-index-0 {
    z-index: 0;
  }
  
  .blog-list-item figure img {
    height: auto;
  }
  
  .blog-div figure img {
    height: auto;
  }
  
  .section2 .nav-links {
    margin-left: auto;
    margin-right: auto;
  }
  
  .nav-links .page-numbers.current {
    background: var(--primary-color);
    color:var(--white);
  }
  
  .nav-links .page-numbers {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--primary-color);
    background-color:var(--white);
    border: 1px solid var(--gray2);
  }
  
  .blog-catgory .line {
    padding-bottom: 20px;
  }
  
  .blog-catgory .line:before {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 5px;
    background: var(--primary-color);
    content: "";
  }
  
  .title-with-arrow {
    background: var(--primary-color);
    display: inline-block;
    color:var(--white);
    padding: 12px 24px 12px 52px;
    z-index: 1;
    margin-bottom: 5px !important;
    font-size: 1rem;
    position: relative;
    background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2023/03/ok-hand-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 24px 8px;
  }
  
  .blog-div {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.1s linear 0s;
  }
  
  .blog-div:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .25);
  }
  
  .blog-div-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
  }
  
  .blog-div figure {
    height: 180px;
    overflow: hidden;
    cursor: pointer;
  }
  
  .blog-div-content {
    padding: 20px;
  }
  
  .blog-div-extra {
    font-size: 14px;
    color: #888;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .blog-div-title {
    font-weight: 500;
    font-size: 16px;
  }
  
  .blog-view-likes .blog-views {
    background: url(/wp-content/uploads/2020/11/view-icon.png) no-repeat left 10px center;
  }
  
  .blog-view-likes .blog-likes {
    background: url(/wp-content/uploads/2020/11/like-icon.png) no-repeat left 10px center;
  }
  
  .blog-view-likes strong {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
  }
  
  .lines-around:after,
  .lines-around:before {
    position: absolute;
    left: 0;
    width: calc(50% - 100px);
    height: 1px;
    background: var(--gray2);
    content: "";
    top: 30px;
  }
  
  .lines-around:after {
    left: auto;
    right: 0;
  }
  
  .blog-subscription:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #2A3C4A;
  }
  
  .blog-subscription .blog-box {
    position: relative;
    z-index: 1;
    padding: 30px;
  }
  
  .blog-subscription .blog-box:before {
    position: absolute;
    background:var(--white);
    content: '';
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  
  @media (max-width: 1440px) {
    .blog-cat-sticky-menu li {
      padding: 7px 15px !important;
    }
  
    .lines-around:after,
    .lines-around:before {
      top: 25px;
    }
  }
  
  @media (max-width: 1024px) {
    .py-5 {
      padding-bottom: 2rem !important;
      padding-top: 2rem !important;
    }
  
    .pb-5 {
      padding-bottom: 2rem !important;
    }
  }
  
  
  
  @media (max-width: 991px) {
    .email_quote_subscribe #submit {
      margin-top: 10px;
    }
  
    .blog-subscription .fonts-18 {
      font-size: 16px;
    }
  }
  
  @media (max-width: 767px) {
    .mt-5 {
      margin-top: 1rem !important;
    }
  
    .mb-5 {
      margin-bottom: 1rem !important;
    }
  
    .py-5 {
      padding-bottom: 1.5rem !important;
      padding-top: 1.5rem !important;
    }
  
    .pb-5 {
      padding-bottom: 1.5rem !important;
    }
  
    .blog-list-item {
      padding-top: 20px;
    }
  
    .blog-list-item figure {
      display: block;
      margin: 0 auto;
    }
  
    .blog-list-item .blog-div-content {
      text-align: center;
      width: 100%;
    }
  
    .title-with-arrow {
      line-height: 1.5;
    }
  
    .single article ul {
      padding-left: 40px;
    }
  }
  
  /***************** END  Blog Catagory css *******************************/
  
  /*****************  Blog detail css *******************************/
  html {
    scroll-behavior: smooth;
  }
  
  .single .comments-area {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  
  .single article {
    /* max-width: 1170px; */
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 12px;
  }
  
  @media screen and (max-width:1340px) {
    .single article {
      max-width: 1080px;
    }
  }
  
  @media screen and (max-width:1299px) {
    .single article {
      max-width: 980px;
    }
  }
  
  @media screen and (max-width:1199px) {
    .single article {
      width: 100%;
      max-width: 740px;
    }
  }
  
  .inside-article {
    max-width: 708px;
    margin:0 auto;
  
  }
  .single article p iframe {
    width: 100%;
  }
  
  .single article .entry-meta {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin: 0;
  }
  .subscribe_btn .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .single article .entry-meta span.posted-on {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
    display: flex;
    align-items: center;
    color: #000000;
  }
  
  .link_box a {
    font-weight: 500;
    font-size: 1rem;
  }
  .link_box:before{ filter: brightness(0) saturate(100%) invert(64%) sepia(64%) saturate(358%) hue-rotate(157deg) brightness(88%) contrast(87%); }
  
  .single article a:not(.btn-link-arrow):not(.btn){
      color: #000; text-decoration: underline;
  }
  .single article a:hover:not(.btn-link-arrow:hover):not(.btn:hover){
      color: var(--secoundy-color); text-decoration: underline;
  }
  
  .single article a.btn {
    color:var(--white);
  }
  
  .single article .entry-meta span.blog-views {
    float: right;
    padding-left: 25px;
    background-image: url(/wp-content/uploads/2021/04/view-icon-blue.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  
  .single article .featured-image.page-header-image-single {
    margin-top: 20px !important;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  }
  
  .single article .featured-image img {
    width: 100%;
  }
  
  .single span.posted-on .updated {
    display: none;
  }
  
  body.single .grid-container {
    border: none;
    overflow: unset !important;
  }
  
  .single article pre {
    display: block;
    margin: 25px 0px;
    background-color: var(--black);
    border: 1px solid #111b27;
    color:var(--white);
    border-radius: .375rem;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    padding: 1rem;
    line-height: 28px;
    font-size: 14px !important;
    word-break: normal;
    word-spacing: normal;
    white-space: pre-wrap;
    color:var(--white) !important;
  }
  
  .single .faq_blog h2 {
      background: #eef9ff; color: #000 !important; margin: -1px -20px 10px -20px; padding: 10px; text-align: center;
  }
  
  
  .single article ol {
    padding-left: 25px;
    list-style: decimal;
    margin: 0 0 15px;
  }
  
  @media screen and (max-width:767px) {
    .single article ol {
      padding-left: 10px;
    }
  }
  
  .single article .faq_blog h3 {
    margin-top: 20px;
  }
  
  .single article .crons {
    border-left: 1px solid var(--gray2);
    border-right: 1px solid var(--gray2);
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .faq_blog {
      background: #fff 0% 0% no-repeat; box-shadow: 10px 10px 0px #cbebfb6b; border-radius: 8px; margin: 40px auto; padding:0 20px 20px; border: 3px solid #c9ebfd; overflow: hidden;
  }
  
  .single .faq_blog ul {
    margin: 0px !important;
    list-style: disc; margin-left: 20px;
  }
  .single article .faq h2{
      margin:16px 0 0px !important;
  }
  
  .single .faq_blog ul li {
    padding-bottom: 10px !important;color: #000; margin-bottom: 10px;
  }
  
  .single .faq_blog ul li:last-child {
    padding-bottom: 0px !important;
  
  }
  .single article .faq ul li strong { font-weight: 600;}
  
  .faq_blog .list {
    margin-left: 20px;
  }
  
  .single article img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  
  @media screen and (max-width:560px){
      .single article .new-testimonial img{ width: 75px;}
      .new-testimonial .fonts-22 { font-size: 15px; line-height: 24px; font-weight: 600 !important; }
      .new-testimonial .employees{ font-size: 14px;}
  }
  
  .site-footer {
    padding-top: 50px;
  }
  
  .single article .entry-meta span a {
    color: #595959;
  }
  
  .single article .require_cta img {
    margin: unset;
    display: block;
    text-align: center;
  }
  
  .single article .main_block_left h1 img {
    display: none;
  }
  
  .single article .main_block_right h1 img {
    display: none;
  }
  
  ul {
    list-style-type: disc;
    padding: 0px;
  }
  
  .single article ul.cons li {
    list-style: none;
  }
  
  .single article ul.pros li,
  .single article ul.cons li {
    padding-bottom: 10px;
  }
  
  .single article .faq_blog h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--black);
  }
  
  .single article ul li {
    list-style: none;
    font-weight: normal;
    padding-left: 18px;
    padding-bottom: 15px;
    position: relative;
  }
  
  .single article ol>li {
    list-style-type: auto;
    padding-bottom: 15px;
  }
  
  .single article ul li:last-child,
  .single article ol>li:last-child {
    padding-bottom: 0;
  }
  
  ol li::marker,
  ol.list li::marker {
    font-weight: 500;
  }
  
  .single article ol li h3 {
    font-size: 1.4rem;
  }
  
  .single article ol li h3,
  .single article ol li h4 {
    margin-bottom: 15px;
  }
  
  .callout_box .blog-open-modal .mce-error-response-reg {
    display: block;
    font-size: 14px;
    padding: 0 20px;
  }
  
  .single article ol>li p {
    font-weight: normal;
    line-height: 1.8;
  }
  
  .callout_box .blog-open-modal {
    position: relative;
  }
  
  .single article ol.list>li {
    line-height: 2.0;
    font-weight: normal;
  }
  
  .single article ol.step {
    list-style-type: none;
    counter-reset: elementcounter;
    padding-left: 0;
  }
  
  .single article ol.step>li {
    list-style: none;
    margin: 0;
  }
  
  @media screen and (max-width:767px) {
    .single article ol.step>li {
      margin-bottom: 0;
    }
  }
  
  .single article ol.step>li h3:before {
    content: "Step " counter(elementcounter) ". ";
    counter-increment: elementcounter;
    white-space: nowrap;
  }
  
  .single article ul li ul li {
    font-size: 1rem;
    list-style-type: disc;
    margin-bottom: 5px;
  }
  
  .table-responsive {
    min-height: .01%;
    overflow-x: unset;
    padding: 0;
    margin: 0 0 20px;
  }
  
  @media screen and (max-width:991px) {
    .table-responsive {
      overflow-x: auto;
    }
  }
  
  
  .single article .comments-area {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  
  .blog-detail-main .jumbo-share-count em {
    font-size: 30px;
  }
  
  .kk-star-ratings.lft {
    float: right;
    margin-left: 50px;
  }
  
  #secondary aside {
    width: calc(33.33% - 20px);
    float: left;
    margin-right: 30px;
  }
  
  #secondary aside:last-child {
    margin-right: 0;
  }
  
  #form small {
    color:var(--white);
  }
  
  #form .well h3 {
    margin-top: 0;
    line-height: normal;
  }
  
  .main-container .form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    line-height: normal;
    color: #555;
    background-color:var(--white);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
  .blog-portfolio {
    margin: 0;
    padding: 5px 15px 15px 15px;
    background: none;
    border: 2px solid rgb(238, 238, 238) !important;
    border-top: 2px solid rgb(238, 238, 238) !important;
    text-align: left;
  }
  
  .blog-portfolio a {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: block;
    font-weight: 500;
  }
  
  .port-title {
    padding: 8px;
    background: #eee !important;
    border-bottom: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    font-size: 14px;
  }
  
  .port-title a {
    color: #585858;
  }
  
  .port-title:hover {
    background: #a5cd38 !important;
  }
  
  .port-title:hover a {
    color:var(--white);
  }
  
  .bl-container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  
  .bl-left {
    width: 100%;
    float: left;
    margin-right: -300px;
    display: inline-block;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  
  .bl-left .well {
    background: none;
    border: 2px solid rgb(238, 238, 238) !important;
    border-top: 2px solid rgb(238, 238, 238) !important;
  }
  
  .bl-left .well .form-control {
    width: 100% !important;
    margin-bottom: 10px !important;
    height: auto !important;
    font-size: 14px !important;
  }
  
  .bl-left .well input[type=submit] {
    margin-top: 10px !important;
  }
  
  .bl-right {
    width: 300px;
    float: left;
  }
  
  .bl-left-content {
    margin-right: 300px;
    position: relative;
    margin-top: 70px;
  }
  
  .blog-detail-main .social-icons {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 99;
  }
  
  .blog-detail-main .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .blog-detail-main .social-icons ul li {
    list-style: none !important;
    float: none;
  }
  
  .blog-detail-main .social-icons ul li a {
    padding: 5px;
    background: #eee;
    width: 40px;
    display: inline-block;
    text-align: center;
  }
  
  .blog-detail-main .social-icons ul li a:hover {
    background: #ccc;
  }
  
  .backtoblog {
    position: fixed;
    left: -80px;
    bottom: 50px;
    width: auto;
    padding: 5px 10px;
    background: #1F1F1F;
    z-index: 999;
    font-size: 20px;
    font-weight: 100;
    color: var(--white);
    opacity: 0.7;
    transition: ease 0.5s;
    flex-grow: inherit;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
  
  .backtoblog:hover {
    opacity: 1.0;
    left: 0px;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
  }
  
  .backtoblog span {
    background: #1F1F1F;
    display: inline-block;
    text-align: center;
    color:var(--white);
    font-size: 24px;
    padding: 0px 0;
    width: 30px;
    margin-left: 15px;
  }
  
  .backtoblog a {
    color: var(--white);
  }
  
  .backtoblog span a {
    color: var(--white);
  }
  
  .rlpost {
    clear: both;
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .rlpost a {
    color: #95b836
  }
  
  .rlpost .item-containe {
    height: auto !important
  }
  
  .blog-detail-main .container h1,
  .blog-detail-main .container-fluid h1 {
    font-size: 36px !important;
    font-weight: 100;
    margin-bottom: 32px !important;
    line-height: normal !important;
  }
  
  .blog-detail-main .container p,
  .blog-detail-main .container-fluid p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  
  .widget-area {
    width: 100% !important;
  }
  
  img {
    display: inline-block;
    height: auto;
    max-width: 100%;
  }
  
  .blog_paginatio {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  
  .blog_paginatio ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .blog_paginatio ul li {
    margin: 0;
    padding: 20px;
    width: 50%;
    float: left;
    font-size: 20px;
    text-align: center;
    background:var(--white);
    border: 1px solidvar(--white);
    list-style-type: none;
    line-height: 36px;
  }
  
  .blog_paginatio ul li:hover {
    background: #f5f5f5;
    border: 1px solid #eee;
  }
  
  .blog_paginatio ul li a {
    color: var(--black);
  }
  
  .blog_detail {
    margin-top: 70px;
  }
  
  
  
  .callout_box .call_heading {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 1.2 !important;
    font-weight: 500;
    margin-bottom: 10px !important;
  }
  
  .single ol li ol li {
    list-style-type: disc;
    font-size: 1.05rem;
  }
  
  .widget-area .widget {
    padding: 30px 15px 30px 30px;
    border: 1px solid #dddddd
  }
  
  .widget-area h3 {
    margin-top: 0;
    font-weight: bold
  }
  
  .widget-area ul {
    padding: 0;
    margin: 0
  }
  
  .widget-area ul {
    padding: 0;
    margin: 0;
    max-height: 335px;
    overflow-y: scroll
  }
  
  .widget-area ul li {
    padding-left: 20px;
    position: relative
  }
  
  .widget-area ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #dddddd
  }
  
  .widget-area ul li a {
    display: block;
    padding: 5px;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 15px
  }
  
  .widget-area ul li a:hover {
    text-decoration: underline !important
  }
  
  .widget-area .widget_recent_entries {
    background: #eeeeee;
    border-color: #eeeeee
  }
  
  .widget-area .widget_recent_entries ul {
    margin-left: -10px
  }
  
  .widget-area .widget_recent_entries ul li {
    padding-left: 0;
    z-index: 0;
    overflow: hidden
  }
  
  .widget-area .widget_recent_entries ul li:before {
    display: none
  }
  
  .widget-area .widget_recent_entries ul li:nth-child(2n+1) a {
    color: #444444
  }
  
  .widget-area .widget_recent_entries ul li:nth-child(2n+1):after {
    height: 100%;
    width: calc(100% + 10px);
    left: -5px;
    top: 0;
    background: #FFFFFF;
    content: '';
    position: absolute;
    border-radius: 0;
    z-index: -1
  }
  
  .widget-area .widget_recent_entries ul li a {
    color: #000000;
    padding: 11px
  }
  
  .widget-area .widget_recent_entries ul li a span {
    display: block;
    color: var(--primary-color);
    font-weight: bold;
    padding-top: 5px
  }
  
  .widget-area .wp-tag-cloud li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 4px
  }
  
  .widget-area .wp-tag-cloud li:before {
    display: none !important
  }
  
  .widget-area .wp-tag-cloud li a {
    background: #95b836 !important;
    padding: 5px 8px;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none !important
  }
  
  .widget-area .wp-tag-cloud li a:hover {
    background: #000000
  }
  
  .blog_detail_d_section3 {
    width: 100%;
    display: block;
  }
  
  .blog_detail_d_section3 h1 {
    border-bottom: 2px solid #CFCFCF;
    margin-bottom: 25px;
  }
  
  .blog_detail_d_section3 .blog_row {
    width: 100%;
    display: block;
    padding: 0px 0;
    background-color: #e2e2e2;
  }
  
  .blog_detail_d_section3 .blog_row .block {
    width: 46%;
    padding: 2%;
    display: inline-block;
    float: left;
    margin: 2%;
    background:var(--white);
    min-height: 350px;
  }
  
  .blog_detail_d_section3 .blog_row .block .left {
    width: 15%;
    float: left;
  }
  
  .blog_detail_d_section3 .blog_row .block .right {
    width: 85%;
    float: left;
  }
  
  .blog_detail_d_section3 .blog_row .block span {
    display: inline-block;
    padding: 10px;
    background-color: #e7452b;
    color:var(--white);
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    line-height: 2vw;
    text-transform: uppercase;
  }
  
  .blog_detail_d_section3 .blog_row .block p {
    width: 100%;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    color: #191919;
  }
  
  .blog_detail_d_section3 .blog_row .block a {
    background-color: transparent;
    padding: 10px 20px;
    border: 2px solid #ccc;
    color: #949494;
    box-sizing: border-box;
    margin: 25px 0;
    display: inline-block;
    font-size: 14px;
  }
  
  .blog_detail_d_section3 .blog_row .block a:hover {
    background-color: rgba(194, 194, 194, 0.3);
  }
  
  .blog_detail_d_section3 .blog_row .block .inner_block p {
    width: 100%;
    font-size: 20px;
    font-weight: 100 !important;
    text-align: left;
    line-height: normal;
    color: #191919;
  }
  
  .blog_detail_d_section3 .blog_row .block .inner_block hr {
    width: 100%;
    height: 5px;
    background-color: #e2e2e2;
    display: block;
    margin: 15px 0 10px;
    border: solid #e2e2e2;
  }
  
  .blog-header {
    padding: 8%;
    text-align: center;
  }
  
  .blog-date {
    font-size: 20px;
    font-weight: 500 !important;
    background:var(--white);
    color: var(--black);
    padding: 8px 10px;
    margin-top: 30px;
    border-bottom: 2px solid var(--black);
    margin: auto;
    width: 310px;
    text-align: center;
    display: block;
  }
  
  .blog-header h1 {
    font-weight: 100 !important;
  }
  
  .widget-insight ul {
    margin: 0 0 50px 0;
    padding: 0;
  }
  
  .widget-insight ul li {
    padding: 5px 0 !important;
  }
  
  .widget-insight ul li a {
    padding: 5px !important;
  }
  
  .blog-summary {
      font-style: italic; border-left: 3px solid #d0edfd; background-color: #fff; padding: 0 0 0 15px; margin: 0px 0px 25px;
  }
  
  .blog-summary strong {
    color: #f55035
  }
  
  @media only screen and (max-width: 767px) {
  
    .blog-detail-main .container h1,
    .blog-detail-main .container-fluid h1 {
      font-size: 24px !important;
      font-weight: 100;
      margin-bottom: 28px !important;
      line-height: normal !important;
    }
  
    .blog-header {
      margin-bottom: 25px;
    }
  
    .blog-detail-main {
      margin: 0;
      padding: 55px 0 0 0;
    }
  
    .widget-area .widget_recent_entries ul {
      margin-left: 0;
    }
  
    .widget-area .widget {
      padding: 15px
    }
  
    .blog_detail_d_section3 .blog_row .block {
      width: 96%;
      padding: 4%;
    }
  
    .blog_detail_d_section3 .blog_row .block p {
      font-size: 20px;
      text-align: left;
      line-height: normal;
    }
  
    .blog_detail_d_section3 .blog_row .block {
      min-height: inherit;
    }
  
    .bl-left {
      width: 100%;
      float: left;
      margin-right: 0px;
      margin-right: 0;
      display: inline-block;
      overflow-x: hidden !important;
      overflow-y: hidden !important;
    }
  
    .bl-right {
      display: none;
    }
  
    .bl-left-content {
      margin-right: 0;
      position: relative;
    }
  
    .blog-detail-main .container h1,
    .blog-detail-main .container-fluid h1 {
      font-size: 28px !important;
    }
  
    .backtoblog {
      opacity: 1.0;
      left: 0px;
      border-top: 1px solid var(--black);
      border-right: 1px solid var(--black);
      display: none;
    }
  
    .rlpost .blog-items {
      margin-bottom: 20px
    }
  
    .rlpost {
      padding-top: 30px;
      padding-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .bl-left {
      width: 100%;
      float: left;
      margin-right: 0px;
      margin-right: 0;
      display: inline-block;
      overflow-x: hidden !important;
      overflow-y: hidden !important;
    }
  
    .bl-right {
      display: none;
    }
  
    .bl-left-content {
      margin-right: 0;
      position: relative;
    }
  
    .blog-detail-main .container h1,
    .blog-detail-main .container-fluid h1 {
      font-size: 36px !important;
    }
  
    .blog-detail-main {
      padding: 0 !important;
    }
  }
  
  @media only screen and (max-width: 1350px) {
    .main-container .form-control {
      display: block !important;
      width: 100% !important;
      padding: 5px 12px !important;
      font-size: 14px !important;
      line-height: normal !important;
      color: #555 !important;
      background-color: var(--white) !important;
      background-image: none !important;
      border: 1px solid #ccc;
      border-radius: 0px !important;
      height: auto !important;
      margin-bottom: 5px !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }
  
    .breadcrumb {
      margin-top: 70px !important;
    }
  
    .bl-left-content {
      margin-top: 80px;
    }
  }
  
  @media only screen and (max-height: 768px) {
    .main-container .form-control {
      display: block !important;
      width: 100% !important;
      padding: 5px 12px !important;
      font-size: 14px !important;
      line-height: normal !important;
      color: #555 !important;
      background-color: var(--white) !important;
      background-image: none !important;
      border: 1px solid #ccc;
      border-radius: 0px !important;
      height: 50px !important;
      margin-bottom: 15px !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }
  
    .blog-detail-main .social-icons {
      display: none;
    }
  }
  
  .inpute-style {
    height: 40px;
    padding: 8px 12px !important;
    border: 2px solid var(--primary-color);
    margin-bottom: 15px;
  }
  
  
  @media only screen and (max-width: 768px) {
    .model-detail {
      width: 100%;
      float: none;
      margin-top: auto;
    }
  
    #myModal .modal-content {
      background:var(--white) !important;
      width: 100% !important;
      height: auto !important;
    }
  
    #secondary aside {
      width: 100% !important;
      float: none !important;
      margin-right: 0% !important;
    }
  }
  
  @media only screen and (max-width: 360px) {
  
    #rc-imageselect,
    .g-recaptcha {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
    }
  }
  
  .nopadding {
    padding: 0;
  }
  
  #portfolio-projects h2 {
    background: none;
  }
  
  #portfolio-projects .blog-items figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 175px
  }
  
  #portfolio-projects .blog-items figure img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
  }
  
  #portfolio-projects .blog-items:nth-last-child(2) {
    border-bottom: none;
  }
  
  .list-group-item {
    background-color: var(--white);
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    font-size: 0.9em;
    font-weight: 500;
    padding: 7px 10px;
    color: #555555;
  }
  
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .clktg {
    margin: 10px 0;
  }
  
  .blog-detail-main .clktg ul li {
    list-style: none !important;
    line-height: 26px;
  }
  
  .autofloat {
    margin: 10px 0;
  }
  
  .js-buttons {
    float: left;
    top: 0 !important;
  }
  
  #wonderpluginslider-container-1 {
    margin-bottom: 100px !important;
  }
  
  ul.blog-bullet li {
    font-size: 18px !important;
  }
  
  #blog-form .error {
    color: #ff0000;
  }
  
  .ehover1 .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
  }
  
  .ehover1:hover .overlay {
    opacity: 1;
  }
  
  .ehover1 .overlay button {
    position: relative;
    top: 40%;
  }
  
  .ehover1 .overlay a {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
  }
  
  /*.travel_table th:nth-child(2){width:50%;}*/
  
  .travel_table td,
  th {
    vertical-align: middle !important;
  }
  
  .single article .travel_table td li {
    line-height: 24px;
    list-style-type: none !important;
    padding-bottom: 10px;
  }
  
  .travel_table td li:before {
    position: absolute;
    height: 7px;
    width: 7px;
    left: 5px;
    top: 9px;
    content: "";
    background: var(--primary-color);
    border-radius: 50%;
    display: block;
  }
  
  .travel_table td a {
    display: inline-block;
  }
  
  .travel_table td a img {
    padding-top: 0;
    transition: all 0.3s ease-in;
    opacity: 0.8;
    transform: scale(0.95);
  }
  
  .travel_table td a img:hover {
    opacity: 1;
    transform: scale(1);
  }
  
  .blog-detail-main .emp-img img {
    display: inline-block !important;
  }
  
  .blog-content .table-responsive.expense_track ul li {
    list-style-type: none !important;line-height: 26px; position: relative; padding-left:35px; font-size: 14px;
  }
  
  .blog-content .table-responsive.expense_track ul.pros li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: green;
    top: 1px !important;
    left: 0px;
    position: absolute;
  }
  
  .blog-content .table-responsive.expense_track ul.cons li:before {
    content: "\f00d";
    font-family: fontawesome;
    color: red;
    top: 0 !important;
    left: 0px;
    position: absolute;
  }
  
  .blog-content .table-responsive.expense_track ul.bullet li:before {
    content: "";
    top: 10px !important;
    left: 3px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--black);
  }
  
  
  .blog_index_cover .blog_index {
    counter-reset: item;
    transition: all .3s ease-in-out;
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
    max-height: 500px;
    overflow: auto;
    position: relative;
    padding-left: 0;
    background-color:#fbfbfb;
  }
  
  .blog-content h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 12px;
  }
  
  ol.blog_index li ol {
    counter-reset: subitem;
    padding-left: 40px;
  }
  
  /* ol.blog_index li ol li:before {
    content: counter(item) "." counters(subitem, ".") ". " !important;
    counter-increment: subitem !important;
  } */
  
  
  .label {
    background: #47b475 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 700;
    color:var(--white);
    letter-spacing: 1px;
    line-height: 24px;
    padding: 6px 12px;
    vertical-align: middle;
  }
  
  .btn.btn-filled {
    background: #47b475 none repeat scroll 0 0;
    color: var(--white);
  }
  
  
  ul.bullets {
    list-style: outside disc !important;
  }
  
  .no-bullets {
    list-style: none !important;
  }
  
  ul.lead-2 li {
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 30px;
  }
  
  .fa-ul.blueli li i {
    color: #0070ce
  }
  
  .fa-ul.line-2 li i {
    line-height: 2
  }
  
  /***********blog form***********/
  .blog_form_cover {
    padding: 25px 30px 30px;
    margin: 30px 0;
    background: url(/wp-content/uploads/2021/04/blogForm_patern.png) no-repeat right 5px bottom;
    color: #FFFFFF;
    text-align: left;
    border: 6px solid #95b836
  }
  
  .blog_form_cover .heading {
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--primary-color);
    font-size: 30px !important;
  }
  
  .blog_form_cover .heading small {
    color: #95b836
  }
  
  .blog_form_cover .heading:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    content: "";
    background: #95b836
  }
  
  .blog_form_cover .form-control {
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    background: #ecf3d4 !important;
    color: #666666;
    padding-left: 45px;
    height: 40px
  }
  
  .blog_form_cover p {
    color: #666666;
    margin-bottom: 15px !important;
    line-height: 1.2 !important
  }
  
  body .blog_form_cover textarea.form-control {
    padding-left: 15px;
    min-height: 110px;
    width: 100% !important
  }
  
  .blog_form_cover input[type=submit] {
    margin: 0;
    position: relative;
    top: 0
  }
  
  .blog_form_cover form ::-webkit-input-placeholder {
    color: #666666;
    opacity: 1
  }
  
  .blog_form_cover form ::-moz-placeholder {
    color: #666666;
    opacity: 1
  }
  
  .blog_form_cover form :-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    opacity: 1
  }
  
  .blog_form_cover form :-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    opacity: 1
  }
  
  .blog_form_cover .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 14px;
    line-height: normal;
    list-style: none !important;
    color: #666;
  }
  
  .blog_form_cover .select2-container #select2-budget-container {
    line-height: 38px !important;
  }
  
  .input_cover {
    position: relative;
  }
  
  .input_cover i {
    width: 35px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 8px;
    line-height: 24px;
    border-right: 1px solid #2A3C4A;
    margin: auto;
    height: 24px;
    font-size: 16px;
    color: #2A3C4A;
    z-index: 1
  }
  
  .blog_form_cover #blog-form .select2-container {
    margin-bottom: 0 !important;
    background: #ecf3d4 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-left: 45px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important
  }
  
  .blog_form_cover .select2-container--default .select2-selection--multiple,
  .blog_form_cover .select2-container--default .select2-selection--single {
    background: transparent !important;
    outline: none !important;
    border: 0 !important;
    min-height: 40px;
    line-height: normal;
  }
  
  .blog_form_cover .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .blog_form_cover .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
  }
  
  .blog_form_cover .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .blog_form_cover .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
  }
  
  .blog_form_cover .downarrow .select2-container--default.select2-container--default .select2-selection--multiple::before {
    color: #95b836
  }
  
  .blog_form_cover #blog-form .select2-container .select2-selection--multiple {
    height: auto
  }
  
  .blog_form_cover .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 5px !important;
    margin-top: 2px
  }
  
  .blog_form_cover #blog-form .select2-search__field {
    margin-top: 6px !important;
    color: #666666
  }
  
  .blog_form_cover .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #95b836 transparent transparent transparent !important;
  }
  
  .blog_form_cover .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #95b836 transparent transparent transparent !important;
    border-top-width: 5px
  }
  
  .blog_form_cover .select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 0;
    margin: auto
  }
  
  @media (min-width:768px) and (max-width:1024px) {
    .blog_form_cover {
      padding: 20px
    }
  }
  
  @media (max-width:767px) {
    .blog_form_cover {
      padding: 20px;
      background-size: 80px
    }
  
    .blog_form_cover h2 small {
      display: block
    }
  }
  
  
  /***********************************/
  
  
  .blog-detail-main #flags {
    text-align: center;
    cursor: default;
    width: auto;
    display: inline-block;
    margin-left: 40px;
  }
  
  .blog-detail-main #flags h5 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    background: #47b475;
    padding: 5px;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 5px
  }
  
  .blog-detail-main #flags:hover h5 {
    background: #398f5d
  }
  
  .blog-detail-main #flags ul {
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s
  }
  
  .blog-detail-main #flags ul li {
    display: inline-block;
    float: none !important;
    line-height: 1;
    margin: 0 5px
  }
  
  .blog-detail-main #flags:hover ul {
    opacity: 1;
    visibility: visible
  }
  
  /* BLog quick search start*/
  
  .quicksearch {
    text-align: center;
    margin-top: 30px;
  }
  
  .quicksearch ul li {
    background-color: var(--primary-color);
    display: inline;
    padding: 7px 40px;
    border-radius: 10px;
    color:var(--white);
    cursor: pointer;
    font-size: 16px;
  }
  
  .quicksearch ul li.default {
    display: none;
  }
  
  .quicksearch ul li.active,
  .quicksearch ul li:hover {
    background-color: var(--primary-color);
  }
  
  @media (max-width: 767px) {
    .quicksearch ul li {
      width: 100%;
      margin-bottom: 5px;
      margin-right: 2.5%;
      float: left;
    }
  
    .quicksearch ul {
      padding: 0
    }
  }
  
  
  /* BLog quick search end*/
  
  
  /*single-blog buttons*/
  
  .blog_btns {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px auto 0px !important;
    text-align: center;
    color: #000000;
    z-index: 8;
    clear: both;
    display: block !important;
    flex-direction: column;
  }
  
  /* @media (min-width: 1200px) {
    .blog_btns {
      position: fixed;
      transform: translateX(-260%);
      top: 100px;
      text-align: left;
    }
  }
  
  @media (max-width: 1367px) {
    .blog_btns {
      transform: unset;
      left: 40px;
    }
  } */
  
  @media (max-width: 1299px) {
    .blog_btns {
      transform: unset;
      left: 30px;
    }
  }
  
  .blog_btns li {
    display: inline-block;
    list-style: none !important;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear 0s;
    vertical-align: top;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .blog_btns li:before {
    display: none;
  }
  
  .blog_btns .blog_btn {
    display: inline-block;
    color:#000;
  }
  
  .blog_btns .blog_btn i {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin: 5px;
    background: #FFFFFF;
    transition: all 0.3s linear 0s;
    opacity: 1;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--gray2);
    color: var(--black);
  }
  
  li.share-icon {
    margin: 10px;
  }
  
  .blog_btns .blog_btn:hover i,
  .blog_btns .blog_btn.active i,
  .blog_btns li.has_child:hover>a i {
      background: var(--black); color: var(--white); border-color: var(--black);
  }
  
  /* @media (min-width: 1200px) {
    .blog_btns li:hover ul {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      top: 100%;
      height: 150px;
      padding-left: 0;
      margin-left: 0
    }
  
    .blog_btns li ul li:nth-child(2) {
      top: -50px
    }
  
    .blog_btns li ul li:nth-child(3) {
      top: -100px
    }
  
    .blog_btns li:hover ul li:nth-child(2) {
      top: 0
    }
  
    .blog_btns li:hover ul li:nth-child(3) {
      top: 0
    }
  } */
  
  .blog_btns label {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px 5px 10px;
    border-radius: 0 10px 10px 0;
    background: var(--primary-color);
    color:var(--white);
    left: -10px;
    position: relative;
    z-index: -1;
    vertical-align: middle
  }
  
  .blog_btns li.has_child>a {
    display: inline-block
  }
  
  .blog_btns li.has_child>a>span {
    display: none
  }
  
  .blog_btns li.has_child>a>i {
    display: block
  }
  
  
  .blog_btns li ul {
    padding: 0;
    display: inline-block
  }
  
  /* .blog_btns li.has_child>a>i {
    display: none
  } */
  
  /* .blog_btns li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 0;
    transition: all 0.3s linear 0s;
    min-width: 50px;
    left: 0
  } */
  
  /* .blog_btns li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
    height: 150px;
    padding-left: 0px;
    margin-left: 0px;
  } */
  
  
  .blog_btns label {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px 5px 10px;
    border-radius: 0 10px 10px 0;
    background: var(--primary-color);
    color:var(--white);
    left: -10px;
    position: relative;
    z-index: -1;
    vertical-align: middle;
  }
  
  .blog_btns li.has_child>a {
    display: none;
  }
  
  .blog_btns li.has_child>a>span {
    display: none
  }
  
  .blog_btns li.has_child>a>i {
    display: block
  }
  
  @media (max-width: 1199px) {
    .blog_btns {
      display: block !important;
    }
  
    .blog_btns li {
      vertical-align: baseline;
    }
  
    .blog_btns li ul {
      position: relative;
      top: 0;
      opacity: 1;
      visibility: visible;
    }
  }
  
  /*single-blog buttons ends*/
  
  .blog_box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: normal;
    color: #666666 !important;
    margin: 5px
  }
  
  .blog_box p {
    margin-bottom: 10px
  }
  
  .blog_content {
    padding: 20px
  }
  
  .blog_box figure {
    overflow: hidden;
    height: 250px
  }
  
  .blog_box img {
    transform: scale(1);
    transition: all 0.3s linear 0s !important
  }
  
  
  /**************BlogMain**************/
  
  .new_blog_main.banner {
    background: url(https://cdn.spaceotechnologies.com/wp-content/uploads/2019/01/30040144/icons.png) no-repeat right center !important;
    background-position: left calc(50% + 470px) center !important
  }
  
  .new_blog_main.banner .decor_line {
    position: relative;
    padding-left: 30px
  }
  
  .new_blog_main.banner .decor_line:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: calc(100% - 15px);
    width: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    content: "";
  }
  
  .grid {
    clear: both
  }
  
  .blog_item {
    display: block;
    margin-bottom: 50px;
    font-weight: normal;
    color: #666 !important
  }
  
  .blog_item figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0
  }
  
  .blog_item figure:after {
    position: absolute;
    width: 100%;
    height: 50px;
    content: "";
    bottom: 0;
    left: 0;
    background: url(https://cdn.spaceotechnologies.com/wp-content/uploads/2019/01/31081610/grad.png) repeat-x bottom
  }
  
  .blog_item .post_views {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 2
  }
  
  .blog_item img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s linear 0s
  }
  
  .blog_item:hover img {
    width: 100%;
    transform: scale(1.1)
  }
  
  .blog_item .post_date {
    font-weight: 700;
    color: #95b836
  }
  
  .blog_item .post_date i {
    margin-right: 5px;
    display: none
  }
  
  .read_more_btn {
    background: var(--primary-color);
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 30px;
    padding: 2px;
    display: inline-block;
    margin-bottom: 30px !important;
  }
  
  .read_more_btn i {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 34px;
    height: 34px;
    text-align: center;
    color: var(--primary-color);
    line-height: 34px
  }
  
  .read_more_btn strong {
    font-size: 0 !important;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s linear 0s;
    opacity: 0
  }
  
  .read_more_btn:hover strong {
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 5px;
    opacity: 1
  }
  
  
  /*a:hover .read_more_btn strong,
    a:focus .read_more_btn strong{font-size:16px !important ; padding-left: 15px; padding-right: 5px ; opacity: 1}*/
  
  .blog_item p:empty {
    display: none;
  }
  
  .new_blog_main.listing input#search {
    height: 40px;
    font-size: 14px;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 0 20px;
    border-radius: 50px;
  }
  
  .new_blog_main.listing input#search_submit {
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 50px 50px 0;
  }
  
  .new_blog_main.listing #search_form {
    position: relative;
  }
  
  .new_blog_main.listing #search_form i {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    line-height: 40px;
    text-align: center;
    pointer-events: none
  }
  
  .blog_main_sidecol .blog_subscription {
    margin-bottom: 30px;
    background: var(--primary-color);
    padding: 30px
  }
  
  .blog_main_sidecol .blog_subscription input[type="email"] {
    height: 40px;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    color: #666666;
    border: 0;
    border-radius: 0
  }
  
  .blog_main_sidecol .blog_subscription [type="submit"] {
    height: 40px;
    font-weight: bold;
    color:var(--white);
    background: #000000;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    border: 0;
    margin-top: 10px;
    margin: 0;
    font-size: 16px;
    text-transform: none;
    outline: 0 !important
  }
  
  .blog_main_sidecol .feedburner-email-subscription {
    width: 100%;
    margin-top: 20px
  }
  
  .blog_main_sidecol .mc4wp-alert p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #000000
  }
  
  .blog_main_sidecol .mc4wp-alert.mc4wp-error p {
    color: red;
  }
  
  .blog_main_sidecol .cats {
    position: relative;
    padding: 30px;
    border: 1px solid #DDDDDD;
    margin-bottom: 30px
  }
  
  .blog_main_sidecol .cats ul {
    padding: 0;
    margin: 0;
    max-height: 340px;
    overflow-y: scroll
  }
  
  .blog_main_sidecol .cats ul li {
    padding-left: 20px;
    position: relative
  }
  
  .blog_main_sidecol .cats ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #dddddd
  }
  
  .blog_main_sidecol .cats ul li a {
    display: block;
    padding: 5px;
    font-weight: normal;
    color: #95b836
  }
  
  .blog_main_sidecol .cats ul li a:hover {
    text-decoration: underline !important
  }
  
  .whitepaper {
    background: #444 url(https://cdn.spaceotechnologies.com/wp-content/uploads/2019/01/30040143/whitepaper_bg.jpg) no-repeat center center / cover;
    text-align: center;
    padding: 30px
  }
  
  .whitepaper .read_more_btn strong {
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 5px;
    opacity: 1
  }
  
  .load_more_blogs {
    display: block;
    border: 10px solid #f9f9f9;
    padding: 20px;
    color: var(--primary-color);
    text-align: center;
    cursor: pointer
  }
  
  .load_more_blogs:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000
  }
  
  .load_more_blogs[disabled] {
    background: #f9f9f9;
    cursor: not-allowed;
    color: #DDDDDD;
    border-color: #f9f9f9
  }
  
  .new_blog_main.pattern_bg {
    background: #f9f9f9 url(https://cdn.spaceotechnologies.com/wp-content/uploads/2019/01/31075913/diamonds.png) repeat !important
  }
  
  .blog_subscription_form {
    text-align: center;
    max-width: 780px;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px
  }
  
  .who_subscribe {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }
  
  .blog_subscription_form input[type="text"] {
    border: 2px solid #dddddd;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    padding: 0 170px 0 15px;
    background: transparent;
    font-size: 14px
  }
  
  .blog_subscription_form button[type="submit"] {
    background: var(--primary-color);
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    font-size: 16px;
    text-transform: none !important;
    outline: none !important;
    margin-right: 0;
    margin-bottom: 0
  }
  
  .blog_subscription_form .feedburner-email-subscription {
    width: 100%;
  }
  
  .new_blog_main input,
  .new_blog_main button {
    outline: none
  }
  
  @media screen and (min-width: 768px) {
    .content_side {
      display: flex
    }
  
    .float_col {
      height: auto !important
    }
  }
  
  @media screen and (max-width: 70em) {
    .new_blog_main .grid figure {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .new_blog_main.banner {
      background: #FFFFFF !important
    }
  
    .blog_main_sidecol .blog_subscription {
      padding: 15px
    }
  
    .blog_main_sidecol .cats {
      padding: 15px
    }
  
    .whitepaper {
      padding: 15px
    }
  
    .blog_main_sidecol #search_form,
    .blog_main_sidecol .blog_subscription,
    .blog_main_sidecol .cats {
      margin-bottom: 20px;
    }
  
    .blog_item {
      margin-bottom: 30px;
    }
  
    .load_more_blogs {
      padding: 10px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .new_blog_main h1 {
      font-size: 28px !important;
      line-height: 1.2
    }
  
    .blog_subscription_form {
      padding: 30px 15px;
    }
  
    .blog_subscription_form button[type="submit"] {
      border-radius: 30px;
      position: relative;
      margin-top: 10px
    }
  
    .blog_subscription_form input[type="text"] {
      padding-right: 15px
    }
  
    .blog_main_sidecol {
      margin-top: 20px
    }
  
    .read_more_btn strong {
      font-size: 16px !important;
      padding-left: 15px;
      padding-right: 5px;
      opacity: 1
    }
  
    .new_blog_main.pattern_bg {
      display: none
    }
  }
  
  
  /**************End BlogMain**************/
  
  /****author_bio in blog****/
  .author_bio { background: #fff6f5; background: linear-gradient(122deg,rgba(255,246,245,1) 0%,rgba(241,247,255,1) 100%); border-radius: 8px; width: 100%; max-width: 900px; margin: 20px auto 50px!important; text-align: center; padding: 80px 40px 40px!important; position: relative}
  .author-bio-box {  padding: 0!important; display: block; background: transparent; border: none; box-shadow:none;}
  .author-bio-box img { width: 100px; height: 100px; margin: auto !important;}
  .author-bio-box a { color: #000; border: none;}
  .author-info p.mt-3.mb-2 {  position: absolute;  top: 18px;  left: 0;  right: 0; font-size: 18px}
  .author-info .h5 {  margin: 20px 0 5px!important;  font-size: 24px}
  .author-info p:last-child { font-size: 16px; line-height: 25px}
  .author-info strong { font-weight: 600!important}
  .author_bio p { font-size: .9rem !important; line-height: 1.6;}
  
  .single article .bottom-hr>li {  border-bottom: solid 1px #e5e5e5; padding-bottom: 25px !important; margin-bottom: 25px;}
  
  .comment-reply-title {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .comment-respond input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  input[type="Country"],
  textarea,
  select {
    padding: 14px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .comment-form input[type=submit] {
    background: #95b836 !important;
    padding: 10px 20px;
    color:var(--white);
    border: 0;
    text-transform: uppercase;
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .link_box p.fonts-24 {
      font-size: 18px !important;
    }
  }
  
  
  /*******callout*******/
  
  .callout_box {
    background-color: var(--white);
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 12px 20px 20px #d2d2d2;
    margin: 25px 0 30px !important;
    border: solid 3px #e23c3c;
  }
  
  .callout_box h3 {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
  }
  
  .callout_box h3:before {
    display: none
  }
  
  
  .callout_box input[type="email"] {
    height: 40px;
    vertical-align: top;
    width: 350px;
    padding: 0 15px;
    outline: 0;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .callout_box input[type="submit"] {
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    padding: 10px;
  }
  
  .email-error {
    font-size: 14px;
    color: red;
  }
  
  .callout_box .sec-btn {
    margin-top: 0
  }
  
  .callout_box ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbbbbb;
    opacity: 1
  }
  
  .callout_box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbbbbb;
    opacity: 1
  }
  
  .callout_box :-ms-input-placeholder {
    /* IE 10+ */
    color: #bbbbbb;
    opacity: 1
  }
  
  .callout_box :-moz-placeholder {
    /* Firefox 18- */
    color: #bbbbbb;
    opacity: 1
  }
  
  @media (min-width: 991px) {
    .callout_box .blog-open-modal .mce-error-response-reg {
      position: absolute;
      left: 60px;
      top: 100%;
      margin: auto;
    }
  }
  
  @media (max-width: 767px) {
    .callout_box {
      padding: 35px 20px;
    }
  
    .callout_box h3 {
      font-size: 20px;
    }
  
    .callout_box input[type="email"] {
      max-width: 100%;
      margin-bottom: 10px
    }
  
    .callout_box {
      padding: 20px
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .callout_box h3 {
      font-size: 25px;
    }
  
    .callout_box {
      padding: 20px
    }
  }
  
  
  .travel_table table {
    font-size: 14px !important;
  }
  
  .table-bordered {
    border: 1px solid var(--gray2);
  }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  table>tbody>tr:nth-of-type(odd){ background-color: #f9f9f9; }
  
  @media (max-width: 767px) {
    body.single .grid-container {
      border: none;
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  
    .single article ul {
      padding-left: 0px;
    }
  
    ul.blog_btns ul {
      padding-left: 0px !important;
      margin-left: 0px;
    }
  
    .table-responsive .table {
      min-width: 650px;
    }
  }
  
  .single .commentlist {
    padding-left: 0;
  }
  
  ol.comment-list li {
    font-size: 16px;
    list-style-type: unset;
    line-height: 25px;
    font-weight: 500;
    list-style: none !important;
    margin-bottom: 10px;
    padding: 20px;
    background: #f9f9f9;
  }
  
  .comment-meta img {
    position: absolute;
    margin-right: 20px;
    left: 0;
    top: 0;
    max-width: 50px;
  }
  
  ol.comment-list li article {
    position: relative;
    padding-left: 65px;
  }
  
  .entry-meta.comment-metadata a {
    font-weight: 400;
    color: var(--primary-color);
  }
  
  .entry-meta.comment-metadata {
    display: inline-block;
    padding-left: 10px;
  }
  
  .comment-author.vcard {
    display: inline-block;
    font-size: 18px;
  }
  
  .comment-content p {
    font-weight: 400;
    padding-top: 10px;
  }
  
  ul.children {
    margin-top: 25px;
  }
  
  h3.comments-title {
    font-size: 26px;
    font-weight: 500;
  }
  
  .single p.blog-summary em {
    font-size: 16px !important;
  }
  
  .sticky_new a {
    padding: 9px 20px;
    display: block;
    color: var(--white) !important;
    font-weight: 500;
  }
  
  .sticky_new {
    background: #E23C3B none repeat scroll 0 0;
    bottom: 0;
    color: var(--white);
    flex-grow: inherit;
    font-size: 20px;
    font-weight: 100;
    opacity: .8;
    padding: 5px 10px;
    position: fixed;
    left: -50px;
    transition: all .5s ease 0s;
    width: auto;
    z-index: 999;
    display: none;
    left: 5px !important;
    padding: 0;
    opacity: 1;
    font-size: 16px;
    bottom: 4px;
  }
  
  @media (max-width: 767px) {
    .single .comments-area {
      max-width: unset;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding: 0;
    }
  
    ul.children {
      margin-top: 15px;
    }
  
    h3.comments-title {
      font-size: 20px;
      font-weight: 500;
    }
  
    .sticky_new {
      width: 100%;
      text-align: center;
      right: 0 !important;
      display: none !important;
    }
  
  }
  
  
  .company_info-icon i.toolti {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    width: 20px;
    margin-right: 10px;
  }
  
  .sec-btn.subscribe_btn.mt0 .btn {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    white-space: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
  }
  
  .require_cta p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500;
    max-width: 310px;
    color: var(--black);
    margin-bottom: 0 !important;
  }
  
  .require_cta {
    display: flex;
    align-items: center;
    background: #f6f6ff;
    padding: 0 25px 0 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 3px solid var(--primary-color);
    overflow: hidden;
  }
  
  
  .single article .table-responsive.expense_track ul {
    margin-bottom: 0;
  }
  
  .single article .table-responsive.expense_track ul li {
    list-style-type: none !important;
    line-height: 26px;
    position: relative;
    padding-left: 35px;
    font-size: .938rem;
    padding-bottom: 8px;
  }
  
  .single article .table-responsive.expense_track ul li:last-child {
    padding-bottom: 0;
  }
  
  .single article .table-responsive.expense_track ul.pros li:before {
      background-image:url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/Pros.svg); position: absolute; background-color: #fff;
      content: ""; width: 25px; height: 25px; border-radius: 0 !important; background-repeat: no-repeat !important; top: 3px !important;
  }
  
  .single article .table-responsive.expense_track ul.cons li:before {
      background-image:url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/Cons.svg); content: ""; background-color: #fff;
      position: absolute; width: 25px; height: 25px; border-radius: 0 !important; background-repeat: no-repeat !important;  top: 3px !important;
  }
  
  .single article .col-md-6 {
    width: 50%;
    float: left;
  }
  
  .blog-box.accr_box.on-demand-apps li {
    list-style: none !important;
    padding-left: 0;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
  }
  
  .accr_box.on-demand-apps ul li:before {
    position: absolute; content: ""; background:#000 !important; height: 5px; width: 5px; top: 12px; border-radius: 50%; display: block; left: -20px;
  }
  
  .border-right-blog {
    border-right: 1px solid var(--gray2);
  }
  
  .btn-dowload {
    padding: 10px 20px;
    color:var(--white);
    background-color: #e23c3c !important;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  
  @media (max-width: 767px) {
    .require_cta figure {
      display: none;
    }
  
    .require_cta p {
      max-width: unset;
    }
  
    .require_cta {
      display: inherit;
      padding: 20px;
      text-align: center;
    }
  
    .blog_index_cover {
      padding: 14px 10px;
    }
  
    .col-md-6 {
      width: 100%;
      float: unset;
    }
  
    .border-right-blog {
      border-right: unset;
    }
  
  }
  
  /******* Blog New format ***********/
  .single article .bullet-new-box .list {
    padding: 0;
  }
  
  .bullet-new-box {
    padding: 25px !important;
    margin: 20px 0 30px !important;
    line-height: 30px;
    border: 3px solid #d0edfd;
    background-color: #fff;
    box-shadow: none !important;
    border-radius: 0;
  }
  .bullet-new-box ul {
      margin: 0px;
  }
  ol.bullet-new-box li, .bullet-new-box ol li{
    margin-left: 15px;
  }

  article ul li:before {
    content: ""; border-radius: 50%; display: block; background: #000000; position: absolute; height: 5px; width: 5px; left: 0px; top: 12px;
  }
  
  .idea-box { position: relative; border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; }
  
  .listing-bx {
    border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative;
    padding: 35px 35px 35px 40px !important;
    margin: 40px 0 30px !important;
  }
  
  .listing-bx li {
    margin-left: 15px;
  }
  
  .listing-bx li::marker,
  ol.list li::marker {
    font-size: 1.4rem;
  }
  
  .single article ol.listing-bx {
    margin: 0;
  }
  
  ol.listing-bx ol.bullet-new-box li {
    margin-left: 15px;
  }
  
  .listing-bx:before {
      content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/listing-bx.svg);
      width: 44px; height: 60px; position: absolute; z-index: 1; top: -30px; right: -15px; background-size:100%;
  }
  
  .question-listig li {
    padding-bottom: 10px;
  }
  
  
  .question-listig, .why-choose-box {
      border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative; padding: 25px;
  
  }
  
  .question-listig:before, .why-choose-box:before{
    content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/question-listig.svg); width: 44px; height: 44px;
    position: absolute; z-index: 1; top: -20px; right: -15px; background-size:100%;
  }
  .dollar-listig {
      border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative; padding: 25px; margin: 30px 0;
    }
  
  .dollar-listig:before {
      content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/dollar-listig.svg);
      width: 44px; height: 44px; position: absolute; z-index: 1; top: -20px; right: -15px; background-size:100%;
  }
  
  .trophy-listig {
      border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative; padding: 25px; margin: 40px 0 30px;
  }
  
  .trophy-listig:before {
      content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/trophy-listig.svg);
      width: 44px; height: 44px; position: absolute; z-index: 1; top: -20px; right: -15px; background-size:100%;
  }
  
  .learning-box {
    position: relative;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background:var(--white);
    padding: 25px;
    margin: 40px 0 30px;
  }
  
  .learning-box:before {
    content: "";
    background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2022/07/learnig.png);
    height: 46px;
    width: 60px;
    position: absolute;
    right: -15px;
    top: -25px;
    background-repeat: no-repeat;
    background-color:var(--white);
    z-index: 0;
  }
  
  .intro {
      border: 3px solid #d0edfd;
      background-color: #fff;
      box-shadow: none !important;
      padding: 25px;
      position: relative;
      margin: 0 0 25px;
  }
  
  ol.intro li,
  .intro ol li {
    margin-left: 20px;
  }
  
  .highlight-class {
    background: #f2ffce;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    margin-bottom: 20px;
  }
  
  .intro #introduction {
    background-color: transparent;
    border: unset;
    padding: 0;
  }
  
  .winner-img img {
    width: 45px !important;
    height: 45px !important;
    margin-right: 10px !important;
  }
  
  .winner-img td {
    border: 1px solid #95b836 !important;
    padding: 10px !important;
  }
  
  .travel_table th {
    font-weight: 900;
  }
  
  .sec-btn .newsletter-green a {
    color:var(--white);
  }
  
  .travel_table td {
    font-weight: normal;
  }
  
  /******* Blog download link *********/
  
  .download-link {
    display: inline-block;
    border: 2px solid var(--primary-color);
    padding: 10px;
  }
  
  .download-link a {
    color: #000 !important;
  }
  
  .download-link img {
    display: inline-block !important;
    padding-right: 10px;
  }
  
  .travel_table td,
  th {
    font-weight: normal;
  }
  
  .single .table-bordered {
    border: unset !important;
  }
  
  /******* Blog download link *********/
  
  
  @media screen and (max-width: 1024px) {
    .callout_box button {
      font-size: 14px;
    }
  }
  
  
  @media (max-width: 767px) {
    .question-listig:before {
      top: -15px;
    }
  
    .question-listig {
      padding: 20px !important;
    }
  
    .question-listig ul {
      margin: 0;
    }
  
    .callout_box .call_heading {
      font-size: 1.25rem;
    }
  }
  
  .single article span.posted-on.update-dt {
    float: right;
    background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2023/06/Calendar.png);
    padding-left: 26px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(309deg) brightness(100%) contrast(107%);
  }
  
  @media (max-width: 767px) {
    .single article span.posted-on.update-dt {
      float: unset;
      margin-top: 5px;
    }
  }
  
  
  /**** Blog Best route optimize ******/
  .blog-btn .btn.btn-blue {
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 500;
    width: auto;
    height: 44px;
    line-height: 20px;
    background: #2671E8;
    border: 1px solid #2671E8;
    margin-top: -200px;
  }
  
  .blog-cta-block .col-md-5 {
    padding-left: 0;
  }
  
  .blog-cta-block .col-md-7 {
    padding-right: 0;
  }
  
  .blog-cta-block {
    border: 2px solid #2570E8;
    border-radius: 20px;
    background: #E6F0FF;
    padding: 34px 0 35px;
    margin: 20px 0;
    min-width: 710px;
  }
  
  .blog-cta-img {
    padding-left: 15px;
    padding-top: 9px;
  }
  
  .blog-cta-content {
    padding-right: 15px;
  }
  
  .blog-cta-block p.blog-cta-title {
    font-size: 26px !important;
    line-height: 50px !important;
    color: #000000;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  
  .blog-cta-block p.blog-cta-title span {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  
  .blog-cta-block p.blog-cta-para {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #212121;
    font-weight: 500;
  }
  
  .blog-cta-block .cta-listing {
    margin-left: 0;
    margin-bottom: 7px;
    list-style: none;
    padding-left: 0 !important;
    list-style-type: unset !important;
  }
  
  .blog-cta-block .cta-listing li {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    list-style: none !important;
    position: relative;
    padding: 0 0 15px 27px;
  }
  
  .blog-cta-block .cta-listing li:after {
    position: absolute;
    content: "";
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2021/08/right-tick-green.svg) no-repeat;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
  }
  
  .blog-cta-block .btn.btn-blue {
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 500;
    width: 100%;
    height: 44px;
    line-height: 20px;
    background: #e23c3c;
    border: 1px solid #e23c3c;
    font-family: "Poppins", sans-serif;
  }
  
  .blog-cta-block p.cta-details {
    color: #243E55;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 500;
    position: relative;
    padding: 15px 0 0 45px;
    display: inline-block;
  }
  
  .blog-cta-block p.cta-details:after {
    position: absolute;
    content: "";
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2021/08/no-credit-card01.svg) no-repeat;
    left: 25px;
    top: 18px;
    width: 12px;
    height: 9px;
  }
  
  .other-route .heading {
    min-height: 40px;
    font-weight: 500;
    line-height: 20px !important;
  }
  
  .upper-route.other-route figure {
    min-height: 60px !important;
    margin-bottom: 0;
    padding-top: 0px !important;
  }
  
  .other-route figure {
    margin-bottom: 0;
    min-height: 113px;
    padding-top: 30px;
  }
  
  i.fa.fa-star,
  i.fa.fa-star-half-empty {
    color: #FFC600;
    font-size: 18px;
    margin-left: 5px;
  }
  
  .other-route .link a {
    text-decoration: none;
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    background: #e23c3c;
    padding: 8px 15px;
    border-radius: 10px;
  }
  
  .other-route ul {
    text-align: left;
  }
  
  .other-route ul li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    top: 7px;
    left: -20px;
    background: #A9D82A;
    border-radius: 10px;
  }
  
  .other-route ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 7px;
    list-style: none !important;
    font-size: 14px;
  }
  
  .upper-route.other-route {
    border: 2px solid #A8D729;
    margin: 0;
    position: relative;
    background: #f3fbd3;
    color: var(--black);
  }
  
  .other-route {
    border-radius: 10px;
    max-width: calc(33% - 8px);
    background-color: #FBFBFB;
    box-shadow: 0 3px 12px 0 rgb(79 79 79 / 12%);
    box-sizing: border-box;
    padding: 30px 11px 15px;
    border: 1px solid #A8D729;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .other-route.col-md-4.order-md-1 {
    margin-right: 10px;
  }
  
  .upper-route.other-route:before {
    position: absolute;
    background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2022/01/top-recommed.png);
    content: '';
    top: -9px;
    right: 0;
    left: 0;
    width: 196px;
    height: 31px;
    text-align: center;
    margin: 0 auto;
  }
  
  .upper-route.other-route:after {
    position: absolute;
    content: 'Recommended';
    top: -5px;
    right: 0;
    left: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
  
  .btn_table {
    width: 150px;
    text-align: center;
  }
  
  .route-table td img {
    height: auto;
    max-height: 100px;
    max-width: 90%;
    vertical-align: middle;
    transition: all 0.2s;
  }
  
  .route-table td:hover img {
    transform: scale(1.3);
  }
  
  .single article ul.cons li {
    padding-bottom: 10px;
  }
  
  .other-route figure img {
    height: auto;
    max-height: 100px;
    max-width: 90%;
    vertical-align: middle;
    transition: all 0.2s;
  }
  
  .other-route figure:hover img {
    transform: scale(1.3);
  }
  
  .color-change {
    animation: zoomin 2s infinite ease-in-out;
    animation: zoomout 2s infinite ease-in-out;
    margin-top: -130px !important;
    margin-left: 270px !important;
  }
  
  @-webkit-keyframes zoomin {
    0% {
      transform: scale(0);
      opacity: 0;
    }
  
    50% {
      transform: scale(1);
      opacity: 0.5;
    }
  
    100% {
      transform: scale(1.5);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes zoomout {
    0% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(0.67);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
  .cg-tbl-ribbon {
    padding: 4px 10px;
    min-width: 200px;
    margin: 0 0px 20px -8px;
    background-color: #005aff;
    color:var(--white);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
  
  .open-video-modal {
    cursor: pointer;
    position: relative;
  }
  
  .video_play_btn {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    line-height: 70px;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
  }
  
  .open-video-modal .video_play_btn:after {
    z-index: -1;
    opacity: 0;
    border-color:var(--white);
    border-radius: inherit;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    left: 0;
    top: -10px;
    width: 100%;
    height: 100%;
    content: "";
    animation-name: icon-animate;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background:var(--white);
  }
  
  @keyframes icon-animate {
    0% {
      opacity: .7;
      -ms-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
  
    25% {
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: .5;
    }
  
    60% {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @media (max-width: 1024px) {
    .color-change {
      display: none !important;
    }
  }
  
  @media (max-width: 991px) {
    .blog-cta-block {
      min-width: 100% !important;
    }
  }
  
  @media (max-width: 767px) {
    .blog-btn .btn.btn-blue {
      margin-top: 0;
      margin-bottom: 20px;
    }
  
    .blog-cta-block {
      padding: 35px 0;
    }
  
    .blog-cta-block .col-md-7 {
      padding-right: 15px;
    }
  
    .blog-cta-img {
      text-align: center;
      padding: 0 15px;
    }
  
    .blog-cta-block .col-md-5 {
      padding-left: 15px;
    }
  
    .blog-cta-content {
      max-width: 275px;
      margin: 0 auto;
      padding: 15px 0 0;
    }
  
    .other-route figure {
      margin-bottom: 10px;
      min-height: auto;
      padding-top: 10px;
    }
  
    .other-route .heading {
      min-height: auto;
    }
  
    .other-route {
      max-width: 100%;
      margin: 10px 15px !important;
    }
  
    .btn_table {
      width: auto;
    }
  
    td.star {
      min-width: 130px;
    }
  
  }
  
  
  /****** Blog css accroidian **********/
  
  .blog-accordian .card {
    border-bottom: 1px solid var(--gray2);
    padding: 10px 10px;
  }
  
  .blog-accordian .card .card-header a {
    font-size: 1rem !important;
    line-height: 1.4;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000000 !important;
  }
  
  .blog-accordian .card .card-header a:after,
  .blog-accordian .card .card-header a:before {
    width: 10px !important;
  }
  
  ol.step li h3 {
    display: inline-block;
  }
  
  .subpoint {
    padding-left: 10px;
    padding-bottom: 10px;
  
  }
  
  ul.upper-alpha li {
    list-style: upper-alpha !important;
  }
  
  ul.lower-alpha li {
    list-style: lower-alpha !important;
  }
  
  ul.upper-alpha li::marker {
    font-weight: 500;
  }
  
  ul.lower-alpha li::marker {
    font-weight: 500;
  }
  
  
  .single article .inside-article .entry-content td a {
    border-bottom: 0;
  }
  
  .author-info {
    margin: 0 !important;
  }
  
  @media screen and (max-width:767px) {
    .author-info {
      margin: 20px 0 0 !important;
    }
  }
  
  
  /* For table review start and content */
  /**** Date 11-11-2022 *****/
  
  .star-row-table svg {
    margin-right: 0px !important;
  }
  
  .star-row-table {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .star-row-table span {
    font-weight: 500;
  }
  
  .star-row-table #repo-stars-counter-star {
    padding: 0 10px;
  }
  
  .star-row-table svg path {
    fill: #edb300;
  }
  
  @media screen and (max-width:767px) {
    .star-row-table {
      display: block;
    }
  
    .star-row-table span {
      display: block !important;
      padding: 5px 0 !important;
    }
  }
  
  .blog_index_cover ol.blog_index li ol li ol {
    display: none;
  }
  
  /**** Dowload CTA ****/
  .download-app-bx {
    position: relative;
    padding: 1.2rem 2.2rem;
    background: #E6FFF2;
    overflow: hidden;
    background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2022/11/spaceo-logo-black.png);
    background-repeat: no-repeat;
    background-position: 98% 98%;
    background-size: 78px;
  }
  
  .download-app-bx::after {
    position: absolute;
    margin: auto;
    content: "";
    background: url(https://spaceotechnologies.com/wp-content/uploads/2022/11/Asset-5.png);
    left: 0;
    bottom: 0;
    width: 30px;
    height: 25px;
  }
  
  .download-app-bx::before {
    position: absolute;
    margin: auto;
    content: "";
    background: url(https://spaceotechnologies.com/wp-content/uploads/2022/11/Asset-5.png);
    right: 0;
    top: 0;
    width: 30px;
    height: 50px;
  }
  
  .download-app-heading .down-head span {
    font-size: 1.2rem !important;
    font-weight: 400;
  }
  
  .download-app-heading .down-head,
  .download-app-heading .down-head p {
    margin: 0 !important;
    font-size: 1.25rem !important;
    color: var(--black);
    line-height: 1.5;
    font-weight: 500;
  }
  
  .download-app-heading .down-head .h2 {
    font-size: 26px !important;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .company-list-soi img {
    max-height: 300px;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }
  
  .company-list-soi::before {
    position: absolute;
    margin: auto;
    content: "";
    background: url(https://spaceotechnologies.com/wp-content/uploads/2022/11/Asset-5.png);
    left: 42px;
    top: 18px;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  
  .company-list-soi::after {
    position: absolute;
    margin: auto;
    content: "";
    background: url(https://spaceotechnologies.com/wp-content/uploads/2022/11/Asset-5.png);
    right: 90px;
    bottom: 5px;
    width: 66px;
    height: 55px;
    z-index: 1;
  }
  
  .download-app-heading {
    position: relative;
  }
  
  .download-app-heading::after {
    position: absolute;
    margin: auto;
    top: 0;
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2022/11/arrow-icon-download.png);
    content: "";
    width: 55px;
    height: 86px;
    z-index: 999;
    right: -20px;
    background-repeat: no-repeat;
    bottom: -165px;
    transform: rotate(20deg);
  }
  
  .btn.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    background: #00733B !important;
    color: var(--white) !important;
    border: none !important;
    padding: 10px 25px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
  }
  
  .btn.download-btn:hover {
    opacity: .9;
  }
  
  .btn.download-btn .icon-download {
    padding-right: 8px;
  }
  
  @media screen and (max-width: 991px) {
    .download-desk {
      margin-bottom: 50px;
    }
  
    .download-desk ul.list::after {
      transform: translate(210px, -70px) rotate(20deg);
    }
  
    .download-app-heading::after {
      left: 260px;
    }
  
    .company-list-soi::before {
      left: 35%;
      transform: translateX(-35%);
    }
  
    .company-list-soi::after {
      right: 35%;
      transform: translateX(-35%);
    }
  }
  
  @media screen and (max-width: 767px) {
    .company-list-soi::before {
      left: 30%;
      transform: translateX(-30%);
    }
  
    .company-list-soi::after {
      right: 30%;
      transform: translateX(-30%);
    }
  }
  
  @media screen and (max-width: 600px) {
    .company-list-soi::before {
      left: 25%;
      transform: translateX(-25%);
    }
  
    .company-list-soi::after {
      right: 25%;
      transform: translateX(-25%);
    }
  }
  
  @media screen and (max-width: 460px) {
    .company-list-soi::before {
      left: 10%;
      transform: translateX(-10%);
    }
  
    .company-list-soi::after {
      right: 20%;
      transform: translateX(-20%);
    }
  }
  
  @media screen and (max-width: 560px) {
    .download-app-heading:after {
      width: 36px;
      height: 70px;
      background-size: 100%;
      right: 0;
      bottom: -185px;
      left: 245px;
    }
  }
  
  @media screen and (max-width: 460px) {
    .download-desk ul.list::after {
      display: none;
    }
  
    .download-desk ul.list {
      padding: 15px 0 25px;
    }
  
    .download-app-bx {
      background-size: 55px;
    }
  }
  
  /*** Start Blue Box *****/
  .download-app-bx.blue-box {
    background-color: #f0f9fe;
  }
  
  .download-app-bx.blue-box .btn.download-btn {
    background: #37a7d9 !important;
  }
  
  .download-app-bx.blue-box::before,
  .download-app-bx.blue-box::after,
  .blue-box .company-list-soi::before,
  .blue-box .company-list-soi::after {
    filter: brightness(0) saturate(100%) invert(80%) sepia(32%) saturate(464%) hue-rotate(166deg) brightness(91%) contrast(106%);
  }
  
  .blue-box .download-app-heading::after {
    filter: brightness(0) saturate(100%) invert(57%) sepia(82%) saturate(1598%) hue-rotate(169deg) brightness(94%) contrast(88%);
  }
  
  /*** End Blue Box *****/
  
  /*** Start Purple Box *****/
  .download-app-bx.purple-box {
    background-color: #f7e9ff;
  }
  
  .download-app-bx.purple-box .btn.download-btn {
    background: #600bb1 !important;
  }
  
  .download-app-bx.purple-box::before,
  .download-app-bx.purple-box::after,
  .purple-box .company-list-soi::before,
  .purple-box .company-list-soi::after {
    filter: brightness(0) saturate(100%) invert(83%) sepia(14%) saturate(1726%) hue-rotate(205deg) brightness(98%) contrast(94%);
  }
  
  .purple-box .download-app-heading::after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(6193%) hue-rotate(274deg) brightness(73%) contrast(112%);
  }
  
  /*** End Purple Box *****/
  
  /*** Start Brown Box *****/
  .download-app-bx.brown-box {
    background-color: #fff2e9;
  }
  
  .download-app-bx.brown-box .btn.download-btn {
    background: #b7713d !important;
  }
  
  .download-app-bx.brown-box::before,
  .download-app-bx.brown-box::after,
  .brown-box .company-list-soi::before,
  .brown-box .company-list-soi::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(2657%) hue-rotate(298deg) brightness(95%) contrast(88%);
  }
  
  .brown-box .download-app-heading::after {
    filter: brightness(0) saturate(100%) invert(49%) sepia(25%) saturate(1026%) hue-rotate(343deg) brightness(94%) contrast(92%);
  }
  
  /*** End Brown Box *****/
  
  /********** For Sticky CTA *****************/
  .sticky_btm_cta {
    display: none !important;
  }
  
  @media screen and (max-width: 767px) {
    .sticky_btm_cta {
      padding: 0;
      display: block !important;
      position: fixed;
      bottom: 0;
      width: 100%;
      margin: 0 0 0 0;
      z-index: 9;
      right: 0;
    }
  
    .sticky_btm_cta .btn {
      width: 100%;
      margin: 0 !important;
      border-radius: 0;
    }
  
    .sticky_btm_cta .aero_icon {
      display: inline-block !important;
    }
  }
  
  /********** End Sticky CTA *****************/
  
  
  /*** Date 12-12-2022 ***/
  /****table css move from coustomization css****/
  .table-bordered>tbody>tr>th {
      background-color: #eef9ff; color: #000; border: solid 1px #000 !important;
  }
  
  @media screen and (min-width:1200px) {
    .table-bordered>tbody>tr>th {
      position: sticky;
      top: 66px;
      z-index: 7;
    }
  
    .table-bordered>tbody>tr:nth-child(2)>th {
      top: 98px;
    }
  }
  
  .table-bordered>tbody>tr>td,
  .table-bordered>tbody>tr>th,
  .table-bordered>tfoot>tr>td,
  .table-bordered>tfoot>tr>th,
  .table-bordered>thead>tr>td,
  .table-bordered>thead>tr>th {
      font-size:14px; border: solid 1px #000 !important;
  }
  
  .travel_table table {
    width: 100%;
    margin: 0 auto;
    background:var(--white);
  }
  .travel_table td ul li { line-height: 16px; list-style-type: none !important; margin-bottom: 10px; font-size: 13px; padding-bottom: 0; }
  .travel_table td ul li:last-child{ margin-bottom:0px; }
  .travel_table td ul li:before{ background: #000000; height: 5px; width: 5px; left: 5px; top: 6px; }
  /****blog not updated css ****/
  .single article .inside-article .entry-content .link_box a {
    border-bottom: 0;
    color: var(--primary-color);
  }
  
  .single article .inside-article .entry-content button a {
    border-bottom: 0;
  }
  
  .single article .inside-article .entry-content a.btn {
    border-bottom: 0;
    color:var(--white);
  }
  
  
  .single article .inside-article .entry-content button a {
    color:var(--white);
  }
  
  .single article ol.factor {
    list-style-type: none;
    counter-reset: elementcounter;
    padding-left: 0;
    position: relative;
  }
  
  .single article ol.factor h3 {
    font-size: 1.1rem;
  }
  
  .single article ol.factor>li:before {
    left: 0;
    position: absolute;
    content: "Factor " counter(elementcounter) ". ";
    counter-increment: elementcounter;
    font-weight: 500;
    white-space: nowrap;
    font-size: 1.1rem;
  }
  
  .single article ol.tip {
    list-style-type: none;
    counter-reset: elementcounter;
    padding-left: 0;
    position: relative;
  }
  
  .single article ol.tip>li:before {
    left: 0;
    position: absolute;
    content: "Tip " counter(elementcounter) ". ";
    counter-increment: elementcounter;
    font-weight: 500;
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  
  
  .single article ol.factor>li {
    line-height: 22px;
    padding-left: 80px;
    list-style-type: none;
  }
  
  .single article ol.tip>li {
    margin-bottom: 10px;
    line-height: inherit;
    padding-left: 50px;
    list-style: none !important;
  }
  
  
  /****updated css ****/
  
  .time-listig {
      border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative; padding: 25px; margin: 40px 0 30px;
  }
  
  .time-listig:before {
      content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/time-listig.svg);
      width: 44px; height: 44px; position: absolute; z-index: 1; top: -20px; right: -15px; background-size:100%;
  }
  
  .time-listig ul li:last-child {
    padding-bottom: 0px !important;
  }
  
  /**** Blog Detail page ****/
  @media screen and (max-width:767px) {
    .related-blogs h2 {
      margin-left: auto;
      max-width: 360px;
      margin-right: auto;
    }
  
    .related-blogs .blog-div,
    .related-blogs .related-title {
      max-width: 540px;
      margin: auto;
    }
  }
  
  @media screen and (min-width:1200px) {
  
    .table-responsive.expense_track tr th,
    .table-responsive.payment_company_table tr th {
      position: sticky;
      top: 54px;
      z-index: 7;
      background: var(--primary-color);
      color:var(--white);
    }
  }
  
  @media screen and (min-width:992px) {
    .single article table img {
      transform: scale(.8);
      max-width: 120px;
      transition: all .2s ease-in-out;
    }
  
    .single article table img:hover {
      transform: scale(1);
    }
  }
  
  @media screen and (max-width:991px) {
  
    .table-responsive.expense_track tr th,
    .table-responsive.payment_company_table tr th {
      top: 0;
    }
  }
  
  /******* Date 02-01-2023 *****/
  .single article pre {
    display: block;
    margin: 25px 0px;
    background-color: var(--black);
    border: 1px solid #111b27;
    color:var(--white);
    border-radius: .375rem;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    padding: 1rem;
    line-height: 28px;
    font-size: 14px !important;
    word-break: normal;
    word-spacing: normal;
    white-space: pre-wrap;
    color: var(--white) !important;
  }
  
  .single article pre span {
    color:var(--white);
  }
  
  .single article pre span.pink {
    color: #df3079;
  }
  
  .single article pre.code-formet span.green {
    color: #00a67d;
  }
  
  .single article pre.code-formet span.red {
    color: #f22c3d;
  }
  
  .single article pre.code-formet span.comment-code {
    color: hsla(0, 0%, 100%, .5);
  }
  
  .single article pre.code-formet span.gray {
    color: hsla(0, 0%, 100%, .6);
  }
  
  .single article pre.code-formet span.blue {
    color: #2e95d3;
  }
  
  .single article pre.code-formet span.yellow {
    color: #e9950c;
  }
  
  .code-bx {
    position: relative;
  }
  
  .coding::after {
    content: "";
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2023/01/coding.svg) no-repeat;
    height: 45px;
    width: 45px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--white) !important;
  }
  
  .copy-clipboard {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: center;
  }
  
  .copy-clipboard svg {
    width: 20px;
    height: 20px;
    fill:var(--white);
    cursor: pointer;
  }
  
  .copied {
    color:var(--white);
    font-size: 14px !important;
  }
  
  
  
  @media screen and (max-width:991px) {
    .single article ul.blog_btns {
      display: block !important;
    }
  }
  
  /******* Date 28-02-2023 *********/
  
  ol.blog_index li ol {
    display: none;
  }
  
  ol.blog_index li.active ol {
    display: block;
    padding: 0;
    margin: 0 !important;
  }
  
  .single article .blog_index_cover ol.blog_index li.active ol li a {
    color: #848484 !important;
    font-weight: 400 !important;
  }
  
  ol.blog_index li.active ol li a::after {
    display: none;
  }
  
  .single article .blog_index_cover ol.blog_index li.active ol li.active a {
    color: var(--black) !important;
    font-weight: 500 !important;
  }
  
  .blog_index_cover {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 110px;
    border-radius: 15px;
    padding: 0;
    background:var(--white);
    border-color: #eef1e9;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
    /* transform: translateX(260%);
    width: 320px; */
    left: 50%;
    transform: translate(-235%,0);
    width: 275px;
  }
  
  .blog_index_cover.is-visible {
    opacity: 1;
    visibility: visible;
  }
  
  
  .single article .blog_index_cover li {
    position: relative;
    list-style: none !important;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  
  .single article .blog_index_cover ol.blog_index li a,
  .single article .blog_index_cover ol.blog_index li.active ol li a {
    font-size: .85rem;
    border-bottom: unset !important;
    display: inherit;
    max-width: calc(100% - 1rem);
    margin-left: 0.2rem;
    padding: .5rem 0 .5rem .75rem;
    border-left: 1.5px solid #d4d4d4;
    line-height: 1.3;
    color: #333333;
    text-decoration: unset !important;
    font-weight: 400 !important;
  }
  
  .single article .blog_index_cover ol.blog_index li.active ol li a {
    padding-left: 30px;
  }
  
  .single article .blog_index_cover ol.blog_index li.active a::after {
    content: '';
    position: absolute;
    border-radius: 3px;
    border-style: solid;
    left: 0;
    border-width: 5px 0 5px 8px;
    border-radius: 0;
    border-color: transparent transparent transparent var(--black);
    top: 10px;
  }
  
  .single article .blog_index_cover ol.blog_index li.active a {
    border: transparent;
    color: var(--black) !important;
    font-weight: 500 !important;
  }
  
  .single article .blog_index_cover ol.blog_index li.active ol li.active a {
    color: var(--black) !important;
    font-weight: 500 !important;
  }
  
  .blog_index_cover .blog_index li.active:after {
    background-image: unset;
    border: 1px solid var(--black);
  }
  
  .site-content .entry-content .blog_index_toggle_btn {
    line-height: 20px;
    color: var(--black);
    text-align: left;
    padding: 15px 15px 15px 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem !important;
    background-color: #f8f8f8;
    text-align: left;
    padding: 16px 20px;
    border-top-right-radius: 15px 
  }
  
  @media screen and (max-width:1400px) {
    /* .blog_index_cover {
      width: 300px;
      transform: unset;
      right: 30px;
    } */
  }
  
  @media (max-width: 1299px) {
    /* .blog_index_cover {
      width: 280px;
    } */
  }
  
  
  
  @media (max-width: 1199px) {
    .blog_index_cover {
      width: 100%;
      left: 0;
      right: 0;
      top: 54px;
      border-bottom: 1px solid #d4d4d4;
      border-radius: 0;
    }
  
    .site-content .entry-content .blog_index_toggle_btn {
      padding: 10px 15px;
      font-size: .95rem !important;
      text-transform: uppercase;
      font-weight: 500;
    }
  
    .single article .blog_index_cover ol.blog_index li.active a {
      font-weight: 600;
    }
  
    .blog_index_toggle_btn {
      text-align: left;
    }
  
    .blog_index_cover.is-visible .blog_index {
      display: none !important;
      padding: 10px 15px !important;
    }
  
    .blog_index_cover.is-visible.open .blog_index {
      display: block !important;
      height: 100% !important;
      background: #f5f5f6 !important;
      margin-bottom: 0;
      max-height: 60vh !important;
      overflow-y: auto !important;
    }
  
    .blog_index_cover.is-visible ol.blog_index li ol {
      display: none !important;
    }
  
    .blog_index_cover .blog_index {
      max-height: 100% !important;
      overflow: inherit !important;
      padding-right: 0;
      border-left: none !important;
    }
  
    .single .blog_index_cover .blog_index li:last-child {
      padding-bottom: 0px !important;
    }
  
    .blog_index_toggle_btn {
      text-align: left;
      margin-bottom: 0;
      font-size: 18px;
    }
  
    .blog_btns li:hover ul {
      height: auto;
    }
  
    .blog_index_toggle_btn {
      color: var(--black);
      background: #f9f9f9;
    }
  
    .blog_index_toggle_btn:after {
      content: "";
      background: url(https://www.spaceotechnologies.com/wp-content/uploads/2023/05/arrow-point-to-right.svg);
      width: 16px;
      height: 10px;
      opacity: 1;
      transition: all 0.1s linear 0s;
      margin-left: 5px;
      position: absolute;
      background-repeat: no-repeat;
      right: 15px;
      top: 16px;
      transition: all .2s ease-in-out;
      background-size: 100%;
    }
  
    .blog_index_cover.is-visible.open .blog_index_toggle_btn:after {
      transform: rotate(180deg);
    }
  
    /* .blog_index_toggle_btn:after {
      font-weight: normal;
      margin-left: 5px;
      content: "[+]";
      color: var(--black);
      position: absolute;
      right: 15px;
      font-size: 14px;
      font-weight: 500;
    }
  
    .blog_index_cover.is-visible.open .blog_index_toggle_btn:after {
      content: "[-]";
    } */
  
  }
  
  .rank-math-breadcrumb a {
    font-size: 16px !important;
    color:#000;
    text-decoration:underline;
  }
  .rank-math-breadcrumb span{
      font-size: 16px !important;
  }
  .rank-math-breadcrumb a:hover{ color:var(--red-color);}
  
  @media screen and (max-width:767px) {
    .rank-math-breadcrumb a,
    .rank-math-breadcrumb p {
      font-size: 13px;
    }
  
    .single article ul li {
      padding-left: 20px;
      padding-bottom: 10px;
      font-size: .85rem;
    }
  
    article ul li:before {
      left: 0px;
    }
  
    .bullet-new-box {
      padding: 20px !important;
    }
  
    .single article .faq_blog h2 {
      font-size: 1.25rem;
    }
  
    .single article .faq_blog h3 {
      font-size: 1.15rem;
    }
  
  }
  
  
  .single article h1 {
    font-size: 2rem;
    line-height: 1.4;
    display: inline-block;
    color: var(--black);
    margin-bottom: 20px;
    margin-top: 50px;
  }
  
  .single article h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000
  }
  
  .single article h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000
  }
  
  .single article h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000
  }
  
  .single article h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000
  }
  
  .single article h6 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000
  }
  
  @media screen and (max-width:767px) {
    body {
      font-size: .875rem;
    }
  
    p {
      margin-bottom: .75rem;
    }
  
    .single article h1 {
      font-size: 1.3rem;
      margin-top: 25px;
    }
  
    .single article h2 {
      font-size: 1.25rem;
    }
  
    .single article h3 {
      font-size: 1.15rem;
    }
  
    .single article h4 {
      font-size: 1rem;
    }
  
    .single article h5 {
      font-size: .9rem;
    }
  
    .single article h6 {
      font-size: .85rem;
    }
  
    .single article ol.factor>li:before {
      position: relative;
    }
  
    .single article ol.factor>li {
      padding: 0;
    }
  
    .listing-bx {
      padding: 30px 25px 25px 30px !important;
    }
  
    .listing-bx li {
      list-style: none;
      margin-left: 5px;
    }
  
    .single article ol li h3,
    .listing-bx li::marker,
    ol.list li::marker {
      font-size: 1rem;
    }
  
    ol.bullet-new-box li,
    .bullet-new-box ol li {
      margin-left: 10px;
    }
  
    .single article ol.list {
      padding-left: 0px;
    }
  
    .single article ol.list li {
      margin-left: 15px;
    }
  
    .single article ol.list .bullet-new-box li {
      margin-left: 0;
    }
  }
  
  .single article .listing-bx ol {
    padding: 0;
    margin: 0;
  }
  
  @media screen and (min-width:1200px) {
  
    .blog_index_cover.is-visible .blog_index:after {
      position: absolute;
      content: "";
      left: 0px;
      width: 2px;
      background-color: #e7e7e7;
      top: 0px;
      z-index: 1;
      height: 100%;
    }
  
    .blog_btns {
      display: none;
    }
  
    .blog_index_cover.is-visible .blog_index::-webkit-scrollbar {
      width: 3px;
    }
  
  
  
    .blog_index_cover.is-visible .blog_index::-webkit-scrollbar-thumb {
      background-color: #f9f9f9;
    }
  }
  
  @media screen and (max-width:1450px) {
    .blog_index_cover.is-visible .blog_index {
      max-height: 420px;
    }
  }
  
  li>ol,
  li>ul {
    margin-left: 0;
  }
  
  .single article .listing-bx ol ul li {
    padding-bottom: 15px;
    margin-left: 0px;
  }
  
  .single .table-bordered,
  .travel_table table tr th:first-child {
    border: unset;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  /******* Date 09-03-2023 *********/
  .table-bordered>tbody>tr>td,
  .table-bordered>tbody>tr>th,
  .table-bordered>tfoot>tr>td,
  .table-bordered>tfoot>tr>th,
  .table-bordered>thead>tr>td,
  .table-bordered>thead>tr>th {
    padding: 8px;border-color: #000 !important;
  }
  
  .single article ol.step>li h3 {
    margin-left: 0 !important;
  }
  
  .faq_blog .list li::marker {
    font-size: 1.4rem;
  }
  
  .faq_blog ol.list ol li::marker,
  .faq_blog ol.list.list ol li::marker {
    font-size: 1rem;
  }
  
  @media screen and (max-width:767px) {
    .faq_blog .list li::marker {
      font-size: .875rem;
    }
  }
  
  
  
  ol.list ol.list li::marker {
    font-size: 1rem !important;
  }
  
  @media screen and (max-width:767px) {
    .single article ol.tip>li:before {
      font-size: 1rem;
    }
  
    .single article ol.tip>li {
      padding-left: 32px;
    }
  }
  
  
  .single article .inside-article .entry-content a.greenc {
    border: none;
  }
  
  .single article .inside-article .entry-content .link_box li {
    padding-bottom: 0;
  }
  
  .single article ol.idea-box {
    padding-left: 50px;
  }
  
  .single article ol.idea-box li::marker {
    font-size: 1.4rem;
  }
  
  @media screen and (max-width:767px) {
    .single article .travel_table td li{font-size:14px;}
  
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th{
      font-size:14px; border: solid 1px #000 !important;
    }
  
    .single article ol.idea-box {
      padding-left: 40px;
    }
  
    .single article ol.idea-box li::marker {
      font-size: 1rem;
    }
  }
  
  .single article .listing-bx ol.inner-list {
    margin: 15px 0;
  }
  
  .single article .listing-bx ol.inner-list li::marker {
    font-size: 1rem;
  }
  
  .single article table img.company-logo {
    border-radius: 10px;
    max-height: 100px;
    object-fit: contain;
    max-width: 100px;
  }
  
  .single article .listing-bx ol.list {
    padding-left: 15px;
  }
  
  ol.bullet-new-box li::marker,
  .bullet-new-box ol.list li::marker {
    font-size: 1rem;
  }
  
  
  @media screen and (min-width:768px) {
    .blog-box.accr_box.on-demand-apps li {
      margin-left: 25px;
    }
  }
  
  @media screen and (max-width:767px) {
    .single article .col-md-6 {
      width: 100%;
    }
  
    .single article ol.list .bullet-new-box li {
      margin-left: 15px !important;
    }
  
    ol.bullet-new-box li::marker,
    .bullet-new-box ol.list li::marker {
      font-size: .875rem;
    }
  
    .single article ol.step>li h3:before {
      font-size: 1rem;
    }
  
    .single ol li ol li,
    ol.bullet-new-box li::marker,
    .bullet-new-box ol.list li::marker {
      font-size: 0.875rem;
    }
  }
  
  .single article .listing-bx ol.factor>li,
  .single article .listing-bx ol.tip>li {
    padding-bottom: 0;
  }
  
  .single article ol.tip>li {
    padding-left: 62px;
  }
  
  @media (max-width: 1100px) and (min-width: 320px) {
    .single article br {
      display: block;
    }
  }
  
  @media screen and (max-width:767px) {
    .single article .col-md-6 {
      padding: 30px 30px 0;
    }
  
    .single article ol.tip>li {
      padding-left: 0px;
    }
  
    .single article ol.tip>li:before {
      position: relative;
    }
  }
  
  .single .download-desk ul.list li {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  
  .single .download-desk ul.list li:before {
    display: none;
  }
  
  
  
  
  /******* Date 04-04-2023 ********/
  .callout_newbox {
    display: flex;
    background: #EEF9FF;
    border-radius: 25px;
    padding: 30px 30px 0;
    margin: 60px 0 25px;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .callout_newbox .right-part img {
    width: 250px;
    margin-top: -80px;
    max-width: fit-content;
  }
  
  .callout_newbox .left-part .call_heading {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  
  .callout_newbox .left-part p {
    line-height: 1.5;
  }
  
  .callout_newbox .sec-btn {
    margin-bottom: 30px;
  }
  
  .callout_newbox .sec-btn .btn {
    font-size: 14px;
  }
  
  @media screen and (max-width:767px) {
    .callout_newbox {
      flex-direction: column;
      margin: 25px 0 15px;
    }
  
    .callout_newbox .left-part {
      text-align: center;
    }
  
    .callout_newbox .left-part .call_heading {
      font-size: 1.25rem;
    }
  
    .callout_newbox .right-part {
      text-align: center;
      margin: auto;
    }
  
    .callout_newbox .right-part img {
      display: none;
    }
  }
  
  
  .blog_index_cover .blog_index:after {
    display: none !important;
  }
  
  .single b,
  .single strong {
    font-weight: 600 !important;
  }
  
  .toc-tip {
    padding: 4px 10px;
    background: #5c5c5c; 
    color:var(--white);
    border-radius: 15px;
    font-size: 12px;
    margin: 2px 0 0 5px !important;
    display: inline-block;
  }
  
  .trophy-listig:before {
    background-color: transparent !important;
  }
  
  .idea-box {
      border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; position: relative; padding: 25px;
  }
  
  .idea-box:before {
      content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/idea-box.svg);
      width: 44px; height: 44px; position: absolute; z-index: 1; top: -20px; right: -15px; background-size:100%;
  }
  
  .kta-list { padding: 25px !important; margin: 50px 0 35px !important; border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important; border-radius: 0; line-height: 30px; position: relative;}
    
  .kta-list::after { position: absolute; margin: auto; content: ""; background-image: url(https://www.spaceotechnologies.com/wp-content/uploads/2024/04/Keytak.svg); 
      width: 46px; height: 60px; position: absolute; z-index: 1; top: -30px; right: -15px; background-size:100%; background-repeat: no-repeat;
  }
    
  .kta-list p {
    font-size: 20px;
    font-weight: 500;
  }
    
  @media screen and (max-width:767px) {
  .kta-list p { font-size: 16px; }
  }
  
  
  ol.idea-box {
    padding: 25px 25px 25px 50px !important;
  }
  
  @media screen and (max-width:767px) {
    ol.idea-box {
      padding: 25px 25px 25px 50px !important;
    }
  }
  
  .author-description strong {
    font-weight: 500;
  }
  
  .listing-bx .bullet-new-box li {
    margin-left: 0px !important;
  }
  
  .listing-bx ol.bullet-new-box li {
    margin-left: 15px !important;
  }
  
  .btn.download-btn .icon-download img {
    display: inline-block;
    margin-right: 10px;
  }
  
  .related-blogs .blog-div {
    height: calc(100% - 20px) !important;
    padding-bottom: 0;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    border: 1px solid #80808063;
    border-radius: 8px 8px 8px 8px !important;
    overflow: hidden;
  }
  
  .single-glossary .related-blogs p {
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .single-glossary .related-blogs {
    margin-top: 3rem;
  }
  
  .single-glossary .blog-div-content {
    padding: 0;
    display: flex;
    overflow: hidden;
    box-shadow: none !important;
  }
  
  .single-glossary .blog-div-title {
    margin: 15px;
  }
  
  .single-glossary .site-footer {
    padding-top: 3rem;
  }
  
  
  /**** Date 01-05-2023 *****/
  #cookie-law-div p {
    line-height: 1.6;
  }
  
  #blog-open .modal-header .close {
    border-radius: 0;
    padding: 10px;
    line-height: 30px;
    font-size: 30px;
    float: right;
    color: #080808;
    z-index: 9;
  }
  
  @media screen and (max-width: 1199px) {
  
    .blog_index_cover.open .blog_index,
    .blog_index_cover.is-visible .blog_index {
      padding-bottom: 0 !important;
    }
  }
  
  @media screen and (max-width:767px) {
    .single-post .link_box:before {
      right: -15px;
    }
  }
  
  
  /********** Date 12-06-2023 **********/
  .entry-header .rank-math-breadcrumb {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .entry-header .rank-math-breadcrumb span img {
    display: inline-block;
  }
  
  .inner-bread {
    display: inline-block;
  }
  
  .single article .entry-meta span.posted-on.head-author i {
    margin-right: 10px;
  }
  
  .single article .entry-meta span.posted-on.head-author b {
    padding-left: 2px;
  }
  
  
  @media screen and (max-width:767px) {
  
    .rank-math-breadcrumb a,
    .rank-math-breadcrumb span,
    .single article .entry-meta {
      font-size: 14px !important;
    }
  
    .single article .entry-meta {
      display: block !important;
      text-align: left;
      position: relative;
      padding: 15px 0 15px 70px;
    }
  
    .single article span.posted-on {
      background: none !important;
      padding-left: 0 !important;
    }
  
    .single article .entry-meta span.posted-on.head-author i {
      position: absolute;
      left: 0;
      width: 60px;
      top: 0;
      bottom: 0;
      margin: 0;
      display: flex;
    }
  }
  
  
  /******** date 28-06-2023 ********/
  .single article ol.factor>li {
    padding-left: 0;
  }
  
  .single article ol.factor>li:before {
    display: none;
  }
  
  .single article ol.factor h3 {
    font-size: 1.4rem;
  }
  
  .single article ol.factor>li h3:before {
    content: "Factor " counter(elementcounter) ". ";
    counter-increment: elementcounter;
    font-weight: 500;
    white-space: nowrap;
  }
  
  @media screen and (max-width:767px) {
    .single article ol.factor h3 {
      font-size: 1.15rem;
    }
  }
  
  
  .blog_btns .blog_btn i svg { fill: var(--black);}
  .blog_btns .blog_btn:hover i svg, .blog_btns .blog_btn.active i svg, .blog_btns li.has_child:hover>a i svg { fill: var(--white);}
  @media screen and (max-width:1199px){
      .blog_index_cover{ top: 64px; background: #f9f9f9;}
      .site-content .entry-content .blog_index_toggle_btn, .blog_index_cover.is-visible.open .blog_index{max-width:930px; margin: auto;}
  }
  
  /****** Date 22-01-2024 ******/
  .right-side { opacity: 0; visibility: hidden; position: fixed; top: 110px; left: calc(50% + 395px);}
  .right-side.is-visible { opacity: 1; visibility: visible; }
  
  .right-side-box { width: 250px; background: #fff; padding: 0; margin-bottom: 20px; box-shadow: 0 3px 10px rgb(0 0 0/20%); border-radius: 5px; padding-bottom: 20px;}
  .right-side-box img { clip-path: ellipse(115% 100% at 50% 0); -webkit-clip-path: ellipse(115% 100% at 50% 0);}
  .sidebar-cta-desc { display: flex; flex-direction: column;}
  .right-heading { font-size: 20px; line-height: 30px; font-weight: 600; margin-bottom: 15px; margin-top: 15px; text-align: center; padding: 0 25px; color: #000;}
  
  .right-side-box.custom-cta { background: #eef9ff; box-shadow: none; padding:25px 15px;}
  .right-side-box.custom-cta .right-heading{ margin-top: 0; margin-bottom: 8px; padding: 0; text-align: left;}
  .right-side-box.custom-cta .discription{ font-size: 15px; line-height: 24px; text-align: left; }
  
  .right-side-box.custom-cta .sec-btn.text-center{ text-align: left !important;}
  
  
  @media (max-width: 1440px){
      .right-side { position: fixed; top: 110px; left: calc(50% + 390px); margin: 0 20px 0 0;}
  }
  @media screen and (max-width:1340px) {
      .blog_index_cover{ transform: translate(-255%,0); width: 240px;} 
      .right-side-box{ width: 220px;}
      .sec-btn .btn{ font-size: 14px;}
      .right-heading{font-size: 18px;}   
  }
  @media screen and (max-width:1240px) {
      .blog_index_cover{ width: 220px; transform: translate(-265%,0);}
      .right-side-box{ width: 200px;} 
      .right-heading{ font-size: 16px; line-height: 24px;}      
  }
  @media screen and (max-width:1200px) {
      .blog_index_cover{transform: none; width: 100%;}
  }
  @media screen and (max-width:1199px) {
  .right-side{display: none !important;}
  .single article{ left: 0; }
  }
  
  
  /********* Related Post *********/
  .related-blogs p.fonts-32 { text-align: center; font-weight: 600;}
  .related-blogs .blog-div { height: calc(100% - 20px) !important; max-width: 100%; padding-bottom: 0; margin-bottom: 20px !important; box-shadow: none !important; border: 1px solid #80808063; border-radius: 8px 8px 8px 8px !important; overflow: hidden}
  .related-blogs p { margin-bottom: 25px; line-height: 1.5; font-weight: 500;}
  .related-blogs { margin-top: 3rem}
  .related-blogs .blog-div-content { padding: 0; display: flex; overflow: hidden; box-shadow: none !important}
  .related-blogs .blog-div-title { margin: 15px; font-size: 16px; font-weight: 500; color: #000; min-height: 58px;}
  .related-blogs .blog-div-title p { font-weight: 400; margin: 10px 0 0 0;}
  .related-blogs .blog-div img { min-height: 215px; object-fit: cover;}
  
  @media screen and (max-width:1400){
      .related-blogs .blog-div img { min-height: 185px; object-fit: cover;}
  }
  @media screen and (max-width:1200){
      .related-blogs .blog-div img { min-height: 152px; object-fit: cover;}
  }
  
  /****** Date 12-04-2024 *******/
  .new-testimonial{ padding: 20px; border: 3px solid #d0edfd; margin-bottom: 25px; background: #fff !important;}
  .new-testimonial .btn-link-arrow { background-image: none !important;}
  .keep-reading { text-align: left; position: relative; margin: 18px 0 0 0; }
  .btn__label-wrapper { padding: 0 10px 0 0; font-size: 14px; color: #fc5454; font-weight: 500; background-image: linear-gradient(180deg,transparent 93%,#fc5454 0%); background-size: 90% 100%; background-repeat: no-repeat; transition: background-size .4s ease; text-transform: capitalize; }
  .btn-link-arrow { position: relative;}
  .btn-link-arrow:hover .btn__label-wrapper { color: #000; text-decoration: none; background-size: 0% 100%;}
  .btn-link-arrow:after { color: #005eb8; content: ""; background: url(/wp-content/uploads/2023/11/arrow-right.svg) no-repeat; display: inline-block; height: 20px; position: absolute; top: 6px; width: 20px; right: auto; background-size: 75%; filter: hue-rotate(495deg) saturate(2);}
  .btn-link-arrow-right:hover.btn-link-arrow:after { animation: slide-left 1s ease-in-out .5s infinite; }
  .blog-div-descriptoin { min-height: 110px; }
  @keyframes slide-left {
  0%,to { transform: translate(0);}
  50% { transform: translate(-5px); }
  }
  
  .blog-portfolio-slider { margin:25px 0 30px !important; border: 3px solid #d0edfd; background-color: #fff; box-shadow: none !important;}
  .blog-portfolio-slider .font-weight-semibold{ font-weight:600 !important;}
  .blog-portfolio-slider .owl-item { padding: 25px 40px;}
  .blog-portfolio-slider .owl-dots{ display: none; }
  .blog-portfolio-slider .owl-nav.disabled { display: block !important;}
  .blog-portfolio-slider .owl-nav.disabled .owl-next,
  .blog-portfolio-slider .owl-nav.disabled .owl-prev { display: inline-block; width: 40px; height: 40px; position: absolute; font-size: 0; text-align: center; background-color: #fff !important; border-radius: 50%; pointer-events: auto; left: -20px; transform: translateY(-50%); top: 50%; bottom: auto; border: solid 2px #caebfc!important; box-shadow: none !important;}
  .blog-portfolio-slider .owl-nav.disabled button.owl-next { left: auto; right: -20px;}
  .blog-portfolio-slider .owl-nav.disabled .owl-next::after,.blog-portfolio-slider .owl-nav.disabled .owl-prev::after { content: ''; position: absolute; left: 0; top: 9px; background: url(https://www.spaceotechnologies.com/wp-content/uploads/2022/12/arrow-left.svg) no-repeat; width: 25px; bottom: 0; margin: auto; background-size: 100%;right: 0;}
  .blog-portfolio-slider .owl-nav.disabled .owl-next::after { transform: scaleX(-1); }
  
  .owl-carousel .owl-item .project-img{ border: solid 1px #efefef;}
  .slider_projects .btn { padding: 10px 15px; font-size: 14px;}
  
  @media screen and (min-width:992px){
  .blog-portfolio-slider  .owl-stage {display: flex; align-items: center;}
  }
  
  @media screen and (max-width:991px){
  .owl-carousel .owl-item .project-img{ width:auto; margin:20px 0 0;}
  .blog-portfolio-slider .owl-nav.disabled button.owl-prev { left: -12px;}
  .blog-portfolio-slider .owl-nav.disabled button.owl-next { right: -12px;}
  .remove-padding li::before { top: 12px;}
  }
  @media screen and (max-width:420px){
  .blog-portfolio-slider .owl-item{ padding: 20px 30px;}
  }
  
  
  .single article .table-responsive.expense_track table th, .single article table th{ background: #eef9ff !important; color: #000 !important; font-weight: 700 !important; }
  .review-count{ display:block; }

  /*** Downlaod button on Feature ***/
.single-templates article .entry-meta {
    margin-bottom: 15px;
  }
  
  .single-templates .down-feature-bc {
    position: relative;
    width: 100%
  }
  
  .single-templates .feature-download-desk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0202022e;
  }
  
  .single-templates .down-feature-bc:hover .feature-download-desk {
    opacity: 1
  }
  
  .single-templates .downloadfiles {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center
  }
  
  
  @media screen and (max-width:767px) {
    .single-post .link_box:before {
      right: -15px;
    }
  }
  
  .single-templates .downloadinner-text {
    background: #fff;
    padding: 3px 10px 3px 16px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #515448;
    font-weight: 700;
  }
    
  /**** Date 28-12-2023 *******/
  .author-bio-box .author-info a strong, .author-bio-box .author-info a {  text-decoration: underline; color: var(--black); font-weight: 500 !important;}
  .author-bio-box .author-info a:hover strong, .author-bio-box .author-info a:hover{ color:var(--secoundy-color);}