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

  color: #fff;
  margin-right: 15px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  
  
}
.heading-container {
  position: relative;
  text-align: center;
  display: inline-block;
}

.heading-container h1 {
  font-size: 2rem; 
  color: white; 
  margin: 0;
}

.heading-container::before,
.heading-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px; 
  border: 4px solid #b50a00;
}

.heading-container::before {
  left: -25px; 
  border-right: none;
}

.heading-container::after {
  right: -25px; 
  border-left: none;
}


.zoho-partner{
  width: 60%;
}
.car-h{
padding-top: 15px;}
/* .car-h:hover{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border-radius: 25px;
  
} */


.sparkle {
  max-width: 10em;
  color: #441151;
  margin: auto auto;
}
.sparkle:hover {
  /* cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
 
}

.u-hover--sparkle {
  box-sizing: border-box;
  position: relative;
  padding: 0.75em;
}
.u-hover--sparkle::before, .u-hover--sparkle::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
}
.u-hover--sparkle::before {
  border-top: 0.2em solid #4d797a;
  border-bottom: 0.2em solid #4d797a;
  border-radius: 25px;
  transform: scale3d(0, 1, 1);
}
.u-hover--sparkle::after {
  border-left: 0.2em solid #4d797a;
  border-right: 0.2em solid #4d797a;
  border-radius: 25px;
  transform: scale3d(1, 0, 1);
}
.u-hover--sparkle:hover::before, .u-hover--sparkle:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 900ms;

}
.car{
  padding: 10px;
  position: relative;
}


.car:hover {
  animation-name: hoverPop;
  /* background: #000; */
  animation-duration: 0.4s;
  border-radius: 15px;
  animation-fill-direction: forward;
}
.car:hover img {
  box-shadow: 2px 2px 4px 0px rgba(10, 12, 15, 0.27);
  box-shadow: 0px 0px 30px 0px rgba(10, 12, 15, 0.27);
}
.car:hover::before {
  animation: slick-hover-2 3s 0.4s linear infinite;
  transform: translateY(-20px) translateX(-20px);
}
.car:hover::after {
  animation: slick-hover 3s 0.4s linear infinite reverse;
  transform: translateY(20px) translateX(20px);
}

@keyframes hoverPop {
  0%, 100% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.01);
  }
  66% {
    transform: scale(0.9);
  }
}
@keyframes slick-hover {
  0.00% {
    transform: translateY(20px) translateX(20px);
  }
  16.67% {
    transform: translateY(-13px) translateX(-9px);
  }
  33.33% {
    transform: translateY(4px) translateX(12px);
  }
  50.00% {
    transform: translateY(20px) translateX(-20px);
  }
  66.67% {
    transform: translateY(-3px) translateX(8px);
  }
  83.33% {
    transform: translateY(-15px) translateX(-11px);
  }
  100.00% {
    transform: translateY(20px) translateX(20px);
  }
}
@keyframes slick-hover-2 {
  0.00% {
    transform: translateY(-20px) translateX(-20px);
  }
  16.67% {
    transform: translateY(3px) translateX(-5px);
  }
  33.33% {
    transform: translateY(18px) translateX(-10px);
  }
  50.00% {
    transform: translateY(-20px) translateX(20px);
  }
  66.67% {
    transform: translateY(15px) translateX(-4px);
  }
  83.33% {
    transform: translateY(-1px) translateX(15px);
  }
  100.00% {
    transform: translateY(-20px) translateX(-20px);
  }
}

/* .nav-link2-org:hover{
  background: #fff !important;
}  */


.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.steps li .number {
  width: 45px;
  height: 45px;
  background-color: #FF6600; /* Orange color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.steps li .text {
  font-size: 18px;
  line-height: 1.5;
}

.card-body p{
  margin-bottom: 3px;
  line-height: 1.6;
  font-size: 17px;
}
.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);
      color:#007bff;
}

.nav-link1{
  background: #b50a00;
  /* border: 2px solid #000; */
  border-radius: 25px;
  PADDING: 12PX 16px !important;
  color: #fff !important;
}
.nav-link2{
  background: #000;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 20PX;
  text-align: center;
  color: #fff !important;
}
.nav-link3{
  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: 20px;
line-height: 1.8;
}

