/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.5.1701410519
Updated: 2023-12-01 06:01:59

*/

#loader {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px; /* Half of the height */
    margin-left: -20px; /* Half of the width */
    z-index: 9999;
	display:none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.module-bullet .elementor-icon-box-title{
	display:none;
}
.event-list .elementor-post__read-more{
	margin-bottom:20px !important;
}
.current-menu-item a,
.jet-current-menu-item a{
	color:#419594!important;
}
.nextArrowBtn, .prevArrowBtn { background-color: #419595 !important; }

h2 span { color:#419594; }
h3 span { color:#419594; }
.accent1 { color:#419594; }
.contacts-card .elementor-icon-list-items a{
	word-break:break-all;
}
.contacts-card .elementor-icon-list-items{
	margin-bottom:10px !important;
}

#search-form{
    min-width: 310px!important;
    max-width: 100%!important;
    position: absolute!important;
    right: 0!important;
    top: 100%!important;
    z-index: 9!important;
	  width: auto;
    }

#search-form input[type=search]{
	width: 80%;
}


#search-form button{
	display: inline-block;
	background-color: #419594;
	color: #ffffff;
	border-color: #419594;
}

#search-form button:hover{
	background-color: #419594;
}

#trial span.elementor-button-text { color:#fff !important; } 

#mm-header h6.elementor-heading-title a { color:#09184C !important; } 


.button.mp-hide-pw{
	display: none;
}


.search-close{
    cursor: pointer;
    height: 20px;
   position: absolute;
    right: -22px;
    top: 60%;
    width: 20px;
    z-index: 99999;
}
.my-repeater-gravity > label {
	text-transform: uppercase;
}
.heading.heading-p-reg {
	font-weight: bold;
	font-size: 21px;
}
#content{
	min-height: calc(100vh - 393px);
}


   .mp_wrapper .mp-form-row label{
    font-family: "proxima-nova", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var( --e-global-color-primary );
   }
   
   
   .mp_wrapper input[type=text],
   .mp_wrapper input[type=email],
   .mp_wrapper input[type=password],
   .mp_wrapper select{
    background-color: #ffffff;
    border-color: #E0DFDF;
    border-width: 1px 1px 1px 1px;
    border-radius: 11px 11px 11px 11px;
   }
   
  .signup a,
   .mepr-form [type=submit],
   .mp_wrapper [type=submit]{
    color: #ffffff;
    font-family: "proxima-nova", Sans-serif;
    font-size: 11px;
    font-weight: 600;
		 text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 20px 20px 20px;
    background-color: var( --e-global-color-accent);
   }
   
.signup,
.submit{
	display: inline-block;
}


@media only screen and (max-width: 768px) {

	.module-bullet .elementor-icon-box-icon{
		vertical-align: middle;
		margin-bottom: 0px!important;
		margin-right: 15px;
	}

.module-bullet .elementor-icon-box-icon,
.module-bullet .elementor-icon-box-content{
	display: inline-block
}
	
}


/* this is for roll over events */


.elementor-posts--skin-cards article:hover .elementor-post__card {
    background-color: #419594
}

.elementor-posts--skin-cards article:hover .elementor-post__title a,
.elementor-posts--skin-cards article:hover .elementor-post__excerpt p
{
    color: #fff!important;
}


.elementor-posts--skin-cards article:hover .elementor-post__read-more img{
    display: none;
}


.elementor-posts--skin-cards article:hover .elementor-post__read-more {
    background: url("https://tneigroup-com.stackstaging.com/wp-content/uploads/2022/03/arrow.png");
    height: 38px;
    width: 38px;
}





/* This is for key contyact */

.key_contacts{
		border-radius: 10px 82px 10px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.key_contacts__info{
	padding: 20px;

}


.key_contacts__image img{
	border-radius: 10px 80px 0px 0px;
	height: 275px;
  object-fit: cover;
  object-position: 50% 0;
}
@media(max-width: 1200px){
	height: 450px;
}
@media(max-width: 991px){
	height: 375px;
}

 
.key_contacts__info h4{
	font-weight: 700;
	margin-bottom: 5px;
}

.key_contacts__job{
	color: #419594;
}

.key_contacts__contact{
	font-family: "proxima-nova", Sans-serif;
	color: #419594;
	text-transform: uppercase;
	
	font-weight: 600;
	font-size: 10px;
}

.key_contacts .elementor-icon-list-item > a{
	line-height: 16px;
	font-size: 10px;
	letter-spacing: 1px;
}

.key_contacts .elementor-icon-list-icon svg{
		width: 23px!important;
		height: 23px!important;
	  margin: 0 8px 6px 0;

}

.key_contacts__content{

		font-family: "proxima-nova", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
	
}

.key_contacts.slick-slide{
	margin: 10px 20px;
}

.key_contacts .elementor-button{
    font-family: "proxima-nova", Sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.9px;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    background-color: var( --e-global-color-dd1bbd8 );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-accent );
    border-radius: 42px 42px 42px 42px;
    padding: 21px 21px 21px 21px;
}

