body {
  font-family: "Inter", sans-serif;
  /*-webkit-user-select: none;*/
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), url("../dit/fonts/Inter_18pt-Regular.woff2") format("woff2");
  }
  @font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url("../dit/fonts/Inter_18pt-Medium.woff2") format("woff2");
  }
  @font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: bold;
  font-weight: 600;
  src: local("Inter"), url("../dit/fonts/Inter_18pt-Bold.woff2") format("woff2");
  }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}

:root {
  --fc1: #0353a4 !important;
  --fc2: #f24c1a !important;
}

.c1 {
  color: var(--fc1);
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1265px;
    }
}

.c2 {
  color: var(--fc2);
}

.c3 {
  color: #cf3000;
}

.bg-blue {
  background-color: #00478f
}

.heading-n {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 15px 0 25px 0;
  position: relative;
}

.heading-n::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--fc2);
}

.heading-n::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: var(--fc2);
}

.banner-image1 {
  background-image: linear-gradient(to left top,
      rgba(87, 170, 231, 0.384),
      rgba(40, 73, 131, 0));
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-custom {
  background-color: var(--fc1);
  color: white;
  padding: 10px 50px;
  border-radius: 5px;
  transition: all 0.2s ease;
  border-color: #d1d9e6;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

.border-rounded {
  border-radius: 55px;
}

.btn-custom:hover {
  background-color: var(--fc2);
  color: white;
  border-color: #e6e7ee;
  box-shadow: inset 2px 2px 5px #f24c1a, inset -3px -3px 7px #f24c1a;
}

#navbarNavDropdown .nav-link {
  color: var(--fc1);
  font-weight: 500;
}

#navbarNavDropdown .nav-link:hover,
#navbarNavDropdown .nav-link:focus {
  color: var(--fc2);
}

.main-heading {
  font-size: 48px;
  font-weight: 600;
}

.heading {
  font-size: 40px;
  font-weight: 600;
}

.sub-heading {
  font-size: 20px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 25.5px;
}

/* Services */
.services .row .col-6 {
  background: rgba(255, 255, 255, 0.664);
  border-radius: 10px;
  border: 1px solid rgba(79, 82, 255, 0.199);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.services .row .col-6:hover {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 2px 4px 16px rgb(0 0 0 / 36%);
  transform: scale(1.01);
}

.services img {
  width: 134px;
  height: 76px;
}

/* highlights */
.highlights-text {
  font-size: 15px;
  color: #646464;
}

.border-x {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.border-b {
  border-bottom: 1px solid #e2e2e2;
}

.border-b1 {
  border-bottom: 1px solid #aac1ff;
}

.highlights-box1 {
  transition: all 0.5s;
}

.highlights-box1:hover {
  background-color: #f2f8ff;
  transition: all 0.5s;
}

.highlights-box2 {
  transition: all 0.5s;
}

.highlights-box2:hover {
  background-color: #f2f8ff;
  transition: all 0.5s;
}

/* contact form */
.form-control:focus {
  box-shadow: none !important;
}

.form-control,
.form-select {
  border-radius: 0.3rem !important;
  border: 1px solid #0742a841;
  background-color: #d5e8ff77;
  padding: 0.575rem 2rem;
  font-weight: 500;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.068) !important;
  color: rgb(33 37 41);
}

select option {
  color: rgb(33 37 41);
}

.tagline-left {
  line-height: 1.5;
  font-size: 36px;
}

/* FAQs */
.accordion-button {
  font-size: 18px;
  background-color: #ffffff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  background: #ecf6ff;
  color: var(--fc1);
}

.accordion-body {
  padding: 20px;
  /*background-color: #f0f0f0;*/
  font-size: 16px;
  font-weight: 400;
  /*border-top: 1px solid #dee2e6;*/
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 30px;
  background-image: none;
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 30px;
  transform: rotate(0deg);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--fc2);
}

/* Clients */
.clients .review1 {
  border-right: 1px solid rgb(206, 206, 206);
}

