/* ============  WebTheme widgets section style css start here  ==============  */
/*==================  Marque Animation Css Start here  =====================   */
.marque-section.option1 {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    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;
    padding: 17px 0;
    background-color: #0EC9AC4D;
    transform: rotate(359deg);
}
.marque-section .marque-content h1{
   margin: 0;
   font-size: 50px;
   color: #fff;
   line-height: 65px;
}
.marque-section .marque-content h1 span {
    margin: 0;
    font-size: 50px;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    line-height: 65px;
    font-family: "Lexend", sans-serif;
}

.marque-section .marque-text-animate {
   align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: text-animate 30s linear infinite;
    animation: text-animate 30s 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{
  position: relative;
    --duration: 40s;
    --gap: 0px;
    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;
    padding: 17px 0;
   background: linear-gradient(180deg, #616BF9 0%, #0EC9AC 100%);
}
.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 {
  position: relative;
  z-index:0;
  transition: 0.4s;
  text-align: left;
}
/* .banner-section:before {
  left: 0;
  top: -80px;
  opacity: 80%;
  background: linear-gradient(180deg, #6E36EB 0%, #489FD6 100%);
  width: 320px;
  height: 320px;
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(120px);
  filter: blur(120px);
} */
.single-image img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
.banner-subtitle h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #0EC9AC;
  margin: 0 0 7px 0;
}
.banner-title-one h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
}
.banner-title-two h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #fff;
  margin: 0 0 18px 0;
}
.banner-description p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.banner-button {
  display: inline-block;
  line-height: 0;
  margin: 40px 0 0 0;
}
.banner-button a {
  display: inline-block;
  background: linear-gradient(270deg, #46A6D5 0%, #6E36EB 100%);
  padding: 0 42px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.banner-button a:hover {
  color: #fff;
}
.banner-button.two {
  margin-left: 20px;
}
.banner-button.two a {
  background: transparent;
  border: 1px solid #46A6D5
}
.banner-button a:before {
  background: linear-gradient(270deg, #6E36EB 0%, #46A6D5 100%);
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 25px;
}
.banner-button a:hover:before {
  width: 103%;
}

/*=====================     Banner Two section css start here  =======================  */
.banner-section.banner-two {
    background: inherit;
    padding: 200px 0 200px 0;
    position: relative;
    z-index: 0;
    transition: 0.4s;
    text-align: center;
}
.banner-section.banner-two:before {
  display: none;
}
.banner-section.banner-two .banner-description p {
  width: 80%;
  margin: auto;
}
/* ======================  Banner animation Css Start here  =========================== */
#particles-banner-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:-1;
  background: transparent;
}
/*=====================     Brand section css start here  =======================  */
.brand-section .brand-images {
    text-align: -webkit-center;
    border: 1px solid #01FC8D33;
    height: 125px;
    line-height: 125px;
    padding: 40px 0 0;
    border-radius: 10px;
}

/*==================    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;
    display: inline-block;
    padding: 15px 37px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    color: #ffffff;
    font-weight: 400;
    background: linear-gradient(90deg, #0EC9AC 0%, #616BF9 100%);
    overflow: hidden;
    font-family: "Inter", sans-serif;
}
.single-button.option1 .button-content a:before {
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 28px;
}
.single-button.option1 .button-content a:hover:before {
  width:103%;
}
.single-button.option1 .button-content a i {
    font-size: 14px;
    padding: 0 0 0 5px;
    position: relative;
    top: 0;
    font-weight: 700;
    color: #fff;
    transition: 0.4s;
}

/*   single Button css option 2  */

.single-button.option2 .button-content a {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  line-height: 52px;
  text-align: center;
  height: 52px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 15px;
  color: #121d17;
  font-weight: 500;
}
.single-button.option2  .button-content a:hover {
  color:#fff;
}
.single-button.option2 .button-content a:before {
  background: #FF860F;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 26px;
}
.single-button.option2 .button-content a:hover:before {
  width:103%;
}
.single-button.option2 .button-content a i {
  padding: 0 0 0 5px;
  position: relative;
  top: 0;
  font-size: 12px;
  color: #121d17;
  transition: 0.4s;
  font-weight: 900;
}
.single-button.option2 .button-content a:hover i {
  color: #ffffff;
}

/*   single Button css option 3  */

.single-button.option3 .button-content a {
  display: inline-block;
  background: #0EC9AC;
  padding: 0 40px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #0EC9AC;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.single-button.option3  .button-content a:hover {
  color:#0EC9AC;
  border: 1px solid #0EC9AC;
}
.single-button.option3 .button-content a:before {
  background: #fff;
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:0;
  z-index: -1;
  transition:0.4s;
  border-radius: 4px;
}
.single-button.option3 .button-content a:hover:before {
  width:100%;
}
.single-button.option3 .button-content a i {
  padding: 0 0 0 5px;
  position: relative;
  top: 0;
  font-size: 15px;
  color: #fff;
  transition:0.4s;
}
.single-button.option3 .button-content a:hover i {
  color: #0EC9AC;
}

/*   single Button css option 4  */

.single-button.option1.option4 .button-content a {
  display: inline-block;
  background: #0EC9AC;
  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;
}

/*  =====================  Faq section css start here  ========================= */

.accordion-content li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.accordion-content li p {
  display: none;
  font-size: 17px;
  line-height: 26px;
  padding: 23px 0 23px 30px;
  background: inherit;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF99;
  background-color: #021327;
}
.accordion-content a img {
  transition: 0.4s;
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 10px 0 0;
}
.accordion-content a {
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 13px 20px 13px;
  border-radius: 10px;
  color: #fff!important;
  background-color: #021327;
  font-weight: 600;
  transition: 0.4s;
  display: inline-block;
}
.accordion-content a:hover {
    color: #0EC9AC !important;
}
.accordion-content a.active {
  color: #fff !important;
  background: linear-gradient(0deg, #616BF9 0%, #0EC9AC 100%);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.accordion-content a.active:hover {
    color: #fff !important;
}
.accordion-content a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 24px;
    content: " ";
    top: 50%;
    transition:0.3s;
    transform: translate(-50%, -50%);
}
.accordion-content a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    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;
    background: #0EC9AC;
    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;
}

/* ==================   case study post type css start here ===============*/

.single-case-study-post-type.option1 .case-study-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 3px;
}
.single-case-study-post-type.option1 .case-study-thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
    background: linear-gradient(360deg, rgba(14, 201, 172, 0.8) 0%, rgba(75, 97, 188, 0.8) 100%);
    border-radius: 10px;
}
.single-case-study-post-type.option1 .case-study-thumb:hover::before {
  height: 100%;
}
.single-case-study-post-type.option1 .case-study-thumb a img {
	line-height: 0;
	height: 590px;
	object-fit: cover;
	border-radius: 5px;
}
.single-case-study-post-type.option1 .case-study-content {
    padding: 0px 0 0 30px;
    position: absolute;
    bottom: 42px;
    left: 0;
    transform: rotate(270deg);
    transition: 0.5s;
    z-index: 2;
}
.single-case-study-post-type.option1 .case-study-title h1 a {
  font-size: 25px;
  line-height: 35px;
  display: inline-block;
  transition: 0.5s;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 0 0;
}
.single-case-study-post-type.option1 .case-study-category a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  display: inline-block;
}
.single-case-study-post-type.option1 .case-study-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: .4s;
}
.single-case-study-post-type.option1 .case-study-button a i {
  font-size: 18px;
  color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0EC9AC;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-case-study-post-type.option1 .case-study-button a:hover i {
  transform: rotate(-45deg);
  background-color: #4B61BC;
}

.single-case-study-post-type.option2 .case-study-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 3px;
}
.single-case-study-post-type.option2 .case-study-thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
    background: linear-gradient(360deg, rgba(14, 201, 172, 0.8) 0%, rgba(75, 97, 188, 0.8) 100%);
    border-radius: 10px;
    z-index: 1;
}
.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: 395px;
	object-fit: cover;
	border-radius: 5px;
}
.single-case-study-post-type.option2 .case-study-content {
    padding: 0px 0 0 30px;
    position: absolute;
    bottom: -115px;
    transition: 0.5s;
    z-index: 2;
}
.single-case-study-post-type.option2:hover .case-study-content{
   bottom: 10px;
}
.single-case-study-post-type.option2 .case-study-title h1 a {
  font-size: 25px;
  line-height: 35px;
  display: inline-block;
  transition: 0.5s;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 0 0;
}
.single-case-study-post-type.option2 .case-study-category a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  display: inline-block;
}
.single-case-study-post-type.option2 .case-study-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: .4s;
}
.single-case-study-post-type.option2 .case-study-button a i {
  font-size: 18px;
  color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0EC9AC;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-case-study-post-type.option2 .case-study-button a:hover i {
  transform: rotate(-45deg);
  background-color: #4B61BC;
}

/* ==================   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 .counter-content {
    position: absolute;
    top: 170px;
    right: -12px;
    display: flex;
    align-items: center;
    background-color: #0EC9AC;
    height: 113px;
    width: 247px;
    padding: 0px 30px 0;
    border-radius: 10px;
    transform: rotate(-90deg);
}
.counter-section.option1 .calculate-number {
  font-size: 40px;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
  transition:0.4s;
}
.counter-section.option1 .conter-plus {
  font-size: 40px;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  transition:0.4s;
}
.counter-section.option1 .counter-title h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 0 0;
}

/*  counter option 2 Css Start here   */

.counter-section.option2 .counter-content {
    display: flex;
    align-items: center;
    padding: 25px 34px 26px;
    background-color: #04182F;
    box-shadow: 0px 0px 4px 0px #ffffff1f;
    border-radius: 10px;
    gap: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .4s;
}
.counter-section.option2 .counter-content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: linear-gradient(360deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 10px;
    transition: .4s;
}
.counter-section.option2 .counter-content:hover:before {
    width: 100%;
    height: 100%;
}
.counter-section.option2 .calculate-number {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
.counter-section.option2 span.conter-plus {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
.counter-section.option2 .counter-title h1 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

/*  counter option 3 Css Start here   */
.counter-section.option3 {
    padding: 36px 48px 40px;
    background-color: #04182F;
    box-shadow: 0px 0px 4px 0px #FFFFFF1A;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .4s;
}
.counter-section.option3::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: linear-gradient(360deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 10px;
    transition: .4s;
}
.counter-section.option3:hover:before {
    width: 100%;
    height: 100%;
}
.counter-section.option3 .calculate-number {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}
.counter-section.option3 span.conter-plus {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}
.counter-section.option3 .counter-title h1 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}

/* ======================  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 #0EC9AC;
  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;
  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;
  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;
  text-align: center;
}
.single-flip-box .flip-box-content .behind-description p {
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
  font-weight: 400;
  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;
  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 {
  width: 40px;
  height: 297px;
  border-radius: 10px 0 0 10px;
  background-color: #0EC9AC;
  text-align: center;
}
.single-heading .heading-title {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  padding: 50px 0 0 0;
}

/* ======================  Section Title Css Start here  =========================== */
/*      title css option 1      */
.main-title-area.option1 .section-subtitle h3 {
  font-size: 20px;
  color: #0EC9AC;
  position: relative;
  line-height: 30px;
  padding-bottom: 8px;
  display: inline-block;
}
.main-title-area.option1 .section-title-one h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.main-title-area.option1 .section-title-two h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.main-title-area.option1 .section-description p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0 0;
}

/*      title css option 2      */

.main-title-area.option2 .section-subtitle h3 {
  color: #0EC9AC;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 0 0 13px 0;
}
.main-title-area.option2 .section-title-one h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}
.main-title-area.option2 .section-title-two h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}
.main-title-area.option2 span.section-brandcolor-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}
.main-title-area.option2 .section-description p {
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0 0 0;
  opacity: 95%;
  width: 60%;
  margin: auto;
}
/*      title css option 3     */
.main-title-area.option3 .section-subtitle h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 55px;
  color: #0EC9AC;
  font-weight: 500;
}
.main-title-area.option3 .section-subtitle h3:before {
  content: "";
  position: absolute;
  right: -42px;
  top: 28px;
  height: 2px;
  width: 30px;
  background: #0EC9AC;
  border-radius: 1px;
}
.main-title-area.option3 .section-subtitle h3:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 28px;
  height: 2px;
  width: 30px;
  background: #0EC9AC;
  border-radius: 1px;
}
.main-title-area.option3 .section-title-one h1 {
  font-size: 40px;
  line-height: 50px;
  color: #121D17;
  font-weight: 700;
  text-align: center;
}
.main-title-area.option3 .section-title-two h1 {
  font-size: 40px;
  line-height: 50px;
  color: #121D17;
  font-weight: 700;
  text-align: center;
}

