@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

::selection {
    background-color: #024f9f;
    color: #fff;
}
:root {
    scroll-behavior: auto;
}
body{
	font-size: 16px;
	font-weight: 400;
	color: #4a4a4a;
	line-height: 30px;
	font-style: normal;
	font-family: 'Rubik', sans-serif;
	background-color: #f5f5f5;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-position: inside;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0;
	font-weight: 500;
	color: #1a1a1a;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 30px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #0d6efd;
	outline: none;
}
.bg-color1{
	background-color: #7d7d7d;
}
.bg-color2{
	background-color: #E9E9E9;
}
.bg-color3{
	background-color: #2B241D;
}
.text-color1{
	color: #024f9f;
}
a.anchor-hover:hover {
    color: #212529;
}
.width-50{
    width: 50%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.font-1{
	font-size: 20px;
}

.home-page .header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
    background-color: #eeeeee;
}
#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
     background-color: #eeeeee;
     z-index: 999;
}
.isStuck{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #eeeeee!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}

.btn1{
	border:0;
	padding:10px 40px;
	background-color: #024f9f;
	color: #fff;
}
.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible{
	background-color: #212529!important;
	color: #fff!important;
	outline: none;
	box-shadow: none;
}
.headline1 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
}
.logo{
	display: inline-block;
	vertical-align: top;
	margin: 12px 0;
}
.header-right-bar {
    display: block;
    width: 100%;
    text-align: right;
}
.nav-wrapper,
.top-social-link{
    display: inline-block;
    vertical-align: middle;
}
.top-social-link li {
    display: inline-block;
    vertical-align: top;
}
.top-social-link li a i{
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 16px;
}
.top-social-link li:hover a,
.top-social-link li:focus a{
    text-decoration:none;
    border-color: #fff;
    color: #000;
}
.top-social-link li a span{
    color:#000;
    margin:0 6px;
}
.top-social-link li:first-child{
        margin-left: 18px;
    }
.navigation{
	text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.mobile-menu{
	display: none;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #024f9f;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 10px 10px 20px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	text-transform: uppercase;
/*	letter-spacing: 0.5px;*/
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #000;
	padding: 10px 22px;
    transition: all 500ms ease 0s;
}
.navigation a:last-child{
    padding-right:0 ;
}
.navigation > li.dropdown > a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #0d6efd;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #7d7d7d;
}
.custom-background {
    background-image: url('../images/vertical-grid-5.png');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
/*.slider-wrapper{
	position: relative;
}*/
.slide-box{
    position:absolute;
    bottom:0;
    left:0;
    z-index:9;
    background-color: rgb(125 125 125 / 85%);
    padding:30px 60px;
    border-radius: 0 60px 0 0;
}
.slide-box a:hover,
.slide-box a:focus{
    color:#000;
}

#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
	top: 50%;
	transform: translateY(-50%);
	width:80px;
	height:80px;
	line-height: 80px;
	background-color: #000;
	display: block;
}
#metro-touch-slider .carousel-control-next-icon, #metro-touch-slider .carousel-control-prev-icon{
	vertical-align: middle;
}
#metro-touch-slider .carousel-control-prev{
	left: auto;
	right: 0;
	margin-top: 82px;
}
#metro-touch-slider .carousel-indicators{
	bottom: 50px;
}
#metro-touch-slider .carousel-indicators [data-bs-target]{
	transition: all 0.5s;
}
#metro-touch-slider .carousel-indicators .active{
	width: 50px;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.bg-style1,
