:root {
  --primary-color: #021336;

  --secondary-color: #16537e;
  ;
  --text-color: rgb(24, 15, 15);
  --white-color: white;
}

* {
  margin: 0;
  padding: 0;
}

.body {
  overflow-x: hidden;
  outline: 1px solid black;
}

/*  section-break-1  */
.backgr {
  height: 400px;
  width: 100%;
  background-image: url("../img/section.jpg");
  position: relative;
  background-size: cover;


}

.back-new {
  background: linear-gradient(90deg, rgba(5, 32, 43, 0.95) 0%, rgba(5, 32, 43, 0.9) 41%, rgba(255, 255, 255, 0.8) 100%);
  height: 400px;
  align-items: center;
  padding: 0;

}

.back-1 {
  padding-left: 50px;

}

.back-heead {
  color: white;
  font-size: 30px;
  letter-spacing: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: 'inter', sans-serif;
}

.break-h {
  color: #13fcd1;
}

.back-pp {
  color: white;
  font-size: 16.5px;
  text-align: justify;
  padding: 10px 0;
  ;
}

/*  section-break-new  */

.back-hee {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: 'inter', sans-serif;
}

.back-p {
  color: white;
  font-size: 20px;
  text-align: center;

}

.backgrou {
  height: 400px;
  width: 100%;
  background-image: url("../img/section-2.jpg");
  position: relative;
  background-size: cover;
}

.back-ne {
  background: linear-gradient(90deg, rgba(22, 6, 62, 0.8) 0%, rgba(5, 91, 100, 0.9)41%, rgba(255, 255, 255, 0.8) 100%);
  height: 400px;
  align-items: center;
  padding: 0;
  text-align: center;

}

.bac-bt {
  color: rgb(5, 5, 76);
  background-color: rgb(13, 224, 207);
  padding: 12px 20px;
  border-radius: 3px;
  border: none;
}

.compare-im {
  border-radius: 10px;
  text-align: center;
  width: 93%;
}

.compare {
  text-align: center;
}

.row {

  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.footer-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.footer-section-1 .footer-section-1-text {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.footer-section-1-text span {
  height: 1px;
  width: 60px;
  background-color: var(--text-color);

}

.footer-section-1-item {
  display: flex;
  align-items: center;
  /* background-color: rgba(186, 243, 243, 0.493) */
  /* padding: 15px; */
  color: var(--text-color);
  gap: 20px;
  margin-bottom: 20px;
  border-radius: 8px;

}

.footer-section-1-item .footer-section-1-icon {
  width: 30px;
  /* height: 30px; */
}



.footer-section-1-item span {
  height: 50px;
  width: 1px;
  background-color: var(--secondary-color);
}

.footer-section-logo {
  background: var(--primary-color);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  gap: 20px;
  border-radius: 8px;
}

.footer-section-logo i {
  font-size: 23px;
  color: var(--white-color);
  transition: all 0.5s ease-out;
}

.footer-section-logo i:hover {
  transform: scale(1.5);
  margin: 0px 8px;
}

.footer-section-2 {
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer-form {
  padding: 40px;
  /* background-color: var(--primary-color);
     */
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 520px; */
  border-radius: 20px;
  /* width: 460px; */
  /* width: 100%; */
}

.footer-form form {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* steps section */

.circular {
  position: relative;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  top: -7px;
  left: 12px;
  background-color: transparent;
}

.circular-1 {
  height: 170px;
  width: 170px;
}

.boxx-im {
  border-radius: 50%;

}
 .cir-1 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border-top: 2px dashed var(--primary-color);
  border-left: 2px dashed var(--primary-color);
  border-bottom: 2px dashed var(--primary-color);
  border: 1px dashed black;
  background: none;
  border-right: 2px solid white;
   
}




.my-ci {
  content: "";
  position: relative;  
  right: -153px;
  bottom: -168px;
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  clip-path: polygon(99% 44%, 0 0, 0 100%);
  transform: rotate(-35deg);


}

.circular-2 {
  content: "";
  position: relative;
  right: -64px;
  bottom: 7px;
  width: 40px;
  height: 40px;
  background-color: #06c19e;
  border-radius: 50%;
  border: 4px solid white;
  /* transform: rotate(-36deg); */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding-top: 1px;
}

.cir-p {
  text-align: center;
  margin-bottom: 0;
  padding-top: 4px;
}

.cirr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.cir-bel {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;

}

.cir-para {
  text-align: center;
  font-size: 14px;
}

.mehead {
  font-size: 23px;
  color: #a8fafa;
}

/* Focus effect */
.footer-form form input:focus {


  /* Slightly larger input when focused */
  border: 0.5px solid var(--secondary-color);
}

/* Active effect (when user is typing) */
.footer-form form input:active {

  border: 0.5px solid var(--secondary-color);
}

/* Focus effect */
.footer-form form textarea:focus {

  border: 0.5px solid var(--secondary-color);
}

/* Active effect (when user is typing) */
.footer-form form textarea:active {
  /* background: linear-gradient(-45deg, #eec076, #c4973e); */

  border: 0.5px solid var(--secondary-color);
}

/* Placeholder style */


.footer-form form input::placeholder {
  color: var(--white-color);
  opacity: 0.7;
}

.footer-form form textarea::placeholder {
  color: var(--white-color);
  opacity: 0.7;
}


.footer-form form input {
  width: 100%;
  outline: none;
  /* height: 40px;s */
  border: 0.5px solid rgba(255, 255, 255, 0.137);
  background-color: rgba(255, 255, 255, 0.075);
  padding: 10px 25px;
  border-radius: 5px;
  /* transition: all 0.5s ease; */
  /* background-color: transparent; */
  /* border-bottom: 0.5px solid rgb(105, 105, 105); */
  border-radius: 4px;
  font-size: 15px;
  color: var(--white-color);
}



.footer-form form textarea {
  width: 100%;
  outline: none;
  height: 80px;
  border: 0.5px solid rgba(255, 255, 255, 0.137);
  padding: 10px 25px;
  border-radius: 2px;
  /* transition: all 0.5s ease; */
  background-color: rgba(255, 255, 255, 0.075);
  /* border: 0.5px solid rgb(105, 105, 105); */
  border-radius: 4px;
  /* margin-top: 10px; */
  font-size: 15px;
  color: var(--white-color);
}

.footer-form span {
  position: absolute;
  background-color: #06c19e;
  padding: 10px 60px;
  color: var(--white-color);
  border-radius: 7px;
  transform: skew(-20deg);
  top: -15px;
  font-weight: bold;
}

.footer-section-2 .footer-form form button {

  outline: none;
  background-color: #06c19e;
  border: none;
  color: var(--white-color);
  padding: 10px;
  padding: 10px 45px;
  border-radius: 5px;
  width: 100%;
  margin-top: 8px;


}

.footer-section-2 .footer-form form button:hover {
  background-color: white;
  color: var(--primary-color);
}

/*vijay section */
.pfull {
  display: flex;
  justify-content: center;
  align-items: center;


}

.hcard1 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard1:hover {
  background-color: #186265;
}

.box1 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard1:hover .icon1 {
  background-color: #186265;

}

.hcard1:hover .icon1 i {
  color: #E9CB52;
}

.icon1 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;
}

.icon1 i {
  font-size: 35px;
  color: #38787B;
}

.box1 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.box1 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}

.hcard2 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard2:hover {
  background-color: #186265;
}

.box2 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard2:hover .icon2 {
  background-color: #186265;

}

.hcard2:hover .icon2 i {
  color: #E9CB52;
}

.icon2 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;
}

.icon2 i {
  font-size: 35px;
  color: #38787B;
}

.box2 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.box2 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}

.hcard3 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard3:hover {
  background-color: #186265;
}

.box3 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard3:hover .icon3 {
  background-color: #186265;

}

.hcard3:hover .icon3 i {
  color: #E9CB52;
}

.icon3 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;
}

.icon3 i {
  font-size: 35px;
  color: #38787B;
}

.box3 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.box3 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}

.hcard4 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard4:hover {
  background-color: #186265;
}

.box4 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard4:hover .icon4 {
  background-color: #186265;
}

.hcard4:hover .icon4 i {
  color: #E9CB52;
}

.icon4 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;
}

.icon4 i {
  font-size: 35px;
  color: #38787B;
}

.box4 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.box4 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}

.hcard5 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard5:hover {
  background-color: #186265;
}

.box5 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard5:hover .icon5 {
  background-color: #186265;
}

.hcard5:hover .icon5 i {
  color: #E9CB52;
}

.icon5 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;
}

.icon5 i {
  font-size: 35px;
  color: #38787B;
}

.box5 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;

}

.box5 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}

.hcard6 {
  height: 145px;
  width: 290px;
  margin-bottom: 90px;
  background-color: #F6F9F7;
}

.hcard6:hover {
  background-color: #186265;
}

.box6 {
  height: 150px;
  width: 300px;
  background-color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-left: 3px solid goldenrod;
  position: relative;
}

.hcard6:hover .icon6 {
  background-color: #186265;

}

.hcard6:hover .icon6 i {
  color: #E9CB52;
}

.icon6 {
  height: 50px;
  width: 60px;
  background-color: #F6F9F7;
  padding-left: 11px;
  position: absolute;
  left: -5px;

}

.icon6 i {
  font-size: 35px;
  color: #38787B;
}

.box6 h4 {
  font-size: 24px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  padding-left: 50px;
  color: #38787B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.box6 p {
  font-size: 14px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: sans-serif;
}



/*feature section */

.crm-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px dashed #13fcd1;
  position: relative;
  margin: 10px auto;
  margin-bottom: 10px;

}

.dot {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #13fcd1;
  border-radius: 50%;
  top: -6px;
  left: 50%;
  animation: revolve 4s linear infinite;
  -webkit-animation: revolve 3s linear infinite;
  transform-origin: 0px 40px;
  /* center of circle */
  -webkit-transform-origin: 0px 62px;
}

