.hide {
    display: none;
}
.subscription-btn2{
    display:none;
}
.topnav {
    overflow: hidden;
    background-color: white;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    margin-bottom: 6px;
    display: block;
    transition: all 0.2s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.topnav a {
    float: left;
    display: block;
    color: #0D1248;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.2s;
    height:100%;
    position: relative;
}
.topnav .sec {
    top:10px;
}
.topnav a:hover {
    color: #CF3737;
}
.topnav a.active {
    color: white;
}
.topnav .icon {
    display: none;
}
 @media screen and (max-width: 600px) {
 .topnav a:not(:first-child) {
display: none;
}
 .topnav a.icon {
 float: right;
 display: block;
 top: 8px;
}
}
 @media screen and (max-width: 600px) {
    .topnav.responsive {
    position: relative;
    padding-bottom:15px;
    }
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    }
 .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
  }
}
.spacer {
    padding-bottom:65px;
    display: block;    
}
.elementor-2504 .elementor-element.elementor-element-acc51fe > .elementor-element-populated {
	padding: 10px;
}

@media screen and (max-width: 760px) {
    .elementor-column {
       margin: 20px;
    }
    .elementor-2504 .elementor-element.elementor-element-acc51fe > .elementor-element-populated {
        margin: 0px !important;
    }
} 
    
 