/*      title css option 4    */

.main-title-area.option4 .section-title-one h1 {
  font-size: 56px;
  line-height: 70px;
  color: #121d17;
  font-weight: 700;
}
.main-title-area.option4 .section-title-two h1 {
  font-size: 56px;
  line-height: 70px;
  color: #121d17;
  font-weight: 700;
}
.main-title-area.option4 span.section-brandcolor-title {
  color: #fff;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
}
.main-title-area.option4 .section-description p {
  font-size: 17px;
  line-height: 30px;
  color: #6c7470;
  font-weight: 400;
  width: 80%;
  padding: 11px 0 15px 0;
}


/* ======================  Icon Box Css Start here  =========================== */
.icon-box-section.option1 {
    transition: 0.5s;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-section.option1 .icon-box-icon i {
    font-size: 26px;
    color: #fff;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #ffffff24;
    border-radius: 50%;
    font-weight: 700;
    transition: .5s;
    display: inline-block;
}
.icon-box-section.option1 .icon-box-title h2 {
  color: #ffffff;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.icon-box-section.option1 .icon-box-description p {
  color: #ffffff;
  font-weight: 500;
  padding: 9px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.icon-box-section.option1 .icon-box-icon i:hover{
  transform: scaleX(-1);
}

/*   icon box option 2*/
.icon-box-section.option2 {
    transition: 0.5s;
    background: #fff;
    align-items: center;
    padding: 7px 10px 0px 20px;
    border-radius: 25px;
    position: relative;
    gap: 14px;
    z-index: 1;
    display: inline-flex;
}
.icon-box-section.option2 .icon-box-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #021327;
  transition: 0.5s;
  font-family: "Inter", sans-serif;
}

/*   icon box option 3    */
.icon-box-section.option3 {
    display: flex;
    align-items: center;
    gap: 9px;
    transition: 0.5s;
}
.icon-box-section.option3 .icon-box-icon i {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #616BF9 0%, #0EC9AC 100%);
  transition: .4s;
}
.icon-box-section.option3 .icon-box-icon i:hover{
  transform: scaleX(-1);
}
.icon-box-section.option3 .icon-box-title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 0;
  font-weight: 600;
}
.icon-box-section.option3 .icon-box-description p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFFCC;
  margin: 0 0;
  font-weight: 400;
}

