.customContainer {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
}
.leftWrapper50 {
  width: 50%;
  background-color: aqua;
}
.rightWrapper50 {
  width: 50%;
  background-color: yellow;
}
.photoContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
}
.orangebd {
  margin: 2px 0 5px 15px;
  padding: 10px 0;
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
  background-color: #ff8800;
  text-transform: uppercase;
}
.logoContainer {
  display: flex;
  flex-direction: row;
}
.nav li > a {
  padding: 10px;
}
.nav li > a:hover {
  background-color: #ff8800;
}

.logo-area {
  background-color: #f5f5f5;
  padding: 15px 0;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonial-item h4 {
  font-size: 14px;
  color: #6f6b6b;
  margin: 0 0 15px 0;
}

.rs-footer {
  color: #e8e8e8;
  background: #053970;
}
.footer-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 1.1em;
  position: relative;
  font-weight: 600;
}
.footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #ff3115;
}
.web-name > h2 {
  font-size: 3vw;
  font-weight: 600;
  text-align: left;
  color: rgb(204, 162, 12);
  font-family: Helvetica;
}
.web-name2 > h4 {
  font-weight: 600;
  text-align: left;
  color: rgb(204, 162, 12);
  font-family: Helvetica;
}
.nav .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav .dropdown li {
  min-width: 180px;
  position: relative;
}

.nav .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #191919;
}

.page-title {
  position: relative;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
  border-bottom: solid 2px #ff8800;
}
.page-title h2 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.sec-title {
  position: relative;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
  border-bottom: solid 2px #ff8800;
}
.sec-title h4 {
  color: #000;
  margin-bottom: 7px;
}
.datemaindiv {
  display: flex;
  flex-direction: row;
}
.bluediv {
  width: 50%;
  background-color: #043160;
  color: #fff;
}
.graydiv {
  width: 48%;
  color: #043160;
  font-weight: 600;
}
.orangebd {
  margin: 0;
  padding: 12px;
  text-align: center;
  /* padding-bottom: 10px; */
  color: #fff;
  background-color: #ff8800;
  text-transform: uppercase;
}
.latestupdatesbody-container {
  margin: 0;
  text-align: left;
  /* padding-bottom: 10px; */
  color: #fff;
  border-bottom: solid 1px #d2d2d2;
}
.importantdates-container {
}
.orangebd p {
  margin: 0 !important;
  font-weight: 600;
}
.latestupdatesbody-container p {
  margin: 0 !important;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 1em;
  color: #043160;
}

@media only screen and (min-width: 600px) {
  .logoContainer {
    flex-direction: column;
  }
  .logoContainer {
    flex-direction: column;
  }
}
