
/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

/*body*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
/*end of the body*/


/*navbar*/
.navbar-custom {
  background-color: #173761; /* Your custom color */
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #ffcc00; /* Custom brand/text color */
}
.navbar-custom .navbar-nav .nav-link {
  color: #ffbb00; /* Custom link color */
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: pink; /* Custom link hover color */
}
.nav-link:hover{
    text-decoration: underline;
}


.active{
color: #fff;
padding-left: 0px;
font-size: 1rem;

}
.logo{
    width: 150px;
    height: 100px;
    
}
.navbar-toggler-icon,.navbar-toggler{
    color: #fff;
}

/*gradient All*/
.gradient-word  {
background: -webkit-linear-gradient(right, #ededed, #011f36);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradient-words  {
background: -webkit-linear-gradient(left, #ededed, #011f36);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/*home intro*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

 #home-intro{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url("../Images/eParliament\ slider2-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    padding: 150px 50px 50px 50px;
}
.h-intro{
    width: 100%;
    height: auto;
    color: #fff;
    padding: 20px 20px;
    align-content: center;
    text-align: center;
}
.himg1 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    margin: 5px;
    opacity: 0.8;
}
.himg2 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    margin: 5px;
    opacity: 0.8;
}
.himg3 {
    width: 100%;
    height: auto;
   border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin: 5px;
    opacity: 0.8;
}
.himg4 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 5px;
    opacity: 0.8;
}

.himg-info {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    }

.h-carousel{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 10px 20px;
    
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
     #home-intro{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url("../Images/eParliament\ slider2-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    padding: 150px 50px 50px 50px;
    
}
.h-intro{
    width: 100%;
    height: auto;
    color: #fff;
    padding: 50px 50px;
    align-content: center;
    text-align: center;
}
.himg1 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg2 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg3 {
    width: 40%;
    height: auto;
   border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg4 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 5px;
    width: 100%;
    opacity: 0.8;
}

.himg-info {
    width: 100%;
    height: 300px;
    margin-bottom: 90px;
    padding: 20px 0px 0px 0px;
    }

.h-carousel{
    display: inline-flex;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 10px 20px;
    
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     #home-intro{
    width: 100%;
    height: auto;
    display: flex;
    background-image: url("../Images/eParliament\ slider2-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    padding: 150px 50px 100px 50px;
    
}
.h-intro{
    width: 40%;
    height: auto;
    color: #fff;
    padding: 15px 20px;
    align-content: center;
    text-align: left;
}
.himg1 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg2 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg3 {
    width: 40%;
    height: auto;
   border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 10px;
    width: 100%;
    margin-right: 5px;
    opacity: 0.8;
}
.himg4 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    padding: 5px;
    width: 100%;
    opacity: 0.8;
}

.himg-info {
    width: 100%;
    height: 300px;
    margin-bottom: 90px;
    padding: 20px 0px 0px 0px;
    }