.key_contacts .elementor-button:hover{
	color: var( --e-global-color-dd1bbd8 );
    background-color: var( --e-global-color-accent );
}



.key-contact-lightbox {
    justify-content: flex-end;
    align-items: flex-start;
    pointer-events: all;
    background-color: rgba(0,0,0,.8);
}


.key-contact-lightbox .dialog-widget-content {
    background-color: #F5F5F5;
}

.key-contact-lightbox .dialog-widget-content{
width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: all;
}

.key-contact-lightbox .dialog-message{
		width: 863px;
    height: 100vh;
    align-items: flex-start;
}

.key-contact-lightbox .lightbox-content{
		width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 80px 140px 80px 140px;
		
}
.key-contact-lightbox .dialog-message .elementor-container{
	
		display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    justify-content: flex-start !important;
    flex-direction: column;
}

.key_contacts .lightbox-content{
	display: none;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content{
		flex-direction: column;
    justify-content: center;
		padding-left:30px;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content h4{
	margin-bottom: 6px;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .key_contacts__job{
	font-size: 16px;
	font-weight: 600;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .key_contacts__contact{
font-family: "proxima-nova", Sans-serif;
    color: #419594;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .key_contacts__contact ul{
	list-style: none;
    padding: 0;
}
.key-contact-lightbox .dialog-message .elementor-container .main-content .key_contacts__contact li{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
	margin-bottom: 6px;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .elementor-icon-list-item > a {
    line-height: 16px;
    font-size: 10px;
    letter-spacing: 1px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .elementor-icon-list-text{
	align-self: center;
    padding-left: 5px;
	display: inline-block;
}

.key-contact-lightbox .dialog-message .elementor-container .main-content .elementor-icon-list-icon{
	margin-right: 10px;

}

.key-contact-lightbox .dialog-message .elementor-container .main-content hr{
	width: 100%;
	height: 3px;
	margin-bottom: 22px;
	border: none;
	background-color: var( --e-global-color-accent );
}
    
.key-contact-lightbox .dialog-message .off-canvas.info{
	margin-top: 60px;
	color: #3F4558;
}

.key-contact-lightbox .dialog-message .off-canvas.info p{
	font-size: 18px;
}
.key-contact-lightbox .dialog-message .elementor-container img{
	border-radius: 10px 82px 10px 10px;
}

.key-contact-lightbox .close-button {
	display: flex;
		background-color: #419594;
    padding: 20px 30px;
		top: 1px;
		right:1px;
    color: #fff;
}



@media only screen and (max-width: 768px) {
.key-contact-lightbox .lightbox-content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 80px 15px 80px 70px;
}
	
}
	
/* 02/20/2023 */
.network-cms .elementor-tab-title {
  background-color: #419594;
  color: #fff;
  transition: all 0.2s ease-in-out;
	  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  top: -50px;
  right: 0;
  border-radius: 50px;
  padding: 10px 15px;
  width: 75px;
	text-align:center;
}
.network-cms .elementor-tab-title:after {
  content: 'code';
  transition: all 1s ease-in-out;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.network-cms .elementor-tab-title.elementor-active{
  background-color: #3f4558;

}
.network-cms .elementor-tab-title.elementor-active:after {
  content: "Hide";
}

.network-cms .elementor-tab-content{
  border: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
	border-radius:5px;
	    word-wrap: break-word;
}

.network-cms .elementor-accordion-item{
  border: 0;
}

.network-cms .code {
  border: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  max-width: 100% !important;
	    word-wrap: break-word;
}

.network-cms .code-box {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 20px;
  max-width: 100% !important;
	    word-wrap: break-word;
}

.network-cms pre{
  margin: 0;
}
.network-cms .elementor-widget-text-editor {
  max-width: calc(100% - 90px);
}
.network-cms h2, 
.network-cms h3, 
.network-cms h4, 
.network-cms h5, 
.network-cms h6 {
  color: #656565 !important;
 font-weight: 600 !important;
}
.network-cms h1 {
  font-weight: 600 !important;
}
.network-cms .elementor-column-wrap .elementor-widget-wrap .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


 .network-cms .sidebar-nav-link {
     display: block;
     color: var(--e-global-color-primary);
     padding: 5px 10px 5px 20px;
 }

 .network-cms .sidebar-nav-link.pl-2 {
     padding-left: 35px !important;
 }

 .network-cms .sidebar-nav-link.pl-3 {
     padding-left: 60px !important;
 }

 .network-cms .sidebar-nav-link.active {
     color: #fff;
     background-color: var(--e-global-color-primary);
 }

 .network-cms .sidebar-nav {
     overflow-y: scroll;
	 height: 450px;
 }

 @media(min-width: 768px) {
     .network-cms .sidebar-nav {
         height: 600px;
     }
	 .mobile-nav{
		 display:none;
	 }
 }

 .network-cms .custom-sidebar {
     padding: 35px 15px 30px 0px;
     box-shadow: 0px 5px 26px 0px rgb(0 0 0 / 24%);
     margin: 15px 15px 15px 15px;
     border-radius: 11px 73px 11px 11px;
     background-color: #F5F5F5;
 }

 .network-cms .sidebar-nav::-webkit-scrollbar {
     width: 5px;
     height: 80%;
 }

 /* Track */
 .network-cms .sidebar-nav::-webkit-scrollbar-track {
     background: #F5F5F5;
 }

 /* Handle */
 .network-cms .sidebar-nav::-webkit-scrollbar-thumb {
     background-color: var(--e-global-color-primary);
 }



.mobile-nav #navbar-toggle {
	position: absolute;
	right: 16px;
	bottom: 13px;
	cursor: pointer;
  padding: 10px 25px 12px 0px;
}

.mobile-nav #navbar-toggle span,
.mobile-nav #navbar-toggle span:before,
.mobile-nav #navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #0A2540;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

.mobile-nav #navbar-toggle span:before {
  top: -8px;
}

.mobile-nav #navbar-toggle span:after {
  bottom: -8px;
}

.mobile-nav #navbar-toggle.active span {
  background-color: transparent;
}

.mobile-nav #navbar-toggle.active span:before,
.mobile-nav #navbar-toggle.active span:after {
  top: 0;
}

.mobile-nav #navbar-toggle.active span:before {
  transform: rotate(45deg);
}

