/* ============  WebTheme widgets section style css start here  ==============  */

/*==================  Marque Animation Css Start here  =====================   */
.marque-section {
    position: relative;
    --duration: 40s;
    --gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0;
}
.marque-section .marque-content h1 {
    margin: 0;
    color: #121D17;
    font-size: 50px;
    line-height: 70px;
}
.marque-section .marque-text-animate {
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: text-animate 20s linear infinite;
    animation: text-animate 20s linear infinite;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.marque-section .marque-text-animate:hover {
    animation: inherit;
}
@-webkit-keyframes text-animate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.marque-section .marque-text-animate h1 img {
    animation: img_circle_rotate 15s linear infinite;
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
}
@keyframes img_circle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*   Marque option 2   */
.marque-section.option2 .marque-text-animate {
    animation: text-animate-2 25s infinite linear;
    transition:0.5s;
}
@keyframes text-animate-2 {
    from {
        transform: translateX(-50%)
    }
    to {
        transform: translateX(0%)
    }
}
.marque-section.option2 .marque-text-animate h1 img {
    animation: img_circle_rotate2 10s linear infinite;
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
}
@keyframes img_circle_rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*   Marque css end  */

/* ======================  Banner Section Title Css Start here  =========================== */
.banner-section.option1 {
    z-index: 0;
    position: relative;
    padding: 380px 0 370px;
}
.banner-section.option1 .banner-content {
    position: relative;
    z-index: 4;
}
.banner-section.option1 .banner-subtitle h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 60px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.banner-section.option1 .banner-subtitle h4::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 3px;
    width: 50px;
    background: linear-gradient(90deg, #FF681C 0%, #3F45DE 100%);
    left: -60px;
    top: 14px;
}
.banner-section.option1 .banner-subtitle h4::after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 8px;
	width: 8px;
	background: #3F45DE;
	border-radius: 50%;
	left: -40px;
	top: 11px;
	animation: title-after-left-right 3s infinite ease-in-out;
}
.banner-section.option1 .banner-title h2 {
    font-size: 70px;
    line-height: 85px;
    color: #191919;
    font-weight: 700;
    margin: 3px 0 0px;
}
.banner-section.option1 .banner-description p {
    font-size: 17px;
    color: #575757;
    line-height: 26px;
    margin: 15px 0 32px;
    font-weight: 400;
    width: 70%;
}
.banner-section.option1 .single-image {
    text-align: center;
    margin-top: 112px;
    transition: 0.4s;
}
.banner-section.option1 .single-image img {
    transition: 0.4s;
}
.banner-section.option1 .single-image img:hover {
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.banner-section.option1 .single-shap {
  position: absolute;
  top: 280px;
  left: 100px;
  animation: circle 8s linear infinite;
}
.banner-section.option1 .bannar-shap {
    position: absolute;
    bottom: 170px;
    left: 745px;
    animation: circle 7s linear infinite;
}
.banner-section.option1 .foter-shape{
  animation: circle 7s linear infinite;
}
.foter-shape{
  animation: circle 7s linear infinite;
}
@keyframes title-after-left-right{
   0% {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
.banner-section.option1 .bannar-shape {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.banner-section.option1 .bannar-shape2 {
    position: absolute;
    top: 340px;
    left: 0;
}
.banner-section.option1 .bannar-shapes2 {
  position: absolute;
  top: 20px;
  right: 100px;
  animation: dance2 4s alternate infinite;
}
.banner-section.option1 .bannar-shapes3 {
    position: absolute;
    bottom: 80px;
    left: 250px;
    transition: 0.4s;
    animation: dance2 4s alternate infinite;
}
.banner-section.option1 .bannar-shapes4 {
  position: absolute;
  top: 0px;
  right: 0px;
  transition: 0.4s;
}
.banner-section.option1 .bannar-shapes5 {
    position: absolute;
    top: 250px;
    left: 700px;
    animation: dance2 4s alternate infinite;
}
.banner-section.option1 .bannar-shapes6 {
  position: absolute;
  top: -360px;
  right: -180px;
}
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.banner-button {
    display: inline-block;
}
.banner-button a {
    display: inline-block;
    background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);
    padding: 0;
    border: 1px solid #FF681C;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 185px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}
.banner-button2 {
  display: inline-block;
}
.banner-button2 a {
    display: inline-block;
    background: transparent;
    padding: 0;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 160px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    overflow: hidden;
    border: 1px solid #FF681C;
    font-size: 18px;
    color: #FF681C;
    font-weight: 500;
    margin-left: 28px;
    font-family: "Urbanist", sans-serif;
}
.banner-button2 a::before{
  content: "";
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  z-index: -1;
}
.banner-button2 a::after{
  content: "";
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}
.banner-button a:hover {
    color: #ffffff;
}
.banner-button a:before {
    background: #191919;
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.4s;
    border-radius: 26px;
}
.banner-button a:hover:before {
    width: 103%;
}
.banner-button2 a:hover {
  color: #ffffff;
}
.banner-button2 a:hover:before{
  width: 100%;
  right: 0;
  left: auto;
}
.banner-button2 a:hover:after{
  width: 100%;
  left: 0;
  right: auto;
}
@keyframes dance2 {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
      -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
      -webkit-transform: translate3d(0, -25px, 25px);
  }
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  } 
}

.bannar-social-media-section{
    position:absolute;
    left:40px;
    top:50%;
    transform:translateY(-50%);
    z-index:9;
}

.bannar-social-media-section ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.bannar-social-media-section ul li a{
    width:46px;
    height:46px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#ff6b2c;
    box-shadow:0 0 20px rgba(0,0,0,0.06);
    transition:0.3s ease;
}

.bannar-social-media-section ul li a:hover{
    background:linear-gradient(135deg,#ff6b2c,#ff3d81);
    color:#fff;
}


.banner-section.option2 {
    z-index: 0;
    position: relative;
    padding: 165px 0 205px;
}
.banner-section.option2 .banner-title.one h2 {
  font-size: 160px;
  line-height: 200px;
  color: #fff;
  margin: 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-section.option2 .banner-title.two h2 {
  font-size: 160px;
  line-height: 200px;
  color: #fff;
  margin: 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-section.option2 .banner-title.two h2 span {
    font-size: 70px;
    line-height: 80px;
    background: #FFFFFF1A;
    display: inline-block;
    padding: 2px 45px 20px;
    border-radius: 50px;
    position: relative;
    bottom: 45px;
    text-transform: capitalize;
    border: 1px solid #ffffff1a;
}
.banner-section.option2 .banner-description p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    margin: 60px auto 35px;
    font-weight: 400;
    width: 32%;
}
.banner-section.option2 .single-image {
    position: absolute;
    top: 170px;
    right: 170px;
    z-index: -1;
}
.banner-section.option2 .single-image img {
  transition:0.4s;
}
.banner-section.option2 .single-image img:hover {
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.banner-section.option2 .single-shap {
    position: absolute;
    bottom: 140px;
    left: 290px;
    animation: circle 8s linear infinite;
}

.banner-section.option2 .banner-button {
    display: inline-block;
    margin-left: 435px;
}
.banner-section.option2 .bannar-icon-box {
    background: #09080B;
    display: inline-block;
    padding: 36px 68px 32px;
    border-radius: 10px;
    position: absolute;
    bottom: 240px;
    right: 80px;
}
.banner-section.option2 .bannar-icon-box-title h2 {
    font-size: 40px;
    line-height: 26px;
    color: #fff;
}
.banner-section.option2 .bannar-icon-box-description p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin: 12px 0 12px;
}

/*=====================     Brand section css start here  =======================  */

.brand-images {
  text-align: -webkit-center;
  filter: grayscale(1);
  transition: .5s;
}
.brand-images:hover{
  filter: grayscale(0);
}
/*==================    button section css start here  =====================  */
svg {
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: auto;
}

/*   single Button css option 1  */
.single-button.option1 .button-content a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #FF681C;
    padding: 9px 34px;
    border-radius: 29px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    font-family: "Urbanist", sans-serif;
}

.single-button.option1 .button-content a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FF681C 0%, #3661FD 100%);
    border-radius: 29px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}
.single-button.option1 .button-content a:hover::before{
    transform: scale(1);
}
.single-button.option1 .button-content a:hover{
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/*   single Button css option 2  */
.single-button.option2 .button-content a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    padding: 12px 36px;
    border-radius: 29px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden;
    font-family: "Urbanist", sans-serif;
}
.single-button.option2 .button-content a:before {
  background: #191919;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 29px;
}
.single-button.option2 .button-content a:hover:before {
  width:103%;
}

/*   single Button css option 3  */

.single-button.option3 .button-content a {
    display: inline-block;
    background: #2688EA0D;
    padding: 0 0px;
    font-size: 16px;
    line-height: 55px;
    color: #939393;
    font-weight: 400;
    width: 100%;
    text-align: center;
    height: 55px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.single-button.option3 .button-content a:before {
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

  content:"";
  position:absolute;
  right: 0;
  top:0;
  height:100%;
  width:0;
  z-index: -1;
  transition:0.4s;
  border-radius: 5px;
}
.single-button.option3 .button-content a:hover:before {
  width:100%;
  left: 0;
}
.single-button.option3 .button-content a i {
  font-size: 20px;
  color: #3F45DE;
  margin-right: 10px;
  transition:0.4s;
}
.single-button.option3 .button-content a:hover{
  color: #fff;
}
.single-button.option3 .button-content a:hover i {
  color: #fff;
}

/*   single Button css option 4  */
.button-content {
  line-height: 0;
}
.single-button.option1.option4 .button-content a {
  display: inline-block;
  background: #3F45DE;
  padding: 0;
  line-height: 60px;
  text-align: center;
  height: 60px;
  width: 196px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}

/*  =====================  Faq section css start here  ========================= */

.accordion-content li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    box-shadow: 0px 0px 18px 3px #00000017;
    z-index: 1;
    border-radius: 30px;
}
.accordion-content li p {
    display: none;
    padding: 18px 30px 25px;
    color: #939393;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.accordion-content a {
    z-index: 1;
    position: relative;
    width: 100%;
    display: inline-grid;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #0B0D26 !important;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: 0px 4.4px 20px -1px #13102217;
}
.accordion-content a.active {
    color: #fff !important;
    background: linear-gradient(0deg, #FF681C 0%, #3F45DE 100%);
    border-radius: 30px 30px 0 0;
}
.accordion-content a.active:hover {
    color: #fff !important;
}
.accordion-content a:after {
    width: 10px;
    height: 2px;
    background: #191919;
    position: absolute;
    right: 24px;
    content: " ";
    top: 50%;
    transition:0.3s;
    transform: translate(-50%, -50%);
}
.accordion-content a:before {
    width: 2px;
    height: 10px;
    background: #191919;
    position: absolute;
    right: 32px;
    content: " ";
    top: 50%;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
}
a.active:after {
    transition: 0.3s;
    background: #fff;
    transform: translate(-50%, -50%);
}
a.active:before {
 display: none;
}

/*=================   Call to action section css start here =============== */

.single-call-to-action {
    text-align: center;
    padding: 50px;
    background: #efefef;
    border-radius: 10px;
}
.call-video-button {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}
.call-video-link a {
    color: #fff;
    font-size: 30px;
}
.call-action-title h3 {
    padding: 20px 0 0 0;
    font-size: 20px;
}
.call-action-title h1 {
    padding: 20px 0 20px 0;
    font-size: 40px;
}
.call-action-description p {
    font-size: 18px;
    color: #6c7470;
    padding: 0 0 30px 0;
}
.call-action-button a {
    background: #6c7470;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
}
/* js div class css start here */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.video-popup-content iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.single-call-to-action {
    text-align: center;
    padding: 50px;
    background: #efefef;
    border-radius: 10px;
}
.call-video-button {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}
.call-video-link a {
    color: #fff;
    font-size: 30px;
}
.call-action-title h3 {
    padding: 20px 0 0 0;
    font-size: 20px;
}
.call-action-title h1 {
    padding: 20px 0 20px 0;
    font-size: 40px;
}
.call-action-description p {
    font-size: 18px;
    color: #6c7470;
    padding: 0 0 30px 0;
}
.call-action-button a {
    background: #6c7470;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
}
/* js div class css start here */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.video-popup-content iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* ==================   case study post type css start here ===============*/
.single-case-study-post-type.option1{
  transition: .5s;
}
.single-case-study-post-type.option1 .case-study-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
}
.single-case-study-post-type.option1 .case-study-thumb::before{
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  height: 90%;
  width: 90%;
  background: linear-gradient(180deg, rgba(255, 104, 28, 0.5) 0%, rgba(54, 97, 253, 0.5) 100%);
  border: 6px solid #FFFFFF80;
  transition: 0.5s;
  border-radius: 5px;
  transform: scale(0);
}
.single-case-study-post-type.option1:hover .case-study-thumb::before{
  transform: scale(1);
}
.single-case-study-post-type.option1 .case-study-thumb a img {
	line-height: 0;
	height: 445px;
	object-fit: cover;
	border-radius: 5px;
}
.single-case-study-post-type.option1 .case-study-content {
    position: absolute;
    bottom: -100px;
    width: 95%;
    margin: 0 0 0 35px;
    z-index: 1;
    transition: .5s;
}
.single-case-study-post-type.option1:hover .case-study-content{
  bottom: 50px;
}
.single-case-study-post-type.option1 .case-study-title h1 a {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    transition: 0.5s;
    color: #191919;
    background: #fff;
    padding: 13px 15px;
    font-weight: 600;
    z-index: 2;
    position: relative;
    border-radius: 0 0 5px 5px;
}
.single-case-study-post-type.option1 .case-study-category a {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    background: linear-gradient(90deg, #FF681C 0%, #3F45DE 100%);
    font-weight: 400;
    z-index: 2;
    transition: 0.5s;
    position: relative;
    padding: 4px 24px;
    display: inline-block;
    margin-bottom: -4px;
    border-radius: 5px 5px 0 0;
}
.single-case-study-post-type.option1 .case-study-button {
    position: absolute;
    bottom: 450px;
    right: 24px;
    transition: .5s;
}
.single-case-study-post-type.option1:hover .case-study-button {
  bottom: 364px;
}
.single-case-study-post-type.option1 .case-study-button a {
  font-size: 20px;
  color: #FF681C;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  font-weight: 700;
  display: inline-block;
}
.single-case-study-post-type.option1 .case-study-button a i{
  transform: rotate(-45deg);
  transition: 0.5s;
  display: inline-block;
}

/* ===== case study post type option2 =========*/
.single-case-study-post-type.option2{
  position: relative;
  padding: 20px;
  border-radius: 20px;
  transition: .5s;
  border: 1px solid #1919191A;
  z-index: 1;
}
.single-case-study-post-type.option2 .case-study-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
}
.single-case-study-post-type.option2 .case-study-thumb::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background: linear-gradient(180deg, rgba(255, 104, 28, 0.5) 0%, rgba(63, 69, 222, 0.5) 100%);
  border-radius: 20px;
}
.single-case-study-post-type.option2:hover .case-study-thumb:before{
  height: 100%;
}
.single-case-study-post-type.option2 .case-study-thumb a img {
    line-height: 0;
    height: 445px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.single-case-study-post-type.option2 .case-study-title h1 a {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    transition: 0.5s;
    color: #191919;
    font-weight: 600;
    z-index: 2;
    position: relative;
    margin: 22px 0 15px;
}
.single-case-study-post-type.option2 .case-study-title h1 a:hover{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-case-study-post-type.option2 .case-study-category a {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    z-index: 2;
    transition: 0.5s;
    position: relative;
    padding: 6px 28px;
    border: 1px solid #1919191A;
    display: inline-block;
    border-radius: 20px;
    font-family: "Figtree", sans-serif;
}
.single-case-study-post-type.option2 .case-study-button a svg {
    position: absolute;
    bottom: 250px;
    right: 0;
    left: 0;
    height: 0px;
    margin: auto;
    transition: .5s;
}
.single-case-study-post-type.option2:hover .case-study-button a svg{
   height: 170px;
}

/* ===== case study post type option3 =========*/
.single-case-study-post-type.option3{
  position: relative;
  padding: 20px;
  border-radius: 20px;
  transition: .5s;
  border: 1px solid #1919191A;
  z-index: 1;
}
.single-case-study-post-type.option3 .case-study-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
}
.single-case-study-post-type.option3 .case-study-thumb::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background: linear-gradient(180deg, rgba(255, 104, 28, 0.5) 0%, rgba(63, 69, 222, 0.5) 100%);
  border-radius: 20px;
}
.single-case-study-post-type.option3:hover .case-study-thumb:before{
  height: 100%;
}
.single-case-study-post-type.option3 .case-study-thumb a img {
    line-height: 0;
    height: 445px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.single-case-study-post-type.option3 .case-study-title h1 a {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    transition: 0.5s;
    color: #191919;
    font-weight: 600;
    z-index: 2;
    position: relative;
    margin: 22px 0 15px;
}
.single-case-study-post-type.option3 .case-study-title h1 a:hover{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-case-study-post-type.option3 .case-study-category a {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    z-index: 2;
    transition: 0.5s;
    position: relative;
    padding: 6px 28px;
    border: 1px solid #1919191A;
    display: inline-block;
    border-radius: 20px;
    font-family: "Figtree", sans-serif;
}
.single-case-study-post-type.option3 .case-study-button a svg {
    position: absolute;
    bottom: 250px;
    right: 0;
    left: 0;
    height: 0px;
    margin: auto;
    transition: .5s;
}
.single-case-study-post-type.option3:hover .case-study-button a svg{
   height: 170px;
}

/* ==================   Circle Progress css start here ===============*/

.single-circle-progress {
    display: inline-block;
    position: relative;
}
.single-circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.circle-progress-content {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
}
.circle-progress-content:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.circle-progress-content > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circle-progress-content .circle-progress-site-2 {
  left: 0;
}
.circle-progress-content .circle-progress-graph {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #121D17;
}
.circle-progress-content .circle-progress-site-2 .circle-progress-graph {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  transform-origin: center left;
}
.circle-progress-content .circle-progress-site-1 {
  right: 0;
}
.circle-progress-content .circle-progress-site-1 .circle-progress-graph {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.circle-progress-content .circle-progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #121D17;
}
.circle-progress-content .circle-progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* Circle progress animation */
.circle-progress-content[data-percentage="10"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-1 1.5s linear forwards;
}
.circle-progress-content[data-percentage="10"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="20"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-2 1.5s linear forwards;
}
.circle-progress-content[data-percentage="20"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="30"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-3 1.5s linear forwards;
}
.circle-progress-content[data-percentage="30"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="40"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-4 1.5s linear forwards;
}
.circle-progress-content[data-percentage="40"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="50"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="50"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="60"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="60"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-1 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="70"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="70"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-2 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="80"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="80"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-3 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="90"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="90"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-4 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="100"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="100"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards 1.5s;
}

@keyframes progress-loding-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes progress-loding-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes progress-loding-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes progress-loding-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes progress-loding-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*  =================    Counter Section CSS   ==================  */
.counter-section.option1 {
  transition: .5s;
}
.counter-section.option1 .calculate-number {
  font-size: 36px;
  line-height: 40px;
  display: inline-block;
  color: #191919;
  font-weight: 700;
  transition: .5s;
}
.counter-section.option1:hover .calculate-number{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter-section.option1 .conter-plus {
  font-size: 36px;
  line-height: 40px;
  display: inline-block;
  color: #191919;
  font-weight: 700;
  transition: .5s;
}
.counter-section.option1:hover .conter-plus{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter-section.option1 .counter-title h1 {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  margin: 0px 0 0;
  transition: .5s;
}

/*  counter option 2 Css Start here   */
.counter-section.option2 .counter-icon img{
  transition: .5s;
}
.counter-section.option2 .calculate-number {
  font-size: 80px;
  line-height: 95px;
  color: #191919;
  display: inline-block;
  font-weight: 600;
  margin: 0px 0 0px;
}
.counter-section.option2 span.conter-plus {
  font-size: 80px;
  line-height: 95px;
  color: #191919;
  display: inline-block;
  font-weight: 600;
  margin: 0px 0 0px;
}
.counter-section.option2 .counter-title h1 {
    font-size: 18px;
    font-weight: 600;
    color: #939393;
    line-height: 30px;
    margin: 0 0 22px;
}

/* ======================  Feature Box Css Start here  =========================== */
.single-feature-box {
	text-align: center;
	z-index: 1;
	padding: 38px 30px 18px;
	border-radius: 5px;
	background: #fff;
  transition: .5s;
  position: relative;
  overflow: hidden;
}
.single-feature-box .feature-title h1 {
	font-size: 30px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 15px 0 15px;
}
.single-feature-box .feature-description {
  font-weight: 400;
	margin-bottom: 20px;
	transition: .5s;
}
.single-feature-box .feature-icon{
	display:inline-block;
	position:relative;
  margin-bottom: 10px;
}
.single-feature-box .feature-icon svg {
    display: inline-block;
    color: #fff;
    height: 30px;
    text-align: center;
    transition: 0.5s;
}

/* ======================  Flip Box Css Start here  =========================== */

.single-flip-box .flip-box-content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .5s;
}
.single-flip-box .flip-box-content .flip-box-above {
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: .5s;
  border-radius: 5px;
  padding: 45px 25px 40px;
  background: #fff;
  position: relative;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.single-flip-box .flip-box-content:hover .flip-box-above {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.single-flip-box .flip-box-content .flip-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #3F45DE;
  text-align: center;
  line-height: 90px;
  margin: auto;
}
.single-flip-box .flip-box-content .above-title h1 {
  font-size: 22px;
  line-height: 28px;
  color: #121D17;
  font-weight: bold;
  font-family: "Poppins";
  text-align: center;
  padding: 20px 0 20px 0;
}
.single-flip-box .flip-box-content .above-description p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  margin: 0;
}
.single-flip-box .flip-box-content .flip-box-behind{
  padding: 47px 25px 68px 25px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: .5s;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.single-flip-box .flip-box-content:hover .flip-box-behind {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.single-flip-box .flip-box-content .flip-box-behind:before {
  border-radius: 5px;
  background: rgb(181, 154, 109, 0.9);
  z-index: -1;
  content:"";
  top:0;
  left: 0;
  height: 100%;
  width:100%;
  position: absolute;
}
.single-flip-box .flip-box-content .behind-title h1 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Poppins";
  text-align: center;
}
.single-flip-box .flip-box-content .behind-description p {
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  padding: 17px 0 37px 0;
  margin: 0;
}
.single-flip-box .flip-box-content a.behind-btn {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 16px 30px 16px 30px;
}
.single-flip-box .flip-box-content a.behind-btn i {
  font-size: 15px;
  color: #fff;
  padding: 0 0 0 5px;
  top: 1px;
  position: relative;
}

/* ======================  Heading Title Css Start here  =========================== */
.single-heading.option1 .heading-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 60px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}
.single-heading.option2 p.heading-title {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    padding: 0px 0 0;
}
.single-heading.option2 p.heading-title span{
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-two .single-heading.option2 p.heading-title {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0 0;
}

.single-heading.option3 .heading-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 28px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
    text-transform: uppercase;
    position: relative;
}
.single-heading.option3 .heading-title::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/home2-section-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -64px;
    top: 1px;
    animation: circle 8s linear infinite;
}

.single-heading.option4 .heading-title {
    font-size: 150px;
    line-height: 160px;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #19191933;
    color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-90deg);
    width: 100%;
}

/* ======================  Section Title Css Start here  =========================== */
/*      title css option 1      */
.main-title-area.option1 .section-subtitle h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.main-title-area.option1 .section-subtitle h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 3px;
    width: 50px;
    background: linear-gradient(90deg, #FF681C 0%, #3F45DE 100%);
    left: -60px;
    top: 14px;
}
.main-title-area.option1 .section-subtitle h3::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 8px;
    width: 8px;
    background: #3F45DE;
    border-radius: 50%;
    left: -40px;
    top: 11px;
    animation: title-after-left-right 3s infinite ease-in-out;
}
.main-title-area.option1 .section-title-one h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 10px 0 0px;
    font-weight: 700;
}
.main-title-area.option1 .section-title-two h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 0px 0 0px;
    font-weight: 700;
}
.main-title-area.option1 .section-description p {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    margin: 20px 0 0;
}

