body {
  background-color: #092d51;
}
.container {
  max-width: 1040px !important;
}
.logoWrapper {
  background-color: #fff;
  padding: 0px 25px;
}
.logoWrapper .info {
  margin-bottom: 0px;
  margin-right: 5px;
  font-size: 15px;
}

a {
  text-decoration: none !important;
  color: #4080bc;
  font-family: Arial, Verdana;
  font-size: 13px;
}
#navbarSupportedContent {
  justify-content: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  padding: 12px 10px 10px 12px;
  margin: 0px 0px 0px 0px;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.container.bgColor {
  background-color: #fff;
}
.navbar {
  background-color: #092d51;
  padding: 0px;
}

/* inner-section */
.headerBox {
  background: #092d51;
  text-align: center;
  padding: 5px 0px;
}
.headerBox h1 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.enquiry {
  background: #092d51;
  padding: 20px;
  margin-top: 10px;
}
.enquiry label {
  color: #fff;
  margin-bottom: 0px;
}
.enquiry .form-control {
  padding: 4px;
  border-radius: 0px;
}
.section {
  padding: 20px 0px;
}

/* section 2 */
.innerContent {
  margin-left: 22px;
  margin-top: 10px;
}
.innerContent h1 {
  font-size: 16px;
  font-weight: bold;
  color: #003399;
}
.innerContent h1 a {
  background: #3395d7;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px;
  font-weight: 500;
  margin-left: 5px;
}
.fixfooter {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.fixfooter img {
  width: 54px;
}
.rightContent {
  margin-bottom: 50px;
  text-align: center;
}
.rightContent p {
  text-align: center;
  color: #a02323;
}
.linkCourses {
  margin-bottom: 6px;
  font-size: 14px;
}
.linkCourse a {
  font-size: 17px;
}
.borderBox {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
}
.newsHead h1 {
  font-size: 16px;
  font-weight: normal;
  color: #003399;
}
#dateHeader {
  justify-content: flex-end;
  display: flex;
  font-size: 15px;
  font-weight: 600;
}
.borderBox p {
  margin-bottom: 5px;
}
.bgTransparent {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #092d51;
  margin-bottom: 0;
  padding: 6px 0px;
}
.registryBox {
  text-align: center;
}
.registryBox img {
  width: 200px;
  min-height: 110px;
  max-height: 110px;
  border: 1px solid #000;
  padding: 10px;
}
.registryBox h1 {
  font-size: 13px;
  color: #092d51;
  font-weight: 500;
  margin-top: 5px;
}

/* footer */
.footer-wrapper .footerColumn h1 {
  color: #fff;
  font-size: 18px;
}
.footer-wrapper .footerColumn p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.footerColumn a {
  color: #fff;
}

/* sidebar */
#sidebarToggle {
  color: #d33;
  font-size: 14px;
}
#sidebarNone {
  display: none;
}
#readMore,
#readbtn2,
#readbtn3 {
  cursor: pointer;
}

/* innerSection */
.innerSection h1 {
  font-size: 26px;
  line-height: 32px;
}
.innerSection h3 {
  font-size: 22px;
}
.innerSection p {
  font-size: 16px;
}
/* tableInner */
.colorBox .simple-table th {
  background: #2165a9;
  color: #fff;
  padding: 10px;
}
.colorBox .simple-table tr,
.colorBox .simple-table th,
.colorBox .simple-table td {
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
  padding: 5px 20px;
}
.formBG {
  background: #092d51;
  padding: 16px 30px;
}
.formBG label {
  color: #fff;
}
.formBG label span {
  color: #d33;
}

.innerSection {
  margin-left: 35px;
}

/* contact information */
.mapDiv {
  display: flex;
}
.mapDiv .addressBlock > p {
  background: #000;
  padding: 18px;
  font-size: 15px;
  color: #fff;
  display: none;
  border-radius: 11px;
}
.mapDiv > img:hover ~ .addressBlock > p {
  display: block !important;
}
.contactPageWrapper {
  padding: 0px 35px;
}
.headerBox h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 5px 0 7px 15px;
}
.innerSection p {
  font-size: 1rem;
}
/* mobile < 480px */
@media (max-width: 480px) {
  .navbar-brand img {
    width: 100%;
  }
  #dateHeader {
   
    display: block;
    text-align: center;
}
#dateHeader p{text-align: center !important;}
.container .padding {
  padding: 0px 10px !important;
}
#dateHeader iframe {
  border: 0;
  text-align: center !important;
  width: 216px;
} 
.container.pt-5 {
  padding-top: 1rem!important;
}
.innerSection {
  margin-left: 0 !important;
}
.innerSection ul {
  padding-left: 10px !important;
}
}
@media (max-width: 767px) {
  .navbar-brand img {
    width: 100%;
  }
  #dateHeader {
   
    display: block;
    text-align: center;
}
#dateHeader p{text-align: center !important;}
.container .padding {
  padding: 0px 10px !important;
}
#dateHeader iframe {
  border: 0;
  text-align: center !important;
  width: 216px;
} 
.container.pt-5 {
  padding-top: 1rem!important;
}
.logoWrapper .info {
 
  text-align: center;
}
.innerSection {
  margin-left: 0 !important;
}
.innerSection ul {
  padding-left: 10px !important;
}
}
.innerContent ul {
  font-size: 14px;
}

.certificate_list h3 {
  font-size: 24px;
}
.certificate_list p {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
}
.certificate_list p span {
  text-transform: uppercase;
}
.certificate_list h4.list_head {
  margin-top: 20px;
  background-color: #092d51;
  padding: 10px 15px;
  font-size: 17px;
  color: #fff; margin-bottom: 0;
}
.certificate_list table.table {
  background-color: #e8e8e8;
}
.certificate_list table.table tr th, .certificate_list table.table tr td {
  padding: 5px 15px 8px 15px;
  
}
ul.nav_list{
  display: flex;
  justify-content: space-between;
  grid-gap: 14px;
}
ul.nav_list li {
  list-style: none;
}
ul.nav_list li img {
  width: 18px; margin-top: -3px;
}
.fixfooter {
 
  display: none;
}
ul.nav_list li a {
  font-size: 16px;
  color: #000;
}