﻿/*============= HOME PAGE STYLE START ==============*/


/*home page common styles start*/
#home-page-main-container{
    font-size: 13px;
    /*overflow-x: hidden;*/ /*it hides the feature section navigation bar*/
    color: #4e4e4e;
    font-family: work-sans-regular,Arial, Helvetica, sans-serif;
    display: block;
}
.section article{
	background-color: white;
	margin: 15px auto;
	position: relative;
}
.section{
	border-bottom: 1px solid transparent;
	position: relative;
	cursor: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px;
    overflow-x: hidden;
}
/*home page common styles end*/



/*--------- new banner card styles start --------*/

.banner{
	padding-top: 60px;
	color: white;
	min-height: auto;
	color: black;
	text-align: center;
	position: relative;
	z-index: 12;
	color: white;
}
#banner {
	background: url('../images/bg/Home-banner-layer.svg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
}
#banner:before {
	content: '';
    background: linear-gradient(134deg, rgb(2 43 64), #053248);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.main-title{
	margin-top: 70px;  
	font-size: 2.8em;
    font-family: poppins-light,Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	animation: fadeIn .4s ease-in forwards;
	opacity: 0;
	animation-fill-mode: forwards;
	line-height: 1em;
}
.main-title-primary {
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

.main-title .secondary {
    background: linear-gradient(90deg, #1dd551, #1dc4e9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title-primary .highlight {
    color: #61d142;
}

.main-title-tagline {
    margin-top: 10px;
    animation: fadeIn .6s ease-in .2s backwards;
    font-size: 0.4em;
}

.main-title-tagline span {
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    color: #34e16d;
}

.main-title span {
    /* animation: fadeIn .6s ease-in .2s backwards; */
    /* font-size: 0.5em; */
}

.home-page-card-links {
    padding: 20px 0px 50px 0px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0.7;

}

.home-page-card-links a {
    display: flex;
    align-items: center;
    /* opacity: 0.7; */
}

.home-page-card-links a:hover {
    display: flex;
    align-items: center;
    /* opacity: 0.7; */
}

.home-page-card-links a:hover h4 {
    text-decoration: underline;
    /* opacity: 1; */
}

.home-page-card-links h4 {
    font-weight: inherit;
    display: inherit;

}

.home-page-card-links div {
    border-right: 1px solid gainsboro;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.home-page-card-links .disabled-footer-link {
    margin-bottom: 0;
}

.home-page-card-links div:last-child {
    border-right: 1px solid transparent;
}

.home-page-card-links i {
    font-size: 1.3em;
    display: inherit;
    clear: both;
    color: rgba(255, 255, 255, 0.84);
    margin-right: 5px;
}
.banner .btn-wrap{
	padding-bottom: 40px;
}
.btn-wrap .btn-df{
	font-size: 1.2em;
	color: white;
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
    line-height: 1.42857143;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
}
.btn-wrap .btn-demo{
    animation: leftToRight ease-in 0.4s;
}
.btn-wrap .btn-dwn{
    animation: rightToLeft ease-in 0.4s;
}
.upcoming-label{
    position: absolute;
    top: 8px;
    padding: 2px 4px;
    right: 10px;
    font-size: 8px;
    border-radius: 3px;
    /*border: 1px solid cyan;*/
    background-color: rgba(0, 255, 255, .1);
    color: cyan;
    line-height: 1.2;
    animation: slide-out .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
}
.inner {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    flex-wrap: wrap;
    margin: 0px auto;
    margin-top: 60px;
}

.inner .home-banner-feature-tab {
    display: flex;
    align-items: center;
    margin: 0 20px 50px 20px;
    max-width: 250px;
}

.inner .home-banner-feature-tab i {
    display:inline-block;
    font-size: 3em;
    margin-right: .1em;
    width: 1.4em;
    height: inherit;
    color: #c2c2c2;
    text-align: center;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
    opacity: .5;
    animation: slide-in .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
}

.inner .home-banner-feature-tab .home-banner-feature-tab-title {
    width: 14em;
    text-align: left;
    padding-left: 1.2em;
    line-height: 1.7em;
    border-left: 1px solid #a5a5a5;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
    animation: slide-out .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
}

.inner .home-banner-feature-tab .home-banner-feature-tab-title p {
    font-size: 1.05em;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    letter-spacing: .01rem;
    color: rgba(242, 242, 242, 0.5);
    transition: color 0.2s ease-in-out;
}

.inner .home-banner-feature-tab .home-banner-feature-tab-title span {
    color: #e2e2e2;
    font-size: 1.3em;
    word-break: normal;
    transition: color 0.2s ease-in-out;
}
.home-banner-feature-tab:not(.upcoming-tab):hover i {
    color: #ffffff !important;
    opacity: 0.75;
}
.home-banner-feature-tab:not(.upcoming-tab):hover .home-banner-feature-tab-title span{
    color:#d8d8d8;
}
.home-banner-feature-tab:not(.upcoming-tab):hover .home-banner-feature-tab-title p{
   color: rgba(242, 242, 242, 0.7);
}
.upcoming-tab, .upcoming-tab.home-banner-feature-tab i{
    cursor: default;
}

@keyframes slide-up {
    from {
        opacity: 0.001;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    from {
        opacity: 0.001;
        transform: translateY(30px);
    }

    to {
        opacity: .5;
        transform: translateY(0);
    }
}

@keyframes slide-out {
    from {
        opacity: 0.001;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-in {
    from {
        opacity: 0.001;
        transform: translateX(30px);
    }

    to {
        opacity: .5;
        transform: translateX(0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



/* --------------new banner card styles end ------------*/

/* Feature section style start*/

.feature-section {
	font-size: 1.15em;
    overflow: hidden;
}
.feature-section  article {
	background-color: inherit;
	margin: 0px auto;
	color: white;
}
.feature-section.bg-cyan{
    background-color: rgb(0, 95,95);
    background: url('../images/bg/bg-pattern-insights.svg') bottom;
    background-size: cover;
    /*margin-top: -65px;*/
}
.feature-section.first-sec {
    margin-top: -65px;
    padding-top: 25px;
}
.feature-section.bg-lightblue{
	background-color: rgb(1, 95, 138);
    background: url('../images/bg/bg-pattern-analytics.svg') bottom;
    background-size: cover;
}
.feature-section.bg-indigo{
	background-color: rgb(52, 67, 148);
    background:url('../images/bg/bg-pattern-auditing.svg') bottom;
    background-size: cover;
}
.feature-section.bg-purple{
	background-color: rgb(75, 43, 132);
    background:url('../images/bg/bg-pattern-reporting.svg') bottom;
    background-size: cover;
}
.feature-card{
	text-align: center;
	text-align: -webkit-center;
	padding-top: 70px;
	padding-bottom: 60px;
    padding-left:10px;
    padding-right:10px;
}
.feature-card header a{
    display: inline-block;
}
.feature-card .feature-desc .slidesjs-pagination{
    text-align: left;
}
.feature-title{
	/*font-family: poppins-regular ,Arial, sans-serif;*/ /* Font size increased when add quotes*/
    font-family: poppins-light ,Arial, sans-serif;
}
.feature-subtitle{
	font-size: 1em;
	font-family: work-sans-regular,Arial, Helvetica, sans-serif;
    margin-top: 5px;
}
.feature-title a{
    display: inline-block
}

.feature-title .heading{
	position: relative;
	/*font-size: 1.8em;*/
    font-size: 2.2em;
}
.feature-title .heading::before{
	content: "";
	width: 160px;
	position: absolute;
	/*top: 23px;*/
    top: 50%;
	left: -170px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.feature-title .heading::after{
	content: "";
	width: 160px;
	position: absolute;
	/*top: 23px;*/
    top: 50%;
	right: -170px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.feature-desc{
	margin: 35px auto;
	display: table;
}

.feature-desc > div {
	vertical-align: middle;
	padding: 10px;
	display: inline-block;
	text-align: left;
}
.feature-content{
	text-align: left;
}
.feature-img{
	max-width: 550px;
	width: 100%;
	padding: 0px !important;    
	min-width: 350px;
    position: relative;
}
.feature-img img{
	max-width: 550px;
	min-width: 350px;
    height: 100%;
    max-width: 100%;
}
.feature-section .slide-wrapper{
    perspective: 1500px;
    transform-style: preserve-3d;
    overflow: visible !important;
    /*pointer-events: none*/
}
.slide-wrapper img{
    display: none;
}

.skew-right .slidesjs-container{
    border-left: 4px solid #899ab2;
    transform: rotateY(15deg) rotateX(15deg);
    backface-visibility: hidden;
}
.skew-left .slidesjs-container{
    transform: rotateY(-15deg) rotateX(15deg);
    backface-visibility: hidden;
    border-right: 4px solid #899ab2;
}

.skew-right .slidesjs-pagination{
    transform: rotateY(15deg) rotateX(15deg);
    margin-left: 15px;
}
.skew-left .slidesjs-pagination{
    transform: rotateY(-15deg) rotateX(15deg);
}

.feature-img .slidesjs-container{
    box-shadow: 0px 0px 25px 9px rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
}
.feature-content ul{
	max-width: 520px;
	line-height: 1.8em;
	padding: 10px 40px;
}
.feature-content li{
	line-height: 1.5em;
	padding: 8px 0;
}
.feature-content li span {
    font-family: 'work-sans-semibold';
    font-size: 1.08em;
}
.feature-card-more{
	text-align: right;
	padding-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.feature-card-more a{
    text-decoration: underline;
}
.feature-card-more a::after {
    font-family: "office365icons";
    content: '\e054';
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    width: 10px;
    margin-right: -10px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.1em;
}
.feature-card-more *{
   vertical-align: middle; 
}
.feature-card-more:hover{
	color: white;
 }
.feature-card-more span{
	display: inline-block;
	font-size: 14px;    
}
.feature-card-footer{
	padding-top: 20px;
	font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-card-footer a{
	/*vertical-align: middle;*/
    display: flex;
    align-items: center;
}
.feature-card-footer a h4 {
    text-decoration: underline;
}
.feature-card-footer  h4{
	font-weight: inherit;
	display: inherit;
    
}
.feature-card-footer div{
    border-right: 1px solid gainsboro;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.feature-card-footer div:last-child{
	border-right: 1px solid transparent;
}
.feature-card-footer i{
	font-size: 1.5em;
	display: inherit;    
	clear: both;
	color: rgba(255, 255, 255, 0.84);
	margin-right: 5px;
}
/**/
.feature-quote-subtitle {
    position: relative;
    margin: 55px 0 40px;
    background: rgba(0, 36, 37, 0.15);
    padding: 40px 40px 40px;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.20), transparent );
}
.feature-quote-subtitle:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 30%), transparent);
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}

.feature-quote-icon {
    position: absolute;
    font-size: 7em;
    top: 5%;
    left: -35px;
    color: rgba(255, 255, 255, 0.10);
    /*display: none;*/
}

/*.feature-quote-icon.down {
    transform: rotate(180deg);
    right: 12px;
    bottom: 10px;
    left: unset;
    display: none;
}*/

.feature-quote-subtitle-ques {
    margin: 0px 0 20px;
    font-size: 1.05em;
    font-family: 'work-sans-regular', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}

p.feature-quote-subtitle-desc {
        font-family: 'poppins-regular', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    /* line-height: 1.5; */
    line-height: 1.2;
    color: #8eff70;
    max-width: 870px;
    margin: 0 15px;
}

span.quote-btm-text {
    color: #e7e7e7;
    font-family: 'work-sans-regular', Arial, Helvetica, sans-serif;
    font-size: 0.65em;
}

@keyframes fadeInOut{
    0%{opacity: 0.1; }
    100%{opacity: 1;}
}

/*.feature-quote-subtitle:before,
.feature-quote-subtitle:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 25px;
    background: transparent;
    height: 100%;
    border: 3px solid transparent;
}
.feature-quote-subtitle.cust-border:before,
.feature-quote-subtitle.cust-border:after {
    border: 3px solid #85f372;
    animation: fadeInOut 5s;
    transition: 0.5s;
}

.feature-quote-subtitle.cust-border:before {
    left: 0px;
    border-right: none;
    border-radius: 11px 0px 0px 11px;
}

.feature-quote-subtitle.cust-border:after {
    right: 0px;
    border-left: none;
    border-radius: 0px 11px 11px 0px;
}*/


/*.feature-quote-subtitle span.animated-border{
    position: absolute;
}
span.animated-border.first{
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,transparent,#74ff4c);
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
span.animated-border.second{
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#74ff4c);
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
span.animated-border.third{
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg,transparent,#74ff4c); 
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
span.animated-border.fourth{
    top: 100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#74ff4c);
}
@keyframes animate4{
    0%{
        top: 100%;
    }
    50%,100%{
        top: -100%;
    }
}

span.animated-border.start-anim.first{
    animation: animate1 1s linear;
    animation-delay: 0.25s;
}
span.animated-border.start-anim.second{
    animation: animate2 1s linear;
    animation-delay: 0.5s;
}
span.animated-border.start-anim.third{
    animation: animate3 1s linear;
    animation-delay: 0.75s; 
}
span.animated-border.start-anim.fourth{
    animation: animate4 1s linear;
}

.bg-cyan span.animated-border.first{
    background: linear-gradient(90deg,transparent,#74ff4c);
}
.bg-cyan span.animated-border.second{
    background: linear-gradient(180deg,transparent,#74ff4c);
}
.bg-cyan span.animated-border.third{
    background: linear-gradient(270deg,transparent,#74ff4c); 
}
.bg-cyan span.animated-border.fourth{
    background: linear-gradient(360deg,transparent,#74ff4c);
}


.bg-lightblue span.animated-border.first{
    background: linear-gradient(90deg,transparent,#00ffff);
}
.bg-lightblue span.animated-border.second{
    background: linear-gradient(180deg,transparent,#00ffff);
}
.bg-lightblue span.animated-border.third{
    background: linear-gradient(270deg,transparent,#00ffff); 
}
.bg-lightblue span.animated-border.fourth{
    background: linear-gradient(360deg,transparent,#00ffff);
}


.bg-indigo span.animated-border.first{
    background: linear-gradient(90deg,transparent,#07d8ff);
}
.bg-indigo span.animated-border.second{
    background: linear-gradient(180deg,transparent,#07d8ff);
}
.bg-indigo span.animated-border.third{
    background: linear-gradient(270deg,transparent,#07d8ff); 
}
.bg-indigo span.animated-border.fourth{
    background: linear-gradient(360deg,transparent,#07d8ff);
}



.bg-purple span.animated-border.first{
    background: linear-gradient(90deg,transparent,#ff67e8);
}
.bg-purple span.animated-border.second{
    background: linear-gradient(180deg,transparent,#ff67e8);
}
.bg-purple span.animated-border.third{
    background: linear-gradient(270deg,transparent,#ff67e8); 
}
.bg-purple span.animated-border.fourth{
    background: linear-gradient(360deg,transparent,#ff67e8);
}*/

/*.......*/

/*.bg-lightblue .feature-quote-icon{
    color : #3590aa;
}*/
/*.bg-lightblue .feature-quote-subtitle-desc{
    color: #00ffff;
}*/
/*.bg-lightblue .feature-quote-subtitle.cust-border:before,
.bg-lightblue .feature-quote-subtitle.cust-border:after {
    border-color: #00ffff;
}

.bg-indigo .feature-quote-icon{
    color : #3583a2;
}*/
/*.bg-indigo .feature-quote-subtitle-desc{
    color: #00eaff;
}*/
/*.bg-indigo .feature-quote-subtitle.cust-border:before,
.bg-indigo .feature-quote-subtitle.cust-border:after {
    border-color: #07d8ff;
}

.bg-purple .feature-quote-icon{
    color : #995791;
}*/
/*.bg-purple .feature-quote-subtitle-desc{
    color: #ff67e8;
}*/
/*.bg-purple .feature-quote-subtitle.cust-border:before,
.bg-purple .feature-quote-subtitle.cust-border:after {
    border-color: #ff67e8;
}*/
/* Feature section style start*/



/*new customer cmpny logo style section start*/

.customer-logo{
    background-image: radial-gradient(#c2c2c2 0.5px, #ffffff 0.5px);
    background-size: 10px 10px;
    padding: 10px 0px;
}
.customer-logo article{
    background-color: transparent !important;
    margin: 0px
}

.customer-logo-section-title {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.client-content {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
}

.cmpny-logo-carousel-container {
    padding: 20px;
    max-width: 650px;
    width: 70%;
    height: 100%;
    position: relative;
}

.client-content::after {
    content: '';
    position: absolute;
    right: 70px;
    height: 60%;
    border-right: 1px solid rgba(0, 0, 0, 0.411);
}

.client-content .user-scale-container {
    margin: 20px;
    width: 100%;
}

.client-content .user-scale {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 0;
}

.client-content .user-scale .content {
    padding-left: 15px;
    text-align: left;
    font-family: work-sans-medium, Arial, Helvetica, sans-serif;
}

.client-content .user-scale i {
    font-size: 3.5em;
    width: 60px;
    text-align: center;
    color: #0b0b25;
    color:grey;
}

 .client-content .user-scale .content h3 {
     font-size: 2em;
     display: inline-block;
     color: #d93d1a;
}

.client-content .user-scale .content p {
    font-size: 1.5em;
    color: #110518;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
}

.cmpny-list-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: 10px auto;
    flex-wrap: wrap;
}

#cmpny-logo-carousel .slide {
    display: flex;
    row-gap: 1.2em;
    height: 100%;
    width: 100% !important;
    flex-wrap: wrap;
    padding: 0;
    transition: .5s ease-out;
}

#cmpny-logo-carousel {
    height: 330px;
}
#cmpny-logo-carousel .slidesjs-slide, 
#cmpny-logo-carousel .slidesjs-container,
#cmpny-logo-carousel .slidesjs-control{
    height: 100% !important;
}
#cmpny-logo-carousel .slidesjs-previous{
    left: 0%;
}
#cmpny-logo-carousel .slidesjs-next{
    right: 0%;
}
#cmpny-logo-carousel .slidesjs-navigation{
    z-index: 11;
    color: #b1b1b1 !important;
    top: 45%;
    font-size: 3em !important;
}
#cmpny-logo-carousel .slidesjs-navigation:hover,
#cmpny-logo-carousel .slidesjs-navigation:focus{
    color: #9f9f9f !important;
}


.cmpny-logo-carousel-container::before, .cmpny-logo-carousel-container::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 75px;
}

.cmpny-logo-carousel-container::after {
    right: 15px;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.cmpny-logo-carousel-container::before {
    left: 15px;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}


.slide .cmpny-img {
    flex-basis: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.slide .cmpny-img span{
    background-image: url('../images/company-logo/companylogoSprites.png');
    display: inline-block;
    background-repeat: no-repeat;
}


.slide_window {
    transition: .5s ease-in-out;
    width: 100% !important;
}

#cmpny-logo-carousel a.control {
    color: #8a8a8a;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
}
#cmpny-logo-carousel a.control:hover{
    opacity: 0.7;
}
#cmpny-logo-carousel a.control:active{
    opacity: 0;
}

#cmpny-logo-carousel a.control.prev {
    left: 0;
}