/*   icon box option 4    */
.icon-box-section.option4 {
    display: flex;
    background-color: #04182F;
    box-shadow: 0px 0px 4px 0px #FFFFFF40;
    padding: 28px 15px 18px;
    border-radius: 5px;
}
.icon-box-section.option4 .icon-box-icon-content {
    flex-shrink: 0;
    margin-right: 10px;
}
.icon-box-section.option4 .icon-box-description p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.icon-box-section.option4 .icon-box-title h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 8px;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/*   icon box option 5    */
.icon-box-section.option5 .icon-box-description p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
.icon-box-section.option5 .icon-box-title h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 17px;
    font-weight: 600;
}

/* ======================  Service section Css Start here  =========================== */
.service-section.option1 {
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.service-section.option1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(360deg, rgba(14, 201, 172, 0.8) 0%, rgba(75, 97, 188, 0.8) 100%);
  border-radius: 10px;
}
.service-section.option1 .service-single-image {
  line-height: 0;
  transition: 0.5s;
}
.service-section.option1 .service-single-image img {
    width: 100%;
}
.service-section.option1 .service-text-content {
    position: absolute;
    bottom: -107px;
    left: 5px;
    transition: .5s;
}
.service-section.option1 .service-title h1 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  transition: 0.5s;
  font-weight: 400;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.service-section.option1 .service-title h2{
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.5s;
  line-height: 35px;
}
.service-section.option1 .service-button a i {
    font-size: 18px;
    color: #fff;
    transition: 0.4s;
    background: #0EC9AC;
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    line-height: 55px;
    border-radius: 50%;
    top: -58px;
    right: 20px;
}
.service-section.option1 .service-button a i:hover{
  transform: rotate(-45deg);
}
.service-section.option1:hover:before {
  height:100%
}
.service-section.option1:hover .service-text-content{
   bottom: 15px;
}
.service-section.option1:hover .service-button a i{
   top: 20px;
}

/*  service option 2 css Start here  */
.service-section.option2 {
    position: relative;
    z-index: 1;
    border: 1px solid #FFFFFF1A;
    padding: 42px 30px 45px 100px;
    background-color: #04182F;
    border-radius: 10px;
}
.service-section.option2 .service-icon-img {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 58%;
    transition: 0.5s;
    opacity: 0;
}
.service-section.option2:hover .service-icon-img {
    opacity: 1;
    right: 23%;
}
.service-section.option2 .service-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.service-section.option2 .service-title h1 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.service-section.option2 .service-title h1:before {
    position: absolute;
    content: '';
    top: 8px;
    left: -78px;
    height: 15px;
    width: 65px;
    border: 1px solid #FFFFFF69;
    border-radius: 28px;
    transition: 0.5s;
}
.service-section.option2 .service-title h1::after {
    position: absolute;
    content: '';
    top: 8px;
    left: -78px;
    height: 15px;
    width: 15px;
    background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 50%;
    transition: 0.5s;
}
.service-section.option2 .service-title h5 {
    position: relative;
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 4px 35px;
    background-color: #0EC9AC;
    border-radius: 28px;
    font-weight: 400;
    transition: 0.5s;
    z-index: 1;
    display: inline-block;
    font-family: "Inter", sans-serif;
}
.service-section.option2 .service-title h5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 28px;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}
.service-section.option2 .service-title h2 {
    margin: 0;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF36;
    color: transparent;
    line-height: 65px;
    font-weight: 700;
    transition: 0.5s;
}
.service-section.option2 .service-button {
    position: absolute;
    right: 30px;
    top: 50px;
    transition: 0.5s;
}
.service-section.option2 .service-button a i{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #0EC9AC;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    transform: rotate(0deg);
    color: #fff;
    transition: 0.5s;
}
.service-section.option2 .service-button a i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}
.service-section.option2:hover .service-title h1::after{
  width: 65px;
  border-radius: 28px;
}
.service-section.option2:hover .service-title h5::after{
   transform: scale(1);
}
.service-section.option2:hover .service-title h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #616BF9;
    color: transparent;
}
.service-section.option2 .service-button a i:hover{
    transform: rotate(-45deg);
}
.service-section.option2 .service-button a i:hover:after{
    transform: scale(1);
}

