/** Write your css here ***/
/* home page slider css */
.customer.elementor-element .swiper .swiper-slide figure {
	background: #fff;
}

/* footer css */
.pl-footer-item {
	display: flex;
}

.pl-footer-item i {
	padding-right: 12px;
	margin-top: 8px;
}

.pl-footer-item p {
	margin-bottom: 10px;
}

/* css for mail text wrap removed */

section#custom_html-6 {
    width: max-content;
}

/*css for gradient border capabilities page */

.pl-right-text .elementor-widget-container {
    border-image: linear-gradient(to top, #ffc20d 60%, #2C7744 40%) 1;
}

/* css for careers page button css */

.pl-my-jobs button {
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    border-color: #11b457;
    margin: 10px 5px;
    border-radius: 15px;
}
.pl-my-jobs button:hover{
	border-color:#fcc20f
}

.pl-my-jobs .job-cat.vc_col-md-6 span {
    padding: 0 10px;
	   color: #fcc20f;
}

.pl-my-jobs .job-wrapper a:hover .single-job-wrapper {
background-color: #11b45712;
}

.pl-my-jobs .job-type.vc_col-md-6 span {
    background: none;
    color: #fcc20f;
    padding: 0px 5px;
    margin: 0;
}

/* career page css for job type and category place in single line */

.pl-my-jobs .info {
    display: flex;
}

.pl-my-jobs .job-cat.vc_col-md-6{
	width:100%;
}

.pl-my-jobs .job-type.vc_col-md-6{
	width:100%;
}

/* css for form button */

.get_a_quote_form button.forminator-button.forminator-button-submit {
    border: 2px solid green !important;
}

/*********** Smartphones ************/

@media only screen and (min-width: 320px) and (max-width: 480px) {
	/* Styles */
}

@media only screen and (max-width: 767px) {
	/* Styles */
}

/************* Tablets **************/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Styles */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/************* Desktops ***************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* Styles */
}

@media only screen and (max-width: 1200px) {
	/* Styles */
}
