.flex{
	display:flex;
	list-style:none;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
header{
	min-height: 150px;
}
.cg10{
	column-gap:10px;
}


.justify_content_between{
	justify-content:space-between;
}

.text-right
{
	text-align:right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 500;
}


.main-navigation {
  display: block;
  width: fit-content;
}

a.elementor-button{
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 rgba(168, 230, 207, 0.4);
	position: relative;
	overflow: hidden;
}
a.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

a.elementor-button:hover::before {
    left: 100%;
}

a.elementor-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(168, 230, 207, 0.6);
    background: #DDE5B6;
}

.container.flex.justify_content_between.main_header {
  padding-top: 20px;
  padding-bottom: 20px;
}

#colophon {
  background: #090F1D;
  padding: 56px 0px 90px;
	color: #fff;
}

.footer-text {
  font-size: 14px;
  font-family: open sans;
  padding: 20px 0px;
}


.site-info {
  margin-top: 50px;
}



.cg100{
 column-gap:20px;	
} 


.footer-button {
background: #006FBA;
  color: #fff;
  text-decoration: none;
  padding: 13px 23px;
  display: inline-flex;
  border-radius: 10px;
  font-weight: 400;
  font-family: open sans;
  column-gap: 10px;
}


.footer_col ul li {
  margin-bottom: 20px;
}


#menu-footer-menu-1 {
}
.footer_col ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.footer_col ul li a {
  color: #fff;
  font-size: 16px;
  font-family: open sans;
	text-decoration:none;
}

.container,.elementor-element.e-flex.e-con-boxed.e-con.e-parent{
	padding-right: 30px;
	padding-left: 30px;
}

@media (max-width: 768px){
	.container,.elementor-element.e-flex.e-con-boxed.e-con.e-parent{
		padding-right: 15px;
		padding-left: 15px;
	}
}