
section{
  padding: 80px 0;
    overflow-x: hidden;
}
.plm-btn{
transition: 0.4s;
position: relative;
  z-index: 1;
}
.plm-btn:before {
    content: "";
    background: #F8BC3D;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    transition: 0.3s all;
    z-index: -1;
}
.plm-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 4px solid #F8BC3D;
    border-top: none;
    border-left: none;
    border-radius: 5px;
    transition: 0.3s all;
    z-index: -1;
}
.plm-btn:hover:before {
    width: 50%;
    border-radius: 5px 0 0 5px;
}
.plm-btn:hover:hover:after {
    right: -8px;
    bottom: -8px;
}
#best-plan  .plm-btn:before{
      background: #1175a8;
}
#best-plan .plm-btn:after {
    border: 4px solid #1175a8;
}
.ser-sec-heading{
  font: 700 36px/53px Inter;
  color: #000000;
}
.ser-sec-para {
  font: 400 16px/26px Inter;
  color: #000000;
  margin-bottom: 15px;
}

.modal-contents {
 background-color: #fff;
 margin: auto;
 padding: 0;
 transition: 2s;
 border-radius: 10px;
}
.modal-new {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 999999999999;
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#myNewModal .close-one , #loginModal .close, #bestServiceModal .close-one , #bestserviceAppointment .close-one,#sliderModal  .close-one{
  color: #252525;
  cursor: pointer;
  background: #ECECEC;
  border: none;
  font-weight: 900;
  position: absolute;
  right: -15px;
  height: 60px;
  width: 60px;
  top: -20px;
  border-radius: 50%;
  padding-top: 6px;
      text-align: center;
}
#myNewModal .close-one:hover , #loginModal .close:hover,  #bestServiceModal .close-one:hover, #bestserviceAppointment .close-one:hover,#sliderModal  .close-one:hover{
 background:#2979BF;
 color: #fff;
 transition: unset;
}
#myNewModal .close-one  i, #loginModal .close i, #bestServiceModal .close-one  i, #bestserviceAppointment .close-one  i, #sliderModal  .close-one i{
      font-size: 35px;
}
#loginModal .close i{
 padding-top: 7px;
}
.modal-data{
padding: 4%;
}
#sliderModal .modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 25px;
  width: 50%;
  transition: 2s;
  border-radius: 10px;
}
#bestserviceAppointment .modal-content{
  border:none;
  max-width: 80%;
  margin: 0 auto;
  padding: 25px;
}
/* Slider Section */
#service-slider{
  padding: 120px 0;
}
#service-slider .slider-right-img{
  height: 650px;
  width: 650px;
  position: relative;
  z-index: 1;

}
#service-slider .slider-right-img .man-img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin-top: -72px;
}