#cmpny-logo-carousel a.control.next {
   right: 0;
}


/*new customer cmpny logo style section end*/



/*single tool to controll section style start*/
#overview{
	background-size: cover;
	background-position: bottom;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-color: transparent;
	color: #4d4d4d;
    padding: 0;
    &:has(.cl-tbl-wrap-nav-right:not(.nav-diabled)){
        .cl-tbl-wrap-tbl{
            mask-image: linear-gradient(to right, rgba(0,0,0,1) 95%, rgba(0,0,0,0));
        }
    }
    &:has(.cl-tbl-wrap-nav-left:not(.nav-diabled)){
        .cl-tbl-wrap-tbl{
            mask-image: linear-gradient(to right,transparent 0%, black 5%);
        }
    }
    &:has(.cl-tbl-wrap-nav-left:not(.nav-diabled)):has(.cl-tbl-wrap-nav-right:not(.nav-diabled)){
        .cl-tbl-wrap-tbl{
        mask-image: linear-gradient(to right,transparent 0%, black 5%,  black 95%,transparent 100%);
        }
    }
    .cl-tbl-wrap-tbl-navigation{
        color: rgb(221 221 221 / 37%);
    }
    .cl-tbl-wrap-tbl-navigation:hover{
        color: rgb(221 221 221 / 52%);
    }
    .droid-section-main-title{
        color: white;
        div{
            color: #fffffff5;
            font-family: 'poppins-medium';
        }
        span{
            font-size: .68em;
            color: #ffffffcf;
        }
    }
}

