/**

Theme Name: Astra Child

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/

.header-logo img{
    transition: all 0.3s ease-out;
}
.sticky .header-logo img{
    width: 100px !important;
}
.custom-header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.3s ease-out !important;
}
.custom-header.sticky{
    background: #002;
}
.custom-navigation nav > ul{
    gap: 30px;
    display: flex;
    margin:0;
    padding:0;
    list-style: none;
}
.sticky .custom-navigation nav > ul > li{
    height: 100px;
}
.custom-navigation nav > ul > li{
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}
.custom-navigation nav > ul > li.mega-menu:hover > ul{
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0px);;
}
.custom-navigation .mega-menu > ul{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 600px;
    opacity: 0;
    pointer-events: none;
    background: #002;
    transition: all 0.3s ease-out;
    list-style: none;
    margin:0;
    padding:0;
}
.custom-navigation .mega-menu > ul > li > a{
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-out;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
}
.custom-navigation .mega-menu > ul > li.current-menu-item > a{
    color: #b72126;
}
.custom-navigation .mega-menu > ul > li > a > svg{
    width: 40px;
    height: auto;
}
.custom-navigation .mega-menu > ul > li > a > svg *{
    fill: #fff;
    transition: all 0.3s ease-out;
}
.custom-navigation .mega-menu > ul > li:hover > a > svg *{
    fill: #b72126;
}
.custom-navigation .mega-menu > ul > li:hover > a{
    color: #b72126;
}
.custom-navigation .mega-menu > ul > li > ul{
    margin: 20px 0 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom-navigation .mega-menu > ul > li > ul a{
    color: #ffffffa6;
    font-size: 16px;
    line-height: 1;
    padding-left: 55px;
    display: block;
    transition: all 0.3s ease-out;
}
.custom-navigation .mega-menu > ul > li > ul >li.current-menu-item > a{
    color: #b72126;
}
.custom-navigation .mega-menu > ul > li > ul a:hover{
    color: #fff;
    padding-left: 60px;
}
.custom-navigation .mega-menu > ul > li{
    padding: 30px;
    border-bottom: 1px solid #ffffff2b;
}
.custom-navigation .mega-menu > ul > li:last-of-type{
    border: none;
}
.custom-navigation nav > ul > li.simple-menu:hover > ul {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0px);;
}
.custom-navigation nav > ul > li.simple-menu > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 370px;
    opacity: 0;
    pointer-events: none;
    background: #002;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: all 0.3s ease-out;
    margin:0;
    padding:0;
    list-style: none;
}
.custom-navigation nav > ul > li.simple-menu > ul  a{
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-out;
    padding:15px;
    border-bottom: 1px solid #ffffff2b;
}
.custom-navigation nav > ul > li.simple-menu > ul  a:hover{
    color: #b72126;
    padding-left: 20px;
}
.custom-navigation nav > ul > li.simple-menu > ul >li.current-menu-item  a{
    color: #b72126;
}
.custom-navigation nav > ul > li > a{
    color: #fff;
    font-size: 22px;
    position: relative;
    transition: all 0.3s ease-out;
    font-family: 'Fjalla One', sans-serif;
}
.custom-navigation nav > ul > li.current-menu-item > a{
    color: #dd6367;
}
.custom-navigation nav > ul > li:hover > a{
    color: #dd6367;
}
.custom-navigation nav > ul > li.current-page-ancestor > a{
    color: #dd6367;
}
.custom-navigation nav > ul > li:before{
    content: "";
    width: 0;
    height: 5px;
    background: #dd6367;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out;
}
.custom-navigation nav > ul > li:hover:before{
    width: 100%;
    left: 0;
}
.custom-navigation nav > ul >li > ul{
    position: absolute;
    border: 1px solid #ffffff2b;
}

.custom-header .elementor-button-wrapper{
    align-items: center !important;
}

.main-btn.reversed .elementor-button-content-wrapper + .arrows{
    display: none;
}
.main-btn.reversed .arrows{
    transform: rotate(180deg);
}
.main-btn a{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 1;
}
.main-btn a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #b72126;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
    z-index: -1;
    border-radius: 60px;
}
.main-btn.blue a:before{
    background: #002;
}
.main-btn:hover a:before{
    width: 30px;
    height: 30px;
    bottom: -10px;
    border-radius: 100%;
}
.inner-heading-icon svg *{
    fill: #fff;
}
.main-btn.light:hover .arrows svg *{
    fill: #fff;
}
.main-btn.blue-arrows:hover .arrows svg *{
    fill: #002;
}
.main-btn:hover .arrows svg *{
    fill: #b72126;
} 

.career-list-item:hover .main-btn a:before{
    width: 30px;
    height: 30px;
    bottom: -10px;
    border-radius: 100%;
}
.career-list-item:hover .main-btn a{
    color: #002 !important;
}

.career-list-item:hover .main-btn.blue-arrows .arrows svg *{
    fill: #002 !important;
}

.career-list-item:hover .main-btn svg:nth-child(1){
    margin-right: -25px;
}
.career-list-item:hover .main-btn svg:nth-child(3){
    margin-left: -25px;
}

.arrows{
    display: flex;
}
.arrows svg *{
    transition: all 0.3s ease-out;
}
.arrows svg{
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-out;
}
.arrows svg:nth-child(1){
    margin-right: -30px;
}
.arrows svg:nth-child(3){
    margin-left: -30px;
}
.main-btn:hover svg:nth-child(1){
    margin-right: -25px;
}
.main-btn:hover svg:nth-child(3){
    margin-left: -25px;
}

.nodecoration-link a{
    text-decoration: none !important;
}
.section-title .elementor-heading-title{
    position: relative;
   
}
.section-title .elementor-heading-title:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #dd6367;
    position: absolute;
    bottom: 0;
    right: -30px;
}
.section-title.inner .elementor-heading-title:before{
    display: none;
}
.section-title.inner .elementor-heading-title span:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #dd6367;
    margin-left: 10px;
}
.section-title.inner.light .elementor-heading-title span:after{
    background: #fff;
}
.section-title.light .elementor-heading-title:after{
    background: #fff;
}

.dot{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #dd6367;
    display: inline-block;
    margin-left: 5px;
}
.light .dot{
    background: #fff;
}

.about-option-box > div{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-option-box > div:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: -67px;
    background: #b72126;
    transition: all 0.3s ease-out;
    z-index: -1;
    transform-origin: left center;
}
.about-option-box:hover > div:before{
    transform: translateY(-50%) scale(1);
}

.about-option-box svg * {
    transition: all 0.3s ease-out;
}
.about-option-box:hover svg *{
    fill: #fff;
}
.about-option-box:hover .about-option-desc > div{
    padding-left: 60px !important;
}
.about-option-desc > div{
    transition: all 0.3s ease-out !important;
}
.solutions-list ul{
    margin:0;
    padding:0;
    list-style: none;
}
.solutions-list ul a{
    position: relative;
    padding-left: 30px !important;
    z-index: 1;
    font-weight: 400 !important;
    transition: all 0.1s ease-out !important;
}
.solutions-list ul a:hover{
    font-weight: 600 !important;
}
.solutions-list ul a:before{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
border: 2px solid #fff;
    /* margin-right: 23px; */
    border-radius: 100%;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    opacity: 1 !important;
}
.solutions-list ul a:hover:before{
    border-color: #ff8b8f;
    transform: scale(6);
    background: #ff8b8f !important;
}
.industry-box a{
    text-decoration: none;
}
.industry-box .elementor-icon-box-title{
    transition: all 0.1s ease-out !important;
}
.industry-box:not(.inner):hover .elementor-icon-box-title{
    font-weight: 600 !important;
}
/* .industry-box:not(.inner) .elementor-icon-box-description{
   
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.solutions-needs svg *{
    fill: #b72126;
}
.industry-box svg *{
    fill: #b72126;
}


.industry-box > div{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.industry-box:not(.inner) > div:before{
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -100px;
    right: -100px;
    background: #b72126;
    border-radius: 100%;
    transform-origin: center;
    transform: scale(0);
    pointer-events: none;
    transition: all 0.3s ease-out;
}
.industry-box:hover > div:before{
    transform: scale(1);
}
.industry-box:hover > div:after{
    opacity: 1;
}
.industry-box > div:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out;
    background: url('arrow-right.svg') no-repeat center center / 100%;
}
.footer-cert-logos{
    width: auto !important;
}

.search-component{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.3s 0.3s ease-out !important;
    transform: scaleY(0);
    transform-origin: top;
}
.search-component.open{
    transition: all 0.3s ease-out !important;
    transform: scaleY(1);
}
.open .search-in{
    transition: all 0.3s 0.3s ease-out !important;
    opacity: 1;
}
.search-in{
    opacity: 0;
    transition: all 0.3s ease-out !important;
}
.close-search-component{
    cursor: pointer;
}
.list-text ul{
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}
.list-text ul li{
    position: relative;
    padding-left: 23px;
    margin-right: auto;
    z-index: 1;
}
.list-text > div > ul > li:before{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
border: 2px solid #090909;
    /* margin-right: 23px; */
    border-radius: 100%;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: -1;
    opacity: 1 !important;
}

