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

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
 --pink: #CF2351;
 --yellow:#F6B701;
 --orange:#E88620;
 --black: #000000;
 --white: #ffffff;
 --font-one:"Manrope", sans-serif;
}
/* Basic Style */
 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-size: 14px;
  color:var(--white);
  font-family:var(--font-one);
  background: #000;
  overflow-x: hidden;
}
 label {
     margin-bottom: 0 !important;
}
img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #fff;
    font-family: var( --font-one);
    font-weight: bold;
}
 p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var( --font-one);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"],input[type="date"] ,textarea , .form-group input, select{
  font-size: 14px;
  padding: 14px 14px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  border-radius: 30px;
  position: relative;
 z-index: 2;
  border: none;
  color: #fff;
}
.contac_form h6 a{
  color: #fff;
}
.contact-form-wrap p,.booking-form-wrap p,#loginform p{
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}


.contact-form-wrap .theme-btn  p::after,.booking-form-wrap .theme-btn  p::after,#loginform .login-submit::after,#loginform .login-remember::after{
  content:unset;
}
.contac_form .theme-btn p ,.booking-form-wrap .theme-btn p{
  margin-bottom: 0 !important;
}
.contac_form .theme-btn p input ,.booking-form-wrap .theme-btn p input {
  background: transparent;
  border: none;
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
}

:focus-visible {
  outline: none !important
}
.contact-form-wrap  .wpcf7-not-valid-tip,.booking-form-wrap .wpcf7-not-valid-tip{
  position: absolute;
}
.contac_form .theme-btn p::after{
  content: unset !important;
}
.wpcf7-spinner{
    position: absolute;
    margin: 0 5px;
    right: -27px;
    top: 15px;
}
.contact-img-wrap{
      height: 460px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.cotact-content-wrap i{
  font-size: 40px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 40px 0;
     background-attachment: scroll;
      overflow-x: hidden; 
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}

/*------------------------- Headings --------------------------*/
 section h2 {
  font: bold 46px / 60px var(--font-one);
  color: #fff;
}
 section h3,h3 a ,h3{
  font-family: var(--font-one);
  font-size: 35px;
  font-weight: 600;
}
section h4 ,h4 a,h4{
  font-family: var(--font-one);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
section h5 ,h5 a,h5{
  font-weight: 600;
  font-family: var(--font-one);
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}
h6,h6 a{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
p{
  font-family: var(--font-one);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

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

}
 .vw-scroll{
     background-attachment: scroll !important;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 20px;
  right: 19px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  align-items: center;
  display: flex;
  justify-content: center;
}
 #return-to-top .up-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
  cursor: pointer;
}

 #return-to-top .up-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 6px solid var(--pink);
  border-right: 6px solid var(--pink);
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

 #return-to-top .up-arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

 #return-to-top .up-arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}

.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background:#1E1E1E;
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}

.loader {
  position: absolute;
  top: 45%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--orange);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--orange);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

 /* common css */

.main-head{
    font: 600 25px / 35px var(--font-one);
    color: var(--white);
}
.sub-head {
  font: 600 16px / 21px var(--font-one);
    letter-spacing: 0px;
    color: var(--orange);
    background: #FFFFFF;
    width: max-content;
    padding: 7px 25px;
    border-radius: 20px;
}
.main-para{
  font: 400 16px / 26px var( --font-one);
  color: #FFFFFF;
}
.theme-btn{
  position: relative;
  transition: all 0.5s;
  display: inline-block;
  padding: 9px 30px;
  z-index: 1;
  font: 600 14px / 18px var(--font-one);
  letter-spacing: 0px;
  color: var(--pink);
  background: var(--white);
  border-radius: 20px;
    z-index: 0;
    overflow: hidden;
}