#overview::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dde1ff5e;
    border-top: 1px solid #dde1ff5e;
    background-size: cover;
    background-position: center;
    background-size: cover !important;
    /* filter: brightness(0.6); */
    background: linear-gradient(313deg, #03283a, #094560);
    /* url("/images/bg/single-tool.png"); */
    background-repeat: no-repeat;
}
.overview-inner{
	padding-top: 30px;
	position: relative;
    /* backdrop-filter: blur(120px);
    transition: all 0.5s; */
}

/*.cl-tbl-wrap-tbl::-webkit-scrollbar {
    height: 8px;
}
.cl-tbl-wrap-tbl::-webkit-scrollbar-track {
    background: #052738;
}

.cl-tbl-wrap-tbl::-webkit-scrollbar-thumb {
    background: #888;
}

.cl-tbl-wrap-tbl::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/
    
.cl-tbl-wrap-tbl-navigation {
    color: rgba(255, 255, 255, 0.2);
}
.cl-tbl-wrap-tbl-navigation:hover {
     color: rgba(255, 255, 255, 0.4);
}

#cl-tbl-scroll-bar-hr .nicescroll-cursors {
	border: none !important;
	border-radius: 2px !important;
}


#overview .cl-tbl-pane{
    backdrop-filter: blur(10px);
    min-width: 270px;
    max-width: 300px;
}
#overview .cl-tbl-pane-sub-title {
    background: rgba(255, 255, 255, 0.09);
    text-align: center;
}
#overview .cl-tbl-pane span a{
    display: inherit;
   
}




/*single tool to controll section style end*/


