
*{
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*
---------------------------------------------------------
RESOURCES
---------------------------------------------------------
*/

.page-wrapper .welcome{
    margin: 10px auto;
    width: 75%;
}

.page-wrapper .welcome h1{
    text-align: center;
    color: #00008B;
}

.page-wrapper .welcome p{
    font-size: 1.4rem;
}
.ad{
    margin: 0 auto;
}
.page-wrapper .video{
    margin: 0 auto;
    width: 65%;
    height: 55vh;
    
}

.page-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.header{
	position: relative;
	padding: 0 2rem;
	height: 100vh;
	background-color: #000;
	background-image: url('/assets/img/3d-rendering-futuristic.jpg');
	background-size: cover;
	background-position: center;
} 

.header .dropdown-menu.open{
	height: auto;
}

.criteria .dropdown-menu.open{
	height: auto;
}

.navbar{
	width: 100%;
	height: 60px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;  
	justify-content: space-between;
}

.navbar .logot a{
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar .links{
	gap: 2rem;
	display: flex;
	list-style: none;
}

.navbar ul li a, a{
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
}
.action-btn{
	background: orange;
	color: #fff;
	padding: 0.5rem 1rem;
	border: none;
	outline: none;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: bold;
	cursor: pointer;
	transition: scale 0.2 ease;
}

.action-btn:hover{
	scale: 1.25;
	color: #fff;
}

.action-btn:active{
	scale: 0.95;
	
}

.navbar ul li a:hover{
    
	color: white;
}


.navbar .menu-togglei{
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	display: none;
}


 .header .dropdown-menu{
	display: none;
	position: absolute;
	right: 2rem;
	top: 60px;
	height: 0;
	width: 200px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	overflow: hidden;
	transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.criteria .dropdown-menu{
    color: white;
	display: none;
	position: absolute;
	right: 2rem;
	top: 60px;
	height: 0;
	width: 200px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	overflow: hidden;
	transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.header .dropdown-menu li{
	list-style: none;
	padding: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.criteria .dropdown-menu li{
	list-style: none;
	padding: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .dropdown-menu .action-btn{
	width: 100%;
	display: flex;
	justify-content: center;
}

.criteria .dropdown-menu .action-btn{
	width: 100%;
	display: flex;
	justify-content: center;
}


.header .welcome{
	height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.criteria .welcome{
	height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
 
.header .welcome h1{
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 1rem;
	
}

.criteria .welcome h1{
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 1rem;
	
}


.accordion {
    background: white;
  color: #191773;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin: 5px;
  font-size: 1.4em;
  border-radius: 5px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #a3abc5;
  color: black;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
    font-size: 1.2em;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



.resource{
    
    background-image: url('/assets/img/rendering-abstract-.jpg') ;
    
}
.criteria{
    position: relative;
	padding: 0 2rem;
	height: 100vh;
	background-color: #000;
	background-image: url('/assets/img/infinite-pink-symbol-blue-background.jpg');
	background-size: cover;
	background-position: center;
}

.lCriteria{
    width: 85%;
    margin: 0 auto;
}

.lCriteria li{
    margin-bottom: 20px;
    padding: 10px;
}


#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: #70a5e6;
}




.project_imagex{
    width: 75%; 
    height: 350px;
}


body{
    padding: 0;
    margin: 0;
    background-color:  #dedeee;
    font-family: 'Playfair+Display+SC', serif;
}

.link{
    color:#1e94e2;
}

.process-content{
    padding-bottom: 20px;
    width: 65%;
    margin: 0 auto;
}

.process-content ol{
    list-style: none;
}


.faq-content{
    padding-bottom: 20px;
    width: 65%;
    margin: 0 auto;
}
.faq-content ol{
    padding: 20px;
    list-style: none;
}

.faq-content ol h3, h4{
    padding-bottom: 0;
    margin-bottom: -15px;
}
.faq-content ol li{
    padding: 0;
}
.faq-content ol p{
    text-indent: 15px;
    
}


a{
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4{
    font-family: Arvo sans-serif;
}

.round{
    color: #0b79b1;
}

.btn{
    padding: .5rem 1rem;
    background-color: #131383;
    color: white;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn-big{
    padding: .7rem 1.3rem;
    line-height: 1.3rem;
}
.btn:hover{
    color: white !important;
    background-color: #04041e;
}


.text-input{
    padding: .7rem 1rem;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    outline: none;
    color: black;
    line-height: 1.5rem;
    font-family: Arvo sans-serif ;
    font-size: 1.5em;
}


.clearfix::after{
    content: '';
    display: block;
    clear: both;   
}


.msg{
    width: 80%;
    margin: 25px auto;
    padding: 8px;
    border-radius: 5px;
    list-style: none;
}

.success{
    padding: 2px;
    color: #D0F7CB;
    border: 1px solid green;
    background: #17620E;
}


.error{
    padding: 2px;
    background: #8B0000;
    border: 1px solid red;
    color: #FFE4E1;
}

.publish{
    color: green;
}

.delete{
    color: brown;
}


.delete:hover, .publish:hover{
    text-decoration: underline;
}



.imglogo{
    width:  65px;
    height: 65px;
    border-radius: 50%;
}

header{
    margin-top: 2px;
    color: #1e94e2;
    font-weight: bold;
    height: 66px;
    background-color: white;
}


header .logo{
    margin-left: 15px;
    float: left;
    height: inherit;
    
}



header .logo-text{
    float: right;
    margin: 10px;
    font-family: 'Arvo';
}
 

header .logo-text span{
    color: #272787;
    font-family: 'Yellowtail';
}

header ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2500;
    
}

header .menu-toggle{
    display: none;
}



header ul li{
    float: left;
    position: relative
}


header ul li a{
    display: block;
    padding: 15px;
    font-size: 1.1em;
    text-decoration: none;
}

header ul li a:hover{
    color:white;
    background: #00008B;
    transition: 0.3s;
    
}


header ul li ul{
    position: absolute;
    top: 50px;
    right: 0;
    width: 180px;
    display: none;
}

header ul li:hover ul{
    display: block;
    transition: 0.2s;
}


header ul li ul li{
    width: 100%;
}


header ul li ul a{
    padding: 10px;
}

header ul li ul a:hover{
    
    background-color: #00008B;
    color: white;
    
}

.body .thankyou{
    text-align: center;
    height: 400px;
    padding: 0 25%;
    background: grey;
}

.body .thankyou h2{
    font-size: 2.5em;
}

.body .thankyou p{
    font-size: 1.5em;
    line-height: 35px;
    background: darkgreen;
    border: 1.5px solid green;
}

.body .thankyou p a{
    color: white;
    text-decoration: underline;
}
.body .thankyou p a:hover{
    color: darkgrey ;
    transition: all .3s;
}





.logout{
    color: red;
}

.logout:hover{
    background: black;
    color: white;
}

/* project slider*/


.project-slider{
    max-height:550px;
    background-color: #a3abc5;
    overflow: hidden;
}


.project-slider .project-wrapper{
    width: 85%;
    height: 45%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.project-slider .project-wrapper .project{
    display: inline-block;
    width: 300px;
    height: 350px;
    background: white;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1rem 1rem 1rem -1rem black; 
    
}

.project-slider .project-wrapper .project .projectinfo{
    height: 100%;
    padding: 0 5px;
}


.project-slider .slider-title{
    text-align: center;
    margin: 30px;   
    
}

.project-slider .next{
    position: absolute;
    top: 50%;
    right: 35px;
    font-size: 2em;
    color: #33bdff;
    cursor: pointer;
}
.project-slider .prev{
    position: absolute;
    top: 50%;
    left: 35px;
    font-size: 2em;
    color: #33bdff;
    cursor: pointer;
}


.project-slider .project-wrapper .project .sliderimg{
    width: 100%;
    height: 60%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
/* 

    Recent Project

*/

.content{
    width: 100%;
    margin: 30px auto 30px;
    
}
.content .main-content{
    
    width: 70%;
    float: left;
}

.content .main-content.single{
    background: #E2E2ED;
    padding: 20px;
    font-size: 1.1em;
    border-radius: 5px;
    margin-bottom: 95px;
}

.content .main-content.single .project-title{
    text-align: center;
    margin-bottom: 10px;
}


.content .main-content .project{
    background: white;
    width: 95%;
    height: 300px;
    margin: 20px auto;
    border-radius: 5px;
    position: relative;
}

.content .popular .project{
    border-top: 1px solid grey;
    margin-top: 10px;
    padding-top: 10px;
}

.content .popular .project img{
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.content .main-content .project .read-more{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    border: 1px solid #171756;
    border-radius: 0;
    color: #171756;
}


.content .main-content .project .read-more:hover{
    background: #171756;
    color: white;
    transition: .5s;
}



.content .main-content .project .project-image{
    width: 40%;
    height: 100%;
    float: left ;
    
}

.content .main-content .project .project-preview{
    padding: 10px;
    width: 60%;
    float: right;
    overflow: hidden;
}



.content .main-content .recent-project-title{
    margin: 20px;
}

.content .sidebar{
    width: 30%;
    float: left;
}

.content .sidebar.single{
    padding: 0px 10px;
}


.content .sidebar .section{
    background: #E1E1EC;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    
}

.content .sidebar .section .section-title{
    color: #00307C;
    margin: 10px 0 10px 0;
}
 

.content .sidebar .section.search{
    
    margin-top: 80px;
}

.content .sidebar .section.search h2{
    color: #00307C;
}
.content .sidebar .section.category h2{
    color: #00307C;
}

.content .sidebar .section.category ul{
    margin: 0;
    padding: 0;
    border-top: 1px solid grey;
    list-style: none;
    
    
}

.content .sidebar .section.category ul li a{
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid grey;
    transition: all .35s;
}

.content .sidebar .section.category ul li a:hover{
    padding-left: 20px;
    transition: all .35s;
}




/* AUTH PAGES */

.auth-content h2{
    padding: 20px;
}

.auth-content{
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    width: 60%;
    background: #85ABDA;
    border-radius: 5px;
    
}

.auth-content form div .input{
    position: absolute;
    width: 100%;
    outline: none;
    padding: 0 15px;
    font-size: 1.5em;
    line-height: 50px;
    border-radius: 20px;
    border: 2px solid #f0ffff;
    background: transparent;
    transition: 0.1s ease;
    z-index: 1111;
    
}


.auth-content form div .input:focus,
.auth-content form div .input:valid{
    font-family: sans-serif;
    color: #00008B;
    border: 3px solid #00008B;
    
}

.auth-content form div .input:focus + .lableline,
.auth-content form div .input:valid + .lableline{
    font-family: sans-serif;
    color: #00008B;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    transform: translate(-15px, -16px) scale(0.88);
    z-index: 1111;
    
}

.auth-content form div .input:focus ,
.auth-content form div .input:invalid {
    border: 2px solid #DB7093;
    
}


.auth-content form .entryarea{
    margin: 0 15px;
    position: relative;
    margin-bottom: 10px;
    height: 70px;
    line-height: 80px;
}


.auth-content form .entryarea .lableline{
    position: absolute;
    font-size: 1.2em;
    color: #f0ffff;
    padding: 0 15px;
    margin-left: 25px;
    background-color: #85ABDA;
    transition: 0.2s ease;
}

.auth-content form div{
    margin-bottom: 25px;
     margin-left: 25px;
}


.auth-content form div p{
    padding-bottom: 20px;
    text-align: center;
}


.auth-content form div p a{
    text-decoration: underline;
}

.auth-content form div label{
    padding-bottom: 30px;
    color: #160a0a;
    font-size: 1.5em;
}

.auth-content form div button{
    margin-left: 25px;
}

.auth-content .form-title{
    text-align: center;
}

/* Project intake form*/

.projectintake{
   width: 100%;
   background-color: #35aedb;
}

.projectintake form{   
    
    width: 90%;
}


.projectintake form h2{
    color: white;
    text-align: center;
    font-size: 50px;
    
}


.projectintake form div{
    text-align: center;
    display: flex;
    padding-bottom: 20px;
    
}


.projectintake form div p{
    width: 100%;
    margin-left: 15px;
}

.projectintake form div label{
    width: 30%;
    text-align: left;
    margin-left: 20px;
}

.projectintake form div input{
    margin-left: 15px;
    font-size: 20px;
    
}

.projectintake form div input[type = number]{
    width: auto;
    height: auto;
}


.projectintake form div input[type = text]{
    
    width: 95px;
}

.projectintake form div textarea{
    width: 50%;
    
}




/* manage project page */



.manageProject{
   
    text-align: center;
    width: 100%;
    height: 550px;
}
    .manageProject .thanks{
        color: #1e94e2;
}

.manageProject .project-title{
    margin-bottom: 0;
    text-align: center;
    font-size: 2.4em;
}

.notice{
    margin-left: 20px;
}

.manageProject .project-content{
    margin-left: 40px;
    height: 100%;
    width: 85%;
    text-align: left;
    left: 10%;
    right: 10%;
}

.project-content table{
    width: 100%;
    font-size: 1.2em;
}

.project-content table th, td{
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid grey;
}






/*

about section

*/


.about-section{
    font-family: sans-serif;
    background-color: #00307C;
    text-align: center;
    Padding-bottom: 40PX;

}


.about-section h1, h2{
    text-align: center;
    padding-top: 40px;
    font-family: sans-serif;
    color: #fff; 
}

.about-section p{
    text-align: left;
    font-size: 1.2em;
    text-indent: 25px;
}

.about-section .about-us, .mission, .vission{
    margin: auto;
    width: 65%;
    color: #fff;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}


.about-section .team{
    display: flex;
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
}


.about-section .team .team-member{
    width: 300px;
    margin: 5px;
    background: #fff;
    padding: 15px 15px;
    border-radius: 9px;
}

.about-section .team .team-member .member-img{
    background: #e9e5fa;
    max-width: 190px;
    width: 100%;
    height: 190px;
    margin: 0px auto;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    
}

.about-section .team .team-member .member-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-section .team .team-member h3{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
}



.about-section .team .team-member span{
    font-size: 12px;
}

.about-section .team .team-member p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}


.about-section .team .team-member .social-media{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 95%;
    height: 95%;
    background: rgb(0,0,0,0.55);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #557FFF;
    transform: scale(0);
    transition: all 0.5s ease;
}


.about-section .team .team-member .social-media .item{
    margin: 0 10px;
}


.about-section .team .team-member .social-media .item .fa{
    color: #557FFF;
    font-size: 20px;
}

.about-section .team .team-member .social-media .item i{
    padding: 5px;
}


.about-section .team .team-member .member-img:hover .social-media{
    transform: scale(1);
}


/*
-----------------------------------------------------------
NEWS
-----------------------------------------------------------
*/

.news{
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background: white;
    border: 2px solid lightseagreen;
    border-radius: 5px;
}
.news .news-content{
    padding: 30px;
    border: 3px solid lightseagreen;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.news a{
    color: lightseagreen;
}

.news p{
    text-align: justify;
}
.news h2{
    font-size: 1.8rem;
    color: cadetblue;
}

.news h3{
    font-size:1.5rem;
    color: lightseagreen;
}















/*footer*/

.footer{
    background: #1d1f21;
    color: aliceblue;
    height: 450px;
    position: relative;
    
}

.footer .footer-content{
    height: 350px;
    display: flex;
     
}

.footer .footer-content .footer-section{
    flex: 1;
    padding: 25px;
}

.footer .footer-content .about .contact span{
    display: block;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.footer .footer-content .about .socials a { 
    border: 1px solid grey;
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 5px;
}

.footer .footer-content .about .socials a:hover{
    
    border: 1px solid white;
    color: white;
    transition: all 0.1s;
    
}


.footer .footer-content .links ul a {
    list-style: circle;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}


.footer .footer-content .links ul a:hover{
    color: dimgray;
    margin-left: 5px;
    transition: all .2s;
}

.footer .footer-content .contact-form .contact-input{
        background: #e1dada;
        color: black;
        margin-bottom: 10px;
        line-height: 1.2rem;
        padding: .7rem 1.2rem;
    
    }

.footer .footer-content .contact-form .contact-input:focus{
        background-color: cornsilk;
        transition: all 0.3s;
    }




.footer .footer-content .contact-form .contact-btn{
        float: right ;
        font-size: 1.1em;
        font-family:monospace;
    }


.footer .footer-content .contact-form ul li{
    list-style: none;
}


.footer .footer-bottom{
        background: black;
        color: aliceblue;
        height: 50px;
        width: 100%;
        text-align: center;
        position: absolute;
        margin: 25px 0;
    }










/* 
------------------------------------------------------------------------
media querry
------------------------------------------------------------------------
*/
@media only screen and (max-width: 1550px){
    .logo-text2{
        display: none;
    }
    
}

@media only screen and (max-width: 992px){
	.navbar .links, .action-btn{
		display: none;
	}
	
	.lCriteria{
    width: 95%;
    
}
	
	.navbar .menu-togglei{
		display: block;
		margin-left: 95%;
	}
	
	.header .dropdown-menu{
		display: block; 
	}
	
	.criteria .dropdown-menu{
	    display: block;
	}
}

@media only screen and (max-width: 935px){
    .page-wrapper .welcome{
    
    width: 100%;
}

.page-wrapper .welcome p{
    font-size: 1rem;
    padding: 2px;
}
   
    .content{
        width: 100%;
    }
}

@media only screen and (max-width: 835px){
    .about-section .about-us, .mission, .vission{
        width: 95%;
    }

    .project_imagex{
        width: 100%; 
        height: 250px;
    }
    
.process-content{
    width: 100%;
    }
    
    .process-content ol{
        padding: 15px;
        margin: 0;
    }
    
    .faq-content{
        width: 95%;
}
    
    .project-slider .project-wrapper{
        width: 95%;
        height: 450px;
        margin: 0 auto;
        overflow: hidden;
        padding: 5px 0 5px 0;
    }
    
    .project-slider .next{
        display: none;
}
.project-slider .prev{
    display: none ;
    }

    
    .content .main-content{
         width: 100%;
    }
    
    .content .sidebar{
            width: 100%;

    }
    
    .footer{
    height: auto;
    
    }

.footer .footer-content{
    height: auto;
    flex-direction: column;

     
    }

.footer .footer-content .contact-form .contact-btn{
     width: 100%;
    }

    
    .content .sidebar .section.search{
    
            margin-top: 55px;
    }
   
}

@media only screen and (max-width: 750px){
    header{
        position: relative;
    }
     header ul{
        width: 100%;
        background: #191773;
        max-height: 0;
        overflow: hidden;
    }
    
    .show{
        max-height:  100em;
        transition: ease 2.5s;
    }
    
    header ul li{
       width: 100%
        
    }
    
    header ul li a{
        font-size: 1.2em;
        color: white;
    }
    
    header ul li ul{
        position: static;
        display: block;
        width: 100%;
    }
    
    header ul li ul li a{
        padding: 10px;
        background: inherit;
        color: white;
        padding-left: 50px;
    }
    
    header .menu-toggle{
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 1.5em;
        
    }
    
    header .logo{
        margin-left: .5em;
    
    
    }
    
    
    .auth-content{
        width: 90%;
        border-radius: 5px;
    
    }
    
    .about-section .team .team-member{
        width: 90%;

    }
    
    .project-slider .next{
    display: none;
}

.project-slider .prev{
    display: none;
    }


}


@media only screen and (max-width: 600px){
    
    .page-wrapper .video{
        height: 75vh;
        width: 95%;
   
    
}

.ad video{
        margin: 0 auto;
        height: 75vh;
        width: 95%;
}

.page-wrapper video{
    
    object-fit: contain;
}
    
    .auth-content{
        width: 95%;
        height:auto;
    }

    
    .content .main-content .project{
        height: auto;
    }
    .content .main-content .project .project-image{
        width: 100%;
        height: 75%;
    }

    .content .main-content .project .project-preview{
        width: 100%;
    }
    
    .content .main-content .project .read-more{
        position: static;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    
    .navbar .logo{
		display: none;
	}
	.header .dropdown-menu{
		margin-top: 1rem;
		left: 2rem;
		width: unset;
	}
	.criteria .dropdown-menu{
		margin-top: 1rem;
		left: 2rem;
		width: unset;
	}

    

}