.h-carousel{
    display: inline-flex;
    width: 70%;
    height: auto;
    color: #fff;
    padding: 10px 20px;
    
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 #home-intro{
    width: 100%;
    height: auto;
    display: flex;
    background-image: url("../Images/eParliament\ slider2-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    padding: 150px 50px 100px 50px;
    
}
.h-intro{
    width: 50%;
    height: 400px;
    color: #fff;
    padding: 100px 100px;
    align-content: center;
    text-align: left;
}
.himg1 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg2 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg3 {
    width: 40%;
    height: auto;
   border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
   
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg4 {
    width: 40%;
    height: auto;
 border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    opacity: 0.8;
}

.himg-info {
    width: 100%;
    height: 300px;
     margin-bottom: 90px;
     padding: 20px 0px 0px 0px;
    }

.h-carousel{
    display: inline-flex;
    width: 70%;
    height: auto;
    color: #fff;
    padding: 20px 20px;
    
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #home-intro{
    width: 100%;
    height: auto;
    display: flex;
    background-image: url("../Images/eParliament\ slider2-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    padding: 150px 50px 100px 50px;
}
.h-intro{
    width: 50%;
    height: 400px;
    color: #fff;
    padding: 100px 100px;
    align-content: center;
    text-align: left;
}
.himg1 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg2 {
    width: 40%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg3 {
    width: 40%;
    height: auto;
   border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
   
    padding: 10px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.8;
}
.himg4 {
    width: 40%;
    height: auto;
 border-radius: 8px;
    border: 1px solid var(--outline-transparent-color);
    background-color: #173761;
    
    padding: 10px;
    width: 100%;
    opacity: 0.8;
}

.himg-info {
    width: 100%;
    height: 300px;
     margin-bottom: 90px;
     padding: 20px 0px 0px 0px;
    }

.h-carousel{
    display: inline-flex;
    width: 70%;
    height: auto;
    color: #fff;
    padding: 20px 20px;
    
}
}
/*products*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
     #product-intro{
 width: 100%;
 height: auto;
 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/product\ img-01.jpg');
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  display: flex; /* Helps in positioning content like text */
  justify-content: center;
  align-items: flex-end; /* Aligns content to the bottom where the gradient is darkest */
  padding: 10px;
 color: #fff;  
    
}
.p-intro{
    width: 50%;
    height: auto;
    padding: 20px 20px;
}

.p-list{
    width: 50%;
    height: auto;
    padding: 20px 20px;
    font-size: 1.5rem;
}

/*why product*/
#why-product{
    width: 100%;
    display: inline-block;
    background-color: #022e4f;
    color: #fff;
    padding: 30px 30px;
    text-align: left;  
}
.whyp-list{
width: 100%;
margin-right: 0px;
}
.whyp-photo{
display: inline-block;
width: 100%;
padding: 20px 20px;
margin-left: 0px;
}
.whyp-img{
    width: 280px;
    padding: 20px;
}
/*future of product*/
#future{
 width: 100%;
color: black;
text-align: center;
align-items: center;
padding: 20px;
}
.future-intro{
    width: 100%;
    text-align: center;
    padding: 30px;
}
.statistics{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;

}
.future-stat{
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #022e4f;
    padding: 5px;
    
}
#get-started{
    text-align: center;
    padding: 50px;
    background-image: url("../Images/north_studio-marble-2398946_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
.input-group{
    width: 25%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 #product-intro{
 width: 100%;
 height: 400px;
 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/product\ img-01.jpg');
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  display: flex; /* Helps in positioning content like text */
  justify-content: center;
  align-items: flex-end; /* Aligns content to the bottom where the gradient is darkest */
  padding-bottom: 0px;
    color: #fff;  
    
}
.p-intro{
    width: 50%;
    height: auto;
    padding: 30px 50px;
}

.p-list{
    width: 50%;
    height: auto;
    padding: 30px 50px;
    font-size: 1.5rem;
}

/*why product*/
#why-product{
    display: flex;
    background-color: #022e4f;
    color: #fff;
    padding: 40px 40px;  
}
.whyp-list{
width: 50%;
margin-right: 50px;
}
.whyp-photo{
display: inline-block;
width: 50%;
padding: 20px 20px;
margin-left: 20px;
}
.whyp-img{
    width: 230px;
    padding: 20px;
}
/*future of product*/
#future{
 width: 100%;
color: black;
text-align: center;
align-items: center;
padding: 20px;
}
.future-intro{
    width: 100%;
    text-align: center;
    padding: 50px;
}
.statistics{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;

}
.future-stat{
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #022e4f;
    padding: 5px;
    
}
#get-started{
    text-align: center;
    padding: 50px;
    background-image: url("../Images/north_studio-marble-2398946_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
.input-group{
    width: 25%;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #product-intro{
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/product\ img-01.jpg');
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  display: flex; /* Helps in positioning content like text */
  justify-content: center;
  align-items: flex-end; /* Aligns content to the bottom where the gradient is darkest */
  padding-bottom: 0px;
    color: #fff;  
    
}
.p-intro{
    width: 50%;
    height: auto;
    padding: 30px 50px;
}

.p-list{
    width: 50%;
    height: auto;
    padding: 30px 50px;
    font-size: 1.5rem;
}

/*why product*/
#why-product{
    display: flex;
    background-color: #022e4f;
    color: #fff;
    padding: 50px 50px;  
}
.whyp-list{
width: 40%;
margin-right: 50px;
}
.whyp-photo{
display: inline-block;
width: 50%;
padding: 60px 20px;
margin-left: 20px;
}
.whyp-img{
    width: 230px;
    padding: 20px;
}
/*future of product*/
#future{
 width: 100%;
