/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

div#get-btn span {
    color: white;
    background: #3A9BD5;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #3A9BD5;
    transition: all 0.3s ease;
    font-weight: 600;
} 

div#get-btn span:hover {
    color: #3A9BD5;
    background: transparent;
    border: 1px solid #3A9BD5;
} 

.new-logo figure.swiper-slide-inner {
    background: white;
    padding: 20px;
    border-radius: 15px;
	height: 100px;
    display: flex;
    align-items: center;
}

.e-n-tabs-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.con-num {
    color: #009BDE;
	font-family: 'Outfit';
}


.leader-cont {
    display: none !important;
}

.leader-cont.active {
    display: block !important;
}

.leader-col {
    cursor: pointer;
}

.leader-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out !important; 
    transform: rotate(0deg);
}

.leader-col.active .leader-icon {
    transform: rotate(180deg) !important;
}

.grad-head {
	  background-image: linear-gradient(to right, #1C3457, #3A9BD5) !important;
	  -webkit-background-clip: text !important;
	  -webkit-text-fill-color: transparent !important;
	  background-clip: text !important;
	  color: transparent !important;
	  display: inline-block;
	  width: max-content;
	  max-width: 100%;
}

.resources-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.resources-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title
{
	background-color: none;
}

div#menubar-110 ul li a:hover {
    color: #009BDE;
}


@media(max-width:1200px)
{
    .new-menu div#menubar-110 {
    background: #1C3457;
    padding: 10px;
}
	
}