.theme-btn:before,.theme-btn:after ,.theme-btn .btn-span:before,.theme-btn .btn-span:after{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--pink);
    opacity: 0.6;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0.2s;
}
.theme-btn:after {
  opacity: 1;
  z-index: -2;
  transition: all 0.4s ease 0.3s;
}
.theme-btn:hover:before,.theme-btn:hover:after,.theme-btn:hover .btn-span:before,.theme-btn:hover .btn-span:after {
  top: 0;
}
.theme-btn .btn-span:before,.theme-btn .btn-span:after {
  opacity: 0.4;
  z-index: -2;
  transition: all 0.4s ease 0.1s;
}
.theme-btn .btn-span:after {
  opacity: 0.2;
  transition: all 0.4s ease 0s;
}
/*  About*/
.about-wrap{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 45px);
    grid-gap: 15px;
}
.about-one{
  grid-row-start: 1;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 6;
  position: relative;
}
.satisfaction-rate{
  background: var(--pink);
  border-radius: 10px;
  -webkit-mask-image: url(assets/images/about/abt-mask.png);
  mask-image: url(assets/images/about/abt-mask.png);
  mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
  mask-size: 100% 100%;
  padding: 10px 10px 10px 20px;
}
.satisfaction-rate p{
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-wrap{
  position: absolute;
  bottom: 6px;
  left: 8px;
  box-shadow: 0px 0px 12.1px 0px #CF2351;
  padding: 19px 22px;
  border-radius: 10px;
  margin-top: 55px;
}
.about-one img{
  width: 165px;
  height: 59px;
  display: flex;
  justify-content: center;
  margin-left: auto;
    margin-top: 40px;
}
.about-two{
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 6;
    grid-column-end: 13;
    position: relative;
    overflow: hidden;
}
.about-two::before,.about-two::after{
    content: '';
    background-color:var(--pink);
    height: 100%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute; 
    left: 50%;
    top: 50%;
    z-index: 1;
    border-radius: 5px 5px;
    transition: all 0.5s ease-in-out 0.2s;
}
.about-two:hover:before{
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(2);
}
.about-two:hover:after{
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.about-two img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-three{
  grid-row-start: 6;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 5;
  background: #0B0B0B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
}
.about-four{
  grid-row-start: 6;
  grid-row-end: 9;
  grid-column-start: 5;
  grid-column-end: 9;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
}
.about-four h2{
  color: #E88620;
}
.about-four h5{
  color: #000;
}
.about-five{
  grid-row-start: 6;
  grid-row-end: 9;
  grid-column-start: 9;
  grid-column-end: 13;
  background: #0B0B0B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
}
.about-three:hover,.about-four:hover,.about-five:hover{
  background:var(--pink);
}
.about-four:hover h2,.about-four:hover h5{
  color: #FFFFFF;
}
.about-wrap h5{
    padding: 6px 0;
}
.about-us-row .theme-btn{
  background: #CF2351;
}
.about-us-row .theme-btn .btn-span{
color: #FFFFFF;
}
.about-us-row .theme-btn::before, .about-us-row .theme-btn::after,.about-us-row  .theme-btn .btn-span::before, .about-us-row .theme-btn .btn-span::after{
background:var(--white)
}
.about-us-row .theme-btn:hover .btn-span{
  color: #000;
}
.about-points-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.about-points-wrap p{
  margin-bottom: 0;
      display: flex;
    gap: 10px;
}

.video-btn i{
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9BF;
  backdrop-filter: blur(2px);
  font-size: 16px;
  color: var(--orange);
  border-radius: 50%;
  position: relative;
}
.video-btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background:#D9D9D9BF ;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.modal-new {
  display: none; 
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-contents {
  background-color: #fff;
    margin: auto;
    padding: 10px;
    transition: 2s;
    border-radius: 10px;
}
.close-one,.close {
  color: #000;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: #fff;
  border: unset;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0;
  margin: 15px 2% 0px 0px;
  border-radius: 50%;
  border: 1px solid #fff;
}


/* common css */
#about-us>.container,#brand>.container,#blog-news>.container,#contact>.container,#testimonial>.container,#our-features>.container{
  background: #424242;
  padding: 50px 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contact-box .theme-btn{
    background: var(--pink);
    color: var(--white);
}
.contact-box .theme-btn:before,.contact-box .theme-btn:after,.contact-box .theme-btn .btn-span:before,.contact-box .theme-btn .btn-span:after{
   background: var(--white);
}

.contact-box .theme-btn:hover{
      color: var(--black);
}

/* services */
.services-main{
    padding-left: 14%;
}
.services-btm{
  margin: 0 auto;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  text-align: center;
}
.services-title{
  background: #FFFFFF;
  width: 90%;
    padding: 8px 10px;
  border-radius: 20px;
    margin: 0 auto;
}
.services-title a{
  color: var(--black);
}
.serv-read-more{
  font-family: var(--font-one);
  font-weight: 400;
  color: #fff;
}
.services-wrap:hover .services-title{
  background-color: var(--pink);
}
.services-wrap:hover .services-title a{
  color: var(--white);
}
.services-img {
    height: 310px;
    position: relative;
    overflow: hidden;
}
.services-img::after{
  content: '';
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.services-wrap:hover .services-img::after{
    opacity: 0.3;
    top:0%;
    transition: all 0.3s ease 0s;
}
.services-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
      transform: scale(1);
}

#services .owl-stage-outer{
      padding-bottom: 5%;
}

/* Testimonial */
#testimonial svg{
      position: absolute;
    right: 0;
    top: -10%;
}
 #testimonial>.container {
    background: #424242;
     padding: 40px 40px 30px !important;
    border-radius: 20px;
 }
