/*
Theme Name: Machine Learning Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: machine-learning-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
AI Machine Learning Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
AI Machine Learning Pro WordPress Theme is released under the terms of GNU GPL
*/

/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rum+Raisin&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

:root {
  --green: #033D50;
  --yellow: #F9C300;
  --orange: #EB7D01;
  --black: #000;
  --white: #fff;
  /* --font-one :"Quicksand", serif;*/
  
  --font-one:"Radio Canada", serif;
  --font-two:"Orbitron", serif; 

}

:root {
  --progress-bar-width: 160px;
  --progress-bar-height: 160px;
}
/* Basic Style */

 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: white;
     position: relative;
     font-size: 16px;
     color:var(--green);
     font-family: var(--font-one);
}
 label {
     margin-bottom: 0 !important;
}
 img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
      margin: 0;
      color: #000;
      font-family:var(--font-one);
      font-weight: bold;
}
 p {
  margin: 0 0 15px;
  padding: 0;
  font-family: var(--font-one);
  font-size: 18px;
  font-weight: 400;
  line-height: 25.4px;
}
 p, ul li a {
     letter-spacing: 0px;   font-family: var(--font-one);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}
 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select, input[type="date"],select{
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid #000;
}
input::-webkit-input-placeholder{
  color: var(--green);
}
#contact-us .main-head {
  color:var(--green);
}
#contact-us{
  padding: 7% 0 11% 0;
}
.contact-wrap svg{
  position: absolute;
  right: 0;
  z-index: -1;
  top: -50px;
}
.contact-img{
  height: 100%;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}
 section{
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  padding: 70px 0;
  background-attachment: scroll;
}

.btn-wrap{
  padding: 10px 15px;
  border-radius: 5px;
  width: max-content;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex ;
  align-items: center;
  background: var(--yellow);
  gap: 10px;
}
.theme-btn{
  display: inline-block;
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--green);
}
.btn-wrap svg{
  background: #fff;
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 3px;
}
.btn-wrap:before{
  content: "";
  background: var(--green);
  width: 0;
  height: 0;
  border-radius: 5px;
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-wrap:hover .theme-btn{
  color:  var(--yellow);
}
.btn-wrap:hover p input{
  color:  var(--white) !important;
}
.btn-wrap:hover:before {
  width: 100%;
  height: 100%;
}
.theme-para{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
  color: #000;
}
.main-sub-head {
  font-family:var(--font-two);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color:var(--green)
}
.main-head {
  font-family: var(--font-one);
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  font-weight: 700;
}
.head-box{
  background: var(--yellow);
  height: 14px;
  width: 12px;
  clip-path: polygon( 50% 0.38%,75% 11.886%,99.772% 23.713%,100% 47.047%,99.772% 70.38%,75% 82.207%,50% 93.713%,25% 82.207%,0.228% 70.38%,0% 47.047%,0.228% 23.713%,25% 11.886%,50% 0.38% );
}
 .screen-reader-text {
   position: absolute;
   top: -9999em;
   left: -9999em;
}

.btn-wrap p{
  margin-bottom: 0;
}
/*------------------------- Headings --------------------------*/
h1{
  font-family: var(--font-one);
  font-size: 56px;
  font-weight: 700;
  line-height: 84.28px;
}
 section h2 {
   font-size: 38px;
   line-height: 55px;
   /* color: #fff; */
   font-weight: 700;
   font-family: var(--font-one);
}
 section h3 {
   font-weight: 400;
   color: #000;
   font-size: 39px;
   line-height: 39px;
   font-family: var(--font-one);
}
section h4,section h4 a{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--font-one);
}
 section h5,h5 a {
  font: 700 18px / 24px var(--font-one);
  color: var(--green);
  padding: 0;
}
h6{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 700;
  line-height: 20.16px;
}
/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px !important;
  background: var(--black);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  line-height: 69px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  /* clip-path: polygon(56.464% 1.746%, 56.464% 1.746%, 55.238% 1.196%, 53.967% 0.768%, 52.663% 0.462%, 51.337% 0.279%, 50% 0.218%, 48.663% 0.279%, 47.337% 0.462%, 46.033% 0.768%, 44.762% 1.196%, 43.536% 1.746%, 25% 11.186%, 6.491% 20.965%, 6.491% 20.965%, 5.37% 21.63%, 4.344% 22.385%, 3.418% 23.223%, 2.597% 24.135%, 1.886% 25.115%, 1.291% 26.152%, 0.817% 27.241%, 0.469% 28.372%, 0.252% 29.537%, 0.171% 30.729%, 0% 50.093%, 0.171% 69.458%, 0.171% 69.458%, 0.252% 70.65%, 0.469% 71.815%, 0.817% 72.946%, 1.291% 74.034%, 1.886% 75.072%, 2.597% 76.052%, 3.418% 76.964%, 4.344% 77.802%, 5.37% 78.557%, 6.491% 79.222%, 25% 89.001%, 43.536% 98.441%, 43.536% 98.441%, 44.762% 98.991%, 46.033% 99.419%, 47.337% 99.725%, 48.663% 99.908%, 50% 99.969%, 51.337% 99.908%, 52.663% 99.725%, 53.967% 99.419%, 55.238% 98.991%, 56.464% 98.441%, 75% 89.001%, 93.509% 79.222%, 93.509% 79.222%, 94.63% 78.557%, 95.656% 77.802%, 96.582% 76.964%, 97.403% 76.052%, 98.114% 75.072%, 98.709% 74.034%, 99.183% 72.946%, 99.531% 71.815%, 99.748% 70.65%, 99.829% 69.458%, 100% 50.093%, 99.829% 30.729%, 99.829% 30.729%, 99.748% 29.537%, 99.531% 28.372%, 99.183% 27.241%, 98.709% 26.152%, 98.114% 25.115%, 97.403% 24.135%, 96.582% 23.223%, 95.656% 22.385%, 94.63% 21.63%, 93.509% 20.965%, 75% 11.186%, 56.464% 1.746%); */
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background:var(--white); */
  background:#0C8AA4;
  
  padding: 10px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var(--green);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 50px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#fff) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
 .woocommerce div.product form.cart .variations tr{
     display: block !important;
}
 .woocommerce div.product form.cart table td{
     padding-left: 18px !important;
}