/*      title css option 2      */
.main-title-area.option2 .section-subtitle h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 60px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.main-title-area.option2 .section-subtitle h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 3px;
    width: 50px;
    background: linear-gradient(90deg, #FF681C 0%, #3F45DE 100%);
    left: -60px;
    top: 14px;
}
.main-title-area.option2 .section-subtitle h3::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 8px;
    width: 8px;
    background: #3F45DE;
    border-radius: 50%;
    left: -40px;
    top: 11px;
    animation: title-after-left-right 3s infinite ease-in-out;
}
.main-title-area.option2 .section-title-one h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 10px 0 0px;
    font-weight: 700;
}
.main-title-area.option2 .section-title-two h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 0px 0 0px;
    font-weight: 700;
}
.main-title-area.option2 .section-description p {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    margin: 20px 0 0;
}

/*      title css option 3     */
.main-title-area.option3 .section-subtitle h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 30px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}
.main-title-area.option3 .section-subtitle h3::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/home2-section-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -108px;
    top: 1px;
    animation: circle 8s linear infinite;
}

.main-title-area.option3 .section-title-one h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 0px 0 0px;
    font-weight: 700;
}
.main-title-area.option3 .section-title-two h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 0px 0 0px;
    font-weight: 700;
}
.main-title-area.option3 .section-title-three h1 {
    font-size: 42px;
    line-height: 50px;
    color: #191919;
    margin: 0px 0 0px;
    font-weight: 700;
}