/* Footer */
.footer {
  /* background-color: #004285; */
  background-image: linear-gradient(#004385ea, #00478dfd);
}

.website-links li i {
  font-size: 20px;
  padding: 0 7px;
}
.footer a {
  text-decoration: none;
  font-size: 14px;
  color: #d6d6d6;
  transition: all 0.5s;
}

.footer p {
  text-decoration: none;
  font-size: 14px;
  color: #d6d6d6;
}

.footer li {
  text-decoration: none;
  font-size: 14px;
  color: #d6d6d6;
  transition: all 0.5s;
}

.footer a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

.footer .border-r {
  border-right: 1px solid #727272;
}

.footer-bottom {
  background-color: rgb(0, 60, 119)
}

.footer-bottom a,
.footer-bottom div {
  color: #d6d6d6;
}
/* Go to top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: var(--fc1);
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

#myBtn:hover {
  background-color: var(--fc2);
  transition: 0.3s;
}

/*cookie-bar css*/
#cookie-bar {
  display: block;
  direction: ltr;
  color: #fff;
  min-height: 30px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 6px 20px 4px;
  background-color: var(--fc1);
  text-align: center;
  bottom: 0;
  font-size: 14px;
}

button#Cookie {
  margin: 0 20px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #fff;
  color: #283a44;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s;
  border-radius: 3px;
}

button#Cookie:hover {
  background: var(--fc2);
  color: #fff;
}


/*@media (min-width: 767px) {*/
/*  .banner-img {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*  }*/

/*  .banner-img::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    bottom: 0;*/
/*    left: -45px;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    width: 90%;*/
/*    height: 100%;*/
/*    -webkit-animation: border-transform 14s infinite ease-in-out;*/
/*    animation: border-transform 14s infinite ease-in-out;*/
/*    background-image: -webkit-gradient(linear,*/
/*        left top,*/
/*        left bottom,*/
/*        from(#016dd1),*/
/*        to(#060a3b));*/
/*    background-image: linear-gradient(#0069cc, #070c41);*/
/*  }*/
/*}*/

/*@-webkit-keyframes border-transform {*/

/*  0%,*/
/*  100% {*/
/*    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;*/
/*  }*/

/*  14% {*/
/*    border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;*/
/*  }*/

/*  28% {*/
/*    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;*/
/*  }*/

/*  42% {*/
/*    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;*/
/*  }*/

/*  56% {*/
/*    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;*/
/*  }*/

/*  70% {*/
/*    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;*/
/*  }*/

/*  84% {*/
/*    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;*/
/*  }*/
/*}*/

/*@keyframes border-transform {*/

/*  0%,*/
/*  100% {*/
/*    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;*/
/*  }*/

/*  14% {*/
/*    border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;*/
/*  }*/

/*  28% {*/
/*    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;*/
/*  }*/

/*  42% {*/
/*    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;*/
/*  }*/

/*  56% {*/
/*    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;*/
/*  }*/

/*  70% {*/
/*    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;*/
/*  }*/

/*  84% {*/
/*    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;*/
/*  }*/
/*}*/

@media (min-width: 1397px) {
  .banner-img::before {
    left: 45px;
  }
}

/* contact-card */
.sec-title {
  position: relative;
}

.contact-box .address-box {
  display: flex;
}

.contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
}

.contact-box .address-box .address-icon span {
  font-size: 20px;
  line-height: 20px;
  color: #03228f;
}

.contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.contact-box a,
.contact-box .desc {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.contact-box a:hover {
  text-decoration: underline;
  transition: all .5s;
}

.psmtc_2rhR {
  top: auto !important;
  bottom: 20px !important;
}

#megamenu-tab {
  border: none;
  background-color: rgb(209, 234, 255);
}

#mega-content .nav-link.active,
#mega-content .nav-link:hover,
#mega-content .show>.nav-link {
  color: #fff;
  background-color: var(--fc1);
  border: none;
  border-radius: 0px;
}

#mega-content .nav-link {
  border: none;
  color: black;
  border-radius: 0px;
  padding: 15px 5px;
  font-size: 14px;
}

