/* 
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
*/
#n-tab .elementor-tabs-content-wrapper {
    background-color: #ebebeb;
    border-radius: 5px !IMPORTANT;
}

#n-tab  .elementor-tabs-wrapper {
    margin-bottom: 35px;
}

.elementor-location-header {
    position: absolute;
    width: 100%;
}

.elementor-location-header .sticky {
    background-color: #fff !IMPORTANT;
    -webkit-box-shadow: 0 1px 10px -6px rgba(0,0,0,.45) !IMPORTANT;
    box-shadow: 0 1px 10px -6px rgba(0,0,0,.45) !IMPORTANT;
    position: fixed !IMPORTANT;
    -webkit-transition: height .3s,opacity .3s;
    transition: height .3s,opacity .3s !IMPORTANT;
    width: 100% !IMPORTANT;
   
}

.elementor-location-header .sticky li.menu-item a {
    color: #1a2b45 !IMPORTANT;
}
.elementor-location-header .sticky .elementor-button {
    color: #ffffff !important;
    background-color: #1a2b45 !important;
    border-color: #1a2b45 !important;
  
}


.join .elementor-flip-box__layer.elementor-flip-box__front .elementor-flip-box__layer__overlay {
    display: unset;
    width: unset;
    height: 100%;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
    text-align: unset;
    padding: unset;
    color: unset;
}

.join .elementor-flip-box__layer.elementor-flip-box__front .elementor-flip-box__image {
    width: 40%;
    float: right !IMPORTANT;
}

.join .elementor-flip-box__layer.elementor-flip-box__front h3.elementor-flip-box__layer__title {
    float: left;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        text-align: left;
    padding: 15px;
}

.join .elementor-flip-box__layer.elementor-flip-box__front .elementor-flip-box__image img {
    width: 100%;
    height: 270px!IMPORTANT;
    object-fit: cover;
}


.join .elementor-flip-box__layer.elementor-flip-box__front h3.elementor-flip-box__layer__title  span {
    font-size: 16px;
    display: block;
}



.join .elementor-flip-box__layer.elementor-flip-box__front .elementor-flip-box__layer__description {
    position: absolute;
    bottom: 30px;
    padding: 0px 15px;
}

 

#inr-tabs .elementor-tab-title.elementor-tab-desktop-title {
    border: 1px solid #1a2b45 !IMPORTANT;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 12px;
}


.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 12px 30px !IMPORTANT;
    line-height: 22px !IMPORTANT;
}

section#inr-tabs .elementor-tab-title.elementor-tab-desktop-title.elementor-active{ background: #1e314b;
    padding: 12px 30px;
    height: 50px; }
    


section#inr-tabs .elementor-tabs-wrapper {
    justify-content: unset !important;
}
section#inr-tabs .elementor-tab-title.elementor-active {
    background: #1e314b;
    color: #fff;
    border-radius: 0px;
        padding: 12px 16px 30px 16px;
    height: 0%;
    border-top: 5px solid #6597c0;
	border-radius: 3px;
}


 
section#inr-tabs  .elementor-tabs-wrapper {
    padding-right: 35px;
}


section#inr-tabs  .elementor-tabs-content-wrapper {
    background-color: #ebebeb;
    border-radius: 5px !IMPORTANT;
}