/* Slider */
#slider{
  background-image: url(assets/images/footer/slider-bg.png);
}
/* #footer_box{
  background: var(--green);
  mask-image: url(assets/images/footer/footer-main.png);
   mask-repeat: no-repeat; 
}  */
.footer-col-four .widget_text{
  background-image: url(assets/images/footer/honeycomb.png)!important;
  background-repeat: no-repeat;
  background-color: var(--yellow);
  margin: 0px auto;
  padding: 20px 20px 0 20px;
  width: 380px;
  height: 100%;
  /* mask-image: url(assets/images/footer/f-contact-mask.png); */
  /* mask-repeat: no-repeat; */
  background-size: 100% 100%;
  clip-path: polygon( 98.65% 45.064%,98.65% 45.064%,99.058% 45.987%,99.375% 46.953%,99.601% 47.951%,99.737% 48.97%,99.783% 50%,99.737% 51.03%,99.601% 52.049%,99.375% 53.047%,99.058% 54.013%,98.65% 54.936%,88.531% 75%,77.59% 95.911%,77.59% 95.911%,77.186% 96.607%,76.737% 97.243%,76.247% 97.814%,75.719% 98.32%,75.158% 98.757%,74.568% 99.121%,73.953% 99.411%,73.316% 99.623%,72.663% 99.755%,71.996% 99.803%,50% 100%,28.004% 99.803%,28.004% 99.803%,27.337% 99.755%,26.684% 99.623%,26.047% 99.411%,25.432% 99.121%,24.842% 98.757%,24.281% 98.32%,23.753% 97.814%,23.263% 97.243%,22.814% 96.607%,22.41% 95.911%,11.469% 75%,1.35% 54.936%,1.35% 54.936%,0.942% 54.013%,0.625% 53.047%,0.399% 52.049%,0.263% 51.03%,0.217% 50%,0.263% 48.97%,0.399% 47.951%,0.625% 46.953%,0.942% 45.987%,1.35% 45.064%,11.469% 25%,22.41% 4.089%,22.41% 4.089%,22.814% 3.393%,23.263% 2.758%,23.753% 2.186%,24.281% 1.68%,24.842% 1.243%,25.432% 0.879%,26.047% 0.589%,26.684% 0.377%,27.337% 0.245%,28.004% 0.196%,50% 0%,71.996% 0.197%,71.996% 0.197%,72.663% 0.245%,73.316% 0.377%,73.953% 0.589%,74.568% 0.879%,75.158% 1.243%,75.719% 1.68%,76.247% 2.186%,76.737% 2.758%,77.186% 3.393%,77.59% 4.089%,88.531% 25%,98.65% 45.064% );
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 30px;
}
.footer-col-four .widget-title{
  width: 70%;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  top: 10px;
}
.footer-col-four .widget_text .textwidget p{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 800;
  line-height: 20.16px;
  margin-bottom: 0;
  background-color: transparent;
}
/* Flavor */
.flavor-img{
  mask-image: url(assets/images/flavor/flavor-mask.png);
  mask-repeat: no-repeat;
  width: 302px;
  height: 349px;
  mask-size: 100% 100%;
}
.flavor-img img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
/* blog css */
#blog-news .blog-svg{
  width: 85%;
  height: 100%;
  position: absolute;
  top: -18%;
  z-index: -1;
}
.blog-bee-img{
  top: 2%;
  right: 9%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation: bouncess 3s ease-in-out 0s infinite alternate;
  width: 109px;
  height: 109px;
}
@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-40px);
}
}
.blog-title a{
  color: var(--green);
}
.left-blog-content .blog-img{
  height: 368px;
}
.vertical-blog-img-main .blog-img img{
  max-width: 145px;
  height: 135px;
  object-fit: cover;
  border-radius: 10px;
}
.home-blog-meta h6, .home-blog-meta h6 a {
  color: var(--orange);
}
.blog-content, .blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.4px;
  color: var(--green);
}
.left-blog-contet  .blog-img{
  height: 355px;
}
.left-blog-contet  .blog-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* owl nav css */
.owl-nav button{
  background: var(--green);
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
  border: none;
  height: 37px;
  width: 40px;
  line-height: 35px;
  color: #fff;
}
.owl-nav button:hover{
background: var(--yellow);
}
.owl-nav button:hover i{
  color: #fff;
}
#testimonial .owl-nav{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 3%;
}
.testimonial-box .test-img-wrap{
  border: 1px solid;
  width: max-content;
  margin: 0 auto;
  background: #fff;
  margin-top: -70px;
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%);
}
.testimonial-box img {
  /* clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%); */
  /* height: 85px !important;
  width: 75px !important; */
  object-fit: cover;
  margin: 1px;
}
.slick-slider .slide-arrow{
  height: 40px;
  width: 40px;
  opacity: 1;
  background: var(--black);
  color: var(--white);
  position: unset;
  border-radius: 6px;
/*   
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%); */
  border: none;
  font-size: 18px;
}
.slick-slider .slide-arrow:hover{
  background: #0C8AA4;
}
#testimonial .slick-list.draggable{
  padding: 5% 20px !important;
}
#testimonial .slick-slider{
  overflow: unset !important;
}
button.slide-arrow.prev-arrow.slick-arrow {
  right: -70px;
  bottom: 30px;
  position: absolute;
  z-index: 1;
}
button.slide-arrow.next-arrow.slick-arrow{
  right: -120px;
  bottom: 30px;
  position: absolute;
  z-index: 1;
}
.testi-title{
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.testimonial-box.slick-slide.slick-current.slick-active.slick-center .testi-title{
  /* color: var(--green); */
}
/* .testi-title::after{
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 0 auto;
  bottom: -7px;
  left: 0;
  right: 0;
} */
.testi-right-img{
  position: absolute;
  top: 45px;
  right: 0;
  width: 260px;
  animation: updown 4s infinite linear;
  animation-direction: alternate;
  z-index: -1;
  border-radius: 50px;
}
/* -----------about us--------------- */
.about-right-img{
  top: 25%;
  width: 235px;

}
.abt-shape{
  clip-path: polygon( 56.464% 1.746%,56.464% 1.746%,55.238% 1.196%,53.967% 0.768%,52.663% 0.462%,51.337% 0.279%,50% 0.218%,48.663% 0.279%,47.337% 0.462%,46.033% 0.768%,44.762% 1.196%,43.536% 1.746%,25% 11.186%,6.491% 20.965%,6.491% 20.965%,5.37% 21.63%,4.344% 22.385%,3.418% 23.223%,2.597% 24.135%,1.886% 25.115%,1.291% 26.152%,0.817% 27.241%,0.469% 28.372%,0.252% 29.537%,0.171% 30.729%,0% 50.093%,0.171% 69.458%,0.171% 69.458%,0.252% 70.65%,0.469% 71.815%,0.817% 72.946%,1.291% 74.034%,1.886% 75.072%,2.597% 76.052%,3.418% 76.964%,4.344% 77.802%,5.37% 78.557%,6.491% 79.222%,25% 89.001%,43.536% 98.441%,43.536% 98.441%,44.762% 98.991%,46.033% 99.419%,47.337% 99.725%,48.663% 99.908%,50% 99.969%,51.337% 99.908%,52.663% 99.725%,53.967% 99.419%,55.238% 98.991%,56.464% 98.441%,75% 89.001%,93.509% 79.222%,93.509% 79.222%,94.63% 78.557%,95.656% 77.802%,96.582% 76.964%,97.403% 76.052%,98.114% 75.072%,98.709% 74.034%,99.183% 72.946%,99.531% 71.815%,99.748% 70.65%,99.829% 69.458%,100% 50.093%,99.829% 30.729%,99.829% 30.729%,99.748% 29.537%,99.531% 28.372%,99.183% 27.241%,98.709% 26.152%,98.114% 25.115%,97.403% 24.135%,96.582% 23.223%,95.656% 22.385%,94.63% 21.63%,93.509% 20.965%,75% 11.186%,56.464% 1.746% );
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}

.abt-shape-one{
  background: var(--yellow);
}
.abt-shape-two ,.abt-shape-four{
  background: var(--yellow);
  width: 96px;
}
.abt-shape-three{
  background: var(--green);
}
.abt-shape-five{
  background: var(--green);
}
.abt-wrap{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(10, 40px);
  margin: 0px;
  gap: 20px;
}
.abt-shape-one {
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 7;
}
.abt-shape-two {grid-row-start: 8;grid-row-end: 10;grid-column-start: 1;grid-column-end: 3;}
.abt-img{
  grid-row-start: 2;
  grid-row-end: 9;
  grid-column-start: 2;
  grid-column-end: 11;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  min-height: 522px;
}
.abt-shape-three{
  grid-row-start: 2;
  grid-row-end: 5;
  grid-column-start: 7;
  grid-column-end: 9;
  position: relative;
  z-index: -1;
  height: 145px;
  left: 20px;
}
.abt-shape-four{
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column-start: 9;
  grid-column-end: 11;
  position: relative;
  right: -30px;
}
.abt-shape-five{
  grid-row-start: 10;
  grid-row-end: 5;
  grid-column-start: 8;
  grid-column-end: 12;
  position: relative;
  z-index: -1;
    left: -30px;
}
.abt-img-outer-box{
  height: 250px;
  background-size: 100% 100%;
  z-index: 1;
  border-radius: 10px;
}
.abt-img-box{
position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.abt-img-box h5{
  color: #fff;
}
.abt-img-box::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}
.about-counter{
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
.counter-shape-one{
  clip-path: polygon(78.332% 19.847%, 0% 0.063%, 0% 98.964%, 78.332% 79.18%, 78.332% 79.18%, 82.31% 78.092%, 85.913% 76.936%, 89.13% 75.717%, 91.952% 74.442%, 94.368% 73.118%, 96.368% 71.749%, 97.942% 70.344%, 99.078% 68.907%, 99.768% 67.445%, 100% 65.965%, 100% 33.061%, 100% 33.061%, 99.768% 31.581%, 99.078% 30.12%, 97.942% 28.683%, 96.368% 27.277%, 94.368% 25.909%, 91.952% 24.584%, 89.13% 23.309%, 85.913% 22.091%, 82.31% 20.934%, 78.332% 19.847%);
  height: 93px;
  width: 0;
  transition: width 0.5s ease-in-out;
  position: absolute;
  background: var(--yellow);
  left: 0;
  top: 10px;
}
.counter-shape-two{
  clip-path: polygon( 9.192% 23.108%,100% 0.027%,100% 99.557%,9.192% 76.477%,9.192% 76.477%,7.504% 76.012%,5.976% 75.519%,4.611% 74.999%,3.414% 74.455%,2.389% 73.89%,1.54% 73.306%,0.873% 72.707%,0.391% 72.094%,0.098% 71.471%,0% 70.84%,0% 28.744%,0% 28.744%,0.098% 28.113%,0.391% 27.49%,0.873% 26.877%,1.54% 26.278%,2.389% 25.694%,3.414% 25.129%,4.611% 24.585%,5.976% 24.065%,7.504% 23.572%,9.192% 23.108% );
  position: absolute;
  background: var(--yellow);
  right: -1px;
  bottom: 10px;
  height: 195px;
  width: 0;
  transition: width 0.5s ease-in-out;
}
.abt-img-box:hover .counter-shape-one{
  width: 23px;
}
.abt-img-box:hover .counter-shape-two{
  width: 50px;
}
/* testimonial */

.testimonial-box {
  padding: 25px;
  display: flex;
  flex-direction: column;
  padding: 35px 40px 35px;
  position: relative;
  justify-content: space-between;
  background: rgba(255,255,255,0.10);
  margin: 8px;
  border-radius: 10px;
}
.testimonial-box img{
  height: 55px;
  width: 55px;
  object-fit: cover;
  border-radius: 50px;
}
.testimonial-content-box{
  font-family: var(--font-one);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  /* position: absolute; */
    margin: 0px 0px !important;
    font-weight: 400;
}
.testi-title a{
  color: #F9C300;
}
.testimonial-box.slick-slide{
  transition: height 0.5s ease-in-out;
  min-height: 240px;
  transition: all 300ms ease;
}
.testimonial-box.slick-slide.slick-current.slick-active.slick-center{
  /* transform: scale(1.09); */
  min-height: 250px;
  transition: all 0.3s ease;
  /* background: var(--yellow); */
}
.sliders-custom-prev i, .sliders-custom-next i{
  width: 50px;
  height: 45px;
  opacity: 1;
  background: var(--green);
  color: var(--white);
  position: unset;
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
/* Faq section */
#faq-sec .accordion-button:hover{
      z-index: 1;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background-color:unset;
  box-shadow:unset;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 600 16px / 25px var(--font-one);
  border-radius: 0px;
  padding: 10px 1.25rem;
  background: transparent;
  color: var(--white);
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  color: var(--white);
}
.faq-sec-inner{
  padding: 40px 50px;
  margin-top: 4%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.faq-sec-inner .accordion-body{
  color: #fff;
  font-size: 14px;
}

.accordion-body{
  color: #fff;
}

#faq-sec .accordion-item,
 #faq-page .accordion-item {
  margin-bottom: 12px;
  border-radius: 10px;
  border: unset;
  background-color: var(--green);
  padding: 15px;
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
    color: #fff;
}
#faq-sec .accordion-button::after, #faq-page .accordion-button::after{
    content: '\f067';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}

#faq-sec label{
  width: 100%;
}
#faq-sec form{
  margin-top: 20px;
}
#faq-sec textarea{
  height: 110px;
}
#faq-sec form .theme-btn p,.news-form-main .theme-btn p , .contac_form .theme-btn p {
  margin-bottom: 0;
}
#faq-sec form .theme-btn p input,.news-form-main .theme-btn p input, #appoinment .theme-btn p input,  .contac_form .theme-btn p input{
  background: transparent;
  border: none;
  font: 700 16px / 20px var(--font-one);
  color:var(--white);
}
#faq-sec form .theme-btn .wpcf7-spinner, .news-form-main .wpcf7-spinner , #appoinment .wpcf7-spinner, .contac_form  .wpcf7-spinner{
  position: absolute;
  right: -40px;
  margin: 0 5px;
}
#faq-sec form .theme-btn{
  margin-left: 10px;
  padding: 8px 18px;
}
.que-img{
  height: 100%;
  width: 100%;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
      transform: translatey(0px);
  }
  50% {
      transform: translatey(-20px);
  }
  100% {
  transform: translatey(0px);
  }
}
/* ----------------Product Card css---------------- */
#best-seller .product-box-main{
  min-width: unset;
}
#best-seller .pro-img img{
  border-radius: 0;
}
.product-box-main{
  min-width: 263px;
}
.shop.shop-product .product-box{
  width: 300px;
  position: relative;
}

.product-box{
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  background: #fff;
}
.pro-img{
  position: relative;
  overflow: hidden;
}
.pro-img:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.product-box:hover .pro-img:before  {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.star-rating{
  color: #FF6208;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.product-title{
  width: 75%;
  margin: 0 auto;
}
.product-content,.product-content-btm{
  text-align: center
}
.wishlist-items-wrapper .product-add-to-cart, .wishlist_table.mobile li .product-add-to-cart{
      right: 0px;
}
 .pro-img, .wishlist-items-wrapper  .product-thumbnail,.wishlist_table.mobile li .item-wrapper .product-thumbnail, .related.products li img{
  height: 250px;
}
  .pro-img img,  .wishlist-items-wrapper .product-thumbnail img, .wishlist_table.mobile li .item-wrapper .product-thumbnail img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}
  .product-title a, .product-name a, .related.products li a{
    font: 700 18px / 24px var(--font-one);
  color:var(--green);
}
.product-box .theme-btn{
  font-size: 18px;
  line-height: 20px;
  position: relative;
}
.product-box .theme-btn::after{
  content: '';
  position: absolute;
  background-color: #EB7D01;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -9px;
  border-radius: 10px;
}
.product-title a:hover, .product-name a:hover, .related.products li a:hover{
  color: var(--yellow);
}
  .product-content p{
  margin-bottom: 0
}