.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}
.home-page .parallax-window{
    height: 100vh;
}
.home-slide{
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.home-parallax .container{
    position: relative;
    z-index: 9;
}
.overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #2B241D;
	opacity: 0.8;
}
.overlap .container,
.overlap .container-xxl,
.overlap .container-fluid{
	position: relative;
	z-index: 1;
}
.bg-style1{
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
}
.flexbox .element{
	height: 100%;
}
.title{
	position: relative;
}
.title-shadow-txt{
	color: rgba(0, 0, 0, 2%);
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);		    
    -moz-transform: translateY(-50%);		    
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;		    
}
.title.text-center .title-shadow-txt{
	left: 0;
	width: 100%;
	text-align: center;
}
.sub-title.white-text{
    color:#000 !important;
}
.sub-title.white-text:before{
        background-color: #000;
}
.sub-title{
	color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.sub-title:before{
	width: 40px;
	height: 1px;
	left: 0;
	background-color: #7d7d7d;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
}
.title.text-center .sub-title:before{
	left: -60px;
}
.title.text-left .sub-title{
	padding-left: 60px;
}
.services-block{
	position: relative;
}
.services-box{
	position: relative;
/*	overflow: hidden;*/
	display: block;
	margin:15px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box .service-img-holder{
	position: relative;
	overflow: hidden;
}
.services-box .service-img-holder:before {
    background: #222;
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease-in-out;
}
.services-box:hover .service-img-holder:before{
	opacity: 0.6;
}
.services-box .service-img-holder:after{
    content: '\F4FE';
    font-family: "bootstrap-icons";
    font-size: 50px;
    display: block;
    position: absolute;
    top: calc(50%);
    left: calc(50% - 22px);
    color: #fff;
    transition: 0.3s all ease-in-out;
    font-weight: 200;
    opacity: 0;
}
.services-box:hover .service-img-holder:after {
    opacity: 1;
    transform: translateY(-12px);
}
.services-box .service-img-holder .img-fluid{
	width: 100%;
}
.services-box .service-img-holder .service-num{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.services-box .service-img-holder .service-num:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -60px;
	width:50px;
	height: 2px;
	background-color: #fff;
	content: '';
}
.services-box .service-title{
	display: block;
	background-color: #eeeeee;
	padding: 22px 20px;
	color: #000;
	text-align: center;
/*	overflow: hidden;*/
	position: relative;
	box-shadow: -10px 10px 0 0 rgba(0,0,0,0.05);
}
.services-box:hover .service-title{
	color: #fff;
}
.services-box .service-title span{
	display: block;
	position: relative;
	z-index: 1;
}
.services-box .service-title:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    background: #212529;
    transition: all 0.5s;
}
.services-box:hover .service-title:after,
.services-box:focus .service-title:after{
	width: 100%;
}
.association-wrap{
	text-align: center;
}
.association-wrap .img-fluid{
	margin:5px;
	width:200px;
}
.our-work-box {
    box-shadow: 0 0 10px #777;
}
.testi-wrap {
    background: #fff;
    padding: 50px;
    color: #dfdfdf;
    position: relative;
    min-height:250px;
}
.testi-wrap:before {
    position: absolute;
    top: 50px;
    left: 4px;
    content: '\F6B0';
    font-family: "bootstrap-icons";
    font-size: 3.5em;
    color: #000;
}
.testi-wrap .testi-title{
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
.testi-wrap p{
	color: #000;
}
.testi-wrap1{
  padding:30px 30px 30px 50px;
  margin-bottom: 20px;
  position: relative;
  border:1px solid #a1a1a1;
}
.testi-wrap1:before{
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 40px;
  color: #1a1a1a;
  content: '\F6B0';
  font-family:"bootstrap-icons";
  color: linear-gradient(to bottom, #965f2d -22%, #f5ea96 118%); 
}
.testi-wrap1 h6{
    font-size: 20px;
}
#project-carousel .owl-nav,
#testimonial-carousel .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -80px;
    right: 0;
}
#project-carousel .owl-nav [class*=owl-],
#testimonial-carousel .owl-nav [class*=owl-]{
    font-size: 3em!important;
}
#project-carousel .owl-nav [class*=owl-]:hover,
#testimonial-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #0d6efd!important;
    text-decoration: none;
}
.list1 li,
.areas-list li{
	padding:0 0 8px 24px;
	position: relative;
	list-style-type: none;
}
.list1 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F270';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #0d6efd;
}
.list1.text-white li:before,
.areas-list.text-white li:before{
	color: #fff;
}
.list2{
  margin-left: 16px;
  list-style-type: decimal;
}
.areas-list li a:hover{
    color: #0d6efd;
}
.areas-list li:before{
	content: '\F3E7';
}
.site-map-list li{
    border-left: 1px solid #dfdfdf;
    padding: 6px 0 6px 30px;
    position: relative;
}
.site-map-list li:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.site-map-list li > ul.child-menu{
    margin:10px 0 10px 20px;
}
.footer-widget{
	padding:30px 0;
	color: #8b8b8b;
}
.footer-menu li{
	margin-bottom: 4px;
	font-weight: 400;
	list-style-type: none;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #A2A2A2;
}
.footer-menu li a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F285';
  	font-family: "bootstrap-icons";
}
.footer-links a:hover,
.footer-menu li a:hover{
	color: #fff;
}
.footer-links{
	text-align: center;
	border-top: 1px dotted #8b8b8b;
	padding:15px 0;
	color: #8b8b8b;
}
.form-control{
	height:50px;
	border-radius: 0;
}
textarea.form-control{
	height: 220px;
}
.card-wrap{
	text-align: right;
}
.address-box{
	margin-bottom: 15px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 12px;
	color: #8b8b8b;
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-top: 5px;
}
.address-box .address-content{
	text-align: left;
	color: #8b8b8b;
}
.address-box .address-content strong{
	font-weight: 400;
	font-size: 18px;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.address-box a:hover{
	color: #fff;
}

.address-box1{
    margin-bottom: 12px;
}
.address-box1 .address-icon-holder1{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color:#fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #212529;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.contact-wrap1{
    text-align: center;
}
.contact-wrap1 .address-icon-holder1{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #034424 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.contact-wrap1 .address-icon-holder1:before{
    display: none;
}
.address-box1 .address-content1{
    position: relative;
    overflow: hidden;
}
.contact-wrap1 .address-content1{
    background-color: #E9E9E9;
    padding:60px 20px 20px;
    margin-top: -40px;
}
.contact-wrap1 .address-content1 strong{
    font-size: 18px;
}
.address-box1 a:hover{
    color: #0d6efd;
}
.testimonial-wrap{
    padding: 20px;
    margin-bottom: 35px;
    border-left: 5px solid #024f9f;
    background-color: #E9E9E9;
}
.quote-icon{
    font-size: 4em;
    color: #85b721;
    margin-bottom: 15px;
}
.testi-content{
    font-size: 16px;
}
.testi-author{
    font-size: 18px;
    color: #000;
}
.testi-content p{
    font-size: 16px !important;
    line-height: 30px;
    color: #fff;
}
.testi-autor-icon{
    font-size: 80px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    color: #fcd703;
    text-align: center;
}
#testi-carousel h4{
font-size:16px;
font-weight:normal;
}
.single-service-item {
    margin: 15px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(86,86,86, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
}
.single-service-item .text-holder h4 span {
    color: #fff;
}
.footer-brand p{
    color:#000;
}

@media(min-width:220px) and (max-width:991px){
	.mt-15{
		margin-top: 15px;
	}
	.fixed-top{
		position: static!important;
	}
	.header-right-bar{
		text-align: center;
	}
	.logo{
		display: table;
		margin:15px auto;
	}
	.mobile-menu {
        display: block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px 0;
        color: #000;
        cursor: pointer;
        margin: 15px 0 0;
        text-align: left;
        border-top: 1px solid #000;
    }
    .mobile-menu i{
        float:right;
    }
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation{
	    text-align:left;
	    display:block;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.navigation li a{
		padding:10px 20px !important;
		border-radius:0;
		border: 0;
		color: #fff;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #7d7d7d;
		color: #ffffff;
		border-radius:0;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
    .navigation li.dropdown > .dropdown-menu,
    .navigation li.dropdown:hover > .dropdown-menu{
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
        display:block;
    }
    .navigation li.dropdown > .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
    }
    .slide-box {
        position: static;
        background-color: rgb(125 125 125 / 85%);
        padding: 30px;
        border-radius: 0;
    }
    .top-social-link li a i{
    	border-color: #000;
    	color: #000;
    }
    .top-social-link li{
        margin: 0 3px;
    }
    
    .top-social-link li a i:first-child{
        margin-right: 3px;
    }
    .top-social-link li a span{
        color:#000;
    }
    .top-social-link li:first-child{
        margin-left: 0;
    }
    .width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
        width:100%;
    }
      .flexbox{
        display: block;
    }
      .home-img-box.m-min-200 {
	    background-image: none !important;
	    margin-bottom: 15px;
	    height: 100% !important;
	    min-height: 100% !important;
  	}
  	.home-page .header{
  		position: static;
  	}
}
@media(min-width:768px) and (max-width:991px){}
@media(min-width:220px) and (max-width:767px){
	.card-wrap.float-end,
	.footer-brand.float-start{
	    text-align: center;
	    float: none!important;
	    margin:15px 0;
	}
	.p-5 {
	    padding: 1.5rem 1rem!important;
	}

}
@media(min-width:576px) and (max-width:767px){
	#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
		top: 47%;
	}
	#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
		width:50px;
		height:50px;
		line-height: 50px;
	}
	#metro-touch-slider .carousel-control-next-icon, #metro-touch-slider .carousel-control-prev-icon{
		width: 1rem;
		height:1rem;
	}
	#metro-touch-slider .carousel-control-prev{
		margin-top: 52px;
	}
}
@media(min-width:220px) and (max-width:575px){
	.parallax-window {
		height: 300px;
	}
	#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
		top: 47%;
	}
	#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
		width:30px;
		height:30px;
		line-height: 30px;
	}
	#metro-touch-slider .carousel-control-next-icon, #metro-touch-slider .carousel-control-prev-icon{
		width: 1rem;
		height:1rem;
	}
	#metro-touch-slider .carousel-control-prev{
		margin-top: 32px;
	}
	#project-carousel .owl-nav, #testimonial-carousel .owl-nav{
		position: static;
	}
	.headline1{
		font-size: 25px;
		line-height: 35px;
	}
}