/*
[Master Stylesheet] 
Project: HumanTalk Voice Previews HTML
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
:root {
    --ht-primary-color:#908cfc;
    --ht-white-color: #ffffff;    
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    font-family: 'Outfit', sans-serif;
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;
}
h1, h2{
    font-family: 'K2D', sans-serif;
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
body {
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),  url(../png/body-bg-shapes.png);
    background-repeat: no-repeat;
    background-position: center;
}
/* Header css Start */
.ht-header-wrapper {
    padding: 20px 0;
}
.ht-header-wrapper .container-fluid{
    padding: 0 100px;
}
.ht-header-parent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ht-menus ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 75px;
}
.ht-menus ul li:last-child{
    margin-right: 0;
}
.ht-menus ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #1f0d31;
    text-transform: capitalize;
}
.ht-header-right-parent {
    display: flex;
    align-items: center;
}
.ht-header-login>a {
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 50%;
    background-color: #f6e9ff;
}
.ht-header-login {
    display: flex;
    align-items: center;
}
.ht-header-login a img{
    width: 39px;
    height: 39px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
.ht-header-login a.ht-login {
    font-size: 16px;
    color: #1f0d31;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 15px;
    background: none;
    display: block;
    height: auto;
}
.ht-header-humntalk {
    padding-left: 50px;
}
.ht-header-humntalk a{
    display: flex;
    align-items: center;
}
.ht-header-humntalk a p {
    font-size: 20px;
    text-decoration: underline;
    color: #121231;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 20px 5px 40px;
    border: 2px solid var(--ht-primary-color);
    border-radius: 50px;
    display: block;
    margin-left: -30px;
}
.ht-header-humntalk a span svg {
    width: 60px;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 7px 1px 4px -2px rgb(144 140 252 / 100%);    
}
.ht-header-humntalk a span{
    position: relative;
}
.ht-header-humntalk a span img {
    width: 50px;
    height: auto;
}
/* Header css End */

/* Banner css Start */
.ht-banner-wrapper .container-fluid{
    padding: 0 60px;
}
.ht-banner-content {
    background-image: url(../png/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    padding-top: 140px;
    padding-bottom: 123px;
}
.ht-banner-content h1{
    font-size: 60px;    
    color: #121231;
    font-weight: 800;
    font-family: "K2D";    
}
.ht-banner-content h1>span {
    color: #a221ff;
    border: 3px solid #a221ff;
    padding: 0 5px 5px 5px;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.ht-banner-content h1>span::before, .ht-banner-content h1>span::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #a221ff;
    border-radius: 50%;
    position: absolute;       
}
.ht-banner-content h1>span::before {
    top: -6px;
    left: -6px;
    animation: 2s left-right-dot linear infinite alternate-reverse both;
}
.ht-banner-content .ht-header-humntalk a span img {
    width: 80px;
    height: auto;
}
@keyframes left-right-dot{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(170px);
    }
}
.ht-banner-content h1>span::after{
    top: -6px;
    right: -6px;
    animation: 1.5s top-bottom-dot linear infinite alternate-reverse both;
}
@keyframes top-bottom-dot{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(65px);
    }
}
.ht-dot1, .ht-dot2{
    width: 10px;
    height: 10px;
    background-color: #a221ff;
    border-radius: 50%;
    position: absolute;   
}
.ht-dot1{
    bottom: -6px;
    left: -6px;
    animation: 1.5s bottom-top-dot linear infinite alternate-reverse both;
}
@keyframes right-left-dot{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-170px);
    }
}
.ht-dot2{
    bottom: -6px;
    right: -6px;    
    animation: 2s right-left-dot linear infinite alternate-reverse both;    
}
@keyframes bottom-top-dot{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-65px);
    }
}
.ht-banner-content p{
    font-size: 22px;    
    color: #1f0d31;
    font-weight: 500;       
}
.ht-banner-content p.ht-banner-para-first{
    padding-top: 30px; 
}
.ht-banner-content h2{
    font-size: 34px;
    line-height: 50px;
    color: #432552;
    font-weight: 800; 
    padding-top: 50px;   
}
.ht-banner-content .ht-header-humntalk {
    padding-left: 0;
}
.ht-banner-content .ht-header-humntalk a {
    justify-content: center;
    padding-top: 40px;
}
.ht-banner-content .ht-header-humntalk a span svg {
    width: 80px;
    height: auto;    
}
.ht-banner-content .ht-header-humntalk a span:after{
    animation: pulse-border2 1200ms ease-out infinite;
}
@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        opacity: 0;
    }
}
.ht-banner-content .ht-header-humntalk a p {
    font-size: 29px;    
    font-weight: 700;    
    padding: 5px 20px 5px 55px;    
    margin-left: -40px;
}
.ht-banner-content img {
    display: block;
    margin: auto;
}
.ht-banner-content img.ht-banner-arrow-down{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ht-banner-content img.ht-banner-shape-left1{    
    position: absolute;
    top: 35px;
    left: 100px;
    animation: floating 4000ms linear alternate infinite;
}
.ht-banner-content img.ht-banner-shape-left2{    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 220px;
    animation: 2s left-right linear infinite alternate-reverse both;
}
.ht-banner-content img.ht-banner-shape-left3{    
    position: absolute;
    bottom: 35px;
    left: 100px;
    animation: top-bottom 1.5s linear alternate infinite;
}
.ht-banner-content img.ht-banner-shape-right1{    
    position: absolute;
    top: 35px;
    right: 100px;
    animation: floating 4100ms linear alternate infinite;
}
.ht-banner-content img.ht-banner-shape-right2{    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 220px;
    animation: 2s left-right linear infinite alternate-reverse both;
}
.ht-banner-content img.ht-banner-shape-right3{    
    position: absolute;
    bottom: 35px;
    right: 100px;
    animation: top-bottom 1.5s linear alternate infinite;
}
.ht-banner-content img.ht-banner-arrow-down{
    animation: top-bottom-arrow 1s linear alternate infinite;
}   
@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
        transform: rotate(0deg) translate(-12px) rotate(0deg);            
    }
    to {
        -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transform: rotate(360deg) translate(-12px) rotate(-360deg);            
    }
}
@keyframes left-right{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(20px);
    }
}
@keyframes top-bottom{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(20px);
    }
}
@keyframes top-bottom-arrow{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(10px);
    }
}
/* Banner css End */