/* ======================  Icon Box Css Start here  =========================== */
.icon-box-section.option1 {
    padding: 28px 5px 0;
    text-align: center;
    height: 164px;
    width: 227px;
    border-radius: 5px;
    background: linear-gradient(180deg, #3F45DE 0%, #FF681C 100%);
    transition: 0.5s;
}
.icon-box-section.option1 .icon-box-icon-content .small-img{
  height: 55px;
  width: 55px;
  line-height: 70px;
  margin: 0 auto 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transition: .5s;
}
.icon-box-section.option1 .icon-box-icon-content .small-img img {
    transition: 0.5s;
}
.icon-box-section.option1:hover .icon-box-icon-content .small-img img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.icon-box-section.option1 .icon-box-description p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 5px 0 0;
    font-weight: 500;
}

@keyframes wobble_vertical{
16.65% {
  transform: translateY(8px);
}
33.3% {
  transform: translateY(-6px);
}
49.95% {
  transform: translateY(4px);
}
66.6% {
  transform: translateY(-2px);
}
83.25% {
  transform: translateY(1px);
}
100% {
  transform: translateY(0);
}
}

/*   icon box option 2*/
.icon-box-section.option2 {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .5s;
    margin-left: -65px;
}
.icon-box-section.option2 .icon-box-icon i{
  font-size: 25px;
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  border-radius: 50%;
  transition: .5s;
}
.icon-box-section.option2 .icon-box-title h2 {
  font-size: 16px;
  line-height: 28px;
  color: #191919;
  font-weight: 500;
  margin: 0 0 0px;
  transition: 0.5s;
}
.icon-box-section.option2 .icon-box-description p {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  font-weight: 600;
  transition: 0.5s;
}

/*   icon box option 3    */
.icon-box-section.option3 {
    background-color: #F4F4FF;
    border-radius: 5px;
    padding: 30px 30px 30px;
    transition: 0.5s;
}
.icon-box-section.option3 .icon-box-title h2 {
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    margin: 18px 0 16px;
}
.icon-box-section.option3 .icon-box-icon{
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: .5s;
}
.icon-box-section.option3 .icon-box-icon i {
  font-size: 24px;
  background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .5s;
}
.icon-box-section.option3 .icon-box-description p {
  font-size: 14px;
  line-height: 26px;
  color: #575757;
  margin: 0 0 0;
}

