/*!
Theme Name: SBS Clean Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    padding-bottom: 18px;
    background-image: url('images/star-icon.png');
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: 5px 90%;
}
.review-inner-sec .testimonial-user {

    margin-bottom: 10px;
    padding-bottom: 30px;
    
}

.review-inner-sec .name-with-desg h4 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
}

.testimonialslider .item {
    padding: 4px;
}

.item .testimonial-review .right_sec {
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.item .testimonial-user {
	background-size: 110px;
	background-position: 5px 95%;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.item .testimonial-review {
    box-shadow: 1px 1px 11px -5px #000;
    padding: 10px 0 0 10px;
    background-color: #fff;
}

.review-from img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px -1px #000;
}

.testimonialslider .owl-dots button span {
    height: 10px !important;
    width: 10px !important;
    background: #000 !important;
    border-radius: 20px;
    opacity: 1;
    outline-offset: 6px;
}

#header.sticky {
    position: fixed!Important;
    width: 100%;
    top: 0;
    animation: smoothHeader 1s forwards;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.mb-0,
.mb-0 p{
	margin-bottom:0;
	font-size: 16px;
    line-height: 20px;
	color: #000;
}
.overflow-hidden{
	overflow:hidden;
}
.text-white a{
	color:#fff;
}
.name-with-desg h6 {
    margin-bottom: 2px;
}
.name-with-desg p {
    font-size: 14px;
}
.our-services-sec li {
    border-radius: 0px;
    border: 1px solid #fff !important;
    margin-bottom: 10px !important;
    padding: 0px 0px 0px 15px;
    background: #f4b149;
    color: #fff !important;
}
.our-services-sec li a{
	color: #fff !important;
}
.our-services-sec li:hover {
    background: #006E47;
	color: #fff !important;
}
.our-services-sec li a:hover{
	color: #fff !important;
}

.header-section a {
    font-size: 17px;
}
.slide-left {
    margin-left: auto !important;
}
.pb-0 p {
	margin-bottom:5px;
}
.review-page-grid .review-grid {
    background-color: #f7f7f7;
    padding: 20px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #eee;
    border-radius: 10px;
}


.item .testimonial-review {
	box-shadow: 0 0 10px -8px #000;
	padding: 10px 0 0 10px;
	background-color: #fff;
	border: 10px solid #006e47;
	border-radius: 30px;
	border-left: 0;
  border-bottom: 0;
  min-height: 250px;
}
.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -14px !important;
    margin-block-start: -10px;
    padding: 5px !important;
    padding-inline-end: 0;
}

.cta-sec a {
    color: #fff;
}
.footer-sec a {
    color: #fff;
}
.contact-sec .gform-theme--foundation .gform_fields {
    gap: 15px !important;
}
.contact-sec span#input_1_6_5_container {
    width: 100% !important;
}
.contact-sec input[type=date], .contact-sec input[type=email], .contact-sec input[type=number], .contact-sec input[type=password], .contact-sec input[type=search], .contact-sec input[type=tel], .contact-sec input[type=text], .contact-sec input[type=url],  select, textarea{
	padding: 22px 10px;
    width: 100%;
    font-family: 'Lato' !important;
    font-size: 16px;
	border-radius: 5px;
}
.contact-sec input#gform_submit_button_1 {
    background-color: #f4b149;
    padding: 12px 30px;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.contact-sec input#gform_submit_button_1:hover{
	background-color: #000;
    color: #FFFFFF;
}

.slider-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #f4b149 !important;
    outline: 1px solid #a0803c;
    
}
.slider-sec .swiper-pagination-bullet {
    content: "";
    height: 10px !important;
    width: 10px !important;
    background: #fff !important;
    border-radius: 20px;
    opacity: 9;
    outline-offset: 6px;
	bottom: 50px;
    position: relative;
}
.contact-sec h2.gform_title{
	font-size: 30px;
	color: #fff;
}






@media(max-width:767px){
div#header {
    background-image: none !important;
    background: #006e47;
}
.header-section a {
    font-size: 17px;
    color: #fff;
}
.header-section .mb-0, .mb-0 p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.inner-img-sec img {
	padding-bottom: 15px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.header-section a {
    font-size: 15px;
    color: #fff;
}
.review-page-grid .review-grid {
	margin: 10px 10px 10px 10px;
}
.header-section .e-con-inner {
    gap: 10px !important;
}


}

@media(max-width:5000px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 42%, #FFFFFF 20%);
}

}

@media(max-width:3840px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 40%, #FFFFFF 20%);
}
}
@media(max-width:2800px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 36%, #FFFFFF 20%);
}
}
@media(max-width:2560px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 37%, #FFFFFF 20%);
}
}
@media(max-width:2100px){
.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 33%, #FFFFFF 20%);
}
}

@media(max-width:1920px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 34%, #FFFFFF 20%);
}
}

@media(max-width:1800px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 29%, #FFFFFF 20%);
}
}

@media(max-width:1400px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 23%, #FFFFFF 20%);
}

}

@media(max-width:900px){
	.elementor-11 .elementor-element.elementor-element-4957743:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4957743 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(60deg, var( --e-global-color-primary ) 40%, #FFFFFF 20%);
}

}












