/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.top-header span{
	color:#F15245;
}
.section-title {
    position: absolute;
    z-index: 1;
/*     font-size: 80px; */
    line-height: 1;
    opacity: 0.09;
    top: -30px;
    left: 0;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-transform: capitalize;
    right: 0;
	padding-top: 15px !important;
    padding-left: 20px !important;
}
.services-desc .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*---------------Contact Form -------------*/

.field-row.first {
    display: flex;
}
.field-row.first .field {
    width: 50%;
    padding-right: 7.5px;
}
.field-row.first .field:last-child {
    padding-right: 0;
    padding-left: 7.5px;
}
.field-row textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
    background: #ffffff12;
    border-color: #00000015;
}
.field {
    margin-bottom: 15px;
}
.field input {
    width: 100%;
    background: #ffffff12;
    border-color: #00000015;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #fff;
}
.field-btn {
    text-align: center;
    margin-top: 15px;
}
.field-btn .wpcf7-submit {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
    height: auto;
    padding: 12px 0;
    min-width: 280px;
    color: #fff;
    background: linear-gradient(50deg, #AC2F31 0%, #E6403F 45%, #D21F3E 100%);
    border-image-source: linear-gradient(50deg, #AC2F31 0%, #E6403F 45%, #D21F3E 100%);
    -moz-linear-gradient(50deg,
    #AC2F31 0%,
    #E6403F 45%,
    #D21F3E 100%): ;
    -webkit-linear-gradient(50deg,
    #AC2F31 0%,
    #E6403F 45%,
    #D21F3E 100%): ;
    border-image-slice: 1;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-left: 20px;
    border-radius: none !important;
}
.wpcf7 input[type="file"] {
	cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.services_title h3 {
    color: #000 !important;
    font-family: "Proximanova-light", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
	padding-top: 25px;
}
.services_content {
    color: #7C8E99;
    font-family: "Proximanova-light", Sans-serif;
    font-size: 16px;
}
.services_link {
	padding-top: 25px;
}
.services_link a {
    color: #7C8E99;
    font-family: "Proximanova-medium", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.services .owl-nav {
     text-align: center;
	 margin-top: 50px;
}
.services .owl-nav .owl-next,
.services .owl-nav .owl-prev {
    outline: none;
    width: 50px; 
	height:50px;
    margin: 0px;
}
.services button.owl-prev {
    margin-right: 5px !important;
}
.services button.owl-next {
    margin-left: 5px !important;
}
.services .owl-nav .owl-next span,
.services .owl-nav .owl-prev span {
    font-size: 25px;
    font-weight: 200;
    line-height: 25px;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


@media screen and (max-width: 767px) {
    .field-row.first {
        flex-wrap: wrap;
    }
    .field-row.first .field {
        padding: 0;
        width: 100%;
    }
    .field-row.first .field:last-child {
        padding: 0;
    }
    .field-btn {
        text-align: center !important;
        margin-top: 20px;
    }
    .field-btn .wpcf7-submit {
        padding: 10px 0;
        margin-left: 0;
    }
}