/*Security Section style start*/
.sec-row{
	text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.sec-row::before{
	display: table;
	content: " ";
}

.sec-col{   
	padding: 15px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.sec-col div{
	margin-left: 10px;
    max-width: 245px;
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    white-space: normal;
    font-size: 1.1em;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
}

.sec-col div span{
    color: #0baea7;
    color: #1294aa;
    font-family: work-sans-medium, Arial, Helvetica, sans-serif
}

.sec-col i{
	font-size: 3.5em;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #7a7a7a;
}

.sec-col * {
	display: inline-block;
	vertical-align: middle;
}
/*Security Section style start*/



/*why choose ad section style start*/
.home-rsn-card .rsn-adm-sub-wrap{
    max-width: 1400px;
}

.home-rsn-card .rsn-adm-pane{
    max-width: 350px;
    text-align: left;
    min-width: 300px
}
.home-rsn-card .rsn-adm-pane > *{
    display:inline-block;
    vertical-align:top;
}
.home-rsn-card .rsn-adm-content{
    padding-top: 0px;
    padding-left: 5px;
    width: 75%;
    font-family: poppins-medium, Arial, Helvetica, sans-serif
}
.home-rsn-card .rsn-adm-content p{
    padding-top: 2px;
    font-size: 13.5px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
}
.home-rsn-card .rsn-adm-content h2{
   color: #1294aa;
   letter-spacing: 0.2px;
   font-size: 1.25em;
}
.home-rsn-card .rsn-adm-pane span{
    color: #1294aa;
    width: 60px;
    text-align: center;
}
/*why choose ad section style start*/



/*home page Download section style start*/
.download-wrap .download-title{
	font-size: 2em;
    margin-bottom: 15px;
	
}
.download-sub-title{	
	padding-bottom: 30px;
    padding-top: 10px;
    font-size: 1.05em;
}
.download-sub-title a .un-line{
    color: #2b93ff;
    font-family: 'work-sans-medium';
}
.download-sub-title a, .download-sub-title a:hover, .download-sub-title a:active{
	color: inherit;
}


/*home page Download section style end*/

/*customer quote section start*/
.cust-quotes-container{
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}

.cust-quotes-container .cust-quotes-title{
    font-size: 1.3em
}
.cust-quote-nav{
	position: absolute;
	font-size: 6em !important;
	color: rgba(255, 255, 255, 0.1) !important;
	top: 13%;
	cursor: pointer;
	text-decoration: none;
}
.cust-quote-nav:hover {
	color: rgba(255, 255, 255, 0.3) !important;
}
.cust-quote-nav:active {
    opacity: 0;
}
.feature-section .feature-img .slidesjs-navigation {
    font-size: 1.15em !important;
    color: rgba(240, 248, 255, .5) !important;
    transform: rotateY(-15deg) rotateX(10deg);
    pointer-events: auto;
    top: unset;
}
.feature-section .feature-img .cust-quote-nav.slidesjs-navigation:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

/*.feature-section .feature-img .cust-quote-nav.slidesjs-navigation.slidesjs-next {
    left: 43px;
}*/
/*.feature-section .feature-img .slidesjs-previous {
    left: 15px;
    bottom: 1px;
}*/

.feature-img .skew-left .slidesjs-navigation.slidesjs-previous {
    right: 45px;
    bottom: -7px;
}
.feature-img .skew-left .slidesjs-navigation.slidesjs-next {
   right: 20px;
   bottom: -8px;
}

.feature-img .skew-right .slidesjs-navigation.slidesjs-previous {
   right: 45px;
}
.feature-img .skew-right .slidesjs-navigation.slidesjs-next {
   right: 20px;
}

.feature-img .skew-right .slidesjs-navigation {
    transform: rotateY(15deg) rotateX(10deg);
}
/*.cust-quote-nav:active, .cust-quote-nav:focus {
	color: rgba(255, 255, 255, 0.1) !important;
}*/
.cust-quotes-subcard .slidesjs-next{
	right:-13%;
}
.cust-quotes-subcard .slidesjs-previous{
	left: -13%;
}
.cust-quotes-card{
	max-width: calc(100% - 20px);
	display: inline-block;
	text-align: left;
	padding: 5px 10px;
	margin-top: 25px;
	position: relative;
}
.cust-quotes-card .feature-desc{
	display: inherit;
	margin-top: 0px !important;
    text-align: center;
}
.cust-quotes-card .feature-desc > div{
	vertical-align: inherit;
	padding: inherit;
	display: inherit;
	text-align: inherit;
}
.cust-quotes-subcard{
	width: 800px;
	max-width: calc(100% - 20px);
	
}
.cust-quotes-subcard .slidesjs-control, 
.cust-quotes-subcard .slidesjs-container{
	height: 250px !important;
}
.cust-quotes-wrap{
	display: inline-block;
	position: relative;
}
.cust-quotes-card-img{
	display: inline-block;
	height: 120px;
	width: 120px;
	background-color: #16445a;
	border-radius: 50%;
	vertical-align: top;
	overflow: hidden;
}
.cust-quotes-card-img img{
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter:grayscale(100%);
	filter: gray;
	
}
#cust-quotes{
	background-image: url(../images/bg/banner4.jpg);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-color: transparent;
	color: white;
	overflow-x:hidden;
    border: 1px;
}
.cust-quotes-card-content{
	display: inline-block;
	max-width: calc(80% - 20px);
	padding: 10px 10px 10px 20px;
	position: relative;
	vertical-align: middle;
    font-size: 1.2em;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    text-align: left;
}
#cust-quotes::before{
	content: '';
	background: rgba(13, 44, 59, 0.95);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.cust-quotes-card-content p{
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 15px;
    line-height: 1.4em;
}
.cust-quotes-card-content p span{
	font-family: work-sans-medium, Arial,sans-serif;
	color: chartreuse;
}
.cust-quotes-card-content > span:first-child{
    position: absolute;
    top: -4px;
    left: -6px;
    font-size: 2.5em;
    color: rgba(255, 255, 255, 0.15);
}
.cust-quotes-card-name{
	display: block;
	margin-top: 20px;
	text-align: right;
	font-size: 1.2em;
}
.cust-quotes-card-title{
	display: block;
	text-align: right;
	font-size: 0.8em;
    padding: 2px 0px
}
.cust-quotes-card-subtitle{
	font-size: 1em;
	 display: block;
	text-align: right;
}

  .feature-desc .slidesjs-pagination {
	text-align: right;
    margin-top: 5px;
    pointer-events: none;
  }

  .feature-desc .slidesjs-pagination li {
	display: inline-block;
    pointer-events: auto;
  }

  .feature-desc .slidesjs-pagination li a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 10px;
	padding: 3px 3px;
	border-radius: 2px;
	line-height: 0.7em;
	margin: 0 2px;
	transition: background-color 0.3s linear;
	color: transparent;
	width: 12px;
  }

  .feature-desc .slidesjs-pagination li a.active,
  .feature-desc .slidesjs-pagination li a:hover.active {
	background-color: rgba(255, 255, 255, 0.75);
}

  #cmpny-logo-carousel .cust-quote-nav:active,
  .cust-quotes-container .feature-desc a:active {
	color: transparent !important;
  }

  .feature-desc .slidesjs-play{
	  display: none !important;
  }
  .feature-desc .slidesjs-stop{
	  display: none !important;
  }

