.nav-item {
  width: 170px;
  text-align: center;

  color: #fff;
  margin-right: 15px;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;


}

.card-body p {
  margin-bottom: 3px;
  line-height: 1.3;
}

.main {
  /* font-family: "Philosopher", Sans-serif !important; */
}

.nav-item a {
  padding: 10px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

.social-icons1 img:hover {
  /* background-color: #8600e7; */
  transform: scale(1.1);
}

.nav-link1 {
  background: #3f82fc;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 20PX;
  color: #fff !important;
}

.nav-link2 {
  background: #000;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 20PX;
  text-align: center;
  color: #fff !important;
}

.h2 {
  color: #000;
  font-size: 26px !important;
  font-weight: 700 !important;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #13315c;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #13315c;
  color: white;
  transform: rotateY(180deg);
}





p {
  color: #000;
  font-size: 18px;
}

.fas {
  color: #8600e7;
  padding-right: 5px;
}

.section .col-md-6 h2 {
  color: #000;
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 10px;
}

li {
  font-size: 18px;
  display: list-item;
  /* line-height: 2; */
  align-items: baseline;
}

li i {
  padding-right: 10px;
}

.fa-check {
  color: #3f82fc !important;
  font-size: 22px !important;
  font-weight: 700 !important;

}

.nav-link1:hover {
  background: #000;
  color: #fff !important;
}

.col {
  color: #fff !important;
}

.nav-link2:hover {
  /* background: #8600e7; */
  color: #000 !important;
  /* border: 1px solid #8600e7; */
  background: #fff !important;
}

.nav-link3:hover {
  /* background: #8600e7; */
  color: #000 !important;
  /* border: 1px solid #8600e7; */
  background: #efefef !important;
}


.nav-link2:hover .col {
  color: #000 !important;
}

.fa-instagram {
  /* padding: 7px;
  background:#8600e7;
  color: #fff;
  border-radius: 20px; */
}

.lets {
  font-weight: 700;
  font-size: 48px;
}

.fa-instagram:before {
  content: "\f16d";
  /* color: #fff; */
}

.fab,
.fa-brands {
  color: #fff !important;
  font-size: 25px;
  margin-right: 20px;
}

/* .fa-instagram:before{
  color: #fff;
} */

.fab:hover,
.fa-brands:hover {
  color: #000 !important;
  font-size: 25px;
  margin-right: 20px;
}

.fa-instagram:before:hover {
  color: #000 !important;
}

/* .nav-link{
  color: #8600e7 !important;
} */
.main-div {
  max-width: 1440px;
  margin: 0 auto;
}

.main {
  overflow: hidden;
}

.hero-banner {
  background: url(./images/HERO.jpg);
  background-size: cover;
  background-position: initial;
  height: fit-content;
}

.text-mg {
  text-align: left !important;
}

.bnr-txt {
  /* background: rgba(0, 0, 0, 0.7); */
  color: #2f2f2f !important;
  margin-top: 0%;
  padding: 0%;
}

.hero-banner h1 {
  font-size: 3.2vw;
  margin-bottom: 40px;
  font-weight: 700;
  /* color: #000 !important; */
  text-align: left;
  /* background: rgba(0, 0, 0, .75) */
}

.hero-banner .btn,
.col-md-6 .btn {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.hero-banner .btn-primary {
  color: #002f2f41;
  background-color: rgba(1, 164, 121, 0.1);
  border-color: #01a479;
}

.hero-banner .btn:before,
.col-md-6 .btn:before {
  content: "";
  background: #000;

  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/*animation element sliding left*/
/* .animation-element.slide-left {
opacity: 0;
transition: all 500ms linear;
transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
opacity: 0;
transition: all 500ms linear;
transform: translate3d(100px, 0, 0);
}

.animation-element.slide-right.in-view {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-up {
opacity: 0;
transition: all 500ms linear;
transform: translate3d(0, 100px, 0);
}

.animation-element.slide-up.in-view {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
} */
.dashboard-cards {
  position: relative;
  padding-bottom: 70px;
  margin: 0 !important;
}

.dashboard-cards .card {
  background: #ffffff;
  display: inline-block;
  perspective: 1000;
  z-index: 20;
  padding: 0 !important;
  margin: 5px 5px 10px 5px;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  /* width: calc(50% - 10px); */
  cursor: pointer;
  transition: all 0.3s ease;
}

.dashboard-cards .card:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
  transition: all 0.3s ease;
}

.dashboard-cards .card .card-title {
  background: #e6eaf6;
  padding: 20px 15px;
  position: relative;
  z-index: 0;
  margin: 0;
  /* border: 1px solid gold; */
}

.dashboard-cards .card .card-title h2 {
  font-size: 18px;
  letter-spacing: -0.06em;
  margin: 0;
  padding: 0;
}

.dashboard-cards .card .card-title h2 small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: -0.025em;
}

.dashboard-cards .card .card-description {
  position: relative;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding: 10px 15px 0 15px;
}

.dashboard-cards .card .card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px;
  text-align: center;
}

