/* 
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 */

.material-icon i{
	font-size: 48px;
}
.feature-meta .elementor-container {
    gap: 25px;
}
.feature-meta-left {
    width: calc(100% - 48px) !important;
}
.feature-meta-right {
    width: 48px !important;
}

.feature-descp {
    max-width: 164px;
}

.feature:hover h2.elementor-heading-title, .feature:hover i {
    color: #CB0805 !important;
}
.offer-wrap > .elementor-container {
    justify-content: space-between;
    gap: 20px;
}
.offer {
    max-width: 324px;
}
.vision-descp {
    margin: 0 auto;
    max-width: 385px;
}
.vision-right {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #eef3f1;
}
form#gform_1 input {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    outline: none !important;
    font-family: "Source Sans Pro", Sans-serif;
}
form#gform_1 textarea {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 20px;
    font-family: "Source Sans Pro", Sans-serif;
    outline: none !important;
}
form#gform_1 input#gform_submit_button_1 {
    width: 100%;
    background: #cb0805;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    line-height: normal;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item {
    padding: 15px 20px !important;
}

.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item svg {
    margin: 0 !important;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon {
    position: relative;
    margin-right: 10px;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon::after {
    content: "";
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(1) span.elementor-icon-list-icon::after {
    content: "1";
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(2) span.elementor-icon-list-icon::after {
    content: "2";
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3) span.elementor-icon-list-icon::after {
    content: "3";
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(4) span.elementor-icon-list-icon::after {
    content: "4";
}


.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(1) svg {
  fill: #00bcd4 !important;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(1) span.elementor-icon-list-text{
	color: #00bcd4;
}

.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(2) span.elementor-icon-list-text{
	color:#1FA4E0;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(2) svg {
  fill: #1FA4E0 !important;
}

.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3) span.elementor-icon-list-text{
	color:#7668c1;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3) svg {
  fill: #7668c1 !important;
}

.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(4) span.elementor-icon-list-text{
	color:#d1607c;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(4) svg {
  fill: #d1607c !important;
}

.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(5) span.elementor-icon-list-text{
	color:#517DB7;
}
.steps-wrap ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(5) svg {
  fill: #517DB7 !important;
}