@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  html,
  body {
    width: 100%;
    overflow-x: hidden !important;
  }

}

ul,
ol {
  list-style-type: none;
}


.box-default {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s ease-in-out;
}

.box-default:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.2s ease-in-out;
}


.tilt-in-fwd-tr {
  -webkit-animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

/* -------------------------------------------------------------------------------------------- */

.tilt-in-fwd-bl {
  -webkit-animation: tilt-in-fwd-bl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: tilt-in-fwd-bl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-18 20:49:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-fwd-bl
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

/*------------------------------------------------  */
.slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}


@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}


/* thin to box shodow    */
.thin-box-shedow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.2s ease-in-out;
}

.thin-box-shedow:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: all 0.2s ease-in-out;
}

/* pop up screnn effect */
.pop-box-shedow {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

/*
        .pop-box-shedow:hover {
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.6) 0px 30px 60px -30px;
            -webkit-animation: wobble-hor-bottom 0.8s both;

            animation-delay: 0.1s;
            animation-iteration-count: 1;
            transition: all 0.2s ease-in;

        } */


/* shake effect */
.wobble-hor-bottom {}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-19 9:16:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {

  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {

  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.box-default,
li.nav-item>button.active {
  background-color: #ffffff !important;
}

.slide {
  height: 550px !important;
}

.body-white-smoke .card-body {
  min-height: 8.5rem;
}

.body-white-smoke .ex-space {
  min-height: 12rem !important;
  /* background-color: red !important; */
}

.v-hide {
  visibility: hidden !important;

  /*user-select: none !important;*/
  color: transparent !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--base-skin);
}

.services-tab {
  align-items: flex-start !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: white !important;
  align-content: space-around;
}

.nav-pills .nav-link.active,
.mega-submenu a:hover {
  color: var(--base-skin);
  font-weight: bolder !important;
}

.nav-pills .nav-link {
  color: #000;

}

.left-text {
  text-align: left;
}

.nav {
  min-width: 100px !important;
}

.card-footer a {
  color: #000;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}



.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 100s slides infinite linear;
}

.logo_items div,
.logo_items img {
  height: 100px;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.body-white-smoke .card-body {
  background-color: #F5F5F5;
}

/* .max-1000 {
    max-width: 1500px;
  } */

HEAD #solutions-section .card-title span:after {
  content: "\e65a";
  font-family: 'themify';
  position: absolute;
  right: 10px;
  left: auto;
  background: transparent !important;
  transform: rotate(90deg);
  font-size: 10px;
  color: var(--base-skin);
  top: 10px;
  transition: all 0.5s ease;
}

#solutions-section .card-body:hover .card-title {
  /*text-decoration: underline;*/
  color: var(--base-skin)
}

#solutions-section .card-body:hover .card-title span:after {
  transform: rotate(45deg);
  transition: all 0.5s ease;
  color: var(--base-skin);
}

.bg-primary {
  background-color: var(--base-skin) !important;
}


.text-primary,
.link-primary {
  color: var(--base-skin) !important;
}

#our-products .card-title {
  font-size: 30px;
}

.logos {
  position: relative;

}

.logo-center-text h2 {
  font-size: 40px;
}

.logo-center-text {
  background-color: #fff;
  text-align: center !important;
  align-self: center;
  min-width: 400px;
  /* position: absolute; */
  /* top: 30%;
  left: 50%;
  border-radius: 30px;
  transform: translate(-50%, 0); */
}

.logo-center-text h2 {
  text-align: center !important;
}

#menu a {
  font-size: 17px;

}

/* carousel text design */
.carousel-caption {
  width: 38%;
  position: absolute;
  bottom: 15%;
  left: 15%;
  text-align: start;
  color: white;
}

.carousel-caption h1 {
  color: white;
}

.carousel-caption p {
  color: white;
}

.carousel-caption .btn {
  background-color: var(--base-skin);
  color: white;
  font-size: 1.2rem;
}

.carousel-item img {
  transition: opacity 1s ease-in-out;
}

.fade-text {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.0s;
}

.carousel-item.active .fade-text {
  opacity: 1;
}

.f-size {
  font-size: 27px !important;
}

footer {
  position: relative;
  overflow: hidden;
}

footer svg {
  position: absolute;
  width: 15%;
  right: 0.2rem;
  bottom: 1rem;
  opacity: 0.6;

}

.text-justify {
  text-align: justify;
}

#carouselExampleAutoplaying .carousel-item,
#carouselExampleAutoplaying .carousel-inner,
#carouselExampleAutoplaying img {
  height: 100%;
  object-fit: cover;
  object-position: 85% 0;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-70 {
  width: 70% !important;
}