.testimonial-grid{
    display: grid;
    position: relative;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(13, 45px);
    grid-gap: 22px;
      height: 690px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }
 .test-wrap-1{
     grid-row-start: 5;
     grid-row-end: 10;
     grid-column-start: 1;
     grid-column-end: 4;
  }
  .test-wrap-2{
    grid-row-start: 3;
    grid-row-end: 8;
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .test-wrap-3{
      grid-row-start: 8;
      grid-row-end: 13;
      grid-column-start: 4;
      grid-column-end: 7;
  }
  .test-wrap-4{
    grid-row-start: 1;
grid-row-end: 6;
    grid-column-start: 7;
    grid-column-end: 10;
  }
.test-wrap-5{
    grid-row-start: 6;
    grid-row-end: 11;
  grid-column-start: 7;
  grid-column-end: 10;
  }
  .test-wrap-6{
        grid-row-start: 4;
        grid-row-end: 9;
        grid-column-start: 10;
        grid-column-end: 13;
  }
.test-wrap-7{
grid-row-start: 9;
    grid-row-end: 14;
        grid-column-start: 10;
        grid-column-end: 13;
  }
  .test-wrap-8{
       grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 13;
    grid-column-end: 16;
  }
  .test-wrap-9{
  grid-row-start: 6;
     grid-row-end: 11;
    grid-column-start: 13;
    grid-column-end: 16;
  }
.test-wrap{
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.test-wrap::before{
      content: "";
    background: #3fff;
    height: 0;
    width: 0;
    border-radius: 0 10px;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.testimonial-grid p,.testimonial-grid h5 a{
  color: #000;
}
.testimonial-grid h5 a:hover{
  color: var(--pink);
}
.test-wrap  p,.test-page-wrap p{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 6px; 
       
}
.test-wrap  p::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    border-radius: 10px;
    background: var(--orange);
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.para-wrap{
 min-height: 190px;
}
#testimonial>.container {
  position: relative;
}
#testimonial>.container::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 23.49%, rgba(11, 11, 11, 0) 61.54%);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
  z-index: 1;
  height: 15%;
  width: 100%;
}
.test-img img{
  width: 50px;
    height: 50px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 10px
}
.test-content-wrap{
    margin-top: 35px;
        position: relative;
    z-index: 2;
}
.test-page-wrap{
  position: relative;
}
.test-wrap{
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.test-wrap::before,.test-wrap::after,.test-page-wrap::before,.test-page-wrap::after{
  content: "";
  background: var(--pink);
  height: 0;
  width: 0;
  border-radius: 0 10px;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.test-wrap::before,.test-page-wrap::before{
    right: 0;
    opacity: 0.8;
    top: 0;
}
.test-wrap::after ,.test-page-wrap::after{
    bottom: 0;
    opacity: 0.8;
    left: 0;
}
.test-wrap:hover::after,
.test-wrap:hover::before,.test-page-wrap:hover::after,.test-page-wrap:hover::before{
    height: 100%;
    opacity: 0;
    width: 100%;
}
.test-wrap:hover h5 a{
    letter-spacing: 1px;
    transition: 0.3s;
}
/*industry */
.industry-img{
  height: 48px;
  width: 48px;
  margin: 0 auto;
}
.industry-img img{
  height: 100%;
  width: 100%;
}
.industry-wrap {
  background: #424242;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
min-height: 260px;
  text-align: center;
    gap: 20px;
  border-radius: 10px;
    /* transition: box-shadow .35s ease;  */
}
.industry-wrap p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.industry-wrap:hover .industry-title  a{
  color: var(--yellow);
}
.industry-wrap:hover{
  box-shadow: 0px 0px 15.8px 0px #F69220;
  /* animation: pulseGlow 1.2s ease-in-out forwards;  */
}
/* @keyframes pulseGlow {
  0%   { box-shadow: 0 0 0   rgba(246,146,32,0); }
  50%  { box-shadow: 0 0 15.8px rgba(246,146,32,.8); }
  100% { box-shadow: 0 0 0   rgba(246,146,32,0); }
} */
.industry-wrap:hover img{
      animation: swing .5s ease-in-out;
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.industry-col{
          width: 20%;
}
#industry-serve svg{
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
}

section svg{
   animation:  blinkRing 2.2s ease-in-out infinite;
    transform-origin: center
}

  @keyframes blinkRing {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
  }
/* Blog */
.blog-meta-clr1{
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: var(--pink);
}
.blog-meta-clr2{
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: var(--orange);
}
#blog-news .blog-svg svg{
    position: absolute;
    right: 0;
    bottom: -60px;
      z-index: -1;
}
.blog-title a:hover{
  color: var(--pink);
}
.post-date-wrap{
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    height: 180px;          
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    border-radius: 6px;
    background: #000;
    text-align: center;
}

 .blog-detail-inner {
    position: relative;
    z-index: 0;
}
 .blog-title  a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-cat  a{
   display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-content p{
     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-img-outer:before, .blog-img-outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9;
}
.blog-detail-inner:hover .blog-img-outer:before, .blog-detail-inner:hover .blog-img-outer:after{
  background:var(--pink);
  visibility: visible;
  opacity: 0.2;
}

.blog-detail-inner:hover .blog-img-outer:before{
  width: 0;
  right: 50%;
  left: 50%;
}

.blog-detail-inner:hover .blog-img-outer:after {
  height: 0;
  top: 50%;
  bottom: 50%;
}
.blog-detail-inner:hover::before{
  opacity: 1;
}

.blog-img-outer{
  height: 270px;
}
.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
} 
.blog-metas,.blog-metas a{
  font-weight: 400;
text-transform: capitalize;
}
.blog-metas a{
  color: var(--white);
}
.read-more a{
    font-weight: 400;
    color: var(--white);
}
.read-more a:hover{
      color: var(--pink);
}
/* team */

.team-card-btm{
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}
.team-content-back{
  position: absolute;
  inset: 0;                 
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  align-items:center;
  padding:10px;
  text-align:center;
  background:#CF2351;
  color:#fff;
  z-index: 2;
  opacity:0;
  transform:translateY(100%);          
  transition:opacity .45s ease-in-out,transform .45s ease-in-out; 
}
.team-box:hover .team-content-back{
   opacity:1;                 
  transform:translateY(0); 
}
.team-box:hover .team-img img{
  transform:scale(1.05);
  transition:transform .45s ease-in-out;
}
.team-img img{ transition:transform .45s ease-in-out; }
.team-box{
  border-radius: 10px;
    overflow: hidden;
}
.team-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}
.team-img {
      height: 270px;
}
.team-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#team .owl-stage-outer{
    height: 476px;
}
 #team .owl-stage{
      padding: 5% 0 0 0;
} 
#team  .owl-item.active{
  transition: all .5s ease-in-out;
}
#team  .owl-item.active.active-2 {
    margin-top: 45px;
}
#team  .owl-item.active.active-4{
      margin-top: -10px;
}
#team  .owl-item.active.active-3, #team .owl-item.active.active-5 {
    margin-top: -30px;
}
#team  .owl-item.active.active-3{
    margin-top: -30px;
}
#team  .owl-item.active.active-5 {
      margin-top: 25px;
}
#team .owl-item.active.active-6 {
    margin-top: 3px;
}
.owl-item.active.active-7 {
margin-top: 130px;
}