/* ======================  Socisal Icon Css Start here  =========================== */
.social-media-section.option1 ul li {
  display: inline-block;
  margin-right: 6px;
}
.social-media-section.option1 ul li a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #3F45DE;
  border: 1px solid #FF681C;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.social-media-section.option1 ul li a:hover i{
  color: #fff;
}
.social-media-section.option1 ul li a i::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
}
.social-media-section.option1 ul li a i:hover:after{
  transform: scale(1);
}

.social-media-section.option2 {
  position: relative;
  transition: .5s;
}
.social-media-section.option2 ul li {
  display: inline-block;
  margin-right: 6px;
}
.social-media-section.option2 ul li a i {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #3F45DE;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #3F45DE;
  z-index: 1;
  transition: .5s;
}
.social-media-section.option2 ul li a i::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3F45DE 0%, #2688EA 100%);
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
}
.social-media-section.option2 ul li a i:hover:after{
  transform: scale(1);
}
.social-media-section.option2 ul li a i:hover{
    color: #fff;
}

/*   icon box option 4    */
.icon-box-section.option4 {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: .5s;
}
.icon-box-section.option4 .small-img {
    position: relative;
    transition: .5s;
    height: 70px;
    width: 70px;
    line-height: 85px;
    border: 1px solid #19191933;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.icon-box-section.option4 .small-img img{
    transition: .5s;
}
.icon-box-section.option4 .small-img::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    transform: scale(0);
    transition: .5s;
}
.icon-box-section.option4:hover .small-img::after{
   transform: scale(1);
}
.icon-box-section.option4:hover .small-img img {
    filter: brightness(0) invert(1);
}
.icon-box-section.option4 .icon-box-title h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #191919;
    margin-right: 0px;
    border-right: 1px solid #19191933;
    transition: .5s;
}
.icon-box-section.option4:hover .icon-box-title h2{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-box-section.option4 .icon-box-description p{
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  margin: 0;
  font-weight: 400;
}

/*   icon box option 5    */
.icon-box-section.option5 {
  padding: 32px 0 4px;
  transition: .5s;
}
.icon-box-section.option5 .icon-box-icon i{
  font-size: 40px;
  display: inline-block;
  color: #2688EA;
  height: 80px;
  background: #363DA31A;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
}
.icon-box-section.option5 .icon-box-title h2 {
  font-size: 28px;
  color: #191919;
  font-weight: 700;
  line-height: 34px;
  margin: 20px 0 15px;
}
.icon-box-section.option5 .icon-box-description p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

/*   icon box option 6    */
.icon-box-section.option6 .icon-box-icon i {
  font-size: 30px;
  color: #26A692;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.icon-box-section.option6 .icon-box-title h2 {
   font-size: 17px;
   color: #fff;
   font-weight: 400;
   margin: 0 0 0;
}
.icon-box-section.option6 .icon-box-description p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

/*   icon box option 7   */
.icon-box-section.option7 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.icon-box-section.option7 .icon-box-icon-content {
  flex-shrink: 0;
  margin-right: 17px;
  transition: .5s;
}
.icon-box-section.option7 .small-img{
  height: 90px;
  width: 90px;
  line-height: 120px;
  text-align: center;
  background: #2688EA1A;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.icon-box-section.option7 .small-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

    transition: .5s;
    transform: scale(0);
}
.icon-box-section.option7:hover .small-img::before{
    transform: scale(1);
}
.icon-box-section.option7 .small-img img{
  transition: .5s;
}
.icon-box-section.option7:hover .small-img img {
    filter: brightness(0) invert(1);
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.icon-box-section.option7 .icon-box-title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  font-weight: 600;
  margin: 0 0 10px;
  transition: 0.5s;
}
.icon-box-section.option7:hover .icon-box-title h2 {
  color: #3F45DE;
}
.icon-box-section.option7 .icon-box-description p {
  font-size: 17px;
  line-height: 26px;
  color: #80868C;
  font-weight: 400;
  transition: 0.5s;
}
.icon-box-section.option7:hover .small-img img {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}


.contact-box{
  border-top: 1px solid #9094B640;
  border-bottom: 1px solid #9094B640;
}
.form-group input{
  height: 56px;
  width: 100%;
  background-color: #fff;
  outline: 0;
  border: 1px solid #586D9126;
  border-radius: 5px;
  margin-bottom: 32px;
}
.form-group textarea {
  height: 161px;
  width: 100%;
  background-color: #fff;
  outline: 0;
  border: 1px solid #586D9126;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 12px 15px 0;
}
.buttons input {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 220px;
  height: 60px;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  border-radius: 5px;
  margin-bottom: 0px;
  transition: .5s;
}
.buttons input:hover{
  background-color: #191919;
}
.icon-box-section.option6 {
  display: flex;
  align-items: center;
  transition: .5s;
  margin-left: 30px;
}

/* ======================  Service section Css Start here  =========================== */
.service-section.option1 {
    text-align: center;
    padding: 45px 12px 38px;
    background: #fff;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #00000040;
    z-index: 1;
}
.service-section.option1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/service-hover.png);
    background-position: center center;
    transition: .5s;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section.option1:hover:before{
  height: 100%;
}
.service-section.option1 .service-icon-img {
  height: 70px;
  width: 70px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  border: 1px solid #FF681C;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.service-section.option1 .service-icon-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.service-section.option1:hover .service-icon-img::before{
  transform: scale(1);
}
.service-section.option1 .service-title h1 {
    font-size: 22px;
    margin: 18px 0 8px;
    transition: 0.5s;
    line-height: 30px;
    color: #191919;
    font-weight: 600;
    text-align: center;
}
.service-section.option1 .service-description p {
  transition: 0.5s;
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  text-align: center;
  padding: 0 0 30px;
}
.service-section.option1 .service-button a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    border: 1px solid #FF681C;
    padding: 9px 34px;
    border-radius: 29px;
    position: relative;
    transition: 0.4s;
    font-family: "Urbanist", sans-serif;
}
.service-section.option1 .service-button a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 29px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}
.service-section.option1:hover .service-button a::before{
  transform: scale(1);
}
.service-section.option1:hover .service-icon-img img{
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-section.option1:hover .service-title h1{
  color: #fff;
}
.service-section.option1:hover .service-description p{
  color: #fff;
}

/*  service option 2 css Start here  */
.service-section.option2 {
    padding: 42px 30px 30px;
    background: #fff;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #00000040;
    z-index: 1;
}
.service-section.option2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
    transition: .5s;
}
.service-section.option2:hover:before{
   height: 100%;
}
.service-section.option2 .service-number {
    position: absolute;
    right: 30px;
    top: 50px;
    transition: .5s;
}
.service-section.option2 .service-number h5 {
  font-size: 24px;
  margin: 0;
  transition: 0.5s;
  line-height: 34px;
  color: #191919;
  font-weight: 700;
}
.service-section.option2:hover .service-number h5{
  color: #fff;
}
.service-section.option2 .service-icon-img {
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
}

.service-section.option2 .service-icon-img img{
  transition: 0.5s;
}
.service-section.option2:hover .service-icon-img img{
  filter: brightness(0) invert(1);
  transition: 0.5s;
}
.service-section.option2 .service-title h1 {
  font-size: 24px;
  margin: 0;
  transition: 0.5s;
  line-height: 34px;
  color: #191919;
  font-weight: 700;
}
.service-section.option2 .service-title h2 {
  font-size: 24px;
  margin: 0;
  transition: 0.5s;
  line-height: 34px;
  color: #191919;
  font-weight: 700;
}
.service-section.option2:hover .service-icon-img img{
  filter: brightness(0) invert(1);
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-section.option2:hover .service-title h1{
  color: #fff;
}
.service-section.option2:hover .service-title h2{
  color: #fff;
}
.service-section.option2 .service-image {
    line-height: 0;
    margin-top: 22px;
}
.service-section.option2 .service-image img{
    width: 100%;
}

/* ==========================
	    service-carousel css
=========================*/
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin: 2px 12px;
  padding: 27px 5px 31px;
  transition: .5s;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #00000040;
}
.slick-initialized .slick-slide::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #3f44de63;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service-carousel-img {
  text-align: center;
  display: inline-block;
}
.service-carousel-title a h1 {
  font-size: 22px;
  line-height: 30px;
  color: #191919;
  margin: 21px 0 11px;
  display: inline-block;
  transition: .5s;
  font-weight: 600;
}
.service-carousel-desc p{
  font-size: 17px;
  color: #939393;
  line-height: 26px;
  margin: 0 0 0;
}

.slick-initialized ul.slick-dots {
  position: absolute;
  top: -120px;
  left: 625px;
}
.slick-initialized ul.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-initialized .slick-slide:hover:before{
  left: 0;
  right: 0;
  opacity: 0;
}
.service-carousel-title a h1:hover{
  color: #3F45DE;
}

