html {
  scroll-behavior: smooth;
}

.top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  color: #fff;
  font-size: 30px;
  background-color: #07132c;
  border-radius: 50%;
  padding: 2px 7px;
  transform: all 0.4s;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}

.top.active {
  pointer-events: auto;
  opacity: 1;
  bottom: 20px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 999;
}

.disappear {
  animation: monika 1s forwards;
}

@keyframes monika {
  10% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* new header css code */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-section {
  position: sticky;
  padding: 0 8%;
  background-color: #0b1838;
  z-index: 1000;
}

.header-section .navigation ul li a {
  font-size: 1rem;
  padding: 15px;
  display: block;
  transition: all 0.2s ease;
}

.dropdown-menu li a {
  padding: 5px !important;
}

.header-section .navigation ul li ul {
  background: #00224f;
  display: none;
}

.header-section .navigation ul li:hover>ul {
  display: initial;
}

#toggle,
.header-section label {
  display: none;
  cursor: pointer;
}

.dropdown-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3;
}

.dropdown-menu li a:hover::after {
  width: 100%;
  transition: 0.7s;
}

@media (max-width: 1023px) {
  .header-section label {
    display: initial;
  }

  .header-section .navigation ul li a:hover {
    background: rgb(2, 52, 119);
  }

  .header-section {
    padding: 20px 5%;
  }

  .header-section .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0b1838;
    display: none;
  }

  .header-section .navigation ul li {
    width: 100%;
  }

  .header-section .navigation ul li a {
    padding: 10px 10%;
    color: #fff;
  }

  .header-section .navigation ul li ul {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
  }

  .header-section .navigation ul li ul li {
    background: #0250b6;
    padding: 10px 10%;
  }

  #toggle:checked~.navigation {
    display: block;
  }
}

/*================================== Navbar End ==============================*/

/* service Page Area Start  ===========================*/
.card-social {
  display: none;
}

