body {
  font-family: 'Poppins', sans-serif;
}
.header-bg-blue {
    background-color: #004BA8;
}
.bg-primary-blue {
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.text-primary-blue{
    color: #004BA8;
}
.bg-dark-black {
background-color: #000;
}

.navbar-toggler {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.navbar .navbar-toggler-icon {
  background-image: url(images/menu-toggler.svg);
}
h2.text-4xl{
  text-transform: uppercase;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
    background-color: #004BA8;
    border-radius: 3px;
  }
  .slick-next.slick-arrow {
    right: 10px;
  }
  .slick-next.slick-arrow::before {
    content: '→'; /* Replace with your arrow symbol or use an icon font */
    font-size: 20px; /* Adjust as needed */
    color: #fff; /* Arrow color */
    display: block;
    text-align: center;
    line-height: 40px; /* Match the button height */
  }
  .slick-prev.slick-arrow {
    left: 10px; 
  }
  
  .slick-prev.slick-arrow::before {
    content: '←'; /* Replace with your arrow symbol or use an icon font */
    font-size: 20px; /* Adjust as needed */
    color: #fff; /* Arrow color */
    display: block;
    text-align: center;
    line-height: 40px; /* Match the button height */
  }
  
  .translate-container {
    /* position: fixed;
    top: 10px;
    right: 10px; */
    z-index: 9999;
    height: 25px;
    overflow: hidden;
  }

  /* menu */
  @import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

  .navbar .collapse {
    visibility: inherit !important;
  }

.navbar-icon-top .navbar-nav .nav-link > .fa {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  top: -10px;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 96% !important;
  }
  div#navbarSupportedContent {
    position: absolute;
    top: 80px;
    background: #004BA8;
    z-index: 9999;
    right: 0;
    min-width: 200px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div#navbarSupportedContent ul li {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
div#navbarSupportedContent ul li a {
  padding: 0;
  text-align: left;
}
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
  .translate-container {
    width: 75px;
    position: relative;
  }
  .subscribe-area {
    text-align:  center;
  }
  .subscribe-area button, .subscribe2-wrapper .subscribe-form input {
    width: 100%;
    max-width: 400px;
    margin: 5px !important;
  }
  #error-message, #success-message {
    left: 0;
    right: 0;
  }
  
}

.x-logo {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: transparent; /* No fill */
    transform: rotate(45deg); /* Create "X" by rotating a "+" */
  }

  .x-logo::before,
  .x-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 20%;
    height: 100%;
    background-color: #1DA1F2; /* Official Twitter blue */
    transform: translateX(-50%);
  }

  .x-logo::after {
    transform: translateX(-50%) rotate(90deg); /* Rotate for the cross */
  }

  .nav-link {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease;
  }
  
  .nav-link:hover {
    border-bottom-color: white;
    color: white;
  }
  
  /* why choose us cards */
  .card::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
.card {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
  box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: .25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.card:hover .box-shadow{
  background-color: #FF4500 !important;
  transition: background-color 0.3s ease;
}
.card:hover .box-shadow .fa {
  color: #fff !important;
  transition: color 0.3s ease;
}
.box-shadow {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
  box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}
.card-text {
  padding-top: 12px;
  color: #000;
}
.card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.bg-white {
  background-color: #fff !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}
img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.head-icon{
  margin-top:18px;
  color:#FF4500
}

/* subscribe now */
.subscribe-area {
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  }
  
  .pb-50 {
      padding-bottom: 50px;
  }
  .pt-70 {
      padding-top: 70px;
  }
  
  .mb-15 {
      margin-bottom: 15px;
  }
  
  .subscribe-text span {
      /* font-size: 12px;
      font-weight: 700; */
      color: #fff;
      /* letter-spacing: 5px; */
  }
  .subscribe-text h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 300;
      margin-bottom: 0;
      margin-top: 6px;
  }
  .subscribe-wrapper {
      overflow: hidden;
  }
  .mb-15 {
      margin-bottom: 15px;
  }
  .subscribe-form {
  }
  .subscribe2-wrapper .subscribe-form input {
      background: #fff;
      border: 1px solid #fff;
      border-radius: 30px;
      color: #000;
      display: inline-block;
      font-size: 15px;
      font-weight: 300;
      height: 57px;
      margin-right: 17px;
      padding-left: 35px;
      width: 70%;
      cursor: pointer;
  }
  .subscribe2-wrapper .subscribe-form input:focus-visible {
    border: none;
    outline: inherit;
  }
  .subscribe2-wrapper .subscribe-form button {
      background: #ffff;
      border: none;
      border-radius: 30px;
      color: #4b5d73;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      padding: 18px 46px;
      transition: all 0.3s ease 0s;
  }
  .subscribe2-wrapper .subscribe-form button:hover {
    background: #004BA8;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}

.fa.fa-pagelines {
  color: #fff;
}
.text-primary-blue .fa.fa-pagelines {
  color: #28a745;
}

.footer { background-color: #08202e; padding-top: 80px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 15px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #fff; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #fff; display: block; font-weight: 500; }
.footer-widget ul li a:hover { color: #fff; }

footer .list-unstyled li {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
  margin-bottom: 3px;
}
footer .list-unstyled li .fa {
  width: 30px;
}
footer .list-unstyled li ul {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .list-unstyled li div {
  margin-bottom: 10px;
}
footer .list-unstyled li div h4, footer .list-unstyled li div p {
  margin-bottom: 5px;
}


/* products page cards */
.product-cards .card {
  border-radius: 10px;
}
.product-cards .card::after {
  bottom: 0;
}
.card-product .img-wrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  /* height: 220px; */
  text-align: center;
}
.card-product .img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.card-product .info-wrap {
  overflow: hidden;
  padding: 15px;
  border-top: 1px solid #eee;
}
.card-product .bottom-wrap {
  padding: 15px;
  border-top: 1px solid #eee;
}

.label-rating { margin-right:10px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.card-product .price-old {
  color: #999;
}
.product-cards .card .title {
  font-weight: 600;
}

.page-title {
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}

/* product details page  */
.product-image {
  /* max-height: 400px; */
  object-fit: cover;
}
.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.thumbnail:hover, .thumbnail.active {
  opacity: 1;
}

/* certificates page */
.no-bottom-space.card::after {
  bottom: 0;
}