/* 
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
*/
.single-elementor_library.postid-15 header {
    display: none;
}

.single-elementor_library.postid-15 footer {
    display: none;
}
.nav_links_menu nav ul li a{
	border-radius: 10px ;
}
.nav_links_menu nav ul li a:hover{
    background: #1a23320d;
}
.nav_links_menu nav ul li.current-menu-item a{
    background: #0098d814;
}
.pillar_card .pillar_card_img {
	transition: 0.3s ease-in-out ;
}
.pillar_card:hover .pillar_card_img {
    transform: scale(1.05);
}
.pillar_card_btn {
	transition: 0.3s ease-in-out ;
    right: -10px !important;
	opacity: 0 ;
}
.pillar_card:hover .pillar_card_btn {
   right: 0px !important;
	opacity: 1 ;
}
.pillar_card_bottom_line{
	visibility: hidden ;
	opacity: 0 ;
	transition: 0.3s ease-in-out ;
	left: -100% ;
	z-index: 11111111;
}
.pillar_card:hover .pillar_card_bottom_line {
	visibility: visible ;
	opacity: 1 ;
	left: 0 ;
}
.resource_left_card .resource_left_card_img{
	transition: 0.3s ease-in-out ;
}
.resource_left_card:hover .resource_left_card_img{
	transform: scale(1.05);
}
.resource_right_card .resource_right_card_title h2{
	transition: 0.3s ease-in-out ;
	text-decoration: none !important;
}
.resource_right_card:hover .resource_right_card_title h2{
	color: #0098d8 !important;
}
.resource_right_card .resource_right_card_desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.hero_banner_title h2 span{
	color: #0098d8 ;
}
.mobile_menu ul {
    padding: 0 24px !important;
	border-bottom: 1px solid #cccccca1;
}
.mobile_menu ul li a{
   border-radius: 10px ;
}
.mobile_menu ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #0098d8;
    color: #fff !important;
    border-radius: 10px;
    width: 100%;
    margin-top: 12px;
	    margin-bottom: 20px;
}
header{
	background: #fff ;
	position: sticky !important;
	top: 0 ;
	z-index: 11 !important;
	box-shadow: 0px 0px 5px #ccc;
}
.who_this_card{
	background-size: 118% !important;
	transition: 0.3s ease-in-out ;
}
.who_this_card:hover{
	background-size: 123% !important;
}
.pillars_tab .pillars_tab_icon svg{
	stroke: #1a23328c !important;
}
.pillars_tab:hover .pillars_tab_icon svg{
	stroke: #1a2332 !important;
}
.pillars_tab.e--selected .pillars_tab_icon svg{
	stroke: #0098d8 !important;
}
.resource_card_btn_50 a{
	width: 100% !important;
	cursor: pointer ;
}
.resource_popup_main .e-con-inner {
    height: 80vh !important;
}