.team-card-content {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-card-content:hover .card-social {
  display: block;
}

.service-card:hover p {
  color: #fff;
}

/* service Page Area End ===========================*/

.teamInformation-container {
  visibility: hidden;
  opacity: 0.7;
}

.team-cardImage:hover .teamInformation-container {
  visibility: visible;
}

.contactUs-bg2 {
  background-image: url(/Assets/images/contactBG2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.positioning-right {
  right: -40px;
}

.header-banner {
  background: url(../images/contactBG.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}

/* About Us Page Start   ======================*/
.Banner {
  width: 100%;
  height: 330px;
  background-image: url(../images/AboutUsBG.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Banner2 {
  width: 100%;
  height: 330px;
  background-image: linear-gradient(10deg, #001736fd, #011c3fcc),
    url(../images/technologyBanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* About Us Page End  =====================*/

/* Footer area is Start ===========================*/
.footer-area {
  /* background: url("/Assets/images/service-footer.png") no-repeat center center fixed; */
  background: linear-gradient(10deg, #000a18fd, #00224fcc),
    url("/Assets/images/service-footer.png") no-repeat center center fixed;
  background-size: cover;
  object-fit: cover;
  width: 100%;
}

.footer-area2 {
  background: url(../images/footerBg.png);
}

.footer-area3 {
  background: url(../images/footer3.png);
}

.ft-hr {
  border-top: 0.5px solid #bbbbbb;
}

/* Footer area is End ===========================*/

/* Index Page is Start ====================*/
.contact-form-bg {
  background-image: url(../images/indexbg.png);
}

.container-box {
  height: 90vh;
  z-index: -1;
}

.home5Banner {
  z-index: -1;
}

.slide-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#next-btn,
#prev-btn {
  cursor: pointer;
  background: transparent;
  font-size: 30px;
  border: none;
  padding: 10px;
  color: white;
}

#next-btn:focus,
#prev-btn:focus {
  outline: none;
}

.slide-content {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  color: white;
}

.slide-img {
  background-image: url(../images/bg2.jpg);
}

.slide-img2 {
  background-image: url(../images/bg11.jpg);
}

.box {
  background-image: url(../images/progress-bg.png);
}

.box .percent {
  width: 75%;
  height: 75%;
}

.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
}

.box .percent svg circle {
  width: 150px;
  height: 150px;
  fill: none;
  stroke-width: 10;
  stroke: #000;
  transform: translate(5px, 5px);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.box .percent svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #f3f3f3;
}

#circle1 {
  stroke-dashoffset: calc(440 - (440 * 70) / 100);
  stroke: #03a9f4;
}

#circle2 {
  stroke-dashoffset: calc(440 - (440 * 90) / 100);
  stroke: #03a9f4;
}

#circle3 {
  stroke-dashoffset: calc(440 - (440 * 95) / 100);
  stroke: #03a9f4;
}

#circle4 {
  stroke-dashoffset: calc(440 - (440 * 75) / 100);
  stroke: #03a9f4;
}

.img-color:hover img {
  filter: brightness(10);
}

/* Index Page is End ====================*/

/* home3 start  =======================================*/

.slide-2 {
  display: none;
}

.home3-nav {
  background-color: #0b1838;
  color: #fff;
}

.home3Hero {
  background: linear-gradient(0deg, #15002c4d, #000),
    url(/Assets/images/bluebackground.jpg);
  /* background: url(/Assets/images/bluebackground.jpg); */
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonial-carousel-home3 {
  background-color: #fbf6f3;
}

.thumbnail {
  flex: 0 0 auto;
  object-fit: cover;
  cursor: pointer;
  margin: 5px;
  transform: scale(0.95);
  transition: all 0.3s;
}

.thumbnail:hover {
  transform: scale(1);
}

.slider-details {
  display: none;
}

.thumbnail:hover .slider-details {
  display: block;
  transition: all 0.3s;
}

.rectange-position {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.circle-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-pic-info {
  background-image: url(../images/experiencebottomBackground.png);
}

.team-icon {
  /* background-color: #4f004b96; */
  background: linear-gradient(to right, #9932ccc5, #ff5833a6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.team-social-icon {
  opacity: 0;
}

.agent-details:hover .team-social-icon {
  opacity: 1;
}

.agent-details:hover .team-icon {
  opacity: 1;
}

.team-icon-description {
  color: white;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 2px rgb(54, 54, 54);
}

.agent-details:hover .team-icon-description {
  color: white;
}

/* home3 start  =======================================*/

/* Home 4 is Start ====================*/
.color-invert {
  filter: invert(100%);
}

.navbar-contact {
  display: flex !important;
}

.navbar-contact-info {
  display: flex !important;
}

.contactUs-bg {
  background-image: url(../images/contactBG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aboutUs-img {
  position: relative;
}

.aboutUs-img::before {
  content: url(../images/aboutUs.png);
  position: absolute;
  left: -50px;
  z-index: -1;
  bottom: -40px;
}

.about-experience {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: var(--theme-color--three);
}

.agent-details {
  transition: all 0.3s ease;
}

.agent-card {
  background-color: #00224f96;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.agent-details:hover .agent-card {
  opacity: 1;
}

.agent-card-description {
  background: #00224fab;
  color: white;
  transition: all 0.3s ease;
}

.agent-details:hover .agent-card-description {
  background: white;
  color: #00224f;
}

.insurance-match {
  background-image: url(../images/Bakcgorund.png);
  background-position: center;
  background-size: cover;
}

.contactInsuranceForm {
  background-color: #ffffff3d;
}

/* slider part */
.wrapper {
  width: 100%;
}

.testimonial-carousel {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-carousel .testimonial-card {
  margin: 20px 0;
}

.owl-prev,
.owl-next {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dot {
  height: 10px;
  width: 25px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #9c9e9e !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
  background: #00aba4 !important;
}

/* Home 4 is End ====================*/

/* Home 5 is Start ======================*/
.chooseUs {
  background-image: url(../images/chooseUsVector.png);
  background-repeat: no-repeat;
  background-size: 600px 300px;
  background-position: bottom;
}

.emergency {
  background-image: url(../images/Emergency.png);
  width: 100%;
  height: 270px;
}

/* Home 5 is End ======================*/

/* news singel */
.category-item-header::after {
  content: "\002B";
  font-size: 2rem;
  right: 0;
}

.category-item-header.active::after {
  content: "\2212";
}

.home5-banner {
  background-image: url(../images/home5bg.png);
  /* height: 90vh; */
}

/* news single dropdown start*/

/* The dropdown container */

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(24, 24, 77);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}

/* Add a gray background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: rgb(175, 169, 169);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* news single dropdown end*/