del,del bdi{
  font-size: 0 !important;
  display: none;
}
ins{
  text-decoration: none;
}
ins .woocommerce-Price-amount bdi, .woocommerce-Price-amount bdi,.product-price ins .woocommerce-Price-amount.amount, .item-details-table ins .woocommerce-Price-amount.amount,ins.wc-block-components-product-price__value.is-discounted{
  font: normal normal 600 20px / 25px var(--font-one);
  color:var(--orange);
}
.cart-btn, .wishlist_text,.quick-view {
  background: #033D50;
  height: 50px;
  width: 45px;
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view  .woosq-btn-has-icon{
  background: transparent;
  border: none;
  display: inline;
}
.woosq-btn-icon{
  font-size: 20px;
    color: #fff;
}
.yith-wcwl-wishlistaddedbrowse{
  position: relative;
}
.yith-wcwl-wishlistaddedbrowse .feedback{
  gap: 0px;
}
.yith-wcwl-add-to-wishlist{
  margin-top: 0
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img{
  color: #fff;
  margin-right: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon{
  height: 22px;
  color: #fff !important;
}
.product-icon {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  flex-direction: column;
  width: max-content;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
}
.add_to_cart_button.ajax_add_to_cart.added{
  display: none !important;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a, .wishlist_table.mobile li .product-add-to-cart a {
  font-size: 0 !important;
  /* display: block !important; */
  padding: 0 !important;
  background-color: #033D50 !important;
  height: 50px;
  width: 45px;
  /* clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%); */
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ajax_add_to_cart:hover,.wishlist_text:hover,.quick-view:hover{
  background-color: var(--yellow) !important;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.yith-wcwl-add-button{
  text-align: center;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  content: "\f07a";
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}
 .product-box:hover  .product-icon{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{
  background: transparent !important;
  border: none  !important;
}
 .wishlist_text i{
   margin-right: unset !important;
   line-height: 33px;
  font-size: 14px;
  height: 32px;
  width: 33px;
  background: #FCB900;
  text-align: center;
  border-radius: 6px;
  color: #000;
   position: relative;
 }
 .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon{
   font-weight: 800;
 }
.yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
  top: left;
  font-size: 8px;
  left: 3px;
  top: 5px;
  opacity: 0;
  color: #fff;
 }
 .feedback{
   font-size: 0;
 }
 .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
  color:#fff;
 }
 .popular-pro-box:hover del{
  text-decoration-color: #fff;
}
.shop.shop-product .popular-pro-box{
    width: 300px;
}
.shop.shop-product .woocommerce-ordering,.yith-wcwl-add-button span,.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.shop-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.shop-page-filters .form-control + .form-control {
  margin-top: 1em;
}
.shop-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.shop-page-filters input[type="checkbox"]::before {
  background-color: #FF6208;
}
.yith-wcwl-wishlistexistsbrowse a{
  position: absolute;
  top: 5px;
  font-size: 9px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.wishlist-items-wrapper {
  gap: 10px;

}
.page-template-page-templateabout-php .about-page-btn,.woocommerce .loader::before{
  display: none;
}
/* .yith-wcwl-add-button span{
  font-size: 0;
} */




/* Makers */
.team-bottom-content h5{
  color: #fff;
}
.team-img{
  height: 435px;
}
.team-img img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.team-bottom-content{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.team-social-icon-box-main{
  clip-path: polygon(76.952% 9.668%, 100% 98.187%, 0% 98.187%, 23.048% 9.668%, 23.048% 9.668%, 23.543% 7.913%, 24.069% 6.324%, 24.623% 4.905%, 25.202% 3.66%, 25.804% 2.594%, 26.426% 1.712%, 27.065% 1.018%, 27.718% 0.516%, 28.382% 0.212%, 29.054% 0.11%, 70.946% 0.11%, 70.946% 0.11%, 71.618% 0.212%, 72.282% 0.516%, 72.935% 1.018%, 73.574% 1.712%, 74.196% 2.594%, 74.798% 3.66%, 75.377% 4.905%, 75.931% 6.324%, 76.457% 7.913%, 76.952% 9.668%);
  height: 50px;
  width: 95%;
  background: var(--yellow);
  margin: 0 auto;
}
.team-social-icon-box{
  height: 100%;
}
.team-social-icon-box i,.team-title h6{
  color: #fff;
}
.team-inner-content::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -100%;
  z-index: 0;
  transition: 0.5s;
  background: #000;
  opacity: 0.7;
  border-radius: 10px
}
.team-inner-content:hover::after{
  bottom: 0%;
}
.team-inner-content:hover .team-bottom-content{
  opacity: 1;
}
.makers-svg-1{
  position: absolute;
  bottom: 0;
  width: 255px;
}
.makers-svg-2{
  position: absolute;
  right: 0;
  top: 0;
  height: 304px;
}


/* common csss */
.woosq-product > .product .summary .summary-content{
  display: flex;
      flex-direction: column;
      gap: 10px;
}
h2.product_title.entry-title{
  font: 600 24px / 30px var(--font-one);
  color: #000000;
}
.woosq-product .privacy-product-btn{
  display: none
}
.mfp-close{
  background: var(--green) !important;
    margin: 10px;
    border-radius: 50%;
}
.mfp-woosq .mfp-close:before{
  color: #fff;
}
.woocommerce-product-details__short-description p{
  font: normal normal normal 15px / 27px var(--font-one);
    color: #000000;margin-bottom: 0;
}
.woocommerce .quantity input {
  padding: 6px 15px;
    border: 1px solid var(--orange);
  border-radius: 6px;
  width: 7.631em !important;
  text-align: left !important;
}
.woocommerce div.product form.cart div.quantity{
  margin-top: 7px;
}
.Discount-offer-img-box  img{
  width: 50px;
height: 50px;
background: #ebebeb;
border-radius: 50%;
object-fit: contain;
padding: 5px;
}
.Discount-offer-text-box {
  font: 500 15px / 17px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;

}
.woocommerce-page div.product div.summary{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  margin-bottom: 0;
}


.woosq-product.single-product .single_add_to_cart_button{
  background: transparent !important;
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
  border-radius: 6px;
  border: 1px solid var(--orange) !important;
  display: inline-block;
  padding: 9px 30px 7px 18px;
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: var(--green) !important;
  border-radius: 5px;
}
.woosq-product.single-product .single_add_to_cart_button::after{
  content: "\f07a";
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 10px;
  line-height: 33px;
  color: var(--grey);
}

/* popup css */
.woocommerce .woocommerce-product-rating .star-rating{
  margin-top: -8px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{
  margin-inline: 6px;
}

/* JSon */
#ive-machine-learning-pro-slider .owl-nav{
  left: 0;
  right: unset;
}
#ive-machine-learning-pro-slider .owl-nav button{
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
}
.ive-honey-shop-slider-content{
  padding: 9% 0 0 27%;
}
.ive-machine-learning-pro-slider-left-img{
  position: absolute;
  top: -28px;
  width: 300px;
  height: 250px;
  object-fit: cover;
}
.ive-machine-learning-pro-slider-btm-wrap{
  clip-path: polygon(56.464% 1.746%, 56.464% 1.746%, 55.238% 1.196%, 53.967% 0.768%, 52.663% 0.462%, 51.337% 0.279%, 50% 0.218%, 48.663% 0.279%, 47.337% 0.462%, 46.033% 0.768%, 44.762% 1.196%, 43.536% 1.746%, 25% 11.186%, 6.491% 20.965%, 6.491% 20.965%, 5.37% 21.63%, 4.344% 22.385%, 3.418% 23.223%, 2.597% 24.135%, 1.886% 25.115%, 1.291% 26.152%, 0.817% 27.241%, 0.469% 28.372%, 0.252% 29.537%, 0.171% 30.729%, 0% 50.093%, 0.171% 69.458%, 0.171% 69.458%, 0.252% 70.65%, 0.469% 71.815%, 0.817% 72.946%, 1.291% 74.034%, 1.886% 75.072%, 2.597% 76.052%, 3.418% 76.964%, 4.344% 77.802%, 5.37% 78.557%, 6.491% 79.222%, 25% 89.001%, 43.536% 98.441%, 43.536% 98.441%, 44.762% 98.991%, 46.033% 99.419%, 47.337% 99.725%, 48.663% 99.908%, 50% 99.969%, 51.337% 99.908%, 52.663% 99.725%, 53.967% 99.419%, 55.238% 98.991%, 56.464% 98.441%, 75% 89.001%, 93.509% 79.222%, 93.509% 79.222%, 94.63% 78.557%, 95.656% 77.802%, 96.582% 76.964%, 97.403% 76.052%, 98.114% 75.072%, 98.709% 74.034%, 99.183% 72.946%, 99.531% 71.815%, 99.748% 70.65%, 99.829% 69.458%, 100% 50.093%, 99.829% 30.729%, 99.829% 30.729%, 99.748% 29.537%, 99.531% 28.372%, 99.183% 27.241%, 98.709% 26.152%, 98.114% 25.115%, 97.403% 24.135%, 96.582% 23.223%, 95.656% 22.385%, 94.63% 21.63%, 93.509% 20.965%, 75% 11.186%, 56.464% 1.746%);
  background: #033D50;
  width: 149px;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
#ive-vw-machine-learning-pro-best-seller .woo-prod-img img{
  border-radius: 10px;
}
#ive-vw-machine-learning-pro-best-seller .ibtana-product-title-child,#ive-vw-machine-learning-pro-our-product .ibtana-product-title-child{
  font-weight: 700 !important;
}

.ive-machine-learning-pro-count-bg img{
  border-radius: 10px;
}
.ive-machine-learning-pro-abt-right-img img{
  top: 25%;
  width: 235px;
  position: absolute;
  right: 0;
}
#ive-honey-shop-contact-us input[type="text"], #ive-honey-shop-contact-us input[type="tel"],#ive-honey-shop-contact-us input[type="email"]{
  font-size: 14px;
  padding: 10px 10px !important;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #FFFFFF !important;
  border-radius: 10px !important;
  font-weight: 500;
}
#ive-honey-shop-contact-us input[type="submit"]{
  background: transparent;
  border: none;
  font: 700 16px / 20px var(--font-one);
  color: var(--white);
  padding: 0;
}
#ive-honey-shop-contact-us .wpcf7-spinner{
  position: absolute;
}
.ive-honey-shop-baner-per-wrap{
  clip-path: polygon(56.464% 1.746%, 56.464% 1.746%, 55.238% 1.196%, 53.967% 0.768%, 52.663% 0.462%, 51.337% 0.279%, 50% 0.218%, 48.663% 0.279%, 47.337% 0.462%, 46.033% 0.768%, 44.762% 1.196%, 43.536% 1.746%, 25% 11.186%, 6.491% 20.965%, 6.491% 20.965%, 5.37% 21.63%, 4.344% 22.385%, 3.418% 23.223%, 2.597% 24.135%, 1.886% 25.115%, 1.291% 26.152%, 0.817% 27.241%, 0.469% 28.372%, 0.252% 29.537%, 0.171% 30.729%, 0% 50.093%, 0.171% 69.458%, 0.171% 69.458%, 0.252% 70.65%, 0.469% 71.815%, 0.817% 72.946%, 1.291% 74.034%, 1.886% 75.072%, 2.597% 76.052%, 3.418% 76.964%, 4.344% 77.802%, 5.37% 78.557%, 6.491% 79.222%, 25% 89.001%, 43.536% 98.441%, 43.536% 98.441%, 44.762% 98.991%, 46.033% 99.419%, 47.337% 99.725%, 48.663% 99.908%, 50% 99.969%, 51.337% 99.908%, 52.663% 99.725%, 53.967% 99.419%, 55.238% 98.991%, 56.464% 98.441%, 75% 89.001%, 93.509% 79.222%, 93.509% 79.222%, 94.63% 78.557%, 95.656% 77.802%, 96.582% 76.964%, 97.403% 76.052%, 98.114% 75.072%, 98.709% 74.034%, 99.183% 72.946%, 99.531% 71.815%, 99.748% 70.65%, 99.829% 69.458%, 100% 50.093%, 99.829% 30.729%, 99.829% 30.729%, 99.748% 29.537%, 99.531% 28.372%, 99.183% 27.241%, 98.709% 26.152%, 98.114% 25.115%, 97.403% 24.135%, 96.582% 23.223%, 95.656% 22.385%, 94.63% 21.63%, 93.509% 20.965%, 75% 11.186%, 56.464% 1.746%);
  background: var(--yellow);
  width: 290px;
  height: 336px;
  position: absolute;
  left: -4%;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ive-machine-learning-pro-flavor .ive-slide-inner-content-inner img{
  height: 350px;
  width: 100%;
}
.ive-honey-shop-flavor-btm{
  clip-path: polygon(47.875% 98.372%, 2.057% 48.639%, 2.057% 48.639%, 1.689% 48.191%, 1.353% 47.68%, 1.05% 47.113%, 0.782% 46.494%, 0.55% 45.829%, 0.357% 45.124%, 0.203% 44.384%, 0.092% 43.616%, 0.023% 42.824%, 0% 42.014%, 0% 7.729%, 0% 7.729%, 0.055% 6.481%, 0.213% 5.298%, 0.467% 4.194%, 0.807% 3.186%, 1.225% 2.29%, 1.712% 1.521%, 2.26% 0.895%, 2.86% 0.429%, 3.503% 0.137%, 4.181% 0.037%, 95.819% 0.037%, 95.819% 0.037%, 96.497% 0.137%, 97.14% 0.429%, 97.74% 0.895%, 98.288% 1.521%, 98.775% 2.29%, 99.193% 3.186%, 99.533% 4.194%, 99.787% 5.298%, 99.945% 6.481%, 100% 7.729%, 100% 42.014%, 100% 42.014%, 99.977% 42.824%, 99.908% 43.616%, 99.797% 44.384%, 99.643% 45.124%, 99.45% 45.829%, 99.218% 46.494%, 98.95% 47.113%, 98.647% 47.68%, 98.311% 48.191%, 97.944% 48.639%, 52.125% 98.372%, 52.125% 98.372%, 51.723% 98.756%, 51.305% 99.055%, 50.877% 99.268%, 50.44% 99.396%, 50% 99.439%, 49.56% 99.396%, 49.123% 99.268%, 48.695% 99.055%, 48.277% 98.756%, 47.875% 98.372%);
  background: #fff;
  width: 100%;
  position: absolute;
  height: 160px;
  width: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30%;
  transition: all .4s linear;
  opacity: 0;
}
#ive-machine-learning-pro-flavor .ive-slide-inner-content-inner:hover .ive-honey-shop-flavor-btm{
  bottom: 22%;
  opacity: 1;
}
.ive-honey-shop-makers-btm{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.ive-honey-shop-makers-btm .ive-svg-icons-block{
  clip-path: polygon(76.952% 9.668%, 100% 98.187%, 0% 98.187%, 23.048% 9.668%, 23.048% 9.668%, 23.543% 7.913%, 24.069% 6.324%, 24.623% 4.905%, 25.202% 3.66%, 25.804% 2.594%, 26.426% 1.712%, 27.065% 1.018%, 27.718% 0.516%, 28.382% 0.212%, 29.054% 0.11%, 70.946% 0.11%, 70.946% 0.11%, 71.618% 0.212%, 72.282% 0.516%, 72.935% 1.018%, 73.574% 1.712%, 74.196% 2.594%, 74.798% 3.66%, 75.377% 4.905%, 75.931% 6.324%, 76.457% 7.913%, 76.952% 9.668%);
  height: 50px;
  width: 95%;
  background: var(--yellow);
  margin: 0 auto;
  align-items: center;
}
#ive-machine-learning-pro-makers .ive-slide-inner-content-inner:hover .ive-honey-shop-makers-btm{
  bottom: 0%;  opacity: 1;
}
#ive-machine-learning-pro-makers .ive-slide-inner-content-inner{
  position: relative;
  z-index: 2;
}
#ive-machine-learning-pro-makers .ive-slide-inner-content-inner::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -100%;
  z-index: 0;
  transition: 0.5s;
  background: #000;
  opacity: 0.7;
  border-radius: 10px
}
#ive-machine-learning-pro-makers .ive-slide-inner-content-inner:hover::after{
  bottom: 0%;  
}
.ive-machine-learning-pro-maker-right{
  position: absolute;
  right: 0;
  width: 695px;
}
.ive-machine-learning-pro-maker-left{
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 245px;
}
#ive-machine-learning-pro-main .wp-block-cover .wp-block-cover__image-background{
  object-fit: fill;
}
#ive-machine-learning-pro-main .woo-prod-img img{
  object-fit: cover;
  border-radius: 10px;
}
.ive-machine-learning-pro-makers-box{
  padding: 20px;
  border-radius: 10px;
}
.ive-machine-learning-pro-makers-box img{
  height: 85px !important;
  width: 75px !important;
  margin: 0 auto;
}
/* .owl-stage-outer{
  padding-top: 5%;
} */
#ive-machine-learning-pro-review-main .owl-stage-outer{
  padding-top: 5%;
}
#ive-machine-learning-pro-review-main .owl-item.active:nth-child(2) .ive-machine-learning-pro-makers-box{
  height: 300px;
  margin-top: -50px;
}
#ive-machine-learning-pro-review-main .owl-item.active:nth-child(2) .ive-machine-learning-pro-makers-box .wp-block-group__inner-container{
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
}
.ive-vw-machine-learning-pro-left-blog .post-image img{
width: 100% !important;
object-fit: cover;
}
#ive-machine-learning-pro-blog .ive-inner-post-content{
  padding: 10px 0 !important;
}
#ive-machine-learning-pro-blog .post-image img{
  border-radius: 10px;
}
.ive-vw-machine-learning-pro-right-blog  .post-image{
  width: 30% !important;
  flex: 0 0 30% !important;
}
.ive-vw-machine-learning-pro-right-blog .ive-inner-post-content {
  width: 60% !important;
  flex: 0 0 68% !important;
}
#ive-machine-learning-pro-blog {
  position: relative;
}
.ive-vw-machine-learning-pro-blog-bg img{
  position: absolute;
  width: 85%;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1025px) {
  #ive-machine-learning-pro-blog .ive-inner-post-content {
    padding: 10px 13px !important;
}
  #ive-machine-learning-pro-main .woo-prod-img img{
    height: 200px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #ive-machine-learning-pro-main .woo-prod-img img{
    height: 200px  !important;
  }
  #ive-machine-learning-pro-flavor .ive-slide-inner-content-inner img {
    height: 256px;
    width: 100%;
  }
  #ive-machine-learning-pro-flavor .ive-slide-inner-content-inner:hover .ive-honey-shop-flavor-btm {
    bottom: 180px;
    width: 225px;
  }
  .ive-vw-machine-learning-pro-right-blog .post-content-area {
    flex-direction: row !important;
  }
  #ive-machine-learning-pro-blog .ive-inner-post-content {
    padding: 10px 10px !important;
  }
  #ive-machine-learning-pro-blog .ive_latest_post_date{
  width: 100%;
  }
  .ive-honey-shop-slider-content{
    padding: 9% 0 0 10%;
  }
  .ive-honey-shop-baner-per-wrap,.ive-machine-learning-pro-slider-left-img,.ive-machine-learning-pro-maker-right{
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ive-vw-machine-learning-pro-perk-img{
    text-align: center;
  }
  .ive-vw-machine-learning-pro-perk-img img{
    width: 50%;
    margin: 0 auto;
  }
  .ive-vw-machine-learning-pro-right-blog .post-content-area {
    flex-direction: row !important;
  }
}
@media screen and (max-width:991px) {
  #ive-machine-learning-pro-benefit-of-honey .wp-block-cover .wp-block-cover__image-background{
    display: none;
  }
  #ive-machine-learning-pro-benefit-of-honey .wp-block-cover{
    background-color: #FAEAD1;
  }
  #ive-machine-learning-pro-flavor .ive-slide-inner-content-inner img{
    height: 380px;
  }
  .ive-honey-shop-slider-content{
    padding: 9% 0 0 0;
  }
  .ive-honey-shop-baner-per-wrap,.ive-machine-learning-pro-slider-left-img,.ive-machine-learning-pro-maker-right{
    display: none;
  }
  #ive-machine-learning-pro-blog .ive-inner-post-content {
    padding: 10px 10px !important;
  }
  .ive-vw-machine-learning-pro-right-blog .post-content-area {
    flex-direction: row !important;
  }
}
@media screen and (max-width:767px) {
  .ive-machine-learning-pro-benifit-icon{
    text-align: center;
  }
  #ive-machine-learning-pro-flavor .ive-slide-inner-content-inner img{
    height: 334px;
  }
  #ive-machine-learning-pro-main .wp-block-cover .wp-block-cover__image-background {
    object-fit: cover;
  }
  
  .ive-vw-machine-learning-pro-right-blog .post-image,.ive-vw-machine-learning-pro-right-blog .ive-inner-post-content{
    width: 100% !important;
  }

}