/* faq */
#faq svg{
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}
#faq .swiper-container {
  height: 500px;
}
#faq  .swiper-slide{
  height: 90px !important;
}
.faq-wrap {
    height: 610px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
    position: relative;
}
.faq-wrap::-webkit-scrollbar {
  display: none;
}
.faq-box{
  background: #424242;
  padding: 20px 10px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  position: relative;
  z-index: 1;
  height: 100%;
    transition: z-index 0.3s;
}
.faq-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: var(--white);
  transition: width 0.3s ease;
   border-radius: 10px;
     z-index: -1;
}
.faq-box:hover::before{
      width: 100%;

}
.faq-box:hover h5,.faq-box:hover  p{
  color: var(--black);
}
.faq-box p{
  font-size: 14px;
  padding-top: 15px;
}
.faq-box i{
  color: var(--pink);
}
#faq::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    height: 29%;
    width: 100%;
}
/* .faq-box-main-8 .faq-box, .faq-box-main-9 .faq-box{
      z-index: 2;
} */
.faq-box.raise-z {
  z-index: 10;
}

/* features */

 .browse-file>p{
  position: relative;
 }
.browse-file  svg{
    position: absolute;
     top: 10px;
    z-index: 1;
    left: 15px;
}
.browse-file  .codedropz-upload-container{
    padding-left: 30px;
}
  .browse-file .codedropz-upload-handler{
    border: none;
    margin-bottom: 0;
  }
