/*
Theme Name: Chartered Accountant 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: chartered-accountant-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Chartered Accountant Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Chartered Accountant Pro WordPress Theme is released under the terms of GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
 :root {
 --green: #106B62;
 --black: #000000;
 --white: #ffffff;
 --theme-font: Outfit;
}

/* Basic Style */
 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color:var(--black);
  font-family: var(--theme-font);
  background: var(--white);
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
    font-family: var(--theme-font);
    font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var(--theme-font);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 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, select{
     border: 1px solid transparent;
     font-size: 14px;
     padding: 10px 10px;
     margin: 0 0 0px 0;
     height: auto;
     width: 100%;
     background: #FFFFFF;
     border-radius: 5px;
     margin-bottom: 10px;
     color: #000;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  color: #000;
}
.wpcf7-spinner{
  position: absolute;
  margin: 0 5px;
  right: -36px;
  z-index: 1;
  opacity: 1;
}
.advisor-form-box .theme-btn p{
  margin-bottom: 0;
}
.advisor-form-box .theme-btn p input {
  background: transparent;
  border: none;
  font: 400 16px / 20px var(--theme-font);
  color: #fff;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 60px 0;
     background-attachment: scroll;
     overflow-x: hidden;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}
section a:hover{
  color: var(--green);
}
/*------------------------- Headings --------------------------*/
 section h2 {
  font: bold 30px / 32px var(--theme-font);
  letter-spacing: 0px;
}
 section h3 {
   font-weight: 500;    right: -36px;
   z-index: 1;

   font-size: 26px;
}
section h4,h4 a{
  font: 600 20px / 26px var(--theme-font);
  letter-spacing: 0px;
}
section h5{
  font: 600 19px / 23px var(--theme-font);
  letter-spacing: 0px;
}
section h6{
  font: 600 15px / 28px var(--theme-font);
  letter-spacing: 0px;
}
p{
  font: 400 15px/25px var(--theme-font);
  letter-spacing: 0px;
}
/* ----------- Post Content ---------------*/

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

}
 .vw-scroll{
     background-attachment: scroll !important;
     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: 19px;
  background: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 8px solid #111111;
  -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: 9;
  align-items: center;
  display: flex;
  justify-content: center;
}
 #return-to-top i {
  position: relative;
  font-size: 20px;
  -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: 99999;
  background:var(--white);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
.owl-nav button{
  background: #106B62;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav button i{
  font-size: 20px;
  color: #fff;
}
.owl-nav button:hover{
  background: var(--black);
}
/* ----------- 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;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:    linear-gradient(0deg ,rgba(255, 255, 255, 0.5) 30%,#ffffff00 0 70%,rgb(255, 255, 255) 0) 50%/8% 100%,
  linear-gradient(90deg,rgba(255, 255, 255, 0.25) 30%,#fffdfd00 0 70%,rgba(255, 255, 255, 0.75) 0) 50%/100% 8%; 
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

 /* common css */
.main-head{
  font: bold 34px / 49px var(--theme-font);
  color:var(--black);
}
.sub-head {
  font: 700 18px / 22px var(--theme-font);
  letter-spacing: 0px;
  color: var(--green);
}
.main-para{
  font: 400 16px / 26px var(--theme-font);
  color: var(--black);
}


 .theme-btn{
  border-radius: 6px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  display: inline-block;
  padding: 10px 30px;
  z-index: 1;
  width: max-content;
  transition: all 0.4s ease 0.5s;
  background: var(--black);
  color: var(--white);    font: 400 16px / 20px Outfit;
  display: block;
}
.theme-btn:before ,.theme-btn:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 105%;
  position: absolute;
  top: -1px;
  transition: transform 0.6s;
background: var(--green);
}
.theme-btn:after{
  clip-path: polygon(20% 0, 0 50%, 20% 100%, 100% 100%, 100% 0);
  left: 100%;
}
.theme-btn:before {
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  right: 100%;
}
.theme-btn:hover{
  color: var(--white);
}
.theme-btn:hover:before { transform: translateX(90%);}
.theme-btn:hover:after { transform: translateX(-90%);}