@media screen and (max-width:575px) {
  #ive-machine-learning-pro-blog .post-image img{
width: 100%;
  }
}





/* loader */
.ai_loader{
  display: flex;
    justify-content: center;
    width: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  animation: flipX 1s linear infinite;
}

@keyframes flipX {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
    


/* my style */
/* common styling */
.c_common_subheading{
  font-family: var(--font-one);
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
}
.c_common_heading{
  font-family: var(--font-two);
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
}
.c_common_para{
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 18px;
  line-height:30px;
}
.button1 a{
  font-family: var(--font-one);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 15px 34px;
  margin: 0 0 0 25px;
  border-radius: 6px;
  transition: linear all 0.3s;
}

.button1 a:hover{
  color: var(--green);
    background: var(--white);
}

.button2 a{
  font-family: var(--font-one);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #0C8AA4;
  padding: 15px 34px;
  margin: 0 0 0 0px;
  border-radius: 6px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.button2 a:hover{
  color: var(--white);
  background: #000;
}


header{
  position: absolute;
  z-index: 9;
  width: 100%;
  /* background: rgba(255, 255, 255, 0.10); */
}
#banner {
  padding: 100px 0 0;
  margin: 0 15px 0 0;
  clip-path: polygon( 0% 0%,92.714% 0%,92.714% 0%,92.918% 0.579%,93.472% 2.256%,94.288% 4.945%,95.279% 8.559%,96.357% 13.008%,97.435% 18.207%,98.426% 24.067%,99.242% 30.501%,99.796% 37.422%,100% 44.742%,100% 44.742%,99.893% 51.906%,99.56% 58.451%,98.985% 64.43%,98.152% 69.897%,97.043% 74.903%,95.644% 79.502%,93.936% 83.746%,91.904% 87.688%,89.531% 91.381%,86.8% 94.877%,86.8% 94.877%,83.429% 97.657%,79.225% 99.289%,74.309% 99.959%,68.802% 99.851%,62.823% 99.153%,56.495% 98.048%,49.937% 96.723%,43.271% 95.363%,36.617% 94.153%,30.095% 93.279%,30.095% 93.279%,24.056% 92.802%,18.754% 92.621%,14.164% 92.677%,10.264% 92.914%,7.029% 93.273%,4.435% 93.696%,2.459% 94.126%,1.077% 94.505%,0.265% 94.774%,0% 94.877% );
}

#banner .row{
  display: flex;
  align-items: center;
}
#banner .content_outer .banner_content{
  width: 650px;
}