.fas{
  color: #8600e7;
 padding-right: 5px;
}
.key-features {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.card {
  background: transparent !important;
}
.key-features .dot {
  width: 15px;
  height: 15px;
  background-color: #3baeb0; /* Orange color */
  border-radius: 50%;
  margin: 0 10px; /* Space between dot and text */
}

.key-features .text {
  color: #333; /* Dark text color */
  font-family: Arial, sans-serif; /* Font style */
}

.section .col-md-6 h2 {
  color: #3baeb0;
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 10px;
}
ul{
  padding-left: 15px !important;
}
li{
  font-size: 18px;
  display: list-item;
  /* line-height: 2; */
  align-items: baseline;
}
li i {
  padding-right: 10px;
}
.fa-check{
  color: #3baeb0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;

}
.nav-link1:hover{
background: #000;
color: #fff !important;
}
.btn-zoho{
background: #405ff2 !important;
border: 2px solid #000 !important;  
  padding: .475rem 1.2rem !important;
}
.btn-zoho:hover{
  background-color: black !important;
  color: #fff !important;
  outline: none !important;
}
/* Style 7
   ----------------------------- */
   .seven p {
    text-align: center;
        font-size:35px; font-weight:500; color:#fff; letter-spacing:1px;
        text-transform: uppercase;
    margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
    }
    
    .seven p:after,.seven p:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        height: 5px;
      background-color:#fff;
    }

    .seven1 p {
      text-align: center;
          font-size:30px; font-weight:bold; color:#000; letter-spacing:1px;
          text-transform: uppercase;
      margin-top: 40px;
          display: grid;
          grid-template-columns: 1fr max-content 1fr;
          grid-template-rows: 27px 0;
          grid-gap: 20px;
          align-items: center;
      }
      
      .seven1 p:after,.seven1 p:before {
          content: " ";
          display: block;
          border-bottom: 1px solid #fff;
          border-top: 1px solid #fff;
          height: 5px;
        background-color:#000;
      }
    

.col{
  color: #fff !important;
}

.nav-link2:hover{
/* background: #8600e7; */
color: #fff !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{
font-size: 25px !important;
} */
.fab ,.fa-brands {
  color: #fff !important;
  font-size: 25px;
  margin-right: 20px;
}
.fa-instagram:before{
  color: #fff;
}

.fab:hover ,.fa-brands:hover {
  color: #fff !important;

}
.fa-instagram:hover:before {
  color: #007bff; /* Change to the color you want on hover */
}
/* .nav-link{
  color: #8600e7 !important;
} */
.main-div{
  /* padding-top: 22px; */
  max-width: 1440px;
  margin: 0 auto;
}
.main{
overflow: hidden;
}

.hero-banner{
/* background: url(./images/Banner.jpg); */
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 580px;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5);  */
  pointer-events: none; /* Ensure the shadow is non-interactive */
}
.text-mg{
  text-align: left !important;
}

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

    font-size: 60px;
  /* margin-bottom: 40px; */
  font-weight: 700;
  /* color: #000 !important; */
  text-align: center;
  /* 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: #3baeb0;
}

.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;
}
.fa-caret-down:before {
  content: "\f067" !important;
  color: #063464 !important;
  font-size: 25px;
}
.fa-caret-up:before {
  content: "\f068" !important;
  color: #063464 !important;
  font-size: 25px;
}
.social-icon.facebook {
  background-color: #2f2f2f !important;  
}
.nav-link2:hover{

}
.dashboard-cards .card .card-title {
  
  background: #c4d0f0;
  padding: 20px 15px;
  height: initial !important;
  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;
  text-align: left;
  color: #000;
}

.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 {
  /* background: blue; */
  width: fit-content;
  /* height: 38px; */
  position: absolute;
  padding: 6px 6px;
  top: 12px;
  right: 10px;
  text-align: center;
  line-height: 25px;
  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: 17px;
  display: list-item;
  list-style-type: none;
  border-bottom: 1px solid #e9ebed;
  border-left: 3px solid #007bff;
  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: #3baeb0; */
  /* margin-right: 5px; */
}

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

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

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

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


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

}
.sak{
  margin-top: 70px;
}


