#header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active {
    color: #ff6c30!important;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before{
    background: #ff6c30!important;
}


#header .header-nav.header-nav-line nav>ul li:hover>a {
    color: #ff6c30!important;
}
#header .header-nav.header-nav-line nav>ul li:hover>a:before {
    background: #ff6c30!important;
}
.sticky-header-active #header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active {
    color: #ff6c30;
}

.sticky-header-active #header .header-nav.header-nav-line nav>ul li:hover>a {
    color: #ff6c30;
}
.process .process-step:hover .process-step-circle .process-step-circle-content{
    color: #132e71!important;
}

.svg-fill-color-primary svg path,
.svg-fill-color-primary svg rect,
.svg-fill-color-primary svg line,
.svg-fill-color-primary svg polyline,
.svg-fill-color-primary svg polygon {
    fill: #162461 !important;
}

.text-slide-1 {
    font-size: 5em;
}
.section-team-count{
    background-size: contain!important;
    padding: 100px 0px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.text-color-primary,
.text-primary {
    color: #ff6c30 !important;
}
.custom-bg-slider-right.for-img-one{
    top: 0px;
}
.slider-brand{
    background-color: rgb(240, 240, 240);
    padding: 50px 80px;
}
.bg-color-secondary{
    background-color: #132e71 !important;
}
#footer{
    background-color: #132e71 !important;
}
#footer .footer-copyright{
    background-color: #ff6c30 !important;
}
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p{
    color: white;
}
.spacer{
    height: 100px;
}
.fill-svg-1 svg path{
    fill: #162461!important;
}
.bg-color-secondary{
    background: #000;
}
.m-space{
    margin-top: 0px;
    margin-bottom: 180px;
}
.fill-svg-2 svg path{
    fill: #ff6c30!important;
}
.spacer-padding{
    padding-top: 140px!important;
    padding-bottom: 140px!important;
}
.fill-svg-3 svg path{
    fill: #174552!important;
}
 
.btn-primary:hover{
    background: #fff!important;
    color: #ff6c30!important;
}
.btn-outline:hover{
    border-color :#ff6c30!important;

}
.mb-40{
    margin-bottom: 40px;
}
.mb-80{
    margin-bottom: 80px;
}
.header-opacity{
    background: rgba(255, 255, 255, .5)!important;
}
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover{
    border-top-color: #ff6c30;
    color: #ff6c30;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus{
    border-bottom-color:#ff6c30;
}
.custom-tabs-style-1.tabs .nav-tabs .nav-link.active h4{
    color: #ff6c30;
}
.ls-normal{
    letter-spacing: normal;
}
.custom-overlapping-cards > div:nth-child(1){
    width: 165%;
}
.custom-heading-bar:before{
    border-color: #ff6c30;
}
.btn-outline.btn-primary{
    border-color: #ff6c30!important ;
}
.bg-color-prim{
    background-color: #082b4f !important;
}
.bg-color-primary, .bg-primary{
    background-color: #082b4f !important;
}
.btn-outline:hover{
    color: #ffffff!important;
    background: transparent!important;
}
.btn-customize:hover{
    color: #ff6c30!important;
}
.m-auto{
    margin: auto;
}
.custom-position-center-x { 
    right: 35%;
}
@media (min-width: 1440px) {
    .container-xl-custom-1 {
        /* max-width: 1830px; */
        padding: 0 50px!important;
    }
}
@media (min-width: 1800px) {
    .container-xl-custom-1 {
        /* max-width: 1830px; */
        padding: 0 50px!important;
    }
}
@media (min-width: 1900px) {
    .container-xl-custom-1 {
        /* max-width: 1830px; */
        padding: 0 50px!important;
    }
}

.whatsapp {
  position: fixed;
  bottom: 60px;
  right: 7px;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  font-size: 24px;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.whatsapp svg {
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
 .whatsapp:hover svg {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.8);
  }
