/* 
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 */
.vd_timeline {
    position: relative;
}
.vd_timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0;
    width: 2px;
    background-color: #010F3D;
}
.vd_timeline .vd_timeline-movement {
    position: relative;
}
.vd_timeline .vd_timeline-movement .vd_col {
    position: unset;
}
.vd_timeline .vd_timeline-movement .vd_badge {
    position: absolute;
    left: 50%;
    z-index: 5;
    height: 76px;
    max-width: 0 !important;
}
.vd_timeline .vd_timeline-movement .vd_badge:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid #010F3D;
    height: 20px;
    width: 20px;
    border-radius: 100%;
}
.vd_timeline .vd_timeline-movement .vd_badge:after {
    content: '';
    position: absolute;
    top: 37px;
    left: 10px;
    width: 20px;
    height: 2px;
    background-color: #010F3D;
}
.vd_timeline .vd_timeline-movement.vd_even .vd_badge:after {
    left: auto;
    right: 10px;
}
.vd_timeline .vd_timeline-movement .vd_box {
    position: relative;
}
.vd_timeline .vd_timeline-movement .vd_box:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 2px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
}
.vd_timeline .vd_timeline-movement.vd_odd .vd_box:before {
    left: inherit;
    right: 2px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 35px;
}
.custom_form .wpforms-container {
    margin: 0px !important;
}
.custom_form .wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit {
    font-family: "Montserrat", Sans-serif;
    padding: 12px 24px;
    background: #010F3D;
    height: auto;
    font-size: 18px;
    border: 2px solid #010F3D;
}
.custom_form .wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
    background: #ffffff;
    color: #010F3D;
}
.our_team .elementor-icon-box-content p.elementor-icon-box-description a.telephone {
    display: block;
	color: #ffffff;
}
.equal_height_image figure.elementor-image-box-img img {
    height: 270px;
    object-fit: cover;
}
.a_white a {
    color: #ffffff;
	font-size: 12px;
}
form.post-password-form {
    max-width: 1140px;
    margin: 50px auto;
    padding: 0px 10px;
    height: 65vh;
}
.vd_constant_form form p.ctct-form-field-text span.ctct-label-top, .vd_constant_form form p.ctct-form-field-email span.ctct-label-top {
    color: #010F3D;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.vd_constant_form form p.ctct-form-field-text input, .vd_constant_form form p.ctct-form-field-email input {
    background-color: #ffffff;
    border-radius: 5px;
    color: #010F3D;
    border: 1px solid #010F3D;
    font-size: var(--wpforms-field-size-font-size);
    line-height: 100%;
    box-shadow: none;
    transition: border 0.15s, box-shadow 0.15s;
}
.vd_constant_form form .ctct-form-field fieldset legend.ctct-label-top {
    color: #010F3D;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.vd_constant_form form .ctct-form-field fieldset input {
    margin-right: 10px;
}
.vd_constant_form form .ctct-form-field fieldset span.ctct-label-right {
    width: auto;
}
.vd_constant_form form .ctct-form-field fieldset span.ctct-label-right label {
    font-size: 16px;
}
.gold_a_tag a {
    color: #010F3D;
}

@media only screen and (max-width: 767px) {
	.vd_timeline:before {
		left: 10px;
	}
	.vd_timeline .vd_timeline-movement .vd_badge:before {
		border-width: 2px;
		height: 16px;
		width: 16px;
	}
	.vd_timeline .vd_timeline-movement .vd_badge {
		width: 30px;
		left: -30px;
		top: 47px;
	}
	.vd_timeline .vd_timeline-movement.vd_even .vd_badge {
		top: 37px;
	}
	.vd_timeline .vd_timeline-movement .vd_badge:after {
		width: 10px;
		left: 8px;
	}
	.vd_timeline .vd_timeline-movement.vd_even .vd_badge:after {
		right: auto;
		left: 8px;
	}
	.vd_timeline .vd_timeline-movement.vd_odd .vd_box:before {
		left: 2px;
		right: auto;
		-webkit-transform: rotate(-135deg) translateY(-50%);
		transform: rotate(-135deg) translateY(-50%);
	}
}