.list-text > div > ul > li > ul > li{
    padding:0;
}

.list-text.light > div > ul > li:before{
    border-color: #fff;
}

.list-text > div > ul > li:hover:before{
    border-color: #dedeff;
    transform: scale(5);
    background: #dedeff !important; 
}
.list-text > div > ul > li > ul,.list-text > div > ul > li > ul> li > ul{
    margin:10px 0;
}
.list-text > div > ul > li > ul{
    list-style: disc;
    margin-left: 40px;
}
.preloader-container{
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #002;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sw-logo{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
}
.preloader-container svg{
    width: 300px;
    height: 100%;
}
.logo-dot{
    transform: translateY(-334%) translateX(-173px) scale(3);
}
.logo-text{
    transform: translateY(30px);
    opacity: 0;
}
.jobs-list a{
    text-decoration: none !important;
}
.text-table{
    overflow-x: auto;
}
.text-table td{
    background: #fff;
    padding:20px;
}
.text-table td p{
    margin:0;
}

.customer-support-options ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    list-style: none;
    margin:0;
    padding:0;
}
.customer-support-options ul li > .option{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer-support-options ul li span{
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    line-height: 1.4;
}
.customer-support-options ul li svg{
    width: 30px;
    height: auto;
}
.customer-support-options ul li svg *{
    fill: #b72126;
    transition: all 0.3s ease-out;
}
.customer-support-options ul li:hover svg *{
    fill: #fff;
}
.arrow-down{
    display: flex;
    align-items: center;
}
.arrow-down svg{
    width: 30px;
    height: auto;
}
.customer-support-options ul li{
    border:1px solid #b72126;
    border-radius: 3px;
    padding:15px;
    text-align: center;
    font-size: 15px;
    color: #b72126;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.customer-support-options ul li:hover{
    background: #b72126;
    color: #fff;
    font-weight: 600;
}

.custom-support-content{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    display: flex;
    align-items: flex-end;
    z-index: 9999999;
    transition: all 0.3s ease-out;
}
.custom-support-content.support-open{
    opacity: 1;
    pointer-events: all;
}
.customer-support-content-wrapper{
    background: #b72126;
    padding:80px 0;
    position: relative;
    width: 100%;
    
}
.page-container{
    max-width: 1140px;
    width: 100%;
    padding:0 15px;
    margin:0 auto;
}
.support-data-content{
    display: none;
}
.close-support-content{
    background: transparent;
    position: absolute;
    top: 40px;
    right: 40px;
    border:none;
    padding:0;
}
.close-support-content svg{
    width: 40px;
    height: auto;
}
.close-support-content:hover,.close-support-content:active,.close-support-content:focus{
    background: transparent;
}
.custom-support-content h2{
    color: #fff;
    font-size: 37px;
    margin-bottom: 40px;
}
.c-support-content{
    color: #fff;
    font-size: 17px;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 40px;
}
.c-support-content p:last-of-type{
    margin:0;
}
.c-support-content::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .c-support-content::-webkit-scrollbar-track {
    background: #ff8b8f;
  }
  
  /* Handle */
  .c-support-content::-webkit-scrollbar-thumb {
    background: #fff;
  }
  
  /* Handle on hover */
  .c-support-content::-webkit-scrollbar-thumb:hover {
    background: #002;
  }
  .nodecoration-link{
    text-decoration: none;
  }
  .header-icon svg *{
    fill: #fff;
  }
   .solutions-line .elementor-heading-title,
   .solutions-line .elementor-widget-icon > div,
   .solutions-line .elementor-widget-icon .elementor-icon{
        transition: all 0.3s ease-out;
    }
  .solutions-line:hover .elementor-heading-title{
    color: #fff;
    font-weight: 600 !important;
  }

  .solutions-line:hover .elementor-widget-icon > div{
    margin-right: 0 !important;
  }

   .solutions-line:hover .elementor-widget-icon .elementor-icon{
    color: #fff !important;
  }
  .mobile-trigger{
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
  }
  .mobile-trigger span{
    display: block;
    height: 1px;
    border-bottom: 2px solid #fff;
    width: 100%;
    position: relative;
  }
  .mobile-trigger span:before{
    content: "";
    display: block;
    height: 1px;
    border-bottom: 2px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -8px;
  }
  .mobile-trigger span:after{
    content: "";
    display: block;
    height: 1px;
    border-bottom: 2px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 8px;
  }
  .mobile-navigation-component{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transform: scaleX(0);
    transform-origin: left;
  }
  .mobile-menu nav{
    height: calc(100svh - 190px);
    overflow: auto;
    padding:10px 0;
  }
  .mobile-menu nav > ul{
    list-style: none;
    margin:0;
    padding:0;
  }
  .mobile-menu nav > ul{
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .mobile-menu nav > ul > li > a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    gap: 15px;
    font-family: 'Fjalla One', sans-serif;
    opacity: 0;
    transform: translateY(-20px);
  }
  .mobile-menu nav > ul > li.menu-item-has-children > a:after{
    content: "+";
    font-family: 'Montserrat',sans-serif;
  }
  .mobile-menu nav > ul > li > ul{
    list-style: none;
    margin:20px 0 0 0;
    gap: 7px;
    display: none;
  }
  .mobile-menu nav > ul > li > ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 21px;
    padding:5px 0;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
  }
   /* .mobile-menu nav > ul > li > ul > li.menu-item-has-children > a:after{
    content: "+";
    font-family: 'Montserrat',sans-serif;
  }  */
  .mobile-menu nav > ul > li > ul > li > ul{
    list-style: none;
    margin:10px 0;
  }
  .mobile-menu nav > ul > li > ul > li > ul > li > a{
    color: #fff;
  }