color: black;
text-align: center;
align-items: center;
}
.future-intro{
    width: 100%;
    text-align: center;
    padding: 50px;
}
.statistics{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;

}
.future-stat{
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #022e4f;
    padding: 5px;
    
}
#get-started{
    text-align: center;
    padding: 100px;
    background-image: url("../Images/north_studio-marble-2398946_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
.input-group{
    width: 25%;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#product-intro{
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/product\ img-01.jpg');
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  display: flex; /* Helps in positioning content like text */
  justify-content: center;
  align-items: flex-end; /* Aligns content to the bottom where the gradient is darkest */
  padding-bottom: 0px;
    color: #fff;  
    
}
.p-intro{
    width: 50%;
    height: auto;
    padding: 100px 100px;
}

.p-list{
    width: 50%;
    height: auto;
    padding: 100px 100px;
    font-size: 1.5rem;
}

/*why product*/
#why-product{
    display: flex;
    background-color: #022e4f;
    color: #fff;
    padding: 50px 70px;  
}
.whyp-list{
width: 40%;
margin-right: 50px;
}
.whyp-photo{
display: inline-block;
width: 50%;
padding: 60px 20px;
margin-left: 20px;
}
.whyp-img{
    width: 230px;
    padding: 20px;
}
/*future of product*/
#future{
 width: 100%;
color: black;
text-align: center;
align-items: center;
}
.future-intro{
    width: 100%;
    text-align: center;
    padding: 50px;
}
.statistics{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;

}
.future-stat{
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #022e4f;
    padding: 5px;
    
}
#get-started{
    text-align: center;
    padding: 100px;
    background-image: url("../Images/north_studio-marble-2398946_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
.input-group{
    width: 25%;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #product-intro{
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/product\ img-01.jpg');
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  display: flex; /* Helps in positioning content like text */
  justify-content: center;
  align-items: flex-end; /* Aligns content to the bottom where the gradient is darkest */
  padding-bottom: 0px;
    color: #fff;  
    
}
.p-intro{
    width: 50%;
    height: auto;
    padding: 100px 100px;
}

.p-list{
    width: 50%;
    height: auto;
    padding: 100px 100px;
    font-size: 1.5rem;
}

/*why product*/
#why-product{
    display: flex;
    background-color: #022e4f;
    color: #fff;
    padding: 50px 70px;  
}
.whyp-list{
width: 40%;
margin-right: 50px;
}
.whyp-photo{
display: inline-block;
width: 50%;
padding: 60px 20px;
margin-left: 100px;
}
.whyp-img{
    width: 230px;
    padding: 20px;
}
/*future of product*/
#future{
 width: 100%;
color: black;
text-align: center;
align-items: center;
}
.future-intro{
    width: 100%;
    text-align: center;
    padding: 50px;
}
.statistics{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;

}
.future-stat{
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #022e4f;
    padding: 5px;
    
}
#get-started{
    text-align: center;
    padding: 100px;
    background-image: url("../Images/north_studio-marble-2398946_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
.input-group{
    width: 25%;
}
}

/*footer*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 #footer-main{
background-color: #022e4f;
color: #fff;
padding:20px 20px ;
}
 .footer-menu, .footer-copyright{
    margin: 15px;
    color: #fff;
}   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#footer-main{
background-color: #022e4f;
color: #fff;
padding:20px 80px ;
}
 .footer-menu, .footer-copyright{
    margin: 15px;
    color: #fff;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
        #footer-main{
background-color: #022e4f;
color: #fff;
padding:20px 80px ;
}
 .footer-menu, .footer-copyright{
    margin: 15px;
    color: #fff;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #footer-main{
background-color: #022e4f;
color: #fff;
padding:20px 80px ;
}
 .footer-menu, .footer-copyright{
    margin: 15px;
    color: #fff;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#footer-main{
background-color: #022e4f;
color: #fff;
padding:20px 80px ;
}
 .footer-menu, .footer-copyright{
    margin: 15px;
    color: #fff;
}
}

/*Service page*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.service-intro{
text-align: center;
padding: 150px 100px 20px 100px;
background-color: #022e4f;
color: #fff;
}

#service-list{
    width: 100%;
    height: auto;
    padding: 10px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eParliament\ slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    display: flex;
    flex-direction: column;
    
}
.card{
    max-width: fit-content;
    height: auto;
    opacity: 0.7;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.service-intro{
text-align: center;
padding: 150px 100px 20px 100px;
background-color: #022e4f;
color: #fff;
}

#service-list{
    width: 100%;
    height: auto;
    padding: 10px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eParliament\ slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    display: flex;
    flex-direction: column;
    
}
.card{
    max-width: fit-content;
    height: auto;
    opacity: 0.7;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.service-intro{
text-align: center;
padding: 50px 0px 30px 0px;
background-color: #022e4f;
color: #fff;
}

#service-list{
    width: 100%;
    height: auto;
    padding: 50px 50px 50px 100px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eParliament\ slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    
}
.card{
    opacity: 0.7;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.service-intro{
text-align: center;
padding: 50px 0px 30px 0px;
background-color: #022e4f;
color: #fff;
}

#service-list{
    width: 100%;
    height: auto;
    padding: 50px 50px 50px 100px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eParliament\ slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    
}
.card{
    opacity: 0.7;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .service-intro{
    text-align: center;
    padding: 150px 0px 30px 0px;
    background-color: #022e4f;
    color: #fff;
}
#service-list{
    width: 100%;
    height: auto;
    padding: 50px 50px 50px 100px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eParliament\ slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    
}
.card{
    opacity: 0.7;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}


/*eboard*/
/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #eboard-cycle{
text-align: left;
padding: 40px;

}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#eboard-cycle{
text-align: left;
padding: 40px;

}
.card-group{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.card{
    width: 100%;
    height: auto;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 #eboard-cycle{
text-align: left;
padding: 40px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#eboard-cycle{
text-align: left;
padding: 40px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 #eboard-cycle{
text-align: left;
padding: 40px;
}
}