.mobile-nav #navbar-toggle.active span:after {
  transform: rotate(-45deg);
}
/*job application form css*/
.job-application-form .gform-body label.gfield_label {
    font-family: "proxima-nova", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.job-application-form .gform-body input, .job-application-form .gform-body select,.job-application-form .gform-body textarea{
    background-color: #ffffff;
    border-color: #E0DFDF;
    border-width: 1px 1px 1px 1px;
    border-radius: 11px 11px 11px 11px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 400;
    line-height: 31px;
    color: #54595f;
    outline: 0;
}
.job-application-form .gform-body textarea{
    height: 140px !important;
}
.job-application-form .gform-body .gfield--type-fileupload input{
    background-color: transparent;
    border-radius: 0px;
}
.job-application-form .gform-body .gfield--type-fileupload .gfield_description.gform_fileupload_rules{
    display: none;
}
.job-application-form .gform-body .gfield--type-checkbox label{
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
}
.job-application-form .gform_button.button{
       font-family: "proxima-nova",sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 20px 20px 20px;
    color: #fff;
    background-color: #419594;
    min-height: 40px;
    cursor: pointer;
    line-height: 1;
    border: 0px !important;
    outline: 0;
    margin-top: 0;
}
.job-application-form .gform-body .gfield{
    margin-bottom:5px;
}
.job-application-form .validation_message.gfield_validation_message{
    padding: 12px 12px !important;
}
.job-application-form .gform_heading{
    display: none;
}
@media(min-width:1200px) {

  .network-cms {
    margin-top: 50px !important;
  }
	.network-cms .custom-sidebar {
    margin-right: 30px;
  }
	 .network-cms .network-cms-content {
    padding-left: 15px;
	}
}
@media(max-width:767px) {
    .job-application-form .gform-body .gfield--type-checkbox label{
        font-size: 11px !important;
    }
  .network-cms .custom-sidebar {
    position: fixed;
    bottom: 65px;
    z-index: 99;
    left: 10px;
    width: calc(100% - 20px);
    margin: 0;
		padding:0;
  }
	.network-cms .custom-sidebar .logo a{
		display:inline-block;
	}
	 .network-cms .custom-sidebar .logo img {
    width: 70px;
  }
	
.mobile-nav{
  background-color: #fff;
  border: 1px solid #C4C4C4;
	padding: 8px 15px;
	border-radius: 8px;
}
	.network-cms .sidebar-nav{
		margin-top: 60px ;
	}
}

.event-list .elementor-post__excerpt p:after{
		content: '(...)';
   margin-left: 4px;

}
.single-news_event .elementor-widget-theme-post-content p{
    text-align:justify ;
}
.news-article .elementor-posts-container article.elementor-post:hover .elementor-post-date{
	color:#fff !important;
}

.news-article .elementor-post__title{
	min-height:75px;
}
.news-article .elementor-post__text .elementor-post__excerpt , .news-article-home .elementor-post__text .elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-article .elementor-post__text{
	display:flex !important;
	flex-direction:column !important;
}

.news-article .elementor-post__text .elementor-post__read-more{
	margin-top:auto;
}

@media(max-width:767px){
	.hero-section .elementor-html5-video{
		object-position: 82% 0;
	}
}