/* Language Section css Start */
.ht-lang-wrapper{
    padding: 80px 0;
    position: relative;
}
.ht-lang-wrapper .container-fluid{
    padding: 0 150px;
}
.ht-heading {
    text-align: center;
}
.ht-heading h2{
    font-size: 40px;    
    color: #121231;
    font-weight: 800;    
    text-align: center;
    display: inline-block;
    position: relative;
}
.ht-heading h2:before{
    content: '';
    width: 175px;
    height: 3px;
    background-color: #a221ff;
    position: absolute;
    bottom: -20px;
    left:50%;
    transform: translateX(-50%);
}
.ht-heading p {
    font-size: 20px;
    color: #9f8db1;
    font-weight: 400;
    text-align: center;
    padding-top: 35px;
    max-width: 400px;
    margin: auto;
}
.ht-lang-search{
    max-width: 520px;
    width: 100%;    
    margin: 40px auto;
    position: relative;
}
.ht-lang-search input{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 65px 0 20px;
    box-shadow:0px 7px 8px rgba(218,203,234,0.2);
    background-color: var(--ht-white-color);
    border: 1px solid #f2eaf9;
}
.ht-lang-search input::placeholder{
    font-size: 16px;    
    color: #9f8db1;
    font-weight: 400;    
}
.ht-lang-search span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.ht-lang-parent > a {
    background-color: #fcf9ff;
    border: 1px solid #dacbea;
    border-radius: 10px;
    text-align: center; 
    transition: all 0.3s;
}
.ht-lang-parent.active {
    min-height: 330px;
}
.ht-lang-parent.active > a {
    background-color: #e1ffec;
    border: 1px solid #68d590;
}
.ht-lang-parent.active a p {    
    color: #2cc464;
}
.ht-lang-parent a {
    display: block;
    padding: 20px 5px 15px 5px;
}                       
.ht-lang-parent a img{
    display: block;
    margin: auto;
    box-shadow:5px 5px 9px rgba(34,51,75,0.1);
}
.ht-lang-parent a p {
    font-size: 16px;
    color: #031120;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 10px;
    transition: all 0.3s;
}
.ht-lang-parent:hover p{
    color: var(--ht-primary-color);
}
.ht-voice-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 15px;
    flex: 0 0 25%;
}
.ht-voice-parent {
    width: 100%;
    padding: 3px 0px 3px 30px;
    border-radius: 40px;
    background-color: #fcf9ff;
    border: 1px solid #dacbea;
    display: flex;
    align-items: center;
    margin-left: -40px;
    justify-content: center;
}
.ht-voice {
    margin-left: auto;    
}
.ht-voice-info {
    padding-left: 20px;
    text-align: left;
}
.ht-voice-img {
    width: 65px;
    height: 65px;
    background-color: var(--ht-primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.ht-voice-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}
.ht-voice-info h4{
    font-size: 16px;    
    color: #031120;
    font-weight: 500;
    text-transform: capitalize;    
}
.ht-voice-info p{
    font-size: 14px;    
    color: #9f8db1;
    font-weight: 500;
    text-transform: capitalize;
}
/* Audio Voice css Start */
#player-container {
    height: 50px;
    position: relative;
    z-index: 1;
}
.play1_new {
    background-image: url(../png/play1.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 50px;
    transition: all 0.5s;
}
.pause_new {
    background-image: url(../png/pause1.png) !important;
}
/* Audio Voice css End */
/* ========================================Modal css Start  ========================================= */
.ht-voice-modal-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.ht-voice-box-main-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;    
    max-width: 1605px;
    z-index: 9;
}
.ht-voice-box-parent {
    border-radius: 10px;
    box-shadow: 4px 7px 8px rgba(218,203,234,0.2);
    background-color: #ffffff;
    border: 1px solid #f2eaf9;
    max-width: 1605px;
    width: 1605px;
    max-height: 215px;
    overflow-x: hidden;
    z-index: 9;
    padding: 40px 15px 30px 15px;
    margin: 20px 0 0 -2px;
    transition: all 0.3s;
}
.ht-lang-parent a{
    position: relative;
}
.ht-lang-parent a img.ht-voice-active-shape {
    left: calc(50% - 13px);
    position: absolute;
    bottom: -22px;
    box-shadow: none;
    z-index: 10000;
    display: none;
}
.ht-lang-parent.active img.ht-voice-active-shape{
    display: block;
}
.ht-voice a {
    padding: 0;
}
.ht-voice-box-heading {
    padding-bottom: 35px;
}
.ht-voice-box-heading h4{
    font-size: 20px;    
    color: #432552;
    font-weight: 600;
    text-transform: capitalize;
}
.ht_hide{
    display: none !important;
}
.ht-voice-box-main-wrapper{
    text-align: center;
}
/* ======================================== Modal css End =============================================*/
/* Language Section css End */