/*esg stastics*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
        #esg-main{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-content: center;
    padding: 50pxs;
    flex-direction: column;
   
}
.esgcontent{
    padding: 50px;
}
.statistics-esg{
    display: flex ;
    width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    background-color: #022e4f;
    
    justify-content: center;
}
.stat{
    margin: 10px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
     #esg-main{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-content: center;
    padding: 50pxs;
    flex-direction: column;
   
}
.esgcontent{
    padding: 50px;
}
.statistics-esg{
    display: flex ;
    width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    background-color: #022e4f;
    
    justify-content: center;
}
.stat{
    margin: 10px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #esg-main{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-content: center;
    padding: 50pxs;
    flex-direction: column;
   
}
.esgcontent{
    padding: 50px;
}
.statistics-esg{
    display: flex ;
    width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    background-color: #022e4f;
    
    justify-content: center;
}
.stat{
    margin: 10px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


#esg-main{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-content: center;
    padding: 50pxs;
    flex-direction: column;
   
}
.esgcontent{
    padding: 50px;
}
.statistics-esg{
    display: flex ;
    width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    background-color: #022e4f;
    
    justify-content: center;
}
.stat{
    margin: 10px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

#esg-main{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-content: center;
    padding: 50pxs;
    flex-direction: column;
   
}
.esgcontent{
    padding: 50px;
}
.statistics-esg{
    display: flex ;
    width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    background-color: #022e4f;
    
    justify-content: center;
}
.stat{
    margin: 10px;
}

}
/*about Us*/


/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
     #about-us{
 text-align: center;
 background-image: url("../Images/richardley-berlin-1749723_1920.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
  padding: 150px 50px 50px 50px;
}
.about-content{
    background-color: #022e4f;
    border-radius: 10px;
    color: #c2c1c1;
    padding: 2px;
    margin: 10px;
    opacity: 0.8;
}
.about-header{
    background-color: #fff;
    width: 40%;
    padding: 2px;
}
#about-body{
    display: inline-block;
}
.ab-bodycontent{
    width: 100%;
    padding: 30px;
    text-align: left;
}
.ab-subcontent{
    padding: 20px 20px;

}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 #about-us{
 text-align: center;
 background-image: url("../Images/richardley-berlin-1749723_1920.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
 padding: 150px 50px 50px 50px;
}
.about-content{
    background-color: #022e4f;
    border-radius: 10px;
    color: #c2c1c1;
    padding: 2px;
    margin: 10px;
    opacity: 0.8;
}
.about-header{
    background-color: #fff;
    width: 30%;
    padding: 2px;
}
#about-body{
    display: flex;
}
.ab-bodycontent{
    width: 100%;
    padding: 30px;
    text-align: left;
}
.ab-subcontent{
    padding: 80px 20px;

}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#about-us{
 text-align: center;
 background-image: url("../Images/richardley-berlin-1749723_1920.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
 padding: 150px 50px 50px 50px;
}
.about-content{
    background-color: #022e4f;
    border-radius: 10px;
    color: #c2c1c1;
    padding: 2px;
    margin: 10px;
    opacity: 0.8;
}
.about-header{
    background-color: #fff;
    width: 20%;
    padding: 2px;
}
#about-body{
    display: flex;
}
.ab-bodycontent{
    width: 100%;
    padding: 30px;
    text-align: left;
}
.ab-subcontent{
    padding: 80px 20px;

}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 #about-us{
 text-align: center;
 background-image: url("../Images/richardley-berlin-1749723_1920.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
 padding: 150px 50px 50px 50px;
}
.about-content{
    background-color: #022e4f;
    border-radius: 10px;
    color: #c2c1c1;
    padding: 2px;
    margin: 10px;
    opacity: 0.8;
}
.about-header{
    background-color: #fff;
    width: 20%;
    padding: 2px;
}
#about-body{
    display: flex;
}
.ab-bodycontent{
    width: 100%;
    padding: 30px;
    text-align: left;
}
.ab-subcontent{
    padding: 80px 20px;

}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 #about-us{
 text-align: center;
 padding: 150px 50px 50px 50px;
 background-image: url("../Images/richardley-berlin-1749723_1920.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.about-content{
    background-color: #022e4f;
    border-radius: 10px;
    color: #c2c1c1;
    padding: 2px;
    margin: 10px;
    opacity: 0.8;
}
.about-header{
    background-color: #fff;
    width: 20%;
    padding: 2px;
}
#about-body{
    display: flex;
}
.ab-bodycontent{
    width: 100%;
    padding: 30px;
    text-align: left;
}
.ab-subcontent{
    padding: 80px 20px;

}
}