.codedropz-upload-handler,.estimated-price p{
    background: #fff;
    border: none;
    border-radius: 52px;
    margin-bottom: 0
}
.estimated-price p{
    width: max-content;
        padding: 7px 20px !important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
  color: #000;
      padding-left: 15px;
}
.codedropz-upload-handler h3,.cd-upload-btn,.wpcf7-list-item-label,.estimated-price p{
      font-family: Manrope;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #424242;
}
label:has(input:checked) span{
    color: var(--white);
}
span.wpcf7-form-control.wpcf7-radio{
    display: flex;
    gap: 10px;
}
.browse-file svg path{
    fill: var(--black);
}
 .codedropz-upload-inner span,.drag-file .codedropz-btn-wrap,.dnd-upload-counter,.browse-file .codedropz-upload-handler h3{
  display:none
}
 .codedropz-upload-handler:hover{
  background:var(--pink);

}
 .browse-file:hover svg path{
  fill: var(--white);
}
 .codedropz-upload-handler:hover a,.codedropz-upload-handler:hover h3{
  color: var(--white) !important;
 }
 label:has(input:checked) , .radio-wrap label:hover .wpcf7-list-item-label{
  color: var(--white);
 }
.codedropz-upload-container {
    padding: 9px 20px;
} 
.select-drp{
  position: relative;
    width: 190px;
}
option:hover {
  background-color:var(--pink);
}
.select-drp:after {
    content: '\f0d7';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
    right: 12px;
    top: 6px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
.select-drp select{
    border-radius: 29px;
    font: 600 15px / 22px var(--font-one);
    color: #000;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block !important;
    background: #FFFFFF;
    width: 150p;
    padding: 7px 20px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
}
label:has(input:checked),.radio-wrap label:hover {
    background: var(--pink);
}
input[type="radio"]{
    opacity: 0;
    display: none;
}
.wpcf7-list-item{
    margin: 0;
}
.radio-wrap label{
    background: #FFFFFF;
     padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer;
}
.dnd-upload-status .dnd-upload-details .name,.dnd-upload-status .dnd-upload-details .name em{
  color: #fff;
  font-size: 12px;
}
.theme-btn-form p{
    margin-bottom: 0;
    line-height: 0;
}
.theme-btn input{
    background: transparent;
    border: none;
    font: 600 14px / 18px var(--font-one);
    color: var(--pink);
    padding: 0;
}
.theme-btn-form:hover input{
    color: #fff;
    transition: unset;
}
.theme-btn-form{
    margin-top: 55px;
}
#our-features,#testimonial,#certificate,#blog-news{
    overflow: visible;
}
#our-features .feat-svg svg{
    position: absolute;
    right: 0;
    top: -15%;
    z-index: -1;
}

