
/* Header 4 */
.main-header-v4__inner{
    padding-left: 0;
}
.main-header-v4 .menu-area__inner{
    background: transparent;
}
.header-v4-top-wrap{
    background: var(--thm-black);
    padding: 16px 0;
    position: relative;
}
.main-header-v4__top,
.main-header-v4__btm-wrap{
    margin: 0 -60px;
}
.logo-box-v4{
    position: relative;
    background: #212124;
    z-index: 2;
}
.main-header-v4__btm-wrap{
    position: relative;
}
.main-header-v4__btm-wrap::after{
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #E3E3E3;
    opacity: 0.1;
}
.main-header-v4__bottom-left{
    padding-left: 30px;
}
.main-header-v4 .navbar-wrap ul li a{
    padding: 46px 0;
} 
.main-header-v4__bottom-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-header-v4__bottom-right ul {
    overflow: inherit;
    padding-left: 0;
}
.main-header-v4__bottom-right ul li:last-child{
    margin-right: 30px;
}
.header-v4-btn{
    font-family: var(--thm-heading-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--thm-white);
    display: flex;
    align-items: center;
}
.header-v4-btn-text,
.header-v4-btn-icon{
    position: relative;
    background: var(--primary-color);
    line-height: 1;
    z-index: 0;
    overflow: hidden;
}
.header-v4-btn-text{
    border-radius: 100px;
    padding: 17px 25px;
    transition: none;
    line-height: 1;
    display: block;
}
.header-v4-btn-icon{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-v4-btn-icon svg path{
    stroke: #fff;
}
.header-v4-btn:hover,
.header-v4-btn:hover .header-v4-btn-text{
    color: var(--thm-white);
}
/*Home 4*/
.btn-style-4 .techlab-btn.button-style-3{
    background: radial-gradient(192.29% 209.6% at -65.04% 119.79%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-style-4 .techlab-btn.button-style-3 svg{
    transform: translateY(3px);
}
.button-style-4{
    font-family: var(--thm-heading-font-family);
    padding: 0;
    border: none !important;
}
.button-style-4:hover{
    border: none !important;
}
.button-style-4 svg path{
    stroke: #fff;
}
.tp-btn-text {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 11px 25px;
    transition: all 0.3s ease-in-out;
}
.tp-btn-icon-wrap{
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.tp-btn-icon-inn {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
}
.tp-btn-icon,
.tp-btn-icon--hover{
    display: flex;
    transition: transform 0.35s linear;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(-45deg);
    transform-style: preserve-3d;
}
.tp-btn-icon--hover{
    position: absolute;
    transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1) rotate(-45deg);
}
.button-style-4:hover .tp-btn-icon{
    transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotate(-45deg);
}
.button-style-4:hover .tp-btn-icon--hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(-45deg);
}
.button-style-4:hover{
    color: var(--thm-white);
}
.button-style-4:hover .tp-btn-text,
.button-style-4:hover .tp-btn-icon-wrap{
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.pricing-btn-v3 .tp-btn-text,
.pricing-btn-v3 .tp-btn-icon-wrap{
    border-color: var(--black-bg);
    background-color: var(--black-bg);
}
.pricing-btn-v3 .button-style-4{
    background: transparent;
}
.subscribe-three__form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 576px
}
.subscribe-three__input{
	position: relative;
}
.subscribe-three__form input[type="email"]{
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--thm-body-background);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.5);
	height: 60px;
	border-radius: 30px;
	border:1px solid rgba(255, 255, 255, 0.1);
	outline: none;
	transition: all 500ms ease;
	padding-left: 50px;
	z-index:1;
}
.subscribe-three__form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

.subscribe-three__form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

.subscribe-three__form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