/*focus area*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
        #focus-area{
    padding: 20px 50px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eparliament\ small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    color: #fff;
}
.importance-card{
    display: inline-block;
    width: 100%;
    padding: 20px 50px;
}
.focus-title{
    width: 80px;
    background-color: #022e4f;
    padding: 5px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #focus-area{
    padding: 20px 80px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eparliament\ small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    color: #fff;
}
.importance-card{
    display: inline-block;
    width: 100%;
    padding: 20px 80px;
}
.focus-title{
    width: 80px;
    background-color: #022e4f;
    padding: 5px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#focus-area{
    padding: 20px 80px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eparliament\ small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    color: #fff;
}
.importance-card{
    display: inline-block;
    width: 100%;
    padding: 20px 80px;
}
.focus-title{
    width: 80px;
    background-color: #022e4f;
    padding: 5px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 #focus-area{
    padding: 20px 80px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eparliament\ small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    color: #fff;
}
.importance-card{
    display: inline-block;
    width: 100%;
    padding: 20px 80px;
}
.focus-title{
    width: 80px;
    background-color: #022e4f;
    padding: 5px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #focus-area{
    padding: 20px 80px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #022e4f 100%), url('../Images/eparliament\ small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    color: #fff;
}
.importance-card{
    display: inline-block;
    width: 100%;
    padding: 20px 80px;
}
.focus-title{
    width: 80px;
    background-color: #022e4f;
    padding: 5px;
}
}

/*whom we serve*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
     #partners{
    width: 100%;
    display: inline-block ;
    padding: 20px 20px;
    text-align: center;
}
.p-img{
    width: 130px;
    margin: 10px;
}



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #partners{
    width: 100%;
    display: inline-block ;
    padding: 20px 50px;
    text-align: center;
}
.p-img{
    width: 130px;
    margin: 10px;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#partners{
    width: 100%;
    display: inline-block ;
    padding: 20px 80px;
    text-align: center;
}
.p-img{
    width: 130px;
    margin: 10px;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #partners{
    width: 100%;
    display: inline-block ;
    padding: 20px 80px;
    text-align: center;
}
.p-img{
    width: 130px;
    margin: 10px;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #partners{
    width: 100%;
    display: inline-block ;
    padding: 20px 80px;
    text-align: center;
}
.p-img{
    width: 130px;
    margin: 10px;
}

}
/*contact form*/
/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 #contact-form{
    display: inline-block;
    padding: 150px 30px 30px 30px;
    background-color: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3, #c0c0c0);
    
}
.contact-info, .form{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    
}
.contacts{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.form-info{
    border-radius: 10px;
    border: 1px solid;
    padding: 30px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
     #contact-form{
    display: flex;
    padding: 200px 50px 50px 50px;
    background-color: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3, #c0c0c0);
    
}
.contact-info, .input-group{
    width: 50%;
    height: auto;
    padding: 10px 20px;
    
}
.contacts{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.form-info{
    border-radius: 10px;
    border: 1px solid;
    padding: 30px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     #contact-form{
    display: flex;
    padding: 200px 50px 50px 50px;
    background-color: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3, #c0c0c0);
    
}
.contact-info, .input-group{
    width: 50%;
    height: auto;
    padding: 10px 20px;
    
}
.contacts{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.form-info{
    border-radius: 10px;
    border: 1px solid;
    padding: 30px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #contact-form{
    display: flex;
    padding: 200px 50px 50px 50px;
    background-color: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3, #c0c0c0);
    
}
.contact-info, .input-group{
    width: 50%;
    height: auto;
    padding: 10px 20px;
    
}
.contacts{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.form-info{
    border-radius: 10px;
    border: 1px solid;
    padding: 30px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #contact-form{
    display: flex;
    padding: 250px 50px 50px 50px;
    background-color: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3, #c0c0c0);
    
}
.contact-info, .input-group{
    width: 50%;
    height: auto;
    padding: 10px 40px;
    
}
.contacts{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.form-info{
    border-radius: 10px;
    border: 1px solid;
    padding: 30px;
}
}
/*policies page*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #policy, #cookies-policy{
  margin: 60px 30px 0px 30px; 
  text-align: justify; 
  padding: 100px 20px 0px 20px;

  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   #policy, #cookies-policy{
  margin: 50px 30px; 
  text-align: justify; 
  padding: 100px 20px 0px 20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #policy, #cookies-policy{
  margin: 50px 30px; 
  text-align: justify; 
  padding: 100px 20px 0px 20px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   #policy, #cookies-policy{
  margin: 50px 80px; 
  text-align: justify;
  padding: 100px 20px 0px 20px; 
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #policy, #cookies-policy{
  margin: 50px 80px; 
  text-align: justify; 
  padding: 100px 20px 0px 20px;
  }
}


/*eparliament*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #eparliament-main{
width: 100%;
height: auto;
display: inline-block;
padding-top: 120px;
}
.eparliament-img{
width: 100%;
height: auto;
padding: 100px;
color: #fff;
background-image: url("../Images/eparliament\ main.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eparliament-info{
width: 100%;
height: auto;
padding: 20px;
}
#why-eparliament{
width: 100%;
padding: 20px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center;
}
#eparliament-matters{
 width: 100%;
 height: auto;
 padding: 20px;
 background-color: #fbf9f9;
 background-image: url("../Images/why-eparliament02-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center;
}
.e-matterscontent{
width: 100%;
display: flex;
flex-wrap: wrap ;
gap: 10px;
justify-content: center;
border-radius: 20px;
}

#ep-features{
    display: inline-block;
    width: 100%;
    height: auto;
}
.ep-feature-image, .ep-image{
    width: 100%;
    height: auto;
}
.ep-image{
    width: 100%;
    height: 100%;
}
.ep-feature-info{
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #d5d3d3;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#eparliament-main{
width: 100%;
height: auto;
display: flex;
padding-top: 120px;
}
.eparliament-img{
width: 70%;
height: auto;
padding: 100px;
color: #fff;
background-image: url("../Images/eparliament\ main.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eparliament-info{
width: 50%;
height: auto;
padding: 20px;
}
#why-eparliament{
width: 100%;
padding: 20px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eparliament-matters{
 width: 100%;
 height: auto;
 padding: 20px;
 background-color: #fbf9f9;
 background-image: url("../Images/why-eparliament02-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center;
}
.e-matterscontent{
    width: 100%;
display: flex;
flex-wrap: wrap ;
gap: 10px;
justify-content: left;
}

#ep-features{
    display: inline-block;
    width: 100%;
    height: auto;
}
.ep-feature-image, .ep-image{
    width: 100%;
    height: auto;
}
.ep-image{
    width: 100%;
    height: 100%;
}
.ep-feature-info{
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #d5d3d3;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#eparliament-main{
width: 100%;
height: auto;
display: flex;
padding-top: 100px;
}
.eparliament-img{
width: 70%;
height: auto;
padding: 100px;
color: #fff;
background-image: url("../Images/eparliament\ main.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eparliament-info{
width: 50%;
height: auto;
padding: 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eparliament-matters{
 width: 100%;
 height: auto;
 padding: 30px;
 background-color: #fbf9f9;
 background-image: url("../Images/why-eparliament02-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center;
}
.e-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: left;
}

#ep-features{
    display: flex;
    width: 100%;
    height: auto;
}
.ep-feature-image, .ep-image{
    width: 100%;
    height: auto;
}
.ep-image{
    width: 100%;
    height: 100%;
}
.ep-feature-info{
    width: 50%;
    height: auto;
    padding: 50px;
    background-color: #d5d3d3;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#eparliament-main{
width: 100%;
height: auto;
display: flex;
padding-top: 120px;
}
.eparliament-img{
width: 70%;
height: auto;
padding: 100px;
color: #fff;
background-image: url("../Images/eparliament\ main.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eparliament-info{
width: 50%;
height: auto;
padding: 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eparliament-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;
 background-image: url("../Images/why-eparliament02-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.e-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}

#ep-features{
    display: flex;
    width: 100%;
    height: auto;
}
.ep-feature-image, .ep-image{
    width: 100%;
    height: auto;
}
.ep-image{
    width: 100%;
    height: 100%;
}
.ep-feature-info{
    width: 50%;
    height: auto;
    padding: 50px;
    background-color: #d5d3d3;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#eparliament-main{
width: 100%;
height: auto;
display: flex;
padding-top: 120px;
}
.eparliament-img{
width: 70%;
height: auto;
padding: 100px;
color: #fff;
background-image: url("../Images/eparliament\ main.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eparliament-info{
width: 50%;
height: auto;
padding: 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eparliament-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;
 background-image: url("../Images/why-eparliament02-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.e-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}

#ep-features{
    display: flex;
    width: 100%;
    height: auto;
}
.ep-feature-image{
    width: 100%;
    height: auto;
}
.ep-image{
    width: 100%;
    height: auto;
}
.ep-feature-info{
    width: 50%;
    padding: 100px;
    background-color: #d5d3d3;
}
}

/*eBoard*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #eBoard-main{
width: 100%;
height: auto;
display: inline-block;
padding: 120px 20px 0px 20px;
}
.eboard-img{
width: 100%;
height: auto;
padding: 100px;
color: #011f36;
background-image: url("../Images/kjwathne-ai-generated-8534841_1920.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eBoard-info{
width: 100%;
height: auto;
padding: 20px 20px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eBoard-matters{
 width: 100%;
 height: auto;
 padding: 30px;
 background-color: #fbf9f9;

}
#eBoard-stage{
width: 100%;
height: auto;
padding: 20px 20px;
background-color: #022e4f;  
color: #fff;
}
.card-eboard{
    width: 100%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#eBoard-main{
width: 100%;
height: auto;
display: inline-block;
padding: 120px 20px 0px 20px;
}
.eboard-img{
width: 100%;
height: auto;
padding: 100px;
color: #011f36;
background-image: url("../Images/kjwathne-ai-generated-8534841_1920.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eBoard-info{
width: 100%;
height: auto;
padding: 20px 20px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eBoard-matters{
 width: 100%;
 height: auto;
 padding: 30px;
 background-color: #fbf9f9;

}
#eBoard-stage{
width: 100%;
height: auto;
padding: 20px 20px;
background-color: #022e4f;  
color: #fff;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #eBoard-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 20px 0px 20px;
}
.eboard-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/kjwathne-ai-generated-8534841_1920.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eBoard-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eBoard-matters{
 width: 100%;
 height: auto;
 padding: 30px;
 background-color: #fbf9f9;

}
#eBoard-stage{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #022e4f;  
color: #fff;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#eBoard-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 20px 0px 20px;
}
.eboard-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/kjwathne-ai-generated-8534841_1920.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eBoard-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eBoard-matters{
 width: 100%;
 height: auto;
 padding: 30px;
 background-color: #fbf9f9;

}
#eBoard-stage{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #022e4f;  
color: #fff;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#eBoard-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 20px 0px 20px;
}
.eboard-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/kjwathne-ai-generated-8534841_1920.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:end;
}
.eBoard-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-eparliament{
width: 100%;
padding: 50px;
background-image: url("../Images/why-eparliament-01-01.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
#eBoard-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#eBoard-stage{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #022e4f;  
color: #fff;
}
}

/*ESG*/

/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
       #ESG-main{
width: 100%;
height: auto;
display: inline-block;
padding: 100px 0px 0px 0px;
}
.ESG-img{
width: 100%;
height: auto;
padding: 50px;
color: #011f36;
background-image: url("../Images/ESG\ lumatech.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.ESG-info{
width: 100%;
height: auto;
padding: 80px 50px;
}
#why-ESG{
width: 100%;
padding: 50px;
background-image: url("../Images/Esg\ background.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#ESG-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#ESG-features{
width: 100%;
height: auto;
padding: 20px 20px;
background-color: #fff;  

}
.esg-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #ESG-main{
width: 100%;
height: auto;
display: inline-block;
padding: 100px 0px 0px 0px;
}
.ESG-img{
width: 100%;
height: auto;
padding: 50px;
color: #011f36;
background-image: url("../Images/ESG\ lumatech.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.ESG-info{
width: 100%;
height: auto;
padding: 80px 50px;
}
#why-ESG{
width: 100%;
padding: 50px;
background-image: url("../Images/Esg\ background.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#ESG-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#ESG-features{
width: 100%;
height: auto;
padding: 20px 20px;
background-color: #fff;  

}
.esg-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#ESG-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 0px 0px 0px;
}
.ESG-img{
width: 50%;
height: auto;
padding: 50px;
color: #011f36;
background-image: url("../Images/ESG\ lumatech.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.ESG-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-ESG{
width: 100%;
padding: 50px;
background-image: url("../Images/Esg\ background.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#ESG-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#ESG-features{
width: 100%;
height: auto;
padding: 20px 20px;
background-color: #fff;  

}
.esg-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 #ESG-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 0px 0px 0px;
}
.ESG-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/ESG\ lumatech.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.ESG-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-ESG{
width: 100%;
padding: 50px;
background-image: url("../Images/Esg\ background.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#ESG-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#ESG-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.esg-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#ESG-main{
width: 100%;
height: auto;
display: flex;
padding: 100px 0px 0px 0px;
}
.ESG-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/ESG\ lumatech.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.ESG-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-ESG{
width: 100%;
padding: 50px;
background-image: url("../Images/Esg\ background.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#ESG-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#ESG-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.esg-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/*lea EDMS*/


/*mediaquery home*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
        #lea-main{
width: 100%;
height: auto;
display: inline-block;
padding-top: 150px;
}
.lea-img{
width: 100%;
height: auto;
padding: 50px;
color: #011f36;
background-image: url("../Images/lea\ photo\ background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.lea-info{
width: 100%;
height: auto;
padding: 80px 50px;
}
#why-lea{
width: 100%;
padding: 50px;
background-image: url("../Images");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#lea-matters{
 width: 100%;
 height: auto;
 padding: 50px;
 background-color: #fbf9f9;

}
#lea-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.lea-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #lea-main{
width: 100%;
height: auto;
display: inline-block;
padding-top: 120px;
}
.lea-img{
width: 100%;
height: auto;
padding: 50px;
color: #011f36;
background-image: url("../Images/lea\ photo\ background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.lea-info{
width: 100%;
height: auto;
padding: 80px 50px;
}
#why-lea{
width: 100%;
padding: 50px;
background-image: url("../Images");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#lea-matters{
 width: 100%;
 height: auto;
 padding: 20px;
 background-color: #fbf9f9;

}
#lea-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.lea-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#lea-main{
width: 100%;
height: auto;
display: flex;
padding-top: 100px;
}
.lea-img{
width: 70%;
height: auto;
padding: 150px 50px 0px  50px;
color: #011f36;
background-image: url("../Images/lea\ photo\ background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.lea-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-lea{
width: 100%;
padding: 50px;
background-image: url("../Images");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#lea-matters{
 width: 100%;
 height: auto;
 padding: 50px;
 background-color: #fbf9f9;

}
#lea-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.lea-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
     #lea-main{
width: 100%;
height: auto;
display: flex;
padding-top: 100px;
}
.lea-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/lea\ photo\ background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.lea-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-lea{
width: 100%;
padding: 50px;
background-image: url("../Images");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#lea-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#lea-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.lea-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 #lea-main{
width: 100%;
height: auto;
display: flex;
padding-top: 100px;
}
.lea-img{
width: 70%;
height: auto;
padding: 150px;
color: #011f36;
background-image: url("../Images/lea\ photo\ background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:end;
}

.lea-info{
width: 50%;
height: auto;
padding: 80px 50px;
}
#why-lea{
width: 100%;
padding: 50px;
background-image: url("../Images");
 background-repeat: no-repeat;
 background-size: cover;
 background-position:center
}
.word{
    color: #fff;
    background: #011f36;
    opacity: 0.7;
}


#lea-matters{
 width: 100%;
 height: auto;
 padding: 80px;
 background-color: #fbf9f9;

}
#lea-features{
width: 100%;
height: auto;
padding: 20px 80px;
background-color: #fff;  

}
.lea-matterscontent{
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: left;
}
}