@media only screen and (max-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }
}

#solution1 .card-text {
  font-size: 15px;
  margin-top: 10px;
  line-height: 20px
}

.vision-img {
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
  width: auto;

}

#vision-divisionimg {
  display: flex;
  justify-content: center;
}


/* Adjust styles as needed */
#partners .container-fluid {
  padding: 2rem;
}

#partners .row {
  align-items: center;
}

#partners h1 {
  font-size: 3rem;
  font-weight: bold;
}

#partners img {
  max-height: 50px;
  margin: 0 10px;
}

#partners .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.2rem;
}

.mb-5 {
  margin-bottom: 3rem ! important;
}

@media (min-width: 700px) and (max-width: 1400px) {
  #principles {
    padding: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  #principles {
    padding: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .princi {
    display: none;
  }
}










#principles {
  background: #003049;
  position: relative;
  /* Ensure the circles position correctly */
  /*height: 500px; !* Set the height of the container *!*/
  overflow: hidden;
  /* Hide any overflow */
  /*padding: 0px 200px;*/
}

@media (min-width: 700px) and (max-width: 1400px) {
  #principles {
    padding: 0px 50px !important;
  }
}

@media (min-width: 573px) and (max-width: 700px) {
  #principles {
    padding: 0px 20px !important;
  }
}

#why * {
  color: white;
  font-family: var(--base-bodyfont);
}

#why h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}



#why h2,
.custom-test {}

#why .card {
  background: #063E59;
  border-radius: 0px;
  padding: 25px;

  border-style: solid;
  border-width: 0 0 0 5px;
  border-color: #2B8AB7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 10px 0 0;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 0px;
  padding: 15px 15px 0 15px;
}

#why .card-title p {

  font-size: 20px;
  font-weight: bolder;
  line-height: 24px;
}


.all-heads {
  text-decoration: underline solid var(--base-skin) 2px;
  text-underline-offset: 18px;
}

.all-heads-short {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#de4c4c),
      color-stop(51%, #671212),
      to(#de4c4c));
  background-image: -webkit-linear-gradient(left,
      #de4c4c 0%,
      #671212 51%,
      #de4c4c 100%);
  background-image: -o-linear-gradient(left,
      #de4c4c 0%,
      #671212 51%,
      #de4c4c 100%);
  background-image: linear-gradient(to right,
      #de4c4c 0%,
      #671212 51%,
      #de4c4c 100%);
  height: 3px;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  width: 50px;
  display: block;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}


.marquee-wrapper {
  text-align: center;
}

.marquee-wrapper .container {
  overflow: hidden;
}

.marquee-inner span {
  float: left;
  width: 50%;
}

.marquee-wrapper .marquee-block {
  --total-marquee-items: 5;
  height: 150px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  margin-top: 100px;
  padding: 30px 0;
}

.marquee-block:before,
.marquee-block:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.marquee-block:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.marquee-block:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.marquee-inner {
  display: block;
  width: 200%;
  position: absolute;
}

.marquee-inner .header {
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}

.marquee-inner .row {
  margin: 5px 0px;
}

.marquee-inner p {
  margin: 0px;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

.marquee-item {
  width: 210px;
  height: 70px;
  display: inline-block;
  margin: 0 20px;
  float: left;
  transition: all .2s ease-out;
  /*background:#00cc00;*/
  border-radius: 5px;
  border: 1px solid #000;
}

.marquee-block:hover .marquee-inner {
  animation-play-state: paused;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marqueeRight {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}


a {
  text-decoration: none;
}



.full-navv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:768px) {
  #menu-flow {
    display: contents;
  }
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css *
 */

.main_menu>ul>li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

.main_menu ul li {
  position: relative;
}

.main_menu i {
  margin-left: 5px;
}

.main_menu ul li a {
  font-size: 16px;
  color: #353535;
  padding: 20px 25px;
  display: block;
  font-weight: 400;
}




/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #160b36;
  transition: 0.5s;
  /*box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);*/
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}

.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}


.mega_menu {
  left: 0;
  right: 0;
  background: #160b36;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  /*box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);*/
  border-radius: 10px;
}

.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}


.mega_menu_item h3 {
  margin-bottom: 15px;
  color: var(--base-skin);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  cursor: default;
}

.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

.sub_menu {
  border-radius: 10px;
}

.sub_menu a {
  color: #fff !important;
}

.main_menu ul li .active,
.main_menu ul li:hover>a {
  color: var(--base-skin) !important;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--base-skin) !important;
}


/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }

  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }

  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }

  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }

  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }

  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }

  .main_menu ul li:hover>.mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .navcontain {
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }

  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }

  .main_menu ul li a i {
    float: right;
  }

  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }

  .main_menu ul li ul {
    width: 100%;
  }

  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }

  .main_menu ul li ul {
    display: none;
    transition: none;
  }

  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}

