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


:root {
  --main-color: #3E6EE7;
}
.textblue{
	color: var(--main-color);
}
.font-weight-bold {
	font-weight: bold;
}

.newBorder a{
	box-shadow: rgb(62 110 231) 0px 8px 100px;
	border: 2px solid #fff;
}

.top0{
	top: 0;
}

.bottom0{
	bottom: 0;
}

.marginAuto{
	margin: auto;
}

.gradientBlueBefore:before {
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, #FAFAFA 0%, #3E6EE7 49.52%, #FAFAFA 100%);
    width: 100%;
    left: 0;
    right: 0;
    content: '';
    top: -3px;
}

.w100a a {
    display: flex;
    align-items: center;
    justify-content: center;
}
a#plan150Btn:hover svg, a#plan150Btn:hover svg * {
    fill: #fff !important;
}
@media(max-width:575px){
    .logosWrapper1,
    .logosWrapper2{
       --e-con-grid-template-rows: repeat(3, 1fr) !important;
    }
    .logosWrapper1 .e-child:nth-child(n+10),
    .logosWrapper2 .e-child:nth-child(n+10) {
        display: none;
    }
}