/* ======================
	Form area custom css
=========================*/
.subscribe-wrapper button {
  display: inline-block;
  font-size: 28px;
  position: absolute;
  color: #3F45DE;
  background-color: transparent;
  border: none;
  outline: 0;
  top: 12px;
  right: 320px;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/* ======================  Main Contact css start here  =========================== */

.main-form-section input {
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 15px;
  border: 1px solid #ebebeb;
  color: #6c7470 !important;
  font-weight: 400;
  font-family: "Roboto";
  margin: 0 0 30px 0;
  border-radius: 5px;
}
.main-form-section textarea {
  height: 150px !important;
  border: 1px solid #ebebeb;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
.main-form-section .contact-button input {
  height: 55px;
  background: #3F45DE;
  color: #fff !important;
  width: 202px;
  line-height: 55px;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-family: "Roboto";
  margin: 10px 0 0 0;
  border-radius: 5px;
}
.main-form-section .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #3F45DE;
}
.main-form-section input::placeholder {
  color: #b1b1b1 !important;
  font-size: 16px;
  font-family: "Roboto";
}
.main-form-section textarea::placeholder {
  color: #b1b1b1 !important;
  font-size: 16px;
  font-family: "Roboto";
}
.main-form-section select {
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 15px;
  border: 1px solid #ebebeb;
  color: #b1b1b1 !important;
  font-weight: 400;
  font-family: "Roboto";
  margin: 0 0 30px 0;
  border-radius: 5px;
  width: 100%;
  outline: 0;
}
.main-form-section select option {
  font-size: 16px;
  color: #121D17;
  font-weight: 400;
  font-family: "Poppins";
}
.main-form-section select option:hover {
  background: #3F45DE;
  color: #fff;
}
.main-form-section select::placeholder {
  color: #b1b1b1 !important;
  font-size: 16px;
  font-family: "Roboto";
}
.main-form-section .select:focus {
  outline: none;
  box-shadow: none;
  border-color: #3F45DE;
}
p.footer-email label {
  width: 100%;
}
p.footer-email label input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  background: transparent;
  outline: 0;
  margin: 0 0 20px 0;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 16px;
}
p.footer-email label input::placeholder {
  opacity: 0.3;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
}
.footer-email-button {
  transition: 0.5s;
}
.footer-email-button input[type="submit"] {
  background: #3F45DE;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.footer-email-button input[type="submit"]:hover {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  letter-spacing: 2px;
}

/* ======================  Icon List Css Start here  =========================== */
.list-section.style1 .single-list-content li a {
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    color: #939393;
    transition: .5s;
    margin-bottom: 12px;
    font-weight: 400;
}
.list-section.style1 .single-list-content li a:hover{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list-section.style1 .single-list-content li a svg{
  height: 0;
  transition: .5s;
}
.list-section.style1 .single-list-content li a:hover svg{
    height: 14px;
    margin-right: 7px;
    fill: #FF681C;
}

.list-section.style3 .single-list-content li {
  display: inline-block;
}
.list-section.style3 .single-list-content li a {
  font-size: 16px;
  display: inline-block;
  color: #939393;
  margin-left: 7px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  transition: .5s;
  font-weight: 500;
}
.list-section.style4 .single-list-content li{
    margin-bottom: 23px;
}
.list-section.style4 .single-list-content li a {
  font-size: 16px;
  display: inline-block;
  color: #191919;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  transition: .5s;
  font-weight: 500;
}
.list-section.style4 .single-list-content li a svg {
    height: 0px;
    display: inline-block;
    font-weight: 500;
    margin-right: 5px;
    transition: .5s;
}
.list-section.style4 .single-list-content li a:hover svg{
  height: 18px;
}
.list-section.style4 .single-list-content li a:hover{
  color: #3F45DE;
}

/* ======================  Pricing Css Start here  =========================== */
.pricing-section {
  padding: 35px 34px 27px;
  position: relative;
  transition: 0.4s;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 7px;
  box-shadow: 0px 0px 6px 0px #00000026;
  gap: 22px;
}
.pricing-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

  z-index: -1;
  transform: rotate(2deg);
  border-radius: 10px;
  transition: .5s;
}
.pricing-inner-box {
  width: 50%;
}
.pricing-content {
  width: 50%;
}
.pricing-price-content {
  padding: 20px 0 14px;
}
.pricing-price-content .dollar {
    font-size: 40px;
    line-height: 50px;
    color: #191919;
    font-weight: 700;
    transition: 0.4s;
}
.pricing-price-content .pricing-price {
  font-size: 40px;
  line-height: 50px;
  color: #191919;
  font-weight: 700;
  transition: 0.4s;
}
.pricing-price-content .price-date {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    transition: 0.4s;
}
.pricing-desc p {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  transition: 0.4s;
}
.pricing-name h2 {
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}
.pricing-title h1 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  transition: 0.4s;
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

  margin: 0;
  border: 1px solid #3F45DE;
  position: relative;
  display: inline-block;
  padding: 3px 23px;
  border-radius: 30px;
  font-weight: 600;
  z-index: 1;
}
.pricing-title h1::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: .5s;
  border-radius: 30px;
  z-index: -1;
}
.pricing-services-list li {
    list-style: none;
    font-size: 17px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    transition: 0.4s;
}
.pricing-section span.pricing-svg {
  position: absolute;
  right: 0;
}
.pricing-contact-button {
  display: inline-block;
  padding: 22px 0 0 0;
}
.pricing-contact-button a {
  border-radius: 28px;
  background: linear-gradient(0deg, #3661FD 0%, #FF681C 100%);

  position: relative;
  display: inline-block;
  padding: 12px 44px;
  z-index: 1;
  transition: 0.4s;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.pricing-contact-button a:before {
  content: "";
  background: #191919;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  z-index: -1;
}
.pricing-contact-button a::after {
  content: "";
  background: #191919;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
}
.pricing-contact-button a:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.pricing-contact-button a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pricing-contact-button a:hover{
  color: #fff;
} 
.pricing-title h1:hover:before{
  width: 100%;
}
.pricing-title h1:hover{
  color: #3F45DE;
}
.pricing-section:hover .pricing-price-content span{
  color: #3F45DE;
}
.pricing-section:hover::before{
  transform: rotate(-2deg);
}

/* ======================  team Member Css Start here  =========================== */
.team-section.option1 {
    padding: 20px 18px 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px #00000026;
}
.team-section.option1::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(270deg, #3F45DE 0%, #FF681C 100%);
  transition: .5s;
  z-index: -1;
  border-radius: 10px;
}
.team-section.option1:hover:before{
  width: 100%;
  left: 0;
}
.team-section.option1 .team-inner-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.team-section.option1 .team-member-image {
    line-height: 0;
    transition: .5s;
}
.team-section.option1 .team-member-name h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0 0;
  color: #191919;
  font-weight: 600;
  transition: 0.4s;
}
.team-section.option1:hover .team-member-name h1{
  color: #fff;
}
.team-section.option1 .member-designation h3 {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  margin: 0 0 0;
  font-weight: 400;
  transition: 0.5s;
}
.team-section.option1:hover .member-designation h3{
  color: #fff;
}
.team-section.option1 ul.team-media-icon {
    text-align: center;
    padding-top: 13px;
    border-top: 1px solid #0000001A;
    margin: 20px 0 0;
    transition: 0.5s;
}
.team-section.option1:hover .team-media-icon{
   border-top: 1px solid #FFFFFF80;
}
.team-section.option1 ul.team-media-icon li {
  list-style: none;
  display: inline-block;
}
.team-section.option1 ul.team-media-icon li a {
  font-size: 16px;
  color: #191919;
  margin-right: 20px;
  display: inline-block;
  transition: 0.5s;
}
.team-section.option1:hover .team-media-icon li a{
  color: #fff;
}

.team-section.option2 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background-color: #F8F9FA;
    border-radius: 20px;
    border-top: 5px solid #D0D0D0;
    padding: 26px 0 0;
    text-align: center;
    overflow: hidden;
}
.team-section.option2:hover{
  border-top: 5px solid #FF681C;
}
.team-section.option2 .team-member-image {
    line-height: 0;
}
.team-section.option2 .team-member-image img {
    width: 100%;
}
.team-section.option2 .team-member-name h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 0px;
    color: #191919;
    transition: 0.4s;
    font-weight: 600;
}
.team-section.option2:hover .team-member-name h1{
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team-section.option2 .member-designation h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 8px 0 31px;
    color: #939393;
    transition: 0.5s;
    font-weight: 400;
}
.team-section.option2 ul.team-media-icon {
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    transition: 0.5s;
}
.team-section.option2:hover ul.team-media-icon{
   bottom: 30px;
}
.team-section.option2 ul.team-media-icon li {
    display: inline-block;
}
.team-section.option2 ul.team-media-icon li a i{
  font-size: 16px;
  height: 35px;
  width: 35px;
  color: #191919;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-right: 5px;
  transition: 0.5s;
}
.team-section.option2 ul.team-media-icon li a i::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  z-index: -1;
  transition: .5s;
  border-radius: 50%;
  transform: scale(0);
}
.team-section.option2 ul.team-media-icon li a i:hover:after{
  transform: scale(1);
}
.team-section.option2 ul.team-media-icon li a i:hover{
  color: #fff;
}