#banner .content_outer .banner_content h1{
  font-family: var(--font-two);
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
}

#banner .content_outer .banner_content h4{
  font-family: var(--font-one);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

#banner .content_outer .banner_content p{
  color: #fff;
  font-family: var(--font-one);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
#banner .content_outer .banner_content .btn{
  padding: 0;
}
#banner .content_outer .banner_content .btn a{
  font-family: var(--font-one);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #0C8AA4;
  padding: 15px 34px;
  margin: 0 0 0 0px;
  border-radius: 6px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
#banner .content_outer .banner_content .btn a:hover{
  color: #fff;
  background: #000;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

#banner  .banner_robot img{
  margin: 0 0 -20px;
}

/* services section start*/
#services {
  padding: 90px 0 30px;
}

#services-page .contents,

#services .content_left .contents {
  border-radius: 15px;
  background: rgba(12, 138, 164, 0.1); 
  /* background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box; */
  margin: 10px;
  color: #000;
  padding: 25px 30px 15px;
  position: relative;
  width: 100%;
  transition: linear all 0.3s;
}

#services .content_left .c-col:nth-child(2) .contents{
  margin-top: 60px;
}
#services .content_left .c-col:nth-child(3) .contents{
  margin-top: -40px;
}
#services-page .contents:hover,

#services .content_left .contents:hover {
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  transition: linear all 0.3s;
}

#services-page .contents:hover .cont a h3,
#services-page .contents:hover .cont a p,

#services .content_left .contents:hover .cont  a h3,
#services .content_left .contents:hover .cont p{
  color: #fff !important;
}

#services-page .contents:before,

#services .content_left .contents:before {
  content: "";
  height: 80px;
  width: 100%;
  background-color: rgba(12, 138, 164, 0.1);
  margin: 0 auto 0;
  display: block;
  top: 0;
  left: 0;
  /* margin: -25px 0 0 -152px; */
  position: absolute;
  clip-path: polygon( 5% 0%,95% 0%,95% 0%,95.811% 0.249%,96.58% 0.969%,97.297% 2.122%,97.952% 3.669%,98.535% 5.569%,99.035% 7.783%,99.442% 10.273%,99.745% 13%,99.935% 15.923%,100% 19.004%,100% 87.417%,100% 87.417%,99.797% 107.007%,99.165% 119.253%,98.072% 125.377%,96.483% 126.604%,94.365% 124.158%,91.684% 119.263%,88.407% 113.142%,84.501% 107.019%,79.932% 102.119%,74.667% 99.664%,74.667% 99.664%,69.269% 98.393%,64.165% 96.347%,59.281% 93.728%,54.541% 90.74%,49.872% 87.586%,45.201% 84.469%,40.452% 81.592%,35.551% 79.159%,30.425% 77.373%,25% 76.437%,25% 76.437%,19.764% 76.562%,15.232% 77.67%,11.368% 79.525%,8.136% 81.893%,5.5% 84.54%,3.424% 87.231%,1.872% 89.732%,0.808% 91.809%,0.196% 93.227%,0% 93.752%,0% 19.004%,0% 19.004%,0.065% 15.923%,0.255% 13%,0.558% 10.273%,0.965% 7.783%,1.465% 5.569%,2.048% 3.669%,2.703% 2.122%,3.42% 0.969%,4.189% 0.249%,5% 0% );
}

#services-page .contents .icon,

#services .content_left .contents .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  line-height: 90px;
  border-radius: 50px;
  margin: 0 auto 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#services-page .contents .cont p,

#services .content_left .contents .cont p{
  font-size: 16px;
}

/*services right content */
#services .content_right{
  padding: 0 30px;
}
#services .content_right h4{
  color: #007188;
}
#services .content_right .button1 a{
  margin: 0;
}
#services .content_right .button1 a{
  margin: 0;
}
#services .content_right .button1 a:hover{
  background-color: #0C8AA4;
  color: #fff;
}

/* services page close */
/* ================== */
/* about us section  */

#about-us{
  padding: 0 0 30px;
}
#about-us .about_left_content {
  padding: 0 90px 0 0;
}
#about-us .about_left_content h3{
  color: #007188;
}

#about-us .about_left_content .advance_date{
  width: 70%;
  margin: 30px 0;
}
#about-us .about_left_content .advance_date .advance {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
}
#about-us .about_left_content .advance_date .advance .icon {
  height: 80px;
  width: 125px;
  border-radius: 50px;
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  line-height: 80px;
  text-align: center;
}
#about-us .about_left_content .advance_date .advance h4{
  font-weight: 700;
}
#about-us .about_left_content .advance_date .advance p {
  margin: 0 0 0px;
  font-size: 16px;
}
/* client */
#about-us  .about_client {
  margin: -35px 0 0;
  display: flex;
  gap: 35px;
  align-items: center;
}
#about-us .about_client  .client {
  display: flex;
  align-items: center;
  gap: 20px;
}
#about-us .about_client  .client h5 span{
  display: block;
  font-weight: 400;
  font-size: 16px;
}
/* about right section */
#about-us .about_right_content {
  margin: 45px 0 0;
  position: relative;
}
#about-us .about_right_content .images img{
  border-radius: 10px;
  margin: 0 0 15px;
}

#about-us .about_right_content .image2 {
  display: flex;
  gap: 15px;
  margin: 0px 0 0 -130px;
}
#about-us .about_right_content .image1 {
  margin: 0px 0 0 -55px;
}

#about-us .about_right_content .robot {
  position: absolute;
  bottom: 20px;
  right: -5px;
}

#about-us .about_right_content .robot img {
  width: 90%;
}
/* about us close */
#counter {
  padding: 70px 0 30px;
}
#counter .counter{
  padding: 60px 0 0;
}
#counter .counter_content {
  padding: 0 0 15px !important;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
}

#counter .counter .c-col:nth-child(2) .counter_content {
  margin-top: 30px;
}
#counter .counter .c-col:nth-child(3) .counter_content {
  margin-top: 60px;
}
#counter .counter .c-col:nth-child(4) .counter_content {
  margin-top: 90px;
}

#counter .counter_content  .icon {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  line-height: 110px;
  text-align: center;
  margin: -60px auto 0;
}
#counter .counter_content .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#counter .counter_content .num span {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
#counter .counter_content h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 900;
}

#counter .counter_content h5{
  font-size: 20px;
  line-height: 60px;
  font-weight: 600;
}

/* --------------------------------- */
/* case study start */
#case_study{
  padding: 100px 0;
  margin: 0 0px 0 15px;
  clip-path: polygon( 100% 100%,100% 100%,99.645% 99.818%,98.604% 99.33%,96.912% 98.622%,94.607% 97.778%,91.724% 96.885%,88.299% 96.027%,84.369% 95.291%,79.969% 94.763%,75.135% 94.527%,69.905% 94.669%,69.905% 94.669%,64.155% 95.226%,57.875% 96.078%,51.27% 97.073%,44.547% 98.062%,37.909% 98.895%,31.563% 99.422%,25.714% 99.493%,20.567% 98.958%,16.327% 97.667%,13.2% 95.469%,13.2% 95.469%,10.803% 92.567%,8.623% 89.258%,6.67% 85.544%,4.95% 81.422%,3.471% 76.891%,2.244% 71.949%,1.274% 66.597%,0.572% 60.832%,0.144% 54.653%,0% 48.059%,0% 48.059%,0.161% 41.579%,0.633% 35.711%,1.394% 30.406%,2.426% 25.615%,3.709% 21.291%,5.223% 17.386%,6.949% 13.85%,8.867% 10.636%,10.957% 7.695%,13.2% 4.979%,13.2% 4.979%,16.083% 2.844%,20.004% 1.586%,24.806% 1.068%,30.332% 1.151%,36.424% 1.699%,42.927% 2.573%,49.683% 3.636%,56.536% 4.749%,63.329% 5.777%,69.905% 6.58%,69.905% 6.58%,75.944% 7.057%,81.246% 7.239%,85.836% 7.182%,89.736% 6.945%,92.971% 6.586%,95.565% 6.162%,97.541% 5.731%,98.923% 5.352%,99.735% 5.082%,100% 4.979% );
}
#case_study .content_outer h2,
#case_study .content_outer h4{
  color: #fff;
}

#case_study .content_outer .more_cases a{
  margin: 0;
}

#case_study .content_outer .case_study_contents {
  margin: 60px 0;
}

#case-study-page  .case_study_contents .content_col,

#case_study .content_outer .case_study_contents .content_col{
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

#case_study .content_outer .case_study_contents .content_col:nth-child(2){
  flex-direction: row-reverse;
}

#case-study-page  .case_study_contents .c-col:nth-child(2) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(4) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(6) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(8) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(10) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(12) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(14) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(16) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(18) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(20) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(22) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(24) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(26) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(28) .content_col,
#case-study-page  .case_study_contents .c-col:nth-child(30) .content_col,