.fa-circle {
  padding-right: 30px;
}
.section h2{
  color: #000;
  font-size: 42px;
  font-weight: bold;
}
.section p{
  /* margin-top: 3%; */
  color: #212529;
  font-size: 18px;
  /* margin-bottom: 5%; */

}
.section img
{
  max-width: 100%;
  text-align: center;
  display: inline-block;
  /* box-shadow: 0px 0px 14px rgb(113, 119,119); */
   /* border: 2px solid #3baeb0;  */
   transition: transform 0.3s ease; 
}
.section img:hover{
  transform: translateY(-10px);
}
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; */
}
.card-body div{
height: 330px;
/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
text-align: center;
background: #fff;
margin: 10px;
padding: 20px 10px 5px;
border-radius: 20px;

}
.card-body div:hover{
 /* background: #efefef !important; */
 /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  }
.card-body {
  flex: 1 1 auto;
  color: #000;
  padding: 0rem 0 !important;
  background: transparent; 
}
.card-title{
  margin-top: 7%;
  color: #000 !important;
  font-size: 20px !important;
}
.card-text{
  color: #000;
  font-size: 18px !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: 15px 0px; */
}
.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%; */
 
}

.benfits{
  
  text-align: center;
}

.card-title {
  height: 50px;
  text-align: center;
}
.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;
}

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

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


.how {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: max-content;
  margin: 0 auto;
}

.timeline {
  position: relative;
  max-width: 800px;
  width: 50%;
  /* background-color: white; */
  border-radius: 10px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  padding: 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #3baeb0;
  transform: translateX(-50%);
}

.step {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow:0 2px 10px rgb(0 0 0 / 53%);
  transition: transform 0.3s, box-shadow 0.3s;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.step-content b{
  color: #3baeb0;
}
.step .number {
  /* position: absolute; */
  display: none !important;
  top: 50%;
  left: 11%;
  width: 30px;
  height: 30px;
  background-color: #3baeb0;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  /* transform: translate(-50%, -50%); */
}

.step:nth-child(odd) {
  left: 50%;
  transform: translateX(-100%);
}

.step:nth-child(even) {
  left: 50%;
  transform: translateX(0);
}

/* .step-content {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 10px;
} */

.step-content h3 {
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.step-content p {
  color: #666;
  line-height: 1.6;
}
.five-box .h4-h{
  font-size: 40px;
    }
.five-box h3{
  line-height: 47px;
}
.five-box{
  margin: 40px 6px;
}
#main-box{
  flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    display: flex;
}

.five-box h4{
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;
  
}
.text-box-2, .text-boxs {

background-color: white; 
box-shadow: 2px 2px 10px rgb(0, 0, 0);
padding: 1rem;
height: auto;
text-align: left;
flex-basis: 28%;
/* max-width: 250px; */
border-radius: 10px;
transition: 1s;
}
.text-box-2:hover, .text-boxs:hover{
 transform: scale(1.1);
 z-index: 2;
} 

.text-box-2 h2, .text-boxs h2 {
font-size: 2rem;
margin-bottom: 1rem;
}

.text-box-2 h3, .text-boxs h3 {
font-size: 1.2rem;
margin-bottom: 1rem;
}

.text-box-2 ul, .text-boxs ul {

padding-left: 0;
}

.text-box-2 ul li, .text-boxs ul li {
font-size: 1rem;
line-height: 1.5;
}

.ol-list{
  margin: 34px 152px;
}
.ol-list li{
  line-height: 50px;
  font-size: 20px;
}
.ol-list li b{
  font-size: 24;
}
.container-s {
  background-image: url(./images/Blue-BG.jpg);
  background-size: cover ;
  background-repeat: no-repeat;
   text-align: center;
   padding: 80px 20px;
   border-radius: 8px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3%;
}
.container-s2 {
 background-image: url(./images/Red-bg.jpg);
 background-size: cover ;
 background-repeat: no-repeat;
  text-align: center;
  padding: 80px 20px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
 margin-top: 3%;
}

.container-s h2 {
   font-size: 40px;
   font-weight: bold;
   margin-bottom: 20px;
   position: relative;
   display: inline-block;
   color: #ffd700;
}
.container-s2 h2 {
 font-size: 40px;
 font-weight: bold;
 margin-bottom: 20px;
 position: relative;
 display: inline-block;
 color: #000;
}
.container-s2 p{
  margin-top: 2%;
  text-align: left;
  text-decoration: underline ;
  font-weight: bold;
  font-size: 25px;
}
.container-s2 li{
  font-size: 22px;
}

.five-box h4::after {
 content: '';
 display: block;
 width: 100px;
 height: 4px;
 background-color: #007bff; 
 margin: 8px auto 0;
}
.border-n::after {
 content: '';
 display: block;
 width: 100px;
 height: 4px;
 background-color: #007bff; 
 margin: 8px auto 0;
}
.feature-container{
  text-align: center;
}
.h1{
  padding-top: 3%;
  padding-bottom: 2%;
}
.main-feature-section{
  display: block;
}
.feature-sec{
  margin: auto;
  /* width: 765px; */
  justify-content: center;
  display: flex;
  align-content: stretch;
  flex-direction: row;
  /* margin-left: 200px; */
  text-align: center;
  align-items: center;
  gap: 45px;
}

.feature-sec-1{
  margin: auto;
  /* width: 765px; */
  justify-content: center;
  display: flex;
  align-content: stretch;
  flex-direction: row;
  /* margin-left: 200px; */
  text-align: center;
  align-items: center;
  gap: 45px;
 
}

.cont-sec{
  /* box-shadow: 1px 1px 5px black;
  border-radius: 10px; */
  padding: 29px 20px;
  font-size: 20px;
  text-align: left;
    width: 852px;
}
.main-feature-section {
  margin: auto;
  width: 1075px;}

.feature-container .h1 h2::after {
 content: '';
 display: block;
 width: 100px;
 height: 4px;
 background-color: #007bff; 
 margin: 8px auto 0;
}
.feature-container .h1 h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #007bff; 
  margin: 8px auto 0;
}
.content {
    margin-top: 20px;
    text-align: left;
}
.container-s .content{
  padding-left: 170px;
}
.container-s2 .content{
  padding-left: 170px;
}
.content .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.content .item-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.content .item-text {
    font-size: 20px;
    color: white;
}

