/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
ul.list-default{
	margin: 0;
}
.elementor-widget-text-editor p:last-child{ 
	margin-bottom:0px;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}
div.box-link div.elementor-icon-box-icon {
    padding: 1rem;
    background-color: rgba(255, 0, 0, 0.20);
    border-radius: 12px;
    border: 1px solid #F04E44;
}
div.box-link p.elementor-icon-box-description a{
	color: #151515;
}
/*****************************HEROS************************************/
div.abshero {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.abshero:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.00) 100%), linear-gradient( 0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient( 180deg, rgba(0, 0, 0, 0.60) 0%, rgba(102, 102, 102, 0.00) 100% );
}
span.txt-style {
    color: #C60A08;
    font-weight: 700;
}
span.txt-stylev2 {
	color: #F04E44;
    font-weight: 700;
}
div.card-info {
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.img-height {
    height: 100%;
}
.card-icon span.elementor-icon {
    border: 1px solid #F04E44;
}
div.content-blog figure.wp-block-image {
    margin: 1rem 0;
}
div.content-blog ul.wp-block-list {
    margin: 1rem 0;
}
.categories-blog ul {
    list-style: none;
    padding: 0;
}
.categories-blog li.cat-item a {
    color: #151515;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.categories-blog li.cat-item a:hover {
    color: #F04E44;
}
/********************************CONTACT FORM****************************************/
div.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.contact-form div.content-form {
    display: flex;
    gap: 20px;
}
div.contact-form div.content-form div.col-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}
div.contact-form label {
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 18px;
    color: #151515;
    font-weight: 400;
    letter-spacing: 0.5px;
}
div.contact-form div.form-message {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
div.contact-form input.card-form, div.contact-form select.select-form, div.contact-form input.date-form, div.contact-form textarea.message-form {
    border-radius: 4px;
    border: 1px solid #F04E44;
    background-color: #FFF;
    padding: 14px 12px;
	font-family: 'OpenSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.507px;
    color: #151515;
}
div.contact-form input.card-form::placeholder, div.contact-form select.select-form::placeholder, div.contact-form input.date-form::placeholder, div.contact-form textarea.message-form::placeholder  {
    font-family: 'OpenSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.507px;
    color: #A2A2A2;
}
div.contact-form textarea.message-form {
    height: 100px;
    resize: none;
}
div.form-submit input.btn-form {
    background-color: #C60A08;
    color: #FFF;
    border-radius: 10px;
    padding: 16px 36px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    font-family: 'OpenSans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.507px;
	white-space: normal;
}
div.form-submit input.btn-form:hover{
	background-color: #F04E44;
}
div.form-nous{
	padding: 32px;
	background-color: #151515;
	border-radius: 16px;
}
div.form-nous label{
	color: #FFFFFF;
}
div.contact-form select.select-form option {
    font-size: 12px;
}
/****************************SERVICES******************************/
.list-numer li:not(:last-child) {
    margin-bottom: 20px;
}
span.txt-faq {
    font-family: 'Jetbrains Mono';
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
    font-weight: 700;
    padding-right: 1.5rem;
    color: #F04E44;
}
/****************************REVIEWS*******************************/
.rating-card .wp-google-powered {
    display: none;
}
.rating-card .wp-gr .wp-google-based {
	color: #C60A08 !important;
	letter-spacing: 0.5px;
}
.sld-review .ti-widget.ti-goog .ti-review-item>.ti-inner {
	display: flex !important;
    flex-direction: column;
    gap: 5px !important;
    border-color: #F04E44 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.sld-review .ti-platform-icon.ti-with-tooltip, .sld-review  .ti-date {
    display: none;
}
.sld-review span.ti-stars {
    order: 1;
}
.sld-review .ti-review-text-container.ti-review-content {
    order: 2;
}
.sld-review span.ti-read-more {
    order: 3;
}
.sld-review .ti-review-header {
    order: 4;
	margin-top: 1rem;
}
.sld-review .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: 'OpenSans';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.507px;
}
/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {
	.custom-text p.elementor-icon-box-title {
    	max-width: 230px;
	}
	div.card-size {
    	max-width: 533px;
    	margin: 0 auto;
	}
	div.box-size {
    	max-width: 730px;
    	margin-left: auto;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {
	div.form-submit input.btn-form {
		font-size: 18px;
		line-height: 24px;
	}
	div.contact-form div.content-form {
    	flex-direction: column;
	}
	div.contact-form div.content-form div.col-form {
    	width: 100%;
	}
	ol.list-numer {
    	padding: 0 0 0 1.2rem;
	}
}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {
	div.tlt-custom-mob h1.elementor-heading-title {
    	text-transform: capitalize !important;
	}
	div.form-submit input.btn-form {
    	font-size: 16px;
    	line-height: 22px;
    	width: 100%;
	}
	span.txt-faq {
    	padding-right: 0.5rem;
	}
	.categories-blog li.cat-item a {
    	font-size: 16px;
    	line-height: 24px;
	}
}
@media only screen and (max-width: 390px) {
	div.tlt-custom-mob h1.elementor-heading-title {
    	line-break: anywhere;
	}
}