/*
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 site 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: 3.1.1.1733392046
Updated: 2024-12-05 09:47:26

*/


.nog-news-posts a {
    color: #381FD1 !important;
}

.elementor-nav-menu--main .elementor-nav-menu a{
    padding: 10px 13px !important;
}
a.elementor-item,a.elementor-item.elementor-item-anchor{
     display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative; 
    overflow: hidden; 
}

a.elementor-item::after, a.elementor-item.elementor-item-anchor::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px; 
    width: 20%;
    height: 1px;
    background: #ffffff;
    transition: bottom 0.3s ease-in-out; 
    transform: translateX(200%) !important;
}

a.elementor-item:hover::after, a.elementor-item.elementor-item-anchor:hover::after {
    bottom: 8%; 
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure, .elementor-widget-image-carousel .swiper .swiper-slide figure{
	line-height: 0 !important;
}


.nog-form textarea{
    resize:none;
    padding-top: 15px;
}

a.elementor-cta__button.elementor-button.elementor-size-:hover svg{
    fill: #000;
}

.map-overlay {
  position: relative;
  width: 100%;
  height: 550px;
  top: 550px;
  margin-top: -550px;
  z-index: 1;
}

.input#form-field-name:focus{
    color: #000 !important;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    display: flex;
    column-gap: 10px;
}

.elementor-select-wrapper .select-caret-down-wrapper svg{
	height: 2em;
}
 
.gt_float_switcher.notranslate{
	background-color: transparent !important;
}
.gt_float_switcher .gt-selected {
	background-color: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
	color: #fff !important;
    font-size: 16px;
}
.gt_float_switcher img{
	  display: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { 
	display:none !important;
}
.gt_float_switcher .gt_options{
	position: absolute !important;
	right: -30px;
}
.gt_float_switcher .gt_options a{
	padding: 4px 8px !important;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
}
.gt_float_switcher .gt_options a:hover{
	background: #fff !important;
	color: #000 !important;
}

a.elementor-post__read-more{
    background-color: #381FD1;
    border: 1px solid #381FD1;
    padding: 10px 30px 10px;
    border-radius: 25px;
}

a.elementor-post__read-more:hover {
  color: #000 !important;  
  background-color: transparent !important;
  border: 1px solid black !important;
    
}

article.elementor-post.elementor-grid-item{
	background-image: linear-gradient(178deg, #F2F0FD 55%, #FFFFFF 100%) !important; 
}

/*compliance section css */

a.elementor-cta__button.elementor-button.elementor-size-{
	position: absolute;
    top: -265px;
    left: 81%;
    z-index: 2;
    color: #000;
    line-height: 20px ;
}
i.fa-square-up-right{
    fill:#1E1E1E;
    font-size: 22px;
}

page-header,h1.entry-title {
    display: none;
}

@media(max-width:1440px){
  .NOG-presence-heading-section h2{
    font-size: 50px !important;
  }
}

@media(max-width:1024px){
    .elementor-1440 .elementor-element.elementor-element-32e5a867 .elementor-nav-menu .elementor-item{
        justify-content: start;
    }
}

@media(max-width:768px){
	.elementor-element.elementor-element-fca357c, .e-con-inner{
      	display:grid;
      	grid-template-columns: auto auto;
 	 }
     .NOG-presence-heading-section h2{
   		font-size: 30px !important;
        line-height: 35px !important;
  }
}


@media(max-width:576px){
 /*compliance section css */
    a.elementor-cta__button.elementor-button.elementor-size-{
        position: absolute;
        top: -260px;
        left: 72%;
        z-index: 2;
        color: #000;
        line-height: 20px ;
    }
}