.content .item-text strong {
  font-size: 22px;
    color: white
}



.content {
  align-content: center;
   margin-top: 20px;
   text-align: left;
}
.container-s .content{
 padding-left: 170px;
}
.container-s2 .content{
 padding-left: 170px;
}
.content .item {
   display: flex;
   align-items: center;
   margin-bottom: 16px;
}

.content .item-icon {
   font-size: 1.5rem;
   margin-right: 10px;
}

.content .item-text {
   font-size: 20px;
   color: white;
}

.content .item-text strong {
 font-size: 22px;
   color: white
}

.container-s2 .content .item-icon {
 border-radius: 100%;
   padding: 7px 16px;
 font-size: 20px;
 color: #fff;
 background: #007bff;
 margin-right: 10px;
 
}
#icon{
 margin-top: -19px;
}
.container-s2 .content .item-text {
 font-size: 20px;
 color: black;
}

.container-s2 .content .item-text strong {
font-size: 22px;
 color: black;
}
.img-none{
  visibility: hidden;
}

.content-f{
 max-width: 1070px !important;
margin-top: 4%; 
margin-bottom: 3%;
background-color:hsl(60, 21%, 93%);
padding: 40px 69px !important;
 border-radius: 20px
}
.content-f .h2-head{
 font-size: 30px !important;
}
.dest-none{
visibility: hidden;
}
.new-cont{
font-size: 13px; 
padding: 13px 12px;
}

h2{
  font-family: auto;
  font-size: 60px !important;
  text-align: center;
  /* font-weight: bold !important; */
}

h3{
  text-align: center;
  font-size: 40px !important;
  font-weight: bold !important;
}
.peras{
  padding: 0px 100px;
}

.pera-p{
  font-size: 25px;
  font-weight: bold;
}
.left-right-main{
  margin-top: 3%;
  margin-bottom: 3%;
}
.lists::marker{
  color: #ffffff;
}
h4{
  font-size: 25px !important;
  font-weight: bold !important;
}

li::marker{
  color:#b50a00;
}

.contact{
  margin-bottom: 5%;
}

.icon-width{
  width:50%;
}