#service-slider .slider-right-img:before{
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px dashed  #F8BC3D;
  z-index: -1;
  margin: auto;
  border-radius: 50%;
  height: 95%;
  width: 95%;
  -webkit-animation: spins 20s linear infinite;
   animation: spins 20s linear infinite;
}
@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#service-slider .slider-right-img::after{
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#F8BC3D;
  z-index: -1;
  width: 80%;
  height: 80%;
  margin: auto;
  border-radius: 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;

}
#service-slider .srv-slider-head{
  font: bold 46px/75px Inter;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000029;
}
#service-slider .srv-slider-para{
  font:400 16px / 30px Inter;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
      max-width: 85%;
}
#service-slider .srv-slider-btn{
  background: #F8BC3D;
  font: 600 18px / 20px Inter;
  letter-spacing: 0px;
  color: #000000;
  padding: 10px 35px;
  border-radius: 6px;
      display: inline-block;
}
#service-slider .srv-slider-btn:hover{
  background:#000;
  color: #fff;
  transition: unset;
}
#service-slider .slider-left-bottom-main i {
  font-size: 16px;
  border-radius: 50%;
  background: #fff !important;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 42px;
  color: #000;
  align-items: center;
  transition: .3s;
  border: 10px solid rgb(35 124 169 / 1);
  animation: pulsee 1s infinite;
}
@keyframes pulsee {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.video-text{
  font:  600 18px / 18px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
/* @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(350deg);
  }
} */
.slider-sevice-box .slider-sevice-img-wrapper{
  background: #FFFFFF;
  padding: 12px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
      z-index: 1;
}
.slider-sevice-box .slider-sevice-img-wrapper img{
  width:100%;
  height: 100%;
      padding: 5px;
}
.slider-sevice-box .slider-sevice-img-wrapper:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    transition: all 1s ease 0s;
    border: none;
}
.slider-sevice-box .slider-sevice-img-wrapper:hover::after{
  border: none;
  transition: all 1s ease 0s;
  animation: sideClip 0.5s linear;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background-color: #F8BC3D;
  opacity: 1;
}
@keyframes sideClip {
    0% {
      clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
    }
    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.slider-sevice-box{
    gap: 10px;
    z-index: 1;
}
#slider-ser1{
  left: -1%;
  top: 8%;
  flex-direction: row-reverse;
}
#slider-ser2{
  top: 28%;
  left: -14%;
  flex-direction: row-reverse;
}
#slider-ser3{
  top: 50%;
  left: -15%;
  flex-direction: row-reverse;
}
#slider-ser4{
    right: -10px;
  top: 8%;

}
#slider-ser5{
  top: 28%;
  right: -12%;
}
#slider-ser6{
    right: -16%;
  top: 50%;
}
.slider-service-title{
opacity: 0;
font: normal normal 600 16px / 26px Inter;
color: #FFFFFF;
}
.slider-sevice-box:hover .slider-service-title{
  opacity: 1;

}
.slider-sevice-box:hover .slider-sevice-img-wrapper{
  /* background:#F8BC3D;
  transition: unset; */
}
/* about section */
#services-about{
  overflow: hidden;
}
#services-about .ser-sec-para{
  border-left: 5px solid #006BA1;
  padding-left: 10px;
      margin: 15px 0;
}
.ser-abt-points{
  font: 500 16px/28px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.chose-pnt-main:hover i,.srv-pont-main:hover i{
      animation: lightSpeedIn .5s ease-in-out;
}
.ser-about-points i, .ser-choose-points i{
  background: #006BA1;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
#services-about .ceo-img-wrapper{
  height: 65px;
  width: 65px;
}
#services-about .ceo-title{
  font: 600 18px/30px Inter;
  color: #000000;
}
#services-about .ceo-para{
  font: 500 14px/20px Inter;
  color: #636161;
}
#services-about .abt-img-one{
  min-height: 465px;
  width: 100%;
  max-width: 465px;
  border-radius: 50%;
  object-fit: cover;
      border: 15px solid #fff;
      transition: all 0.5s;
}
#services-about .abt-img-two{
  position: absolute;
  right: 55px;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  border-radius: 50%;
  border: 15px solid #FFFFFF;
}
.professional-wrapper{
  background: #006BA1;
  padding: 20px 20px;
  text-align: end;
  max-width: 280px;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  bottom: 11px;
  right: 70px;
    z-index: -1;
}
.professional-wrapper h6{
  font: 600 18px/28px Inter;
  color: #FFFFFF;
  margin-top: 10px;
}
.professional-wrapper img{
  height: 100%;
  width: 100%;
  max-width: 56px;
  max-height: 56px;
}
.abt-img-one-wrapper:hover .professional-wrapper{
  transition: all 0.5s;
  animation: rollIn .5s ease-in-out;
}
.abt-img-one-wrapper:hover .abt-img-two{
  transition: all .4s linear;
transform: rotate3d(-8, -33, 5, 28deg);
}
.abt-img-one-wrapper:hover .abt-img-one{
      border-color: #F8BC3D !important;
      transition: .2s  !important
}
/* Best services */
#sr-best-service .best-service-box{
  position: relative;
}
#sr-best-service .best-service-box .best-service-box-inner{
    border: 2px solid #DBDBDB;
}
#sr-best-service .best-service-box::before, #sr-best-service .best-service-box::after{
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #006BA1;
}
#sr-best-service .best-service-box::before, #sr-best-service .best-service-box::after{
    transition-delay: 0s;
}
#sr-best-service .best-service-box::before{
  right: 0;
  top: 0;
}
#sr-best-service .best-service-box-inner::before, #sr-best-service .best-service-box-inner::after{
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #006BA1;
}

