@charset "UTF-8";
/* Remove default margins and paddings */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove text decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Set default font for body */
/* Reset images and media */
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  width: 100%;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

.table thead th {
  color: #0B2B52 !important;
}

.table tbody td {
  color: #5C6B73;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #5C6B73;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.22;
  color: #0B2B52;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 42px;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 21px;
  }
}

h5, .h5 {
  font-size: 21px;
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h6, .h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 14px;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #D8433A;
}

small {
  font-size: 0.875rem;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.primary {
  color: #D8433A;
}

.secondary {
  color: #0B2B52;
}

.text {
  color: #5C6B73;
}

.white {
  color: #ffffff;
}

.offwhite {
  color: #FAF5EF;
}

.cream {
  color: #F4E2C4;
}

.grey {
  color: #FBFBFB;
}

.bg-primary {
  background-color: #D8433A !important;
}

.bg-secondary {
  background-color: #0B2B52 !important;
}

.bg-cream {
  background-color: #F4E2C4 !important;
}

.bg-offwhite {
  background-color: #FAF5EF !important;
}

.bg-grey {
  background-color: #FBFBFB !important;
}

.border-dashed {
  border-bottom: 1px dashed #cccccc;
}

.border-primary {
  border-color: #D8433A !important;
}

.border-secondary {
  border-color: #0B2B52 !important;
}

.border-grey {
  border-color: #FBFBFB !important;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

/* ---------------- PADDING ---------------- */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

/* Padding Top */
.pt-6, .py-6 {
  padding-top: 4rem !important;
}

.pt-7, .py-7 {
  padding-top: 5rem !important;
}

.pt-8, .py-8 {
  padding-top: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 7rem !important;
}

.pt-10, .py-10 {
  padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-6, .py-6 {
  padding-bottom: 4rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 5rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 6rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 7rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 8rem !important;
}

/* Padding Start */
.ps-6, .px-6 {
  padding-left: 4rem !important;
}

.ps-7, .px-7 {
  padding-left: 5rem !important;
}

.ps-8, .px-8 {
  padding-left: 6rem !important;
}

.ps-9, .px-9 {
  padding-left: 7rem !important;
}

.ps-10, .px-10 {
  padding-left: 8rem !important;
}

/* Padding End */
.pe-6, .px-6 {
  padding-right: 4rem !important;
}

.pe-7, .px-7 {
  padding-right: 5rem !important;
}

.pe-8, .px-8 {
  padding-right: 6rem !important;
}

.pe-9, .px-9 {
  padding-right: 7rem !important;
}

.pe-10, .px-10 {
  padding-right: 8rem !important;
}

/* ---------------- MARGIN ---------------- */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

/* Margin Top */
.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.mt-7, .my-7 {
  margin-top: 5rem !important;
}

.mt-8, .my-8 {
  margin-top: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 7rem !important;
}

.mt-10, .my-10 {
  margin-top: 8rem !important;
}

/* Margin Bottom */
.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 7rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 8rem !important;
}

/* Margin Start */
.ms-6, .mx-6 {
  margin-left: 4rem !important;
}

.ms-7, .mx-7 {
  margin-left: 5rem !important;
}

.ms-8, .mx-8 {
  margin-left: 6rem !important;
}

.ms-9, .mx-9 {
  margin-left: 7rem !important;
}

.ms-10, .mx-10 {
  margin-left: 8rem !important;
}

/* Margin Start */
.me-6, .mx-6 {
  margin-right: 4rem !important;
}

.me-7, .mx-7 {
  margin-right: 5rem !important;
}

.me-8, .mx-8 {
  margin-right: 6rem !important;
}

.me-9, .mx-9 {
  margin-right: 7rem !important;
}

.me-10, .mx-10 {
  margin-right: 8rem !important;
}

section, .section-padding {
  padding: 100px 0;
}

.shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 45, 62, 0.537254902);
}

/* Sticky Header */
.navbar-sticky-in {
  position: fixed !important; /* Fixes navbar at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important; /* Keeps it above other elements */
  background: #FAF5EF;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 5px rgba(225, 225, 225, 0.1);
}

/* Width */
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 996px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
}
@keyframes bannerfadein {
  0% {
    opacity: 0;
    top: 122%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
.divider-pattern {
  background: repeating-linear-gradient(-60deg, #D5D4D4, #D5D4D4 1px, transparent 1px, transparent 7px);
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  #back-to-top {
    bottom: 80px;
  }
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.5s;
}

#back-to-top a:hover {
  background-color: #25212F !important;
}

#back-to-top a:after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (min-width: 996px) {
  .position-lg-sticky {
    position: sticky;
  }
}
.btn-primary, .btn-white {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  border-radius: 10px;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 400;
  background-color: #D8433A;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover, .btn-white:hover {
  color: #D8433A !important;
  background-color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #5C6B73;
}
.btn-white:hover {
  color: #D8433A !important;
}

