/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html {
  scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

.newsletter_form input, .newsletter_form select, .newsletter_form button[type="submit"] {
    height: 50px;
}
.btn_style a.elementor-button {
    min-width: 200px;
}
.heading_purple .elementor-heading-title span {
    color: #AA99C9;
}
.home_sec5_inner > .elementor-container {
    margin-left: 0;
}

.our-testimonial ul.review {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}
.our-testimonial .content_info_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.testimonial-wrap {
    box-shadow: 0px 0px 25.9px 2px rgba(72, 60, 61, 0.15);
    background-color: #FFF;
    margin: 30px 10px;
    padding: 30px 35px 40px;
    border-radius: 10px;
}
.our-testimonial .item:nth-of-type(even) .testimonial-wrap {
    margin-top: 45px;
}
.our-testimonial .content_info_wrap .title {
    font-family: "Marcellus", Sans-serif;
    font-size: 20px;
    color: #2D2227;
}
.our-testimonial .content_info_wrap .designation {
    color: #6C6569;
}
.our-testimonial .except {
    color: #616161;
	font-size: 15px;
}
.our-testimonial ul.slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.our-testimonial ul.slick-dots li button {
    font-size: 0;
    line-height: 1;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgb(170 153 201 / 40%);
}
.our-testimonial ul.slick-dots li.slick-active button {
    background: #AA99C9;
}

/* About Page Style START */
.about_sec3 .elementor-widget-image img {
	mix-blend-mode: multiply;
}
/* About Page Style END */

/* Contact Page Style START */
body.title-contact section.GIT_sec {
    display: none;
}
/* Contact Page Style END */

/*------------------
-----Responsive-----
--------------------*/
@media (min-width: 1700px) and (max-width: 2000px) {}
@media (min-width: 1400px) and (max-width: 1699px) {}
@media (min-width: 768px) and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
	.elementor-widget-text-editor p br {
		display: none;
	}
	.testimonial-wrap {
		padding: 20px 20px 30px;
	}
	.our-testimonial .content_info_wrap .designation {
		font-size: 14px;
	}
	.service_sec1 .elementor-widget-heading .elementor-heading-title br {
		display: none;
	}
}