#sr-best-service .best-service-box::after {
    left: 0;
    bottom: 0;
}
#sr-best-service .best-service-box-inner::before{
  left: 0;
  top: 0;
}
#sr-best-service .best-service-box-inner::after{
  right: 0;
  bottom: 0;
}
#sr-best-service .best-service-box:hover::before, #sr-best-service .best-service-box:hover::after{
  width: 100%;
}
#sr-best-service .best-service-box:hover .best-service-box-inner::before, #sr-best-service .best-service-box:hover .best-service-box-inner::after{
  height: 100%;
}
#sr-best-service .best-service-inner{
      padding: 35px 20px 25px 20px;
}
#sr-best-service .best-service-box:hover .best-service-count p{
color:#006BA1;
opacity: 1;
}
#sr-best-service .best-service-box:hover .bs-service-title h4{
  color: #1175a8;
}
/* #sr-best-service .best-service-box:hover{
  border:unset;
} */
#sr-best-service .best-service-img img, .best-single-service-page-main .single-service-img img{
  height: 100%;
  width: 100%;
  max-width: 60px;
}
#sr-best-service .best-service-count{
  width: max-content;
  position: absolute;
  right: 20px;
  top: 30px;
}
#sr-best-service .best-service-count p{
  font: 700 60px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.05;
  margin-bottom: 0;
}
#sr-best-service .bs-service-title h4,.best-single-service-page-main .single-service-title  h2{
  font: 700 20px / 30px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 20px;
}
#sr-best-service .bs-service-title h4:hover,.best-single-service-page-main .single-service-title  h2:hover{
color:#006BA1;
}
#sr-best-service .bs-service-content, .best-single-service-page-main  .single-service-content p,.best-single-service-page-main .best-list li, .service-other-para p{
  font: 400 14px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
}
#sr-best-service .best-view-btn {
  font: normal normal 600 14px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
}
#sr-best-service .best-view-btn i{
opacity: 0;
}
#sr-best-service .best-view-btn:hover i{
opacity: 1;
}
#sr-best-service .best-view-btn:hover,#sr-best-service .best-view-btn:hover i{
  color: #006BA1;
  transition: unset;
}
#sr-best-service .owl-nav{
  position: absolute;
  right: 0;
  top: -28%;
}
#sr-best-service  .owl-nav button{
  background: #006BA1;
  border: none;
  padding: 8px 13px;
  border-radius: 6px;
  color: #fff;
  margin: 5px;
}
#sr-best-service  .owl-nav button:hover{
  background: #F8BC3D;
  color: #000;
  transition: unset;
}
.best-list-heading{
  font: 600 20px / 30px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.service-appoinment-btn a{
  background: #000000;
  border-radius: 6px;
  padding: 10px 15px;
  font: 400 16px / 26px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.service-appoinment-btn a:hover{
  background: #006BA1;
      transition: unset;
}
.best-single-service-page-main ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -21px;
    right: 0;
    background: #006BA1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
#service-appoinment .appoinment-img  img{
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

/* Best services */
/* Why Choose Iamge */
#services-why-choose .ser-sec-para{
      margin: 15px 0;
}
#services-why-choose .why-chosee-img{
  min-height: 465px;
  width: 100%;
  max-width: 465px;
  border-radius: 50%;
  object-fit: cover;
}
#services-why-choose .choose-year-wrapper{
  background: #006BA1;
  width: 100%;
  border: 15px solid #FFFFFF;
  border-radius: 50%;
  max-width: 180px;
  height: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 15%;
  animation: tada 4s linear infinite;
}
#services-why-choose .choose-year-wrapper h4{
  font: 700 36px/36px Inter;
  color: #FFFFFF;
}
#services-why-choose .choose-year-wrapper p{
  font: 500 16px/36px Inter;
  color: #FFFFFF;
}