#mega-content .nav-link:hover {
  border: none
}

#mega-content .tools-listing a {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  color: #4d4d4d;
  font-weight: 500;
  /* color: var(--fc1); */
  transition: all .3s;
}
#mega-content .tools-listing-right a{
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  color: #f5f5f5;
  font-weight: 500;
  transition: all .3s;
}

#mega-content .tools-listing li:hover a {
  padding-left: 10px;
  /* color: #00478f; */
  color: var(--fc1);
  font-weight: 500;
}
#mega-content .tools-listing-right li:hover a {
  padding-left: 10px;
  font-weight: 500;
}

.mega-border-r {
  border-right: 1px solid #9acdff;
}

#mega-content .tools-listing li a::before {
  font: var(--fa-font-solid);
  content: "\f08e";
  font-size: 12px;
  padding-right: 10px;
}

#mega-content .tools-listing-right li a::before {
  font: var(--fa-font-solid);
  content: "\f08e";
  font-size: 12px;
  padding-right: 10px;
}

.megamenu-sub-heading {
  color: var(--fc1);
  font-weight: 500;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 18px;
  border-bottom: 2px solid var(--fc1);
}

/* Number Counter */
.number_section{
	background-color: #e5f2ff;
	border-top: 1px solid #00458aa1;
}
.count-digit, .count-area-content .f6{
	font-size: 25px;
	font-weight: 600;
	color: var(--fc1);
}
.count-title{
	font-size: 18px;
	font-weight: 600;
	color: var(--fc1);
}
.count-icon i{
	font-size: 45px;
	color: var(--fc1);
}
/*.search-box {*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    padding: 5px 0;*/
/*}*/
/*.search-box:hover > .search-text{*/
/*    width: 130px;*/
/*    padding: 0 15px;*/
/*    background: #fff;*/
/*}*/
/*.search-box:hover > .search-btn{*/
/*    background: transparent;*/
/*    color: #0d4e8f*/
/*}*/
/*.search-box:focus-within > .search-text{*/
/*    width: 130px;*/
/*    padding: 0 15px;*/
/*}*/
/*.search-btn {*/
/*    float: right;*/
/*    width: 40px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: 0.4s;*/
/*    cursor: pointer;*/
/*    text-decoration: none;*/
/*    border: none;*/
/*}*/
/*.search-btn > i {*/
/*    font-size: 30px;*/
/*}*/
/*.search-text {*/
/*    border: none;*/
/*    border-bottom: 1px solid #ccc;*/
/*    background: #fff;*/
/*    outline: none;*/
/*    float: left;*/
/*    padding: 0;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    transition: 0.4s;*/
/*    line-height: 40px;*/
/*    width: 0;*/
/*    border-radius: 20px;*/
/*}*/
#search-terms{
   width: 142px;
    height: 32px;
    border-radius: 20px;
    border: none;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px;
}
.heading-footer{
  font-size: 20px !important;
  font-weight: 600;
  color: #ffff !important;
}
.heading-footer-1{
  font-size: 20px !important;
  font-weight: 600;
  color: #3a4e83 !important;
}
 @media (min-width: 280px) and (max-width:568px) {
       #wrapper-1 {
        background: none !important;
      }
   }



#discount-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
      background: #fff;
      max-width: 500px;
      width: 90%;
      padding: 30px 20px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
      border-top: 4px solid red;
    }

    /* Close button */
    .close-popup {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      color: #333;
      cursor: pointer;
    }

    /* Coupon box */
    .coupon-box {
      margin: 15px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    #coupon-code {
      background: #f4f4f4;
      padding: 10px 15px;
      border-radius: 5px;
      font-weight: bold;
    }

    .copy-btn {
      background: #007BFF;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
    }

    .visit-btn {
      display: inline-block;
      margin-top: 15px;
      background: #28a745;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
    }

    .note {
      font-size: 13px;
      color: #555;
      margin-top: 10px;
    }

    #copy-message {
      display: none;
      color: green;
      font-weight: 500;
      margin-top: 10px;
    }

    /* Optional animation */
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }