
body{
  margin: 0px;
  padding: 0px;
}

.topbanner img{
    width: 100% !important;
    height: auto;
    margin: 0px;
}


/* ----------------------------------------------------Gallery Starts -------------------------------------------*/

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.gallery a {
  color: #ffd200;
  height: 64px;
  width: 250px;
  font-weight: 800;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 21px;
  animation: idleBtn 5s ease-in-out infinite;
}

.gallery a:hover{
  color: white;
}
@keyframes idleBtn {
  0%, 10% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(black, 1);
  }
  45% {
    box-shadow: 0 0 0 16px rgba(black, 0);
  }
  45%, 50% {
    transform: scale(1.1);
  }
}
/* ----------------------------------------------------Gallery Ends ------------------------------------------------*/


   /*  =================  logo Spin  ================= */
   .cube-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: spinCube 12s ease-in-out infinite;
    -o-animation: spinCube 12s ease-in-out infinite;
    animation: spinCube 12s ease-in-out infinite;
    margin-top: 140px;
    margin-left: 45px;
   
  }

  .cube-spinner .face {
    position: absolute;
    width: 220px;
    height: 220px;

    background: url("../images/ldr.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
  }

  .cube-spinner .face1 {
    -webkit-transform: translateZ(111px);
  }

  .cube-spinner .face2 {
    -webkit-transform: rotateY(90deg) translateZ(111px);
  }

  .cube-spinner .face3 {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(111px);
  }

  .cube-spinner .face4 {
    -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(111px);
  }

  .cube-spinner .face5 {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(111px);
  }

  .cube-spinner .face6 {
    -webkit-transform: rotateX(-90deg) translateZ(111px);

  }

  @-webkit-keyframes spinCube {
    from {
      -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    16% {
      -webkit-transform: rotateY(-90deg);
    }

    38% {
      -webkit-transform: rotateY(-90deg) rotateZ(90deg);
    }

    56% {
      -webkit-transform: rotateY(-180deg) rotateZ(90deg);
    }

    69% {
      -webkit-transform: rotateY(-270deg) rotateX(90deg);
    }

    89% {
      -webkit-transform: rotateX(90deg);
    }
  }

  @keyframes spincube {

    from,
    to {
      -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    16% {
      -moz-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }

    38% {
      -moz-transform: rotateY(-90deg) rotateZ(90deg);
      -ms-transform: rotateY(-90deg) rotateZ(90deg);
      transform: rotateY(90deg) rotateZ(90deg);
    }

    56% {
      -moz-transform: rotateY(-180deg) rotateZ(90deg);
      -ms-transform: rotateY(-180deg) rotateZ(90deg);
      transform: rotateY(-180deg) rotateZ(90deg);
    }

    69% {
      -moz-transform: rotateY(-270deg) rotateX(90deg);
      -ms-transform: rotateY(-270deg) rotateX(90deg);
      transform: rotateY(-270deg) rotateX(90deg);
    }

    83% {
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }


  @media (max-width: 599px) {

    .cube-spinner .face {
      width: 90px;
      height: 90px;
    }

    .cube-spinner {
      margin-top: 57px;
      margin-bottom: 57px;
    }

    .cube-spinner .face1 {
      -webkit-transform: translateZ(45px);
    }

    .cube-spinner .face2 {
      -webkit-transform: rotateY(90deg) translateZ(45px);
    }

    .cube-spinner .face3 {
      -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(45px);
    }

    .cube-spinner .face4 {
      -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(45px);
    }

    .cube-spinner .face5 {
      -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(45px);
    }

    .cube-spinner .face6 {
      -webkit-transform: rotateX(-90deg) translateZ(45px);
    }
  }

  @media only screen and (max-width: 768px) and (min-width: 600px) {

    .cube-spinner .face {
      width: 141px;
      height: 141px;
    }

    .cube-spinner {
      margin-top: 137px;
      margin-bottom: 137px;
      margin-left: 30px;
    }

    .cube-spinner .face1 {
      -webkit-transform: translateZ(70px);
    }

    .cube-spinner .face2 {
      -webkit-transform: rotateY(90deg) translateZ(70px);
    }

    .cube-spinner .face3 {
      -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(70px);
    }

    .cube-spinner .face4 {
      -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(70px);
    }

    .cube-spinner .face5 {
      -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(70px);
    }

    .cube-spinner .face6 {
      -webkit-transform: rotateX(-90deg) translateZ(70px);

    }
  }

  /*  =================  landing lists  ================= */

  .landing {
    /* background-image: linear-gradient(to top, #e9eef3 0%, white 100%); */
    padding: 35px;
    border-radius: 25px;
  }

  .list-with-icons {

    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-with-icons li,
  .list-with-icons-service {
    list-style-type: none;
    width: 100%;
    height: 12.6vh;
    padding: 15px 28px 15px 53px;
    margin: 17px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
    border-right: 3px solid red;
    border-bottom: 3px solid red;
    border-top: 3px solid red;
    border-radius: 13px;
    /* box-shadow: rgba(13, 14, 13, 0.19) 0px 10px 20px, rgba(22, 22, 22, 0.23) 0px 6px 6px; */
    position: relative;

  }

  @media (max-width: 640px) {
    .col-xs-4 {
      width: 100%;
    }

    .list-with-icons {
      justify-content: center;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .list-with-icons li a h5 {
      text-align: center;
    }
  }

  @media only screen and (max-width: 1054px) and (min-width: 601px) {

    .list-with-icons li,
    .list-with-icons-service {
      height: 18.8vh;
      width: 100%;
    }
  }

  .list-with-icons-service {
    padding-left: 25px;
    margin-left: 45px
  }

  .list-with-icons li:before {
    content: "";
    width: 75px;
    height: 75px;
    margin-top: -37px;
    border-radius: 100%;
    /* background-color: #ffffff; */
    background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
    /* background-image: radial-gradient(circle, #71fc46, #8dfe81, #acffaf, #cffdd6, #f5f9f6); */
    border: 3px dashed #ff0000;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-box-shadow: -1px 2px 16px 0px rgba(161, 237, 154, 0.99);
    -moz-box-shadow: -1px 2px 16px 0px rgba(159, 247, 151, 0.99);
    box-shadow: -1px 2px 16px 0px rgba(161, 237, 154, 0.99);
  }

  /*  =================  landing title h1,h5================= */

  .landing_title {
    display: block;
   margin-top: 20px;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family:candy balloon; */
    font-family: 'Secular One', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.3;
    text-shadow: 2px 1px #3a39393b;
    color: rgb(28, 16, 85);
    /* color: rgb(14, 75, 146); */
     /* -webkit-text-fill-color: transparent; */
     /* background: #00CF30;
     background: linear-gradient(to right, #00CF30 34%, #FF0000 81%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; */
          
  }
@font-face {
  font-family: candy balloon ;
  src: url("../fonts/CandyBallonDemoRegular.html");
}
  .list-with-icons li a h5 {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.1;
    text-shadow: 2px 1px #3a39393b;
    color: rgb(17, 9, 54);
  }


  /*  =================  landing list contents  images   ================= */

  .landing-img1 li:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -2.5px;
  }

  .landing-img2 li:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -2.5px;
  }

  .landing-img1 li:nth-child(1):after {
    content: url("../images/homepage/rupee-2.png");
    border-radius: 50%;
    left: -4px;
    margin-top: -23px;

  }

  .landing-img1 li:nth-child(2):after {
    content: url("../images/homepage/reports1.png");
    border-radius: 50%;
    left: -4px;
    margin-top: -23px;
  }

  .landing-img1 li:nth-child(3):after {
    content: url("../images/homepage/service-india.png");
    border-radius: 50%;
    left: -4px;
    margin-top: -24px;
  }

  .landing-img2 li:nth-child(1):after {
    content: url("../images/homepage/quote-1.png");
    border-radius: 50%;
    left: -4px;
    margin-top: -23px;
  }

  .landing-img2 li:nth-child(2):after {
    content: url("../images/homepage/review.png");
    border-radius: 50%;
    left: -4px;
    margin-top: -25px;
  }

.landing-img2 li:nth-child(3):after {
  content: url("../images/homepage/faq.png");
  border-radius: 50%;
  left: -4px;
  margin-top: -25px;
}

  /*  ================= background for landing content ================= */

  .wedo-head {
    /* background: url("images/bg/bg-16.jpg") no-repeat center center ; */
    background-size: cover;
    background: #baeea4e1;
    /* background: url("images/homepage/landing.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 30px; */
  }

  .wedo-head.wedo-middle {
    background-image: linear-gradient(to right, rgb(253, 249, 249, .3), rgb(253, 249, 249, .3), rgb(253, 249, 249, .3));
  }

  .animate__backInDown {
    margin: 0 0.5rem;
    animation-duration: 3s;
  }

    /*  ================= landing content ends ================= */
    
/* sidebar */
@media screen and (max-width: 1024px) {
  .list-inline{
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (max-width: 470px) {
  .sibe-bar {
    display: none;
  }
}
.sibe-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sibe-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.sibe-bar a:hover {
  background-color: #000;
}

.whatsapp {
  background: #1bd741;
  color: white;
}

.phone {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.alert {
  text-align: center;
  padding: 10px;
  background: #79c879;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}

.login-popup .box .img-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/ldr.html');
  background-size: cover;
  background-position: center;
  animation: zoomInOut 7s linear infinite;
  z-index: -1;

}

/* 
  modal  */
.modal-header {
  background-color: #ff1a00;
}

.modal-body {
  background-color: #1bd741;
}

.modal-footer {
  background-color: #ff1a00;
}

#exampleModalLabel {

  text-shadow: 2px 2px #000;
  font-family: 'Secular One', sans-serif;
  font-size: 25px;
  color: #fff;
  text-shadow: 4px 4px solid black;
  font-style: inherit;

}

.modalbody_title {
  text-shadow: 2px 2px #000;
  font-family: 'Secular One', sans-serif;
  font-size: 23px;
  color: #f87c7c;

  font-style: inherit;
}

#footer_btn {

  width: 90px;
  background-color: #ffd200;
  color: black;
  font-size: 17px;
  font-family: 'Secular One', sans-serif;
  font-weight: 700;
  box-shadow: none;
  border-radius: 7px;
}


#modal_ul {
  font-family: 'Secular One', sans-serif;
  font-size: 20PX;
  color: rgb(250, 241, 241);
}


#modal-link {
  width: 190px;
  color: red;
  border-radius: 7px;
  font-family: 'Secular One', sans-serif;
  font-size: 17px;
}


.about {
  margin-top: 40px;
}

.modal-list li {
  list-style-type: none;

}

.modal-list button {
  background-color: #ffd200;
  border-radius: 25px;
  box-shadow: 2px 2px black;
  margin: 4px;
  padding: px;

}


.modal-footer button {
  background-color: #ffd200;
  width: 110px;
}

.modal-body ul li {
  list-style-type: none;
}

.modal-body a {
  color: #ffd200
}





/* ---------------------why--------------------- */


.why-col{
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .why-col{
    display: block;
    justify-content: center;
  }
}


.flip-card1 {
  width: 200px;
  height: 200px;
  background: transparent;
  perspective: 1000px;
  padding: 13px;
  border-radius: 28px;
}

.flip-card-inner1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}

.flip-card-front1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
}

.flip-card-front1 {
  background-color: #bbb;
  color: black;

}
.card_works1 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --surface-color: rgb(240, 245, 239);
  --curve: 44;
  /* background-color: rgb(250, 16, 16); */
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  transition-duration: 0.3s;
  transition-property: transform;
  height: 35vh;
  text-shadow: 0 1px 3px rgba(241, 234, 234, 0.6);
  background-size: cover !important;
  background: no-repeat;
  width: 100%;
  /* color: red; */
  position: relative;
  margin-bottom: 20px;
   border-radius: 28px;
  border: 2px solid red;
  /* border-radius: 25px; */

}
.card__image_works1 {
  width: 100%;
  height: 90%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 
}
.card__header_works1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 1em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
  height: 10vh;

}

