.container-fluid {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .btn {
    width: 100%;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 5;
}
.dropdown-content a:hover {
  background-color: #ffc400;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: white;
}
.dropdown-content a {
  color: rgb(12, 12, 86);
  padding: 8px;
  text-decoration: none;
  display: block;
}
.nav-item {
  display: block;
  /* background-color: #e7e4e4; */
  font-size: large;
  padding: 10px;
  
  z-index: 5;
  /* border : 2px solid #e7e4e4; */
}

.nav-link {
  font-size: 13pt;
  align-items: center;
  
  
}

.navbar-collapse {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  
}

.nav-item:hover {
  /* color: white;
        border : 2px solid rgb(12, 12, 86);*/
  background-color: white;
}
.navbar-nav {
  margin-left: auto;
}
.img1 {
  width: 100%;
  height: 100%;
}
.swiper {
  position: relative;
  width:100%;
  height:100%;

}
.swiper .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #3e4d8e;
}
.swiper .swiper-pagination-bullet-active {
  background: #ffc400;
}
.swiper-slide{
    flex-shrink: 0;
    position: relative;
    transition-property: transform;            
              } 
.col-md-8 {
  color: #ffc400;
  padding: 20px;
}

.col-md-9 {
  width: 30%;
  background-color: rgb(12, 12, 86);
  color: #ffc400;
  padding: 10px;
  padding-left: 10px;
}

.col-md-10 {
  width: 40%;
  background-color: white;
  color: #ffc400;
  padding: 10px;
  padding-left: 10px;
}

.col-md-11 {
  width: 30%;
  background-color: rgb(12, 12, 86);
  color: #ffc400;
  padding: 10px;
  padding-left: 10px;
}

.col-md-12 {
  color: #ffc400;
  padding: 10px;
  padding-left: 10px;
}

input[type="text"],
select,
textarea {
  width: 50%; /* Half width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button in Contact US page with a specific background color etc */
.SubmitButton {
  width: 100%;
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* When moving the mouse over the submit button in Contact US page, add a darker green color */
.SubmitButton:hover {
  background-color: #45a049;
}

label {
  width: 100px;
  border-bottom: 0;
}

textarea {
  width: 100%;
}

.headings {
  color: rgb(12, 12, 86);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-bottom: 20px;
}
.paragraphs {
  text-indent: 10px;
  color: rgb(12, 12, 86);
  font-size: large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
}
.yellowspan {
  color: #ffc400;
  font-weight: bold;
}
.list-group-item {
  background-color: rgb(255, 252, 252);
  color: rgb(12, 12, 86);
  font-weight: 500;
}
.list-group-item:hover {
  color:#ffc400;
}
.clientsrows {
  padding: 20px; 
}
.clientcolumns
{
  padding-bottom:20px;
}

.homehead {
  text-align: center;
  padding: 15px;
}
.homehead-About{
  text-align: center;
  padding: 15px;
  background-color: rgb(12, 12, 86);
  color:#ffc400;
}
.homerow {
  background-color: rgb(249, 249, 249);
  padding: 10px;
}
.homelist {
  color: rgb(12, 12, 86);
  text-align: justify;
}
.footer {
  font-size: 8pt;
  background-color: rgb(12, 12, 86);
  color: white;
  padding: 10px;
  margin: 0%; 
}
.boldtext{
  font-weight: bold;
}
  .projectslist{
    padding:5px;
    font-size: large;
    /* font-weight: bold; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
.nav-item a :hover {
  color: #ffc400;
}
.navbar {
  padding: 0px;
}
/* Keyword values */
img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
} 


.col-md-13{
  width: auto;
  margin-left: auto;
  height: auto;
  background-color:white;
  padding-left: 0;
  padding-right: 0%;
}

.col-md-14{
  margin-left: auto;
  height: auto;
  background-color: rgb(12, 12, 86);
  padding-left: 0;
  padding-right: 0%;
}
.col-md-6{
  padding-right: 0%;
}


.projectsdata{
  background-color: rgb(12, 12, 86);
  border:rgb(12, 12, 86);
}
.bluebg{
  background-color: rgb(12, 12, 86);
}
.whitebg{
  background-color: white;
}
.yellowbg{
  background-color: #ffc400;
}
.bluetext{
  color:rgb(12, 12, 86);
}
.bluetext2{
  color:rgb(17, 17, 129);
}
.whitetext{
  color:white;
}
.yellowtext{
  color:#ffc400;
}
.underlinetext{
  text-decoration: underline;
}
.btn:hover{
  background-color: rgb(16, 16, 104);
}

.row{
  width:100%;
  margin: 0%;
}
.row-RU{
  font-size: 10pt;
  background-color:rgb(249, 249, 249) ;
}
.row-RD{
  background-color:rgb(249, 249, 249);
}
.squarebullets{
  list-style-type: square;
}
.nobullets{
  list-style-type: none;
}
.mohamed{
  color:rgb(12,12,86);
  text-decoration:none;
  font-weight:500;
}
.paragraphs{
  font-size: 12pt;
}
.contactus{
font-size: 18pt;
color:#ffc400;
}
.homefixedbottomissue{
  padding-bottom:200px;
}