.team-section.option3 {
    position: relative;
    padding: 20px 20px 42px;
    border-radius: 20px;
    border: 1px solid #1919191A;
    z-index: 1;
    transition: .5s;
}
.team-section.option3::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  border-radius: 20px;
  z-index: -1;
  transition: .5s;
}
.team-section.option3:hover:before{
  height: 100%;
}
.team-section.option3 .team-member-image {
    line-height: 0;
    position: relative;
    transition: .5s;
}
.team-section.option3 .team-member-image::before{
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/home2-team-shape.png);
  background-repeat: no-repeat;
  transition: .5s;
}
.team-section.option3:hover .team-member-image::before{
   opacity: 0;
}
.team-section.option3 .team-member-image::after{
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/home2-team-shape2.png);
  background-repeat: no-repeat;
  transition: .5s;
  opacity: 0;
}
.team-section.option3:hover .team-member-image::after{
   opacity: 1;
}
.team-section.option3 .team-member-image img {
    width: 100%;
}
.team-section.option3 .team-member-name h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 43px 0 0px;
    color: #191919;
    transition: 0.4s;
    font-weight: 600;
}
.team-section.option3:hover .team-member-name h1{
   color: #fff;
}
.team-section.option3 .member-designation h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 2px 0 0px;
    color: #191919;
    transition: 0.5s;
    font-weight: 400;
}
.team-section.option3:hover .member-designation h3{
   color: #fff;
}
.team-section.option3 .single-team-plus-icon span {
    font-size: 13px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
    border-radius: 50%;
    transition: .5s;
    position: absolute;
    top: 28px;
    left: 40px;
    cursor: pointer;
}
.team-section.option3 .single-team-plus-icon:hover .team-media-icon{
    top: 75px;
    opacity: 1;
}
.team-section.option3 .single-team-plus-icon ul.team-media-icon {
    position: absolute;
    top: 105px;
    opacity: 0;
    left: 40px;
    transition: .5s;
}
.team-section.option3 .single-team-plus-icon .team-media-icon li a {
    font-size: 13px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #191919;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    transition: .5s;
}
.team-section.option3 .team-media-icon li a::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
  transition: .5s;
}
.team-section.option3 .team-media-icon li a:hover:after{
  transform: scale(1);
}
.team-section.option3 .team-media-icon li a:hover{
  color: #fff;
}

/* ======================  team Member Slide Css Start here  =========================== */

.team-slide-section {
  background: #3F45DE;
  border-radius: 0 0 5px 5px;
}
ul.team-slide-media-icon li {
  list-style: none;
  display: inline-block;
}
.team-slide-member-designation p {
  transition: 0.4s;
  color: #121D17;
  font-size: 18px;
  font-weight: 500;
}
.team-slide-member-name h1 {
  font-size: 25px;
  transition: 0.4s;
  color: #121D17;
  font-weight: 700;
  line-height: 35px;
}

/* ======================  Testimonial Css Start here  =========================== */
.testimonial-section.option1 .testimonial-single-content {
    position: relative;
    z-index: 1;
    padding: 32px 30px 38px;
    border-radius: 10px;
    margin: 5px;
    background-color: #fff;
    transition: 0.5s;
}
.testimonial-section.option1 .testimonial-single-content::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(270deg, #3F45DE 0%, #FF681C 100%);
    transition: .5s;
    z-index: -1;
    border-radius: 10px;
}
.testimonial-section.option1 .testimonial-single-content:hover:before {
    width: 100%;
    left: 0;
}
.testimonial-section.option1 .testimonial-img-desc-content {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.testimonial-section.option1 .testimonial-image img {
  height: auto;
  width: auto;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: 0.5s;
}
.testimonial-section.option1 .testimonial-single-content:hover .testimonial-image img{
  filter: brightness(0) invert(1);
}
.testimonial-section.option1 .about-author {
  padding: 0;
  display: inline-block;
}
.testimonial-section.option1 .testimonial-image {
    position: absolute;
    top: 40px;
    right: 30px;
}
.testimonial-section.option1 .about-author h1 {
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    transition: 0.4s;
    font-weight: 600;
    margin: 0;
}
.testimonial-section.option1 .testimonial-single-content:hover .about-author h1{
   color: #fff;
}
.testimonial-section.option1 .about-author h3 {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  margin: 2px 0 0;
  transition: .5s;
}
.testimonial-section.option1 .testimonial-single-content:hover .about-author h3{
   color: #fff;
}
.testimonial-section.option1 .testi-description p {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  padding: 20px 0 20px;
  transition: .5s;
}
.testimonial-section.option1 .testimonial-single-content:hover .testi-description p{
   color: #fff;
}
.testimonial-section.option1 .author-info {
  position: relative;
  align-content: center;
  text-align: left;
  transition:0.5s;
}
.testimonial-section.option1 .author-image {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 12px 0 0;
}
.testimonial-section.option1 .author-image img {
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  top: 8px;
}
.testimonial-star i.fa.fa-star.active {
  font-size: 15px;
  color: #FFB000;
  padding: 0 5px 0 0;
}
.testimonial-section.option1 .testimonial-single-content:hover .testimonial-star i.fa.fa-star.active{
   color: #fff;
}
.testimonial-section-carousel1 .owl-dots {
  text-align: right;
  position: absolute;
  bottom: 13px;
  right: 0;
}
.testimonial-section-carousel1 .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #CFD2D1;
  margin: 0 10px 0 0;
}
.testimonial-section-carousel1 .owl-dot.active {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #3F45DE;
}

/*=======testimonial.option2============*/
.testimonial.option2 .testimonial-single-content {
    display: flex;
    align-items: center;
    margin: 5px;
    gap: 85px;
    transition: 0.5s;
}
.testimonial.option2 .about-author h1 {
  font-size: 22px;
  line-height: 30px;
  color: #191919;
  transition: 0.4s;
  font-weight: 600;
  margin: 0;
}
.testimonial.option2 .about-author h3 {
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  font-weight: 400;
  margin: 5px 0 0;
}
.testimonial.option2 .testi-description p {
    font-size: 17px;
    line-height: 26px;
    color: #939393;
    font-weight: 400;
    padding: 18px 0 24px;
}
.testimonial.option2 .author-image {
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
}
.testimonial.option2 .about-author {
  padding: 0;
  display: inline-block;
}
.testimonial.option2 .testimonial-image {
    position: absolute;
    bottom: 40px;
    right: 142px;
}
.testimonial-carousel2 .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    text-align: center;
}
.testimonial-carousel2 .owl-prev{
  display: inline-block;
}
.testimonial-carousel2 .owl-next{
  display: inline-block;
}
.testimonial-carousel2 .owl-prev i, .owl-next i {
    font-size: 30px;
    display: inline-block;
    color: #191919;
    margin: 0 15px;
}

