/* Unlimited Elements - Icon Box */

.cs-icon-box {
    text-align: center;
    padding: 8%;
    margin: 15px 0;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 9%);
}

.cs-icon-box .icon-block {
    margin-bottom: 20px;
}
.clients-slider .logo-carousel .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-slider .logo-carousel img {
    max-width: 100%;
}
.clients-slider .logo-carousel .slick-track .slick-slide {
    padding: 0px 10px;
}
.cs-icon-box .icon-block img {
    max-width: 100px;
}

.cs-icon-box .dis-block h3 {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-icon-box .dis-block .cs-content p {
    margin-bottom: 15px;
}

.cs-icon-box .dis-block .cs-btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--e-global-color-primary);
}


/* Unlimited Elements - Icon Box */


/* Unlimited Elements - Content Carousel */

.cs-content-slider .content-item {
    text-align: center;
}

.cs-content-slider .content-item .dis-block {
    padding: 15px;
}

.cs-content-slider .content-item .dis-block h3 {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .content-item .dis-block .cs-content p {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .content-item .dis-block .cs-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-content-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    margin: 0 5px;
}

.cs-content-slider .owl-dots .owl-dot.active {
    background: var(--e-global-color-secondary);
}

.cs-content-slider .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.cs-content-slider .owl-nav div {
    margin: 0 8px;
    transition: all 0.2s;
}

.cs-content-slider .owl-nav div:hover {
    transform: scale(2);
}


/* Unlimited Elements - Content Carousel */


/* Unlimited Elements - Testimonial Carousel */

/* .cs-testi-slider {
    text-align: center;
} */

.cs-testi-slider .content{
	flex: 1 1 auto;
    max-width: 750px;
	padding-right: 20px;
}

.cs-testi-slider .avatar-image-block{
	flex: 0 0 464px;
}
.cs-testi-slider .avatar-image-block img {
/*     max-width: 150px;
    margin: 0 auto 20px; */
	border-radius: 4px;
}

.cs-testi-slider .dis-block p {
/*     margin-bottom: 20px; */
    margin-bottom: 40px;	
}

.cs-testi-slider .testi-item-content {
/*     padding: 30px;
    border-radius: 30px;
    margin: 20px auto;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    max-width: 900px; */
	    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-testi-slider .testi-item-content h4{
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
	color: inherit;
}

.cs-testi-slider .testi-item-content h5 {
/*     color: gray; */
	    font-weight: 400;
    font-size: 16px;
}

.cs-testi-slider .owl-dots {
    display: flex;
    align-items: center;
/*     justify-content: center; */
	    position: relative;
    margin-top: -30px;
    z-index: 9;
}

/* .cs-testi-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    margin: 0 5px; 
} */

/* .cs-testi-slider .owl-dots .owl-dot.active {
    background: var(--e-global-color-secondary);
} */

.cs-testi-slider .owl-dots .owl-dot span{
	background-color: #C4C4C4;
    width: 11.18px;
    height: 11.18px;
	margin: 5px;
}
.cs-testi-slider .owl-dots .owl-dot.active span{
	width: 32.76px;
    background-color: #DEE5EF;
}

.cs-testi-slider .owl-nav{
	display:none;
}

.cs-testi-slider .owl-nav .owl-prev,
.cs-testi-slider .owl-nav .owl-next {
    font-size: 22px;
    border: 1px solid var(--e-global-color-primary);
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 45%;
}

.cs-testi-slider .owl-nav .owl-next {
    right: 0;
}

.cs-testi-slider .owl-nav .owl-prev {
    left: 0;
}

.cs-testi-slider .owl-nav .owl-prev:hover,
.cs-testi-slider .owl-nav .owl-next:hover {
    border-color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-secondary);
    color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cs-testi-slider .content{
		flex: 1 1 50%
	}
	.cs-testi-slider .avatar-image-block{
		flex: 1 1 50%;
	}
}
@media only screen and (max-width: 767px){
	.cs-testi-slider .testi-item-content{
		flex-direction: column-reverse;
	}
	.cs-testi-slider .content{
		max-width: auto;
		padding-right: 0px;
	}
	.cs-testi-slider .avatar-image-block{
		flex: auto;
		margin-bottom:20px;
	}
	.cs-testi-slider .owl-dots{
		margin-top:0px;
	}
}


/* Unlimited Elements - Testimonial Carousel */


/* Unlimited Elements - Industry List */

.cs-industry-list .grid {
    display: flex;
    text-align: inherit;
    align-items: center;
    flex-wrap: wrap;
}

.cs-industry-list .content-item .cs-title h3 {
    margin-top: 10px;
    color: var(--e-global-color-primary);
}


.cs-industry-list .content-item {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #f3f5f7;
    position: relative;
}

.cs-industry-list .content-item h4 {
    margin: 0 0 0 10px;
    font-size: 22px;
    transition: all .5s;
}

.cs-industry-list .grid .content-item {
    margin: 10px 0;
}

.cs-industry-list .content-item:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: var(--e-global-color-text);
    width: 0;
}

.cs-industry-list .content-item .img-block,
.cs-industry-list .content-item .cs-title {
    position: relative;
}

.cs-industry-list .content-item:hover h4 {
    color: #fff !important;
}

.cs-industry-list .content-item:hover img {
    filter: brightness(0) invert(1);
}

.cs-industry-list .content-item:hover:before {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}

.cs-industry-list .content-item img {
    transition: all .5s;
    max-width: 40px !important;
}


/* Unlimited Elements - Industry List */


/* Unlimited Elements - Icon Box List */

.cs-icon-box-list .grid {
    display: flex;
    text-align: inherit;
    align-items: center;
    flex-wrap: wrap;
}

