body{
    background-color: rgb(231, 227, 227);
    overflow-x: hidden;
}
.n{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #b3b3b3 !important;
    margin-left: 100px;
    margin-top: 65px;
    /* margin-bottom: 250px; */
    /* border: 1px solid black; */
    font-size: 21px;
    /* border: 1px solid black; */
}
 
.navbar-custom{
    background-color:rgb(231, 227, 227) !important;
}
 
#logo{
    margin-top: 70px;
    margin-left: 250px;
    width: 300px;

}
#lng{
    text-align: right;
}

.blockquote {
    position: relative;
    padding: 20px;
    margin: 20px;
    margin-right: 80px !important;
    margin-left: 1280px !important;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333 !important;
    text-align: center;
    margin-top: 0px !important;
    
    
}
.blockquote::before {
    content: "“";
    font-size: 43px;
    color: #b3b3b3;
    position: absolute;
    left: 30px;
    top: 8px;
}
.blockquote::after {
    content: "";
    position: absolute;
    bottom: -20px; 
    left: 20px; 
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f9f9f9;
    z-index: 1;
}
.logoMenuDiv{
    display: flex;
}
.lang-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}
.lang-buttons button {
    margin-left: 5px;
    border: none;
    background: #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
.lang-buttons button:hover {
    background-color: rgb(4, 77, 78) !important; 
    color: white !important; 
  
}

.nav-link {
   
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 35px;
}
.nav-link:hover {
    background-color: rgb(4, 77, 78) !important; 
    color: white !important; 
    /* padding-top: 5px;
    padding-bottom: 5px; */
    /* padding-left: 15px !important;
    padding-right: 15px !important; */
    border-radius: 20px !important;

}
.nav-link:hover::before{

    font-size: 40px;
    color: #b3b3b3;
    position: absolute;
    left: 5px;
    top: 10px;
}


h4{
    text-align: center;
}
.custom-carousel {
    width: 1200px; 
    height: 450px; 
    margin: auto; 
  }
  
  .custom-carousel .carousel-inner {
    width: 100%;
    height: 100%;
  }
  
  .custom-carousel .carousel-item {
    width: 100%;
    height: 100%;
  }
  
  .custom-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire item */
  }
  
  .custom-carousel .carousel-text {
    position: absolute;
    bottom: 20px; 
    left: 20px; 
    color: white; /* Text color */
    background-color: rgba(0, 0, 0, 0.637); 
    padding: 10px;
    
  }

  .carousel-indicators button {
    width: 12px !important; 
    height: 12px !important; 
    border-radius: 50% !important; 
    background-color: #fff; 
    border: none; 
    margin: 0 5px; /* Space them out */
    transition: background-color 0.3s ease; /* Smooth transition for hover and active states */
  }
.headerNewpointDiv12{
  margin-top: 20px;
}
  .carousel-indicators .active {
    background-color: #000; /* Color for the active indicator */
  }

  .carousel-indicators button:hover {
    background-color: white; /* Color on hover */
  }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  background-color: rgba(0, 0, 0, 0.863);
  
}

h4{
    text-align: center;
}

.blockquote2 {
    position: relative;
    padding: 20px;
    margin: 20px;
    margin-right: 350px !important;
    margin-left: 350px !important;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333 !important;
    text-align: center;
    font-style: italic;
    
    
}
.blockquote2::before {
    content: "“";
    font-size: 50px;
    color: #b3b3b3;
    position: absolute;
    left: 10px;
    top: 8px;
}

.blockquote2::after {
    content: "";
    position: absolute;
    bottom: -20px; 
    left: 20px; 
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f9f9f9;
    z-index: 1;
}

