/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 13:29:24 */
html{
	font-size:62.5%;
}
.page-id-688 #site-header {
    display: none;
}

.page-id-688 footer#site-footer {
    display: none;
}
.page-id-688 .elementor-message.elementor-message-success {
    color: #fff;
}


/* =================================================================================================================================================================Header ===================================================*/

li.header_button a {
    background-color: #ED3836;
    color: #fff !important;
    border-radius: 3px;
}
#main_header .e-con-inner {
    max-width: 90%;
    margin: auto;
}

li.header_button {
    margin-left: 2rem !important;
}

.breadcrumbs {
    font-size: 1.6rem;
    margin: 10px 0;
    text-align: center;
    color: #fff;
	font-family: "Inter", Sans-serif;
}

.breadcrumbs a {
    text-decoration: none;
    color: #fff;
	font-family: "Inter", Sans-serif;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs span {
    color: #fff;
	font-family: "Inter", Sans-serif;
}

#main_footer .elementor-nav-menu li a {
    opacity: 0.8;
}

#main_footer li.elementor-icon-list-item a span.elementor-icon-list-text {
    opacity: 0.8;
}

#main_footer li.elementor-icon-list-item span.elementor-icon-list-text {
    opacity: 0.8;
}
#main_footer h5 {
    opacity: 0.8;
}
/* =================================================================================================================================================================End Header ===================================================*/


/* ========================================================================================================================================================Home Page ========================================================*/

#button_heading_section a {
    color: #2E2E2E;
    font-size: 1.7rem;
}
span.red {
    color: #ED3836;
}

#box_colum_doors {
    position: relative;
}

#box_button {
    position: absolute;
    bottom: 20px;
    right: 32px;
}

#box_button svg {
    width: 2.4rem;
}
#slider_home_page .e-con-inner {
    max-width: 100%;
}
ul.testimonial_slider li {
    background: rgba(255, 255, 255, 0.07);
    padding: 32px;
    margin-right: 20px;
    border-radius: 4px;
}
.all_content {
    display: flex;
}
.all_content {
    display: flex;
    align-items: center;
}

.testimonial_content p {
    color: #fff;
    margin-bottom: 3.2rem;
    font-family: "Inter", Sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6em;
}
.testimonial_title h4 {
    margin-bottom: 0px;
    font-family: "Inter", Sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
}

.testimonial_title {
    padding-left: 1.6rem;
    color: #fff;
}

.feat_image img {
    width: 56px;
}

.stars {
    margin-bottom: 3.2rem;
}
.testimonial_title h5 {
    margin: 0px;
    opacity: 0.6;
}
span.highlight {
    font-weight: 700;
}
#faq_content .elementor-accordion-item {
    margin-bottom: 1.3rem;
    /* border: 1px solid; */
    border: 1px solid rgba(0, 0, 0, 0.10);
}

#faq_content svg {
    width: 24px;
    height: 24px;
}
.tnp-subscription {
            max-width: 390px;
            width: 100%;
        }

        .tnp-subscription form {
            width: 100%;
            display: flex;

        }

        .tnp-subscription .tnp-field.tnp-field-email {
            width: 100%;
        }

        .tnp-subscription input[type="submit"], .tnp-subscription input[type="email"] {
            padding: 12px;
            background: rgba(255, 255, 255, 0.15);
            border: none;
            outline: none;
            color: #8B8B8B;
            font-family: "Inter", Sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            width: 100%;
            border-radius: 0;
        }

        .tnp-subscription input[type="submit"] {
            padding: 12px 24px;
            background: #8B8B8B;
            color: #fff;
            cursor: pointer;
        }

.tnp-subscription label {
    display: none;
}
.tnp.tnp-subscription {
    margin: 0px;
}
#about_form input {
    padding: 24px 15px;
    
}
::placeholder{
	color: #676767;
	font-size: 16px;
	font-family: "Inter", Sans-serif;
}
ul.testimonial_slider {
    padding-left: 0rem;
}
#about_form input {
    padding: 15px 15px;
}
/* ========================================================================================================================================================End Home Page ========================================================*/





/* ===============================================================================================================================================================Responsive =============================================*/


@media (max-width: 767px) and (min-width: 320px){
	#box_colum_doors {
    position: relative;
    height: 400px;
}
	li.header_button a {
    background: transparent;
    padding-left: 0px;
}
	#faq_content svg {
    width: 15px;
    height: 15px;
}
	ul.testimonial_slider li{
		margin-right: 30px;
	}
	#faq_content a.elementor-accordion-title {
    margin-left: 1rem;
    text-align: left;
}
	li.header_button {
    margin-left: 0rem !important;
}

.header_button a {
    padding-left: 2rem !important;
}
}