input,
textarea,
select {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 14px 20px;
  outline: none;
  width: 100%;
  color: #5C6B73;
  border: 1px solid #b6bbbe;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #b6bbbe;
}

select {
  border: 1px solid #d2d2d2;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

.number-input {
  display: inline-flex;
  align-items: center;
  justify-content: stretch;
  border-radius: 6px;
  overflow: hidden;
}

.number-input input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  padding: 14px 0px;
}

.number-input button {
  background: #0B2B52;
  border: none;
  color: #fff;
  padding: 14px 12px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.number-input button:hover {
  background: #D8433A;
  transition: all 0.3s ease-in-out;
}

.fast-service-badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #D8433A;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.fast-service-badge:hover {
  background-color: #0B2B52;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

ul.pagination li a {
  margin: 0 5px;
  border: none;
  transition: all ease-in-out 0.3s;
  padding: 10px 15px;
  border-radius: 0px;
  background-color: #FAF5EF;
  display: block;
}

ul.pagination li a:hover, ul.pagination li a.active {
  background: #0B2B52 !important;
  color: #ffffff !important;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* ensures link is on top */
}

header .header-top .social-links i {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #163968;
  border-radius: 5px;
}
header .header-top .social-links i:hover {
  background-color: #D8433A;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header .header-nav .nav-link {
  color: #0B2B52;
  padding: 20px 15px;
}
header .header-nav .nav-link:hover {
  color: #0B2B52;
}
header .header-nav .nav-link.show, header .header-nav .nav-link.active {
  color: #0B2B52;
}
header .header-nav .nav-item.no-after::after {
  display: none;
}
header .header-nav .nav-item .dropdown-menu > li > a {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #FBFBFB;
  color: #5C6B73;
  border: none;
}
header .header-nav .nav-item .dropdown-menu > li > a:hover, header .header-nav .nav-item .dropdown-menu > li > a.active {
  background-color: #0B2B52;
  color: #ffffff;
}
@media (min-width: 1180px) {
  header .header-nav .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
  }
  header .header-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  header .header-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  header .header-nav .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  header .header-nav ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  header .header-nav .dropdown-item.active {
    background-color: #0B2B52;
  }
}
@media (max-width: 1180px) {
  header div#slicknav-mobile, header .dropdown-toggle::after {
    display: block;
  }
  header .header-top, header .mt_search, header .slicknav_nav .slicknav_arrow, header .navbar-button, header .navbar-sticky-in, header #responsive-menu {
    display: none;
  }
  header .slicknav_menu {
    display: block;
  }
  header .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }
  header .slicknav_btn {
    position: absolute;
    right: 70px;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: 0;
    top: 50px;
    padding: 8px;
    position: absolute;
    color: #0B2B52;
  }
  header .dropdown-menu {
    border-radius: 0 !important;
  }
  header .slicknav_btn.slicknav_open:before {
    color: #0B2B52;
  }
  header .slicknav_nav {
    top: 126px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 240px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }
  header .slicknav_nav a:hover, header li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #0B2B52 !important;
    color: #fff !important;
  }
  header .slicknav_nav a, header .dropdown-menu > li > a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }
  header .dropdown-menu > li > a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  header .slicknav_nav .active, header .fa-angle-up:before {
    background-color: #0B2B52;
    color: #fff !important;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  header .header-nav-inner {
    border: none !important;
  }
}
@media (max-width: 1100px) {
  header .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
}
@media (max-width: 996px) {
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    top: 30px;
  }
  header .slicknav_nav {
    top: 96px;
  }
}
@media (max-width: 786px) {
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    top: 37px;
    left: 28px;
  }
  header .slicknav_nav {
    top: 102px;
  }
}
header .header-cart-icon i {
  font-size: 20px;
  background-color: #163968;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
header .header-cart-icon i:hover {
  background-color: #D8433A;
  color: #ffffff;
}

@media (max-width: 768px) {
  header .header-nav .header-logo img {
    width: 160px;
  }
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    top: 35px;
  }
  .slicknav_nav {
    top: 102px;
  }
  .banner .slide-inner {
    width: 100% !important;
  }
}
.banner .slide {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grab;
}
.banner .slide .container {
  opacity: 0;
  top: 122%;
}
.banner .slide .container a:hover {
  border-color: #0B2B52 !important;
}
.banner .slide.slick-slide.slick-current.slick-active .container {
  animation: bannerfadein 1.2s ease-out forwards;
}

