/* 
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 */
body ul,
body ol {
	list-style: none;
	list-style-position: inside;
	padding-left: 15px;
}
body .elementor-widget-theme-post-content ul li,
body .elementor-widget-theme-post-content ol li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
}
body .elementor-widget-theme-post-content ul li:not(:last-child),
body .elementor-widget-theme-post-content ol li:not(:last-child) {
	margin-bottom: 15px;
}
body .elementor-widget-theme-post-content ul li:not(:last-child),
body .elementor-widget-theme-post-content ol li:not(:last-child),
body .elementor-widget-theme-post-content ul li:not(:first-child),
body .elementor-widget-theme-post-content ol li:not(:first-child) {
	margin-bottom: 15px;
}
form#services-search-form {
    display: flex;
	grid-gap: 20px;
	margin-bottom: 35px;
}
form#services-search-form input,
form#services-search-form button {
	padding: 18px;
	height: 56px;
	outline: none;
}
form#services-search-form button {
	background-color: #11619B;
	display: flex;
	grid-gap: 5px;
	border-color: transparent;
	justify-content: center;
    align-items: center;
}
form#services-search-form button:before {
	content: "\ea12";
	font-family: 'rtmicon-regular' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#services-results .services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 35px;
	grid-column-gap: 20px;
}
.services-list .service-item {
	background-color: #ffffff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.services-list .services-content {
    padding: 20px;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}
.services-list .services-thumbnails {
    font-size: 0;
    line-height: 1;
}
.services-list .service-item:hover {
	transform: translatey(-10px);
	-o-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-webkit-transform: translatey(-10px);
}
.services-content .service-heading a {
	font-size: 30px;
	font-weight: 800;
	color: #000000;
}
.services-content .service-heading {
	margin-top: 0;
	margin-bottom: 10px;
}
.services-content .service-desc {
	color: #6D6D6D;
	line-height: 1.3;
	margin-bottom: 15px;
}
.services-content .service-viewMore {
	background-color: #E25B1F;
	padding: 15px 32px;
	border-radius: 10px;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
#services-results .pagination {
	margin-top: 60px;
    margin-bottom: 0;
	justify-content: center;
	grid-gap: 10px;
}
#services-results .pagination a {
	width: 32px;
	font-family: 'Niramit';
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    line-height: 1;
    font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
#services-results .pagination a.current,
#services-results .pagination a:hover {
	background-color: #e25c20;
    color: #ffffff;
	border-color: #e25c20;
}
#services-results.loading {
	opacity: 0.4;
	display: block;
}
.outer--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
	grid-row-gap: 10px;
}
.outer--form .inner--form {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.outer--form .inner--form p {
	margin-bottom: 0;
}
.outer--form .inner--form.half {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.outer--form .inner--form input,
.outer--form .inner--form select,
.outer--form .inner--form textarea {
	border-radius: 10px;
	border-width: 1px;
	border-color: #E4E4E4;
	font-family: 'Niramit';
	font-size: 16px;
	line-height: 1.1rem;
	color: #1d1d1d;
	padding: 15px;
	outline: none;
}
.outer--form .inner--form input,
.outer--form .inner--form select, {
	height: 48px;
}
.outer--form .inner--form textarea {
	height: 160px;
}
.outer--form .inner--form.submit-btn input {
	width: 100%;
	font-family: 'Inter';
	padding: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1em;
	color: #ffffff;
}
.outer--form .inner--form.submit-btn .wpcf7-spinner {
	display: none;
}
@media (max-width: 1024px) {
	#services-results .services-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.section--headerBottom > .e-con-inner {
		justify-content: end;
	}
	.section--headerBottom > .e-con-inner > .elementor-element:not(:first-child) {
		width: fit-content;
	}
	.section--headerBottom > .e-con-inner > .elementor-element:first-child {
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	#services-results .services-list {
		grid-template-columns: repeat(1, 1fr);
	}
	form#services-search-form {
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	form#services-search-form button {
		width: 100%;
	}
}
