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


.fadeInDown {
    animation-name: cus_fade_in_down !important;
}

@keyframes cus_fade_in_down {
    0% {
        opacity: 0;
        transform: translate3d(0,-30px,0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


.hero{
    opacity: 1!important;
    
}
.hero.animated:before{
    opacity: 1;
     transition: all 1s;
    transition-delay: 0.5s;
}
.read_button a svg{
    width: 24px;
    height: 24px;
    transform-origin: center!important;
   transition: all 0.3s!important;
}
.read_button a:hover svg{
    fill: none!important;
    /*transform: rotate(45deg);*/
}
.quick_value_section-2:after,
.quick_value_section:after{
    position: absolute;
    content: "";
    display: block;
    opacity: 1;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #284565;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.quick_value_section-2:before,
.quick_value_section>.e-con-inner:before{
    position: absolute;
    content: "";
    display: block;
    opacity: 1;
    top: 0;
    height: 100%;
    width: 714px;
    border:1px solid #284565;
    border-top: none;
    border-bottom: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.img_box  h3{
    margin-top: 0!important;
}
.img_box .elementor-image-box-img{
    min-width: 130px;
}
.img_box .elementor-image-box-img img{
   width: 100%!important;
}
.list_full:before{
    width: 100vw;
    left: -60px;
}

.trademark {
	vertical-align: super; 
	font-size: 0.65em; 
	line-height: 0; 
}


@media (min-width: 1440px) {
 .quick_value_section-2:before,
 .quick_value_section>.e-con-inner:before{
    
    width: 49.49vw;
    
}
	.img_box .elementor-image-box-img{
    min-width: 9.02vw;
}
.list_full:before{
    left: -2.77vw!important;
}
}

.elementor-widget-text-editor a {
	text-decoration: underline;
	color: #FFF;
}

@media (max-width: 1200px) {
 .quick_value_section-2:before,
 .quick_value_section>.e-con-inner:before{
    
    width: 66.66666%;
    
}
	.vantage_page.quick_value_section>.e-con-inner:before{
    
    width: 714px;
    
}
}
@media (max-width: 1100px) {
.list_full:before{
    left: -21px;
}
}

@media (max-width: 992px) {
 .quick_value_section-2:before,
 .quick_value_section>.e-con-inner:before{
    
    display: none;
    
}
	
}
@media (max-width: 767px) {
.img_box .elementor-image-box-img{
    margin-bottom: 30px!important;
}
.list_text ul {
   flex-direction: column!important;
   gap: 5px;
}
.list_text ul li:after{
    display: none!important;
}
}