.about {
  background-color: transparent;
  background-image: linear-gradient(90deg, #FAF5EF 25%, rgba(242, 41, 91, 0) 0%);
}
@media (max-width: 996px) {
  .about {
    background-image: linear-gradient(360deg, #FAF5EF 33%, rgba(242, 41, 91, 0) 0%);
  }
}

.ad-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
}
.ad-banner .ad-btn-spin {
  left: 41% !important;
  top: 46% !important;
}
.ad-banner .ad-btn-spin .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.ad-banner .ad-btn-spin .spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #F4E2C4;
  transition: all 0.3s ease-in-out;
  rotate: -45deg;
  left: 57%;
  top: 37%;
}
.ad-banner .ad-btn-spin .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ad-banner .ad-btn-spin .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 24px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
.ad-banner .ad-btn-spin .spin-demo-main:hover i {
  color: #D8433A;
  transition: all 0.3s ease-in-out;
}

.process .process-box .process-no {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  position: relative;
}
.process .process-box .arrow {
  background-image: url(../image/arrow.png);
  height: 40px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #0B2B52;
  position: absolute;
  top: 30%;
  left: 105%;
  transform: translate(-50%, -50%);
}
.process .row > .col:last-child .process-box .arrow, .process .row > .col:nth-child(3n) .process-box .arrow {
  display: none;
}
@media (max-width: 992px) {
  .process .row > .col:nth-child(2n) .process-box .arrow {
    display: none;
  }
  .process .row > .col:nth-child(3) .process-box .arrow {
    display: block;
  }
}
@media (max-width: 768px) {
  .process .process-box {
    margin-top: 30px;
  }
  .process .process-box .process-no::after {
    content: "↓";
    background-image: none;
    font-size: 28px;
    font-weight: 900;
    color: #0B2B52;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .process .row > .col:first-child .process-box {
    margin-top: 0;
  }
  .process .row > .col:first-child .process-box .process-no::after {
    display: none;
  }
  .process .process-box .arrow {
    display: none !important;
  }
}

.service .service-box a:hover {
  color: #0B2B52;
}
.service .service-box .service-iocn-bottom {
  bottom: -25%;
  opacity: 0;
  right: 5px;
  transition: all 0.3s ease-in-out;
}
.service .service-box:hover .service-iocn-bottom {
  bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.teams {
  background-image: url(../image/shape2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
.teams .team-box .overlay {
  background-color: #0B2B52;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.teams .team-box .teams-info {
  opacity: 0;
  top: 60%;
  transition: all 0.3s ease-in-out;
}
.teams .team-box .teams-info .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #a1a1a1;
  transition: all 0.3s ease-in-out;
}
@keyframes iconTranslateY {
  48% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  49% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    opacity: 1;
  }
}
.teams .team-box .teams-info .social-link > li > a:hover > i {
  -webkit-animation: iconTranslateY 0.4s forwards;
  animation: iconTranslateY 0.4s forwards;
}
.teams .team-box .teams-info .social-link li a:hover {
  background: #1DA1F2;
  color: #fff;
}
.teams .team-box .teams-info .social-link li:last-child a:hover {
  background: #E60023;
}
.teams .team-box .teams-info .social-link li:first-child a:hover {
  background: #1877F2;
}
.teams .team-box:hover .overlay {
  opacity: 0.85;
  scale: 0.8;
  transition: all 0.3s ease-in-out;
}
.teams .team-box:hover .teams-info {
  opacity: 1;
  top: 50%;
}

.projects .project-box .project-image img {
  transition: all 0.3s ease-in-out;
}
.projects .project-box:hover .project-image img {
  scale: 1.2;
  transition: all 0.3s ease-in-out;
}

.experience .percentage-wrapper {
  top: -32px;
  right: 0px;
  font-size: 15px;
  border-radius: 4px 4px 0 4px;
}
.experience .percentage-wrapper::after {
  content: " ";
  position: absolute;
  background-color: #D8433A;
  bottom: -8px;
  right: 0;
  z-index: 1;
  border-top: solid currentColor;
  border-right: solid currentColor;
  border-left: solid transparent;
  border-bottom: solid transparent;
  transform: rotate(180deg);
  border-width: 4px;
}
.experience .progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: width;
  }
}

@media (max-width: 996px) {
  .review .review-left img {
    border-radius: 1rem !important;
  }
}

footer .social-links i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
footer .social-links i:hover {
  color: #D8433A;
  transition: all 0.3s ease-in-out;
}