.card__arc_works1 {
  width: 70px;
  height: 40vh;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 1;
}

.card__arc1 path {
  fill: var(--surface-color);
  /* d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); */
}

.card_works1:hover .card__header_works1 {
  transform: translateY(0);

}

.card__title_works1 {
  font-size: 18px;
  margin: 0 0 .3em;
  /* color: #ee1283; */
  color: rgb(14, 75, 146);
  /* text-shadow: 2px 2px white; */
  font-family: 'Secular One', sans-serif;
  font-weight: 600;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 0.7px);
  background-color: var(--surface-color);
  transform: translateY(100%);
  transition: .2s ease-in-out;
}
.card__arc {
  width: 100px;
  height: 100vh;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.card:hover .card__header {
  transform: translateY(0);

}
.card__title {
  font-size: 1.4em;
  margin: 0 0 .3em;
  /* color: #ee1283; */
  color: #000;
  text-shadow: 2px 2px white;
  font-family: 'Secular One', sans-serif;
  font-weight: 600;
}
.card__title:hover {
  text-shadow: 2px 2px rgb(29, 245, 9);
}

/* ------------------------------ */
/*--------------- multiple kind of ldr--------------------------- */

.kinds-of-survey {

  display: flex;
  justify-content: center;
  align-items: center;

}

.flip-card {
  width: 300px;
  height: 300px;
  background: transparent;
  perspective: 1000px;
  padding: 13px;
  border-radius: 28px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 28px;
}

.flip-card-front {
  background-color: #bbb;
  color: black;

}

.flip-card-back {
  /* background-color: #2980b9; */
  background-image: linear-gradient(135deg, #FEB692 10%, #EA5455 100%);
  color: white;
  transform: rotateY(180deg);
  border-radius: 28px;
}



.box-title h1 {
  font-size: 22px;
  margin-top: 22px;

  /* text-shadow: 2px 2px white; */
  font-family: 'Secular One', sans-serif;
  font-weight: 600;
  color: #130544;
  text-shadow: 1px 1px white;
}

.box-title h6 {
  font-size: 22px;
  margin-top: 20px;
  font-family: 'Secular One', sans-serif;
  font-weight: 600;
  color: #130544;
  text-shadow: 1px 1px white;
}

.box-text {
  /* text-align: justify; */
  text-justify: inter-word;
  font-size: 16px;
  text-indent: 20px;
  /* line-height: 30px; */
  margin: 13px 0;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
}

.box-btn a {
  color: crimson;
  font-size: 16px;
  text-decoration: none;
}

.button-85 {
  padding: 0.5em 1em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.card_works {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --surface-color: rgb(240, 245, 239);
  --curve: 44;
  /* background-color: rgb(250, 16, 16); */


  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  height: 35vh;
  text-shadow: 0 1px 3px rgba(241, 234, 234, 0.6);
  background-size: cover !important;
  background: no-repeat;
  width: 100%;
  /* color: red; */
  position: relative;
  margin-bottom: 20px;
   border-radius: 28px;
  border: 2px solid red;
  /* border-radius: 25px; */
}

.card__image_works {
  width: 100%;
  height: 90%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 
}

.card__overlay_works {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 0.9px);
  background-color: var(--surface-color);
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.card_works:hover .card__overlay {
  transform: translateY(0);
}

.card__header_works {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 1em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
  height: 10vh;

}

.card__arc_works {
  width: 70px;
  height: 40vh;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  /* d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); */
}

.card_works:hover .card__header_works {
  transform: translateY(0);

}



.card__title_works {
  font-size: 18px;
  margin: 0 0 .3em;
  /* color: #ee1283; */
  color: rgb(14, 75, 146);
  /* text-shadow: 2px 2px white; */
  font-family: 'Secular One', sans-serif;
  font-weight: 600;
}


#ourwork-title h1 {
margin-top: 15px;
  font-size: 38px;
  /* margin-bottom: 20px; */
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: #F00929;
  background: radial-gradient(ellipse farthest-corner at top center, #F00929 40%, #1DE017 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #F00929  ;
  /* -webkit-text-fill-color: transparent; */
  /* color: linear-gradient(to right, #46ecec 0%, #330867 100%) ; */
  /* background: linear-gradient(to right, #46ecec 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* color:  #3b077a; */
  text-shadow: 2px 3px #fffefa98;
}

/* --------------------------------------------- */
/* subscribe */

#subscribe-btn {
  width: 150px;
  background-color: #ffd200;
  color: #ff0000;
  font-size: 18px;
  font-family: 'Secular One', sans-serif;
  font-weight: 700;
}

#subscribe-btn:hover {
  color: green;
}

#submit-subscribe {
  width: 120px;
  background-color: #ffd200;
  color: black;
  font-size: 20px;
  font-family: 'Secular One', sans-serif;
  font-weight: 700;
  box-shadow: none;
  border-radius: 7px;
}

