.header-section .navbar{
 background:#13203B !important;
 width:100%;
}

.primary-clr{
 color: #ffffff;
}

.fadeInUp{
 color: #ffffff !important;

}

.fadeInDown{
 color: #ffffff !important;

}

.btn_theme{
 color:#ffffff;
 border: 1px solid #FF5E14;
}

.btn_theme_active{
 background:#FF5E14;
}

#btn_theme_active{
 background:#FF5E14 !important;

}

.header-section .container{
 max-width:100% !important;
 background: #13203B !important;
}

.nav-item{
 font-size:40px !important;
 padding-left: 10px !important;
 
}

.logo{
 margin-left: 30px !important;
}

.feature-section .card {
  background:#191f2e; /* Make sure to set a background color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border-radius: 8px; 
  border: 2px solid transparent;
  color:white;
}

.card .card__title a{
 color: #ffffff !important;
}

.card__title p{
 color: #ffffff !important;

}

.feature-section .card:hover {
  background: #FF5E14 !important; 
  
}

}
.feature-section .card .btn_theme i:hover{
 color: #FF5E14 !important;
}

.sub-content{
 color: #ffffff !important;
}

.card--custom:hover .icon img {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease !important;
}
.index .navbar .navbar-toggler i{
 color: #ffffff !important;
}

.scrollToTop{
 background-color: #FF5E14 !important;
}

.white-bg{
 background-color: #13203B !important;
 border: 1px solid #ffffff;
}

.black-clr{
 color: #ffffff !important;
}

.working-process-section{
 background: #13203B !important;
}

.card--custom{
 background: #13203B !important;
}

.card__title{
 color: #ffffff !important;
}

.card--small-icon img {
  color: #FF5E14;
}

.card--small-title{
 color: #ffffff !important;
}

.pra-clr{
 color: #ffffff !important;

}

.box h5{
 color: #ffffff !important;
}

.section__content ul.section__content-list li, .banner__content ul.section__content-list li{
 color: #ffffff;
}

.headingFive i{
  color: #FF5E14 !important;
 
}

.section__content ul.section__content-list li::marker, .banner__content ul.section__content-list li::marker{
  color: #FF5E14 !important;

}

.testimonials{
 background: #13203B !important;
}


.btn_theme .btn_theme_active:hover{
 color: #2660B5 !important;
}

.footer{
 background: #0d0d0d !important;
}

#btn_theme span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    /* background-color: #2660B5; */
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#btn_theme{
    color: #2660B5;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #FF5E14;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

#btn_theme:hover{
    background: #FF5E14;

}

.author__title{
 color: #ffffff !important;
}



@media (max-width: 1199px) {
    .offcanvas {
     
    }
    
}