/* 
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 */
header#site-header {
    display: none;
}
footer#site-footer {
    display: none;
}
body{
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden !important;
}
.auto-pra ul {
    padding-inline-start: 25px;
}
.auto-pra ul li {
    padding-bottom: 20px;
}
.newsletter-form button.elementor-button span.elementor-button-content-wrapper {
    position: absolute;
    top: -42px;
}

.form-show {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease; 
}

.form-show.show {
  opacity: 1;
  visibility: visible;
  max-height: 500px; 
}
#form-open {
	cursor: pointer;
}
.slick-slider-res .box-hover:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.elementor-message.elementor-message-danger {
    color: #000;
}

/* Dev CSS */
header .elementor-sticky--active.elementor-sticky--effects {
    background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.Source-Commercial-Sec  {
	/*flex: 1;*/
}
.Source-Commercial-Sec .Source-Commercial-Sec-Box .elementor-widget-image-box img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}
.Source-Commercial-Sec .Source-Commercial-Sec-Box .elementor-widget-image-box:hover img {
	filter: grayscale(0%) !important;
}
.Source-Commercial-Sec .Source-Commercial-Sec-Box .elementor-widget-image-box .elementor-image-box-content {
    position: relative;
    top: -45px;
    padding: 0 14px;
}
.news-post-loop:hover h5 a, .news-post-loop p a {
	transition: 0.5s ease-in-out;
} 
.news-post-loop:hover h5 a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.news-post-loop p a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.newsletter-form input#form-field-name {
    padding-left: 2px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], .loan-type-form input[type="text"], .loan-type-form input[type="email"], .loan-type-form input[type="number"], .loan-type-form select {
	padding-top: 15px;
	padding-bottom: 15px;
	outline: 0 !important;
}
.contact-form .elementor-field-type-textarea, .loan-type-form .elementor-field-type-textarea {
	margin-bottom: 30px !important;
}
.contact-form .elementor-message.elementor-message-danger, .newsletter-form .elementor-message.elementor-message-success {
    color: #fff !important;
}
.newsletter-form .elementor-message.elementor-message-success::before, .contact-form .elementor-message.elementor-message-danger::before  {
    display: none;
}
.address a::after {
    content: '';
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top:0;
}
.main-menu ul li:last-child {
    display: none;
}

@media (max-width: 1550px) {
	.elementor-element-1125048 {
		padding-left: 40px !important;
	}
}
@media (max-width: 1440px) {
	.elementor-element-1125048 {
		padding-left: 120px !important;
	}
}
@media (max-width: 1366px) {
	.elementor-element-1125048 {
		padding-left: 70px !important;
	}
}
@media (max-width: 1440px) {
	.elementor-element-1125048 {
		margin-top: 200px !important;
	}
	#text-container {
		font-size: 70px !important;
		line-height: 95px !important;
	}
}
@media (max-width: 1024px) {
	.elementor-element-1125048 {
		padding-left: 10px !important;
		margin-top: 70px !important;
	}
	#text-container {
		font-size: 50px !important;
		line-height: 80px !important;
	}
}
@media (max-width: 767px) {
	.main-menu ul li:last-child {
    	display: block !important;
	}
	.elementor-element-1125048 {
		margin-top: 40px !important;
	}
	#text-container {
		font-size: 30px !important;
		line-height: 40px !important;
		letter-spacing: -1px !important;
	}
	.slick-slider-res ul.slick-dots {
		bottom: -30px !important;
`	}
}