html{}*,::after,::before{box-sizing:border-box}body{background-color: white;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:1em}! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.csshtml{line-height:1.4;-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5,h6{line-height: 1.2;}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
.core-products {
  text-align: center;
  padding: 15px;
  background-color: white;
  margin-bottom: auto;
}

.core-products h1 {
  margin-bottom: 20px;
  font-size: 3em;
  color: #000;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.product-card {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 42px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  width:25%;
  height: auto;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);

}
.product-card:hover {
  transform: translateY(9px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.product-card img {
  width: 50px;
  height: 50px;
  /* margin-bottom: 15px; */
}

.product-card h2 {
  font-size: 1em !important;
  margin-bottom: 10px;
}

.product-card p {
  color:black;
  /* margin-bottom: 15px; */
  flex-grow: 1;
  font-size: 0.9em;
}

.product-card a {
  color: black;
  text-decoration: underline;
  margin-top: auto;
}

.product-card a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .product-card {
      width: 45%;
      padding: 20px;
  }
  .core-products h1 {
    margin-bottom: 20px;
    font-size: 2.2em;
  }
  .product-card p {
    color:black;
    /* margin-bottom: 15px; */
    flex-grow: 1;
    font-size: 0.8em;
  }
}

@media (max-width: 600px) {
  .core-products h1 {
    margin-bottom: 20px;
    font-size: 2em;
  }
  .product-card {
      width: 90%;
      padding: 20px;
  }
  .product-card p {
    color:black;
    /* margin-bottom: 15px; */
    flex-grow: 1;
    font-size: 0.8em;
  }
}
.wpb_wrapper{
  padding: 50px;
  /* align-items: ; */
}
.q_circles_holder .q_circle_inner2,
.q_circles_holder .q_circle_outer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 20%;
}
.q_circles_holder {
  position: relative;
  display: inline-block;
  left: 10%;
  width: 100%;
  clear: both;
  /* min-width: 1600px; */
  /* list-style: none; */
  
  /* padding: 0; */
  border-color: #eaeaea;
}
.q_circles_holder:before {
  position: absolute;
  /* left: 80px; */
  display: block;
  width: 85%;
  height: 0;
  border-top: 1px solid;
  border-top-color: inherit;
  content: "";
}
.q_circles_holder.three_columns:before {
  top: 115px;
}
.q_circles_holder.four_columns:before {
  top: 90px;
}
.q_circles_holder.five_columns:before {
  top: 82px;
}
.q_circles_holder.no_line:before {
  display: none;
  border: 0;
  height: 0;
  width: 0;
}
.q_circles_holder .q_circle_outer {
  float: left;
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.q_circles_holder.three_columns .q_circle_outer {
  width: 33.3%;
}
.q_circles_holder.four_columns .q_circle_outer {
  width: 25%;
}
.q_circles_holder.five_columns .q_circle_outer {
  width: 20%;
  padding: 18px;
}
.q_circles_holder .q_circle_inner {
  position: relative;
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.q_circles_holder.three_columns .q_circle_inner {
  width: 230px;
  height: 230px;
}
.q_circles_holder.four_columns .q_circle_inner {
  width: 180px;
  height: 180px;
}
.q_circles_holder.five_columns .q_circle_inner {
  width: 161px;
  height: 161px;
}
.q_circles_holder.five_columns .q_circle_inner.big_border {
  width: 177px;
  height: 177px;
}
.q_circles_holder .q_circle_inner2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
}
.q_circles_holder .q_circle_inner2 img {
  display: block;
  width: 100%;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
}
.q_circles_holder .q_circle_inner2,
.q_circles_holder .q_circle_inner2 .q_text_in_circle,
.q_circles_holder .q_circle_inner2 i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.q_circles_holder .q_circle_inner2 i {
  color: #b9b9b9;
}
.q_circles_holder .q_circle_inner2:hover {
  background-color: #0040fe ;
  border-color: #0040fe ;
}
.q_circles_holder .q_circle_inner2:hover .q_text_in_circle,
.q_circles_holder .q_circle_inner2:hover i {
  color: #fff !important;
}
.q_circles_holder .q_circle_text_holder {
  display: block;
  text-align: center;
  margin: 36px 0 0;
 
  
}
nav.content_menu ul,
nav.content_menu ul li {
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.q_circles_holder .q_circle_text_holder .q_circle_text {
  display: block;
  margin: 7px 0 0;
  font-size: 14px;
  color: #8a8a8a !important;
  font-weight: bold;
}



@media (max-width: 1024px) {
  .wpb_wrapper{
    padding: 10px;
  }
  .q_circles_holder.three_columns .q_circle_outer,
  .q_circles_holder.four_columns .q_circle_outer,
  .q_circles_holder.five_columns .q_circle_outer {
    width: 100%;
    right: 10%;

  }
  .q_circles_holder.three_columns .q_circle_inner,
  .q_circles_holder.four_columns .q_circle_inner,
  .q_circles_holder.five_columns .q_circle_inner {
    width: 110px;
    height: 110px;
  }
  .q_circles_holder .q_circle_text_holder {
    margin: 15px 0 0;
  }
  .q_circles_holder:before {
    display: none;
  }
}

@media (max-width:600px) {
  .doc{
    font-size: 100px; 
   }
}


.wrapper {
  display: flex;
  align-items: center;
  margin: 20px;
}
.content {
  background: linear-gradient(to right, #0096f2, #002fff) ;  
  padding: 20px;
  border-radius: 20px;
  max-width: 64%;
  color: white;
  border-radius: 20px;
}
.wrapper2 {
  display: flex;
  align-items: center;
  margin: 44px;
}
.content2 {
  background: linear-gradient(to right, #0096f2, #002fff) ;
   padding: 20px;
  max-width: 60%;
  color: white;
  margin-left:auto ;
  border-radius: 20px;
  
  


}
.image2 {
  margin-left:10% ;
}
video {
  max-width: 200px;
  height: auto;
}
.wrapper3 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.content3 {
border-radius: 20px;
  background: linear-gradient(to right, #0096f2, #002fff) ;
    padding: 20px;
  max-width: 60%;
  color: white;
margin-inline-end: auto ;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);

}
.image3 {
  margin-right:12% ;
}

video {
  max-width: 200px;
  height: auto;
}
.image {
            margin-right:12% ;
        }
        img {
            max-width: 200px;
            height: auto;
        }
   .main-wrapper{
    align-items: center;
    margin: 100px auto ;
          width: 80%;
    padding: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    background: rgb(255, 255, 255);
    
    animation: fadeIn 1s ease-in-out 0.5s;
    margin-top: -6%;
        }
        /* Media query for smaller screens */
@media (max-width: 768px) {
  .wrapper, .wrapper2, .wrapper3 {
    flex-direction: column-reverse;
    align-items: center;
    
  }

  .content, .content2, .content3 {
    max-width: 100%;
    margin-left: 0;
    margin-inline-end: 0;
  }

  .image, .image2, .image3 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  video, img {
    max-width: 100%;
    height: auto;
  }

  .main-wrapper {
    width: 100%;
  top: -100px;
  margin-top: -200px;
  }
/* }.typing-animation {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 6s steps(70, end), blink-caret 0.75s step-end infinite;
}

.typing-animation span {
  display: inline-block;
  animation: typing 6s steps(70, end), blink-caret 0.75s step-end infinite;
  animation-delay: 4s; /* Delay the second part of the animation */
} */

/* .typing-animation {
  font-family: 'Poppins';
  white-space: nowrap;
    word-wrap: break-word;
  overflow: hidden;
  font-size: 1.2em;
  display: inline-block;
  width: 100%;
  height: auto;
  animation: typing 5s steps(100, end), blink-caret 0.75s step-end infinite;
} */

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* @keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: rgb(255, 255, 255); }
} */

.strong {
  font-weight: bold;
}