.title-solution {
  margin-bottom: 0px;
}

/* why choose us? */
.uf{
  text-underline-offset: 8px !important;
  line-height: 2.5rem !important;
}
div.ud > div.h-100 > h3.text-center {
text-underline-offset: 8px !important;
line-height: 2.5rem !important;
}
@media (max-width:575px) {
  #addition-card {
    display: none !important;
  }
}



/* challenges we solve  */

.underline-section .container .row .col .card .card-body h5 {
  text-decoration: underline solid var(--base-skin) 2px;
  text-underline-offset: 8px;
}
.mega_menu_item  h3 {
  text-underline-offset: 8px !important;
}



.nav-item {
  padding: 0.5rem 0px;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.list-group-item {
  border-bottom: 0px !important;
  min-width: 150px;
}

.spaces {
  width: 270px !important;
  background: transparent;
}

#daai {
  /* text-decoration: underline 0.15em rgba(0, 0, 0, 1); */
  text-decoration: underline 2px gray;
  text-underline-offset: 4px;
  color: white;
}

#daai:hover {
  color: rgb(214, 12, 9);
}

#sezies {
  font-size: 15px !important;
  color: white;
}

#sezies:hover {
  color: rgb(227, 6, 6);
}

.list-group-item-action:hover {
  font-weight: bold;
}

.mega-submenu {
  background: #160a36 !important;
}

.dropdown-menu {
  right: 0px;
  border-radius: 25px;
  overflow: hidden;
  background: #160a36;
  /* background: rgb(64, 4, 96); */
  /* background: #2b1e07; */
  /* background: rgb(74, 32, 8); */
  /* background: #05494c; */
}

@media only screen and (min-width: 1198px) {
  .dropdown-menu {
    width: 1085px;
  }
}

.list-group-flush>.list-group-item {
  background-color: transparent;
}

.nav-item {
  line-height: 1.2;
}

.col .header {
  font-size: 1rem;
}

.row .col-4 {

  padding: 0 !important;
}

.btn-danger:hover {
  color: black;
  /* background-color: #ed1c24; */
}

.mx-i-3 {
  margin: 0px 50px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
}



.data-ai-header {
  background-image: url("../../resources/images/bgs/d5.png");
}

.btn-color-skin {
  color: white;
  background-color: var(--base-skin);
  border: 1px solid var(--base-skin);
}

.btn-color-skin:hover {
  color: var(--base-skin);
  background-color: transparent;
  border: 1px solid var(--base-skin);
}


@media (min-width:992px) and (max-width:1200px) {
  .autowidth {
    width: auto;
    padding: 0px;
  }

  .headcon {
    display: flex;
    justify-content: space-around;
  }
}

.fa-bars {
  color: var(--base-bodyfont-color);
  font-size: 18px !important;
}

.con-btn {
  background-color: unset;
  color: #de4c4c;
}

.con-btn:hover {
  background-color: #de4c4c;
  color: #fff;
}

.soc-btn {
  color: var(--base-bodyfont-color) !important;
  border-color: var(--base-bodyfont-color);
}

.soc-btn:hover{
  color: black !important;
}

.red-shade{
  /* background-color: #121212 !important; */
  /* background-color: #ffefef !important; */
  /* background-color: #fdf1f1 !important; */
}

div.py-2 > div.card > div.card-body > p {
  text-align: left;
}

div.my-3 > div.collapse > ul.mb-3 > li {
  list-style-type: square;
}

div.my-3 > div.collapse > ul.mb-3 > li::marker {
  color: #de4c4c;
}
div.justify-content-start > div.py-3 > div.section-min-height {
  border-radius: 2px;
}

/* ul.nav > li.nav-item > button.nav-link {
  color: white;
} */

ul.nav > li.nav-item > button.active {
  color: white;
}

.bg-blue {
  background-color: #00193d !important;
}
.under-line  .card-body  h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid #f05454;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.under-line h2  { 
 text-decoration: underline solid var(--base-skin) 2px; 
  text-underline-offset: 8px;
}
.logo img {
  width: 170% !important;
}
.uf {
  text-decoration: none !important;
  text-underline-offset: none !important;
  /* border-bottom: 3px solid var(--base-skin) !important; */
}

.logo {
  cursor: pointer;
}