.user{
    display:flex;
    margin-left: 350px;
}


    .user .text {
     margin-left: 15px !important;
    }

    #usertext{
        font-size: 13px;
        padding-top: 0px !important;
        color: #747474;
    }

    footer {
        background-color: #000;
        color: #d1d1d1cc;
        padding: 10px;
        text-align: left;
        font-size: 13px;
        padding: 17px;
      }
      footer p, footer a {
        display: inline-block;
        margin: 0 10px;
        color: #d1d1d1cc;
        text-decoration: none;
      }
    
      footer a:hover{
        color: white;

      }
      /* css desara */
      .buttonsContainer{
        display: flex;
        margin-right: 150px;
        margin-left: 300px;
        margin-top: 50px;
    }
    .button{
        background-color: black;
        border: 1px solid black;
        margin-right: 1px;
        height: 180px;
        width: 260px;
    }
    .button:hover{
        background-color: rgb(73, 114, 189);
        border: 1px solid rgb(73, 114, 189);
    }
    .buttonDiv{
        margin-top: 0;
    }
    .h3{
        color: white !important;
        /* padding-left: 70px !important; */
        font-size: 14px !important;
        padding-right: 55px !important;
    }
    .para{
        color: white;
        width: 70%;
        font-size: 12px;
        text-align: left;
        padding-left: 20px;
    }
    .div1{
        width: 30%;
    }
    .div2{
        width: 70%;
        padding-top: 15px;
    }
    .insideButtonDiv{
        display: flex;
    }
    #icon{
        color: white;
        font-size: 50px;
        padding-top: 50px;
        padding-left: 15px;
    }
  
    /* sectors */
    .titleSector,.titleSector1{
        display: flex;
        margin-left: 300px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .backslash1,.backslash2{
        color: rgb(212, 211, 211);
        font-size: large;
        /* padding-top: 2px; */
        font-weight: 500;
    
    }
    .backslash1{
        padding-right: 10px;
    }
    .backslash2{
        padding-left: 10px;
    }
    .h3Sectors{
        padding-top: 5px;
        font-size: 17px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        letter-spacing: 6px;
    }
    /* kartat */
    .cardsContainer{
        display: flex;
        margin-left: 200px;
        margin-bottom: 100px;
    }
    .card-img-top{
        height: 170px !important;
        width: 100%;
        /* width: 240px !important; */
        object-fit: cover;
        border-radius: 0 !important;
        padding: 0;
        margin: 0;
    
    }
    .cardButton{
        cursor: pointer;
        border: none !important;
        background-color: transparent !important;
        border-bottom: 1px solid rgb(184, 182, 182) !important;
        /* margin: 0; */
    }
    .cardButton:hover{
        /* box-shadow: 0 4px 10px 0 grey; */
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-bottom: 1px solid rgb(120, 120, 161) !important;
        background-color: transparent;
    }
    .card{
        height: 170px !important;
        width: 240px !important;
        margin-right: 30px;
        border: none !important;
        border-radius: 0;
        background-color: white !important;
    
    }
    .card-title{
        font-size: 15px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        /* border-bottom: 1px solid rgb(184, 182, 182) !important;
        padding-bottom: 10px; */
    }
    .card-title:hover{
        color: rgb(109, 109, 173);
    }
    .titleSector1{
        margin-top: 150px;
    }
    .workContainer{
        display: flex;
        border: 1px solid rgb(196, 192, 192);
        background-color: rgb(224, 223, 223);
        width: 1050px;
        margin-left: 300px;
        border-radius: 4px;
        padding: 15px 20px 5px 20px;
        margin-bottom: 200px;
    }
    .spanWork{
        color: rgb(73, 114, 189);
    }
    .paraWork{
        font-size: 14px;
        color: rgb(61, 61, 61);
    }
    .workButon{
        margin-left: 300px;
        width: 260px;
        height: 50px;
        margin-top: 10px;
        border-radius: 5px;
        color: white;
        background-color: black;
        border: 1px solid black;
        /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
        font-size: 19px;
    }
    .workButon:hover{
        background-color: rgb(73, 114, 189);
        border: 1px solid rgb(73, 114, 189);
    }


    /* about Era CSS */
    
    .services-container {
      /* margin-left: 1500px; */
      font-size: 13px;
      margin-top: 0px;

    }
    
    .servicecontact{
        margin-left: 40;
        /* border: 1px solid black; */
    }
    .servicecontact1{
        margin-right: -320px;
        /* border: 1px solid black; */
        padding-left: 90px;
    }
    
    .services-container h6 {
        font-size: 20px;
        margin-bottom: 0px;
        position: relative;
        padding-bottom: 0px;
    }
    /* .serviceandcontact{
        border: 1px solid black;
       
    } */
    
    .services-container h6::after {
        content: "";
        display: block;
        width: 250px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3); /* Light shadow effect */
        position: absolute;      
        
    }
    
    .services-list {
        list-style-type: none;
        padding: 0px;
        margin-top: 0px;
        
    }
    .serviceMenu{
        font-weight: bold;
    }
    
    .services-list li {
        margin: 0px 0;
        padding: 6px 0;
        cursor: pointer;
        width: 250px;
    }
    

    .services-list a.services {
        text-decoration: none;
        color: #000;
        position: relative;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
       
    }
    
    .services-list a.services::after {
        content: "";
        display: block;
        width: 250px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3); /* Light shadow effect */
        position: absolute;      
        bottom: -8px;
    }
    
   
    
    .services-list a.services:hover {
        color: rgb(4, 77, 78);
    }

    .contact-container {
        /* margin-left: 1500px; */
        margin-right: 400px;
        font-size: 13px;
        
  
        
      }

      .contact-container h6 {
        font-size: 18px;
        margin-bottom: 0px;
        position: relative;
        padding-bottom: 5px;
    }
    
    .contact-container h6::after {
        content: "";
        display: block;
        width: 250px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3); /* Light shadow effect */
        position: absolute;      
        
    }
    
   
   
    /* work with us forma   ERA */

    .form-container {
        margin-top: 30px;
        padding: 0 20 20 20 px;

       
      
    }
    .form-container input[type="text"], 
    .form-container input[type="email"] {
        width: 20%;
        padding: 5px;
        margin: 5px 0 10px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 13px;
    }

    .form-container textarea {
        width: 60%;
        padding: 10px;
        margin: 5px 0 10px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }


    .form-container input[type="file"] {
        margin: 5px 0 10px 0;
        font-size: 13px;
    }
    .form-container input[type="checkbox"] {
        margin-top: 10px;
    }
    .form-container button {
        background-color:  black;
        color: white;
        padding: 10px 15px;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
    .form-container button:hover {
        background-color: grey;
    }
    .form-container .legal-notice {
        color: blue;
        text-decoration: none;
    }

    #workparagraf {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 750px; /* Optional: to control the width of the div */
        height: 300px;
        font-size: 15px;
        background-color: rgb(231, 227, 227);
      

    }

     #workparagraf h5{
       
        margin-bottom: 15px;
     }
    .no-bullets {
        list-style-type: none;
        padding-left: 0;
    }
    
    .no-bullets li {
        margin-left: 0;
        padding-left: 1em; /* Optional: to give some space between the icon and the text */
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .no-bullets li i {
        margin-right: 0.5em;
        color: #000000; /* Optional: change the color of the check icon */
    }



    /* DESARAAAAA ABOUT */
    /* about--- certifications */
    .workButon{
        margin-left: 300px;
        width: 260px;
        height: 50px;
        margin-top: 10px;
        border-radius: 5px;
        color: white;
        background-color: black;
        border: 1px solid black;
        /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
        font-size: 19px;
    }
    .workButon:hover{
        background-color: rgb(73, 114, 189);
        border: 1px solid rgb(73, 114, 189);
    }
    .cardCertif{
        cursor: pointer;
        border: none !important;
        background-color: rgb(231, 227, 227);
        
    }
    .cardCertif:hover{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* border-radius: 10px !important; */

    }
    .certif-img{
        height: 250px !important;
        width: 80%;
        /* width: 240px !important; */
        object-fit: cover;
        border-radius: 0 !important;
        padding: 0;
        margin: 0;
        border: 2px solid black;
        /* border-radius: 20px !important; */
    }
    /* newpoint black header */
    .headerNewpoint{
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 28px;
        border: 1px solid black;
        background-color: #000;
        padding-left: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px !important;
        margin-right: 230px;
        margin-left: 230px;
        border-radius: 0 0 40px 0;
    }
    /* permbajtja e about */
    .divPermbajtja{
        width: 70%;
        margin-left: 230px;
    }
    .divPermbajtja1{
        width: 70%;
        margin-left: 230px;
        margin-right: -375px;
    }
    .handshaking{
        width: 250px;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .titulliAbout{
        font-size: 21px;
        text-align: left;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .paraAbout{
        width: 100%;
        text-align: justify;
        
    }
    .nentitullAbout{
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-align: left;
        margin-bottom: 5px;
    }
    .bigDivPermbajtja{
        display: flex;
        width: 1830px;
    }
    .aSpan{
        background-color: #000;
        color: white;
        font-size: 30px;
        padding: 4px 10px 4px 10px;
        border-radius: 5px;
        margin-right: 5px;
    }
/* privacy policy */
.titlePrivacy{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.h4Privacy,.olliPrivacy{
    text-align: left;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.paraPrivacy{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
 .divPolicy{
    width: 60%;
    
 }
 .bigDivPrivacy{
    display: flex;
    margin-left: 230px;
 }
 .liStylePrivacy{
    list-style-type: disc;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
 }
 /* app solutions */
 .appHands{
    width: 100%;
    height: 650px;
    object-fit: cover;
 }
 .divServicesCards{
    margin-left: 230px;
    margin-top: 40px;
 }
 .threeFlexDiv1,.threeFlexDiv2{
    display: flex;
    margin-bottom: 50px;
 }
 
 .cardServicee{
    border: 1px solid black;
    height: 460px;
    margin-right: 15px;
 }
  .titleService{
    text-align: center;
    font-size: 20px;
    color: rgb(68, 7, 7) !important;
  }
  .imageService{
    width: 286px;
    height: 150px;
    margin-bottom: 16px;
  }
  .liService{
    font-size: 14px;
    font-style: italic;
    /* border: 1px solid black; */
    margin: -15px 0;
    display: list-item !important;
  }
  .divBigService{
    display: flex;
  }
  /* apps solution */
  .appsDivImg{
    position: relative;
    width: 100%;
  }
  .appsHeader{
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    font-size: 76px !important;
    color: white;
    text-shadow: 2px 2px 2px  black;
  }
  .bigDivAWS{
    margin-top: 150px;
    margin-left: 300px;
    margin-bottom: 150px;
  }
  .awsAppsDiv{
    display: flex;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(172, 170, 170);
    padding-bottom: 10px;
    width: 70%;
  }
  .moreAwsBtn{
    margin-left: 650px;
    margin-top: 20px;
    border-radius: 14px;
    border: 1px solid rgb(209, 117, 13);
    padding: 10px 28px 10px 28px;
    background-color: rgb(209, 117, 13);
    color: white;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .moreAwsBtn1{
    margin-left: 650px;
    margin-top: 20px;
    border-radius: 14px;
    border: 1px solid rgb(209, 117, 13);
    padding: 10px 28px 10px 28px;
    background-color: rgb(209, 117, 13);
    color: white;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .moreAwsBtn:hover{
    margin-left: 650px;
    margin-top: 20px;
    border-radius: 14px;
    border: 1px solid rgb(4, 77, 78);
    padding: 10px 28px 10px 28px;
    background-color: rgb(4, 77, 78);
    color: white;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .moreAwsBtn1:hover{
    margin-left: 650px;
    margin-top: 20px;
    border-radius: 14px;
    border: 1px solid rgb(4, 77, 78);
    padding: 10px 28px 10px 28px;
    background-color: rgb(4, 77, 78);
    color: white;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .aButtonMore{
    color: white;
    text-decoration: none;
  }
  .h3Intercompany{
    font-size: 22px;
    color: rgb(4, 77, 78);
    width: 90%;
  }
  .h4aws{
    font-size: 15px;
    text-align: left;
    padding-bottom: 15px;
  }
  .commingSoonDiv{
    display: flex;
  }


  /* CSS project ERA */

  #project-services{
    width: 100%;
    background-color: #4c664c;
    color: white;
    padding: 180px;
    padding-top: 90px;
    font-size: 50px;
    
  }
  .card-project{
    margin-left: 40px;
  }
  .card-img{
    width: 100px;
    height: 100px;
    ;
  }
  .cardtitle {
    text-decoration: none;
    color: black;
    font-size: 16px;
    
  }
  .cardtitle:hover{
   color:rgb(4, 77, 78) ;
  }
  .bigDivIkona1{
    display: flex;
    margin-bottom: 40px;
    margin-right: 400px;
  }

  .bigDivIkona2{
    display: flex;
    margin-bottom: 40px;
    margin-right: 400px;

  }
  .bigDivIkona3{
    display: flex;
    margin-bottom: 40px;
    margin-right: 400px;

  }

  .bigDivIkona4{
    display: flex;
    margin-bottom: 40px;
    margin-right: 400px;

  }

    /* CSS contact ERA */
    .map-container {
        width: 100%;
        max-width: 1200px; /* Adjust as needed */
        margin: 0 auto; /* Center the map */
        margin-right: 230px;
        margin-top: 40px;
        margin-bottom: 40px;
      }
      .map-container iframe {
        width: 100%;
        height: 400px; /* Adjust the height as needed */
        border: 0;
      }

      /* Counstalty Services DESARA */
      #myBtn{
       
        border-radius: 14px;
        border: 1px solid rgb(209, 117, 13);
        padding: 5px 10px 5px 10px;
        background-color: rgb(209, 117, 13);
        color: white;
        font-size: 15px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: 20px;
      }
#myBtn:hover{
 
  border-radius: 14px;
  border: 1px solid rgb(4, 77, 78);
  background-color: rgb(4, 77, 78);
  color: white;
  font-size: 15px;
}
      .consultancyService{
        text-decoration: none;
        color: #000;
      }
      /* consultancy service */
      .bigDivConsultancy{
        margin-left: 230px;
        width: 72%;
        text-align: justify;
      }
      .titleConsultancyHeader{
        color: rgb(68, 7, 7);
        text-align: left;
      }
      .paraConsultancy{
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
      }
      /* .liConsultancy{
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
      } */
      .imgConsultancy{
        margin-left: 230px;
        width: 72%;
        height: 500px;
        object-fit: cover;
        margin-bottom: 30px;
      }
      /* .ulConsultancy{
        color: rgb(150, 9, 9);
      } */

      #more{display:none}
      #more1{
        display: none;
      }
      .alert{
        margin-left: 220px;
        margin-right: 225px;
        margin-top: 20px;
        margin-bottom: 50px;
      }



        /* contenti ERA */

        .content1{
          margin-top: 30px;
          text-align: justify;
          margin-left: 240px;
          margin-right: 400px;
        }
  
        .imazh{
          float: right;
          height: 570px;
          width: 450px;
          margin-left: 150px;
          margin-bottom: 50px;
          margin-top: 30px;
          object-fit: cover;
  
        }
        .linkCardProject{
          text-decoration: none;
        }

        .karta1para{
          color: rgb(92, 13, 13);
          text-decoration: underline;
          margin-bottom: 30px;
         font-weight: bold;
        }

        .liService1{
          font-size: 14px;
          margin: -15px 0;
          display: list-item !important;
          
        }
        .bigDivParaImg{
          display: flex;
          width: 72%;
          margin-left: 230px;
        }
        .paraAwsFirst{
          width: 80%;
          margin-top: 70px;
          margin-left: 40px;
          text-align: justify;
          font-size: 18px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .imgAwsFirst{
          width: 500px;
          margin-right: 50px;
        }
        .bigDivPara2{
          margin-top: 80px;
          width: 72%;
          margin-left: 230px;

        }
        .h3Intercompany{
          color: rgb(248, 70, 5);
          font-size: 28px;
          font-weight: bold;
        }
        .paraAwsSecond{
          width: 95%;
          text-align: justify;
          font-size: 18px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .imgAws2{
          width: 96%;
        }
        .divFlex1{
          display: flex;
        }
        .paraAws3{
          width: 70%;
          margin-top: 50px;
          text-align: justify;
          font-size: 18px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          margin-left: 50px;
        }
        .imgAws3{
          width: 550px;
          margin-right: 50px;
        }
        .listAws3{
          font-size: 18px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          margin-left: 50px;
        }
        .imgAws67{
          display: flex;
          margin-bottom: 20px;
        }
        .h4Aws6{
          text-align: left;
          font-size: 17px;
          color: rgb(70, 70, 70);
          /* margin-bottom: 20px; */
        }
        .imgAws6{
          margin-right: 20px;
        }
        .linkAwsIcon{
          text-decoration: none;
          color: orange;
          font-size: 20px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .linkAwsIcon:hover{
          text-decoration: none;
          color: rgb(5, 82, 56);
          font-size: 20px;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }


        /* under construction */
        .underConstruction{
          height: 639px;
        }
        .h2underConstruction{
          text-align: center;
          color: rgb(248, 120, 35);
          font-size: 35px;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
          letter-spacing: 4px;
        }