

:root {
        --primary-color: #F7A400 !important;
        --secondary-color: #191D88 !important;
        --heading-color: #14176C !important;
        --text-color: #3E4073 !important;
        --primary-font: Inter !important;
        --heading-font: Outfit !important;

           --primary-font: "Inter", sans-serif;
        --secondary-font: "Outfit", sans-serif;
      }



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');





h1, h2, h3, h4, h5, h6, .testimonial__info-two span {
  font-family: "Outfit", sans-serif;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.page_speed_203203188 {
        --background-color: #F7A400;
        --text-color: #FFFFFF;
        --font-size: 1rem;
      }

      .page_speed_1694142899 {
        justify-content: start;
        max-width: 1210px;
      }

      .page_speed_99304580 {
        margin-inline-end: 0.5rem
      }

      .page_speed_888690286 {
        display: none;
      }

      .page_speed_5364694 {
        max-height: 80px
      }

      .page_speed_882523882 {
        --header-top-background-color: #ffffff;
        --header-top-text-color: #0e104b;
      }

      .page_speed_2074247788 {
        cursor: pointer
      }

      .page_speed_1456922186 {
        height: 16px;
        width: auto;
      }

      .page_speed_1406172352 {}

      .page_speed_650561268 {
        --background-color: #0e104b;
      }

      .page_speed_1509738821 {
        display: none
      }

      .page_speed_702079914 {
        --footer-background-color: #0e104b;
        --footer-heading-color: #ffffff;
        --footer-text-color: #b8b9da;
        --footer-border-color: #272A68;
        --footer-bottom-background-color: #0e104b;
        --footer-background-image: url(storage/backgrounds/footer-bg.png);
      }

      .page_speed_128664889 {
        background-color: #000;
        color: #fff;
      }

      .page_speed_275574441 {
        max-width: 1170px;
      }

      .page_speed_1207873857 {
        background-color: #000;
        color: #fff;
        border: 1px solid #fff;
      }



      /* Footer page S */
        .site-notice {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px;
        z-index: 99999;
        display: none;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      }

      .site-notice.site-notice--visible {
        display: block;
      }

      .site-notice.site-notice-full-width .site-notice-body {
        margin: 0 auto;
      }

      .site-notice.site-notice-minimal {
        padding: 0;
        right: unset;
        border-radius: 5px;
        bottom: 1em;
        flex-direction: column;
        left: 1em;
      }

      .site-notice.site-notice-minimal .site-notice-body {
        margin: 0 16px 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        max-width: 400px !important;
      }

      .site-notice.site-notice-minimal .site-notice__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 4px;
      }

      .site-notice.site-notice-minimal .site-notice__message {
        font-size: 13px;
        line-height: 1.5;
        padding: 12px 12px 0;
      }

      .site-notice.site-notice-minimal .site-notice__actions {
        margin: 0;
        padding: 8px 12px 12px;
        justify-content: flex-end;
        gap: 8px;
      }

      .site-notice.site-notice-minimal .site-notice__actions button {
        min-width: auto;
        padding: 6px 12px;
        font-size: 12px;
      }

      .site-notice.site-notice-minimal .site-notice__categories {
        padding: 12px;
        margin-top: 0;
      }

      .site-notice.site-notice-minimal .site-notice__categories .cookie-category {
        padding: 8px;
        margin-bottom: 8px;
      }

      .site-notice.site-notice-minimal .site-notice__categories .cookie-category:last-child {
        margin-bottom: 0;
      }

      .site-notice.site-notice-minimal .site-notice__categories .cookie-category__description {
        font-size: 12px;
      }

      .site-notice.site-notice-minimal .site-notice__categories .cookie-consent__save {
        padding: 8px 0 0;
        margin-top: 8px;
      }

      .site-notice.site-notice-minimal .site-notice__categories .cookie-consent__save .cookie-consent__save-button {
        font-size: 12px;
        padding: 6px 12px;
      }

      .site-notice .site-notice-body {
        padding: 8px 15px;
        border-radius: 4px;
      }

      .site-notice .site-notice__inner {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
      }

      .site-notice .site-notice__message {
        margin: 0;
        line-height: 1.4;
        font-size: 14px;
        flex: 1;
        min-width: 200px;
      }

      .site-notice .site-notice__message a {
        color: inherit;
        text-decoration: underline;
      }

      .site-notice .site-notice__message a:hover {
        text-decoration: none;
      }

      .site-notice .site-notice__categories {
        display: none;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .site-notice .site-notice__categories .cookie-category {
        margin-bottom: 1rem;
        padding: 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
      }

      .site-notice .site-notice__categories .cookie-category__label {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        cursor: pointer;
      }

      .site-notice .site-notice__categories .cookie-category__label input[type="checkbox"] {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        font-size: initial;
        height: initial;
        width: auto;
      }

      .site-notice .site-notice__categories .cookie-category__label input[type="checkbox"]:disabled {
        opacity: 0.5;
        cursor: not-allowed;
      }

      .site-notice .site-notice__categories .cookie-category__name {
        font-weight: bold;
      }

      .site-notice .site-notice__categories .cookie-category__description {
        margin: 0;
        font-size: 0.9em;
        opacity: 0.8;
      }

      .site-notice .site-notice__categories .cookie-consent__save {
        margin-top: 1rem;
        padding: .75rem;
      }

      [dir="rtl"] .site-notice .site-notice__categories .cookie-consent__save {
        text-align: left;
      }

      .site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button {
        padding: 6px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 13px;
        min-width: 100px;
        text-align: center;
        font-weight: bold;
      }

      .site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button:active {
        transform: translateY(0);
      }

      .site-notice .site-notice__actions {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: auto;
      }

      [dir="rtl"] .site-notice .site-notice__actions {
        margin-left: 0;
        margin-right: auto;
      }

      .site-notice .site-notice__actions button {
        padding: 6px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 13px;
        min-width: 100px;
        text-align: center;
      }

      .site-notice .site-notice__actions button:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .site-notice .site-notice__actions button:active {
        transform: translateY(0);
      }

      .site-notice .cookie-consent__actions .site-notice__reject {
        font-weight: 500;
        opacity: 0.95;
      }

      .site-notice .cookie-consent__actions .site-notice__reject:hover {
        opacity: 1;
      }

      .site-notice .cookie-consent__actions .site-notice__customize {
        font-weight: 500;
        opacity: 0.95;
      }

      .site-notice .cookie-consent__actions .site-notice__customize:hover {
        opacity: 1;
      }

      .site-notice .cookie-consent__actions .site-notice__customize.active {
        opacity: 0.8;
        transform: translateY(0);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
      }

      .site-notice .cookie-consent__actions .site-notice__agree {
        font-weight: bold;
        position: relative;
      }

      .site-notice .cookie-consent__actions .site-notice__agree:before {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.1);
        z-index: -1;
      }

      @media (max-width: 767px) {
        .site-notice .site-notice__inner {
          flex-direction: column;
          align-items: stretch;
          gap: 0.75rem;
        }

        [dir="rtl"] .site-notice .site-notice__inner {
          flex-direction: column;
        }

        .site-notice .site-notice__actions {
          justify-content: stretch;
          margin-left: 0;
        }

        [dir="rtl"] .site-notice .site-notice__actions {
          margin-right: 0;
        }

        .site-notice .site-notice__actions button {
          flex: 1;
        }
      }
      /* Footer Page E */



      .logo-slider {
  background: #0c1a7d; 
  height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.logo-slider .slide-track {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

.logo-slider img {
  height: 50px;
  margin: 0 40px;
  filter: brightness(90%);
}

@keyframes scroll {
  from {transform: translateX(0);}
  to {transform: translateX(-50%);}
}


@media (max-width: 768px) {
  .logo-slider img {
    height: 35px;
    margin: 0 20px;
  }
}



/* Custom Css Start */

.client-logo-section {
  /*background-color: #1f2395;*/
      background: #0F229B;
    background: linear-gradient(0deg, rgba(15, 34, 155, 1) 0%, rgba(86, 0, 109, 1) 80%);
}

.services-section {
    text-align: center;
    padding: 80px 0px;
}

.services-section h2 {
    font-size: 40px;
    color: #1f2067;
    margin-bottom: 40px;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    /*box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
    text-align: left;
    transition: .3s;
    display: flex;
}

.service-box:hover {
    transform: translateY(-5px);
}

.hex-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #fff6d8; /* light bg */
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.hex-icon i {
  font-size: 28px;
  color: #f7a701; /* icon yellow */
}

.service-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2067;
}

.service-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
      display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-box a {
    font-size: 14px;
    color: #1f2067;
    font-weight: 600;
    text-decoration: none;
        background: #ecf6fa !important;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}




.bgImg {
    background-color: rgb(20, 23, 108);
    background-image: url(../../storage/backgrounds/contact-block-bg-3.png);
    background: #0F229B;
background: linear-gradient(0deg, rgba(15, 34, 155, 1) 0%, rgba(86, 0, 109, 1) 80%);
}

footer {
    background-color: #0E104B !important;
    background-color: var(--footer-background-color);
    background-image: var(--footer-background-image);
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid var(--footer-border-color);
    color: #fff !important;
}


footer {
    background-image: url(../../storage/backgrounds/footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background: #0F229B;
background: linear-gradient(0deg, rgba(15, 34, 155, 1) 0%, rgba(86, 0, 109, 1) 80%);
}

.tg-header__style-two .tg-header__area {
    background: hsla(0, 0%, 100%, .3);
    box-shadow: none;
}
.tg-header__style-two .tg-header__right-side {
    border-left: none;
    flex-grow: 1;
}
.tg-header__area-two .tgmenu__navbar-wrap ul {
    margin-left: auto;
}
.tg-header__top {
    background: #0e104b !important;
}


.tg-header__area-two.sticky-menu > .tgmenu__navbar-wrap > ul > li > a {
    padding: 27px 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
    right: 0 !important;
    left: inherit !important;
}

.logo_with_client {
  /*background-color: #1f2395;*/
    background: #0F229B;
    background: linear-gradient(0deg, rgba(15, 34, 155, 1) 0%, rgba(86, 0, 109, 1) 80%);
}
.logo_with_client .counter-item {
    justify-content: center;
}
.logo_with_client .counter-item .icon {
  width: 200px;
}
.section-title .sub-title {
    font-size: 20px;
}


.map_location iframe{
      width: 100%;
    height: 400px;
}
.tgmenu__nav {
        max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
.tgmenu__nav .logo img {
    max-height: 44px;
}

.sidebar__cat-list-two .list-wrap .truncate-1-custom.active {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.tgmenu__navbar-wrap>ul>li .sub-menu {
    min-width: 300px !important;
}
.tg-header__style-two .tg-header__area {
    background: #fff;
    box-shadow: none;
}


li {
    font-family: "Outfit", sans-serif !important;
}

.tg-header__logo-wrap {
  width: 220px;
}

.brand-item img {
    cursor: pointer;
    max-height: 170px;
    width: auto;
    object-fit: contain;
}

.footer-top {
    padding: 80px 0 50px;
}

.footer-bottom {
    padding: 20px 0;
}

:root {
    --tg-theme-primary: #fecc49;
}