/* Feature Slider Section css Start */
.ht-section4-wrapper {
    padding: 80px 0;
    background: #fdf9ff;
}
.ht-feature-slider-section {
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.ht-se4-headign1 h2 {
	font-size: 48px;
	color: #432552;
	font-weight: 800;
	font-family: "K2D";
	text-align: center;
	background-image: url(../png/heading2.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 0;
	filter: drop-shadow(-8.139px 23.638px 15px rgba(147, 149, 218, 0.4));
	height: 210px;
}
.ht-se4-headign2 h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background-image: url(../png/heading3.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	padding: 13px 0px;
	width: 100%;
	max-width: 520px;
	margin: 40px auto 50px;	
}
/* arrow */
.features-pagination-arrow .swiper-button-next:after {
	display: none;
}
.features-pagination-arrow .swiper-button-prev:after {
	display: none;
}
.features-pagination-arrow .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #362950;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -90px;
	transition: all 0.5s;
	opacity: 1;
	top: 190px;
}
.features-pagination-arrow .swiper-button-next:hover {
	background-image: linear-gradient(-87deg, #bd41f7 0%, #fe29d1 100%);
}
.features-pagination-arrow .swiper-button-prev:hover {
	background-image: linear-gradient(-87deg, #bd41f7 0%, #fe29d1 100%);
}
.features-pagination-arrow .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #362950;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -90px;
	transition: all 0.5s;
	top: 190px;
}
.features-pagination-arrow .swiper-pagination {
	position: absolute;
	bottom: 0px;
}
.ht-feature-slider-section .swiper-pagination span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #be41f7;
}
.ht-feature-slider-section .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #be41f7;
}
/* arrow */
.ht-sec4-img {
    position: relative;    
    border-radius: 20px 0 0 20px;
}
.ht-res-block1 {
	display: none;
}
.ht-sec4-img-description {
    position: absolute;
    bottom: -70px;
    left: 10px;
    right: 10px;
}
.ht-sec4-img-description .ht-sec4-content-left {
	margin: 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {	
	width: 100%;
	height: 100px;
	border-radius: 20px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text {
	padding: 0px 0px 0px 20px;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text h2 {
	font-size: 16px;
	color: #031120;
	font-weight: 600;
	padding: 0 0 5px 0;
}
.swiper.featureSlider .swiper-slide {
	padding-bottom: 0px;
}
.swiper.featureSlider {
	padding: 0 0 30px 0;
	z-index: 1;
}
.ht-section4-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0px;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text p {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	width: 176px;
	height: 34px;
	border-radius: 17px;
	background-color: #f3f0fb;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
/* .ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown.main {
    opacity: 1;
    visibility: visible;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown1.main {
    opacity: 1;
    visibility: visible;
} */
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown1 {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown1 h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown3 {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown3 h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown3.main {
	opacity: 1;
	visibility: visible;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown4 {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown4 h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown4.main {
	opacity: 1;
	visibility: visible;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown5 {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown5 h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown5.main {
	opacity: 1;
	visibility: visible;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown6 {
	position: absolute;
	bottom: -110px;
	left: 106px;
	width: 170px;
	background-color: #ffffff;
	z-index: 9999;
	padding: 10px 10px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown6 h2 {
	font-size: 14px;
	color: #031120;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown6.main {
	opacity: 1;
	visibility: visible;
}
.ht-sec4-feature-main {
	display: flex;
	border-radius: 20px;
	background-color: #f7f1fd;
	width: 810px;
	position: relative;
	margin-bottom: 70px;
}
.ht-sec4-feature-main.ht-sec4-feature-main-color {
	background-color: #e8f5fd;
}
.ht-sec4-content-inner {
	display: flex;
}
.ht-sec4-content {
	padding: 30px 0px 0px 40px;
}
.ht-sec4-content>h2 {
	font-size: 24px;
	color: #432552;
	font-weight: 700;
	width: 100%;	
	margin: 0 0 15px 0;
}
.ht-features-audio {
	position: relative;
}
.ht-feature-li-left-text>h2 {
	font-size: 16px;
	color: #031120;
	font-weight: 500;
}
.ht-sec4-content-left {
	margin-right: 20px;
}
.ht-feature-li-left {
	display: flex;
	align-items: center;
	width: 190px;
	height: 60px;
	border-radius: 30px;
	filter: drop-shadow(0 0 5px rgba(119, 72, 166, 0.2));
	background-color: #ffffff;
	padding: 0px 0px 0px 7px;
	margin-bottom: 20px;
}
.ht-feature-li-left-text {
    padding-left: 10px;
}
/* Feature Slider Section css End */

/* FAQ css Start */
.ht-faq-wrapper {
   background-image: url(../jpg/faq-bg.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   padding: 80px 0;
}
.ht-faq-wrapper .container-fluid{
    padding: 0 200px;
}
.ht-faq-parent{
    padding-top: 40px;
}
.accordion-header {
    margin-bottom: 0;
}
.ht-question-accordian .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    filter: drop-shadow(1.075px 2.801px 30px rgba(145, 72, 189, 0.2));
    background-color: #ffffff;
    border: none;
    z-index: 1;
    position: relative;
}
.ht-question-accordian button.accordion-button {
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
    color: #212529;
    background: transparent;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
    background: transparent;
    color: #111111;
}
.accordion-button:focus { 
    box-shadow: none;
}
.ht-question-accordian button.accordion-button span {
    padding-right: 18px;    
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.ht-question-accordian .accordion-button::after {
    background-image: url("../png/plus.png");
    background-size: cover;
    width: 40px;
    height: 40px;
}
.ht-question-accordian .accordion-button:not(.collapsed)::after {
    background-image: url("../png/minus.png");
    width: 40px;
    height: 40px;
}
.ht-question-accordian .accordion-body {
    padding: 0px 50px 30px 70px;
}
.ht-question-accordian .accordion-body p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}
/* FAQ css End */

/* Footer css Start */
.ht-footer-wrapper {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background-image: url(../png/footer-shape.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ht-footer-heading {
    text-align: center;
}
.ht-footer-heading h2 {
    font-size: 20px;
    color: #432552;
    font-weight: 500;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
    padding-top: 35px;
}
.ht-footer-inner {
    max-width: 1170px;
    width: 100%;
    border-radius: 30px;
    background-image: url(../png/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px;
}
.ht-footer-inner h2 {
    font-size: 20px;
    color: #432552;
    font-weight: 500;
}
.ht-feedback-inner>span>p {
    font-size: 20px;
    color: #432552;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
    text-transform: capitalize;
    margin-top: 15px;
    max-width: 279px;
    border-radius: 8px;
}
.ht-copywrite-btn h2 {
    font-size: 22px;
    color: #432552;
    font-weight: 500;
    padding: 13px 0 13px 30px;
    width: 100%;
    max-width: 680px;
    margin: 14px auto 16px;
    text-align: center;
}
.ht-location {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px 0;
}
.ht-location img{
    display: block;
    position: relative;
    z-index: 1;
}
.ht-location p {
    font-size: 22px;
    color: #432552;
    font-weight: 500;
    border-radius: 40px;
    background-color: #fce2fc;
    padding: 7px 25px 7px 55px;
    margin-left: -40px;
}
.ht-footer-links ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    position: relative;
}
.ht-footer-links ul li:last-child{
    margin-right: 0;
}
.ht-footer-links ul li::before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #432552;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.ht-footer-links ul li:last-child::before{
    display: none;
}
.ht-footer-links ul li a{
    font-size: 20px;    
    text-decoration: underline;
    color: #432552;
    font-weight: 500;    
    text-transform: capitalize;    
}
/* Footer css End */

/* Button */
.ht-same-section {
    text-align: center;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0 0;
}
.ht-same-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    background-image: url(../png/right-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 65px;
    height: 100%;
    z-index: 0;
}
.ht-same-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    background-image: url(../png/left-arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 65px;
    height: 100%;
    z-index: 0;
}
.ht-same-section h2 {
    font-size: 34px;
    color: #432552;
    font-weight: 800;    
}
.ht-same-section h3 {
    background-image: url(../png/blue-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    font-family: "K2D";
    text-align: center;
    padding: 25px 0px 25px;
    margin: 25px 0 20px 0;
    filter: drop-shadow(-5.209px 15.128px 10px rgba(0, 184, 255, 0.35));
}
.ht-same-section h3 a {
    color: var(--ht-white-color);
}
.ht-same-section p {
    font-size: 18px;
    color: #987ea5;
    font-weight: 500; 
}
/* Button */

/* ======================================== Responsive css Start ======================================*/
@media(max-width:1800px){
    .ht-voice-box-parent {
        max-width: 1505px;
    }
    .ht-banner-content img.ht-banner-shape-left2 {   
        left: 100px;    
    }
    .ht-banner-content img.ht-banner-shape-right2 {   
        right: 100px;    
    }
    .features-pagination-arrow .swiper-button-prev {
		left: 0;
	}
	.features-pagination-arrow .swiper-button-next {
		right: 0;
	}
}
@media(max-width:1700px){
    .ht-voice-box-parent {
        max-width: 1400px;
        width: 1400px;
    }
    .ht-sec4-feature-main {
		width: auto;
	}
	.ht-feature-slider-section {
		padding: 0 40px 0px;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {		
		text-align: center;
		height: auto;
		padding: 10px 0px;
		margin-left: 0px;
	}
	.ht-section4-wrapper .play1_new {
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text p {
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text {
		padding: 0;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown1 {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown3 {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown4 {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown5 {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text .dropedown6 {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ht-feature-li-left {
		width: 170px;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text h2 {
		padding: 10px 0px;
	}
	.ht-sec4-img-description {
		bottom: -60px;	
	}
}
@media(max-width:1650px){
	.ht-sec4-img-description {
		bottom: -35px;
	}
    .swiper.featureSlider {
		padding: 0;		
	}
}
@media(max-width:1600px){
    .ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {
		width: 100%;	
		margin: 0 auto;
	}
	.ht-sec4-img-description {
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media(max-width:1565px){
	.ht-sec4-img img {
		width: 310px;
		height: 350px;
		object-fit: cover;
	}
}
@media(max-width:1500px){
    .ht-banner-content img.ht-banner-shape-left2 {   
        left: 10px;    
    }
    .ht-banner-content img.ht-banner-shape-right2 {   
        right: 10px;    
    }
    .ht-lang-wrapper .container-fluid {
        padding: 0 30px;
    }
    .ht-faq-wrapper .container-fluid {
        padding: 0px 30px;
    }  
    .ht-sec4-img.ht-sec4-img-2 img {
		padding-left: 10px;
	}
	.ht-sec4-img.ht-sec4-img-7 img {
		padding-right: 0px;
	}
    .ht-voice-box-main-wrapper {
        left: 30px;
        right: 30px;
        transform: none;
        margin: auto;
    }
    .ht-voice-box-parent {
        width: 100%;
        margin: 20px auto 0 auto;
    }
}
@media(max-width:1450px){
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text p {	
		margin-left: 0;
		width: 150px;
	}
}
@media(max-width:1399px){
    .ht-header-wrapper .container-fluid {
        padding: 0 20px;
    }
    .ht-banner-wrapper .container-fluid{
        padding: 0 15px;
    }
    .ht-sec4-feature-main {
		display: block;
		padding: 20px 20px 0px 20px;
	}
	.ht-sec4-img {
		position: relative;
		text-align: center;
	}
	.ht-sec4-img img {
		text-align: center;
		border-radius: 20px;
	}
	.ht-sec4-content>h2 br {
		display: none;
	}
	.ht-sec4-content {
		padding: 20px 0 0 0;
	}
	.ht-sec4-content>h2 {
        text-align: center;
        padding-top: 30px;
    }
	.ht-sec4-content-inner {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.ht-feature-li-left {
		width: 220px;
	}
	.ht-sec4-content-left {
		margin-right: 0;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {
		position: relative;
		z-index: 999;
	}
    .swiper.featureSlider .swiper-slide {
		padding-bottom: 0;
	}
    .ht-sec4-img {	
		border-radius: 20px;
	}
	.ht-sec4-img img {	
		margin: auto;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left .ht-feature-li-left-text p {	
		width: 180px;
	}
	.ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {	
		max-width: 350px;
		width: 100%;
	}
	.ht-sec4-img-description {
		bottom: -30px;	
	}
}
@media(max-width:1300px){
    .ht-banner-content img.ht-banner-shape-right2 {
        right: 30px;
        top: auto;
        bottom: 200px;
    }
    .ht-banner-content img.ht-banner-shape-left2 {        
        top: auto;
        bottom: 200px;
    }
}
@media(max-width:1199px){
    .ht-menus ul li {     
        margin-right: 30px;
    }
    .ht-banner-content img.ht-banner-shape-left1 {             
        left: 30px;        
    }
    .ht-banner-content img.ht-banner-shape-right1 {             
        right: 30px;        
    }
    .ht-lang-wrapper .container-fluid {
        padding: 0 15px;
    }
    .ht-footer-links ul li {
        margin-right: 25px;     
    }
    .ht-footer-links ul li::before {
        right: -15px;     
    }
    .ht-voice-main{
        flex: 0 0 33%;
    }
    .ht-se4-headign1 h2 {
		padding: 55px 0;
	}
}
@media(max-width:1024px){
    .ht-banner-content img.ht-banner-shape-left1 {
        left: 20px;
        top: 20px;
    }
    .ht-banner-content img.ht-banner-shape-right1 {
        right: 20px;
        top: 20px;
    }
    .ht-banner-content img.ht-banner-shape-left2, .ht-banner-content img.ht-banner-shape-right2 {     
        bottom: 150px;
    }
}
@media(max-width:991px){
    .ht-header-parent {     
        flex-direction: column;
    }
    .ht-menus {
        padding: 25px 0;
    }
    .ht-menus ul li {
        margin-right: 20px;
    }
    .ht-header-humntalk {
        padding-left: 35px;
    }
    .ht-banner-content h1 {
        font-size: 45px;
        padding: 0 15px;
    }
    .ht-banner-content p {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 15px;
    }
    .ht-banner-content h2 {
        font-size: 30px;     
        padding-top: 20px;
    }
    @keyframes left-right-dot{       
        100%{
            transform: translateX(130px);
        }
    }
    @keyframes top-bottom-dot{
        100%{
            transform: translateY(45px);
        }
    }
    @keyframes right-left-dot{     
        100%{
            transform: translateX(-130px);
        }
    }
    .ht-footer-inner {
        background-size: cover;
    }
    .ht-voice-modal-parent {
        margin: 0 -5px;
    }
    .ht-voice-main {        
        padding: 0 5px;        
    }
    .ht-feature-li-left {
		width: 250px;
	}
	.features-pagination-arrow .swiper-button-next, .features-pagination-arrow .swiper-button-prev{
		top: 320px;
	}	
    .ht-se4-headign1 h2 {		
		background-image: none;
        background-size: contain;
        background-color: #ad32f6;
		border-radius: 10px;
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
		color: #ffffff;
		padding: 20px 10px;
		height: auto;
		font-size: 30px;
	}    
    .ht-se4-headign1 {
		padding: 0 20px;
	} 
}
@media(max-width:850px){
    .ht-banner-content img.ht-banner-shape-left3 {     
        bottom: 20px;
        left: 60px;        
    }
    .ht-banner-content img.ht-banner-shape-right3 {     
        bottom: 20px;
        right: 60px;        
    }
}
@media(max-width:767px){
    .ht-banner-content {
        padding-top: 50px;     
    }
    .ht-banner-content img.ht-banner-shape-left1, .ht-banner-content img.ht-banner-shape-right1, .ht-banner-content img.ht-banner-shape-left2, .ht-banner-content img.ht-banner-shape-right2, .ht-banner-content img.ht-banner-shape-left3, .ht-banner-content img.ht-banner-shape-right3 {
        display: none;
    }
    .ht-banner-content h1 {
        font-size: 35px;     
    }
    .ht-banner-content h1>span::before, .ht-banner-content h1>span::after, .ht-dot1, .ht-dot2 {        
        width: 8px;
        height: 8px;     
    }
    @keyframes left-right-dot{       
        100%{
            transform: translateX(105px);
        }
    }
    @keyframes top-bottom-dot{
        100%{
            transform: translateY(40px);
        }
    }
    @keyframes right-left-dot{     
        100%{
            transform: translateX(-105px);
        }
    }
    @keyframes bottom-top-dot{     
        100%{
            transform: translateY(-45px);
        }
    }
    .ht-banner-content h2 {
        font-size: 25px;     
    }
    .ht-footer-heading h2 {        
        padding: 35px 15px 0 15px;
    }
    .ht-location p {
        font-size: 16px;     
    }
    .ht-voice-main{
        flex: 0 0 50%;
    }
    .ht-voice-modal-parent {
        margin: 0 -15px;
    }
    .ht-voice-main {        
        padding: 0 15px;        
    }
    .ht-same-section:after, .ht-same-section:before{        
        display: none;
    }
    .ht-feature-li-left {
		width: 210px;
	}
    .ht-sec4-feature-main {
		margin-bottom: 20px;
	}
    .ht-se4-headign2 h2 {
		background-color: #ff29d3;
		font-size: 30px;
		background-image: none;
		width: 100%;
		max-width: 380px;
		border-radius: 10px;
	}
    .swiper.featureSlider {
        padding: 0 0 30px 0;     
    }
}
@media(max-width:650px){
    .swiper.featureSlider {
        padding: 0 0 50px 0;     
    }
}
@media(max-width:610px){
    .ht-same-section h2 {
        font-size: 26px;     
    }
    .ht-same-section h3 {        
        font-size: 25px;        
    }
}
@media(max-width:580px){
    .ht-se4-headign2 h2 {
		font-size: 25px;
		font-weight: 500;
		padding: 20px 10px;
	}
	.ht-se4-headign1 h2 {
		font-size: 25px;
	}
}
@media(max-width:575px){
    .ht-voice-modal-parent {
        margin: 0 -5px;
    }
    .ht-voice-main {        
        padding: 0 5px;        
    }
    .features-pagination-arrow .swiper-button-next, .features-pagination-arrow .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
    .ht-voice-box-main-wrapper {
        left: 10px;
        right: 10px;
    }
}
@media(max-width:480px){
    .ht-voice-main{
        flex: 0 0 100%;
    }   
    .ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {
		left: 0px;
		border-radius: 10px;
		width: 100%;
		max-width: 100%;
	} 
    .ht-sec4-content-inner {
		display: block;
	}
	.ht-feature-li-left {
		width: 100%;
	}
    .ht-sec4-feature-main {
		padding: 20px 20px 10px 20px;
	}
	.ht-section4-wrapper {
		padding: 50px 0px 30px;
	}
	.ht-sec4-feature-main {
		margin-bottom: 40px;
	}
    .ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {
		left: 0;
	}
    .ht-se4-headign2 h2 {
		font-size: 20px;
		max-width: 310px;
		margin: 20px auto 20px;
	}
    .ht-se4-headign1 h2 {
		font-size: 20px;
	}
	.swiper.featureSlider {
        padding: 0 0 30px 0;
    }
}
@media(max-width:425px){
    .ht-lang-wrapper, .ht-faq-wrapper, .ht-footer-wrapper {
        padding: 40px 0px;     
    }
    .ht-header-right-parent {     
        flex-direction: column;
    }
    .ht-header-right-parent .ht-header-humntalk {
        padding-left: 0;
        margin-top: 20px;
    }
    .ht-banner-content .ht-header-humntalk a p {
        font-size: 20px;     
    }
    .ht-banner-content .ht-header-humntalk a {     
        padding-top: 20px;
    }
    .ht-banner-content .ht-header-humntalk a span svg {
        width: 65px;     
    }
    .ht-heading h2 {
        font-size: 30px;     
    }
    .ht-question-accordian .accordion-body {
        padding: 10px 20px 20px 20px;
    }
    .ht-question-accordian .accordion-body p {
        font-size: 16px;     
    }
    .ht-question-accordian button.accordion-button {
        font-size: 18px;     
    }
    .ht-lang-parent a {     
        padding: 20px 0px 15px 0px;
    }
    .ht-voice a {
        padding: 0;
    }
    .ht-lang-parent a p {
        font-size: 14px;     
    }
}
@media(max-width:375px){
    .ht-location {     
        flex-direction: column;
    }
    .ht-location p {        
        padding: 7px 20px 7px 20px;
        margin-left: 0;
    }
    .ht-sec4-img-description .ht-sec4-content-left .ht-feature-li-left {	
		flex-direction: column;
	}
	.ht-sec4-feature-main {
		padding: 10px;
	}
	.ht-sec4-img-description {
		bottom: -90px;	
	}
	.ht-sec4-content {
		padding: 100px 0 0 0;
	}	
	.ht-sec4-img.ht-sec4-img-11 img, .ht-sec4-img.ht-sec4-img-14 img, .ht-sec4-img.ht-sec4-img-22 img {
		padding-right: 0;	
	}
	.ht-sec4-img.ht-sec4-img-1 img, .ht-sec4-img.ht-sec4-img-2 img, .ht-sec4-img.ht-sec4-img-6 img{
		padding-left: 0;
	}
	.swiper.featureSlider {
        padding: 0 0 40px 0;
    }
}
/* ======================================== Responsive css End ======================================*/