#case_study .content_outer .case_study_contents .c-col:nth-child(2) .content_col,
#case_study .content_outer .case_study_contents .c-col:nth-child(4) .content_col {
  flex-direction: row-reverse;
}




#case-study-page   .case_study_contents .c-col:nth-child(2) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(4) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(6) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(8) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(10) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(12) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(14) .content_col .content,
#case-study-page   .case_study_contents .c-col:nth-child(16) .content_col .content,


#case_study .content_outer .case_study_contents .c-col:nth-child(2) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(4) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(6) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(8) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(10) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(12) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(14) .content_col .content,
#case_study .content_outer .case_study_contents .c-col:nth-child(16) .content_col .content{
  border-radius: 15px 0px 0 15px;
}

#case-study-page  .case_study_contents .content_col .thumb,
#case_study .content_outer .case_study_contents .content_col .thumb {
  max-width: 300px;
  height: 280px;
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
}


#case-study-page  .case_study_contents .content_col .thumb img,
#case_study .content_outer .case_study_contents .content_col .thumb img{
  width: 100%;
  height: 100%;
}

#case-study-page  .case_study_contents .content_col .content,

#case_study .content_outer .case_study_contents .content_col .content {
  background: rgba(255, 255, 255, 0.10);
  border-radius: 0 15px 15px 0;
  color: #fff;
  width: calc(100% - 262px);
  padding: 30px 15px;
}

#case-study-page  .case_study_contents .content_col .content a,

#case_study .content_outer .case_study_contents .content_col .content a{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0;
}

#case-study-page  .case_study_contents .content_col .content h4,

#case_study .content_outer .case_study_contents .content_col .content h4{
  font-size: 22px;
  font-weight: 700;
}

#case-study-page  .case_study_contents .content_col .content p,

#case_study .content_outer .case_study_contents .content_col .content p{
  font-size: 16px;
  margin: 10px 0 20px;
}

#case-study-page  .case_study_contents .content_col .content .button1 a,

#case_study .content_outer .case_study_contents .content_col .content .button1 a{
  font-size: 13px;
  margin: 0;
  padding: 13px 20px;
  background: #fff;
  color: #000;
}

#case-study-page  .case_study_contents .content_col .content .button1 a:hover,

#case_study .content_outer .case_study_contents .content_col .content .button1 a:hover{
  background: var(--green);
  color: #fff;
}
/* --------------------------------------------------- */
/* our work start */
#work {
  padding: 90px 0 30px;
}
#work .content_left .contents {
  background: #E6F3F6;
  min-height: 275px;
  padding: 15px 30px;
  margin: 0 0 30px;
  border-radius: 10px;
  transition: linear all 0.3s;
}
#work .content_left .contents:hover {
  background: transparent linear-gradient(125deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

#work .content_left .contents .icon svg path{
  fill: #000;
}
#work .content_left .contents:hover .icon svg path{
  fill: #fff;
}
#work .content_left .contents:hover h3 {
  color: #fff;
}


#work .content_left .contents .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
#work .content_left .contents .icon span{
  font-size: 50px;
  font-weight: 900;
  font-family: var(--font-two);
  color: rgba(0, 0, 0, 0.06);
}

#work .content_left .contents .cont h3 {
  font-size: 22px;
  font-weight: 900;
}

#work .content_left .contents .cont p {
  font-size: 15px;
}

#work .content_left .contents:hover .icon img {
  webkit-filter: invert(100%);
    filter: invert(100%);
}

/* right content */
#work .content_right h4 {
  color: #007188;
}

#work .content_right .video{
  position: relative;
}
#work .content_right .video img {
  border-radius: 15px;
  width: 100%;
  height: 335px;
}
#work .content_right .video .icon {
  position: absolute;
  margin: 0 auto;
  top: 35%;
  right: 44%;
}
#work .content_right .video .icon i {
  background: transparent linear-gradient(125deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  font-size: 20px;
  color: #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
}
#work .content_right .video .icon button {
  background-color: transparent;
  padding: 0;
  border: 0;
}
#work .content_right .video .icon button:focus {
  box-shadow: none;
  border: 0;
}
/* popup */
#work .modal {
  background: rgba(0,0,0,0.8);
}
#work .content_right .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#work .content_right .modal-body {
  position:relative;
  padding:0px;
}
#work .content_right .btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

/* popup */
#work .modal-body {
  padding: 2px;
}
#work .modal-body .btn-close {
  background: transparent;
  opacity: 1;
}
#work .modal-body button{
  position: absolute;
  z-index: 99;
  top: -45px;
  right: 10px;
}
#work .modal-body button i {
  color: #000;
  font-size: 22px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
/* ============================================ */
/* why choose us start */
#why-us{
  padding: 60px 0;
}
#why-us .why_us_left_content h3{
  color: #007188;
}

#why-us .why_us_left_content .list .content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 12px;
}
#why-us .why_us_left_content .list .content i {
  background: #0C8AA4;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#why-us .why_us_left_content .list ul li h5{
  font-size: 22px;
}

/* right col */
#why-us .why_us_right_content .col1 button {
  color: #fff;
  background: transparent linear-gradient(125deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  padding: 10px 15px;
  border: 0;
  margin: 8px 0 0 auto;
  border-radius: 10px;
  width: auto;
  display: block;
  font-size: 17px;
  font-weight: 600;
  cursor: none;
  align-items: center;
  display: flex;
  gap: 10px;
}
#why-us .why_us_right_content .col1 button img{
  width: 40px;
}
#why-us .why_us_right_content .col1 img,
#why-us .why_us_right_content .col2 img{
  border-radius: 10px;
  width: 100%;
}
#why-us .why_us_right_content .col2 h6{
  font-size: 20px;
  margin: 0 0 10px;
}


#why-us .why_us_right_content .circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
/* #why-us .why_us_right_content .circular-progress::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #000;
}
#why-us .why_us_right_content .circular-progress:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #000;
} */


#why-us .why_us_right_content .inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: #fff;
}
/* #why-us .why_us_right_content .inner-circle::before {
  content: "";
  height: 15px;
  width: 6px;
  background-color: rgb(12, 138, 164);
  position: absolute;
  top: -15px;
  border-radius: 8px 0px 0 8px;
  left: 47%;
} */
/* 
#why-us .why_us_right_content .inner-circle::after {
  content: "";
    height: 15px;
    width: 6px;
    background-color: rgb(12, 138, 164);
    position: absolute;
    top: -15px;
    border-radius: 8px 0px 0 8px;
    left: 47%;
} */

#why-us .why_us_right_content .percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgb(0, 0, 0, 0.8);
  margin: 0;
  font-family: var(--font-one) !important;
  font-size: 36px;
  font-weight: 900;
  color: #000 !important;
}

/* ===================================== */
/* logos start */
#logos{
  padding: 90px 0 30px;
}
#logos .contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logos .contents .icon:nth-child(1) img{
  margin: 60px 0 0;
}
#logos .contents .icon:nth-child(2) img{
  margin: 30px 0 0;
}
#logos .contents .icon:nth-child(3) img{
  margin: 0px 0 0;
}
#logos .contents .icon:nth-child(4) img{
  margin: -30px 0 0;
}
#logos .contents .icon:nth-child(5) img{
  margin: -60px 0 0;
}
#logos .contents .icon:nth-child(6) img{
  margin: -90px 0 0;
}

/* testimonials start */
#testimonials{
  margin: 0 15px 0 0;
  clip-path: polygon( 0% 100%,0% 100%,0.355% 99.82%,1.396% 99.336%,3.088% 98.633%,5.393% 97.797%,8.276% 96.911%,11.701% 96.061%,15.631% 95.331%,20.031% 94.807%,24.865% 94.573%,30.095% 94.714%,30.095% 94.714%,35.845% 95.266%,42.125% 96.11%,48.73% 97.097%,55.453% 98.078%,62.091% 98.904%,68.437% 99.426%,74.286% 99.497%,79.433% 98.966%,83.673% 97.686%,86.8% 95.507%,86.8% 95.507%,89.197% 92.629%,91.377% 89.349%,93.33% 85.667%,95.05% 81.579%,96.529% 77.087%,97.756% 72.188%,98.726% 66.881%,99.428% 61.165%,99.856% 55.039%,100% 48.501%,100% 48.501%,99.839% 42.076%,99.367% 36.258%,98.606% 30.998%,97.574% 26.248%,96.291% 21.961%,94.777% 18.089%,93.051% 14.583%,91.133% 11.397%,89.043% 8.481%,86.8% 5.788%,86.8% 5.788%,83.917% 3.672%,79.996% 2.424%,75.194% 1.91%,69.668% 1.993%,63.576% 2.536%,57.073% 3.402%,50.317% 4.456%,43.464% 5.56%,36.671% 6.579%,30.095% 7.375%,30.095% 7.375%,24.056% 7.849%,18.754% 8.029%,14.164% 7.973%,10.264% 7.738%,7.029% 7.381%,4.435% 6.961%,2.459% 6.534%,1.077% 6.158%,0.265% 5.89%,0% 5.788% );
  padding: 150px 0;
}
#testimonials .content_outer .slick-slider{
  overflow: visible;
}
#testimonials .content_outer .slider .testimonial-box .test-img{
  display: flex;
  gap: 15px;
  align-items: center;
}
#testimonials .content_outer .slider .testimonial-box .test-img h4 span{
  display: block;
  font-size: 14px;
  font-weight: 400;

}

#testimonials .testimonials_left h4,
#testimonials .testimonials_left h2,
#testimonials .testimonials_left p{
  color: #fff;
}

/* ======================================== */
/* pricing plan */
#pricing_plan {
  padding: 120px 0 60px;
}
#pricing_plan h4 {
  color: #007188;
}
#pricing_plan .content_price .cards {
  background: #E6F3F6;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 15px 0 0;
  position: relative;
}
#pricing_plan .content_price .cards .head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 35px;
}
#pricing_plan .content_price .cards .head h5{
  font-size: 18px;
}
#pricing_plan .content_price .cards .head h5 span{
  display: block;
  font-size: 26px;
}

#pricing_plan .content_price .cards .head .icon {
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 13px;
}

#pricing_plan .content_price .cards .curve_line{
  overflow: hidden;
}

#pricing_plan .content_price .cards .content .list {
  width: 100%;
  padding: 20px 0 0;
  /* border-top: 2px solid #ccc; */
}
#pricing_plan .content_price .cards .content .list ul  {
  list-style-type: none;
}

#pricing_plan .content_price .cards .content .list ul li{
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

#pricing_plan .content_price .cards .content .list ul li i {
  background: #000;
  color: #fff;
  height: 18px;
  width: 18px;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

#pricing_plan .content_price .cards  .button1{
  margin: 30px 0 0;
}
#pricing_plan .content_price .cards  .button1 a{
  margin: 0;
  background: #0C8AA4;
  color: #fff;
  padding: 11px 30px;
}