@keyframes revolve {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes revolve {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.crm-sm-ci {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #dbf7ff;
  border: grey;
  margin: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fear-im {
  width: 55%;

}

.crm-con {
  text-align: center;
}

.crm-circle {
  justify-content: center;
}

.crm-feat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.crm-fe-p {
  /* font-weight: 600; */
  font-size: 20px;
  border-top: 0.8px dashed #13fcd16d;
  margin-top: 4px;
  color: #13fcd16d;

}

.crm-f-p {
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 0px 10px;
}

.crm-f-h {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a8fafa;

}

/*feature section ends */

/*our service section starts */

.new-bb {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #020789;
  height: auto;

}

.shape-new {
  content: "";
  position: relative;
  top: -16%;
  left: 128%;
  transform: translate(-30%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

}

.cir-5 {
  width: 100px;
  height: 100px;
}

.mob-io {
  text-align: center;
}

.box-imgg {
  width: 50%;
}

.new-ims {
  height: 100%;
}

.ulis {
  padding: 5px;
  margin-bottom: 0px;
  font-style: normal;
  list-style: none !important;
}

.ico-l {
  font-size: 14px;
  list-style: none;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  color: #4a4a4b;
  gap: 10px;
  padding-bottom: 5px;
}

.ico-l i {
  padding-right: 5px;
}

.indut-1 {
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px;

}

/*heading section  starts*/
.crm-head {
  text-align: center;
  position: relative;
}

.headcm {
  font-size: 60px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-transform: uppercase;
  font-family: 'inter', sans-serif;
  position: absolute;
  top: -26px;
  /* adjust upward */
  opacity: 0.1;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;

}

.headcr {
  font-size: 20px;
  font-weight: 510;
  text-transform: uppercase;
  color: rgb(30, 21, 210);
}

.headp {
  font-size: 40px;
  font-weight: 650;
  color: rgb(35, 35, 35);
  margin-bottom: 5px;
}

.headpi {
  font-size: 16px;
  color: rgb(78, 78, 79);
}

/*services new section css*/
.product {
  width: 350px;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 20px auto;
  text-align: center;
}

.product h2 {
  margin: 0 0 20px;
  background-color: #009688;
  color: white;
  padding: 15px;
  width: calc(100% + 100px);
  position: relative;
  left: -50px;
}

.product h2::before,
.product h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  border-width: 15px;
  border-style: solid;
}

.product h2::before {
  left: 0;
  border-color: #02766b #02766b transparent transparent;
}

.product h2::after {
  right: 0;
  border-color: #02766b transparent transparent #02766b;
}

.product p {
  line-height: 1.6;
}

/*swiper functionality section css*/

.swiper {
  width: 100%;
  padding: 40px 0;
}

.swiper-slide {
  border-radius: 12px;
  text-align: center;
  font-size: 1.2rem;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  /*height: 200px;*/
  border: 1px solid rgb(215, 214, 214);
  padding: 12px;
}

.slid-h {
  font-size: 18px;
  text-transform: uppercase;
  color: rgb(15, 5, 111);
  font-family: 'Helvetica', sans-serif;
  font-weight: 560;
}

.swiper-slide {
  overflow: visible !important;
}

.slid-p {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  color: rgb(49, 47, 69);
  text-align: center;
}

.slid-im {
  border-radius: 5px;
  width: 80%;
}

@media(max-width:768px) {
  .slid-im {
    border-radius: 5px;
    width: 60%;
  }

  .swiper,
  .mySwiper {
    height: 100%;
  }

  .swiper-slide {
    height: auto;
  }

  .slid-crm {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px;
  }

  .slid-btn {
    margin-top: auto;
    /* 👈 ab kaam karega */
    align-self: center;
  }

  .slid-crm {
    position: relative;
  }

  .slid-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .slid-crm {
    padding-bottom: 70px;
  }
}

/* testing section */



/* testing section */

.swiper-slide:hover {
  z-index: 2;
}

.sppa {
  font-size: 25px;
}

.slid-im:hover::after {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.slid-crm {
  background-color: #fff;
}

.slid-btn {
  padding: 8px 20px;
  color: white;
  background-color: var(--secondary-color);
  font-size: 14px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;

}

/* ------ about us section --------------------------------------- */
.inn-box {
  background: linear-gradient(90deg, #fff, #f4d1d1) border-box;
}

.inn-box-1 {
  background: linear-gradient(90deg, #fbfbfb, #cffdf5) border-box;
}

.inn-box-2 {
  background: linear-gradient(90deg, #fbfbfb, #d7e3ef) border-box;
}

.inn-box-3 {
  background: linear-gradient(90deg, #fbfbfb, #03703347) border-box;
}

.inn-box-4 {
  background: linear-gradient(90deg, #fbfbfb, #9453335c) border-box;
}

.inn-box-5 {
  background: linear-gradient(90deg, #fbfbfb, #949ba157) border-box;
}

.inn-box-6 {
  background: linear-gradient(90deg, #fbfbfb, #d7e3ef) border-box;
}

.inn-box-7 {
  background: linear-gradient(90deg, #fbfbfb, #a7b16185) border-box;
}

.ind-rr {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid rgba(170, 170, 172, 0.41);
  overflow: hidden;
}

.inn-boxs {
  background: linear-gradient(90deg, #fff, #fff, #5d5c6e1f) border-box;
  box-shadow: 6px 4px 7px #dededeba;
  border-radius: 4px;

}

.ios-sec {
  position: relative;
  top: 89px;
}

.ios-secc {
  position: relative;
  top: 2px;
}

.eduzz-head {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #072667;
  background: #d9eef7;
  padding: 9px;
  border-radius: 5px;
  width: fit-content;

}

.eduzz-inn {
  font-size: 22px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: 'Verdana', sans-serif;
  line-height: 1.2;
}

.eduzz-inp {
  font-weight: 900;

}

.eduzz-p {
  text-align: justify;
  font-size: 15px;
}

.shape {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: rgba(193, 200, 229, 0.3);
  width: 100%;
  height: 100%;
  /* aspect-ratio: 1 / 1; */
  z-index: 1;
}

.new-b {
  position: relative;
}

.box-im {
  width: 65%;
}

.tett {
  padding: 19px;
}

.about-io {
  color: white;
  height: 20px;
  width: 20px;
  z-index: 100;
}

.he-1 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.par-b {
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.shape-2 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 60px;
  height: 60px;
  background: #021336;
  border-radius: 50%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

}

/* ------ deepak sect starts  --------------------------------------- */
.gapps {
  margin-top: 50px;
}

/* first section project */
.main-text {
  font-weight: 900;
  color: #06c19e;
  font-size: 25px;
}
.header-boxs {
  position: relative;
  /* not absolute */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -40px;
}
.header-box {
  position: relative;
  /* not absolute */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 27px;
}

.boxx{
  margin-top: 0;
}
.header-box-eduzent
{
   position: relative;
  /* not absolute */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -50px;
}
.dark-text {
  text-align: center;
  white-space: normal;
  line-height: 1.3;
}

@media (max-width: 990px) {
  .header-box {
    padding-top: 20px;
  }

  .serve {
    padding-top: 0px;
  }

  .develop {
    padding-top: 0px;
  }

}

@media(min-width:768px) and (max-width:1400px) {
  .develop {
    position: relative;
    margin-top: 130px;
  }
}

@media(min-width:580px) and (max-width:767px) {
  .develop {
    position: relative;
    margin-top: 60px;
  }
}

/* @media(min-width:300px) and (max-width:990px){
  .develop{
    padding-top:0px;
  }
} */

@media (max-width: 990px) {
  .header-box-eduzent {
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 580px) {
  .serve {
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {

  .serve {
    /* padding-top: 0px; */
    margin-top: 70px;
    position: relative;
    /* top:20px; */
  }
}


@media (min-width:1400px) {

  .serve {
    /* padding-top: 0px; */
    margin-top: 115px;
    position: relative;
    /* top:20px; */
  }
}

@media (max-width: 980px) {
  .light-text {
    margin-top: 8px;
  }
}

@media (max-width: 500px) {
  .header-box {
    font-size: small;
    /* padding-bottom: 10px; */
  }
  .header-boxs {
  position: relative;
  /* not absolute */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
}

@media (max-width: 424px) {
  .header-box {
    font-size: 11px;
    /* padding-bottom: 10px; */
  }
}

.ro-arro {
  margin-right: -6px;
  font-weight: bold;
  color: #0E4A5C;
}

.dark-text {
  padding-left: 12px;
  padding-right: 5px;
  font-weight: bold;
  background: linear-gradient(180deg, #015c4b 0%, #06c19e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'public-sans', sans-serif;
}

.light-text {
  font-size: 32px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
  background: linear-gradient(180deg, rgba(3, 21, 56, 1) 0%, rgba(29, 81, 198, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  justify-content: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.mini-msg {
  color: #bff7f7 !important;
  margin-bottom: 5px;
}

.debox {
  width: 27%;
}

.my-card {
  background: var(--primary-color);
  padding: 50px 20px 80px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
  position: relative;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

}

.goods-card {
  justify-content: center;
  margin-top: 28px;
  display: flex;

}
.good-cards {
  justify-content: center;
  padding-top: 65px;
 margin-top: 80px;

}
@media (min-width: 577px) and (max-width: 768px) {
  
  .good-cards{
    padding-top: 0px;
  }

}

@media (max-width:576px){
  .good-cards{
    margin-top: 0px;
    padding-top: 0px;
  }
}

.first-img {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  top: 177px;
  background: #fff;
  height: 130px;
  width: 130px;
}

.sec-img {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 177px;
  background: #fff;
  height: 130px;
  width: 130px;
}

.third-img {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 177px;
  background: #fff;
  height: 130px;
  width: 130px;
}

.doc-img {
  object-fit: cover;
  width: 120px;
}

.club-one {
  border: 2px solid #c4ede9;
  height: 200px;
  width: 195px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 67px;
  top: 55%;
}

.club-two {
  border: 2px solid #c4ede9;
  height: 200px;
  width: 195px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 21%;
  top: 55%;
}

.club-three {
  border: 2px solid #c4ede9;
  height: 200px;
  width: 195px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 22%;
  top: 55%;
}

.num-one {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background-color: black;
  height: 25px;
  width: 55px;
  position: absolute;
  z-index: 2;
  top: 94%;
  left: 8%;
}

.num-two {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background-color: black;
  height: 25px;
  width: 70px;
  position: absolute;
  z-index: 2;
  top: 94%;
  left: 5%;
}

.num-three {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background-color: black;
  height: 25px;
  width: 65px;
  position: absolute;
  z-index: 2;
  top: 94%;
  left: 7%;
}

.cir-bc {
  background: rgba(5, 9, 43, 0.85);
  width: 100%;
}

.full-wid {
  background-image: url(..//img/footer-background.png);
  background-size: contain;

}

.city-one {
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
  padding: 7px;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  background-color: #3cc3b7;
  position: absolute;
  z-index: 1;
  bottom: -14%;
  left: 35%;

}

.newc {
  position: relative;
  top: 59px;
}



.city-two {
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  align-content: center;
  color: var(--primary-color);
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  background-color: #3cc3b7;
  position: absolute;
  z-index: 1;
  bottom: -14%;
  left: 38%;
}

.city-three {
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  align-content: center;
  color: var(--primary-color);
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  background-color: #3cc3b7;
  position: absolute;
  z-index: 1;
  bottom: -14%;
  left: 38%;
}

.main-line {
  padding-left: 25%;
  margin-top: 68px;
  display: flex;
}

.line {
  border: none;
  height: 2px;
  background: #f5e7d8;
  width: 66%;
  margin-top: 3px;
}

.dot-point {
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 50%;
}

/* =======================start second section project====================== */
.service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;

}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.icon-badge {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 145px;
  left: 230px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-badge:hover {
  background-color: #d62828;
}

.icon-badge:hover .tree {
  background-color: #d62828;
}

.icon-badge:hover .ship-ic {
  color: white;
}

.content-box {
  padding: 14px 20px 5px;
}

.content-box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content-box p {
  font-size: 14px;
  color: #6c757d;
  min-height: 40px;
}

.tree {
  clip-path: polygon(0 0, 1% 100%, 61% 0);
  background-color: #dddada;
  height: 24px;
  width: 32px;
  position: absolute;
  z-index: 2;
  left: 99%;
  top: 57%;
}

.read-btn {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  padding: 10px 0;
}

.read-btn .arrow {
  margin-left: 8px;
  transition: 0.3s;
}

.bottom-box {
  display: flex;
  justify-content: space-between;
  background: #ececeb;
  padding: 5px;
}

.bottom-box:hover {
  background-color: #d62828;
}

.arr-btn {
  font-weight: bold;
  padding: 10px;
}

.read-btn:hover {
  color: black;
}

.read-btn:hover .arrow {
  transform: translateX(4px);
  color: #e63946;
}

.bg-red {
  background: #e63946;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

.bg-red:hover {
  background: #d62828;
}

.white {
  color: #fff !important;
}

.ship-ic {
  font-size: 30px;
  color: #d62828;
}

/* ------ deepak sect end --------------------------------------- */
/* ------ responsivness --------------------------------------- */
@media(max-width:1400px) {
  .headcm {
    font-size: 33px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px black;
    text-transform: uppercase;
    font-family: 'inter', sans-serif;
    position: absolute;
    opacity: 0.1;
    white-space: nowrap;
    top: 16px
  }

  .text-center {
    position: relative;
    top: 40px;
  }

  .full-wid {
    position: relative;
    top: 70px;
  }

  .ico-l {
    font-size: 11px;
  }

  .headcr {
    font-size: 15px;
    top: 28px;
    position: relative;
  }

  .headp {
    font-size: 25px;
    position: relative;
    top: 24px;
  }

  .headpi {
    font-size: 16px;
    position: relative;
    top: 24px;
  }

  .club-one {
    left: 16%;

  }

  .num-one {
    left: 3%;
  }

  .club-two {
    left: 16%;
  }

  .club-three {
    left: 18%;
  }

  .num-two {
    left: 2%;
  }

  .num-three {
    left: 4%;
  }

  .line {
    width: 60%;
  }

  .main-line {
    padding-left: 28%;
  }

  .icon-badge {
    left: 188px;
  }
}

@media(max-width:1200px) {
  .break-h {
    font-size: 25px;
    text-align: left;
  }

  .icon-badge {
    left: 144px;
  }

  .ico-l {
    font-size: 11px;
  }

  .debox {
    width: 31%;
  }

  .club-one {
    left: 14%;
  }

  .club-two {
    left: 15%;
  }

  .club-three {
    left: 17%;
  }

  .num-one {
    left: 3%;
    font-size: 14px;
    height: 23px;
    width: 48px;
  }

  .num-two {
    left: 1%;
    font-size: 13px;
    height: 23px;
    width: 65px;
  }

  .num-three {
    left: 5%;
    font-size: 14px;
    height: 23px;
    width: 48px;
  }

  .line {
    width: 67%;
  }

  .main-line {
    padding-left: 24%;
  }
}

@media(min-width:1025px)and(max-width:1200px) {
  .footer-form {
    width: 600px;
    height: 680px;
  }
}

@media(min-width:901px)and (max-width: 1024px){
  .footer-form {
    width: 500px;
    height: 550px;
  }

  .footer-section-1-item {
    width: 380px;


  }
}


@media(max-width:991px) {
.full-wid{
  position: relative;
  top: -75px;
}
.dot{
  -webkit-transform-origin: 0px 51px;
}
  .about-pho {
    text-align: center;
  }
  .ios-sec {
  position: relative;
  top: 20px;
			}
			.text-center {
    top: -90px;
			}

  .crm-circle {
    width: 90px;
    height: 90px;
  }

  .crm-sm-ci {
    width: 60px;
    height: 60px;
  }

  .abbt-imm {
    width: 80%;
  }
  .develop {
    margin-top: 0;
  }

  .newc {
  position: relative;
  top: -7px;
  }
  .hcard1 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;

  }

  .box1 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon1 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon1 i {
    font-size: 28px;
    color: #38787B;
  }

  .box1 h4 {

    font-size: 20px;
    padding-bottom: 0;
  }

  .box1 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .hcard2 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;

  }

  .box2 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon2 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon2 i {
    font-size: 28px;
    color: #38787B;
  }

  .box2 h4 {
    padding-left: 40px;
    font-size: 18px;
    padding-bottom: 0;
  }

  .box2 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .hcard3 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;
  }

  .box3 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon3 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon3 i {
    font-size: 28px;
    color: #38787B;
  }

  .box3 h4 {

    font-size: 20px;
    padding-bottom: 0;
  }

  .box3 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .hcard4 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;

  }

  .box4 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon4 {
    height: 40px;
    width: 45px;
    padding-left: 8px;

  }

  .icon4 i {
    font-size: 28px;
    color: #38787B;
  }

  .box4 h4 {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 0;
  }

  .box4 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .hcard5 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;

  }

  .box5 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon5 {
    height: 40px;
    width: 45px;
    padding-left: 8px;

  }

  .icon5 i {
    font-size: 28px;
    color: #38787B;
  }

  .box5 h4 {
    padding-left: 35px;
    font-size: 19px;
    padding-bottom: 0;
  }

  .box5 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .hcard6 {
    height: 135px;
    width: 210px;
    margin-bottom: 70px;

  }

  .box6 {
    height: 140px;
    width: 220px;
    right: 20px;
    bottom: 20px;
  }

  .icon6 {
    height: 40px;
    width: 45px;
    padding-left: 8px;

  }

  .icon6 i {
    font-size: 28px;
    color: #38787B;
  }

  .box6 h4 {
    padding-left: 38px;
    font-size: 18px;
    padding-bottom: 0;
  }

  .box6 p {
    font-size: 11px;
    padding-top: 10px;
  }

  .icon-badge {
    left: 81% !important;
    top: 150px;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }

  .tree {
    left: 99%;
    top: 55%;
    width: 28px;
    height: 24px;
  }

  .light-text {
    font-size: 27px;
  }

  .main-text {
    font-size: 20px;
  }

  .mini-msg {
    font-size: 14px;
  }

  .first-img,
  .sec-img,
  .third-img {
    height: 115px;
    width: 115px;
    top: 219px;
    left: 50%;
  }

  .club-one,
  .club-two,
  .club-three {
    height: 177px;
    width: 159px;
    left: 26px;
    top: 71%;
  }

  .club-two {
    height: 190px;
  }

  .club-one {
    height: 190px;
  }

  .my-card {
    padding: 26px 20px 80px;
  }

  .debox {
    width: 33%;
    /* padding: 5px; */
  }

  /* .newc {
  position: relative;
  top: 90px;
  } */
  .city-one,
  .city-two,
  .city-three {
    height: 37px;
    width: 37px;
    font-size: 16px;
  }

  .num-one {
    left: 2%;
    font-size: 11px;
    height: 16px;
    width: 36px;

  }

  .num-two {
    left: 2%;
    font-size: 9px;
    height: 16px;
    width: 38px;
  }

  .num-three {
    left: 2%;
    font-size: 10px;
    height: 16px;
    width: 34px;
  }

}


@media(min-width:579px) and (max-width:767px) {
  .newc1 {
    position: relative;
    top: 80px;
    padding-top: 0px;
  }

  .club-one,
  .club-two,
  .club-three {
    height: 160px;
    width: 150px;
    left: 50%;
    top: 67%;
    transform: translateX(-50%);
  }

  .club-three {
    height: 160px;
    width: 150px;
    left: 50%;
    top: 63%;
    transform: translateX(-50%);
  }
}


@media(min-width:768px) and (max-width:1400px) {
  .newc1 {
    position: relative;
    top: 20px;
  }
}



@media(min-width:990px) and (max-width:1400px) {
  .process-section {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width:900px) {

  .indut-1 {
    padding: 0;
    padding-top: 20px;
    font-size: 17px;
  }

  .footer-section-1-item {
    width: 300px;
    font-size: 12px;

  }

  .footer-section-1-item h5 {
    font-size: 18px;
  }

  .footer-form form input {
    width: 100%;
  }




  .footer-form form textarea {
    width: 100%;
  }

  .footer-section-logo {
    width: 300px;
  }

  .break-h {
    font-size: 23px;
    text-align: left;
  }
}

@media (max-width:767x) {

  .hcard1 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .break-h {
    font-size: 22px;
    text-align: left;
  }

  .box1 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon1 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon1 i {
    font-size: 28px;
    color: #38787B;
  }

  .box1 h4 {

    font-size: 18px;
    padding-bottom: 0;
  }

  .box1 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .hcard2 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .box2 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon2 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon2 i {
    font-size: 28px;
    color: #38787B;
  }

  .box2 h4 {

    font-size: 17px;
    padding-bottom: 0;
  }

  .box2 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .hcard3 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .box3 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon3 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon3 i {
    font-size: 28px;
    color: #38787B;
  }

  .box3 h4 {

    font-size: 18px;
    padding-bottom: 0;
  }

  .box3 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .hcard4 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .box4 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon4 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon4 i {
    font-size: 28px;
    color: #38787B;
  }

  .box4 h4 {

    font-size: 17px;
    padding-left: 35px;
    padding-bottom: 0;
  }

  .box4 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .hcard5 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .box5 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon5 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon5 i {
    font-size: 28px;
    color: #38787B;
  }

  .box5 h4 {
    padding-left: 38px;
    font-size: 17px;
    padding-bottom: 0;
  }

  .box5 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .hcard6 {
    height: 120px;
    width: 200px;
    margin-bottom: 60px;
  }

  .box6 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon6 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon6 i {
    font-size: 28px;
    color: #38787B;
  }

  .box6 h4 {
    padding-left: 38px;
    font-size: 16px;
    padding-bottom: 0;
  }

  .box6 p {
    font-size: 10px;
    padding-top: 5px;
  }

  .crm-f-h {
    font-size: 15px;
  }

  .crm-f-p {
    font-size: 13px;
  }

  .crm-fe-p {
    font-size: 16px;
  }

  .icon-badge {
    left: 82% !important;
  }

  .debox {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 25%;
  }

  .first-img,
  .sec-img,
  .third-img {
    height: 130px;
    width: 130px;
    top: 132px;
    left: 50%;
  }

  .club-one,
  .club-two,
  .club-three {
    height: 177px;
    width: 177px;
    left: 172px;
    top: 59%;
  }

  .num-one {
    left: 27%;
    font-size: 15px;
    height: 24px;
    width: 45px;
  }

  .num-two {
    left: 24%;
    font-size: 13px;
    height: 24px;
    width: 57px;
  }

  .num-three {
    left: 27%;
    font-size: 13px;
    height: 23px;
    width: 45px;
  }

  .main-line {
    display: none;
  }
}

@media (min-width:420px) and (max-width: 767px) {
  .footer-section-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }

  .break-h {
    font-size: 20px;
    text-align: left;
  }

  .mehead {
    font-size: 21px;
  }

  .crm-f-p {
    font-size: 14px;
  }

  .back-pp {
    font-size: 15px;
  }

  .crm-f-h {
    font-size: 17px;
  }

  .indut-1 {
    padding: 0;
    padding-top: 20px;
    font-size: 15px;
  }

  .footer-section-1 .footer-seection-1-items {
    width: 100%;
  }



  .footer-section-1-item {
    width: 75%;


  }

  .footer-section-logo {
    width: 100%;
  }

  .footer-section-1-item h5 {
    font-size: 18px;
  }

  .footer-form form input {
    width: 100%;

  }


  .footer-form {
    margin-top: 40px;
    width: 100%;
  }

  .footer-form form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-form form textarea {
    width: 100%;

  }


  .footer-section-2 {
    padding: 0 3rem;
  }

  .footer-logo-container {
    width: 100%;
    padding: 0 3.2rem;
  }

}

@media (max-width:578px) {
  .pfull {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .col-6-450{
    max-width:400px ;
  }
  .ios-sec {
    /*top: -110px;*/
  }
  .cir-1 {
      height: 150px;
      width: 150px;

    }
  .circular-2 {
 
  right: -51px;
  bottom: 1px;
  }
    
    .my-ci {

  right: -117px;
  bottom: -120px;
  width: 17px;
  height: 17px;
    }

    .circular-1 {
      height: 120px;
      width: 120px;
    }

    .circular{
      height: 120px;
      width: 120px;
    }

  .hcard1 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box1 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .icon1 {
    height: 40px;
    width: 45px;
    padding-left: 8px;
  }

  .icon1 i {
    font-size: 28px;
    color: #38787B;
  }

  .box1 h4 {

    font-size: 16px;
    padding-bottom: 0;
  }

  .box1 p {
    font-size: 10px;
    padding-top: 0px;

  }

  .hcard2 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box2 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .hcard3 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box3 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .hcard4 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box4 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .hcard5 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box5 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .hcard6 {
    height: 120px;
    width: 200px;
    margin-bottom: 40px;
  }

  .box6 {
    height: 120px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }

  .headcm {
    font-size: 25px;

  }

  .headcr {
    font-size: 12px;
    top: 26px;
  }

  .headp {
    font-size: 22px;
  }

  .headpi {
    font-size: 13px;
  }

  .crm-f-h {
    font-size: 14px;
  }

  .crm-f-p {
    font-size: 12px;
  }

  .crm-fe-p {
    font-size: 11px;
  }

  .icon-badge {
    left: 92% !important;
    top: 150px;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }

  .tree {
    left: 99%;
    top: 55%;
    width: 28px;
    height: 24px;
  }

  .club-one,
  .club-two,
  .club-three {
    left: 163px;
    top: 61%;
  }

  .debox {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 120px;
    padding: 0px 20px;
  }

  .first-img,
  .sec-img,
  .third-img {
    height: 120px;
    width: 120px;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
  }

  .club-one,
  .club-two,
  .club-three {
    height: 160px;
    width: 160px;
    left: 50%;
    top: 62%;
    transform: translateX(-50%);
  }

  .city-one,
  .city-two,
  .city-three {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
  }

  .num-one,
  .num-two,
  .num-three {
    left: 50%;
    transform: translateX(-50%);
    top: 115%;
    font-size: 12px;
  }





  @media (max-width:500px) {
    .back-hee {
      font-size: 29px;
    }

    .back-p {
      font-size: 17px;
    }

    .par-b {
      font-size: 11px;
    }

    .he-1 {
      font-size: 13px;
    }

    .back-pp {
      font-size: 14px;
    }

    .back-heead {
      font-size: 23px;
      text-align: left;

    }

    .back-1 {
      padding-left: 14px;

    }

    .back-pp {
      text-align: left;
    }

    .back-new {
      background: linear-gradient(90deg, rgba(5, 32, 43, 0.95) 0%, rgba(5, 32, 43, 0.92) 41%, rgba(255, 255, 255, 0.5) 100%);
      align-items: center;
    }

    .circular-1 {
      height: 90px;
      width: 90px;
    }
      
    .indut-1 {
      padding: 0;
      padding-top: 15px;
      font-size: 13px;
    }

    .light-text {
      font-size: 21px;
    }

    .pfull {
      width: 100%;
    }

    .hcard1 {
      height: 90px;
      width: 250px;
      margin-bottom: 14px;
    }

    .box1 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box1 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box1 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .hcard2 {
      height: 90px;
      width: 250px;
      margin-bottom: 14px;
    }

    .box2 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box2 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box2 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .hcard3 {
      height: 90px;
      width: 250px;
      margin-bottom: 14px;
    }

    .box3 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box3 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box3 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .hcard4 {
      height: 90px;
      width: 250px;
      margin-bottom: 14px;
    }

    .box4 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box4 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box4 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .hcard5 {
      height: 90px;
      width: 250px;
      margin-bottom: 14px;
    }

    .box5 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box5 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box5 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .hcard6 {
      height: 90px;
      width: 250px;
      margin-bottom: 15px;
    }

    .box6 {
      height: 90px;
      width: 250px;
      right: 10px;
      bottom: 10px;
    }

    .box6 h4 {
      font-size: 17px;
      padding-top: 10px;
      padding-bottom: 0px;

    }

    .box6 p {
      font-size: 10px;
      margin-left: 50px;
      padding-top: 0px;
    }

    .circular {
      height: 90px;
      width: 90px;
    }

    .cir-1 {
      height: 120px;
      width: 120px;
        margin: 0;

    }

    .circular-2 {
      
      right: -31px;
      bottom: -155px;
      top: 0;
    }


     .my-ci {
      right: -94px;
      bottom: -93px;
     }


    .cir-bel {
      font-size: 16px;
      margin-top: 25px;
    }

    .cir-para {
      font-size: 11px;
    }

    .icon-badge {
      left: 90% !important;
    }

    .mehead {
      font-size: 20px;
    }

  }

  

  @media (max-width:419px) {

    .footer-section-1 .footer-seection-1-items {
      width: 100%;
    }

    .back-heead {
      font-size: 21px;

    }

    .footer-section-1-item {
      width: 100%;
      font-size: 12px;
      gap: 25px;
      padding: 0 5px;
    }

    .footer-section-1-item .footer-section-1-icon {
      width: 20px;
    }


    .footer-section-1-item h5 {
      font-size: 18px;

    }


    .footer-section-1-item p {
      font-size: 12px;
    }

    .footer-section-logo {
      width: 100%;
    }




    .footer-form {
      margin-top: 40px;
      width: 100%;

    }

    .footer-form form {
      margin-top: 0;
      margin-left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .footer-form form .form-name-section {
      flex-direction: column;
    }

    .footer-form form .form-contact-section {
      flex-direction: column;
    }

    .footer-form form input {
      width: 100%;
      padding: 8px 25px;

    }

    .footer-form form textarea {
      width: 100%;

    }

    .footer-form span {
      position: absolute;
      background-color: var(--secondary-color);
      padding: 10px 40px;
      color: var(--white-color);
      border-radius: 7px;
      transform: skew(-20deg);
      top: -15px;
      font-weight: bold;
    }

    .he-1 {
      font-size: 12px;

    }

    .par-b {
      font-size: 11px;
    }

    .eduzz-head {
      font-size: 18px;

    }

    .eduzz-p {

      font-size: 12px;
    }

    .headcm {
      font-size: 19px;
      top: -7px;


    }

    .headcr {
      font-size: 10px;
    }

    .num-one,
    .num-two,
    .num-three {
      top: 107%;
    }
  }

  @media (max-width:390px) {
  

    .cir-bel {
      font-size: 15px;
    }

    .cir-para {
      font-size: 10px;
    }

    .cirr {
      padding-left: 5px;
    }

    .headp {
      font-size: 20px;
    }

    .headpi {
      font-size: 14px;
    }

    .crm-f-h {
      font-size: 14px;
    }

    .crm-f-p {
      font-size: 12px;
    }

    .crm-fe-p {
      font-size: 15px;
    }

    .icon-badge {
      left: 88% !important;
    }
  }

  @media (max-width:386px) {
    .circular-1 {
      height: 90px;
      width: 90px;
    }

    .back-heead {
      font-size: 21px;
      padding-top: 10px;

    }
  }
}
@media (max-width: 499px) {
  .ios-sec {
    top: 0px;
  }
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -320px;
  transform: translateY(-50%);
  width: 320px;
  background: #0d033e;
  color: #fff;
  z-index: 9999;
  transition: 0.4s ease;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact .toggle {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%) rotate(-90deg);
  background: rgb(24, 162, 162);
  color: #fff;
  padding: 8px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}


.mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.mobile-header h2 {
  margin: 0;
  font-size: 20px;
}

.mobile-close {
  font-size: 28px;
  cursor: pointer;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eaeaf81a;
}

.sidebar-contact textarea {
  height: 80px;
  resize: none;
}

.contact-btn-container {
  width: 100%;
  padding: 10px;
  background: rgb(24, 162, 162)
;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
}

.contact-btn-container:hover{
background: maroon
}

@media (max-width: 768px) {
  .sidebar-contact {
    width: 100%;
    right: -100%;
    top: 0;
    transform: none;
    height: 100vh;
    border-radius: 0;
  }

  .sidebar-contact.active .toggle {
    display: none;
  }

  .mobile-header {
    display: flex;
  }
}


.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 9999;
}

.floating-whatsapp a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  animation: whatsapp-pulse 1.5s infinite;
}

.whatsapp-text {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
  font-family: Arial, sans-serif;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .floating-whatsapp {
    bottom: 20px;
    right: 12px;
  }

  .whatsapp-icon {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .whatsapp-text {
    display: none;
  }
  .newc {
  position: relative;
  top: -4px;
}
}
@media (max-width: 767px) {
.full-wid {
    position: relative;
    top: -64px;
}
}
@media (max-width: 576px) {

.newc {
  top: -4px;
}
.newc1 {
    top: 10px;
}

}