/*customer quote section end*/

/* Query bot style start */

/*=-=-=-=-==-=- From Styles file -=-=-=-=-=-=-=-= */

        
    .btm-wrapper{
        font-family: roboto,sans-serif;
        text-align: center;
        max-width: 100%;
        margin: 0 10px;
        position: fixed;
        width: calc(100% - 20px);
        bottom: 0px;
        z-index: 2;
    }
    .btm-card{
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        z-index: 1;
        width: 440px;
        overflow: hidden;
        text-align: center;
        /* border-radius: 36px 5px 0px 0px; */
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); */
        overflow: visible;
    }

    .btm-card:last-child{
        min-width: 300px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        border-radius: 15px 0px 0px 0px;
        /* background-color: white; */
        border-radius: 15px
    }
    .btm-card:hover{
        cursor: pointer;
    }
    .btm-card-title{
        font-size: 14px;
    }
    .btm-com{
        display: none;
    }
    .btm-card-content{
        margin-top: 5px;
        font-size: 13px;    
        display: inline-block;
        margin-bottom: 20px;
    }
    .ask-ques{
        /* position: absolute; */
        border-radius: 50%;
        padding: 3px;
        display: none;
        z-index: 15;
        position: fixed;
        right: 10px;
        bottom: 25px;
        font-size: 25px;
        cursor: pointer;
    }

    .width_quote{
        min-height: 100px;
        min-width: 250px;
        max-width: 360px;
        max-height: 200px;
    }
    .btm-card-submit{
        display: inline-block;
    }
    .btm-card-submit input[type="submit"]{
        border: none;
        color: inherit;
        background-color: inherit;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        line-height: normal;
    }
    .btm-card-submit i{
        vertical-align: middle;
        display: inline-block;
        padding-left: 3px;
    }
    .cnf_buy_btn:hover {
        background-color: #367fda;
    }

    .table_cell_title {
        display: block;
        font-size: 12px;
        color: grey;
        padding: 5px 0;
        text-align: left;
    }
    .table_cell_err {
        color: #f74040;
        text-transform: none;
        padding: 8 px;
        display: none;
    }
    /* .succ-msg {
        padding: 20px 0 15px 0;
        font-size: 15px;
        color:green;
        text-align: center;
    } */

    .input_box {
        border: 1px solid gainsboro;
        border-radius: 10px;
        padding: 5px;
        color: grey;
        background-color: #f3f3f3;
        font-size: 18px;
        width: 100%;
        font-size: 14px;
    }

    textarea:active, textarea:focus-visible {
        outline: none !important;
    }

    .ask-ques-icon.sec-scroll-active .ask-ques-icon-info-wrap{
        visibility: hidden;
        transition: 0.1s;
        animation: fadeIn 0.75s alternate;
    }
    .ask-ques-icon.sec-scroll-active:hover .ask-ques-icon-info-wrap{
        visibility: visible;
        animation: fadeIn 0.75s;
    }