.dashboard-cards .card .card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
}

.dashboard-cards .card .flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}

.dashboard-cards .card .flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}

.dashboard-cards.showing .card {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}

.dashboard-cards .no-touch .dashboard-cards.showing .card:hover {
  opacity: 0.94;
  transform: scale(0.92);
}

.dashboard-cards .card.d-card-show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.dashboard-cards .card.d-card-show .card-flap {
  background: #ffffff;
  transform: rotateX(0deg);
}

.dashboard-cards .card.d-card-show .flap1 {
  transition: all 0.3s 0s ease-out;
}

.dashboard-cards .card.d-card-show .flap2 {
  transition: all 0.3s 0.2s ease-out;
}

.dashboard-cards .card .task-count {
  width: fit-content;
  /* height: 38px; */
  position: absolute;
  padding: 2px 5px;
  top: 13px;
  right: 10px;

  text-align: center;
  line-height: 40px;
  /* border-radius: 100%; */
  color: #333333;
  font-weight: 600;
  transition: all 0.2s ease;
}

.dashboard-cards .task-list {
  padding: 0 !important;
  list-style: none;
}

.dashboard-cards .task-list li {
  padding: 10px 0;
  padding-left: 10px;
  margin: 3px 0;
  font-size: 15px;
  display: list-item;
  list-style-type: none;
  border-bottom: 1px solid #e9ebed;
  border-left: 3px solid #f36525;
  transition: all 0.2s ease;
}

.dashboard-cards .task-list li:hover {
  background: #ecf0f1;
  transition: all 0.2s ease;
}

.sm-container {
  max-width: 900px;
  margin: 0 auto !important;
}

.dashboard-cards .task-list li span {
  /* float: right;
  color: #f36525; */
  /* margin-right: 5px; */
}

.dashboard-cards.showing .card.d-card-show .task-count {
  color: #ffffff;
  background: #f36525;
  transition: all 0.2s ease;
}

.dashboard-cards .card-actions .btn {
  color: #333;
}

.dashboard-cards .card-actions .btn:hover {
  color: #f36525;
}

.btn:hover {
  color: #fff !important;
}

.btn:hover:before {
  width: 100%;
  color: #fff;
}


.section .row {
  margin-top: 1%;
  align-items: center;

}

.section .row .col-md-6 {}

.fa-circle {
  padding-right: 30px;
  font-size: 10px;
}

.section h2 {
  color: #000;
  font-size: 42px;
  font-weight: bold;
}

.section p {
  margin-top: 3%;
  color: #000;
  font-size: 18px;
  margin-bottom: 5%;

}

.section img {
  max-width: 100%;
  text-align: center;
  display: inline-block;
  /* border: 2px solid #3f82fc;  */
}

h5 {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #000 !important;
}

.card-text:last-child {
  font-size: 18px;
}

.card-img-top {
  /* width: 25% !important; */
}