/* Blog */
.blog-img-main{
  position: relative; 
}
.news-author {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 5px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  width: max-content;
  left: 10px;
  gap: 10px;
}
.author-image{
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.blog-inner-content-box{
  background: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.blog-img-main img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.author-image{
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.blog-title h4{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title h4 a{color: #000;}
.blog-title h4 a:hover{
  color: var(--green);
}
.blog-detail:hover .news-author {
  margin-left: 50px;
  transition: 0.5s;
  background: #106B62;
  color: #fff;
}
/* about sec */
.page-template-about .abt-btn{
  display: none;
}
.about-img-main{
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 40px);
  grid-gap: 15px;
}
.about-img-main .abt-main-iner:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 8;
  position: relative;
  z-index: 0;
}
.about-img-main .abt-main-iner:nth-child(1)::after{
  content: '';
  position: absolute;
  inset: 0;
  background: #E6F4F3;
  border-radius: 10px;
  z-index: -1;
  left: 95px;
  width: 90%;
}
.about-img-main .abt-main-iner:nth-child(1) img{
  width: 323px;
  height: 355px;
  position: relative;
  top: -21%;
/*   animation: shake 16s ease infinite; */
}
.about-img-main .abt-main-iner:nth-child(2){
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 8;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.about-img-main .abt-main-iner:nth-child(3){
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 10;
  position: relative;
  top: -18px;
  z-index: 1;
}
.about-img-main .abt-main-iner:nth-child(4){
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  z-index: 1;
  right: 10px;
}
.abt-main-iner img{
  width: 100%;
  height: 100%;
   border-radius: 10px;
   object-fit: cover;
}
.abt-counter-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;
  position: relative;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.bt-counter-wrap{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 29px 25px;
}
.abt-counter-box{
  background: #106B62;
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.abt-counter-box::after{
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px dashed var(--white);
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0px, 10px);
}
.abt-counter-box:hover{
  background: var(--black);
}
.abt-counter-box:hover::after{
  animation: spin 10s linear infinite;
  opacity: 1;
}
@keyframes spin {
  from { 
      transform: rotate(0deg); 
  } to { 
      transform: rotate(360deg); 
  } 
}
.abt-counter-1 {
  position: relative;
  top: -10px;
  right: -14px
}
.abt-counter-wrap svg{
  position: absolute;
  top: 45px;
  z-index: -1;
  width: 100%;
}
.abt-counter-3{
  position: relative;
  top: -40px;
  right: 15px;
}
.abt-counter-4 ,.abt-counter-2 {
  position: relative;
  top: -25px;
}
.abt-counter-wrap h3{
  color: #fff;
}


/* TEstimonial */
.test-img{
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.testi-left-wrap i{
  background: #106B62;
  width: 90px;
  height: 90px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffff;
  border-radius: 50%;
  bottom: 20%;
  left: -13%;
}
.test-box{
  background: #e7e7e7;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 30px;
  z-index: -1;
}
.testimonial-box{
  background: rgba(230, 244, 243, 1);
  padding: 25px 30px;
  border-radius: 20px;
}
.testimonial-box:hover  i{
  color: var(--green);
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.testimonial-box h4 a{
  color:#000
}
.testimonial-box i{
  color: #DAECEB;
  font-size: 60px;
  position: relative;
  right: 15px;
}
.testimonial-box img{
  border-radius: 6px;
}
/* #testimonial .owl-carousel {
  left: -20%;
  top: 25%;
} */
 .test-content-box {
  padding-left: 20%;
  padding-bottom: 6%;
 }
 .testi-left-wrap {
  position: absolute;
  width: 300px;
  height: 345px;
  left: 15%;
 }
#testimonial .owl-nav{
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 10%;
  left: -11%;
 }

 /* services */
 .services-img{
  background: #000;
  height: 70px;
  width: 70px;
  padding: 15px;
  border-radius: 50%;
  margin: 0 auto;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}
.services-img img{
  height: 100%;
  width: 100%;
}
.services-wrap{
  background: #fff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: #000;
}
.services-wrap:hover{
	color:#106B62;
}
.services-back-iner h2,.services-back-iner p{
  color: var(--white);
}
.services-row .services-box:nth-child(even) .services-wrap{
background: #E9E9E9;
}
.services-back-iner{
  display: flex ;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.services-back{
  position: relative;
  z-index: 1;
  background-size: cover;
    background-repeat: no-repeat;
}
.services-back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  inset: 0px;
  background: var(--green);
}
.services-wrap h4 a{
  color: var(--black);
}
.services-wrap h4 a:hover{
  color: var(--green);
}







/* json css */
/* Case study */

#case-study .owl-nav{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: 11%;
  right: 15%
}
.case-img img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.case-title a{
  color: #000;
}
.case-content-wrap{
  opacity: 0;
}
.owl-item.center .case-content-wrap{
  opacity: 1;
}
.case-content-wrap img{
  width: max-content !important;
  margin: 0 auto;
}
.case-img{
  position: relative;
  overflow: hidden;
  height: 380px;
}
.case-img:before{
  position: absolute;
  top: 0;
  left: -86%;
  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);
}
.case-wrap:hover .case-img:before  {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#ive-vw-chartered-accounting-pro-brands .ive-slide-inner-content-inner img{
  width: auto;
  margin: 0 auto;
}
#ive-vw-chartered-accounting-pro-features .ive-slide-inner-content-inner{
  padding: 50px 45px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}
#ive-vw-chartered-accounting-pro-features .wp-block-ive-carousel .owl-carousel.owl-drag .owl-item{
  padding: 0px 45px 0 40px;
}
#ive-vw-chartered-accounting-pro-features .ive-slide-inner-content-inner img{
  position: absolute;
  height: 70px;
  width: 70px;
  left: -35px;
  top: 25px;
}
.ive-vw-chartered-accounting-pro-about-cont-box{
  background: #106B62;
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto !important;
}
.ive-vw-chartered-accounting-pro-abt-line{
  position: absolute;
  top: 19%;
  left: -8px;
  width: 100%;
}
.ive-vw-chartered-accounting-pro-services-box{
  padding: 40px;
}
.ive-vw-chartered-accounting-pro-mission-wrap{
  border-radius: 0 15px 15px 0;
}
.ive-vw-chartered-accounting-pro-mission-content{
  display: flex;
      flex-direction: column;
      justify-content: center;
      width: 80%;
      margin: 0 auto;
      justify-content: center;
      height: 100%;
      color: #fff;
      gap: 10px;
      padding: 70px 0;
}
.ive-vw-chartered-accounting-pro-mission-sign{
  width: 160px;
  height: 80px;
}
#ive-vw-chartered-accounting-pro-mission .wp-block-video{
  margin: 0;
}
#ive-vw-chartered-accounting-pro-mission video{
  height: 510px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px 0 0 15px;
}
.ive-vw-chartered-accounting-pro-price-wrap>div{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ive-vw-chartered-accounting-pro-abt-points .wp-block-columns.col-md-8{
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}
#ive-vw-chartered-accounting-pro-pricing-plan .ive-slide-inner-content-inner{
  background: #FFFFFF;
  padding:25px 30px;
  border-radius: 15px;
}
.ive-vw-chartered-accounting-pro-counter-box{
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.ive-vw-chartered-accounting-pro-counter-box::after{
  content: '';
  background-color: #000;
  border-radius: 0px 15px 0 0;
  left: -21%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 120%;
  z-index: -1;
}
#ive-vw-chartered-accounting-pro-blog .post-item{
  position: relative;
}
#ive-vw-chartered-accounting-pro-blog .ive_latest_post_author{
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 46%;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  width: max-content;
  left: 10px;
  gap: 10px;
}
#ive-vw-chartered-accounting-pro-blog .ive-inner-post-content {
  background: #FFFFFF;
  border: 1px solid #E9E9E9 !important;
  padding: 10px !important;
  border-radius: 0 0 10px 10px !important;
}
#ive-vw-chartered-accounting-pro-blog .post-image img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#ive-vw-chartered-accounting-pro-blog .post-meta {
  padding-left: 14px;
}
.ive-vw-vw-chartered-accounting-form-box{
  border-radius: 20px;
  z-index: 1 !important;
}
.theme-btn p{
  margin-bottom: 0;
}
#ive-vw-chartered-accounting-pro-find-advisor .theme-btn .wpcf7-form-control{
  background: transparent !important;
  border: none;
  font: 400 16px / 20px var(--theme-font);
  color: #fff;
  padding: 0 !important;
  margin-bottom: 0;
}
#ive-vw-chartered-accounting-pro-find-advisor .wpcf7-list-item-label{
  color: #000;
}
#ive-vw-chartered-accounting-pro-find-advisor  input{
  background: #fff !important;
  border-radius: 10px !important;
  padding: 10px !important;
}
#ive-vw-chartered-accounting-pro-find-advisor .ive-vw-chartered-accounting-pro-man-img img{
  max-width: 400px;
    max-height: 560px;
    object-fit: contain;
    position: relative;
    z-index: -1;
}
.ive-vw-chartered-accounting-pro-bg-img {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: -1;
  bottom: 55px;
  width: 933px;
  height: 465px;
  object-fit: cover;
}
.ive-vw-vw-chartered-accounting-form-btm {
  background: #106B62;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 10px;
  position: relative;
  bottom: 55px;
  right: 62px;
  z-index: 0;
  width: 100%;
  justify-content: space-between;
  z-index: -1;
}
.ive-vw-vw-chartered-accounting-form-btm .ive-svg-icon-link  i{
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
}
.ive-vw-chartered-accounting-pro-test-box{
  padding: 25px 30px;
  border-radius: 20px;
}
.ive-vw-chartered-accounting-pro-test-img{
  position: absolute;
  width: 380px;
  height: 348px;
  left: 15%;
}
.ive-vw-chartered-accounting-test-box{
  padding-left: 20%;
  padding-bottom: 6%;
}
#ive-vw-chartered-accounting-pro-testimonial .owl-nav{
  width: max-content;
  right: unset;
  left: -11%;
}
.ive-vw-charaterd-slider-tax{
  position: absolute;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 50px 10px 10px 10px;
  background: #fff;
  right: 0;
  bottom: 9%;
  padding: 7px;
  width: 35%;
}
.ive-vw-chartered-accounting-pro-slider-man{
  padding-top: 10%;
  height: 100%;
  width: 100%;
  min-height: 610px;
  min-width: 370px;
  position: relative;
  top: 26px;
}
.ive-vw-chartered-pro-slider-per-box{
  background: #111111;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20%;
  border-radius: 10px 10px 100px 10px;
  width: 100%;
  max-width: 190px;
  left: 10px;
  padding: 15px 0;
  z-index: 1;
}
.ive-vw-chartered-pro-slider-social>div{
  position: relative;
  top: 110px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 130px
}
.ive-vw-chartered-pro-slider-social .ive-vw-chartered-pro-slider-social-heading{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #297a72;
  color: #ffffff00;
  -webkit-background-clip: text !important;
  text-fill-color: transparent !important;
  background-size: 500% auto !important;
  animation: textShine 5s ease-in-out infinite alternate !important;
  font: normal normal bold 50px / 28px Outfit;
  background: linear-gradient(to right, #fff 20%, #fff0 30%, #fff 70%, #fff 80%);
}
.ive-vw-chartered-pro-slider-social .ive-advanced-text-wrap{
  transform: rotate(-90deg);
width: 100%;
}
.ive-vw-chartered-pro-slider-social  .wp-block-ive-ibtana-visual-editorheading{
  width:max-content
}
.ive-vw-chartered-pro-slider-social .wp-block-ive-icon a i{
  background: #000;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.ive-vw-charatered-pro-social-wrap{
  background: #FFFFFF;
  margin: 0 auto;
  border-radius: 10px;
  height: 100%;
  min-height: 310px;
  padding: 10px 0;
}
#ive-vw-chartered-accounting-pro-slider .ibtana_progress-bar-label{
  display: none;
}
.ive-vw-chartered-accounting-pro-slider-cont-text h6{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#ive-vw-chartered-accounting-pro-about-cont-box-two {
  position: relative;
  top: -25px;
  right: 10px;
}
.ive-vw-chartered-accounting-pro-about-grid .ive-vw-chartered-accounting-pro-about-head-wrap h3,.ive-vw-chartered-accounting-pro-about-head-wrap-two h3{
  width: 80%;
  margin: 0 auto;
}
#ive-vw-chartered-accounting-pro-blog .ive_latest_post_date,#ive-vw-chartered-accounting-pro-blog .ive_latest_post_comments{
  width: 50%;
}
.ive-vw-chartered-accounting-pro-abt-line img{
    width: 100%;
}
.ive-vw-chartered-accounting-pro-about-grid h3{
  position: relative;
  top: 20px;
  left: 0;
}
.progrss-wrap{
  display: flex;
  gap: 20px;

 }
 .progress-text-wrap{
  position: absolute;
  width: max-content;
  height: 28px;
  transform: rotate(-90deg);
  left: -11px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .animated-progress {
  height: 320px;
  width: 70px;
  border-radius: 10px;
  background: #E9E9E9;
  overflow: hidden;
  position: relative;
  }
  .animated-progress .progress-width {
    width: 100%;
    display: block;
    height: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    font:600 16px / 30px Outfit;
    color: #FFFFFF;
  }

  .progress-blue .progress-width{
  background-color: #106B62;
  }
  .progress-text{
      font-weight: 600;
      font-size: 14px;
      line-height:14px;
  }
@media screen and (max-width:1199px){
  .ive-vw-chartered-pro-slider-social>div{
    gap: 95px;
  }
  .ive-vw-chartered-accounting-pro-slider-man{
    top: 62px;
  }
  #ive-vw-chartered-accounting-pro-features .ive-slide-inner-content-inner {
    padding: 20px 35px;
  }
  #ive-vw-chartered-accounting-pro-features .wp-block-ive-carousel .owl-carousel.owl-drag .owl-item {
    padding: 0px 20px 0 37px;
  }
  .ive-vw-chartered-accounting-pro-abt-line{
    top: 24%;
    left: -13px;
    width: 112%;
  }

  .ive-vw-chartered-accounting-pro-services-box {
    padding: 15px;
  }
  .ive-vw-chartered-accounting-pro-test-img{
    width: 355px;
    left: 2%;
  }
  #ive-vw-chartered-accounting-pro-testimonial .owl-nav{
    left: -20%;
  }
  #ive-vw-chartered-accounting-pro-blog .ive_latest_post_author{
    bottom: 54%;
  }
  .ive-vw-vw-chartered-accounting-form-btm{
    right: 40px;
  }
  .ive-vw-chartered-accounting-pro-slider-btm-wrap{
    grid-template-columns: 30% auto !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .ive-vw-chartered-accounting-pro-counter-box .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width:991px){
  #ive-vw-chartered-accounting-pro-testimonial .owl-nav{
    left: 0;
    right: 0;
    top: 100% !important;
  }
  #ive-vw-chartered-pro-slider-left{
    display: none;
  }
  #ive-vw-chartered-accounting-pro-slider{
    padding-top: 67px;
  }
  #ive-vw-chartered-accounting-pro-features .wp-block-ive-carousel .owl-carousel.owl-drag .owl-item {
    padding: 0px 30px 0 40px;
  }
  .ive-vw-charatered-account-pro-choose-col,.ive-vw-chartered-account-pro-feature-box{
    flex-wrap: nowrap !important;
  }
  #ive-vw-chartered-accounting-pro-blog .ive_latest_post_author{
    bottom: 49%
  }
  .ive-vw-chartered-accounting-pro-test-img{
    width: 270px;
    height: 210px;
    left: 0;
  }
  .ive-vw-chartered-accounting-test-box{
    padding-left: 33%;
    padding-bottom: 10%;
  }
  .ive-vw-chartered-account-pro-feature-box  .wp-block-column .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
  .ive-vw-chartered-accounting-pro-about-grid,.ive-vw-chartered-accounting-pro-abt-line{
    width: 60%;
  }
  .ive-vw-chartered-accounting-pro-abt-line{
    top: 15%;
  }
  .ive-vw-chartered-accounting-pro-mission-sign{
    margin: 0 auto;
  }
  .ive-vw-chartered-accounting-pro-slider-man{
    top: 21px;
    right: 55px;
  }
}
@media screen and (max-width:767px){
  .progrss-wrap{
    justify-content: center;
  }
  .ive-vw-chartered-accounting-pro-slider-man{
    min-height: 100%;

  }
  .ive-vw-charatered-account-pro-choose-col,.ive-vw-chartered-account-pro-feature-box{
    flex-wrap: wrap !important;
  }
  .ive-vw-chartered-accounting-pro-about-grid, .ive-vw-chartered-accounting-pro-abt-line {
    width: 76%;
  }
  .ive-vw-chartered-accounting-pro-abt-img{
    padding-top: 7%;
  }
  .ive-vw-chartered-account-pro-feature-box{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width:575px){
  .ive-vw-chartered-accounting-pro-abt-img{
    padding-top: 2%;
  }
  #ive-vw-chartered-accounting-pro-find-advisor .ive-vw-chartered-accounting-pro-man-img img {
    max-width: 305px;
  }
  .ive-vw-charaterd-slider-tax,.ive-vw-chartered-pro-slider-per-box{
    display: none;
  }
  #ive-vw-chartered-accounting-pro-blog .ive_latest_post_author{
    bottom: 50%;
  }
  #ive-vw-chartered-accounting-pro-features .wp-block-ive-carousel .owl-carousel.owl-drag .owl-item{
    padding: 0px 18px 0 35px;
  }
  #ive-vw-chartered-accounting-pro-features .ive-slide-inner-content-inner{
    padding: 45px 24px;
  }
  .ive-vw-chartered-accounting-pro-abt-line{
    top: 20%;
    left: -5px;
  }
  .ive-vw-vw-chartered-accounting-form-btm{
    right: 0;
  }
  .ive-vw-chartered-accounting-pro-test-img{
    position: unset;
    height: 100%;
    width: 100%;
  }
  .ive-vw-chartered-accounting-test-box{
    padding-left: unset;
  }
  .ive-vw-chartered-accounting-pro-about-grid, .ive-vw-chartered-accounting-pro-abt-line{
    width: 100%;
  }

  .ive-vw-chartered-accounting-pro-about-grid {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width:320px){
  .ive-vw-chartered-accounting-pro-abt-line {
    top: 24%;
    left: -5px;
}
}

.slider-left-wrap {
    display: none!important;
}
.sign-img {
    display: none;
}
p.services-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    line-height: 2;
}
.testimonial-box p a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    line-height: 2;
	color: #000!important;
}