/*==== From Product */


    .ask-ques .btm-ex-cont {
        /* border-top: 1px solid rgb(68, 78, 95); */
        border: 1px solid #23425e;
        border-radius: 15px;
    }

    .btm-ex-cont {
        cursor: auto;
        z-index: 2;
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        font-family: poppins-regular, Arial, sans-serif;
    }

    #howSecure {
        text-decoration: none;
    }
    .btm-com{
        display: none;
    }
    .btm-close {
        position: absolute;
        right: 5px;
        top: 3px;
        color: grey;
        z-index: 2;
        font-size: 24px;
        cursor: pointer;
    }

    .ask-ques-icon::after,
    .ask-ques-icon::before{
        display: none;
    }

    .btm-close:hover>i {
        color: rgba(255, 255, 255, 0.876);
    }
    .ask-ques-icon {
        color:#ffffff;
        /* background-color: #2196f3; */
        background-color: #0c2a3f;
        border: 1px solid rgba(255, 255, 255, 0.149);
        padding: 10px 10px 5px;
        border-radius: 50%;
        font-size: 25px;
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
    }

    .bot-placed-top{
        position: absolute;
        top: -26px;
        left: 15px;
        width: 55px;
        height: 53px;
        padding: 10px 5px;
        border: 1px solid #2c557a;
        background-color: #16314a;
    }

    .ask-ques-icon-info-wrap {
        position: absolute;
        top: 24%;
        right: 120%;
        font-size: 13px;
        color: white;
        height: auto;
        /* background-color: rgb(30, 41, 56); */
        background-color: #051f31;
        border: 1px solid rgba(255, 255, 255, 0.149);
        padding: 8px 20px;
        border-radius: 10px 0px 10px 10px;
        animation: floatLeft 1s linear;
        animation-delay: 0s;
        display: inline-block;
        white-space: nowrap;
        transition: 1s;
        animation-fill-mode: forwards;
        overflow: hidden;
    }


    .main-card-title {
        font-size: 2.15em;
        padding: 12px;
    }

    #firstuse {
        font-size: 1em;
    }
    .query-title{
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
    }

    .query-info{
        text-align: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
    }
    p.query-info{
        margin-bottom: 20px;
    }

    .query-top-section{
        font-size: 12px;
        padding: 20px;
        padding: 30px 25px 25px;
        color: rgba(255, 255, 255, 0.459);
        /* background-color: #161e29; */
        background-color: #051f31;
        border-radius: 15px 15px 0px 0px;
    }
    
    .btm-card-expand-icon:hover .zmdi-hc-fw {
        color: white;
    }

    .btm-card-content {
        margin-top: 10px;
        font-size: 13;
        display: inline-block;
        margin-bottom: 12px;
    }

    .btm-card:first-child {
        margin-left: 20px;
    }

    .btm-card:nth-child(2) {
        margin-left: 10px;
    }

    .btm-card:last-child {
        /* bottom: 10px; */
        bottom: 0px;
        min-width: 400px;
        /* border-left:1px solid rgb(68, 78, 95);
        border-right:1px solid rgb(68, 78, 95); */
        /* background-color: rgb(30, 41, 56); */
        background-color: rgb(14 50 75);
    }

    .btm-card:last-child .btm-close{
       font-size: 18px;
    }

    .btm-card:last-child .btm-ex-cont .txt-box-pane:first-child .query-top-section{
        padding: 38px 25px 40px;
    }

    .btm-card:last-child .btm-ex-cont .txt-box-pane:first-child .query-bottom-section{
        margin-top: -40px;
    }

    .query-bottom-section{
        margin-top: -30px;
        font-size: 13px;
    }

    .query-bottom-section .textarea-wrapper{
        padding-inline: 20px;
    }

    .query-bottom-section .input_box{
        font-size: 13px;
        padding: 10px;
        border: 1px solid transparent;
        /* box-shadow: 0 0 3px 1px rgba(14, 14, 14, 0.8) !important; */
        color:rgba(245, 245, 245, 0.702);
        /* background-color: #243042; */
        background-color: #1b435f;
    }
    .email-textarea {
        min-height: 40px;
        min-width: 300px;
        max-width: 360px;
        max-height: 50px;
        overflow: hidden;
    }
    .query-bottom-section .width_quote {
        min-height:180px;
    }
    .query-bottom-section  .input_box::placeholder {
      color: rgba(209, 209, 209, 0.5);
    }
    .query-bottom-section  .input_box::-webkit-input-placeholder { /* Edge */
      color: rgba(209, 209, 209, 0.5);
    }
    .query-bottom-section  .input_box:-ms-input-placeholder { /* IE */
      color: rgba(209, 209, 209, 0.5);
    }

    .query-txt-box{
        margin: 0px;
    }

    .query-submit-wrapper{
        color: #959595;
        margin: 20px 20px 10px;
        text-align: right;
    }

    .btm-card-submit {
        font-size: 15px;
        background-color: #3390ee;
        vertical-align: top;
    }
    .btm-card-submit input[type="submit"]{
        border: none;
        color: inherit;
        background-color: inherit;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        line-height: normal;
        cursor: pointer;
    }
    .cnf_buy_btn {
        background-color: #2663af;
        padding: 3px 10px 5px;
        border-radius: 3px;
        color: white;
        cursor: pointer;
    }
    .btn_submit {
        border: none;
        font-size: 15px;
    }
    .btm-card-submit{
        display: inline-block;
    }
    .btm-card-submit i{
        vertical-align: middle;
        display: inline-block;
        padding-left: 3px;
    }
    .cnf_buy_btn:hover {
        background-color: #367fda;
    }

    .succ-msg {
        padding: 35px 20px 10px 10px;
        color:#00bd00;
        font-size: 13px;
        text-align: left;
        width: 400px;
        max-width: 100%;
    }

    .succ-msg-title {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .succ-msg-icon {
        padding-right: 5px;
        display: table-cell;
        font-size: 2em;
        vertical-align: middle;
    }

    .succ-msg-content{
        display: table-cell;
        vertical-align: middle;
    }

    .info-close{
        position: absolute;
        transform: translateY(-50%);
        top:50%;
        right: 0;
        margin-right: 5px;
    }

    .faq-close{
        position: absolute;
        /* transform: translateY(-50%);
        top:18%; */
        right: 0;
        margin-right: 5px;
    }

    .succ-msg-subtitle{
        font-size: 11px;
        color: rgba(255, 255, 255, 0.749);
    }

    .cnf_buy_btn{
        padding: 1px 12px;
    }

    .product-faq-msg {
        font-size: 12px;
        text-align: left;
        margin: 0;
        color:rgba(255, 255, 255, 0.749);
        padding: 30px 20px 15px 10px;
    }

    .product-faq-msg .faq-icon{
        padding-right: 5px;
        font-size: 1.6em;
        /* color:#1b8bd3; */
        color:#2f9fe4;
        display: table-cell;
    }

    .product-faq-msg .faq-icon,
    .product-faq-msg .faq-info{
        display: table-cell;
        vertical-align: middle;
    }

    .succ-msg-subtitle .faq-info{
        margin-top: 5px;
    }
    .faq-info a {
        color: #2196f3;
    }

    .btm-ex-cont-content-last {
        color:rgb(224, 224, 224);
        margin: 10px 0px 5px 10px;
        padding-left: 5px;
    }

    .btm-ex-cont-content-last>a {
        color: #2196f3;
    }

    .footer b {
        font-weight: normal;
        font-family: poppins-regular, Arial, sans-serif;
    }

    .card-title {
        font-size: 1.5em;
        padding: 12px;
        color: #2196f3;
    }

    .loading-card-title {
        /*font-family: comforta-regular, Arial, sans-serif;*/
        color: rgb(200, 200, 200);
    }

    .card-content {
        margin-top: 20px;
        font-size: 1em;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: rgb(200, 200, 200);
    }

    @keyframes floatLeft{
        from{ width: 0px; opacity: 0; }
        to{ width: 190px; opacity: 1; }
    }


/* Query bot style end */

/*Scroll top icon style start*/
#scroll-top{
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    display: none;
    z-index: 11;
    cursor: pointer;
    padding: 8px 11px;
    background-color: rgba(0, 139, 139, 0.5);
    border-radius: 50%; 
    background: linear-gradient(273deg, #2ac2d4, #1094cc);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0 ,0.1);
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
}

#scroll-top:hover{
    transform: translateY(-5px)
}

/*Scroll top icon style end*/

/* Droid tab styles start */
    .home-nav-tab-container {
        font-family: poppins-medium,Arial,Helvetica,sans-serif;
    }
    #home-page-main-container #droid-sticky-navigation{
        z-index: 10;
    }
    .home-nav-tab-container .droid-nav-tab:not(.active).tab-cyan i{
        color: #008383;
    }
    .home-nav-tab-container .droid-nav-tab:not(.active).tab-lightblue i{
        color: #1391cb;
    }
    .home-nav-tab-container .droid-nav-tab:not(.active).tab-indigo i{
        color: #4658bc;
    }
    .home-nav-tab-container .droid-nav-tab:not(.active).tab-purple i{
        color: #6f44bc;
    }

    .home-nav-tab-container .droid-nav-tab.tab-cyan.active{
        background-color: #008383;
    }
    .home-nav-tab-container .droid-nav-tab.tab-lightblue.active{
        background-color: #1391cb;
    }
    .home-nav-tab-container .droid-nav-tab.tab-indigo.active{
        background-color: #4658bc;
    }
    .home-nav-tab-container .droid-nav-tab.tab-purple.active{
        background-color: #6f44bc;
    }

    .home-nav-tab-container .droid-nav-tab.active,
    .home-nav-tab-container.droid-tabs-expanded .droid-nav-tab {
        text-align: center;
        text-overflow: ellipsis;
        width: 175px;
        transition: background-color 0.5s ease-in-out,
                width 0.5s ease-in-out;
    }
    .home-nav-tab-container.droid-tabs-expanded .droid-nav-tab.active{
        color: white;
    }
    .home-nav-tab-container.droid-tabs-shrinked .droid-nav-tab.active{
        color: white;
    }

/* Droid tab styles End */


/* ========= Customer Company Logo Sprite Image background placement styles=====
============================================================== */
.company-Frame-10 {
    width: 100px;
    height: 47px;
    background-position: -2px -2px;
}

.company-Frame-11 {
    width: 100px;
    height: 34px;
    background-position: -106px -2px;
}

.company-Frame-12 {
    width: 100px;
    height: 83px;
    background-position: -210px -2px;
}

.company-Frame-13 {
    width: 100px;
    height: 69px;
    background-position: -314px -2px;
}

.company-Frame-14 {
    width: 100px;
    height: 37px;
    background-position: -418px -2px;
}

.company-Frame-15 {
    width: 100px;
    height: 40px;
    background-position: -106px -43px;
}

.company-Frame-16 {
    width: 100px;
    height: 19px;
    background-position: -418px -43px;
}

.company-Frame-17 {
    width: 100px;
    height: 19px;
    background-position: -2px -66px;
}

.company-Frame-18 {
    width: 100px;
    height: 29px;
    background-position: -418px -66px;
}

.company-Frame-19 {
    width: 100px;
    height: 35px;
    background-position: -2px -99px;
}

.company-Frame-20 {
    width: 91px;
    height: 100px;
    background-position: -106px -99px;
}

.company-Frame-21 {
    width: 100px;
    height: 21px;
    background-position: -201px -99px;
}