.breadcrumb {
  background-image: url(../image/Banner-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-map iframe {
  margin-top: -60px;
}

.contact-feature .feature-box:hover h4 a {
  color: #D8433A;
}

.service-call {
  background-image: url(../image/Banner-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-call .service-call-icon i {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 40px;
}

.service-product-list .service-product-left .range-slider .ui-slider-range.ui-widget-header.ui-corner-all.whole {
  background: #ccc;
}
.service-product-list .service-product-left .min-value, .service-product-list .service-product-left .max-value {
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}
.service-product-list .service-product-right .nav-tabs .nav-link:hover {
  color: #D8433A;
}
.service-product-list .service-product-right .nav-tabs .nav-item.show .nav-link, .service-product-list .service-product-right .nav-tabs .nav-link.active {
  color: #D8433A;
}
.service-product-list .price-filter {
  width: 100%;
}
.service-product-list .price-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.service-product-list .price-input .field {
  display: flex;
  align-items: center;
  gap: 5px;
}
.service-product-list .price-input input {
  width: 70px;
  padding: 5px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.service-product-list .slider {
  height: 4px;
  background: #ddd;
  position: relative;
  border-radius: 5px;
}
.service-product-list .slider .progress {
  height: 4px;
  background: #D8433A;
  position: absolute;
  border-radius: 5px;
}
.service-product-list .range-input {
  position: relative;
}
.service-product-list .range-input input {
  position: absolute;
  top: -8px;
  width: 100%;
  height: 4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}
.service-product-list input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D8433A;
  -webkit-appearance: none;
}

.service-product-detail .product-detail-slide .slider-nav {
  max-height: 100%;
}
.service-product-detail .product-detail-slide .slider-nav .slick-track {
  flex-direction: column !important;
}
.service-product-detail .product-detail-slide .slider-nav .slick-track img {
  cursor: pointer;
}
@media (max-width: 768px) {
  .service-product-detail .product-detail-slide .slider-nav .slick-track {
    flex-direction: row !important;
    height: 100px !important;
  }
  .service-product-detail .product-detail-slide .slider-nav .slick-list {
    height: 100px !important;
  }
}

.account, .register {
  background-image: url(../image/shape3.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
.account .overlay, .register .overlay {
  background-image: url(../image/shape4.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
}

.cart .delivery-method .delivery-tabs .nav-tabs .nav-link:focus, .cart .delivery-method .delivery-tabs .nav-tabs .nav-link:hover {
  color: #D8433A;
}
.cart .delivery-method .delivery-tabs .nav-tabs .nav-item.show .nav-link, .cart .delivery-method .delivery-tabs .nav-tabs .nav-link.active {
  background-color: #0B2B52 !important;
  border-color: #0B2B52 !important;
  color: #fff;
}
.cart input[type=radio]:checked + .custom-radio {
  background: #0B2B52 !important;
  color: #fff;
  border-color: #0B2B52 !important;
}
.cart .custom-radio:hover {
  color: #D8433A;
}

.blog-detail .share-link .social-links i {
  height: 32px;
  width: 32px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.blog-detail .share-link .social-links i:hover {
  background-color: #0B2B52;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.dashboard .dashboard-left .nav a.active {
  background-color: #D8433A;
  color: #fff !important;
}
.dashboard .address-right .address-dropdown {
  top: 15px;
  right: 15px;
}
.dashboard .address-right .address-dropdown .dropdown-toggle::after {
  display: none;
}
.dashboard .address-right .address-dropdown .dropdown-menu {
  min-width: 100px;
}
.dashboard .address-right .address-dropdown .dropdown-menu > li > a {
  padding: 10px 8px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.dashboard .address-right .address-dropdown .dropdown-menu > li > a:hover {
  background-color: #0B2B52;
  color: white;
  transition: all 0.3s ease-in-out;
}

.payment .payment-tab .nav-tabs .nav-link:focus, .payment .payment-tab .nav-tabs .nav-link:hover {
  color: #D8433A;
}
.payment .payment-tab .nav-tabs .nav-item.show .nav-link, .payment .payment-tab .nav-tabs .nav-link.active {
  background-color: #0B2B52 !important;
  border-color: #0B2B52 !important;
  color: #fff;
}

header .header-nav .header-notification ul.dropdown-menu {
  height: 400px;
  width: 320px;
  right: 0;
}
header .header-nav .header-notification .dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu > li.notification-wrapper:not(:has(+ li.notification-wrapper)) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.notification ul li:last-child a, .notification .notification-wrapper:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.notification a.unread {
  position: relative;
}
.notification a.unread::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #D8433A;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
  position: absolute;
  bottom: 50%;
  left: -10px;
}

/*# sourceMappingURL=style.css.map */