.card {
  border: none !important;
  /* background-color: #8600e73d !important;  */
  /* padding-top: 3%; */
}

body,
.main {
  /* background: #fcf8ec; */
}

.car .card-body div {
  height: initial !important;
  box-shadow: none;
  text-align: center;
  color: #000 !important;
}

.car1 div {
  background: #fff;
  height: 270px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.car2 div {
  background: #fff;
  height: 310px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.car3 div {
  background: #fff;
  height: 270px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.car4 div {
  background: #fff;
  height: 340px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.car5 div {
  background: #fff;
}

.card-body div:hover {
  /* background: transparent !important;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.card-body {
  flex: 1 1 auto;
  color: #000;
  padding: 1rem 1rem 0rem 0 !important;
  background: transparent !important;
}

.card-title {
  color: #000 !important;
  font-size: 20px !important;
}

.card-text {
  color: #000;
  font-size: 18px !important;

}

.card {
  background: transparent !important;
}


.wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper>* {
  margin: 0 1rem 2rem;
  margin-top: 5%;
}

.col-md-8 h2 {
  font-size: 25px;
  font-weight: 700;
}

.col-md-8 p {
  font-size: 18px;
}

.card1 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 420px;
  /* Box dimensions */
  height: 400px;

  border-radius: 4px;
  /* Styling */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.56s ease-in-out;
  /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
}

/* Shows an outer shadow */
.card1:hover {
  /* Just for styling */
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.card1 p {
  font-size: 19px;
  align-self: flex-end;
  padding: 1rem;
  color: rgba(255, 255, 255, .90);
  /* font-size: 2rem; */
  line-height: 1.3;

}

/* Cards titles styling
------------------------------------------ */
.card__title {
  /* Just for styling */
  /* align-self: flex-end;  */
  padding: 0 1rem;
  color: rgba(255, 255, 255, .90);
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

/* Styles for:
** - Using IMG tag inside a container
------------------------------------------ */
/* The image container */
.card__thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */

  width: 100%;
  /* Thumbnail dimensions. */
  height: 100%;
  /*** Change the height to make the image smaller ***/
  /* background-color: rgba(0,0,0,.2);  /* for debugging */

}

/* Sets the image dimensions */
.card__thumbnail>img {
  /* Tip: use 1:1 ratio images */
  height: 100%;
  /* or width when img.width > img.height */
}

/* Styles the title inside the img container */
.card__thumbnail>.card__title {
  /* Just for styling */
  position: absolute;
  left: 0;
  bottom: 0;
}


/* Styles for:
** - Using background-size on CSS
** - Using background-size on HTML
** - Using background-size on JS
------------------------------------------ */
/* Prepares a container to have cover background */
.has-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-item {
  padding-top: 7%;
}

.social-logos {
  padding-top: 18%;
}

/* Loads a specific image to a container */
.bg-img-nature {
  background-image: url(./images/REGULAR\ TESTING.png);
}

.bg-img-nature1 {
  background-image: url(./images/Cybersecurity\ \ Measures.png);
}

.bg-img-nature2 {
  background-image: url(./images/Geographical\ \ Redundancy.png);
}


.form-group.input-material {
  position: relative;
  /* margin-top: 50px; */
  margin-bottom: 25px;
  /* textarea label */
}

.form-group.input-material label {
  color: #482260;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 1px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}

.form-group.input-material textarea.form-control~label {
  bottom: 90%;
  bottom: calc(100% - 38px);
}


.form-group.input-material .form-control,
.form-group.input-material .form-select {
  border: none;
  border-bottom: 2px solid #555555;
  border-radius: 0px;
  background-color: transparent;
  padding-left: 5px;
  box-shadow: none;
  padding-top: 10px;
  /* required fields */
  /* active state */
  /* invalid state */
}

.form-group.input-material .form-control:required~label::after,
.form-group.input-material .form-select:required~label::after {
  content: "*";
  color: #dc3545;
  padding-left: 2px;
  font-size: 0.8em;
}

.form-group.input-material .form-control:focus,
.form-group.input-material .form-control[value]:not([value=""]),
.form-group.input-material .form-select:focus,
.form-group.input-material .form-select[value]:not([value=""]) {
  border-bottom-color: #007bff;
  color: #000;
}

.form-group.input-material .form-control:focus~label,
.form-group.input-material .form-control[value]:not([value=""])~label,
.form-group.input-material .form-select:focus~label,
.form-group.input-material .form-select[value]:not([value=""])~label {
  top: unset;
  bottom: 100%;
  bottom: calc(100% - 16px);
  font-size: 14px;
  color: #007bff;
  font-weight: 500;
}

.form-group.input-material .form-control:focus.invalid,
.form-group.input-material .form-control.invalid,
.form-group.input-material .form-control:focus.parsley-error,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error,
.form-group.input-material .form-select:focus.invalid,
.form-group.input-material .form-select.invalid,
.form-group.input-material .form-select:focus.parsley-error,
.form-group.input-material .form-select[value]:not([value=""]).parsley-error {
  border-bottom-color: #dc3545;
}

.form-group.input-material .form-control:focus.invalid~label,
.form-group.input-material .form-control.invalid~label,
.form-group.input-material .form-control:focus.parsley-error~label,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error~label,
.form-group.input-material .form-select:focus.invalid~label,
.form-group.input-material .form-select.invalid~label,
.form-group.input-material .form-select:focus.parsley-error~label,
.form-group.input-material .form-select[value]:not([value=""]).parsley-error~label {
  color: #dc3545;
}

.form-group.input-material .form-select {
  background-position: right 0 center;
  padding-left: 0;
}

.form-group.input-material .parsley-errors-list {
  color: #dc3545;
  list-style: none;
  font-size: 0.7em;
  padding-left: 5px;
  position: absolute;
  top: 107%;
}

.copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100vh; */
  padding: 5px;


}

.take {
  flex: 1;
}

.copyright-text {
  margin-right: 20px;
  color: #fff;
}

.social-icons1 img {
  font-size: 24px;
  margin: 0 10px;
  border: 1px solid;
  width: 11%;
  color: white;
  /* background-color: #3b5998; */
  /* border-radius: 50%; */

}

.pizza {
  max-width: 100%;
  text-align: right;
  position: relative;
  margin-top: -120px;
}

.p5 {
  padding: 3rem;
}

.m5 {
  margin: 3rem;
}

.ourdic {
  width: 100%;
}

.nav-link3 a {
  color: #000 !important;
}

/* .nav-link3:hover {
  color: #fff !important;
  background: #000 !important;
}
.nav-link3:hover a {
  color: #fff !important;
  
} */
.card-title h2 {
  color: #000;
}

/* @media (min-width: 576px){
.card-group>.card {
  flex: 1 0 50% !important;
  margin-bottom: 0;
}} */

.card-body li {
  font-size: 16px;
}

.title-height {
  height: 50px;
}

@media screen and (max-width: 900px) {
  .youtub {
    margin-top: -90px;
    margin-bottom: -80px;
  }

  .dashboard-cards .card {

    width: calc(100% - 10px);

  }

  .card-title h2 {
    color: #000;
  }

  .last {
    margin-top: 25px !important;
  }

  .hero-banner {
    height: fit-content;
  }

  .card-group>.card {
    flex: 1 0 50% !important;
    margin-bottom: 0;
  }

  /*animation element sliding left*/
  .animation-element.slide-left {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-left.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-right {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-right.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-up {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-up.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .navbar-brand {
    flex: 2;
    justify-content: end;
  }

  .j2 {
    flex: 1;
  }

  .navbar-brand img {
    width: 68% !important;
  }

  .card1 {
    width: 300px !important;
  }

  .offset-lg-1 {
    text-align: center;
  }

  .flx-row {
    flex-direction: row-reverse;
  }

  .section h2 {
    color: #000;
    font-size: 30px;
  }

  .section {
    margin-bottom: 50px;
  }

  .pd {
    padding: 0 20px !important;
  }

  .lets {
    font-weight: 700;
    font-size: 30px;
  }

  .fab,
  .fa-brands {
    color: #fff !important;
    font-size: 18px;
    margin-right: 20px;
  }

  .cc {
    align-items: center !important;
    padding-bottom: 30px;
  }

  .bnr-txt {
    /* background: rgba(0, 0, 0, 0.5); */
    /* color: #fff !important; */
    /* padding-top: 7%; */

  }

  /* .social-icons1 img{
  width: 25%;
} */
  .copyright-text p {
    font-size: 21px !important;
  }

  .d-flex {
    align-items: center;
  }

  h5 {
    font-size: 20px !important;
  }

  li {
    padding-right: 10px;
  }

  .pizza {
    width: 31%;
    text-align: right;
    position: relative;
    margin-top: -54px;
  }

  /* .section .mblrow{
  flex-direction: column-reverse;
} */

  .card-body {
    flex: 1 1 auto;
    color: #000;
    padding: 1rem 0rem 0rem 0rem !important;
    background: #fff;
  }

  .car1 div {
    height: 450px;
  }

  .car2 div {
    height: 480px;
  }

  .car3 div {
    height: 450px;
  }

  .car4 div {
    height: 540px;
  }



  .car {
    padding: 0 !important;
  }

  img {
    max-width: 100% !important;
  }

  .dashboard-cards {
    position: relative;
    padding-bottom: 110px;
    margin: 0 !important;
  }

  /* .col-md-6 {
  flex: 0 0 auto;
  width: 100% !important;
} */
  .section h2 {
    color: #000;
    font-size: 30px !important;
    padding-top: 30px;
  }

  .card2 {
    padding-bottom: 50px;
  }

  .card11 {
    padding-bottom: 25px;
  }

  li {
    line-height: 1.5;
    padding-right: 4px;
  }

  li i {
    font-size: 10px;
  }

  li {
    display: list-item;
  }

  .dashboard-cards .task-list li span {

    float: initial !important;
  }
}

@media screen and (max-width: 430px) {
  .youtub {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .dashboard-cards {
    position: relative;
    padding-bottom: 160px;
    margin: 0 !important;
  }

  .dashboard-cards .card .card-title h2 {
    width: 70%;
  }

  .card2 {
    padding-bottom: 0px;
  }

  .card11 {
    padding-bottom: 0px;
  }

  .carddiv {
    padding-top: 0 !important;
  }

  .card-group .card:first-child .carddiv {
    padding-top: 10% !important;
  }

  .navbar-nav {
    margin-bottom: 15px !important;
  }

  .how {
    margin-top: 5% !important;
  }

  .last {
    margin-top: 0px !important;
  }

  .chngecolor {
    font-size: 15px;
  }

  .flx-dire {
    flex-direction: column-reverse;
  }

  .d-flex {
    flex-direction: column;
  }


  .hero-banner {
    height: fit-content;
  }

  .pizza {
    width: 39%;
    text-align: right;
    position: relative;
    margin-top: -20px;
  }

  .text-mg {
    text-align: center !important;
  }

  .section {
    padding: 0 20px !important;
  }

  .col-lg-8 {
    width: auto !important;
  }

  .navbar-expand-sm {
    /* background: #7c787680; */
  }

  .navbar-brand img {
    width: 38% !important;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    display: flex;
  }

  .nav-item {
    margin: 20px 0 0;
  }

  .sm-container .col-md-12 {
    margin-top: 20px;
    justify-content: start !important;
  }

  .col-md-9 p {
    text-align: center !important;
  }

  .bnr-txt {
    /* background: rgba(0, 0, 0, 0.5); */
    color: #000 !important;
    padding-top: 3%;
    margin: 0;
  }

  .comp {
    font-size: 24px !important;
    padding-top: 30px;
  }

  .card-body div {
    height: fit-content;
  }

  .bottom-img {
    background: url(./images/black-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content !important;
    padding: 50px 0;
  }

  .navbar-nav {
    display: flex;
    /* flex-direction: row !important; */
    padding-left: 0;
    margin-bottom: 0;
    /* align-items: center; */
    justify-content: center !important;
    list-style: none;
  }

  .j1 {
    display: none;
  }

  .j2 {
    flex: initial !important;
  }

  .section h2 {
    color: #000;
    font-size: 30px;
    padding-top: 50px;
  }

  .collapse:not(.show) {
    display: block !important;
  }

  .container {
    padding: 0 25px !important;
  }

  .p6 {
    margin: 3rem 0rem !important;
    padding: 2rem !important;
  }

  .col-md-6 {
    padding-top: 0px;
  }

  .dir {

    flex-direction: column;
  }

  .card-body {
    padding: 0 !important;
  }

  .section {
    margin-bottom: 30px;
  }

  .wrapper h1 {
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }

  .hero-banner h1 {

    font-size: 40px;
  }

  .col-lg-6 p {
    font-size: 14px !important;
    margin-top: 10px;
  }

  .flx {
    margin-top: -30px !important;
  }

  .social-icons1 {
    text-align: center;
    display: flex;
    padding: 10px 0;
  }

  .social-icons1 i {
    font-size: 16px;
    margin: 0 10px;
    border: 1px solid;
    color: white;
    /* background-color: #3b5998; */
    /* border-radius: 50%; */
    padding: 5px;
  }

  .copyright-text {
    margin-right: 20px;
    font-size: 12px;
  }

  .rwr {
    flex-direction: row-reverse;
  }

  .rwr button {
    margin-top: -50px;
  }

  .order-lg-1 {
    padding-top: 0;
  }

  .copyright-section {
    flex-direction: column;
  }

  .nav-link1 {
    /* background: #3f82fc; */
    border-radius: 10px;
    padding: 10px !important;
    PADDING: 20PX;
    /* color: #fff !important; */
  }

  .social-icons1 img {
    width: 70%;
  }

  .section .mblrow {
    flex-direction: column-reverse;
  }

  .dashboard-cards .task-list li {

    font-size: 12px;
  }

  .benfits {
    font-size: 30px !important;
  }

  .title-height {
    height: initial;
  }
}



.heading-cards h2 {
  color: #333333;
  font-size: 42px;
  margin: 10px 0px;
  border-bottom: none;
  font-weight: bold;
}


.features-section {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.feature-card {
  display: block;
  width: 353px;
  text-align: center;
  text-decoration: none !important;
  background-color: #eaf7ff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  padding: 20px;
  background-color: #eaf7ff;
}

.feature-icon img {
  max-width: 30%;
  height: auto;
  border-radius: 8px;
}

.feature-icon img:hover {
  transform: scale(1.1);
}

.feature-title {
  /* height: 72px; */
  padding: 0px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 10px;
}

.feature-title:hover {
  color: #000;
}

.para-d p {
  font-size: 14px;
  color: #333;
  padding: 0 15px 20px;
}

.space {
  margin-top: 30px;
  margin-bottom: 60px;
}

.new-one {
  max-width: 450px;
  padding-top: 5%;
}

@media (max-width: 900px) {
  .heading-cards h2 {
    color: #333333;
    font-size: 30px;
    margin: 10px 0px;
    border-bottom: none;
    font-weight: bold;
  }

  .new-one {
    max-width: 360px;
    padding-top: 35%
  }

  .feature-card {
    width: 353px !important;
  }

  .emails-de a {
    margin-left: -159px;
  }

  .header-left {
    padding: 32px 15px 0;
  }

  .header-left img {
    width: 200px;
  }

  .heading-cards h2 {
    margin: 12px 0px;
    border-bottom: none;
    border: 1px solid #fff;
  }
}

@media (max-width : 430px) {
  .new-one {
    max-width: 360px;
    padding-top: 10%
  }

  .header-right {
    width: 57%;
    float: right;
    font-weight: bold;
  }

  .header-right a {
    font-size: 21px;
  }
}