.cs-icon-box-list .content-item .cs-title h3 {
    margin-top: 10px;
    color: var(--e-global-color-primary);
}


/* Unlimited Elements - Icon Box List */

/* Zoho Contact Form */

.new-zoho-form input {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #6B878A80;
    width: 100%;
    height: 90px;
    color: #272727;
    margin-top:10px;
}
::placeholder{
    color: #6B878A80;
}

.new-zoho-form textarea {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #6B878A80;
    width: 100%;
    height: 90px;
    color: #272727;
    margin-top:30px;
}

.new-zoho-form input#formsubmit {
        font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    color: var(--e-global-color-f9ddb28);
    background-color: transparent;
    background-image: linear-gradient(260deg, #ED364C 0%, #C33A44 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 50px 50px 50px;
    padding: 16px 36px 16px 36px;
    height:auto !important;
    margin-top:10px;
    width:100% !important;
    cursor:pointer;
}
.new-zoho-form input#formsubmit:hover{
color: var(--e-global-color-secondary);
    background-color: transparent;
    background-image: linear-gradient(180deg, #E9F3F5 0%, #E9F3F5 100%);
    border: 1px solid #4d7bfb;
}
.new-zoho-form input[type='reset'] {
    display: none;
}

.new-zoho-form form fieldset {
   max-width: 100% !important;
}

.new-zoho-form .full-field,
.new-zoho-form form .hs-input {
    width: 100% !important;
}

.new-zoho-form form .hs-error-msgs {
    padding-left: 0px;
    font-size: 12px;
    color: #c13746;
	margin: 0;
}

.new-zoho-form form .hs-error-msgs label {
    margin: 0;
}

input:focus-visible, textarea:focus-visible{
    outline:none !important;
    border-bottom:1px solid #DF3749;
}

.new-zoho-form input.hs-button {
    height: auto;
	cursor: pointer;
}

.new-zoho-form .hs_recaptcha {
    margin: 10px 0;
}

.hs-error-msgs li::marker {
	display: none !important;
	font-size: 0 !important;
}

@media only screen and (max-width:767px){
  .new-zoho-form .field {
    width: 100% !important;
}  
}

.new-zoho-popup-form input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 11px;
}
.new-zoho-popup-form ::placeholder{
    color: #6B878A80;
}


.new-zoho-popup-form input#formsubmit {
        font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    color: var(--e-global-color-f9ddb28);
    background-color: transparent;
    background-image: linear-gradient(260deg, #ED364C 0%, #C33A44 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 50px 50px 50px;
    padding: 16px 36px 16px 36px;
    height:auto !important;
    margin-top:10px;
    width:100% !important;
    cursor:pointer;
}
.new-zoho-popup-form input#formsubmit:hover{
color: var(--e-global-color-secondary);
    background-color: transparent;
    background-image: linear-gradient(180deg, #E9F3F5 0%, #E9F3F5 100%);
    border: 1px solid #4d7bfb;
}
.new-zoho-popup-form input[type='reset'] {
    display: none;
}

.new-zoho-popup-form form fieldset {
    max-width: 100% !important;
}

.new-zoho-popup-form form fieldset .hs-input {
    width: 100% !important;
}

.new-zoho-popup-form form .hs-button {
    width: auto !important;
    height: auto !important;
	margin-top: 20px;
    cursor: pointer;
}

.new-zoho-popup-form .full-field {
    width: 100%;
}

.new-zoho-popup-form input:focus-visible, .new-zoho-popup-form textarea:focus-visible{
    outline:none !important;
}

.new-zoho-popup-form .hs-error-msgs {
    font-size: 12px;
    padding-left: 0px;
    margin: -15px 0 0;
	color: #c13746;
}

.new-zoho-popup-form .hs_error_rollup {
    margin: 10px 0;
    color: #c13746;
}

.hs-input.invalid, .hs-input.error {
    border-color: #c13746 !important;
}

.new-zoho-popup-form form fieldset ul.inputs-list,
.new-zoho-form form fieldset ul.inputs-list {
    list-style: none;
    padding: 0;
}

.new-zoho-popup-form form fieldset .hs-textme label .hs-input,
.new-zoho-form form fieldset .hs-textme label .hs-input {
    width: auto !important;
    margin-right: 5px;
}

.new-zoho-form form fieldset .hs-textme label .hs-input[type="checkbox"] {
    height: auto;
    margin-top: 25px;
}

.new-zoho-popup-form form fieldset .hs-richtext {
    display: none;
	margin-top: -25px;
    font-size: 14px;
    line-height: 1.3em;
}

.new-zoho-form form fieldset .hs-richtext {
    display: none;
	margin-top: 0;
    font-size: 14px;
    line-height: 1.3em;
}

.new-zoho-form form fieldset ul.inputs-list {
	margin-bottom: 0;
}

@media only screen and (max-width:767px){
  	.new-zoho-popup-form .field {
    	width: 100% !important;
	}
	
	.new-zoho-popup-form form .hs-form-field label {
		display: none !important;
	}

	.new-zoho-popup-form form .hs-form-field .hs-error-msgs label,
	.new-zoho-popup-form form .hs-form-field label.hs-form-booleancheckbox-display {
		display: block !important;
	}
	
	.new-zoho-popup-form .hs_error_rollup {
    	margin: 10px 0 0;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.new-zoho-form .form-columns-2 .hs-form-field {
    	width: 100% !important;
	}

	.new-zoho-form input {
		height: 45px;
		margin: 0;
	}
	
	.hs_error_rollup {
    	margin-bottom: 10px;
	}
}

.alert {
    color:#E1374A !important;
	padding: 0rem 0rem !important;
	margin-bottom: 0;
}