.mobile-menu-cta{
    opacity: 0;
}
.close-mobile-component{
    opacity: 0;
}
.clients-gallery .e-gallery-item{
    background: #fff;
    padding:15px;
}
.option-title{
    cursor: pointer;
    
}
.option-title > div{
    transition: all 0.3s ease-out;
}
.option-title.active > div{
    background: #e3e3ff !important;
}
.option-title .elementor-button-icon{
    transition: all 0.3s ease-out;
}
.option-title.active .elementor-button .elementor-button-icon{
    transform: rotate(180deg) !important;
}
.option-cta a{
    position: relative;
    pointer-events: none;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.option-cta a:before{
    content: "";
    background: #b72126;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    border-radius: 100%;
    width: 100px;
    aspect-ratio: 1/1;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.option-title:hover .option-cta a{
    color: #fff !important;
}
.option-title:hover .option-cta a:before{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
.option-title-content{
    display: none;
}
.option-title .section-title{
    transition: all 0.3s ease-out;
}
.option-title:hover .section-title{
    transform: translateX(20px);
}
.application-form-component{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
}

.application-inner-col{
    opacity: 0;
    transition: none !important;
}
.application-outer-col{
    transform: scaleY(0);
    transform-origin: bottom;
}
.application-outer-col > div{
    max-height: 100vh;
    overflow: auto;
}
.application-form-component{
    opacity: 0;
    pointer-events: none;
}
.close-application-form{
    cursor: pointer;
}
.client-box{
    width: 150px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background: #fff;*/
    margin:0 10px;
}
.client-box img{
    max-width: 70%;
    max-height: 80%;
}
.inner-section .section-title{
    transform: translateX(-100px);
    opacity: 0;
}
.elementor-pagination a{
    text-decoration: none !important;
}
.single-post-content a{
    color: #b72126;
}
.custom-form-label{
    font-family: 'Fjalla One',sans-serif;
    color: #fff;
    font-size: 21px;
}
.single-industry-gallery .gallery-icon{
    aspect-ratio: 1/1;
    background: #fff;
    padding: 20px !important;
    display: flex;
    align-items: center;
}
.single-industry-gallery .e-gallery-item{
    
    background: #fff;
}
.single-industry-gallery .e-gallery-image{
    background-size: 70% !important;
    background-repeat: no-repeat;
}
.team-item:not(:last-child){
    margin-bottom: 40px;
}
.team-item h2{
    margin-bottom: 60px;
}
.team-members-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
.team-member-box{
    background: #F5F5FF;
    padding:0 25px 40px;
    text-align: center;
}

.team-member-image img{
    width: 200px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-top: -20px;
    margin-bottom: 40px;
}
.team-member-content{
    flex:1;
}
.in-icon{
    display: inline-block;
    margin-top: 20px;
}
.team-member-content h3{
    color: #002;
    font-size: 24px;
    margin-bottom: 5px;
}
.team-member-content span{
    display: block;
    font-size: 15px;
    color: #b72126;
}
.step-arrow{
    animation:move 2s 0.3s infinite alternate;
}
.post-item-image{
    overflow: hidden;
}
.post-item-image img{
    transition: all 0.3s ease-out;
}
.post-item:hover .post-item-image img{
    transform: scale(1.06);
}
.timeline-news{
    position: relative;
}
.timeline-news:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    background: rgb(227 227 243);
    pointer-events: none;
}
.timeline-news ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0;
    padding:0;
    gap: 20px;
}
.timeline-news ul li{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.timeline-post-image a{
    background: #fff;
    width: 100px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-post-image img{
    max-width: 80%;
    object-fit: contain;
}
.timeline-post-content{
    flex:1;
}
.timeline-post-item{
    align-self: flex-end;
    padding-left: 80px;
    position: relative;
}
.timeline-post-item:nth-child(odd){
    align-self: flex-start;
    padding-right: 80px;
    padding-left: 0;
    flex-direction: row-reverse;
    text-align: right;
}
.timeline-post-item:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 20px;
    aspect-ratio: 1/1;
    background: #fff;
    /* box-shadow: inset 0 0 0 6px #fff; */
    border-radius: 50%;
    border: 7px solid #b72126;
}
.timeline-post-item:nth-child(odd):before{
    left: auto;
    right: -10px;
}
.timeline-post-item a{
    text-decoration: none !important;
}
.timeline-post-item h3{
    font-size: 20px;
    margin:6px 0 0 0;
    line-height: 1.4;
}
.timeline-post-item:hover h3{
    text-decoration: underline;
    
}
.timeline-post-item span{
    color: #b72126;
    font-size: 16px;
}
.inner-accordion-title{
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.inner-accordion-title:before{
    content: "";
    width: 65px;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: -1;
    background: #e3e3ff;
    top: -18px;
    border-radius: 100%;
    left: 0;
}
.inner-accordion-more-text{
    display: none;
}
@keyframes move{
    0%{
        transform: translateX(10px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}


.eicon-chevron-right {font-size:40px; background-color: #333; padding: 5px; border-radius: 999px;}
.eicon-chevron-left {font-size:40px;  background-color: #333; padding: 5px; border-radius: 999px;}

.saas-title{
    writing-mode: vertical-lr
}
.saas-title .elementor-heading-title{
    -webkit-text-stroke: 1px #b72126;
}

.level-count > div{
    width:150px !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
   }