/* counter section */
.dot-border{
  display: block;
  position: relative;
  width: 100%;
  max-width: 130px;
  margin: 10px auto;
}
.dot-border::after, .dot-border::before {
  content: "";
  background: #fff;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 8px;
  width: 50px;
}
.dot-border::before {
    left: 0;
}
.dot-border::after {
    right: 0;
}
.dot{
  position: relative;
  height: 15px;
  width: 15px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
#services-counter .counter{
  font: 600 38px/26px Inter;
  letter-spacing: 0px;
  color: #fff;
  margin: 15px 0;
}
.record_title {
  font: 600 22px/26px Inter;
  color: #FFFFFF;
  margin-bottom: 0;
}
.counter-inner  img{
  height: 100%;
  width: 100%;
  max-width: 65px;
  margin: 0 auto;
}
#services-counter .counter-inner:hover .dot{
  background:#F8BC3D;
}
#services-counter .counter-inner:hover .dot-border::before, #services-counter .counter-inner:hover .dot-border::after{
  width: 70px;
  transition: all 0.3s ease-in-out;
}

#services-counter .counter-inner:hover img{
  animation: flipInX 2s infinite;
}
/* @keyframes changewidth {
  from {
    width: 100px;
  }

  to {
    width: 300px;
  }
}

div {
  animation-duration: 0.1s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
} */
#services-counter .counter-inner:hover .dot-border::before{
      left: -20px;
}
 #services-counter .counter-inner:hover .dot-border::after{
      right: -20px;
}
/* pricing plan */
#best-plan .best-plan-box{
  background: #F6F6F6;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
      max-width: 90%;
      transition: all .5s;
}
#best-plan .best-plan-box:hover{
  box-shadow: inset 0 0 10px 10px #dadada9e, inset 0 0 3px 2px #ff000012;
transform: translateY(-5px) scale(1.005) translateZ(0);

}
#best-plan .owl-stage-outer{
      padding-top: 10px;
}

#best-plan .best-plan-img{
  max-width: 25%;
  background: #006BA1;
  border-radius: 12px;
  margin: 0 auto;
  padding: 15px;
}
#best-plan .best-plan-img img{
  height: 100%;
  width: 100%;
}
#best-plan .best-plan-box:hover .fa-regular.fa-circle-check{
      animation: lightSpeedIn .5s ease-in-out;
}
#best-plan .best-plan-box:hover  .best-plan-img img {
    transform: rotate(-15deg);
    transition: all .5s;
    color: #6f34fe;
}
#best-plan .best-plan-title{
  font: 600 20px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin: 10px 0;
}
#best-plan .best-plan-price h4{
  font: 700 40px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
}
#best-plan .plan-duration{
  font: 600 14px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
}
#best-plan .best-plan-price{
  margin: 20px 0;
}
#best-plan .best-price-feature p{
  font: 400 16px / 26px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin: 10px 0;
}
#best-plan .best-btn a{
  font: 600 18px / 26px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #006BA1;
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-radius: 6px;
      margin-top: 20px;
      cursor: pointer;
}
#best-plan .best-btn a:hover{
  background: #F8BC3D;
  color: #000;
}
#best-plan .best-plan-box-main:nth-child(2){
  margin-top: -20px;
  background: #F6F6F6;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}
#best-plan .fa-regular.fa-circle-check {
  color: #006BA1;
}
/* appoinment */

