.elementor-6774 .elementor-element.elementor-element-a7f55bf:not(.elementor-motion-effects-element-type-background), .elementor-6774 .elementor-element.elementor-element-a7f55bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-6774 .elementor-element.elementor-element-a7f55bf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-6774 .elementor-element.elementor-element-a7f55bf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6774 .elementor-element.elementor-element-cf7a000 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6774 .elementor-element.elementor-element-993f430:not(.elementor-motion-effects-element-type-background), .elementor-6774 .elementor-element.elementor-element-993f430 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-6774 .elementor-element.elementor-element-993f430{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6774 .elementor-element.elementor-element-993f430 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-43bcbe1 *//*  Custom Header*/
.custom-header * {
	font-family: 'Public Sans', sans-serif;
}
.custom-header header {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    font-family: "Noto Sans", Sans-serif;
}
.custom-header .logo-wrapper {
	width: 25%;
	text-align: center;
}
.custom-header figcaption {
	font-size: 12px !important;
}
.new-navbar {
  overflow: hidden;
}

.new-navbar a {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 14px 16px;
  text-decoration: none;
  transition: all .5s ease-in;
}

.new-dropdown {
  float: left;
  overflow: hidden;
}

.new-dropdown .new-dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #000;
  font-weight: 600 !important;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  
}

.new-navbar a:hover, .new-dropdown:hover .new-dropbtn {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--e-global-color-primary);
  text-decoration-thickness: 2px; 
}

.new-dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}


.new-dropdown:hover .new-dropdown-content {
  display: block;
  padding: 
}

/* Create three equal columns that floats next to each other */
.new-column {
  float: left;
  width: 33.33%;
  padding: 10px 30px;
  background-color: #f8f9fa;
  height: 500px;
}

.new-column a {
  float: none;
  color: #000;
  padding: 5px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.new-column a:hover {
  color: #3E51FF;
}

.new-column h3 {
    color : #fff;
    font-size: 22px;
    padding-top: 30px;
}
.custom-header .cta-wrapper {
    background: #14125c;
    padding: 10px 30px;
    border-radius: 4px;
}
.custom-header .cta-wrapper:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.custom-header .cta-wrapper a{
    color: #fff;
}
.custom-header .new-column ul.menu{
 list-style-type: none;
}
/* Clear floats after the columns */
.new-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .new-column {
    width: 100%;
    height: auto;
  }
}
/*Custom Header - End*//* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6112fea *//*Custom Mobile Header - Start*/
.custom-mobile-header * {
	font-family: 'Public Sans', sans-serif;
}
.custom-mobile-header .mobile-container {
  max-width: 480px;
  margin: auto;
  height: 500px;
  color: white;
  border-radius: 10px;

}

.custom-mobile-header .topnav {
  overflow: hidden;
  position: relative;
}

.custom-mobile-header .topnav #myLinks {
  display: none;
  
}
div#mobile-services ul {
	list-style-type: none;
}
div#mobile-services ul li a{
	padding: 5px;
}
.custom-mobile-header .topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.custom-mobile-header .topnav a.icon {
	width: auto;
	height: auto;
	display: block;
	border: none;
}
.custom-mobile-header button {
    background: none;
	border: none;
    padding: 0 0 0 15px;
    font-weight: inherit;
    font-size: 18px;
	color: #000;
}
.custom-mobile-header button:focus {
    outline: none
}
.custom-mobile-header .d-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
    position: absolute;
    width: min-content;
    float: right;
    top: 20px;
    right: 40px;

}
.custom-mobile-header .mobile-dropdown-content {
	display: none;
}
.custom-mobile-header .cta-wrapper {
	background: #000;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    margin: 0px 10px
}
.custom-mobile-header .cta-wrapper a {
	color: #fff;
}
/*Custom Mobile Header - ENd*//* End custom CSS */