/* ======================
	Form area custom css
=========================*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #0EC9AC;
  color: #fff;
  width: 90%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
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: 60px;
  line-height: 60px;
  padding: 0 0 0 15px;
  border: 1px solid #FFFFFF1A;
  color: #fff !important;
  font-weight: 400;
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: inherit;
}
.main-form-section textarea {
  height: 150px;
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: inherit;
  color: #fff;
}
.main-form-section .contact-button {
  text-align: center;
  padding-top: 25px;
}
.main-form-section .contact-button input {
  display: inline-block;
  background: transparent;
  border: 1px solid #46A6D5;
  padding: 0 42px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff !important;
  font-weight: 600;
  width: 200px;
}
.main-form-section .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #0EC9AC;
    background: inherit;
    color: #fff;
}

.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;
  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;
}
.main-form-section select option:hover {
  background: #0EC9AC;
  color: #fff;
}

.main-form-section .select:focus {
  outline: none;
  box-shadow: none;
  border-color: #0EC9AC;
}
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;
}

.footer-email-button {
  transition: 0.5s;
}
.footer-email-button input[type="submit"] {
  background: #0EC9AC;
  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.option1 {
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.list-section.option1 .single-list-content li {
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding: 0 0 14px;
  transition: 0.4s;
}
.list-section.option1 .single-list-content li:hover {
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-section.option1 .single-list-content li svg {
  filter: brightness(0)invert(1);
  margin-right: 5px;
  transition: 0.4s;
}
.list-section.option1 .single-list-content li:hover svg {
  filter: brightness(1)invert(0);
}
/* ======================  list option 2 Css Start here  =========================== */
.list-section.option2 ul.single-list-content li a{
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #ffffffab;
    line-height: 26px;
    margin-bottom: 17px;
    transition: 0.4s;
    display: inline-block;
    font-family: "Inter", sans-serif;
}
.list-section.option2 .single-list-content li:hover {
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-section.option2 .single-list-content li svg {
  filter: brightness(0)invert(1);
  margin-right: 7px;
  height: 12px;
  transition: 0.4s;
}
.list-section.option2 .single-list-content li:hover svg {
  filter: brightness(1)invert(0);
}

.list-section.option3 .single-list-content li {
 list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffffab;
  line-height: 26px;
  margin-bottom: 25px;
  transition: 0.4s;
  font-family: "Inter", sans-serif;
}
.list-section.option3 .single-list-content li i{
  font-size: 20px;
  display: inline-block;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff1c;
  border-radius: 50%;
  margin-right: 16px;
  transition: .5s;
}
.list-section.option3 .single-list-content li:hover i{
  transform: scaleX(-1);
}

.list-section.option4 ul.single-list-content li{
   display: inline-block;
}
.list-section.option4 ul.single-list-content li a {
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    padding: 5px 20px;
    margin: 0 8px 12px 0;
    border-radius: 5px;
    border: 1px solid #616bf980;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

/* ======================  Pricing Css Start here  =========================== */
.pricing-section {
  padding: 45px 15px 40px 35px;
  position: relative;
  transition: 0.4s;
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
  background: #0B1319;
  border: 1px solid transparent;
}
.pricing-section.active {
  border: 1px solid #0EC9AC;
}
.pricing-section:hover {
  border: 1px solid #0EC9AC;
}
.pricing-price-content {
  transition: 0.4s;
  padding: 15px 0 0 0;
}
.pricing-name h2 {
  color: #ffffff;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.pricing-section.active .pricing-name h2 {
  background: linear-gradient(180deg, #489FD6 0%, #6E36EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-section:hover .pricing-name h2 {
  background: linear-gradient(180deg, #489FD6 0%, #6E36EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-title h1 {
  color: #fff;
  transition: 0.4s;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin: 10px 0 0 0;
}
.pricing-price-content .dollar {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.4s;
    top: -14px;
    position: relative;
}
.pricing-price-content .pricing-price {
  color: #ffffff;
  text-align: left;
  transition: 0.4s;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
}
.pricing-price-content .price-date {
  color: #ffffff;
  transition: 0.4s;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.pricing-content {
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.pricing-img {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    background-color: #0EC9AC;
    text-align: center;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.pricing-section .pricing-img::before {
    content: "";
    position: absolute;
    background: transparent;
    height: 108px;
    width: 108px;
    left: -6px;
    top: -6px;
    border: 1px dashed #0EC9AC;
    border-radius: 100%;
    z-index: -1;
    transition:0.4s;
}
.pricing-section:hover .pricing-img::before {
    border: 6px solid#fff;
}
.pricing-section.active .pricing-img::before {
    border: 6px solid#fff;
}
.pricing-img img {
    display: inline-block;
    line-height: 96px;
    position: relative;
    z-index: 1;
    top: 18px;
}
.pricing-services-list li {
  list-style: none;
  color: #fff;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.pricing-services-list li svg {
  width: 18px;
  margin: 0 5px 0 0;
}
.pricing-contact-button {
  display: inline-block;
  padding: 25px 0 15px 0;
}
.pricing-contact-button a {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #0EC9AC;
  position: relative;
  display: inline-block;
  width: 200px;
  text-align: center;
  z-index: 1;
  transition: 0.4s;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
}
.pricing-contact-button a:hover {
    color:#fff;
}
.pricing-section.active .pricing-contact-button a {
    background-color: #0EC9AC;
    border: 1px solid #0EC9AC;
    color:#fff;
}
.pricing-contact-button a:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #6E36EB 0%, #489FD6 100%);
  height: 100%;
  width: 0;
  left: -3px;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
  border-radius: 25px;
}
.pricing-section.active .pricing-contact-button a:before {
  background: linear-gradient(180deg, #6E36EB 0%, #489FD6 100%);
  width:103%;
}
.pricing-section.active .pricing-contact-button a:hover:before {
    width:103%;
}
.pricing-section:hover .pricing-contact-button a:before {
    width:103%;
}

/* ======================  team Member Css Start here  =========================== */
.team-section.option1 {
    height: 440px;
    text-align: center;
    background-color: #04182F;
    position: relative;
    z-index: 1;
    padding: 25px 10px 30px;
    border: 1px solid #FFFFFF1F;
    border-radius: 25px;
    transition: 0.5s;
}
.team-section.option1 .team-member-image {
  line-height: 0;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.team-section.option1 .team-member-image img {
  transition: 0.5s;
  border: 3px solid #616BF9;
  border-radius: 50%;
}
.team-section.option1 .team-member-name h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 21px 0 4px;
    color: #fff;
    transition: 0.4s;
    font-weight: 500;
}
.team-section.option1:hover .team-member-name h1 {
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section.option1 .team-member-content {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    margin: auto;
}
.team-section.option1:hover .team-member-content {
    top: 22%;
}
.team-section.option1 .member-designation h3 {
  color: #fff;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
  font-family: "Inter", sans-serif;
}
.team-section.option1 .member-description p {
    font-size: 0;
    color: #fff;
    line-height: 0;
    font-weight: 400;
    opacity: 0;
    transition: .3s;
}
.team-section.option1:hover .member-description p {
    font-size: 16px;
    padding: 0 0 25px;
    line-height: 26px;
    opacity: 1;
}
.team-section.option1 ul.team-media-icon li {
  list-style: none;
  display: inline-block;
  transition: 0.5s;
}
.team-section.option1 ul.team-media-icon li a i{
  display: inline-block;
  position: relative;
  color: #0EC9AC;
  transition: 0.5s;
  font-size: 12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #0EC9AC;
  border-radius: 50%;
  margin-right: 5px;
  z-index: 1;
}
.team-section.option1 ul.team-media-icon li a i::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  border-radius: 50%;
  transition: .5s;
  transform: scale(0);
  z-index: -1;
}
.team-section.option1:hover{
  border: 1px solid #616BF9;
}
.team-section.option1:hover .team-member-image img{
  opacity: 0;
}
.team-section.option1 ul.team-media-icon li a i:hover:after{
  transform: scale(1);
}
.team-section.option1 ul.team-media-icon li a i:hover{
  color: #fff;
} 
.team-section.option1:hover .member-designation h3 {
    margin: 0 0 15px;
}

/* ======================  team Member Slide Css Start here  =========================== */
.team-section.option2 {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
.team-section.option2 .team-member-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(14, 201, 172, 0.4) 0%, rgba(97, 107, 249, 0.4) 100%);
    border-radius: 10px;
}
.team-section.option2:hover .team-member-image:before {
    height: 100%;
}
.team-section.option2 .team-member-image{
   position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.team-section.option2 .team-member-image img {
  width: 100%;
  transition: 0.4s;
}
.team-section.option2 .team-member-name h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 25px 0 5px;
    color: #fff;
    transition: 0.4s;
    font-weight: 600;
}
.team-section.option2:hover .team-member-name h1 {
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section.option2 .member-designation h3 {
  margin: 0;
  color: #fff;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.team-section.option2 ul.team-media-icon li a i{
  color: #fff;
  transition: 0.5s;
  font-size: 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.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(90deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 28px;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}
.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{
    border: 1px solid #616BF9;
}
.team-section.option2:hover ul.team-media-icon li a i{
  font-size: 15px;
  opacity: 1;
}
.team-section.option2 ul.team-media-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 220px;
    text-align: center;
    transition: .4s;
}
.team-section.option2 ul.team-media-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 5px 0 5px;
  transition: .4s;
}

/* ======================  Testimonial Css Start here  =========================== */
.testimonial-section.option1 {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.testimonial-section.option1 .testimonial-single-content {
    padding: 60px 58px 60px;
    border-radius: 20px;
    position: relative;
    background-color: #021327;
    box-shadow: 0px 0px 60px 0px #0000000D;
    border: 1px solid #616BF9;
    transition: 0.5s;
    z-index: 1;
}
.testimonial-section.option1 .testimonial-image img {
  height: auto;
  width: auto;
  display: inline-block;
  position: relative;
  top: 7px;
}
.testimonial-section.option1 .about-author {
  padding: 0;
  display: inline-block;
}
.testimonial-section.option1 .about-author h1 {
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 7px;
  font-weight: 600;
}
.testimonial-section.option1 .about-author h3 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.testimonial-section.option1 .testi-description p {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 30px 0 22px;
}
.testimonial-section.option1 .author-image {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 20px 0 0;
}
.testimonial-section.option1 .author-image img {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  top: 8px;
}
.testimonial-section-carousel1 .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 75px;
    right: 70px;
}
.testimonial-section-carousel1 .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0EC9AC;
  margin: 0 8px 0;
  position: relative;
  z-index: 1;
}
.testimonial-section-carousel1 .owl-dot.active::before {
  content: "";
  background: transparent;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
  left: -6px;
  height: 22px;
  width: 22px;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #0EC9AC;
}

.testimonial.option2 {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.testimonial.option2 .testimonial-single-content {
    padding: 62px 40px 52px;
    background: linear-gradient(180deg, #616BF9 0%, #0EC9AC 100%);
    box-shadow: 0px 0px 60px 0px #0000000D;
    border-radius: 20px;
}
.testimonial.option2 .testimonial-title {
    display: inline-block;
}
.testimonial.option2 .testimonial-title h2 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-right: 45px;
    display: inline-block;
    font-weight: 500;
}
.testimonial.option2 .testi-inner-box {
    position: absolute;
    top: 50px;
    right: 60px;
    padding: 10px 0;
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
}
.testimonial.option2 .testimonial-rating {
    display: inline-block;
}
.testimonial.option2 .testimonial-star i {
    font-size: 15px;
    display: inline-block;
    color: #D9D9D9;
    margin-right: 3px;
}
.testimonial.option2 .testi-description p {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    transition: 0.5s;
    color: #fff;
    margin: 40px 0 32px;
    font-family: "Lexend", sans-serif;
}
.testimonial.option2 .author-image {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial.option2 .about-author h1 {
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  color: #fff;
  margin: 0 0 6px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.testimonial.option2 .about-author h3 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.testimonial-carousel2 .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -70px;
    right: 0px;
    left: 0;
}
.testimonial-carousel2 .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0EC9AC;
  margin: 0 8px 0;
  position: relative;
  z-index: 1;
}
.testimonial-carousel2 .owl-dot.active::before {
  content: "";
  background: transparent;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
  left: -6px;
  height: 22px;
  width: 22px;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #0EC9AC;
}
.testimonial-carousel2 .owl-nav {
    position: absolute;
    bottom: -75px;
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
}
.testimonial-carousel2 .owl-nav .owl-prev, .owl-next {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 60px;
    color: #616BF9;
    background: transparent;
    border: 1px solid #616BF9;
    border-radius: 50%;
    transition: .4s;
}
.testimonial-carousel2 .owl-nav .owl-prev:hover, .owl-next:hover{
  color: #fff;
   background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
}

/* ======================  Work System Css Start here  =========================== */
.work-system-section {
  background: #0EC9AC;
  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: 90px;
    object-fit: cover;
    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: #0EC9AC;
}
.last-post-time span {
    color: #0EC9AC;
    font-size: 14px;
}

/* ======================  Blog Post Css Start here  =========================== */
.single-blog-post-content.option1 {
  display: block;
  position: relative;
  padding: 20px;
  border: 1px solid #FFFFFF26;
  border-radius: 20px;
  overflow: hidden;
  transition: .5s;
}
.single-blog-post-content.option1 .blog-post-img img {
    height: 345px;
    width: 100%;
    object-fit: cover;
}
.single-blog-post-content .blog-post-img {
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 20px;
  transition: .5s;
}
.single-blog-post-content .blog-post-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.123);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.single-blog-post-content .blog-post-text-content {
    margin: 18px 0 21px;
}
.single-blog-post-content .blog-single a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: #fff;
  transition:0.4s;
}
.single-blog-post-content .blog-single a i{
  font-size: 14px;
  display: inline-block;
  color: #0EC9AC;
  margin-right: 5px;
}
.single-blog-post-content .blog-single a:hover {
  color: #0EC9AC;
}
.single-blog-post-content .blog-post-title h1 a {
    font-size: 20px;
    display: inline-block;
    padding: 22px 0 32px;
    transition: 0.5s;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}
.single-blog-post-content .blog-post-title h1 a:hover {
  color: #0EC9AC;
}
.single-blog-post-content .blog-author-admin {
  display: inline-block;
}
.single-blog-post-content .blog-post-time {
    display: inline-block;
    margin-left: 50px;
}
.single-blog-post-content .blog-post-time h6 {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
.single-blog-post-content .blog-post-time h6 i{
  font-size: 12px;
  display: inline-block;
  color: #0EC9AC;
  margin-right: 5px;
}
.single-blog-post-content .blog-post-button a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: 0.4s;
    padding: 14px 35px;
    border-radius: 28px;
    overflow: hidden;
    color: #0EC9AC;
    border: 1px solid #0EC9AC;
    display: inline-block;
    z-index: 1;
}
.single-blog-post-content .blog-post-button a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 28px;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
}
.single-blog-post-content .blog-post-button a:hover:before {
  width: 100%;
}
.single-blog-post-content .blog-post-button a i {
  margin-left: 4px;
  transform: rotate(0deg);
  display: inline-block;
  transition: 0.4s;
}
.single-blog-post-content .blog-post-button a:hover i{
  color: #fff;
  transform: rotate(-45deg);
}
.single-blog-post-content .blog-post-button a:hover{
  color: #fff;
}
.single-blog-post-content:hover .blog-post-img:before {
    -webkit-animation: circles .95s;
    animation: circles .95s;
}

@keyframes circles{
    0%{
      opacity: 1;
    }
    40%{
      opacity: 1;
    }
    100%{
      height: 200%;
      width: 200%;
      opacity: 0;
    }
}

.blog_post_carousel_one .owl-dots {
    text-align: center;
    position: absolute;
    top: -80px;
    right: 90px;
}
.blog_post_carousel_one .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #0EC9AC;
    margin: 0 10px 0;
    display: inline-block;
    position: relative;
}

.blog_post_carousel_one .owl-dot.active::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 24px;
	border-radius: 100%;
	height: 24px;
	transition: 0.4s;
	border: 1px solid #0EC9AC;
}
.blog_post_carousel_one .owl-dot.active {
  position: relative;
  z-index: 1;
  border: 1px solid #0EC9AC;
}

/*==========        Blog post 2 css          ==========*/
.single-blog-post-content.option2 {
  display: block;
  position: relative;
  padding: 0 0 40px 0;
}
.single-blog-post-content.option2 .blog-post-text-content {
  padding: 40px 40px 55px 40px;
  background: #0B1319;
  text-align: center;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.single-blog-post-content.option2 .blog-post-text-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180.12deg, #6E36EB 0.1%, #1B4C84 99.9%);
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.single-blog-post-content:hover .blog-post-text-content:before {
  height: 100%;
}
.single-blog-post-content.option2 .blog-post-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.single-blog-post-content.option2 .blog-post-title {
  margin-bottom: 0;
}
.single-blog-post-content.option2 .blog-post-title h1 a {
   text-align: left;
}
.single-blog-post-content.option2 .blog-post-description p {
    text-align: left;
}
.single-blog-post-content.option2 .blog-post-button a {
    left: 40px;
    right:inherit;
}

/*==========        Portfolio css          ==========*/
.portfolio-category-tab-menu {
    position: absolute;
    top: -90px;
    right: 10px;
}
.portfolio-category-tab-menu ul {
    padding: 0;
    text-align: right;
    margin: 0;
}
.portfolio-category-tab-menu ul li {
    background: transparent;
    font-size: 15px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #48A0D6;
}
.portfolio-category-tab-menu li:hover {
	color: #fff;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
}
.portfolio-category-tab-menu li.active_category_menu {
	color: #fff;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
}
.single-portfolio {
  position: relative;
  margin: 0 0 30px 0;
  transition: 0.5s;
  overflow: hidden;
}
.portfolio-thumb {
    line-height: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.single-portfolio .portfolio-thumb img {
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}
.portfolio-text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: -100%;
  text-align: left;
  padding: 25px 20px 20px 40px;
  transition: 0.5s;
  border-radius: 0 0 5px 0;
  background: linear-gradient(180deg, rgba(0, 124, 212, 0.8) 0%, rgba(110, 54, 235, 0.8) 100%);
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.single-portfolio:hover .portfolio-text-content {
    bottom: 0;
}
.portfolio-content {
  position: absolute;
  bottom: 35px;
}
.portfolio-category a {
  color: #fff;
  text-align: center;
  transition: 0.4s;
  padding: 0;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.portfolio-category a:hover {
  color: #ffffff;
}
.portfolio-title h1 {
  line-height: 26px;
  padding: 0;
}
.portfolio-title h1 a {
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.portfolio-title h1 a:hover {
    color: #0EC9AC;
}
.portfolio-button a {
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  position: absolute;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #00CCFF33 inset;
  right: 6%;
  margin: auto;
  color: #fff;
  bottom: 10%;
  background: linear-gradient(180deg, #6E36EB 0%, #00CCFF 100%);
  text-align: center;
}
.portfolio-button a:hover {
    color: #fff;
}
.portfolio-button a i {
    color: #ffffff;
    transform: rotate(-45deg);
    display: inline-block;
    padding: 0;
    transition: 0.4s;
}
.portfolio-button a:hover i {
    color: #fff;
    transform: rotate(0deg);
}
.portfolio-details-portfolio .portfolio-text-content {
  padding: 25px 20px 20px 40px;
  border-radius: 5px;
}

/* ============== Video box section css start here ==============*/
.single-video-box {
    text-align: center;
}
.video-box-content {
    position: relative;
    border-radius: 100%;
    z-index: 99;
    text-align: center;
    display: inline-block;
}
.video-box-content img {
  min-height: inherit;
}
.video-popup-button {
    position: relative;
    top: 0;
    left: 0;
    background: #0ec9adde;
    width: 86px;
    height: 86px;
    line-height: 86px;
    display: block;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    transition: 0.4s linear;
}
.video-popup-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: border-animation 1500ms ease-out infinite;
  animation: border-animation 1500ms ease-out infinite;
  background: #0EC9AC;
}

/* @keyframes border-animation {
  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-popup-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -8px;
    top: -8px;
    display: block;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: transparent;
}
.video-button a {
  font-size: 18px;
}
.video-button i {
  position: relative;
  z-index: 2222;
  color: #fff;
  font-size: 21px;
}
/* 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: -30px;
    top: -28px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
}
.text-inner {
  animation: circle 15s linear infinite;
  position: relative;
  z-index: 22;
  fill: transparent;
}
.text-inner svg {
    width: 116px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 9px;
    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: 27px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
a.circle-animate {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  border-radius: 100%;
}
.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);
  }
}
 
   @-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}
 
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

/* ======================  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: #0EC9AC;
  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-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);
    }
}
.about-image-shape-top img {
  animation: image-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes image-top-bounce {
0% {
  -webkit-transform: translateY(-4px);
  transform: translateY(-8px);
}
50% {
  -webkit-transform: translateY(8px);
  transform: translateY(15px);
}
100% {
  -webkit-transform: translateY(-4px);
  transform: translateY(-8px);
}

}

.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; 
}
.bounce-animate3 {
  animation-name: float-bob;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; 
}
@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); 
  } 
}

.social-media-section ul li {
    display: inline-block;
    margin-top: 30px;
}
.social-media-section ul li a i{
  font-size: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff1c;
  border-radius: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.social-media-section ul li a i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
    border-radius: 5px;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}
.social-media-section ul li a i:hover:after{
  transform: scale(1);
}
.social-media-section ul li a i{
  color: #fff;
}

/*=====================pricing-tab-section=====================*/
.pricing-tab-area .pricing-tab-single-box {
    position: relative;
    background: #0A1431;
    padding: 50px 50px 56px;
    border: 1px solid #0A1431;
    border-radius: 25px;
    box-shadow: 0px 0px 2px 0px #FFFFFF4D;
    margin-bottom: 20px;
    transition: .5s;
}
.pricing-tab-area .pricing-tab {
    background: #04182F;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FFFFFF1A;
    position: absolute;
    top: 196px;
    left: -438px;
}
.pricing-tab-area .price-tabs {
    display: flex;
}
.pricing-tab-area .price-tab1 button {
    padding: 0 35px;
    border-radius: 30px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    background: #04182F;
    font-weight: 500;
    transition: .5s;
    font-family: "Inter", sans-serif;
}
.pricing-tab-area .price-tab1 .pricing-toggle.active{
    background: linear-gradient(270deg, #0EC9AC 0%, #616BF9 100%);
    transition: .5s;
}
.pricing-tab-head-content {
    text-align: center;
}
.pricing-tab-head-content span.tw-text{
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    transition: .5s;
    font-weight: 700;
}
.price-tab-dolar h3 {
    font-size: 28px;
    color: #021327;
    position: absolute;
    height: 104px;
    width: 104px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 0 0;
    text-align: center;
    background-color: #fff;
    outline: 8px solid #0EC9AC33;
    border-radius: 50%;
    font-weight: 700;
    z-index: 2;
    transition: .5s;
}
.pricing-tab-single-box:hover .price-tab-dolar h3{
   outline: 8px solid #04182F;
   color: #fff;
   background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
}
.price-tab-dolar span.price-tab-month{
  font-size: 16px;
  line-height: 26px;
  color: #435168;
  display: inline-block;
  transition: .5s;
  font-weight: 400;
}
.price-tab-dolar span.price-tab-year{
    font-size: 16px;
    line-height: 26px;
    color: #435168;
    display: inline-block;
    transition: .5s;
    font-weight: 400;
}
.pricing-tab-single-box:hover span.price-tab-month{
  color: #fff;
}
.pricing-tab-desc {
    font-size: 16px;
    color: #fff;
    margin: 11px 0 31px;
    line-height: 26px;
    font-weight: 400;
}
.price-tab-list-content {
    margin: 88px 0 15px;
    padding: 85px 28px 12px;
    border: 1px solid #FFFFFF1F;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.price-tab-list-content::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  border-radius: 25px;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
}
.pricing-tab-single-box:hover .price-tab-list-content::before{
  transform: scale(1);
}
.price-tab-list img {
    position: relative;
    top: 3px;
}
.price-tab-list li {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    list-style: none;
    display: inline-block;
    margin: 0 0 13px 5px;
    transition: .5s;
}
.pricing-tab-button a {
    font-size: 18px;
    color: #fff;
    position: relative;
    height: 57px;
    line-height: 57px;
    border-radius: 30px;
    width: 100%;
    background-color: #0EC9AC;
    font-weight: 500;
    display: inline-block;
    margin-top: 24px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}
.pricing-tab-button a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
  border-radius: 30px;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
}
.pricing-tab-area .pricing-tab-single-box:hover{
   border: 1px solid #616BF9;
}
.pricing-tab-single-box:hover .pricing-tab-head-content span.tw-text {
   background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-tab-single-box:hover .pricing-tab-button a::before{
  transform: scale(1);
}
.pricing-tab-button a:hover{
  color: #fff;
}

.form-group input {
    height: 50px;
    width: 100%;
    background: #04182F !important;
    border: 1px solid #80868C33;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: 0;
    color: #fff;
}
.form-control:focus {
    color: #fff !important;
}
.form-group input::placeholder{
  color: #FFFFFF66;
}
.form-group textarea {
    height: 160px;
    width: 100%;
    background: #04182F !important;
    border: 1px solid #80868C33;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: 0;
}
.form-group textarea::placeholder{
  color: #FFFFFF66;
}
.form-group .buttons input{
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  background: linear-gradient(90deg, #616BF9 0%, #0EC9AC 100%) !important;
  font-weight: 500;
}

/* ============portfolio section css============= */
/* Wrapper */
.Client-gallery-wraper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  max-width: 100%;
  transition: all 0.4s;
}

/* Option Box */
.options {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 560px;
}

.options .option {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: center;
  margin: 0 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: flex 0.6s ease, filter 0.6s ease;
  display: flex;
  min-width: 200px;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 20px;
}
.options .option::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(14, 201, 172, 0.8) 0%, rgba(75, 97, 188, 0.8) 100%);
  transition: all 0.4s;
  opacity: 0;
}

/* Active state */
.options .option.active {
  flex: 3;
  z-index: 2;
}
.options .option.active::before{
  opacity: 1;
}

/* Overlay label */
.options .option .label{
    width: 100%;
    min-width: 500px;
    color: #fff;
    transition: all 0.4s ease;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 230px;
    left: -190px;
}

.options .option.active .label {
    transform: rotate(0deg);
    position: relative;
    left: 30px;
    bottom: 30px;
}

/* Titles */
.options .option .label h3{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    transition: all 0.4s;
    font-weight: 400;
    margin: 0 0 5px;
    font-family: "Inter", sans-serif;
}
.options .option .label h2 a{
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s;
    font-weight: 600;
    margin: 0 0 0;
    font-family: "Inter", sans-serif;
}
.option .search-icon .icon {
    font-size: 18px;
    display: inline-block;
    background: #0EC9AC;
    position: relative;
    bottom: 450px;
    left: 95px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #ffff;
    z-index: 9;
    transition: all 0.4s;
}
.option.active .search-icon .icon {
    transform: rotate(-45deg);
    background-color: #4B61BC;
    position: absolute;
    bottom: 70px;
    left: 430px;
    transition: all 0.4s;
}

/*====================tabs-css===================*/

.nav.nav-tabs {
    display: block;
    border: 0;
    transition: .4s;
}
.nav.nav-tabs li{
  position: relative;
  width: 506px;
  transition: .4s;
}
.nav.nav-tabs li::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 0;
    width: 100%;
    background: linear-gradient(180deg, #0EC9AC 0%, #616BF9 100%);
    border-radius: 30px 0 0 30px;
    z-index: -1;
    transition: .4s;
}
.nav.nav-tabs li:hover:before{
  height: 100%;
}
.nav.nav-tabs li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px 0 0 30px;
    height: 60px;
    line-height: 60px;
    width: 506px;
    padding-left: 92px;
    font-weight: 500;
    position: relative;
    transition: .4s;
}
.nav.nav-tabs li a::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 26px;
    height: 15px;
    width: 40px;
    border: 1px solid #FFFFFF69;
    border-radius: 30px;
    transition: .4s;
}
.nav.nav-tabs li a::after {
    position: absolute;
    content: "";
    top: 20px;
    left: 26px;
    height: 15px;
    width: 15px;
    background-color: #0EC9AC;
    border-radius: 50%;
    transition: .4s;
}
.nav.nav-tabs li a:hover:after{
   left: 50px;
   background-color: #fff;
}
.tab.style-two .tab-content {
    position: absolute;
    height: 435px;
    top: 0;
    right: 255px;
    width: 560px;
    background: linear-gradient(180deg, #0EC9AC 0%, #616BF9 100%);
    border-radius: 0 20px 0 20px;
    padding: 52px 25px 0 35px;
}
.tab.style-two .tab-content h2{
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
}
.tab.style-two .tab-content p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 12px 0 0;
    font-weight: 400;
}
.tab.style-two .inner_box {
    display: flex;
    justify-content: space-between;
}
.wp-security-banner {
    margin-top: 25px;
}
.wp-security-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-security-features li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    gap: 10px;
    margin-bottom: 3px;
}
.wp-security-features .check {
    font-size: 10px;
    display: inline-flex;
    width: 18px;
    height: 18px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    filter: brightness(0) invert(1);
    border: 1.5px solid #fff;
}
.tab.style-two .tab-img {
    margin-top: 30px;
}

/*====================Advance-css===================*/

.testimonal-image-control img{
    width: 770px;
    height: auto;
    max-width: 770px;
    max-height: auto;
}

.blog-home-two .single-blog-post-content .blog-post-img{
    overflow: hidden;
    border-radius: 193px 193px 20px 20px;
    transition: .5s;
}
.blog-home-two .single-blog-post-content:hover .blog-post-img{
    border-radius: 20px 20px 193px 193px;
}
.footer-copyright span {
    color: #0EC9AC;
}