#pricing_plan .content_price .cards:hover {
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
#pricing_plan .content_price .cards:hover .button1 a{
  background: #fff;
  color: #000;
}
#pricing_plan .content_price .cards:hover .head h5{
  color: #fff;
}
#pricing_plan .content_price .cards:hover .head .icon{
  background: #fff;
}

#pricing_plan .content_price .cards:hover .head .icon img{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#pricing_plan .content_price .cards:hover .head .icon svg path{
  fill: #000;
}

#pricing_plan .content_price .cards:hover .list ul li i{
  color: #000;
  background: #fff;
}

/* =================================================== */
/* blog post start */
#blog-news{

}
#blog-news h4{
  color: #007188;
}
#blog-news .blog_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}

#blog-news .content_col {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

#blog-news .content_col .thumb {
  width: calc(100% - 262px);
  background: var(--white);
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  height: 225px;
  position: relative;
}

#blog-news .content_col .thumb img {
  width: 100%;
  height: 100%;
}

#blog-news .content_col .thumb .date h6 {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 15px 3px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

#blog-news .content_col  .content {
  background: #E6F3F6;
  border-radius: 15px 15px;
  color: #fff;
  padding: 30px 25px;
  max-width: 300px;
  height: 280px;
  transition: linear all 0.3s;
}

#blog-news .c-col:nth-child(2) .content_col ,
#blog-news .c-col:nth-child(4) .content_col ,
#blog-news .c-col:nth-child(6) .content_col,
#blog-news .c-col:nth-child(8) .content_col,
#blog-news .c-col:nth-child(10) .content_col,
#blog-news .c-col:nth-child(12) .content_col,
#blog-news .c-col:nth-child(14) .content_col,
#blog-news .c-col:nth-child(16) .content_col,
#blog-news .c-col:nth-child(18) .content_col,
#blog-news .c-col:nth-child(20) .content_col,
#blog-news .c-col:nth-child(22) .content_col,
#blog-news .c-col:nth-child(24) .content_col,
#blog-news .c-col:nth-child(26) .content_col {
  flex-direction: row-reverse;
}

#blog-news .c-col:nth-child(2) .content_col .thumb,
#blog-news .c-col:nth-child(4) .content_col .thumb, 
#blog-news .c-col:nth-child(6) .content_col .thumb,
#blog-news .c-col:nth-child(8) .content_col .thumb,
#blog-news .c-col:nth-child(10) .content_col .thumb,
#blog-news .c-col:nth-child(12) .content_col .thumb,
#blog-news .c-col:nth-child(14) .content_col .thumb,
#blog-news .c-col:nth-child(16) .content_col .thumb,
#blog-news .c-col:nth-child(18) .content_col .thumb,
#blog-news .c-col:nth-child(20) .content_col .thumb,
#blog-news .c-col:nth-child(22) .content_col .thumb,
#blog-news .c-col:nth-child(24) .content_col .thumb,
#blog-news .c-col:nth-child(26) .content_col .thumb{
  border-radius: 0 15px 15px 0;
}

#blog-news .content_col  .content .meta_box h6, #blog-news .content_col  .content .meta_box span {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
#blog-news .content_col  .content .meta_box h6 i,
#blog-news .content_col  .content .meta_box span i{
  margin: 0 5px 0 0;
  font-size: 15px;
}

#blog-news .content_col  .content h5{
  margin: 9px 0;
}
#blog-news .content_col  .content h5 a{
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
#blog-news .content_col  .content p{
  font-size: 15px;
  font-weight: 400;
}

/* hover */
#blog-news .content_col:hover .content  {
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
}

#blog-news .content_col:hover .content h6, #blog-news .content_col:hover .content span,
#blog-news .content_col:hover .content a ,#blog-news .content_col:hover .content p  {
  color: #fff;
}

#blog-news .content_col:hover .date h6  {
  background: transparent linear-gradient(313deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

#blog-news .content_col:hover .content .blog-content{
  color: #fff;
}

/* blog close */
/* newslettter start */
#newsletter{
  padding: 90px;
  /* background: #E6F3F6; */
}

#newsletter .newsletter_outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#newsletter .newsletter_outer .newsletter-form-box{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

#newsletter .newsletter_outer .headings{
  text-align: end;
} 

#newsletter .newsletter_outer .headings h3{
  color: #007188;
} 

#newsletter .newsletter_outer .form input{
  height: 48px;
  border-radius: 6px;
  background: #fff;
  color: #000000;
  font-size: 15px;
  padding: 0 15px;
  font-family: var(--font-one);
  font-weight: 400;
  border: 0;
} 
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}



#newsletter .mail_img{
  width: fit-content;
  position: absolute;
  left: 75px;
  top: 45px;
}
#newsletter .newsletter_outer .form input[type=submit] {
  height: 48px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 0 24px;
  font-family: var(--font-one);
  font-weight: 400;
  border: none;
  transition: linear all 0.3s;
  border: 1px solid #fff;
}
#newsletter .newsletter_outer .form input[type=submit]:hover {
  background: #007188;
}

#newsletter .wpcf7 form .wpcf7-response-output {
  color: #000 !important;
}

/* #pricing_plan , #testimonials , #blog-news{ 
  display: none;
} */


/* footer */
#footer{
  margin: 0 0px 0 15px;
}
#footer_box .footer-cols h1,
#footer_box .footer-cols h2,
#footer_box .footer-cols h3,
#footer_box .footer-cols h4,
#footer_box .footer-cols h5,
#footer_box .footer-cols h6{
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-one);
  margin: 0 0 30px;
}

#footer_box .footer-cols .footer-col-one ul li {
  width: 48%;
  float: left;
  padding: 0 0 10px;
}

#footer_box .footer-cols .footer-col-two {
  text-align: center;
}
#footer_box .footer-cols .footer-col-two img {
  padding: 0 0 20px;
  margin: 0 auto;
  display: block;
}

#footer_box .footer-cols .footer-col-two p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
}

#footer_box .footer-cols .footer-col-three{
  width: auto;
  margin: 0 0 0 auto;
}

#footer_box .footer-cols .footer-col-three .about_me,
#footer_box .footer-cols .footer-col-three .about_me .row {
  text-align: right;
  display: block;
}
#footer_box .footer-cols .footer-col-three .about_me .row h6{
  display: none;
}
#footer_box .footer-cols .footer-col-three .about_me .row i {
  background: #0C8AA4;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 6px;
  margin: 0 0 0 10px;
}
#footer_box .footer-cols .footer-col-three .about_me .row .sm {
  display: none;
}
/* copyright */
#footer_box .copyright .copyright_content{
  display: flex;
  justify-content: space-between;
}
#footer_box .copyright .copyright_content .footer-col-four ul{
    display: flex;
}
#footer_box .copyright .copyright_content .footer-col-four ul li a{
  color: #000;
  font-weight: 600;
}


/* =========================homepage close=================== */
/* ---------------Inner pages start------------------------- */

/* about us page */
#about-page-maine #about-us .about_client .button2{
  display: none;
}
/* services page */
#services-page {
  margin: 0 0 60px;
}


/* case study page start */

#case-study-page  {
  margin: 0 0 60px;
}

#case-study-page  .case_study_contents .content_col .content{
  background:#0C8AA4;
}
#case-study-page .case_study_contents .content_col .content h4,
#case-study-page .case_study_contents .content_col .content h6{
  color: #fff;
}

/* contact page */
#contact-us {
  padding: 3% 0 3% 0;
}
#contact-us .contac_form {
  max-width: 100%;
  margin: 0 0 45px;
}
#contact-us .contac_form form input[type="text"],
#contact-us .contac_form form input[type="tel"], 
#contact-us .contac_form form input[type="email"],
#contact-us .contac_form form textarea {
  padding: 18px 10px;
  border: 1px solid #000;
}
#contact-us .contact-info {
  margin: 0 0 30px;
}
#contact-us .contact-info .details {
  background: #033d50;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin: 25px 0 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
#contact-us .contact-info .details i{
  font-size: 30px;
}
#contact-us .contact-info .details h5,
#contact-us .contact-info .details a{
  color: #fff;
}

#contact-us .contac_form form .btn-wrap{
  background-color: #000;
}

/* privacy policy /TC/Support pages */
#support-page ,
#pri-po-page ,
#tc-page {
  margin: 0 0 60px;
}

#support-page .content_box,
#pri-po-page .content_box,
#tc-page .content_box{
  margin: 0 0 20px;
}

#support-page .content_box h2,
#pri-po-page .content_box h2,
#tc-page .content_box h2{
  margin: 0 0 7px;
  font: 600 20px / 35px var(--font-one);
}

#support-page .content_box p,
#pri-po-page .content_box p,
#tc-page .content_box p{
  font: 400 16px / 30px var(--font-one);
}

/* get a Quote page */
#get-quote-page {
  padding: 60px 0;
  margin: 0 0 60px;
}

#get-quote-page form input,
#get-quote-page form select {
  height: 55px;
  vertical-align: middle;
}
#get-quote-page form textarea {
  height: 200px;
  resize: none;
}
#get-quote-page .wpcf7-not-valid-tip {
  font-size: 14px;
}

#get-quote-page form [type=submit] {
  font-family: var(--font-one);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #0C8AA4;
  padding: 8px 50px;
  margin: 20px 0 0 0px;
  border-radius: 6px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  border: 0;
  height: 45px;
}

#get-quote-page form [type=submit]:hover{
  color: #fff;
  background: #000;
}

#get-quote-page form label {
  display: block;
}

#get-quote-page form .wpcf7-radio .wpcf7-list-item {
  display: block;
  line-height: 30px;
  height: 45px;
  margin: 0 0 0;
  font-size: 16px;
  width: 50%;
  float: left;
}
/* ========================================== */
/* single blog page  */


#single-post .single-post-img{
  border-radius: 15px;
  overflow: hidden;
}

#single-post .single-post-img img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
  height: 400px;
}
/* =================================================== */
/* single services page start */
#single-ourservices {

}

#single-ourservices .content_page .banner{
  margin: 0 0 45px;
}
#single-case-study .content_page p,
#single-ourservices .content_page p{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

#single-case-study .content_page h3,
#single-ourservices .content_page h3{
  font-size: 36px;
  font-weight: 800;
}
#single-case-study .content_page .banner img,
#single-ourservices .content_page .banner img{
  width: 100%;
  border-radius: 10px;
  margin: 0 0 30px;
}