#modal-header {
  background-color: #ff1a00;

}

#modal-body {
  background-color: #1bd741;
}

#subscribe-label {
  color: #000;
  font-family: 'Secular One', sans-serif;
  font-size: 20px;
}

#modal-footer {
  background-color: #ff0000;
}

#subscribe-input {
  border-radius: 7px;
}

.close {
  color: black;
}

#sub-icon {
  text-shadow: 2px 2px rgb(10, 10, 10);
  color: #f7f2f2;
}

#exampleModalLabel1 {
  text-shadow: 2px 2px #000;
  font-family: 'Secular One', sans-serif;
  font-size: 25px;
  color: #fff;
  text-shadow: 4px 4px solid black;
  font-style: inherit;

}
/*--------------------- client-slide--------------------------- */

@media only screen and (max-width: 1072px) and (min-width: 300px) {

  .slide-track {


    height: 49vh;

  }

}

@media only screen and (max-width: 2000px) and (min-width: 1073px) {

  .slide-track {


    height: 36vh;

  }

}

.slide-track {
  display: inline-block;
  padding: 2vw;
  /* height: 36vh; */
  animation: move 20s linear infinite;
}


.client_title {
  font-size: 36px;
  /* margin-bottom: 20px; */
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: #F00929;
  background: radial-gradient(ellipse farthest-corner at top center, #F00929 40%, #1DE017 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}


.client_card {
  border: 2px #ff0000;
  background-color: white;
  text-align: center;
  justify-content: center;
  align-items: center;

}

.client_card-title {
  font-size: 17px;

  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: linear-gradient(to right, #46ecec 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-des {
  font-size: 16px;
  background: #267196;
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: radial-gradient(circle farthest-corner at top center, #267196 38%, #17CF29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}



#logos-home-page .slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#logos-home-page .slider:before,
#logos-home-page .slider:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 35vh;
  position: absolute;
  width: 100px;
  z-index: 2;
}

#logos-home-page .slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

#logos-home-page .slider:before {
  left: 0;
  top: 0;
}

#logos-home-page .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 24);
}

#logos-home-page div.slide {
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* --------------------contact----------------- */
 

    .contact-details {
  border-radius: 8px;
  background-color: #f59482;
 
  box-shadow: 4px 4px #fff;
  width: 100%;
  padding: 20px;
}

.social-menu ul {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.social-menu ul li {
  list-style: none;
  margin: 0 13px;
}

.social-menu ul li .fa {
  font-size: 30px;
  line-height: 60px;
  transition: .3s;
}

.social-menu ul li .fab:hover {
  color: #fff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f7f3e3;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
  /* margin-top: 20px; */
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: rgba(121, 248, 16, 0.829);
}

.social-menu ul li:nth-child(2) a:hover {
  background-color: #1d0ef0;
}

.social-menu ul li:nth-child(3) a:hover {
  background-color: #17ecda;
}

.contact-details-head {
  font-family: 'Secular One', sans-serif;
  background: radial-gradient(circle farthest-corner at top center, #267196 38%, #17CF29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .social-menu {
    width: 30%;
    margin-top: 0px;
    margin-right: 40px;
  }

  .contact-details {
    width: 70%;
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .social-menu {
    width: 100%;
    /* margin-top: 20px; */
  }

  .contact-details {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (min-width: 427px) {
  .contact-in {
    display: none;
  }
}
/* -------------------estimation slider---------------------- */

.estimation_slide-track {
  display: inline-block;
  animation: move 20s linear infinite;

}

.estimation_slide-track>* {
  padding: 2vw;
  display: inline-block;

}

.client_title {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: #F00929;
  background: radial-gradient(ellipse farthest-corner at top center, #F00929 40%, #1DE017 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.slide-track {

  height: 36vh;
}

.client_card {
  border: 2px #ff0000;
  background-color: white;
  /* text-align: center;
  justify-content: center;
  align-items: center; */

}

.client_card-title {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: linear-gradient(to right, #46ecec 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-des {
  font-size: 16px;
  background: #267196;
  font-weight: 600;
  font-family: 'Secular One', sans-serif;
  background: radial-gradient(circle farthest-corner at top center, #267196 38%, #17CF29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}


/*  Styling  */
#logos-home-page .slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#logos-home-page .slider:before,
#logos-home-page .slider:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 50vh;
  position: absolute;
  width: 100px;
  z-index: 2;
}

#logos-home-page .slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

#logos-home-page .slider:before {
  left: 0;
  top: 0;
}

#logos-home-page .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 24);
}

#logos-home-page div.slide {
  padding: 20 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* main-section */

.anime-img {
  animation-duration: 8s;
  animation-name: slidein;
  animation-iteration-count: infinite;

}

@keyframes slidein {
  0% {
    margin-left: 0%;
  }

  50% {
    margin-left: 200px;
  }

  100% {
    margin-left: 0%;
  }
}

.block {
  display: inline-block;
  vertical-align: middle;
}


.wedo-head {
  background: #ffffffe1;
  /* background: url("images/bg/bg-18.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  border-radius: 58px 58px 58px 58px;
  /* height: 160vh; */
  margin-top: 30px;
}

.wedo-head.wedo-middle {
  background-image: linear-gradient(to right, rgb(253, 249, 249, .3), rgb(253, 249, 249, .3), rgb(253, 249, 249, .3));
}
.main-page-content {
  margin: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 8px 96px 8px 98px;
  color: rgb(20, 12, 54);
  -webkit-box-shadow: inset 0px -1px 13px 2px rgba(67, 242, 44, 0.36);
  -moz-box-shadow: inset 0px -1px 13px 2px rgba(44, 242, 61, 0.36);
  box-shadow: inset 0px -1px 13px 2px rgba(140, 242, 44, 0.36);
  background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
  box-shadow: rgba(13, 14, 13, 0.19) 0px 10px 20px, rgba(22, 22, 22, 0.23) 0px 6px 6px;
}

.animate__bounce {
  --animate-duration: 3s;
}

:root {
  --animate-duration: 800ms;
  --animate-delay: 1s;


}
/*  ===================// TARRIF PAGE CSS //=================== */

/*  =================== marking starts =================== */
.marking td {
  background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
  color: rgb(25, 16, 65);
  font-weight: 600;
  font-size: 16px;

}

.marking td,
.marking th {
  padding: 6px;
  border: 1px solid #242222;
  text-align: left;
  border-style: outset;
  text-align: justify;

}

/*  =================== marking ends =================== */
/*  =================== autocadTable starts =================== */
.autocadTable {
  width: 100%;
  border-collapse: collapse;

}

.autocadTable th {
  background: #12a37fce;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px #383737ce;
  text-align: center;
  font-size: 20px;
  font-weight: 700;

}

.autocadTable td,
.autocadTable th {
  padding: 6px;
  border: 1px solid #242222;
  text-align: left;
  border-style: outset;
  text-align: center;

}

.autocadTable td {
  background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
  color: rgb(25, 16, 65);
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  .autocadTable td,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .autocadTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(25, 16, 65);
  }


  .autocadTable tr {
    font-size: 25px;
  }

  .autocadTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left;

  }

  .autocadTable td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 47%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .autocadTable td:nth-of-type(1):before {
    content: "CATEGORY";

  }

  .autocadTable td:nth-of-type(2):before {
    content: "BASIC DESIGN";

  }

  .autocadTable td:nth-of-type(3):before {
    content: "COMPLETE DESIGN";

  }
}

@media only screen and (max-width: 410px) {
  .autocadTable td:nth-of-type(1):before {
    content: "CATEGORY";
    font-size: 17px;
  }

  .autocadTable td:nth-of-type(2):before {
    content: "BASIC DESIGN";
    font-size: 17px;
  }

  .autocadTable td:nth-of-type(3):before {
    content: "COMPLETE DESIGN";
    font-size: 17px;
  }
}

/*  =================== autocadTable ends =================== */

/*  =================== Road_surveyTable starts =================== */
.Road_surveyTable {
  width: 100%;
  border-collapse: collapse;

}

.Road_surveyTable th {
  background: #12a37fce;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px #383737ce;
  text-align: center;
  font-size: 20px;
  font-weight: 700;

}

.Road_surveyTable td,
.Road_surveyTable th {
  padding: 6px;
  border: 1px solid #242222;
  text-align: left;
  border-style: outset;
  text-align: center;

}

.Road_surveyTable td {
  background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
  color: rgb(25, 16, 65);
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  .Road_surveyTable td,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .Road_surveyTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(25, 16, 65);
  }


  .Road_surveyTable tr {
    font-size: 25px;
  }

  .Road_surveyTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left;

  }

  .Road_surveyTable td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 47%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .Road_surveyTable td:nth-of-type(1):before {
    content: "WORK INCLUDED";

  }

  .Road_surveyTable td:nth-of-type(2):before {
    content: "Per KM";

  }

}

@media only screen and (max-width: 410px) {
  .Road_surveyTableRoad_surveyTable td:nth-of-type(1):before {
    content: "WORK INCLUDED";
    font-size: 17px;
  }

  .Road_surveyTable td:nth-of-type(2):before {
    content: "Per KM";
    font-size: 17px;
  }


/*  =================== Road_surveyTable ends =================== */
/*  =================== surveyTable starts=================== */
.surveyTable {
  width: 100%;
  border-collapse: collapse;

}

.surveyTable th {
  background: #12a37fce;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px #383737ce;
  text-align: center;
  font-size: 20px;
  font-weight: 700;

}

.surveyTable td,
.surveyTable th {
  padding: 6px;
  border: 1px solid #242222;
  text-align: left;
  border-style: outset;
  text-align: center;

}

.surveyTable td {
  background-image: linear-gradient(to top, #e9eef3 0%, white 100%);
  color: rgb(25, 16, 65);
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  .surveyTable,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .surveyTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(25, 16, 65);
  }

  .surveyTable tr {
    font-size: 25px;
  }

  .surveyTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left;

  }

  .surveyTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 47%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .surveyTable td:nth-of-type(1):before {
    content: "Work  Included";
  }

  .surveyTable td:nth-of-type(2):before {
    content: "0 - 5000 sqft";
  }

  .surveyTable td:nth-of-type(3):before {
    content: "5000sqft - 10000sqft";
  }

  .surveyTable td:nth-of-type(4):before {
    content: "10000sqft - 50 cents ";
  }

  .surveyTable td:nth-of-type(5):before {
    content: "50 cents - 2 acres";
  }

  .surveyTable td:nth-of-type(6):before {
    content: "2 acres - 5 acres";
  }

  .surveyTable td:nth-of-type(7):before {
    content: "5 acres - 10 acres ";
  }

  .surveyTable td:nth-of-type(8):before {
    content: "10 ACRE ABOVE";
  }

  .surveyTable td:nth-of-type(9):before {
    content: "RATE";
  }


}

@media only screen and (max-width: 410px) {
  .surveyTable tr td {
    font-size: 20px;

  }
}

@media only screen and (max-width: 410px) {
  .surveyTable td:nth-of-type(1):before {
    content: "Work  Included";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(2):before {
    content: "0-5000 sqft";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(3):before {
    content: "5000sqft-10000sqft";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(4):before {
    content: "10000sqft-50 cents ";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(5):before {
    content: "50 cents-2 acres";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(6):before {
    content: "2 acres-5 acres";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(7):before {
    content: "5 acres-10 acres ";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(8):before {
    content: "10 ACRE ABOVE";
    font-size: 17px;
  }

  .surveyTable td:nth-of-type(9):before {
    content: "RATE";
    font-size: 17px;
  }

}

/*  =================== surveyTable ends=================== */

tr td {
  font-size: 17px;
}

.title h1 {
  margin-top: 25px;
  font-size: 35px;
  font-family: amita;
  /* margin-bottom: 20px; */
  font-weight: 700;
  text-align: center;
  font-family: 'Secular One', sans-serif;
  background: #F00929;
  text-shadow: 2px 2px #eccbcbce;
  background: radial-gradient(ellipse farthest-corner at top center, #F00929 40%, #1DE017 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #F00929;
}

.charges {
  margin-top: 25px;
}

/*  =================== ratecircle starts=================== */
.circleBox {
  display: flex;
  justify-content: center;
}

.circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #FEB692 10%, #EA5455 100%);
  /* background: rgb(245, 69, 69); */
  position: relative;
  line-height: 0;
  border-left: 2px solid #fef9ff;
  border-top: 2px solid #fef9ff;

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.circle h1 {
  position: absolute;
  font-size: 19px;
  top: 44%;
  left: 82%;
  font-weight: 600;
  color: rgb(17, 9, 54);
  font-family: 'Josefin Sans', sans-serif;
}

.circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;

}


.circle .inner-circle {
  position: absolute;
  top: 21%;
  left: 21%;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #b4fe92 10%, #54ea7a 100%);
  /* background-color: #69f764; */
  border: 2px solid #01200f;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.inner-circle h1 {
  width: 100px;
  font-size: 19px;
  position: absolute;
  top: 44%;
  left: 70%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: rgb(17, 9, 54);
}

.circle .inner-circle1 {
  position: absolute;
  top: 39%;
  left: 40%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #92febb 10%, #54eab1 100%);
  /* background-color: #7517e0; */
  border: 2px solid #01200f;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.inner-circle1 h1 {
  font-size: 22px;
  position: absolute;
  top: 22%;
  left: 21%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: rgb(17, 9, 54);
}

@media (max-width: 470px) {
  .circle {
    width: 320px;
    height: 320px;
  }

  .circle h1 {
    font-size: 16px;
  }

  .circle .inner-circle {
    width: 58%;
    height: 58%;

  }

  .inner-circle h1 {
    font-size: 16px;
  }

  .inner-circle1 h1 {
    font-size: 16px;
  }

}
}

/*  =================== ratecircle ends=================== */