/*=======testimonial.option3============*/
.testimonial.option3 .testimonial-single-content {
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.testimonial.option3 .testimonial-single-content::before {
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
    height: 10px;
    width: 335px;
    border-top: 2px solid #2688EAC2;
    border-left: 2px solid #2688EAC2;
    border-right: 2px solid #2688EAC2;
    border-radius: 5px 5px 0 0;
}
.testimonial.option3 .testimonial-img-desc-content {
    position: relative;
    z-index: 1;
    padding: 50px 35px 32px;
    border-radius: 5px;
    margin: 55px 0px 55px;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #47A2D633 inset;
    background: #47a2d60f;
}
.testimonial.option3 .testimonial-img-desc-content::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(180deg, #3F45DE 0%, #2688EA 100%);
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}
.testimonial.option3 .testimonial-single-content:hover .testimonial-img-desc-content::before{
    height: 100%;
}
.testimonial.option3 .testimonial-img-desc-content::after {
    content: "";
    background: #47a2d60f;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    height: 36px;
    width: 86px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #47A2D633 inset;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.testimonial.option3 .testimonial-single-content:hover .testimonial-img-desc-content::after {
	background: #2688EA;
}
.testimonial.option3 .testi-title h2 {
    font-size: 22px;
    line-height: 30px;
    color: #191919;
    transition: .5s;
    margin: 0 0 5px;
    font-weight: 600;
}
.testimonial.option3 .testimonial-single-content:hover .testi-title h2{
    color: #fff;
}
.testimonial.option3 .about-author h1 {
    font-size: 22px;
    line-height: 30px;
    color: #191919;
    transition: 0.4s;
    font-weight: 600;
    margin: 12px 0 0px;
}
.testimonial.option3 .testimonial-single-content:hover .about-author h1{
    color: #3F45DE;
}
.testimonial.option3 .about-author h3 {
  font-size: 17px;
  line-height: 26px;
  color: #80868C;
  font-weight: 400;
  margin: 0px 0 0;
}
.testimonial.option3 .testi-description p {
  font-size: 17px;
  line-height: 26px;
  color: #80868C;
  font-weight: 400;
  padding: 12px 0 0px;
  transition: 0.5s;
}
.testimonial.option3 .testimonial-single-content:hover .testi-description p{
    color: #fff;
}
.testimonial.option3 .author-image {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 0px 0;
}
.testimonial.option3 .author-image img {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  top: 8px;
}
.testimonial.option3 .about-author {
  padding: 0;
  display: inline-block;
}
.testimonial.option3 .testimonial-image {
    position: absolute;
    top: -38px;
    padding-top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 60px;
    width: 60px;
    background: linear-gradient(180deg, rgba(63, 69, 222, 0.76) 0%, rgba(38, 136, 234, 0.76) 100%);
    border-radius: 5px;
    z-index: 9;
}
.testimonial.option3 .testimonial-single-content:hover .testimonial-image img{
    transform: scaleX(-1);
}
.testimonial.option3 .testimonial-image img {
    display: inline-block;
    transition: .5s;
}

/* ======================  Work System Css Start here  =========================== */
.work-system-section {
  background: #3F45DE;
  border-radius: 10px;
  padding: 30px 0 30px 0;
  text-align: center;
  transition: 0.5s;
}
.working-title h1 {
  font-size: 25px;
}
.work-system-single-img {
  line-height: 0;
}
.work-system-numbering h3 {
  padding: 0 0 20px 0;
  font-size: 20px;
}

/* ======================  Last Post Css Start here  =========================== */
.single-last-post {
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.last-post-content {
    display: inline-block;
    padding: 0 0 0 15px;
}
.last-post-img {
    display: inline-block;
    float: left;
    line-height: 0;
}
.last-post-img img {
  height: 80px;
  width: 80px;
  border-radius: 5px;
}
.last-post-title h1 {
    line-height: 30px;
}
.last-post-title h1 a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    font-weight: 500;
    transition:0.4s;
}
.last-post-title h1 a:hover {
    color: #3F45DE;
}
.last-post-time span {
    color: #3F45DE;
    font-size: 14px;
}

/* ======================  Blog Post Css Start here  =========================== */
.single-blog-post-content.option1 {
    padding: 25px 0px 14px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin: 3px 2px;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.single-blog-post-content.option1 .blog-post-text-content {
    margin-left: 30px;
}
.single-blog-post-content .blog-post-img {
    position: relative;
    line-height: 0;
    transition: .5s;
    overflow: hidden;
}
.single-blog-post-content .blog-post-img img{
    width: 100%;
}
.single-blog-post-content .blog-post-img::before{
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.single-blog-post-content.option1 .blog-author-admin span i {
  display: inline-block;
  color: #3F45DE;
  margin-right: 8px;
}
.single-blog-post-content.option1 .blog-author-admin a {
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0;
  font-size: 15px;
  line-height: 26px;
  color: #191919;
  font-weight: 400;
  transition:0.4s;
}
.single-blog-post-content.option1 .blog-post-title h1 a {
    font-size: 22px;
    display: inline-block;
    margin: 12px 0 25px;
    line-height: 30px;
    color: #191919;
    font-weight: 600;
    transition: 0.5s;
}
.single-blog-post-content.option1 .blog-post-title h1 a:hover {
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-blog-post-content.option1 .blog-author-coment {
    display: inline-block;
    margin-left: 18px;
}
.single-blog-post-content.option1 .blog-author-coment span {
  display: inline-block;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  color: #575757;
  font-weight: 400;
}
.single-blog-post-content.option1 .blog-author-coment span i {
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}
.single-blog-post-content.option1 .blog-post-time {
  display: inline-block;
}
.single-blog-post-content.option1 .blog-post-time span {
  display: inline-block;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  color: #575757;
  font-weight: 400;
}
.single-blog-post-content.option1 .blog-post-time span i {
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}
.single-blog-post-content.option1 .blog-author-admin {
    display: inline-block;
    margin-top: 14px;
    margin-left: 28px;
}
.single-blog-post-content.option1 .blog-author-admin a{
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-blog-post-content.option1 .blog-post-button {
    display: inline-block;
    float: right;
    margin-top: 14px;
    margin-right: 28px;
}
.single-blog-post-content.option1 .blog-post-button a{
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-blog-post-content.option1 .blog-post-button a i{
    font-size: 16px;
    margin-left: 7px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-blog-post-content.option1 .single-blog-post-content .blog-post-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.single-blog-post-content.option1 .single-blog-post-content:hover .blog-post-img::before{
  animation: shine 800ms;
}
@keyframes shine{
  100%{
    left: 100%;
  }
}

/* ======  Blog Post Css option2 ============ */
.single-blog-post-content.option2 {
    padding: 25px 28px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin: 3px 2px;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.single-blog-post-content.option2:before {
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  border-radius: 20px;
}
.single-blog-post-content.option2:hover:before {
  height: 100%;
}
.single-blog-post-content.option2 .blog-author-admin span i {
  display: inline-block;
  color: #191919;
  margin-right: 8px;
  transition: 0.5s;
}
.single-blog-post-content.option2:hover .blog-author-admin span i{
    color: #fff;
}
.single-blog-post-content.option2 .blog-author-admin a {
  display: inline-block;
  margin: 0 0 0;
  font-size: 17px;
  line-height: 26px;
  color: #191919;
  font-weight: 400;
  transition:0.4s;
}
.single-blog-post-content.option2:hover .blog-author-admin a {
  color: #fff;
}
.single-blog-post-content.option2 .blog-post-title h1 a {
    font-size: 28px;
    display: inline-block;
    padding: 35px 0 15px;
    line-height: 34px;
    color: #191919;
    font-weight: 600;
    transition: 0.5s;
}
.single-blog-post-content.option2:hover .blog-post-title h1 a {
  color: #fff;
}
.single-blog-post-content.option2 .blog-author-admin {
    display: inline-block;
    margin-right: 120px;
    margin-bottom: 28px;
}
.single-blog-post-content.option2 .blog-post-time {
  display: inline-block;
}
.single-blog-post-content.option2 .blog-post-time span {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  line-height: 26px;
  color: #191919;
  font-weight: 500;
  transition: 0.5s;
}
.single-blog-post-content.option2:hover .blog-post-time span{
    color: #fff;
}
.single-blog-post-content.option2 .blog-post-time span i{
  display: inline-block;
  color: #191919;
  margin-right: 8px;
  transition: 0.5s;
}
.single-blog-post-content.option2:hover .blog-post-time span i{
    color: #fff;
}
.single-blog-post-content.option2 .blog-post-button a {
  font-size: 0px;
  display: inline-block;
  transition: 0.5s;
  color: #191919;
  font-weight: 500;
  margin-right: 7px;
}
.single-blog-post-content.option2:hover .blog-post-button a{
  color: #fff;
  font-size: 18px;
}
.single-blog-post-content.option2 .blog-post-button a i {
    transition: 0.5s;
    font-size: 18px;
    color: #191919;
    font-weight: 700;
}
.single-blog-post-content.option2:hover .blog-post-button a i{
  color: #fff;
}
.home2-blog .main-title-area.option3 .section-subtitle h3::before {
    left: -80px;
}

/*==========    case-study css here      ==========*/
.tab.style-two {
    padding: 20px 22px 15px;
}
ul.nav.nav-tabs {
    gap: 25px;
}
ul.nav.nav-tabs li {
    background: #3F45DE1A;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: .5s;
}
ul.nav.nav-tabs li.active{
   background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
}
ul.nav.nav-tabs li.active a{
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: none;
}
ul.nav.nav-tabs li a{
    font-size: 15px;
    line-height: 25px;
    padding: 2px 40px;
    display: inline-block;
    background: linear-gradient(270deg, #3661FD 0%, #FF681C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wp-security-banner p {
    font-size: 15px;
    line-height: 24px;
    color: #939393;
    margin: 10px 0 12px;
}
ul.tab-services-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
}
ul.tab-services-list li svg {
    height: 14px;
    margin-right: 5px;
}

/* ============== Video box section css start here ==============*/
.video-box-content {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
    line-height: 0;
}
.video-box-content img {
  min-height: inherit;
}
.video-popup-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.video-popup-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: inherit;
    height: inherit;
    background: #f4f4ffaf;
    border-radius: 50%;
    -webkit-animation: animate-border 1500ms ease-out infinite;
    animation: animate-border 1500ms ease-out infinite;
    z-index: -1;
}

 @keyframes animate-border {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
  }

  100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
  }
} 

/*@keyframes border-animation {*/
/*  0% {*/
/*      transform: translate(-50%,-50%) scale(.5);*/
/*      opacity: 1;*/
/*      border-width: 3px*/
/*  }*/

/*  40% {*/
/*      opacity: .5;*/
/*      border-width: 2px*/
/*  }*/

/*  65% {*/
/*      border-width: 1px*/
/*  }*/

/*  100% {*/
/*      transform: translate(-50%,-50%) scale(1);*/
/*      opacity: 0;*/
/*      border-width: 1px*/
/*  }*/
/*}*/
.video-button a {
  font-size: 18px;
}
.video-button i {
  position: relative;
  z-index: 2222;
  color: #fff;
  font-size: 18px;
}
.video-button svg {
    position: relative;
    color: #fff;
    font-size: 25px;
    fill: #fff;
}
/* js div class css start here */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.video-popup-content iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/*animation circle*/
.circle-animation {
  position: absolute;
  left: -93px;
  top: -69px;
  border-radius: 100%;
}
.text-inner {
  animation: circle 15s linear infinite;
  position: relative;
  z-index: 22;
  fill: transparent;
}
.text-inner svg {
  width: 140px;
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: 10px;
  transform: rotate(0) scaleX(1) scaleY(1);
  position: relative;
}
.text-inner text {
  fill: #fff;
  direction: ltr;
  transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  letter-spacing: 4px;
  font-family: "Plus Jakarta Sans";
}
a.circle-animate {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(360deg, #48A0D6 0%, #6E36EB 100%);
  outline: 10px solid #000000;
}
.circle-animation-img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: inline-block;
  line-height: 0;
}
.circle-animation-img img{
  -webkit-animation: wooo 5s linear infinite;
  animation: wooo 5s linear infinite;
  transition: .5s;
}
/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }

  }
  .circle {
      animation: circle 15s linear infinite;
  }
  .right-speen {
      animation: rightspeen 15s linear infinite;
  }
  .spin2 {
      animation: spin2 15s linear infinite;
  }
  @keyframes rightspeen {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}


/* ======================  elemento advince Css Start here  =========================== */

.footer-title{
  position: relative;
  z-index:1;
  transition: 0.4s;
}
.footer-title:before{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: -1;
	background: #3F45DE;
  transition: 0.4s;
}
.footer-title:after{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  z-index: 1;
	background: #fff;
  transition: 0.4s;
}
.footer-title:hover:after{
  width: 60px;
}
.footer-icon i{
  font-size: 16px;
}
.footer-copyright span{
	color: #3F45DE;
}
.footer-call-number i{
  position: relative;
}
.footer-call-number i:after {
  position: absolute;
  content: "";
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: inherit;
  border: 2px solid #fff;
  left: -10px;
  top: -14px;
}
.zoom-in-out {
    -webkit-animation: zoom_inout 2s alternate infinite;
    animation: zoom_inout 2s alternate infinite;
}

@keyframes zoom_inout {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}
.suntek-progress-bar .elementor-progress-percentage {
    padding-inline-end: 0;
    position: absolute;
    right: 0;
    top: -25px;
}

.why-choose-us .icon-box-section.option7 {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-left: 38px;
}
.why-choose-us .icon-box-section.option7::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    background: #3F45DE4D;
    left: -44px;
    top: 40px;
    transition: .5s;
}
.why-choose-us .icon-box-section.option7:hover:before{
    background: #3F45DE;
}
.why-choose-us .icon-box-section.option7 .small-img {
    height: 70px;
    width: 70px;
    line-height: 85px;
    text-align: center;
    background: #2688EA1A;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.why-choose-us .icon-box-section.option7 .icon-box-title h2 {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    font-weight: 500;
    margin: 0 0 0px;
    transition: 0.5s;
}
.why-choose-us .icon-box-section.option7:hover .icon-box-title h2{
    color: #3F45DE;
}

/* ======================  Pricing Tab Css Start here  =========================== */
.pricing-tab-area .pricing-tab-single-box {
    position: relative;
    background: #fff;
    padding: 40px 35px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px #00000040;
    transition: .5s;
    z-index: 1;
}
.pricing-tab-area .pricing-tab-single-box::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
  border-radius: 20px;
  transition: .5s;
  z-index: -1;
}
.pricing-tab-area .pricing-tab-single-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(100% 80%, 70% 100%, 100% 100%);
    background: #3F45DE1A;
    border-radius: 20px;
    transition: .5s;
    z-index: -1;
}
.pricing-tab-area .pricing-tab-single-box:hover:after{
  background: #FFFFFF1A;
}
.pricing-tab-area .pricing-tab-single-box:hover:before{
  height: 100%;
}
.pricing-tab-area .pricing-tab {
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    top: -110px;
    right: 0;
}
.pricing-tab-area .price-tabs {
    display: flex;
    gap: 12px;
    transition: .5s;
}
.pricing-tab-area .price-tab1 button {
    padding: 15px 42px;
    border-radius: 30px;
    font-size: 16px;
    border: 1px solid #D0D0D0;
    color: #0B0D26;
    background-color: #fff;
    font-weight: 500;
}
.pricing-tab-area .price-tab1 .pricing-toggle.active {
    background: linear-gradient(180deg, #FF681C 0%, #3F45DE 100%);
    color: #fff;
}
.pricing-tab-area .pricing-shape {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: .5s;
}
.pricing-tab-head-content span.tw-text {
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    color: #191919;
    background: #E5E5F3;
    padding: 7px 30px;
    border-radius: 20px;
    font-weight: 500;
    position: absolute;
    top: -22px;
    transition: .5s;
}
.price-tab-dolar h3 {
    font-size: 32px;
    line-height: 40px;
    color: #0B0D26;
    font-weight: 700;
    margin: 0px 0 23px;
    transition: .5s;
}
.pricing-tab-area .pricing-tab-single-box:hover .price-tab-dolar h3{
  color: #fff;
}
.price-tab-dolar h3 .price-tab-month{
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  display: inline-block;
  transition: .5s;
  font-weight: 400;
}
.pricing-tab-area .pricing-tab-single-box:hover .price-tab-month{
  color: #fff;
}
.price-tab-dolar h3 .price-tab-year{
  font-size: 17px;
  line-height: 26px;
  color: #939393;
  display: inline-block;
  transition: .5s;
  font-weight: 400;
}
.pricing-tab-area .pricing-tab-single-box:hover .price-tab-year{
  color: #fff;
}
p.pricing-tab-desc {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    background: #FF681C;
    padding: 4px 30px;
    border-radius: 20px;
    margin: 0 0 24px;
}
.price-tab-list {
    border-bottom: 1px solid #1919191A;
    margin-bottom: 16px;
    transition: .5s;
}
.pricing-tab-area .pricing-tab-single-box:hover .price-tab-list{
  border-bottom: 1px solid #FFFFFF1A;
}
.price-tab-list li {
    font-size: 17px;
    color: #191919;
    line-height: 26px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin: 0 0px 16px;
    transition: .5s;
}
.pricing-tab-area .pricing-tab-single-box:hover .price-tab-list li{
  color: #fff;
}
.pricing-tab-button a {
    font-size: 18px;
    position: relative;
    padding: 12px 33px;
    border-radius: 30px;
    font-weight: 600;
    background-color: #3F45DE1A;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    z-index: 1;
}
.pricing-tab-button a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
}
.pricing-tab-area .pricing-tab-single-box:hover .pricing-tab-button a::before{
   transform: scale(1);
}
/* pricing tab active css  */
.pricing-tab-area .pricing-tab-single-box.active .price-tab-dolar h3{
  color: #fff;
}
.pricing-tab-area .pricing-tab-single-box.active .price-tab-month{
  color: #fff;
}
.pricing-tab-area .pricing-tab-single-box.active:after{
  background: #FFFFFF1A;
}
.pricing-tab-area .pricing-tab-single-box.active:before{
  height: 100%;
}
.pricing-tab-area .pricing-tab-single-box.active .price-tab-year{
  color: #fff;
}
.pricing-tab-area .pricing-tab-single-box.active .price-tab-list li{
  color: #fff;
}
.pricing-tab-area .pricing-tab-single-box.active .pricing-tab-button a::before{
   transform: scale(1);
}



