/* 
  Theme Name:  Twenty Twenty Child 
  Description:  A child theme of Twenty Twenty WordPress theme. 
  Author:       TwentyTwenty-child 
  Template:     twentytwenty 
  Text Domain:  twentytwenty-child 
  Version:      2.0.0 
  License:      GNU General Public License v2 or later License 
  URI:  http://www.gnu.org/licenses/gpl-2.0.html */

@import url("../twentytwenty/style.css");
body {
  background: transparent;
  margin:0 auto;
  max-width:1920px;
}

section {
  padding: 0rem 0;
}
body.home .custom_pagetitle {
	display:none !important;
}
body {
    background: #011D29 !Important;
}
.main_header {
    position: absolute !Important;
}
.title span {
    color:#27DEC0 !Important;
}
ol {
	margin:0 0 0 20px;
	list-style-type: lower-alpha;
}
ol li {
	margin:0 0 10px;
}

.glass_section > .elementor-column-wrap{
    background: linear-gradient(227deg, rgba(255, 242, 242, 0.03) 25.7%, rgba(255, 250, 250, 0.07) 94.73%);
    backdrop-filter: blur(64px);
}
.contact_us_form textarea,
.contact_us_form input {
    padding-left: 0;
}
@media only screen and (max-width: 600px) {
    .contact_us_form button {
        padding:15px 20px !Important;
    }    
	.footer_menu .elementor-widget-container .elementor-inline-items {
		flex-direction: column;
		gap: 10px;
	}
}