.company-Frame-22 {
    width: 100px;
    height: 100px;
    background-position: -305px -99px;
}

.company-Frame-23 {
    width: 100px;
    height: 29px;
    background-position: -409px -99px;
}

.company-Frame-24 {
    width: 100px;
    height: 95px;
    background-position: -201px -132px;
}

.company-Frame-25 {
    width: 100px;
    height: 100px;
    background-position: -409px -132px;
}

.company-Frame-26 {
    width: 100px;
    height: 29px;
    background-position: -2px -236px;
}

.company-Frame-27 {
    width: 100px;
    height: 72px;
    background-position: -106px -236px;
}

.company-Frame-28 {
    width: 100px;
    height: 100px;
    background-position: -210px -236px;
}

.company-Frame-29 {
    width: 100px;
    height: 40px;
    background-position: -314px -236px;
}

.company-Frame-30 {
    width: 100px;
    height: 76px;
    background-position: -418px -236px;
}

.company-Frame-31 {
    width: 95px;
    height: 100px;
    background-position: -2px -316px;
}

.company-Frame-32 {
    width: 100px;
    height: 100px;
    background-position: -101px -316px;
}

.company-Frame-33 {
    width: 100px;
    height: 70px;
    background-position: -314px -316px;
}

.company-Frame-34 {
    width: 100px;
    height: 15px;
    background-position: -418px -316px;
}

.company-Frame-35 {
    width: 100px;
    height: 89px;
    background-position: -418px -335px;
}

.company-Frame-36 {
    width: 100px;
    height: 25px;
    background-position: -2px -428px;
}

.company-Frame-37 {
    width: 100px;
    height: 17px;
    background-position: -106px -428px;
}

.company-Frame-38 {
    width: 100px;
    height: 25px;
    background-position: -210px -428px;
}

.company-Frame-39 {
    width: 100px;
    height: 46px;
    background-position: -314px -428px;
}

.company-Frame-4 {
    width: 100px;
    height: 19px;
    background-position: -418px -428px;
}

.company-Frame-40 {
    width: 100px;
    height: 68px;
    background-position: -106px -451px;
}

.company-Frame-41 {
    width: 100px;
    height: 67px;
    background-position: -418px -451px;
}

.company-Frame-42 {
    width: 100px;
    height: 49px;
    background-position: -522px -2px;
}

.company-Frame-43 {
    width: 100px;
    height: 22px;
    background-position: -522px -55px;
}

.company-Frame-44 {
    width: 100px;
    height: 100px;
    background-position: -522px -81px;
}

.company-Frame-45 {
    width: 100px;
    height: 26px;
    background-position: -2px -185px;
}

.company-Frame-46 {
    width: 100px;
    height: 32px;
    background-position: -513px -185px;
}

.company-Frame-47 {
    width: 100px;
    height: 75px;
    background-position: -522px -221px;
}

.company-Frame-48 {
    width: 100px;
    height: 20px;
    background-position: -522px -300px;
}

.company-Frame-49 {
    width: 100px;
    height: 25px;
    background-position: -522px -324px;
}

.company-Frame-5 {
    width: 100px;
    height: 23px;
    background-position: -205px -353px;
}

.company-Frame-50 {
    width: 100px;
    height: 28px;
    background-position: -522px -353px;
}

.company-Frame-51 {
    width: 100px;
    height: 24px;
    background-position: -205px -385px;
}

.company-Frame-52 {
    width: 100px;
    height: 57px;
    background-position: -522px -385px;
}

.company-Frame-53 {
    width: 100px;
    height: 28px;
    background-position: -522px -446px;
}

.company-Frame-54 {
    width: 100px;
    height: 35px;
    background-position: -2px -478px;
}

.company-Frame-55 {
    width: 100px;
    height: 100px;
    background-position: -210px -478px;
}

.company-Frame-56 {
    width: 100px;
    height: 75px;
    background-position: -314px -478px;
}

.company-Frame-57 {
    width: 100px;
    height: 56px;
    background-position: -522px -478px;
}

.company-Frame-9 {
    width: 100px;
    height: 47px;
    background-position: -2px -538px;
}

.company-Frame-6 {
    width: 100px;
    height: 26px;
    background-position: -106px -538px;
}

.company-Frame-7 {
    width: 100px;
    height: 32px;
    background-position: -418px -538px;
}

.company-Frame-8 {
    width: 100px;
    height: 39px;
    background-position: -522px -538px;
}