.ser-appoinment-form  input, .ser-appoinment-form select,.ser-appoinment-form  textarea , #bestserviceAppointment input,#bestserviceAppointment select,#bestserviceAppointment  textarea {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding:8px 15px;
  width: 100%;
  font-size: 14px;
  background: transparent;
      color: #858585;
}
.ser-appoinment-form textarea{
  height: 100px;
}
.ser-appoinment-form input[type="submit"] , #bestserviceAppointment input[type="submit"]{
  background: #006BA1;
  border: none;
  font: 600 16px / 25px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.ser-appoinment-form input[type="submit"]:hover,  #bestserviceAppointment input[type="submit"]:hover{
  background:#F8BC3D;
  color: #000;
  transition: unset;
}
.ser-appoinment-form .wpcf7-list-item label, #bestserviceAppointment  .wpcf7-list-item label{
      display: flex;
}
.ser-appoinment-form .wpcf7-list-item,  #bestserviceAppointment .wpcf7-list-item{
  margin-left: 0
}
.ser-appoinment-form input[type="checkbox"],#bestserviceAppointment input[type="checkbox"]{
  width: max-content;
      margin-right: 10px;
}
/* -----How it Work---------- */
#sr-how-it-work .work-img-wrapper{
  background: #006BA1;
  margin: 0 auto 30px;
  height: 125px;
  width: 125px;
  padding: 10px;
  line-height: 100px;
  border-radius: 50%;
      animation: pulse 2s linear infinite;
      position: relative;
}
#sr-how-it-work .work-img-wrapper::after{
  content: "";
width: 120px;
height: 121px;
border-radius: 50%;
border: 2px dashed #fff;
position: absolute;
top: 0;
left: 0px;
right: 0px;
bottom: 0;
/* z-index: -1; */
display: block;
text-align: center;
margin: auto;
opacity: 0;
}
#sr-how-it-work .work-img-wrapper:hover::after{
  animation: spin 10s linear infinite;
  opacity: 1;
}
.how-it-work-img{
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
}
#sr-how-it-work .work-img-wrapper:hover{
      background: #F8BC3D;
}
#sr-how-it-work .work-img-wrapper:hover img{
      filter: invert(1);

}

#sr-how-it-work .work-title{
  font: 600 24px / 30px Inter;
  letter-spacing: 0px;
  color: #000000;
      margin-bottom: 10px;
}
#sr-how-it-work .work-para{
  font:500 16px / 25px Inter;
  letter-spacing: 0px;
}
#sr-how-it-work .how-it-work-box{
  max-width: 90%;
  margin: 0 auto;
}
/* Services testimonial */

#sr-testimonial .bs-testimonial-content-main{
    padding: 45px 50px;
    position: relative;
}
#sr-testimonial .bs-testimonial-content-main::after{
  content: '';
  background-color: #006BA1;
  inset:0 0 0 -1.5%;
  position: absolute;
  z-index: -9;
  /* border-bottom-left-radius: 19px; */
  /* border-top-left-radius: 12px; */
  /* clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%); */
  clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);

}
#sr-testimonial .bs-testimonial-content-main:hover .bs-testimonial-quote-img svg{
  transition: all 1s ease 0s;
transform: rotateZ(180deg);
}

.test-img-wrapper,.why-chosee-img-main{
	position: relative;
  overflow: hidden;
}
.test-img-wrapper::before,.why-chosee-img-main::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);
}
.test-img-wrapper:hover::before,.why-chosee-img-main:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		/* left: 125%; */
    right: 0;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.border-vertical{
  position: absolute;
      top: -1px;
      left: -7px;
      right: 0;
      bottom: 0;
      /* height: 105px; */
      width: 9px;
      z-index: 9;
      border-top-left-radius: 30px;
      transform: rotate(5deg);
      border-left: 18px solid #006BA1;
      /* border-bottom: solid #006BA1; */
      border-bottom-left-radius: 30px;
}
.border-vertical::after{
  content: "";
  position: absolute;
  height: 18px;
  width: 22px;
  background: #006BA1;
  bottom: -2px;
  left: -17px;
  border-bottom-left-radius: 30px;
  transform: rotate(2deg);
}
#sr-testimonial .bs-testimonial-content-main .ser-sec-heading{
  color: #fff;
}
#sr-testimonial .bs-testimonial-wrapper-inner{
  max-width: 80%;
}
#sr-testimonial .test-content{
  font: 400 14px / 27px Inter;
  color: #FFFFFF;
  padding-left: 24px;

}
#sr-testimonial .bs-testimonial-content {
  border: 2px solid #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  margin: 40px 0;
  position: relative;
}

