.Txtbold,
.box,
.info h4,
.midtext,
.title,
strong {
  font-weight: 600;
}
.accordion-button::after,
.section-title p,
body {
  font-family: Helvetica, Arial, sans-serif;
}
.animatedsun .sundiv,
.animatedsun p a {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus + .btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 194, 241, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-check:focus + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--btn-primaryHover);
  border-color: var(--btn-primaryHover);
}
body,
p {
  line-height: 1.33337;
}
article,
aside {
  margin-bottom: 20px;
}
aside,
footer,
section {
  padding: 1em;
}
.tabbtn::after,
.text-overlay,
.text-overlayinner {
  right: 0;
  position: absolute;
}
.card-link:hover,
.footertital a,
a:hover {
  text-decoration: underline;
}
.contactbtn,
.section-title p,
.whitebg h3 {
  text-transform: uppercase;
}
.align,
.info h4,
footer {
  text-align: left;
}
:root {
  --bs-primary: #364d6e;
  --bs-secondary: #a9b5c7;
  --bs-secondaryy: #d5e5ff;
  --btn-primary: #42618f;
  --btn-primaryHover: #365077;
  --bs-primaryTab: #fff;
  --bs-primaryTabBorder: #42618f;
  --activeColor: #fff;
  --footertextcolor: #fff;
  --titles: #233586;
  --bgtitles: #233586;
  --bs-primaryBordershadow: 68, 129, 230;
  --swiper-theme-color: #0d6efd;
  --globalLink: #000;
  --lightYello: #f2f6c5;
  --lightprpl: #dce6ff;
  --lightblue: #c5ecff;
}
.bg-lightyelloww {
  background-color: var(--bs-secondaryy);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 16px;
}
a {
  color: var(--globalLink) !important;
  text-decoration: none;
}
.card-link {
  color: var(--globalmoreLink) !important;
}
.active .bg-lightyelloww h4,
.active .tabbtn:hover h4,
.btn-primary,
.career .nav-tabs .active.nav-link:focus,
.career .nav-tabs .active.nav-link:focus h4,
.career .nav-tabs .active.nav-link:hover,
.career .nav-tabs .active.nav-link:hover h4,
.header-scrolled .navbar-nav .nav-link.active,
.wow .bg-lightyelloww:hover h4 {
  color: #fff !important;
}
ol,
ul {
  padding-left: 1rem;
}
.btn-primary {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
}
.btn-primary:hover {
  transition: 0.3s ease-in-out;
}
.btn-primary.rounded-circle {
  background-color: #d19571 !important;
  border-color: #d19571 !important;
}
.tabbtn::after,
.tabbtn::before {
  content: '';
  background-color: var(--bs-primaryTabBorder);
  width: 1px;
  height: 70%;
  bottom: 15%;
}
.text-text {
  margin-bottom: 0.25rem !important;
}
.card-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
.arrowdown {
  font-size: 12px;
  margin-left: 3px;
}
.bar1,
.bar2,
.bar3 {
  width: 18px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0 4px -4px;
  transition: 0.4s;
  display: block;
}
.midtext,
.title {
  margin-left: 0;
  color: #3667ad;
}
.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
  -webkit-transform: translate(0, 7px) rotate(-45deg);
  -moz-transform: translate(0, 7px) rotate(-45deg);
  -ms-transform: translate(0, 7px) rotate(-45deg);
  -o-transform: translate(0, 7px) rotate(-45deg);
}
.innernav .change .bar1 {
  transform: translate(0, 7px) rotate(-48deg);
  -webkit-transform: translate(0, 7px) rotate(-48deg);
  -moz-transform: translate(0, 7px) rotate(-48deg);
  -ms-transform: translate(0, 7px) rotate(-48deg);
  -o-transform: translate(0, 7px) rotate(-48deg);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
  -webkit-transform: translate(0, -7px) rotate(45deg);
  -moz-transform: translate(0, -7px) rotate(45deg);
  -ms-transform: translate(0, -7px) rotate(45deg);
  -o-transform: translate(0, -7px) rotate(45deg);
}
.title {
  font-size: calc(0.915rem + 0.7vw);
}
.title1 {
  font-size: calc(0.815rem + 0.7vw);
}
.midtext {
  font-size: calc(0.915rem + 0.3vw);
}
.card-title,
strong {
  color: #3667ad;
}
.active .bg-lightyellow,
.activebtn {
  color: var(--activeColor) !important;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.775rem;
  border-radius: 4px;
  line-height: 1;
}
.accordion-item,
.nav-tabs {
  border: 0 !important;
}
.nav-tabs .wow {
  cursor: pointer;
}
.dropdown-submenu,
.tabbtn {
  position: relative;
}
.tabbtn::before {
  left: -1px;
  position: absolute;
}
.active .bg-lightyellow,
.activebtn,
.bg-darkyellow {
  background-color: var(--bs-primary) !important;
}
.active .bg-lightyelloww,
.wow .bg-lightyelloww:hover {
  background: linear-gradient(
    90deg,
    rgb(11 34 74) 0,
    #15285e 35%,
    rgb(90 136 203) 100%
  );
}
.active .tabbtn::after,
.active .tabbtn::before,
.dropdown-toggle::after,
.dropend .dropdown-toggle::after {
  content: none;
}
.bg-tab {
  background-color: var(--bs-primaryTab) !important;
  border-top: 0 !important;
}
.active .bg-lightyelloww,
.wow .bg-lightyelloww {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bg-lightyellow {
  background-color: var(--bs-secondary) !important;
}
.active .bg-lightyelloww {
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: 0 1px 9px 2px rgba(32, 33, 36, 28%);
  z-index: 1;
  position: relative;
}
.bg-light,
.list-group-item {
  background-color: transparent !important;
}
.bg-light.innernav {
  background-color: #355481 !important;
}
.nav-tabs .border-color {
  border-color: var(--bs-primaryTabBorder) !important;
}
img {
  max-width: 100%;
}
#more,
#more1,
#more2,
#more3,
#more4,
#more5,
#more6,
.bi.bi-envelope,
.icon,
.sundivwrappermob {
  display: none;
}
.swiper-horizontal {
  overflow: hidden;
}
span.swiper-pagination-bullet {
  border-radius: 0;
  width: 28px;
  height: 4px;
  background-color: #fff;
  opacity: 0.5;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color) !important;
}
section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article {
  width: calc(70% - 20px);
}
aside {
  width: calc(30% - 20px);
  background-color: #eee;
}
footer {
  background-color: var(--bs-primary);
  width: 100%;
}
.list-group {
  padding-left: 15px !important;
}
.nedeco,
.noLists,
footer ul li {
  list-style: none;
}
.followuson h3,
.whitebg h3,
footer a,
footer address,
footer p {
  color: var(--footertextcolor) !important;
}
.list-group-item {
  padding: 0 0 0.1rem;
  display: list-item;
  list-style: disc;
  color: #000 !important;
  border: 0 !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .text-overlay {
    width: 720px;
  }
  .followuson {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .followuson svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 26px;
    height: 26px;
  }
  .followuson a {
    text-decoration: underline;
  }
  #myCarousel
    .carousel-inner
    .carousel-item.active
    .col-md-3:first-child
    .card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .dropdown-menu {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) !important;
    top: calc(100% + 20px);
    margin: 0;
    padding: 0 0 4px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #7187a7;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    border: 0 !important;
    font-size: 0.875rem;
  }
  .dropdown-item {
    color: #fff !important;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block;
    overflow: hidden;
    padding: 6px;
    left: 50%;
  }
  .dropdown-menu .dropdown-item {
    position: relative;
  }
  .dropdown-menu .dropdown-item:after {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
  }
  .dropdown-menu .dropdown-item:hover:after {
    width: 80%;
  }
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-right.active,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }
  .active.carousel-item-start,
  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
    -webkit-transform: translateX(-25%) !important;
    -moz-transform: translateX(-25%) !important;
    -ms-transform: translateX(-25%) !important;
    -o-transform: translateX(-25%) !important;
  }
  .active.carousel-item-end,
  .carousel-item-next.carousel-item-start,
  .domen .active.carousel-item-end,
  .domen .carousel-item-next.carousel-item-start,
  .testimonial .active.carousel-item-end,
  .testimonial .carousel-item-next.carousel-item-start {
    transform: translateX(0) !important;
  }
  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
  .domen .carousel-item,
  .testimonial .carousel-item {
    -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
    -o-transition: -o-transform 1.2s ease-in-out !important;
    transition: transform 1.2s ease-in-out !important;
  }
  .domen .carousel-inner .carousel-item-next,
  .domen .carousel-inner .carousel-item-right.active,
  .domen .carousel-item-next:not(.carousel-item-start),
  .testimonial .carousel-inner .carousel-item-next,
  .testimonial .carousel-inner .carousel-item-right.active,
  .testimonial .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    -moz-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    -o-transform: translateX(100%) !important;
  }
  .domen .active.carousel-item-start,
  .domen .carousel-inner .carousel-item-left.active,
  .domen .carousel-inner .carousel-item-prev,
  .domen .carousel-item-prev:not(.carousel-item-end),
  .testimonial .active.carousel-item-start,
  .testimonial .carousel-inner .carousel-item-left.active,
  .testimonial .carousel-inner .carousel-item-prev,
  .testimonial .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
  }
  .domen .lightbg {
    background-color: #fafafa;
  }
  .col3 {
    flex: 0 0 auto;
    width: 21.6666666667%;
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .text-overlay {
    width: 960px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-nav,
  .products .carousel-indicators {
    gap: 10px;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .navbar-expand-lg
    .navbar-nav
    .nav-item:nth-child(4)
    .dropdown-menu
    .dropdown-item {
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  .text-overlay {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .text-overlay {
    width: 1320px;
  }
}
@media (max-width: 767px) {
  .text-overlay {
    width: 90%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.text-overlay {
  color: #fff;
  top: 40%;
  left: 0;
  margin: 0 auto;
}
.text-overlayinner {
  top: 40%;
  color: #fff;
  left: 0;
}
.text-overlayinner p {
  font-size: 1.3rem;
}
.careers.nav-tabs .nav-link.active h4,
.text-overlay h1,
.text-overlayinner h1 {
  color: #fff;
}
@media (min-width: 1200px) {
  .text-overlayinner {
    top: 25%;
  }
  .text-overlayinner h1 {
    width: 65%;
    text-shadow: 2px 2px 2px #000;
  }
  .text-overlayinner h1 small {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.rightimage {
  float: right;
  max-width: 25%;
  margin: 0 0 15px 15px;
}
.contactbtn,
.footertital,
.nameemp,
.post {
  text-align: center;
}
.text-overlay p {
  font-size: 1.6rem;
}
.footertital,
.footertital a {
  color: #3667ad !important;
}
@media screen and (max-width: 768px) {
  .wow .bg-lightyellow {
    background-color: #fff !important;
  }
  .active .bg-lightyellow,
  .active h4,
  .active.bg-lightyellow,
  .tabbtn {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .wow.active .bg-lightyellow {
    background: linear-gradient(
      90deg,
      rgb(18 15 68) 30%,
      #090979 76%,
      rgb(21 129 150) 114%
    );
  }
  .text-overlay {
    top: 19%;
  }
  .text-overlay h1 {
    color: #fff;
    margin: 0;
    font-weight: 800;
  }
  .text-overlay p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
  }
  .align,
  p {
    letter-spacing: 0.01em;
  }
  .rightimage {
    float: right;
    max-width: 50%;
    margin: 0 0 15px 15px;
  }
  .blackes {
    font-size: calc(0.715rem + 0.7vw);
  }
  body {
    color: #000;
    font-size: 14px;
  }
  .h4,
  h4 {
    font-size: calc(0.715rem + 0.7vw);
    text-align: center;
    margin: 0;
  }
  .h1,
  h1 {
    font-size: calc(0.886rem + 2vw);
  }
  .dropdown .dropbtn,
  .topnav a {
    display: none;
  }
  header a.icon {
    display: block;
    position: absolute;
    z-index: 12;
    right: 10px;
    top: 5px;
    color: #fff !important;
  }
  .topnav.responsive {
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  section {
    flex-direction: column;
  }
  article,
  aside {
    width: 100%;
  }
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.bg-blue {
  background-color: var(--bs-blue) !important;
}
.carousel .card,
.services .card {
  border: 0;
}
#myCarousel {
  margin-top: 50px;
}
.domen {
  min-height: auto;
}
.products .nav-tabs .nav-link {
  border-radius: 0;
  color: #000;
}
.products .carousel .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.products .carousel-indicators [data-bs-target],
.testimonial .carousel-indicators [data-bs-target] {
  text-indent: unset !important;
  width: auto !important;
  height: auto !important;
  line-height: 1;
}
.products .carousel-indicators {
  margin: 0;
  bottom: auto;
  top: -40px;
}
.products .btn-indicator {
  color: #000;
  background-color: #d7e1f1 !important;
  border: 0 !important;
  opacity: 1;
  font-size: 0.975rem;
  padding: 0.25rem 0.5rem !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
}
.products .btn-indicator.active,
.products .btn-indicator:hover {
  color: #fff !important;
  background-color: #42618f !important;
  border: 0 !important;
  opacity: 1;
}
.products a.btn-indicator {
  margin-right: 5px;
}
.products .btn-indicator:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab {
  padding: 20px;
  background-color: #464646;
  border-radius: 18px;
}
.video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 0 auto;
  width: 100%;
}
.video-container .imgdiv,
.video-container iframe,
.video-container img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footermenu ul li,
address ul li {
  padding-left: 0;
}
.whitebg h3 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 1rem;
  display: inline-block;
}
.footertital {
  margin: 30px 0;
  font-size: calc(0.915rem + 0.4vw);
}
footer ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.info h4,
.info p {
  padding: 0 0 0 60px;
}
.contactbtn {
  position: fixed;
  z-index: 1000;
  top: 34vh;
  right: 1px;
  width: 10px;
  height: auto;
  word-break: break-all;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.contactbtn span {
  display: block;
  margin: 3px 0;
}
.radius20 {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.card .title {
  border-bottom: 2px solid var(--bgtitles);
}
.accordion-button {
  padding: 0.5rem 1.25rem;
  color: #000;
  background-color: transparent;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  color: var(--bgtitles);
  background-color: transparent;
  box-shadow: none !important;
  border-color: transparent !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bgtitles);
  background-color: #fff;
  border-color: var(--bs-primaryTabBorder) !important;
}
#nav-tabContent {
  margin-bottom: 15px;
}
#producttab.nav-tabs .nav-link.active {
  color: var(--bgtitles);
  background-color: var(--bs-primaryTabBorder) !important;
  border-color: var(--bs-primaryTabBorder) !important;
}
#producttab.nav-tabs {
  border-bottom: 2px solid var(--bs-primaryTabBorder) !important;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  cursor: pointer;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--titles);
}
.accordion-body {
  padding: 1rem 1.25rem;
  padding-top: 0 !important;
}
.accordion-button::after {
  background-image: none;
  content: '\f0d7';
  font-size: 12px;
  color: #222;
  text-align: center;
  line-height: 1.25rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  color: var(--bgtitles);
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-item:nth-child(odd),
.listdextop .col-md-12:nth-child(odd),
.listdextopp .col-md-12:nth-child(odd) .card {
  background-color: #e4eaf3;
}
.listdextopp .col-md-12 {
  margin-bottom: 0.5rem;
}
.bg-light.header-scrolled {
  background: rgba(53, 84, 129, 70%) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: 0.5s;
}
.dropdown-menu {
  min-width: 8rem;
}
.dropdown-menu .dropdown-item {
  padding-left: 20px;
  position: relative;
}
.navbar-nav li .dropdown-menu .dropdown-item {
  padding: 4px 8px;
}
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0 !important;
}
.dropdown-header {
  display: block;
  padding: 10px 6px 6px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
}
.navbar-nav .nav-link {
  padding: 13px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #fff !important;
  position: relative;
}
.navbar-brand {
  background-color: #fff;
  padding: 0.3125rem 0.7125rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dropdown-submenu .dropdown-menu {
  top: 10% !important;
  right: 100%;
  margin-top: -1px;
  transition: 0.3s;
  left: auto;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.dropdown-item,
.nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.15rem;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.innernav .nav-link.active,
.nav-link.active {
  color: var(--bs-primary) !important;
  color: #fff !important;
  text-decoration: none;
  background-color: transparent !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.navbar-light .navbar-nav .nav-link:before {
  position: absolute;
  bottom: auto;
  top: 33px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 1px;
  transition: 0.5s;
}
.innernav.navbar-light .navbar-nav .nav-link:before {
  top: 35px;
}
.navbar-light .navbar-nav .nav-link:hover:before {
  width: 80%;
}
.dropdown-item:focus,
.dropdown-item:hover,
.header-scrolled .navbar-nav .nav-link.active,
.innernav .nav-link {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.navbar-light.header-scrolled .navbar-nav .nav-link:focus,
.navbar-light.header-scrolled .navbar-nav .nav-link:hover {
  color: #fff !important;
  text-decoration: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media (min-width: 1024px) {
  .codelike {
    height: 655px;
  }
}
.form-control,
.info i,
.php-email-form input {
  height: 44px;
}
.imageshadow {
  filter: drop-shadow(1px 1px 7px #000);
}
.nameemp {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.post,
.postmech {
  font-size: 14px;
  color: #595959;
  margin: 0;
  font-style: italic;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.975em;
  color: #000;
  text-align: right;
  margin-right: 1rem;
}
.info .email,
.info .phone {
  margin-top: 40px;
}
.info i {
  font-size: 20px;
  color: #0d6efd;
  float: left;
  width: 44px;
  background: #d8e7fd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.info p {
  margin-bottom: 0;
}
.star {
  color: red;
}
.php-email-form .form-group {
  padding-bottom: 8px;
}
.form-control,
.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.fa-refresh {
  font-size: 24px;
  cursor: pointer;
}
.form-control:focus {
  color: #747d88;
  background-color: #fff;
  border-color: var(--bs-primaryTabBorder);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primaryBordershadow), 0.25);
}
.career .nav-tabs .nav-link:focus,
.career .nav-tabs .nav-link:focus h4,
.career .nav-tabs .nav-link:hover,
.career .nav-tabs .nav-link:hover h4 {
  border-color: transparent;
  isolation: isolate;
  color: var(--titles) !important;
  text-decoration: none !important;
}
.career .nav-tabs .tabbtn::before {
  left: -2px;
}
.bg-tabd {
  background-color: var(--bs-primaryTab) !important;
  border: 2px solid var(--bs-primaryTabBorder) !important;
}
.section-title p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--titles) !important;
  text-align: left;
}
.nodeco {
  list-style: none !important;
}
.box {
  border: 1px solid #2c2c2c !important;
  margin-left: 0;
  font-size: 17px;
  color: #233586;
  display: inline-block;
  padding: 4px;
  margin-top: 5px;
}
.whatsappfix,
.whatsappfix:focus,
.whatsappfix:focus + .btn {
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item.active,
.socialicon {
  display: flex;
}
.swiper-pagination {
  z-index: 1 !important;
}
.nav-link.dropdown-toggle .fa {
  height: 15px;
  margin-left: 3px;
}
.ratingstar {
  font-size: 39px;
  line-height: 22px;
  height: 22px;
}
.youtubebtn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}
a.btn.btn-primary.btn-sm,
a.btn.btn-primary.me-md-2.btn-sm {
  background-color: transparent !important;
  border: 0;
  color: #d19571 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
a.btn.btn-primary.me-md-2.btn-sm::after {
  content: '...';
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important;
  color: #364d6e;
  font-size: 45px;
  line-height: 2rem;
  opacity: 1;
  margin-top: -50px;
}
.testimonial .title {
  color: #fff;
  text-align: center;
  font-size: calc(0.915rem + 0.6vw);
}
.testimonial .btn-indicator {
  color: #000;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  opacity: 1;
  font-size: 0.975rem;
  padding: 0.25rem 0.5rem !important;
  border-radius: 4px;
}
.testimonial .btn-indicator.active {
  color: #fff !important;
  background-color: var(--btn-primary) !important;
  border: 1px solid var(--btn-primary) !important;
  background-color: #42618f !important;
  border: 1px solid #42618f !important;
  opacity: 1;
}
.testimonial .carousel-indicators {
  bottom: auto;
  top: -25px;
}
.nedeco > li::before {
  content: '✔';
  margin-left: -18px;
  position: absolute;
}
.socialicon {
  margin-bottom: 10px;
}
.socialicon a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footertital {
  display: inline-block;
  position: relative;
}
.footertital::after,
.footertital::before {
  content: '';
  width: 56px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat;
  top: -6px;
}
.footertital::before {
  background-image: url(/assets/webp/leftsidee.webp);
  left: -59px;
}
.footertital::after {
  background-image: url(/assets/webp/rightsidee.webp);
  right: -63px;
}
@media (max-width: 768px) {
  .footertital::after,
  .footertital::before,
  .innernav.navbar-light .navbar-nav .nav-link:before,
  .navbar-light .navbar-nav .nav-link:before {
    content: none;
  }
  .carousel-inner .carousel-item > div:first-child,
  .maxheight {
    display: block;
  }
  .followuson svg,
  .listdextopp .col-md-12:nth-child(odd) .card {
    background-color: #fff;
  }
  .text-overlayinner p {
    font-size: 0.876rem;
  }
  .products .indexpage .carousel-indicators {
    flex-wrap: wrap;
    top: -45px;
  }
  .products .indexpage .carousel-indicators .btn-indicator {
    margin-bottom: 8px;
  }
  .products .nav-tabs {
    flex-wrap: nowrap;
  }
  .products .nav-tabs .nav-item {
    display: flex;
  }
  .products .nav-tabs .nav-link {
    padding: 0.5rem;
    text-align: left;
    font-weight: 500;
  }
  .products.domen .carousel-indicators {
    flex-wrap: wrap;
    top: -46px;
  }
  .products.domen .carousel-indicators .btn-indicator {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .products.domen .carousel-indicators .btn-indicator.active {
    color: #fff !important;
    background-color: var(--btn-primary) !important;
    border: 1px solid var(--btn-primary) !important;
    opacity: 1;
  }
  .btn-group-sm > .btn,
  .btn-sm,
  .products .btn-indicator {
    font-size: 0.685rem;
    padding: 0.25rem 0.5rem !important;
    border-radius: 4px;
  }
  .tab {
    padding: 10px;
    background-color: #464646;
    border-radius: 13px;
  }
  .maxheight {
    margin: 0 auto;
    height: auto;
  }
  .products {
    min-height: 500px;
  }
  .testimonial {
    min-height: 450px;
  }
  .footertital {
    font-size: calc(1.325rem - 0.9vw);
    margin: 15px 0;
  }
  .accordion-button,
  .box {
    font-size: 14px;
  }
  .navbar-nav .nav-link {
    color: #000 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.active:hover,
  .navbar-light.header-scrolled .navbar-nav .nav-link:hover {
    color: #313131 !important;
  }
  .navbar-brand {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    margin-top: 0;
  }
  .navbar-brand img {
    width: 31px;
    max-width: none;
  }
  .navbar-collapse:after,
  .navbar-collapse:before {
    position: absolute;
    display: inline-block;
    content: '';
  }
  header {
    position: relative;
  }
  .nav-item {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-item.dropdown-submenu {
    border: 0;
  }
  .bg-light {
    background-color: transparent !important;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .navbar-collapse {
    background: #fff;
    padding: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    position: relative;
    margin-top: 5px;
  }
  .navbar-collapse:before {
    top: -7px;
    right: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
  }
  .navbar-collapse:after {
    top: -6px;
    right: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
  }
  .navbar-nav > .nav-item:last-child {
    border-bottom: 0;
  }
  .text-overlay h1,
  .text-overlayinner h1 {
    text-shadow: 2px 2px 2px #000;
  }
  .text-overlayinner h1 small {
    display: block;
    font-size: calc(0.786rem + 1vw);
    font-weight: 400;
  }
  .dropdown-menu {
    box-shadow: none;
    transition: 0.3s;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    padding: 0.5rem 0;
    background: #edf1f8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    -o-border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .nav-link {
    font-size: 17px;
  }
  .dropdown-item {
    font-size: 0.95rem;
    padding: 6px 14px !important;
    color: #000 !important;
    justify-content: start;
  }
  .dropdown-item::before {
    display: inline-block;
    margin-left: 0.255em;
    margin-right: 0.455em;
    vertical-align: 0.255em;
    content: '';
    border: 0.25em solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .dropdown-item:active,
  .dropdown-item:hover,
  .innernav .navbar-nav .nav-link:active,
  .innernav .navbar-nav .nav-link:focus,
  .innernav .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #687b9b !important;
  }
  .dropdown-header {
    padding: 8px 6px 6px 13px;
    color: #000;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0.3rem 0.5rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .nav.nav-tabs,
  .row.gx-0.nav.nav-tabs.bg-lightyellow {
    flex-wrap: nowrap;
    padding-top: 6px;
    background-color: #fff !important;
  }
  .followuson svg {
    border-radius: 50%;
    padding: 3px;
    width: 26px;
    height: 26px;
  }
  .section-title p {
    font-size: calc(0.915rem + 0.7vw);
  }
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .footertital {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .col3 {
    flex: 0 0 auto;
    width: 80%;
    margin: 20px auto;
    display: block;
  }
}
.theme,
.theme:hover {
  transition: 0.2s ease-in-out;
}
.accordion-button::after {
  content: '\27A4';
  transform: rotate(-270deg);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.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;
}
#myCarouseltest .carousel-inner {
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 1280px) {
  #myCarouseltest .carousel-inner {
    min-height: 270px;
  }
}
@media (max-width: 686px) {
  #myCarouseltest .carousel-inner {
    height: 350px;
    overflow: hidden;
  }
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.was-validated .form-control.is-invalid.havespace {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control.is-invalid.havespace:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
  background-image: none !important;
  padding: 0.375rem 0.75rem !important;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 99999;
}
#loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 2s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
#scrollToTopBtn,
.whatsappfix {
  position: fixed;
  padding: 0 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#scrollToTopBtn {
  display: none;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s linear 2s;
}
#scrollToTopBtn.showtop {
  display: flex;
  opacity: 1;
  transition: opacity 0.3s linear 2s;
}
.whatsappfix {
  bottom: 60px;
  right: -1px;
  z-index: 999;
  height: 30px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50rem 0 0 50rem;
}
.whatsappfix:focus,
.whatsappfix:focus + .btn {
  outline: 0;
}
.btn-link:focus,
.btn-link:hover,
a.btn.btn-primary.btn-sm:focus,
a.btn.btn-primary.btn-sm:hover,
a.btn.btn-primary.me-md-2.btn-sm:focus,
a.btn.btn-primary.me-md-2.btn-sm:hover {
  box-shadow: none;
  color: #4f5045 !important;
}
.tab-content > .tab-pane {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#nav-tabContent.tab-content > .tab-pane {
  box-shadow: none;
}
.spacefornav {
  height: 50px;
}
.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.lightbgabout {
  background-color: #e4eaf3 !important;
}
.aboutshadow {
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px !important;
  border: 0 !important;
}
.linkandcolor {
  text-decoration: underline !important;
  color: #3667ad !important;
}
.sundivwrapper,
.sundivwrapperabout {
  height: 55px;
  overflow: hidden;
  position: absolute;
  bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  right: 25px;
}
.sundiv,
.sundivwrapperabout .sundiv {
  width: 55px;
  height: 55px;
  background-image: url(/assets/webp/sun.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
}
.sundivwrappercureer {
  bottom: 0 !important;
}
.sundivwrapper p {
  width: 150px;
}
.sundivwrapper p a {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 0;
}
.sundiv {
  top: 100px;
}
.sundivwrapperabout .sundiv {
  top: 0;
}
.animatedsun .sundiv {
  animation-name: sun;
  animation-delay: 1s;
}
.animatedsun p a {
  animation-name: text;
  animation-delay: 2s;
}
@keyframes sun {
  0% {
    left: 0;
    top: 100px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.opecity {
  opacity: 16%;
  margin-bottom: 25px;
}
@media (max-width: 786px) {
  .spacefornav {
    height: 0;
  }
  .bg-light.innernav {
    background-color: transparent !important;
  }
  .sundiv,
  .sundivmob,
  .sundivwrapperabout .sundiv {
    width: 40px;
    height: 40px;
  }
  .sundivmob,
  .sundivwrapper,
  .sundivwrapperabout {
    height: 40px;
  }
  .opecity {
    opacity: 16%;
    margin-bottom: 15px;
  }
  .sundivwrapper {
    display: none;
  }
  .sundivwrappermob {
    display: block;
    position: fixed;
    bottom: 99px;
    z-index: 999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    right: -1px;
    padding-left: 4px;
    background-color: #fff;
    border-radius: 50rem 0 0 50rem;
    border: 1px solid #42618f;
  }
  .sundivwrappermob p {
    width: 86px;
  }
  .sundivmob {
    background-image: url(/assets/webp/sun.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 998px) {
  .navbar-brand img {
    width: 160px !important;
  }
  .navbar-brand {
    width: 170px !important;
  }
}
@media (max-width: 998px) {
  .navbar-brand,
  .navbar-brand img {
    width: 150px !important;
  }
  .navbar-brand {
    border-radius: 0 0 5px 5px !important;
    height: 50px;
    margin-top: -10px;
  }
}
.ponitsLog a,
.ponitsLog li {
  font-weight: 600;
  color: #3667ad !important;
  margin-top: 5px;
}
.itemCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logisticIcon {
  width: 80px;
  height: 80px;
}
.blueBox h3,
.colorBlack,
.labelIcon,
.purPleBGrd h2 {
  color: #000;
}
@media (max-width: 790px) {
  .labelIcon {
    font-size: 14px;
  }
}
.bvr {
  background-color: transparent;
}
.purPleBGrd {
  background: #c5d3fa;
}
.simpleBgV {
  background-color: #c5d3fa;
}
.gradient1Log {
  background: #ffa087;
  background: linear-gradient(90deg, #ffa087 0, #ffcd77 100%);
  padding: 10px;
}
.gradient2Log {
  background: #e0b8f9;
  background: linear-gradient(90deg, #e0b8f9 0, #35ddf0 100%);
  padding: 10px;
}
.gradient3Log {
  background: linear-gradient(90deg, #caff7a 0, #55ff9c 100%);
  padding: 10px;
}
.prbp {
  color: #8d41bd;
}
.borPurple {
  border: 8px solid #e0b8f9;
  padding: 20px;
}
.yellowFrameL {
  background: url(/assets/logistic/yellow1.png) center center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.greenFrameL {
  background: url(/assets/logistic/green2.png) center center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.yellowFrameLText {
  width: calc(80%);
  margin-left: calc(7%);
}
.blueFrameLText,
.yellowFrameLText {
  color: #000;
  font-size: 19px;
}
.blueFrameLText {
  width: calc(90%);
  font-size: 25px;
}
.borGBox p,
.logPara,
.readMoreBTn,
.storyFK,
.summaryL,
.summaryLBox p {
  font-size: 17px;
  font-weight: 700;
}
.summaryL span {
  background-color: #ffc800;
  padding: 10px 20px;
  border-radius: 10px;
}
.yellowBgT {
  background-color: #d3d305;
  padding: 10px 20px;
}
.summaryLBox {
  border: 5px solid #ffc800;
  width: 100%;
  min-height: 80px;
  border-radius: 10px;
  padding: 15px;
}
.blueFrame {
  background: url(/assets/logistic/blueA.webp) center center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.readMoreBTn {
  background-color: #2ed7fd;
  border: 1px solid transparent;
}
.frameBG {
  position: relative;
  width: 100%;
  min-height: 120px;
}
.frameBGContent,
.frameBGContentBlue {
  position: absolute;
  height: 100%;
  background-color: transparent;
  top: 0;
}
.frameBGContent {
  width: 93%;
  left: 0;
}
.frameBGContentBlue {
  width: 85%;
  left: 7%;
}
.frameBGContentTextBlue {
  width: 78%;
  margin-left: 0;
}
.frameBGContentText {
  width: 94%;
  margin-left: 0;
}
.title2,
.title3,
.title5 {
  font-size: 19px;
}
.gBorderB {
  border: 5px solid #d3d305;
  padding: 10px;
}
.gBg {
  background-color: #d3d305;
  padding: 10px 25px;
}
.blueBox {
  border: 5px solid #2ed7fd;
  padding: 10px;
}
.blgradRound,
.simpleBgV1,
.yellowRound,
.yellowRound3 {
  padding: 10px 25px;
  display: inline-block;
}
.bg-grrn {
  background-color: #d7ff78;
}
.bg-puplB {
  background: #e0b8f9;
}
.fuTPointsKFW {
  background-color: #f9f6fe;
}
.arrowLogi {
  width: 200px;
  height: 80%;
}
.noBold,
.noBoldPhone {
  font-weight: 400 !important;
}
.Tbold,
.title4 {
  font-size: 20px;
}
.startIconBoxContent p,
.title6 {
  font-size: 17px;
}
.yellowPar {
  position: relative;
  width: 100%;
  min-height: 160px;
  margin-top: -40px;
}
.yellowPar img {
  height: 200px;
  width: 100%;
}
.yellowParContText {
  width: 80%;
  margin-left: 10%;
}
.yellowFrameLText1 {
  font-size: 20px;
  color: #000;
}
.yellowParCont {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
}
.graphGif {
  width: 75%;
}
.summaryImg {
  width: 100%;
}
.yellowRound {
  background-color: #d5d500;
  border-radius: 35px;
}
.blgradRound,
.simpleBgV1 {
  background: #c5d3fa;
  border-radius: 25px;
}
.cutdot {
  list-style-type: none;
  padding: 0 4px;
}
.grenrDot,
.greyelDot,
.prplrDot {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.grenrDot::before,
.greyelDot::before,
.prplrDot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #8e69a3;
}
.grenrDot::before,
.greyelDot::before {
  background-color: #a3a301;
}
.yellowLight {
  background-color: #f1f2ba;
}
.blub {
  color: #173487;
}
.mtn2M {
  margin-top: -25px;
}
@media (min-width: 790px) {
  .noBoldPhone {
    font-weight: 700 !important;
  }
  .labelIcon {
    font-size: 18px;
  }
  .yellowFrameL {
    background: url(/assets/logistic/yellow.png);
  }
  .greenFrameL {
    background: url(/assets/logistic/gr.png);
  }
  .blueFrame {
    height: 100px;
  }
  .blueFrameLText,
  .yellowFrameLText,
  .yellowFrameLText1 {
    font-size: 30px !important;
  }
  .yellowPar img {
    height: 220px;
  }
  .summaryL {
    font-size: 22px;
  }
  .summaryL span {
    padding: 10px 20px;
  }
  .title3,
  .title5,
  .title6 {
    font-size: 28px;
  }
  .title2 {
    font-size: 26px;
  }
  .title7 {
    font-size: 24px;
  }
  .title8 {
    font-size: 22px;
  }
  .title9 {
    font-size: 20px;
  }
  .title4 {
    font-size: 36px;
  }
  .gBorderB {
    padding: 20px 16px;
  }
  .mt6 {
    margin-top: 70px !important;
  }
  .title21 {
    font-size: 26px;
  }
}
.skyBlueBG {
  background-color: #c5d4fb;
  padding: 4px;
  display: inline-block;
}
.startUpCon {
  width: 100px;
  height: 100px;
}
.yellowRound3 {
  background-color: #ffc800;
  border-radius: 7px;
}
.startIcon1 img {
  width: 16px;
}
.startIconBoxContent {
  width: calc(100% - 25px);
  text-align: left;
}
.BoxStartIcon2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.BoxStartIcon2__iconBox {
  width: 80px;
  height: 80px;
  background-color: #c5d4fb;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BoxStartIcon2__iconBox img {
  width: 60px;
  height: 60px;
}
.BoxStartIcon21__iconBox {
  width: 100px;
  height: 100px;
  background-color: #c5d4fb;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BoxStartIcon21__iconBox img {
  width: 70px;
  height: 70px;
}
.BoxStartIcon2__iconBoxContent {
  width: calc(100%);
}
.boxBorder {
  border: 1px solid;
}
.txtBgRound {
  padding: 8px 25px;
  display: inline-block;
}
.rond50 {
  border-radius: 50px;
}
.lightPrplBg {
  background-color: #fbf6ff !important;
}
.darkPrplBg {
  background-color: #c5d4fb !important;
}
.darkyllwlBg {
  background-color: #d6d200;
}
.lghtyelbg {
  background-color: #f6f8e0 !important;
}
.txtBlack {
  color: #000 !important;
}
.borderBtm {
  border-bottom: 2px solid #000 !important;
}
.airifi-uldots,
.airifi-uldotshild,
.outSrclst-ul {
  list-style: none;
  padding-left: 0;
}
.airifi-uldots li,
.airifi-uldotshild li,
.outSrclst-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.airifi-uldots .airifi-uldotsLi::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #4965ad;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.airifi-uldotshild .airifi-uldotshildLi::before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #4965ad;
  position: absolute;
  left: 0;
  top: 10px;
}
.theme {
  background-color: var(--bs-primary) !important;
  color: var(--activeColor);
  border-radius: 4px;
}
.theme:hover {
  background-color: #fff !important;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.listLiIConbox {
  display: flex;
  margin-top: 20px;
}
.listLiIConbox .listLiIConIcon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #c5d4fb;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listLiIConbox .listLiIConIcon img {
  width: 45px;
  height: 45px;
  max-width: 45px;
}
.listLiIConbox .listLiIContent {
  width: calc(100% - 60px);
}
.ml2 {
  margin-left: 0;
}
@media (min-width: 700px) {
  .arrowLogi {
    width: 55%;
    margin-top: -40px;
  }
  .vl-1 {
    margin-left: 8px;
  }
  .borGBox p,
  .logPara,
  .storyFK,
  .summaryLBox p {
    font-size: 20px;
    font-weight: 700;
  }
  .graphGif,
  .summaryImg {
    width: 100%;
  }
  .Tbold {
    font-size: 22px;
  }
  .mdCenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mtn2M {
    margin-top: -25px;
  }
  .BoxStartIcon2 {
    display: flex;
    justify-content: flex-start;
    height: 120px;
    align-items: center;
    flex-direction: row;
  }
  .BoxStartIcon2__iconBoxContent {
    width: calc(100% - 80px);
  }
  .w50 {
    width: 50%;
  }
}
@media (min-width: 1023px) {
  .BoxStartIcon2 {
    height: 100px;
  }
  .listLiIConbox {
    height: 80px;
  }
  .ml2 {
    margin-left: 230px;
  }
}

.border1 {
  border: 1px solid #cccc;
  border-radius: 6px;
}
.iconBoxContInd {
  width: 100%;
  display: flex;
}
.iconImgBoxIn {
  width: 80px;
  height: 75px;
  padding: 7px;
  border-radius: 50%;
  background-color: #3dd7ff;
}
.iconImgBoxIn img {
  width: 50px;
  height: 50px;
}
.investIconBox {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.investIconBox_I {
  width: 60px;
  height: 60px;
  background-color: #c5d4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 10px;
}
.investIconBox_I img {
  width: 35px;
  height: 35px;
}

@media (min-width: 700px) {
  .iconImgBoxIn {
    width: 100px;
    height: 100px;
  }
  .iconImgBoxIn img {
    width: 65px;
    height: 65px;
  }
}

.blckBordr {
  border: 5px solid #3bdbfd;
}
.prplBordr {
  border: 5px solid #95aef4;
}
.lh1 {
  line-height: 28px;
}
.boxShLight {
  width: 100%;
  min-height: 40px;
  box-shadow: 0px 0px 8px 0px #c0c0c0;
  background-color: white;
  border-radius: 15px;
  padding: 15px 8px;
}
.rt90 {
  transform: rotate(90deg);
}
.bxSlgt {
  box-shadow: 0px 0px 8px 0px #ffffff !important;
  height: 100%;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
}

.lightylBg {
  background-color: var(--lightYello) !important;
}
.lightBlueBg {
  background-color: var(--lightblue) !important;
}
.lightPrBg {
  background-color: var(--lightprpl) !important;
}
.rescueb1 {
  width: 80%;
}

.accordionvk {
  width: 100%;
  min-height: 60px;
}

.accordion-buttonvk.open .arrow {
  transform: rotate(180deg); /* Rotate the arrow when section is open */
}
.accordionvkBox {
  width: 100%;
  min-height: 60px;
  box-shadow: 0px 0px 10px 0px #a1a1a1;
  background: #fff;
  border-radius: 12px;
  margin-top: 15px;
}
.accordionvk .accordion-buttonvk {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  border: none;
  font-size: 16px;
  background-color: transparent;
  border-radius: 12px;
}

.accordionvk .accordion-content {
  display: none;
}

.accordion-buttonvkHeader {
  display: flex;
}
.accordion-buttonvkHeader .iconBox {
  width: 65px;
  height: 65px;
  background-color: #c5d4fb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.accordion-buttonvkHeader .iconBox img {
  max-width: 50px;
  height: 50px;
}

.accordion-buttonvkHeader .content {
  padding: 0px 14px;
  padding-right: 0px !important;
  width: 100%;
}
.accordion-buttonvkHeader .content .titleh {
  font-size: 19px;
  padding: 5px 0px;
  width: calc(100% - 30px);
}
.textUnderline {
  text-decoration: underline;
}
.arrow {
  font-size: 20px;
}
.accordion-content ul li {
  padding-top: 5px;
}
.accordion-buttonvk.open {
  background: #f0f4ff;
}
@media (min-width: 700px) {
  .accordion-buttonvkHeader .iconBox img {
    max-width: 50px;
    height: 50px;
  }

  .accordion-buttonvkHeader .content .titleh {
    font-size: 20px;
    width: calc(100% - 40px);
  }
  .outSource__checklist {
    width: 100px !important;
    height: 96px !important;
  }
}

.outSourcing .mythBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.outSourcing .mythBox .mythTxt {
  width: 90px;
}
.outSourcing .mythBox .mythTxtC {
  width: calc(100% - 90px);
}

.outSourcing .mythBox .mythTxtC p {
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
.outSourcingHlt {
  /* color: #104a9c !important; */
  color: #3667ad !important;
}
.reaityTxt {
  font-size: 17px !important;
}
.outSourcingTM {
  font-size: 22px;
  color: #000;
}

.title21 {
  font-size: 23px;
}
.outSource__checklist {
  width: 75px;
  height: 75px;
}
.outSrclst-ul li p {
  margin-bottom: 5px;
  padding-left: 5px;
}
.outSrclst-ul .outSrclst-ul-li-circle {
  margin-top: 25px;
}
.outSrclst-ul .outSrclst-ul-li-circle::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #393939;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.outSrclst-ul .outSrclst-ul-li-sqr::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #0b9e11;
  position: absolute;
  left: -2px;
  top: 2px;
}

@media (min-width: 700px) {
  .outSourcing .mythBox .mythTxt {
    width: 100px;
  }
  .outSourcing .mythBox .mythTxtC {
    width: calc(100% - 100px);
  }
  .legacyBox__iconBoxContentHead {
    width: 220px;
  }

  .legacyBox__iconBoxContentTXT {
    width: calc(100% - 90px);
  }
  .legacyBox {
    border-radius: 50px !important;
    padding: 5px 20px !important;
  }
  .legacyBox__iconBoxContent {
    margin-left: 5px;
    margin-top: 5px;
  }
}
.legacyBox {
  display: flex;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 8px;
  background: linear-gradient(to right, #fff6f6 0%, #c5d4fb 100%);
  min-height: 100px;
}
.legacyBox__iconBox {
  width: 40px;
  height: 40px;
  background-color: #92afe9;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
}
.legacyBox__iconBoxContent {
  width: calc(100% - 40px);
  align-items: center;
  margin-left: 5px;
  margin-top: 5px;
}
.legacyBox__iconBoxContentTXT p {
  font-size: 15px !important;
  line-height: 24px !important;
}
.followTxt {
  font-weight: 700;
  margin: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.position-relative {
  position: relative;
}
.position-static {
  position: static;
}
.border-radius-10px {
  border-radius: 1;
}
.borderRadius-10px {
  border-radius: 10px;
}
.padding-8px {
  padding: 8px;
}
.mb-8px {
  margin-bottom: 8px;
}
.mix-blend-normal {
  mix-blend-mode: normal;
}
.h-50px {
  height: 50px;
}
.ml-10px {
  margin-left: 10px;
}
.mr-10px {
  margin-right: 10px;
}
.st0 {
  display: none;
}
.st1 {
  display: inline;
}
.st2 {
  fill: #ffffff;
}
.innerbanner img {
  height: auto;
}
.txt-underline {
  text-decoration: underline;
}
.d-None {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.h-30px {
  height: 30px !important;
}
.h-50px {
  height: 50px !important;
}
.z-index11 {
  z-index: 11;
}
.border {
  border: 0px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-100px {
  margin-top: 100px !important;
}
.mt-12pxN {
  margin-top: -12px !important;
}