/* Grid-tile-card */
.license-features-notification-container {
    padding:0 2rem 2rem 2rem;
    border-radius: 12px;
  }

    /* .license-features-notification-container::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }

    .license-features-notification-container::-webkit-scrollbar-track {
      background: transparent;
    }

    .license-features-notification-container::-webkit-scrollbar-button {
      display: none;
    }

    .license-features-notification-container::-webkit-scrollbar-corner {
      background: transparent;
    }

    .license-features-notification-container::-webkit-scrollbar-thumb {
      background-color: rgba(100, 100, 100, 0.6);
      border-radius: 4px;
    } */

    .license-features-notification-section{
      margin: 15px 0px;
    }

    .license-features-notification-section .premium-section {
    margin-top: 0.5rem;
    }

    .license-features-notification-section .header-badge {
     margin-bottom: 0.5rem;
    }

    .license-features-notification-section .badge {
      color: forestgreen;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      font-weight: 800;
      font-size: 1.6rem;
      display: inline-block;
    }


    .license-features-notification-grid{
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .license-features-notification-card {
        border-radius: 12px;
        min-width: 230px;
        height: 130px;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: rgb(255 255 255 / 10%);
        backdrop-filter: blur(200px);
        grid-column: span 2;
        position: relative;
        transition: all 0.4s;
      .feature-infocard-wrap-icon{
        font-size: 30px;
        color: white;
        vertical-align: middle;
        display: inline-block;
        width: 30px;
        line-height: 1em;
        transition: all 0.35s;
       }
    }
    .license-features-notification-card::after{
        content: "";
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        position: absolute;
        z-index: -1;
        top: -2px;
        left: -2px;
        border-radius: 5px;
        transition: all 0.4s;
        background-size: 100%;
    }
    .license-features-notification-card.golden-line::after{
        background: linear-gradient(45deg, rgb(254 193 1 / 58%), #ffffff00 );
    }
    .license-features-notification-card.green-line::after{
        background: linear-gradient(44deg, #17d8a499, transparent);
    }
    .license-features-notification-card.blue-line::after{
        background: linear-gradient(226deg, #298aafc4, transparent);
    }
    .license-features-notification-card.yellow-line::after{
        background: linear-gradient(45deg, #99a106d4, transparent);
    }
    .license-features-notification-card.span-3{
        grid-column: span 3;
    }
    .license-features-notification-card.span-4{
        grid-column: span 4;
    }
    .license-features-notification-content{      
      position: absolute;
      bottom: 0;

      height: 0;
      width: 100%;
      /* padding: 0 1.5rem;
      opacity: 0; */
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 0.5rem;
      overflow: hidden;
    }

    .license-features-notification-desc{
      /* font-family: 'open-sans-bold'; */
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .license-features-notification-card:hover {
        &::after{
            background-size: 150%;
        }
        .license-features-notification-function-title,.feature-infocard-wrap-icon{
            opacity: 0;
        }
        .license-features-notification-content {
           opacity: 1;
           height: 100%;
           padding: 0.8rem;
        }
        
    }
    /* .license-features-notification-card:focus {
      outline: 2px solid #3b82f6;
      outline-offset: 2px;
    }
    .license-features-notification-card:focus .license-features-notification-content {
      transform: scale(1);
      opacity: 1;
    }

.license-features-notification-card:focus .license-features-notification-function {
  opacity: 0.1;
}
 */

    .license-features-notification-items {
      list-style: none;
      margin: 0;
      padding: 0;
      color :rgb(196 195 195 / 90%);
      font-family: "poppins-regular";
    }

    .license-features-notification-item {
      font-size: 13px;
      position: relative;
      text-align: center;
      padding: 0 20px;
      font-family: 'work-sans-regular' !important;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      color: white;
    }
    .license-features-notification-item-list{
      text-align:start;
      line-height: 1.6;
      padding: 0 9px;
    }

    .license-features-notification-item-list::before {
      content: "✔";
      color: rgb(128 128 128);
      font-weight: bold;
      display: inline-block;
      margin-right:3px;
    }
    .license-features-notification-tar::before{
      content: "✔";
      color: forestgreen;
      font-weight: bold;
      display: inline-block;
      margin-right:3px;
      font-size: 10px;
    }

    .license-features-notification-target{
      text-align: center;
      margin-top: 10px;
      padding: 0 10px;
    }

    .license-features-notification-service-icons{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
    }
     .license-features-notification-service-icons i::before{
      display: inline-block;   
      vertical-align: middle;
      width: 20px;
      height: 20px;  
     }

.license-features-notification-function {
    padding: 1.25rem 1.5rem;
    background: #052534;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-family: 'poppins-medium';
    align-items: center;
    margin-top: auto;
    height: 100%;
    color: rgb(248 248 248 / 90%);
    border-radius: 4px;
}

    .license-features-notification-function-title {
        font-size: 14px;
        margin: 0;
        text-align: center;
        line-height: 1.3;
        font-family: 'poppins-medium' !important;
        transition: all 0.35s;
    }

    .license-features-notification-function .feature-icon {
      opacity: 0.5;
    }

/*============= HOME PAGE STYLE END ==============*/


/* Media Query Styles */

/* --------------new banner resposive style start ------------*/

@media only screen and (max-width: 1200px) {

    .inner {
        max-width: 950px;
    }

    .inner .home-banner-feature-tab {
        margin: 0 8px 50px 8px;
        min-width: 100px;
        max-width: 220px;
    }

    .inner .home-banner-feature-tab i {
        font-size: 3em;
        margin-right: 10px;
    }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title p {
        font-size: .95em;
    }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title span {
         font-size: 1.3em;
    }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title {
         max-width: 100%;
         min-width: auto;
     }                      

    .upcoming-label{
        top: 4px;
        right: 5px;
    }
}

@media only screen and (max-width: 1024px){
    .feature-section.bg-cyan{
        margin-top: auto !important;
    }
    #home-page-main-container{
        overflow-x: hidden;
    }
    .home-nav-tab-container .droid-nav-tab,
    .home-nav-tab-container .droid-nav-tab.active {
        width: 25px !important;
    }
    #droid-sticky-navigation{
        top: 90px !important;
    }
    /* Need to correct this*/
    span.animated-border{ display: none;}
}
@media only screen and (max-width: 1000px) {
    .inner {
        max-width: 800px;
    }

    .inner .home-banner-feature-tab {
        max-width: 180px;
        min-width: 100px;
        margin: 0 8px 50px 8px;
    }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title span {
        font-size: 1.2em;
    }


    .inner .home-banner-feature-tab i {
        font-size: 2.7em;
        margin-right: 5px;
     }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title p {
        font-size: .8em;
     }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title {
        max-width: 180px;
        min-width: auto;
        padding-left: 8px;
        line-height: 1.2em;
     }
     .upcoming-label{
        top: 2px;
        right: -7px;
     }
}

@media(max-width:998px) {
    .client-content,
    .cmpny-logo-carousel-container {
        width: 100%;
    }

    .client-content .user-scale-container {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin: 20px 0px;
    }

        .client-content::after {
            left: 50%;
            transform: translateX(-50%);
            width: 75%;
            bottom: -10px;
            height: 0px;
            border-right: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.18);
        }
        .cmpny-logo-carousel-container{
            margin-top: 20px;
        }
}
@media only screen and (max-width : 900px)  {
    #scroll-top.scroll-top{
        bottom: 100px;
    }
}
@media only screen and (max-width: 800px) {

    .inner .home-banner-feature-tab {
        margin: 0 0 50px 0;
        width: 180px;
    }

    .inner .home-banner-feature-tab i {
         display: inline-block;
         text-align: center;
         width: 1.5em;
         margin-right: 4px;
    }


    .inner .home-banner-feature-tab .home-banner-feature-tab-title {
         padding-left: .65em;
    }
    .upcoming-label{
        /*top: 0px;*/
        right: -2px;
        font-size: 7px;
    }
}

@media(max-width:768px) {
    #home-page-main-container .droid-section-main-title{
        font-size: 1.8em;
    }
    .slide .cmpny-img img {
        width: 75px;
    }

    .client-content .user-scale .content h3 {
        font-size: 1.6em;
    }

    .client-content .user-scale .content p {
        font-size: 1.3em;
    }

    .client-content .user-scale i {
        font-size: 3em;
    }

    .client-content .user-scale .content {
        padding-left: 0px;
    }
    .cmpny-logo-carousel-container{
        padding: 20px 5px;
    }
    .cmpny-logo-carousel-container::before, .cmpny-logo-carousel-container::after{
        width:20px;
    }
    .cmpny-logo-carousel-container::before{
        left:0;
    }
    .cmpny-logo-carousel-container::after{
        right:0;
    }
    .feature-quote-subtitle {
        padding: 35px 20px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {

    .inner .home-banner-feature-tab {
        /*margin: 0px 6px 50px 8px;*/
        flex-direction: column;
        width: 110px;
        align-items: center;
    }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title {
        width: 100%;
        padding: 5px 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        margin-top: .1.8em;
        border: none;
        animation: none;
        line-height: 1.2em;
        animation: slide-up .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
     }

    .inner .home-banner-feature-tab .home-banner-feature-tab-title p {
         display: block;
         font-size: .8em;
         margin: 0;
         padding: 0;
     }

     .inner .home-banner-feature-tab .home-banner-feature-tab-title span {
         display: block;
         font-size: 1.1em;
         font-weight: 400;
         margin: 0;
         padding: 0;
     }


     .inner .home-banner-feature-tab i {
         font-size: 3em;
         margin: 0 0 10px 0;
         text-align: center;
         padding: 0;
         width: 100%;
         display: inline-block;
         animation-name: none;
         animation: slide-down .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
     }
     .upcoming-label{
        top: 55px;
        right: 33px;
        animation: slide-up .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
     }
     .feature-desc .feature-content > ul {
        padding-left: 40px;
    }
}

@media(max-width: 450px){
    .inner{
        margin-top: 30px;
        margin-bottom:10px;
    }
    .inner .home-banner-feature-tab{
        margin-bottom: 30px;
    }
    .upcoming-label{
        top: 55px;
    }
    .ask-ques-icon-info-wrap{
        display: none;
    }
} 




/*@media (min-width: 1350px){
    
 For Scrollify scroll Start
    .feature-section {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
}*/

/* --------------new banner resposive style end ------------*/