#sr-testimonial .bs-testimonial-content:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 95px;
  right: auto;
  bottom: -32px;
  border: 15px solid;
  border-color: #fff #fff transparent transparent;
}

#sr-testimonial .bs-testimonial-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 93px;
  right: auto;
  bottom: -27px;
  border: 15px solid;
  border-color: #006BA1 #006BA1 transparent transparent;
}
#sr-testimonial .bs-testimonial-wrapper-inner img{
  max-width: 80px;
  border-radius: 50%;
}
.bs-testimonial-content-main:hover .bs-testimonial-wrapper-inner img{
  transition: all 0.3s;
border-radius: 50% 50% 0 0 !important;
border: 3px solid #fff;
}
#sr-testimonial .testi-title{
  font: 700 20px / 26px Inter;
  letter-spacing: 0px;
  color: #F8BC3D;
}
#sr-testimonial .testi-desi{
  font: 500 14px / 26px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
    position: relative;
  transform: scale(1);
  transition: all 0.3s;
}
#sr-testimonial .bs-testimonial-content-main:hover  .testi-title{
  transition: all 0.3s;
  letter-spacing: 1px;

}

.bs-testimonial-content-main{
  /* -webkit-mask-image: url(http://localhost/test/wp-content/themes/vw-ecommerce-landing-page-pro/assets/images/services-template/Testimonial/right-mask-img.png); */
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
}
#sr-testimonial .bs-testimonial-content-main::before{
  /* content: '';
background-color: #faab01;
inset: 0 60% 0 0;
position: absolute;
border-bottom-right-radius: 50px;
border-top-right-radius: 50px; */
}
.testimonial-image-bg-box:after {
  /* content: '';
  background: white;
  width: 21px;
  height: 98%;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(5deg);
  z-index: 1; */
}
/* #sr-testimonial .bs-testimonial-content-main:after {
  content: '';
  background: #ffc0cb00;
  width: 0px;
  position: absolute;
  left: -30px;
  bottom: 0px;
  border-left: 35px solid #1c181800;
  border-bottom: 382px solid #006BA1;
  border-bottom-left-radius: 12px;
}
#sr-testimonial .bs-testimonial-content-main:before{
  content: '';
  background: #ffc0cb00;
  width: 0px;
  position: absolute;
  left: -30px;
  top: 0px;
  border-left: 35px solid #1c181800;
  border-bottom: 382px solid #006BA1;
  border-bottom-left-radius: 12px;
} */
/* .border-vertical{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background: red;
} */
#sr-testimonial  .owl-dot {
  background: rgb(243 243 243 / 30%);
  border: none;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
#sr-testimonial  .owl-dot.active{
  background: #F8BC3D;
}
#sr-testimonial .owl-dots{
  position: absolute;
  width: max-content;
  right: 0;
  bottom: 20%;
  right: 20%;
}
/* Services Team */
#sr-expert-team .srv-service-img{
  background:radial-gradient(circle, #ffffff 0%, #006ba1 84%);
  height: 300px;
  width: 310px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#sr-expert-team .srv-service-img img{
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

/* #sr-expert-team .srv-service-img img:hover{
  background: radial-gradient(circle, #735b29 0%, #f8bc3d  41%);
  transition: unset;
  border-radius: 12px;
} */
#sr-expert-team .srv-service-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
bottom: 0;
  opacity: 0;
  background-image: radial-gradient(circle, #735b29 0%, #f8bc3d  41%);
  z-index: -1;
  opacity: 0;
  /* transition: opacity 0.25s linear;
transform: scale(0); */
    border-radius: 12px;
    transform: translateX(-50%) scale(0);
    transition: all 0.5s ease 0s;

}

#sr-expert-team .srv-service-img:hover::before {
  opacity: 1;
    transform: translateX(-50%) scale(3);
}
#sr-expert-team .team-social-icon-box i:hover{
  background: #F8BC3D;
  transition: unset;
}
#sr-expert-team .srv-service-title h4{
  font:  600 22px / 22px Inter;
  color: #000000;
  margin:10px 0 5px;
}
#sr-expert-team .srv-team-desig {
  font: 400 16px / 22px Inter;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