@media screen and (max-width: 900px) {
  .icon-width{
    width:70%;
  }
  .content-f{
    max-width: 700px !important;
    
   }
  #icon{
    margin-top: -25px;
   }
 .container-s .content{
   padding-left: 0px;
 }
 .content .item-icon {
   font-size: 1rem;
}
.container-s2 .content{
 padding-left: 0px;
}
.container-s2 .content .item-icon {
 margin-top: -30px;
 font-size: 1rem;
}
  .text-box-2, .text-boxs {
    flex-basis: 45%;
   
}
.container-s2 {
  padding-right: 40px !important;
}
  .code-h{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .zoho-partner{
    width: 70%;
  }
  /* .fab{
    font-size: 25px !important;
    } */
  .mob-footer{
    font-size: 13px !important;
  }
  .hero-banner h1{
    font-size: 38px;
  }
  .icon-last{
    margin-top: -32px;
    width: 57px;
  }
  .icon-last2{
    align-self: baseline;
    margin-top: -5px;
  
  }
  .main-feature-section{
    width: 700px !important;
  }
  .btn_four{
    width: 323px;
  }
  .dashboard-cards .card{

    width: calc(100% - 10px);

  }

  .card-title {
    height: 80px;
}

p {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.fit{
  width: 700px !important;
}
  .card-title h2{
    color: #000;
  }

.last{
  margin-top: 25px !important;
}
.hero-banner{
  height: 329px;
}
.hero-banner img{
 /* margin-top: -70px !important; */
}
.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;
  }


  .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: 0rem 0rem 0rem 0rem !important;
  /* background: #fff; */
}
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: 23px !important;
  padding-top: 30px ;
}
.container-s h2{
  font-size: 30px !important;
}
.card2{
  padding-bottom: 50px;
}

.step .number {
  left: 20px;
  width: 55px;
  height: 35px;
}
.card11{
  padding-bottom: 25px;
}
.dashboard-cards .card .card-title{
  height: initial !important;
}

.car {
  flex: 3 !important;
}
li {
  line-height: 1.5;
  padding-right: 4px;
}
li i {
  font-size: 10px;
}

li {
  display: list-item;
}
.card-body div{
  height: 435px;
}
.dashboard-cards .task-list li span {

  float: initial !important;
}
.feature-sec-1{
  
  gap: 5px !important;
  text-align: right !important;
}
.feature-sec{
 
  gap: 5px !important;
  text-align: left !important;
}
.footer-mob{
  /* text-align: center; */
  font-size: 17px !important;
}
.mob-size{
  font-size: 30px !important;
}
.social-icons1 img{
  width: 23% !important;
}
.comp{
  font-size: 3.2vw !important;
}
}  
 
@media screen and (max-width: 480px) {
  .btn_four{
    width: 323px;
  }
    .timeline::before {
        left: 30px;
    }

    .step {
        /* padding-left: 70px; */
    }

    .step:nth-child(odd),
    .step:nth-child(even) {
        left: 0;
        transform: translateX(0);
        text-align: left;
    }

    .step .number {
        left: 20px;
        width:70px;
        height: 30px;
        font-size: 14px;
    }
    .timeline{
      width: 90%;
  }
}

@media (max-width: 600px) {
  .text-box-2, .text-boxs {
    max-width: 283px;
      flex-basis: 100%;
      padding-left: 24px;
     padding-top: 24px;
     margin: 0px 20px;
  }
 #icon{
   margin-top: 0px;
 }
   .containers h2,  .container-s h2 {
       font-size: 1.5rem;
   }
   .container-s .content,  .container-s2 .content{
     padding-left: 0px;
   }
   .content .item {
       flex-direction: row;
       align-items: flex-start;
   }
   .container-s2 .content .item {
     flex-direction: row;
     align-items: flex-start;
 }

   .content .item-icon {
       margin-bottom: 5px;
   }
   .container-s2 .content .item-icon {
     margin-top: 0px;
     margin-bottom: 5px;
 }
}