#single-ourservices .content_page .quote{
  padding: 45px;
  text-align: center;
  background: rgba(12, 138, 164, 0.1);
  margin: 0 0 45px;
  border-radius: 10px;
  color: #fff;
}
#single-ourservices .content_page .quote img {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  margin: 0 0 15px;
  padding: 3px;
  background: #FFF;
}
#single-ourservices .content_page .quote p span{
  font-weight: 800;
}
#single-ourservices .content_page .para2{
  margin: 0 0 30px;
}
#single-ourservices .content_page .para2 h3{
  margin: 0 0 15px;
}
#single-ourservices .content_page .card_content .col_1 {
  border-radius: 15px;
  background-color: rgba(12, 138, 164, 0.1);
  margin: 0 0 30px;
  color: #000;
  padding: 15px;
}
#single-ourservices .content_page .card_content .col_1 img{
  margin: 0 0 15px;
  height: 50px;
  width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#single-ourservices .content_page .card_content .col_1 h5{
  color: #000;
}
#single-ourservices .content_page .faqs{
  margin: 30px 0 0;
}

#single-ourservices .content_page  #faq-page{
  padding: 30px 0 0;
  margin: 0 0 45px;
}
#single-ourservices .content_page  #faq-page .container{
  padding: 0px 0 0;
}

/* ====================================== */
/* single case study page start */
#ingle-case-study{

}
#single-case-study .content_page .banner{
  margin: 0 0 15px;
}

#single-case-study .content_page .list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#single-case-study .content_page .list ul li{
  position: relative;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
  list-style: none;
  flex: 0 0 auto;
  width: 50%;
}
#single-case-study .content_page .list ul li i {
  height: 22px;
  width: 22px;
  background: #000;
  text-align: center;
  line-height: 22px;
  margin: 0 8px 0 0;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}
#single-case-study .content_page .btm-cont{
  margin: 30px 0 15px;
}
#single-case-study .content_page .btm-cont img{
  border-radius: 10px;
  width: 100%;
  margin: 0 0 15px;
}

#single-case-study .content_page .btm-cont h3{
  margin: 15px 0;
}

/* ====================================================== */
/* search page start */
#search-page h1{
  font-family: var(--font-two);
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
}

#search-page .search-content .c-col{
  
}

#search-page .search-content .c-col .content_col{
  padding: 15px;
  background: #E6F3F6;
  margin: 0 0 30px;
  border-radius: 15px;
}
#search-page .search-content .c-col .content_col .thumb img{
  border-radius: 15px;
  margin: 0 0 15px;
}
#search-page .search-content .c-col .content_col .content .meta_box{
  margin: 10px 0;
}
#search-page .search-content .c-col .content_col .content .meta_box span{
  font-size: 14px;
  font-weight: 700;
}
#search-page .search-content .c-col .content_col .content p{
  margin: 10px 0 0;
}













/* json style */
.ive-vw-ai-machine-learning-paragraph-banner h2,
.ive-vw-ai-machine-learning-paragraph h2{
  line-height: 32px !important;
}

.ive-vw-ai-machine-learning-serv-col .wp-block-cover__background:hover,
.ive-vw-ai-machine-learning-serv-col2 .wp-block-cover__background:hover{
  background-color: #000;
}

.ive-vw-ai-machine-learning-serv-col2{
  margin: 45px 0 0 !important;
}

.ive-vw-ai-machine-learning-serv-col{
  margin: 0 0 30px;
  border-radius: 15px;
  padding: 15px !important;
}

.ive-vw-ai-machine-learning-serv-col{
  
}
.ive-vw-ai-machine-learning-serv-col-icon{
  margin: 0px 0 24px !important;
}

/* about us */
.ive-vw-ai-machine-learning-about-right-advance{
  margin: 0 0 30px !important;
}

.ive-vw-ai-machine-learning-about-right-img1 img{
  border-radius: 15px !important;
  margin: 0 0 20px;
}
.ive-vw-ai-machine-learning-about-robot {
  position: absolute;
  bottom: 135px;
  margin: 0 0 0 120px;
}
.ive-vw-ai-machine-learning-about-robot img{
width: 45%;
}

/* counter */
.ive-vw-ai-machine-learning-counter,
.ive-vw-ai-machine-learning-counter2,
.ive-vw-ai-machine-learning-counter3,
.ive-vw-ai-machine-learning-counter4{
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 0 0 25px;
}
/* 
.ive-vw-ai-machine-learning-counter2{
  margin: 30px 0 0 !important;
}
.ive-vw-ai-machine-learning-counter3{
  margin: 60px 0 0 !important;
}
.ive-vw-ai-machine-learning-counter4{
  margin: 90px 0 0 !important;
} */
.ive-vw-ai-machine-learning-counter-icon{
  margin: -45px 0 0;
}

/* case study */
.ive-vw-ai-machine-learning-case-study-row{
  margin: 0 0 30px !important;
}
.ive-vw-ai-machine-learning-case-study-cont{
  gap: 0 !important;
}

.ive-vw-ai-machine-learning-case-study-txt{
  padding: 15px 30px;
  border-radius: 0 15px 15px 0;
}
.ive-vw-ai-machine-learning-case-study-img img{
  border-radius: 15px;
}
/* 2 */
.ive-vw-ai-machine-learning-case-study2-cont{
  gap: 0 !important;
}

.ive-vw-ai-machine-learning-case-study2-txt{
  padding: 15px 30px;
  border-radius: 15px 0 0 15px
}
.ive-vw-ai-machine-learning-case-study2-img img{
  border-radius: 15px;
}

/* work  */
.ive-vw-ai-machine-learning-work-col{
  padding: 15px 30px !important;
  margin: 0 0 30px;
  border-radius: 15px;
}

.ive-vw-ai-machine-learning-work-popup{
  position: absolute;
  bottom: 25%;
  right: 30%;
}

.ive-vw-ai-machine-learning-work-col .wp-block-cover__background:hover{
  background: transparent linear-gradient(125deg, #0C8AA4 0%, #05243E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.ive-vw-ai-machine-learning-work-play-icon i{
  height: 60px !important;
  width: 60px !important;
  font-size: 25px !important;
}

/* why us */
.ive-vw-ai-machine-learning-whu-us{

}

.ive-vw-ai-machine-learning-whu-us-right{
  gap: 0;
}

.ive-vw-ai-machine-learning-whu-us-image1 img{
  border-radius: 10px;
}
/* logos */
.ive-vw-ai-machine-learning-logos2{
  margin: 30px 0 0;
}
.ive-vw-ai-machine-learning-logos3{
  margin: 60px 0 0;
}
.ive-vw-ai-machine-learning-logos4{
  margin: 90px 0 0;
}
.ive-vw-ai-machine-learning-logos5{
  margin: 120px 0 0;
}
.ive-vw-ai-machine-learning-logos6{
  margin: 150px 0 0;
}
/* testimonials */
.ive-vw-ai-machine-learning-testimonials{
  margin: 70px 0 0;
}

/* testimonials */
.ive-vw-ai-machine-learning-testi-slider{
  background: rgba(255,255,255,0.10) ;
  padding: 15px;
  border-radius: 15px;
}

.ive-vw-ai-machine-learning-testi-slider .ive-slide-inner-content-inner{
  padding: 15px;
}

.ive-vw-ai-machine-learning-testi-slider .ive-slide-inner-content-inner .are-vertically-aligned-center {
  gap: 1em;
}

.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav.disabled, 
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-dots.disabled{
  display: block;
}
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav button {
  clip-path: none;
  border-radius: 7px !important;
  line-height: 40px;
}
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav .owl-prev,
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav .owl-next{
  top: 160px;
}
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav .owl-next{
  right: -20% !important;
}
.ive-vw-ai-machine-learning-testi-slider-outer .owl-carousel .owl-nav .owl-prev{
  left: 105% !important;
}

/* pricing plan */
.ive-vw-ai-machine-learning-pricing-plan-outer{
  padding: 25px 15px;
  border-radius: 15px;
  margin: 0 0 30px;
}

.ive-vw-ai-machine-learning-pricing-plan-outer .ive-vw-ai-machine-learning-pricing-plan-header,
.ive-vw-ai-machine-learning-pricing-plan-outer  .ive-vw-ai-machine-learning-pricing-plan-list{
  gap: 5px;
}
.ive-vw-ai-machine-learning-pricing-plan-curve-line{
  margin: 20px 0 30px;
}
/* blogs */
.ive-vw-ai-machine-learning-blog-outer{

}
.ive-vw-ai-machine-learning-blogs .post-item .post-image{
  display: flex !important;
  flex-direction: column-reverse;
}
.ive-vw-ai-machine-learning-blogs .post-item .post-image img{
  border-radius: 15px 0 0 15px;
  height: 200px;
}
.ive-vw-ai-machine-learning-blogs .post-item .post-image .ive_latest_post_date_img {
  position: absolute;
  top: 30px;
  padding: 7px 10px 5px;
  background: #fff;
  color: #000 !important;
  font-size: 11px !important;
  border-radius: 6px;
  margin: 15px 0 0 10px;
}
.ive-vw-ai-machine-learning-blogs .post-item .ive_latest_post_date_img .post-meta-content{
  font-size: 12px !important;
}
.ive-vw-ai-machine-learning-blogs  .ive-inner-post-content{
  background: #E6F3F6;
  border-radius: 15px;
  padding: 20px;
  width: 50% !important;
}

.ive-vw-ai-machine-learning-blogs .ive-inner-post-content .post-meta {
  justify-content: space-between;
  gap: 4px;
  align-items: center;
}

.ive-vw-ai-machine-learning-blogs .ive-inner-post-content .post-meta  .post-meta-content{
  font-size: 15px;
}



.ive-vw-ai-machine-learning-blogs  .ive-inner-post-content .post-title{
  margin: 20px 0 10px;
}


/* responsive */
@media screen and (max-width:768px) {
  .ive-vw-ai-machine-learning-serv-col2{
    margin: 0 !important;
  }

  /* about us */
  .ive-vw-ai-machine-learning-about-robot img {
    width: 50%;
    margin: 0px 0 -115px 40px;
  }

  /* counter */
  .ive-vw-ai-machine-learning-counter-icon {
    margin: 20px 0 0;
  }

  /* case study */
  .ive-vw-ai-machine-learning-case-study-img img {
    border-radius: 15px 15px 0 0;
    width: 100% !important;
  }

  .ive-vw-ai-machine-learning-case-study-txt {
    border-radius: 0 0px 15px 15px;
  }

  /* popup */
  .ive-vw-ai-machine-learning-work-popup{
    position: absolute;
    bottom: 0%;
    right: 10%;
  }

  /* blog */
  .ive-vw-ai-machine-learning-blogs .ive-inner-post-content {
    border-radius: 0 0 15px 15px;
    width: 100% !important;
  }
  .ive-vw-ai-machine-learning-blogs .post-item .post-image img {
    border-radius: 15px 15px 0 0px;
  }



}


@media screen and (max-width:575px) {
  /* case study */
  .ive-vw-ai-machine-learning-case-study2-txt {
    padding: 15px 10px;
    border-radius: 0px 0 15px 15px;
  }

  /* blog */
  .ive-vw-ai-machine-learning-blogs .ive-inner-post-content {
    border-radius: 0 0 15px 15px;
    width: 100% !important;
  }
  .ive-vw-ai-machine-learning-blogs .post-item .post-image img {
    border-radius: 15px 15px 0 0px;
  }
}