.feature-form-row{
    gap: 15px 0;
}
.feature-form-row p{
    margin-bottom: 0;
}
.feature-grid{
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(12, 25px);
    grid-gap: 15px;

}
.feature-grid img{
     height: 100%;
    width: 100%;
    object-fit: cover;
    border: 5px solid #424242;
    border-radius: 10px;
      animation: pulses-border 2s infinite ease-in-out;
}
@keyframes pulses-border {
  0% { border-color: #424242; }
  50% { border-color: var(--pink); }
  100% { border-color: #424242; }
}
.feature-img1{
    grid-row-start: 1;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 12;
}
.feature-img2{
    grid-row-start: 7;
    grid-row-end: 13;
    grid-column-start: 2;
    grid-column-end: 10;
    position: relative;
    right: 0px;
}
.feature-img3{
    grid-row-start: 3;
    grid-row-end: 10;
    grid-column-start: 9;
    grid-column-end: 15;
}
.feature-img4{
    grid-row-start: 9;
    grid-row-end: 13;
    grid-column-start: 10;
    grid-column-end: 17;
}
.feature-img5{
    grid-row-start: 1;
    grid-row-end: 7;
    grid-column-start: 12;
    grid-column-end: 21;
    position: relative;
    top: -64px;
}
.feature-img6{
    grid-row-start: 4;
    grid-row-end: 8;
    grid-column-start: 15;
    grid-column-end: 20;
    position: relative;
}
.feature-img7{
    grid-row-start: 8;
    grid-row-end: 12;
    grid-column-start: 14;
    grid-column-end: 21;
    position: relative;
    left: 10px;

}


/* Contact */
#contact svg{
  position: absolute;
  bottom: 0;
  right: -12px;
      z-index: -1;
}
.contact-box{
  background: #FFFFFF;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}
.contact-box:hover{
  background: var(--black);
}
.contact-box img{
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}
.contact-box1 img,.contact-box4 img{
  background: #F6B701;
}
.contact-box2 img{
  background: var(--pink);
}
.contact-box3 img{
  background: var(--orange);
}
.contact-box h4,.contact-box p{
  color: #000;
}
.contact-box:hover h4,.contact-box:hover p{
  color: #fff;
}
.slider-mask img{
  -webkit-mask-image: url(assets/images/slider/slider-mask.png);
  mask-image: url(assets/images/slider/slider-mask.png);
  mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
  mask-size: 100% 100%;
}