@media screen and (max-width: 430px) {
  #mob-size-p{
    font-size: 19px !important;
  }
  .icon-width{
    width:45%;
  }
  .peras{
    padding: 0px 50px;
  }
  .what{
    margin: 20px 0px;
  }
  .left-right-main{
    margin-top: 8%;
  }
  .contact{
    margin-bottom: 0%;
    margin-top: 5%;
  }
  
  .text-content{
    margin-top: 20px;
  }
  .content-f{
    max-width: 380px !important;
    
   }
   .content-f .row{
    padding-top: 3%;
   }
  .mob-b{
    padding: 10px 0px !important;
  }
  h2{
    font-size: 50px !important;
  }
  h3{
    margin-top: 3% !important;
    font-size: 30px !important;
  }
  .code-h{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .zoho-partner{
    width: 90%;
  }
  .section img{
margin-top: 15px;
}
  .icon-last{
    margin-top: 0px;
    width: 57px;
  }
  .icon-last2{
    margin-top: 0px;
  }
  .feature-container {
    padding: 0px 10px;
  }
  .img-none{
    display: none;
 }

  .main-feature-section{
    width: auto !important;
  }
  
  .cont-sec{
  
    text-align: left !important;
      width: 100% !important;
  }

  .section h2{
    font-size: 25px !important;
  }
  .feature-sec{
    flex-direction: column !important;
    gap: 0px !important;
    margin-left: 0px !important;
  }
  .feature-sec-1{
    flex-direction: column-reverse !important;
    gap: 0px !important;
    margin-right: 0px !important;
  }
  .social-icons1{
    margin-top: 20px;
  }
  .mob-footer{
    font-size: 13px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }
  .footer-mob{
    /* text-align: center; */
    font-size: 18px !important;
    line-height: 22px;
  }
  .mob-size{
    font-size: 30px !important;
  }
  .five-box .h4-h{
font-size:30px !important;
  }
  .fcr{
    flex-direction: column-reverse;
  }
  .btn_four{
    width: 323px;
  }

  .dashboard-cards {
    position: relative;
    padding-bottom: 160px;
    margin: 0 !important;
  }
  .dashboard-cards .card .card-title h2{
    width: 90%;
  }
  .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;
  }
  .navbar-toggler-icon{
    color: #000 !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: 557px;
  background-position: right;
}
.flx-row{
  flex-direction: column-reverse;
}
.seven p , .seven1 p {

  display: block;
}

.hero-banner img{
  /* margin-top: -100px; */
}
.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;}
      .market{
        margin-top: 20px;
      }

      .navbar-expand-sm {
          /* background: #7c787680; */
      }
      .navbar-brand img {
        width: 38% !important;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        display: flex;
    }
    .nav-item{
      justify-content: left;
      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;
  }

  .fit{
    width: 300px !important;
  }
  .comp{
    font-size: 24px !important;
    padding-top: 30px;
  }
  .card-body div{
    height: fit-content;
    padding-bottom: 20px;
  }

  p {

    /* font-size:20px !important; */
    line-height: 1.5 !important;
  }

  .flx-r{
    flex-direction: column;
  }
    .bottom-img{
      background: url(./images/black-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content !important;
    padding: 0px 0; 
    }
      .navbar-nav {
        width: -webkit-fill-available;
          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: 20px;
    }
    /* .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;
  }

  .section{
    margin-bottom: 30px;
  }
  .wrapper h1{
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }
  .hero-banner h1{
text-align: center !important;
    font-size: 30px;
    margin-bottom: 30px;
    /* margin-top: 10px; */
  }
  .cont-sec{
    font-size: 20px;
  }
  .new-banner{
    padding: 0px 0px !important;
  }

  .key-features {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 20px 0 !important;
}

.card-title {
  height: 40px;
}

.seven p {

  padding-bottom: 20px;
}
  .col-lg-6 p {
    /* font-size: 14px !important; */
    margin-top: 10px;
  }
  .cont{
    display: contents;
    padding-bottom: 30px;
  }
  .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: 2px;
}
.copyright-text {
margin-right: 20px;
font-size: 12px;
}
.rwr{
flex-direction: row-reverse;
}
.rwr button{
margin-top: -110px;
}



.dashboard-cards .task-list li{
  font-size: 15px;
}
.benfits{
  font-size: 26px !important;
  text-align: center;
}
.order-lg-1{
padding-top: 0;
}
.copyright-section{
  text-align: center;
flex-direction: column;
}
.nav-link1 {
  /* background: #405ff2; */
  border-radius: 10px;
  /* padding: 10px !important; */
  PADDING: 20PX ;
  color: #fff !important;
}
.social-icons1 img {
  width: 55% !important;
}
.section .mblrow{
  flex-direction: column-reverse;
}
  }