#sr-expert-team .team-social-icon-box i{
  height: 40px;
  font-size: 16px;
  width: 40px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 50%;
  color: #000000;
  line-height: 40px;
}
#sr-expert-team .team-social-icon-box {
  border-top: 2px solid #9f9f9f;
  padding-top: 10px;
}


#Blog .blog-detail h3 a{
  font: 600 20px/24px Inter;
  color: #000000;
}
#Blog .blog-detail h3 a:hover{
  color:#56C6F7;
  transition: unset;
}
.post-month-outer{
  position: absolute;
  bottom: 26px;
  color: #000;
  line-height: 22px;
  background-color: #000000;
  width: 55px;
  height: 60px;
  padding: 8px 6px;
  text-align: center;
  font-size: 20px;
  left: 8px;
  font-weight: 600;
  border-radius: 8px;
  font-family: 'Inter';
}
.blog-img-outer{
  height: 235px;
}
.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-category{
  background: #fff;
  width: max-content;
  padding: 8px 26px;
  margin-top: -18px;
  margin-right: 15px;
  border-radius: 4px;
  box-shadow: 0px 1px 6px #00000029;
      position: relative;
}
.newsinner.blog-detail:hover .post-month-outer, .newsinner.blog-detail:hover .blog-category{
  background: #006BA1;
  color: #fff;
}
.newsinner.blog-detail:hover .blog-category{
margin-right: 55px;
transition: all 0.5s;
}
.blog-img-outer{
  position: relative;
}
.blog-img-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    transition: all ease 0.4s;
    opacity: 1;
    border-radius: 10px;
    opacity: 0.4;

}
.newsinner.blog-detail:hover .blog-img-outer:after {
    height: 100%;
    transition: all ease 0.4s;
}
.blog-category p{
  font: 600 14px/18px Inter;
  letter-spacing: 0px;
  color: #000;
}
 .newsinner.blog-detail:hover .blog-category p{
color: #fff;
}
.single-author-image-blogs{
  width: 15% !important;
  border-radius: 50%;
  height: 100%;

}
.single-author-image{
  width: 35% !important;
  border-radius: 50%;
  height: 100%;

}
.blog-admin, .post-comments{
  font: 500 14px/20px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 5px;
    text-transform: capitalize;
}
.blog-admin:hover, .post-comments:hover{
  color:#006BA1;
}
.content_page {
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.author-name{
  font: 600 16px/40px Inter;
  letter-spacing: 0px;
  color: #000;
}
.blog-meta-content{
  font: 400 16px/40px Inter;
  color: #9B9B9B;
}
.single-page-title h2, .single-service-title h2{
  font: 600 27px/45px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.single-post-content  p, .single-service-content p{
  font: 400 16px/31px Inter;
      color: #000;
}
.blog-que {
  font: 600 24px/25px Inter;
color: #000000;
}
.blog-detail i{
  color: #000;
}
.post-comments{
  margin-left:50px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output{
      margin: 0em 0.5em 1em;
}
#service-appoinment .wpcf7 form.failed .wpcf7-response-output, #service-appoinment .wpcf7 form.sent .wpcf7-response-output,#service-appoinment .wpcf7 form.invalid .wpcf7-response-output,
#bestserviceAppointment .wpcf7 form.failed .wpcf7-response-output, #bestserviceAppointment .wpcf7 form.sent .wpcf7-response-output,#bestserviceAppointment .wpcf7 form.invalid .wpcf7-response-output{
color: #000;
}

.wpcf7 form.sent .wpcf7-response-output{
  border-color: #46b450 !important;
}
