
.breadcrumb__height {
    padding-top: 200px !important;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: bottom;
}

   #header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.tpoffcanvas a:hover {
  color: #ffff !important; /* blue */
}
/* Only mobile menu links hover */
.tpoffcanvas .tp-main-menu-mobile a:hover {
  color: #204772 !important;
}
/* Services Submenu - Text Always White */
.tp-main-menu-content .submenu li a {
    color: #ffff !important; /* White text */
    transition: color 0.3s ease !important;
}

.tp-main-menu-content .submenu li a:hover {
    color: #ffff !important; /* Stay white on hover */
}

/* Remove any underline or ::after effect (if it's a line) */
.tp-main-menu-content .submenu li a::after {
color: #204772;}

/* Active submenu item (current page) - also white */
.tp-main-menu-content .submenu li.active a,
.tp-main-menu-content .submenu li a.active {
    color: #ffffff !important;
    font-weight: 600; /* Optional: slightly bold for active */
}

/* Optional: Add a subtle hover background instead of color change */
.tp-main-menu-content .submenu li:hover {
    color: #204772;
    border-radius: 4px;
}
.tpoffcanvas a {
  transition: color 0.3s ease;
}
/* Services text hover color */
.tpoffcanvas .has-dropdown > a:hover,
.tpoffcanvas .has-dropdown > a.expanded {
  color: #204772 !important;
}

/* Dropdown arrow button background - change red to blue */
.tpoffcanvas .dropdown-toggle-btn {
  background-color: #204772 !important;
    border: 1px solid #ffffff !important;

}
.tpoffcanvas .dropdown-toggle-btn.dropdown-opened {
  background-color: #204772 !important;
    border: 1px solid #ffffff !important;

}
.tpoffcanvas .dropdown-toggle-btn:hover {
  background-color: #204772 !important;
    border-color: #ffffff !important;

}
.tpoffcanvas .dropdown-toggle-btn i {
  color: #fff;
}

/*.tpoffcanvas a:hover{*/
/*    background-color:#204772 !important;;*/
/*}*/
/* Offcanvas input button background */
.tpoffcanvas__input button {
  background-color: #204772;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Optional hover */
.tpoffcanvas__input button:hover {
  background-color: #000;
}
/* Social icon default */
.tpoffcanvas__social .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

/* Hover effect */
.tpoffcanvas__social .social-icon a:hover {
  background-color: #204772;
  color: #fff;
}
    .tp-btn.hover-2 {
    background-color: #204772 !important;   /* New Blue */
    border-color: #204772 !important;
    color: #fff !important;
}

.tp-btn.hover-2:hover {
    background-color: #10253a !important;   /* Darker blue on hover */
    border-color: #10253a !important;
        color: #204772 !important;

}

/* DEFAULT: White background */
.tp-feature-2-item {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    transition: all 0.3s ease-in-out;
}

/* REMOVE THE PURPLE/RED OVERLAY THAT YOUR THEME ADDS */
.tp-feature-2-item::before,
.tp-feature-2-item::after {
    background: none !important;
    box-shadow: none !important;
}

/* HOVER: Turn NEW BLUE */
.tp-feature-2-item:hover {
    background-color: #204772 !important; /* New Blue */
    border-color: #204772 !important;
}

/* ICON COLOR (default blue) */
.tp-feature-2-item i {
    color: #204772 !important;
}

/* ICON ON HOVER → WHITE */
.tp-feature-2-item:hover i {
    color: #ffffff !important;
}

/* TITLE COLOR (default blue) */
.tp-feature-2-item .tp-feature-2-title {
    color: #204772 !important;
}
/**/
/**/
/* Remove red background inside ICON wrapper */
.tp-feature-2-item .tp-feature-2-icon,
.tp-feature-2-item .tp-feature-2-icon span,
.tp-feature-2-item .tp-feature-2-icon::before,
.tp-feature-2-item .tp-feature-2-icon::after,
.tp-feature-2-item .tp-feature-2-icon span::before,
.tp-feature-2-item .tp-feature-2-icon span::after {
    background: none !important;
    box-shadow: none !important;
}
/**/
.tp-feature-2-icon {
    background-color: transparent !important;
}

/* TITLE ON HOVER → WHITE */
.tp-feature-2-item:hover .tp-feature-2-title {
    color: #ffffff !important;
}

.tp-slider-3-arrow-box button {
    background-color: #10253a !important;  /* Darker blue on hover */
    border: none !important;
    color: #ffffff !important;
    padding: 12px 18px;
    border-radius: 6px;
    transition: 0.3s;
}

/* Hover effect */
.tp-slider-3-arrow-box button:hover {
    background-color: #ffffff !important;
    color: #10253a !important;  /* Darker blue on hover */
}

/* Default icon color */
.tp-service-3-icon i {
 color: black !important;  /* change if needed */
    transition: color 0.3s ease;
}

/* Default "Read More" link color */
.tp-service-3-link span,
.tp-service-3-link i {
    color: #204772; /* New Blue */
    transition: color 0.3s ease;
}
/**/
.tp-service-3-link::after {
    background-color: #204772 !important;
color: #000000 !important;   /* Black box */

}
/**/

/* Hover effect for the entire service box */
.tp-service-3-item:hover .tp-service-3-icon i,
.tp-service-3-item:hover .tp-service-3-link span,
.tp-service-3-item:hover .tp-service-3-link i {
        color: #ffffff; /* White text/arrow */

}
/**/




/**/

/* Default "Read More" text and arrow color */
.tp-service-3-link span,
.tp-service-3-link i {
    color: #204772 !important; /* Blue */
    transition: color 0.3s ease;
}

/* Hover color (force BLUE) */
.tp-service-3-item:hover .tp-service-3-link span,
.tp-service-3-item:hover .tp-service-3-link i,
.tp-service-3-link:hover span,
.tp-service-3-link:hover i {
    color: #204772 !important; /* Blue on hover */
}

/* Default title link color */
.tp-service-3-title a {
    color: #204772; /* New Blue */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effect for title link */
.tp-service-3-title a:hover {
    color: #10253a; /* Darker blue on hover */
}

.tp-choose-item span,
.tp-choose-item span i,
.tp-choose-item span::before {
    background-color: #204772 !important;  /* New Blue */
}

/* Step title link default color */
.tp-step-title a {
    color: #204772; /* New Blue */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Step title link hover color */
.tp-step-title a:hover {
    color:  #204772 !important; /* Darker blue on hover */
}

/* Remove red theme overlay from SPAN */
.tp-step-icon span::before,
.tp-step-icon span::after {
    background: none !important;
}

/* Default span background (black) */
.tp-step-icon span {
    background-color: #181a1f !important; /* black */
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

/* Hover span background → BLUE */
.tp-step-item:hover .tp-step-icon span {
    background-color: #204772ff !important; /* blue */
}

/* Icon stays white */
.tp-step-icon i {
    color: #ffffff !important;
}


/**/
.tp-step-number {
    background-color: #204772 !important;   /* Main bar blue */
}

/* Left/Right ribbon triangles */
.tp-step-number::before,
.tp-step-number::after {
    background-color: #204772 !important;   /* Blue triangles */
    border-color: #204772 !important;
}
.tp-step-number::before {
    border-left-color: #204772 !important;
    border-right-color: transparent !important;
}

.tp-step-number::after {
    border-right-color: #204772 !important;
    border-left-color: transparent !important;
}
/**/
.tp-btn-border:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.tp-btn-border:hover span {
    color: #ffffff !important;
}

/* THIS is the important part – your red hover comes from ::after */
.tp-btn-border:hover::after {
    background-color: #204772 !important;
        color: #ffffff !important;

}
/**/
/**/
.tp-about-icon:hover span {
    color: #ffffff !important;
     background-color: #204772 !important;

}

.tp-about-icon:hover {
        color: #ffffff !important;

}
/* Normal icon color (optional – set your default) */
.icon-color i::before {
    color: black !important;  /* change if needed */
}
.tp-about-icon-box i::before{
        color: black !important;  /* change if needed */

    
}
.tp-about-list i::before {
    color: black !important;  /* change if needed */
}
/**/
.flaticon-pin i::after{
        color: black !important;  /* change if needed */

    
}

.tp-header-top-left-box i::before {
    color: #204772 !important;  /* Blue link color */
    
}

.tp-footer-contact i::before {
    color: #204772 !important;  /* Blue link color */
    
}
/**/
/*menu*/
.tp-menu-bar{
        background-color: #204772 !important;  /* Blue link color */

    
}
.back-to-top-btn{
            background-color: #204772 !important;  /* Blue link color */

    
}
/**/
/**/
.tp-team-social-wrap span{
    background-color: #204772 !important;  /* Blue link color */
    
}
/* know more button start*/
/**/
.tp-btn-black:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.tp-btn-black:hover span {
    color: #ffffff !important;
}

/* THIS is the important part – your red hover comes from ::after */
.tp-btn-black:hover::after {
    background-color: #204772 !important;
        color: #ffffff !important;

}
/* Remove old transition + force blue instantly */
.tp-btn-black::after {
    background-color: transparent !important;
    transition: none !important;  /* stop old slow fade */
}

/* Hover state (blue) */
.tp-btn-black:hover::after {
    background-color: #204772 !important; /* your blue */
}

/* Text color on hover */
.tp-btn-black:hover,
.tp-btn-black:hover span {
    color: #ffffff !important;
}
/*know more button end*/
/* footer logo start*/
.tp-footer-content i::before{
        background-color: #204772 !important; /* your blue */

    
}
/*footer logo end*/
.tp-section-subtitle i::before{
        color: #204772 !important;

    
}
/*bottom social icons color change*/

.tp-copyright-social.text-center.text-md-end a:hover{
            background-color: #204772 !important; /* your blue */

    
}
.tp-service-arrow i::before{
            color: #204772 !important;

}
.tp-service-arrow a{
                color: #204772 !important;

    
}
.tp-service-icon.p-relative i::before{
                    color: #204772 !important;

    
}
.tp-service-icon.p-relative i::hover{
                    color: #204772 !important;

    
}
.tp-service-title a:hover{
                        color: #204772 !important;

    
}
/* Change red theme background to blue */
.tp-cta-wrap.theme-bg {
    background-color: #204772 !important; /* your blue */
    background-image: none !important;     /* remove any gradient/image */
}
.tp-cta-right-box input {
    background-color: #204772 !important;
    color: #ffffff !important; /* white text */
}
.tp-team-title :hover{
    color: #204772 !important;
    
}
.tp-team-social-box a{
        color: #204772 !important;

    
}
.tp-choose-3-text a{
            color: #204772 !important;

    
}
.test-prev.active{
        background-color: #204772 !important;

    
}
.test-next:hover{
            background-color: #204772 !important;
                color: #ffffff !important;   /* White */


    
}
.test-next i::before{
                color: #000000 !important;   /* Black */


}
.tp-header-top-right-social a:hover{
                color: #204772 !important;

    
    
}
/**/
.tp-service-icon-shape::before,
.tp-service-icon-shape::after {
    background-color: #204772 !important;  /* Blue */
}

.tp-service-icon-shape {
    background-color: #204772 !important;  /* Blue */
}
.tp-service-icon-shape {
    background: #ff0000;
}
.tp-header-inline {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tp-header-inline li {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
    white-space: nowrap;
}

.tp-header-inline i {
    line-height: 1;
}
/* Mobile View Adjustment */
@media (max-width: 576px) {
    .tp-header-inline {
        flex-wrap: wrap !important;      /* Allow items to wrap */
        gap: 10px !important;            /* Reduce gap */
        justify-content: center;         /* Center align */
    }

    .tp-header-inline li {
        font-size: 14px;                 /* Smaller text */
        gap: 6px;
        white-space: normal;             /* Allow text wrapping */
    }

    .tp-header-inline i {
        font-size: 14px;                 /* Icon size adjust */
    }
}
/**/
/**/
/**/
/* Expert Domain Button */
.expert-domain-btn {
   position: relative;
   display: inline-block;
   padding: 16px 50px;
   font-size: 15px;
   font-weight: 600;
   text-transform: uppercase;
   color: #fff;
   background-color: #204772 !important;  /* Blue */
   border-radius: 50px;
   overflow: hidden;
   transition: all 0.4s ease;
   box-shadow: 0 10px 30px rgba(11, 94, 215, 0.35);
}

/* Hover Effect */
.expert-domain-btn:hover {
   transform: translateY(-6px) scale(1.05);
   box-shadow: 0 18px 45px rgba(11, 94, 215, 0.55);
   color: #fff;
}

/* Animated Shine Effect */
.expert-domain-btn::before {
   content: "";
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
  background-color: #204772 !important;  /* Blue */
   transition: all 0.6s ease;
}

/* Shine on Hover */
.expert-domain-btn:hover::before {
   left: 100%;
}

/* Optional subtle pulse animation */
@keyframes pulseGlow {
   0% {
      box-shadow: 0 0 0 rgba(11, 94, 215, 0.6);
   }
   50% {
      box-shadow: 0 0 25px rgba(11, 94, 215, 0.8);
   }
   100% {
      box-shadow: 0 0 0 rgba(11, 94, 215, 0.6);
   }
}

.expert-domain-btn {
   animation: pulseGlow 3s infinite;
}
/* Allow image to overflow Bootstrap column */
.tp-footer-area .row > div {
    overflow: visible;
}

/* Map wrapper */
.footer-map-wrapper {
    position: relative;
    /*width: 100%;*/
     /* increases visible height 
}
.footer-map-img {
    mix-blend-mode: screen; /* or lighten */
     filter: brightness(1.1) contrast(1.2);
}

/* Map image control */
.footer-map-img {
    
    width: 100%;
    height: auto;
   

    /* REAL SIZE INCREASE */
    transform: scale(1.8);
    transform-origin: left center;

    /* Move left slightly */
    margin-left: 40px;
    margin-top: 40px;

    border-radius: 12px;
    filter: contrast(1.15) saturate(1.25);
}
@media (max-width: 768px) {
    .footer-map-img {
        transform: scale(1);
        margin-left: 0;
    }
}
.tp-choose-item {
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tp-choose-item:hover {
    background-color: #204772 !important;
}

.tp-choose-item:hover,
.tp-choose-item:hover * {
    color: #ffffff !important;
}


/* =========================
   SERVICES MEGA MENU (BASE + DESKTOP)
========================= */
.services-mega {
    position: relative;
    font-family: "Poppins", Arial, sans-serif;
}

.services-mega .mega-root {
    position: absolute;
    top: 100%;
    left: 0;
    width: 420px;
    background: #000;
    border-top: 4px solid #204772;
    border-radius: 0 0 0 14px;
    padding: 12px 0;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    display: none;
}

.services-mega:hover .mega-root {
    display: block;
}

.mega-item {
    position: relative;
}

.mega-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    transition: background 0.2s ease;
    gap: 16px;
}

.mega-line:hover {
    background: rgba(255,255,255,0.06);
}

.mega-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.mega-arrow {
    font-size: 18px;
    color: #1e90ff !important;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 8px 5px;
    cursor: pointer;
}

.mega-item:hover .mega-arrow,
.mega-item.active .mega-arrow {
    transform: rotate(90deg);
    color: #204722 !important;
}

.mega-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 420px;
    min-height: 100%;
    background: #000;
    border-top: 4px solid #204772;
    border-radius: 0 0 14px 0;
    padding: 28px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.35s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.mega-item:hover > .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mega-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mega-panel ul li a {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-panel ul li a:hover {
    color: #204772;
    padding-left: 10px;
}

/* ────────────────────────────────────────────────
   MOBILE & TABLET (≤991px)
───────────────────────────────────────────────── */
@media (max-width: 991px) {

    /* Disable desktop hover */
    .mega-item:hover > .mega-panel {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    /* Services main dropdown */
    .services-mega .mega-root {
        position: static;
        width: 100%;
        display: none;
        background: #000;
        box-shadow: none;
        border-radius: 0;
        padding: 10px 0;
    }

    .services-mega.active .mega-root {
        display: block;
    }

    .mega-item {
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .mega-line {
        padding: 16px 20px;
    }

    .mega-title {
        font-size: 10px;
        font-weight: 600;
        color: #ffffff;
    }

    .mega-arrow {
        font-size: 20px;
        color: #1e90ff !important;
        padding: 12px;
        min-width: 44px;
        text-align: center;
    }

    .mega-item.active .mega-arrow {
        transform: rotate(90deg);
    }

    /* Mobile dropdown panel */
    .mega-panel {
        position: static;
        display: none;
        width: 100%;
        background: #000;
        padding: 20px 24px 20px 48px;
        border-top: 1px solid rgba(255,255,255,0.08);
        border-bottom: 1px solid rgba(255,255,255,0.08);
        box-shadow: none;

        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .mega-item.active > .mega-panel {
        display: block;
    }

    .mega-panel ul li a {
        color: #ffffff !important;
        font-size: 10px;
        padding: 10px 0;
    }
}
.tp-about-right-wrap {
    padding-top: 40px;
}

.tp-about-thumb-sm {
    position: relative !important;
    top: 0 !important;
}
.feature-content {
    flex: 1;
}

.feature-heading {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}

.feature-description {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Mobile & Tablet Fix */
@media (max-width: 991px) {

    .tp-about-right-box {
        position: relative;
    }

    .tp-about-2-thumb-text {
        position: absolute !important;
        bottom: 15px !important;
        right: 15px !important;
        left: auto !important;
        top: auto !important;

        z-index: 9;
        max-width: 140px;

        padding: 10px 15px;
    }

    .tp-about-2-thumb-text h6 {
        font-size: 28px !important;
        line-height: 1;
    }

    .tp-about-2-thumb-text span {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .tp-about-thumb-sm img {
        width: 100%;
        display: block;
    }
}
.tp-main-menu-content ul li.active > a {
    color: #2970AE !important;
    font-weight: 600;
    position: relative;
}

.tp-main-menu-content ul li.active > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #F0BA19;
}
@media (max-width: 767px) {
    .tp-main-menu-content ul li.active > a::after,
    .services-mega.active > a::after {
        display: none !important;
    }
}
.tp-header-right-action {
    gap: 14px;
}

.tp-header-linkedin a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tp-header-linkedin a i {
    font-size: 18px;
    line-height: 1;
}

.tp-header-linkedin a:hover {
    background-color: #204772;
    border-color: #204772;
    color: #ffffff;
    transform: translateY(-2px);
}
/*contact*/
.floating-contact-btn {
    position: fixed;
    bottom: 110px;
    right: 49px;
    width: 44px;
    height: 44px;
    background: #204772;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s ease;
}

.floating-contact-btn:hover {
    background: #F0BA19;
    color: #fff;
    transform: translateY(-4px);
}

.floating-contact-btn i {
    line-height: 1;
}

@media (max-width: 768px) {
    .floating-contact-btn {
        width: 44px;
        height: 44px;
        right: 21px;
        bottom: 118px;
        font-size: 20px;
    }
}
.tp-header-main-menu nav ul li .submenu
{
    padding:0px !important;
            border-top: 5px solid #204772;

}