.subscribe-three__form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}
.subscribe-three__form .email-icon{
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 18px;
    background-image: url(../img/icons/envelope.svg);
    z-index: 2;
}
.subscribe-three__form .btn-subscribe{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 30px;
    border: 0;
    padding: 11px 24px;
    z-index: 2;
    font-family: var(--thm-heading-font-family);
}
.fact-counter-one__single-inner .cta-icon-area span img{
    filter: none;
}
.fact-counter-three__single-inner .outer-box-three h2 {
    position: relative;
    color: transparent;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 70px;
    line-height: 50px;
    font-family: var(--thm-heading-font-family);
}
.tg-element-sub-title.tg-element-sub-title-2{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 10px 16px;
}
.tg-element-sub-title-2.tp-br-100{
    border-radius: 100px;
}
.tg-element-sub-title-2 i {
    font-size: 15px;
    transform: rotate(-45deg);
    margin-left: 10px;
    font-weight: 500;
}
.iconbg .button-style-1 i{
    background: rgba(242, 240, 245, 0.1);
    width: 32px;
    height: 32px;
    border-radius:26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Services Style */
.services-three__single{
    position: relative;
    background: var(--thm-body-background);
    border-radius:16px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.services-three__single-text-wrap {
    display: flex;
    gap:20px;
    padding: 15px 15px 0;
}
.services-three__icon {
    width: 50px;
}
.services-three__icon svg{
    transition: all 0.3s ease-in-out;
}
.services-three__single-text {
    text-align: left;
    width: calc(100% - 50px);
}
.services-three__single-img{
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-top: -40px;
}
.services-three__single-img img{
    transition: all 0.3s ease-in-out;
    border-radius:12px !important;
}
.services-three__nubmer{
    position: absolute;
    left: 30px;
    top: -18px;
    color: transparent;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--thm-heading-font-family);
    opacity: 0.15;
    transition: all 0.3s ease-in-out;
}
.services-three__single-text h3{
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 15px;
}
.services-three__single-text p{
    line-height: 26px;
    margin-bottom: 15px;
}
.services-three__single-btn-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.services-three__single-btn{
  font-family: var(--thm-heading-font-family);
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.services-three__single-btn i{
    font-size: 15px;
    font-weight: 500;
    transform: rotate(-45deg);
    margin-left: 10px;
}
.services-three__single:hover .services-three__single-btn-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.services-three__single:hover .service-icon-area svg path{
    fill: var(--primary-color);
}
.services-three__single:hover .services-three__nubmer{
    -webkit-text-stroke: 1px var(--primary-color);
    opacity: 1;
}
.services-three__single:hover .services-three__single-img{
    margin-top: 0;
}
/* Casestudy */
.tpcase-btn{
    position: relative;
    z-index: 2;
    display: inline-flex;
}
.tp-case-item{
    background-color: var(--thm-black-bg);
    border-radius: 16px;
    padding: 15px;
    padding-bottom: 25px;
}
.tp-case-thumb{
    position: relative;
    margin-bottom: 25px;
}
.tp-case-thumb img{
    border-radius: 16px !important;
}
.tp-case-thumb:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.tp-case-item:hover .tp-case-thumb:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.tp-case-content{
    margin-left: 15px;
}
.tp-case-title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.services-three__single-btn.style-2{
    color: var(--thm-white);
}
.services-three__single-btn.style-2 i{
    margin-left: 5px;
}
.tp-case-item:hover .services-three__single-btn.style-2{
    color: var(--primary-color);
}
.tpcase-btn-wrap{
    position: relative;
    margin-top: 64px;
}
.tpcase-btn-wrap::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 60%;
    background-color: rgba(255, 255, 255, .1);
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-nav-style1.swiper-case-nav-style1{
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
}
.swiper-nav-style1.swiper-case-nav-style1 .swiper-button-next,
.swiper-nav-style1.swiper-case-nav-style1 .swiper-button-prev{
    margin-top: 0;
    top: 0;
}
.swiper-nav-style1.swiper-case-nav-style1 .swiper-button-next{
    right: 0;
}
.service-layout-3{
    position: relative;
}
.services-four__single{
  border-radius: 16px;  
}
.services-four__single:before{
    content: none;
}
.services-four__single-title{
    display: block;
}
.services-four__single-title .icon{
    margin-bottom: 22px;
}
.services-four__single-content{
    padding-top: 15px;
}
.tp-swiper-scrollbar{
    margin: 0 auto;
    width: 300px;
    height: 10px;
    background: var(--black-bg);
    margin-top: 30px;
    border-radius: 5px;
}
.tp-swiper-scrollbar .swiper-scrollbar-drag{
    background: var(--primary-color);
}
.service-layout-3 .swiper-nav-style1 {
    top: -90px;
}
/*Blog Style*/
.tp-meta-list-4{
    position: absolute;
    padding: 5px 10px;
    bottom: 10px;
    width: calc( 100% - 60px);
    background-color: var(--thm-black);
    border-radius: 5px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tp-meta-date,
.tp-meta-author a{
    color: var(--thm-body-font-color);
}
.tp-meta-author a i,
.tp-meta-date i{
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 5px;
}
.blog-v5__single-img .inner{
    border-radius: 16px;
}
.blog-btnicon-wrap{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 83px;
    height: 80px;
    background-color: var(--thm-black);
    border-top-left-radius: 24px;
}
.blog-btnicon{
    background-color: var(--black-bg);
    position: absolute;
    width: 70px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
}
.blog-btnicon svg{
    transition: .5s ease;
}
.blog-btnicon:hover svg path{
    fill: var(--primary-color);
}
.blog-border-shape{
    position: absolute;
    background-color: var(--thm-black);
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
}
.blog-border-shape.top-right{
    top: -30px;
    right: 0px;
    transform: rotate(-90deg);
}
.blog-border-shape.bottom-left{
    left: -30px;
    bottom: 0;
    transform: rotate(-90deg);
}
.blog-v5__single__content{
    background: transparent;
    padding: 0;
    padding-top: 30px;
}
.blog-v5__single__content .meta-list{
    text-transform: uppercase;
    font-weight: 500px;
}
.blog-v5__single__content .meta-list a{
    text-transform: capitalize;
}
/*Pricig Style*/
.home-5-pricingsec{
    background: linear-gradient(180deg, #1a1a1c 0%, rgba(26, 26, 28, 0) 100%);  
}
.home-5-pricinbgox .pricing-two__single{
    background: linear-gradient(180deg, #141416 20.5%, #1a1a1c 100%);
}
.home-5-pricingtabs .e-n-tabs-heading{
    background-color: var(--thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
    transform: translateX(-85px);
}
.pricing-v3__single{
    background-color: var(--thm-black);
    border-radius: 10px;
    padding: 40px;
}
.pricing-v3__title{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.pricing-v3__text{
    padding: 0;
}
.pricing-v3__list ul li{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.pricing-v3__list ul li svg{
    margin-right: 20px;
}
.pricing-v3__price {
    background: transparent;
    padding: 0;
    padding-top: 10px;
    margin-bottom: 0;
}
.pricing-v3__price h2{
    font-size: 36px;
}
.pricing-v3__price h2 span{
    font-weight: 500;
}
.pricing-v3__price::before{
    content: none;
}
.pricing-v3__single .pricing-btn-v3{
    margin-top: 20px;
}
/*Testimonial*/
.tp-testimonial-4-wrap{
    background: linear-gradient(180deg, #1A1A1C -155.9%, #161618 418.94%);
    padding: 60px;
    padding-left: 20px;
}
.tp-testi-reviews-wrap{
    position: relative;
    text-align: center;
}
.tp-testi-reviews-content{
    padding-bottom: 10px;
}
.tp-testi-revi-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 18px;
}
.tp-testi-revi-title span{
    line-height: 1;
}
.tp-testi-revi-title h4{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: var(--thm-white);
}
.tp-testi-revi-thumbs{
    margin-bottom: 13px;
}
.tp-testi-revi-ratings {
    margin-bottom: 8px;
}
.tp-testi-revi-ratings i{
    color: #FBB03B;
    font-size: 10px;
}
.tp-testi-reviews-content p{
    line-height: 28px;
    text-decoration: underline;
}
.tp-testi-4-slider-wrap{
    margin-left: 50px;
}
.testimonial-two__single.style-4{
    background-color: var(--thm-black);
    border-radius: 16px;
    padding: 28px 30px 40px;
}
.testimonial-two__single.style-4 .rating-box{
    margin-bottom: 20px;
}
.testimonial-two__single.style-4 .text-box{
    margin-bottom: 25px;
}
.testimonial-two__single.style-4 .text-box p{
    font-size: 18px;
    line-height: 28px;
}
.testimonial-two__single-author-box .text-box4{
    margin-left: 13px;
}
.testimonial-two__single-author-box .text-box4 h2{
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 20px;
    color: var(--thm-white);
}
.testimonial-two__single-author-box .text-box4 p{
    margin-bottom: 0;
}
.tp-testi-reviews-wrap .swiper-nav-style1 {
    position: inherit;
    justify-content: center;
    gap: 20px;
    padding: 0;
    top: -17px;
}
.tp-testi-reviews-wrap .swiper-nav-style1 .swiper-button-next{
    margin-left: 0;
    right: 0;
}
.testimonial-five .section-title {
    margin-bottom: 45px;
}
.testimonial-five__single{
    border-top-right-radius: 65px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    padding-left: 30px;
    padding-right: 30px;
}
.testimonial-five__single-author-box .img-box{
    width: 54px;
}
.testimonial-five__single-author-box .img-box .inner{
    width: 54px;
    height: 54px;
}
.testimonial-two__single .rating-box {
    margin-bottom: 14px;
}
.testimonial-five__single-author-box .text-box2{
    margin-left: 13px;
}
.testimonial-five__single-author-box .text-box2 h2{
    font-size: 20px;
    margin-bottom: 0;
}
.testimonial-five__single .text-box p{
    font-size: 18px;
    line-height: 28px;
}
.testimonial-five .swiper-nav-style1 {
    top: 15px;
}
/* Feature Style 4*/
.tp-feature-4{
    position: relative;
}
.tp-feature-4:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: calc(100% - 12px);
    background: var(--thm-black);  
}
.tp-feature-4 ul li{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-left: 40px;
}
.tp-feature-4 ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: calc(100% - 12px);
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.tp-feature-4 ul li:not(:last-child):before{
   height: calc(100% - 24px); 
}
.tp-feature-4 ul li:hover:before{
    visibility: visible;
    opacity: 1;
}
.tp-feature-4 ul li:not(:last-child){
    margin-bottom: 10px;
}
.tp-feature-4 ul li:last-child p{
    margin-bottom: 0;
}
.tp-feature-4 .icon-box span{
    background-color: var(--thm-black);
    border-radius: 6px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.tp-feature-4 ul li:hover .icon-box span{
    background-color: var(--primary-color);
}
.tp-feature-4 .text-box h3{
    font-size: 24px;
    color: var(--thm-heading-font-color);
    line-height: 1;
}
/* Home 5*/
.hero-3{
    position: relative;
    padding: 280px 0 110px;
}
.hero-3 .shape-1{
    position: absolute;
    top: 62px;
    left: 0;
}
.hero-3 .shape-3{
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-3-title-wrap{
    position: relative;
}
.hero-3-shape-3{
    position: absolute;
    left: -30px;
    top: 45px;
}
.hero-3-title h2{
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    background: linear-gradient(360deg, #1A1A1C -33.12%, #FFFFFF 219.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-3-video{
    position: absolute;
    right: -60px;
    top: 10px;
}
.hero-3-video-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background-color: #1a1a1c;
    z-index: 1;
}
.hero-3-video img{
    animation: spin 50s infinite linear;
}
.hero-3-video .popup-video{
    width: 154px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-3-video .popup-video i{
    color: var(--thm-white);
    font-size: 28px;
    z-index: 2;
}
.hero-3-mainImg-wrap{
    position: relative;
    text-align: center;
    padding: 0 40px;
}
.hero-3-mainImg{
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 500px;
}
.hero-3-mainImg img{
    border-radius: 500px !important;
    padding: 15px 32px;
    width: 100%;
}
.hero-3-smImg{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-radius: 100px;
}
.hero-3-smImg img{
    padding: 16px 12px;
    border-radius: 100px !important;
}
.hero-3-btmContent{
    margin: 0 -60px;
}
.hero-3-leftCon-wrap .counter h2{
    position: relative;
    color: transparent;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 60px;
    letter-spacing: 0.01em;
    font-family: var(--thm-heading-font-family);
}
.hero-3-leftCon {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-3-leftCon ul {
    position: relative;
    display: block;
}
.hero-3-leftCon ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: -13px;
}
.hero-3-avatar{
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid var(--thm-white);
    border-radius: 50%;
}
.hero-3-avatar img{
    border-radius: 50% !important;
}
.hero-3-leftCon-text{
    margin-left: 13px;
}
.hero-3-subtitle {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
}
.hero-3-subtitle span{
    line-height: 1;
}
.hero-3-subtitle h4{
    font-size: 16px;
}
.hero-3-ratings i{
    color: #F7931E;
}
.hero-3-social-links{
    position: relative;
    z-index: 2;
    display: block;
}
.hero-3-share-title{
    display: block;
    font-family: var(--thm-heading-font-family);
    font-weight: 700;
    font-size: 20px;
    color: var(--thm-white);
    margin-right: 102px;
    margin-bottom: 10px;
}
.hero-3-social-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.hero-3-social-links li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(97,102, 112, 0.1);
    transition: all 0.3s ease-in-out;
}
.hero-3-social-links li a:hover{
    background-color: var(--primary-color);
}
.hero-3-social-links li a i{
    color: var(--thm-white);
    opacity: 1;
}
/*Case Study*/
.tp-cstudyItem{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 100px;
    background: var(--black-bg);
}
.tp-cstudyInn .tp-cstudyItem:not(:first-child) .tp-cstudyItem--img{
    margin-top: 35px;
}
.tp-cstudyItem--con{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: calc(100% - 694px);
    margin-right: 124px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tp-cstudyInn .tp-cstudyItem:last-child .tp-cstudyItem--con{
   border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
.tp-cstudyItem--title{
    font-size: 24px;
    line-height: 1.33;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.tp-cstudyItem--tagwrap{
    padding-bottom: 35px;
}
.tp-cstudyItem--tag{
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border: 1px solid #fff;
    font-weight: 600;
    color: var(--thm-heading-font-color);
    font-family: var(--thm-heading-font-family);
    border-radius: 100px;
    padding: 8px 15px;
    line-height: 1;
    display: inline-block;
}
.tp-cstudyItem--img{
    width: 570px;
    overflow: hidden;
}
.tp-cstudyItem--img img{
    border-radius: 16px !important;
}
/* FAQ */
.faq-v2__accrodion .accrodion {
    margin-bottom: 23px;
}
.faq-v2__accrodion .accrodion .accrodion-title h2::before{
  content: url('../img/icons/arrow-double-right.svg');
  border: none;
  width: auto;
}
.faq-v2__accrodion .accrodion.active .accrodion-title h2::before {
    content: url('../img/icons/arrow-double-bottom.svg');
}
.faq-v2__accrodion .accrodion.active .accrodion-title h2{
    color: var(--primary-color);
}
.faq-v2__accrodion .accrodion .accrodion-title{
    padding: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 23px;
}
.faq-v2__accrodion .accrodion.active .accrodion-title{
    border: none;
    padding-bottom: 10px;
}
.faq-v2__accrodion .accrodion .accrodion-title h2 {
    font-size: 20px;
    line-height: 1.4;
}
.faq-v2__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 3px 0px 23px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