.h2-about{
  position: absolute;
  right: 118px;
  bottom: 104px;
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
      -webkit-transform: scale(0.5);
  }

  100% {
      -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
      -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
      -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.dance3 {
  -webkit-animation: dance3 2s alternate infinite;
  animation: dance3 2s alternate infinite;
}

@keyframes dance3 {
  0% {
      -webkit-transform: scale(0.7);
  }

  100% {
      -webkit-transform: scale(1.1);
  }
}

@keyframes circlehalf {
  0% {
      transform: rotate(25deg);
  }
  50% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-25deg);
  }
  }
  .circle-half {
      animation: circlehalf 15s linear infinite;
  }
 
.home2-testimonial .single-heading.option3 .heading-title::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(https://webthemesolution.com/markify/wp-content/uploads/2026/01/home2-section-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -102px;
    top: 1px;
    animation: circle 8s linear infinite;
}

.footer-two .list-section.style1 .single-list-content li a {
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    color: #fff;
    transition: .5s;
    margin-bottom: 12px;
    font-weight: 400;
}

.footer-two .social-media-section.option1 ul li a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 1px solid #FF681C;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.footer-two .social-media-section.option1 ul li a:hover i{
    border: 1px solid #191919;
}


.swiper-slide {
    padding-top: 62px;
}
.team-circle-swiper{
  text-align:center;
}
.team-circle-swiper ul.team-media-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.team-circle-swiper li a{
  font-size: 18px;
  line-height: 55px;
  width:55px;
  height:55px;
  color:#191919;
  margin-bottom: 20px;
  position: relative;
  border-radius:50%;
  background:#fff;
  z-index: 1;
  display: inline-block;
  transition: .5s;
  box-shadow: 0px 0px 2px 0px #00000040;
}
.team-circle-swiper li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, #3F45DE 0%, #FF681C 100%);
    transition: .5s;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
}
.team-circle-swiper li a:hover:before{
    transform: scale(1);
}
.team-circle-swiper li a:hover{
   color:#fff; 
}
.swiper-counter{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  margin-top:20px;
  font-weight:700;
}
.swiper-counter span.current {
    font-size: 23px;
    line-height: 40px;
    display: inline-block;
    transition: .5s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF681C;
    color: transparent;
    font-weight:700;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.swiper-counter span.total {
    font-size: 23px;
    line-height: 40px;
    display: inline-block;
    transition: .5s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF681C;
    color: transparent;
    font-weight:700;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.swiper-counter .line {
    width: 240px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg,#5f2cff,#ff6a00);
}

@keyframes spin{
  from{transform:rotate(0)}
  to{transform:rotate(360deg)}
}

.team-swiper-shape {
    position: absolute;
    top: 22px;
    right: 50px;
    z-index: -1;
    animation: circle 15s linear infinite;
}
.team-swiper-shapes {
    position: absolute;
    top: -35px;
    z-index: -1;
    left: 5px;
    animation: circle 15s linear infinite;
}


