@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;400;500;800&display=swap");

html {
  overflow-x: hidden;
  line-height: 1;
  margin: 0;
}
body {
  color: #242f3f;
  font-family: "Mukta", sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  margin: 0;
}
h1 {
  color: #003e61;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  font-size: 2.7em;
}
h2 {
  font-weight: 700;
  font-size: 2em;
  color: #1a3b78;
}
h3 {
  font-weight: bold;
  font-size: 1.4em;
  color: #5c2a40;
  margin-bottom: 15px;
}
h4 {
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
  margin-bottom: 10px;
}
h5 {
  font-weight: 300;
}
p {
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: justify;
}
ul {
  padding: 0;
  margin: 5px;
}
li {
  list-style: none;
}
a {
  color: #985c71;
  text-decoration: none;
}
a:hover {
  color: #6d7888;
}
a:focus,
select:focus,
input:focus {
  outline: 0 none;
}
input {
  margin-bottom: 3px;
}
b,
strong {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.container {
  margin: 0 auto;
  max-width: 80%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.col10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
/* 9 columns */
.col11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.111111111%;
  flex: 0 0 11.111111111%;
  max-width: 11.11111111%;
}
/* 8 columns */
.col12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
/* 7 columns */
.col14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285714286%;
  flex: 0 0 14.285714286%;
  max-width: 14.285714286%;
}
/* 15% width */
.col15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
/* 6 columns */
.col16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666666667%;
  flex: 0 0 16.666666667%;
  max-width: 16.666666667%;
}
/* 5 columns */
.col20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
/* 4 columns */
.col25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
/* 3 columns */
.col33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
/* 2 columns */
.col50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.col70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col85 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.col90 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
/* 1 column */
.col100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* =====================================================================
CUSTOM CSS STARTS HERE
=======================================================================*/

.mediumWidth {
  width: 70%;
  margin: auto;
}

.narrowWidth {
  width: 50%;
  margin: auto;
}

/* ======================================================================
THE TOP ROW 
=======================================================================*/

.aPage {
  margin-top: 120px;
}
.aPage li {
  list-style: circle;
  margin-left: 15px;
  line-height: 31px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.headerWrap {
  width: 70%;
  margin: auto;
}
#RowTop {
  align-items: center;
}
.frontPage #RowTop {
  background: none;
}
.headerBG {
  background: rgba(255, 255, 255, 0.99);
  height: 0;
  position: fixed;
  top: 0;
  transition: height 0.5s;
  width: 100%;
  z-index: 999;
}
.headerBG.show {
  height: 60px;
}
.branding {
  width: 120px;
}
.branding.show {
  background: none;
}
.branding-block {
  text-align: center;
}
.custom-logo {
  height: auto;
  transition: width 0.2s;
  padding: 0px 0 5px;
}
.custom-logo.show {
  width: 130px;
}
.page-blog .custom-logo {
  transition: none;
}
body.home .custom-logo-link {
  pointer-events: none;
}
#menu-main {
  text-align: right;
  margin: 0;
}
.mainmenu li {
  display: inline-block;
  text-align: center;
}
.mainmenu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  border: none;
  min-width: 100px;
  background: #003e61;
}
#menu-item-43 {
  background: #0a4168;
  border-radius: 5px;
}
#menu-item-43 a {
  color: #fff;
}
#menu-item-43 a.show {
  color: #fff;
}
.mainMenu li.current-menu-item .sub-menu li a {
  pointer-events: all;
}
body:not(.home) .mainmenu li a:hover {
  color: #fff;
}
.mainmenu li a.show {
  color: #985c71;
  text-shadow: none;
  padding: 9px;
}
.mainmenu li a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.sub-menu {
  position: absolute;
  top: 63px;
  visibility: hidden;
  box-shadow: 2px 8px 12px -6px #a3a3a3;
  z-index: 9;
  background: #fff;
  transition: all 0.1s;
}
.sub-menu.show {
  background: #fff;
  box-shadow: 2px 2px 5px -2px #7d7d7d;
}
.sub-menu li a.withBG {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0;
}
.sub-menu li a.withBG:hover {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3;
}
body.home .sub-menu {
  position: absolute;
  top: 65px;
  visibility: hidden;
  transition: all 0.1s;
}
body.home .sub-menu.show {
  position: absolute;
  top: 60px;
  visibility: hidden;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.99);
}
#menu-main li:hover .sub-menu {
  visibility: visible;
}
.sub-menu li {
  display: block;
  text-align: left;
}
.sub-menu li a {
  padding: 10px;
  border-radius: 0;
  border: none;
  margin-right: 0;
}
.mainmenu li a[href="#"] {
  pointer-events: none;
}
#socialIcons {
  text-align: center;
  margin: 0;
}
#socialIcons li {
  display: inline-block;
}
#socialIcons img {
  border-radius: 100%;
  margin: 0 5px;
  max-width: 27px;
  padding: 1px;
  transition: all 0.1s;
  background: #fff;
}
#socialIcons img:hover {
  transform: scale(1.2);
  opacity: 1;
  background: #fff;
}
.mobileBranding {
  text-align: center;
  position: relative;
  display: none;
  z-index: 9999;
  background: #fff;
}
.mobile-menu-image {
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  z-index: 8;
  background: #fff;
}
.mobile-logo img {
  max-width: 115px;
}
.mobile-menu-block {
  background: #6d7888;
  position: absolute;
  top: -100%;
  transition: top 0.3s;
  width: 100%;
  z-index: 998;
}
#menu-mobile-menu li a {
  color: #fff;
}
#menu-mobile-menu li a:hover {
  color: #222;
}
.mobile-menu-block.show {
  top: 145px;
}
#mobileSocialIcons img {
  max-width: 22px;
  margin: 2px 20px;
}
#mobileSocialIcons {
  display: inline-flex;
}
#mobile-menu li a {
  display: block;
  margin: 0px 0 5px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  color: #111;
  font-weight: 400;
}
#dev-circles-row {
  height: 70px;
}
/*========================================================================
LOGIN PAGE 
========================================================================*/
.login form {
  border-radius: 5px;
}
.login h1 a {
  background: url("../img/logo.png") no-repeat center center / 300px;
  height: 140px;
  width: 100%;
}
.wp-core-ui .button-primary {
  background: #985c71;
  border-color: #985c71;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
  background: #0a4168;
  border-color: #0a4168;
  color: #fff;
}
.wp-core-ui .button:hover {
  color: #fff;
}
.wp-core-ui .button {
  color: #fff;
}
.wp-core-ui .button-secondary {
  color: #985c71;
}
.wp-core-ui .button-secondary:hover {
  color: #333;
}
.login .privacy-policy-page-link {
  text-align: center;
  width: 100%;
  margin: 1em 0 2em;
  font-weight: bold;
}
.login #nav {
  margin: 15px 0 0;
  font-weight: bold;
}
.login #backtoblog,
.login #nav {
  font-size: 13px;
  padding: 0 24px;
  text-align: center;
}
#backtoblog {
  margin: 16px 0;
  word-wrap: break-word;
  display: none;
}
/*========================================================================
MAIN CONTENT
=========================================================================*/
.instructor .widget-title {
  border-bottom: 1px solid #aeaeae;
  padding: 0 40px 5px 0;
  width: max-content;
}
.phone img {
  width: 25px;
}
#frontContactList li {
  display: inline-flex;
  align-items: center;
}
#frontContactList {
  text-align: center;
}
#frontContactList img {
  margin: 0 10px;
  max-width: 35px;
}
#frontContactList a {
  font-size: 18px;
  font-weight: 400;
}
#frontIntro h1 {
  padding: 10px;
  font-size: 55px;
  width: 70%;
  margin: 0 auto 10px;
  color: #003e61;
}
#frontPageIntro .widget-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #003e61;
}
#frontServices .widget-title a {
  margin: 15px 0;
  color: #003e61;
  display: block;
  font-weight: 900;
}
#facilities .widget-title {
  margin-bottom: 15px;
  font-size: 1.6em;
}
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  display: none;
}
#frontAccreditation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contactHennie {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#contactHennie .widget-title {
  text-align: center;
  color: #003e61;
  font-size: 27px;
}
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #000;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 1em;
  padding: 10px 30px;
  border-radius: 7px;
}
#accreditation {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.assocTitle .widget-title {
  width: max-content;
  border-bottom: 1px solid #b1b1b1;
  padding: 0 20px 10px 0;
}
#ContactList li {
  list-style: none;
  display: flex;
  align-items: center;
	line-height:48px;
}
#ContactList img{
	margin-right: 5px;
	max-width:30px;
}
/*========================================================================
FOOTER
=========================================================================*/
footer {
  background: #f2f2f2;
}
.socialLink {
  padding: 10px 0;
}
.phone {
  display: flex;
}
.phone img {
  margin-right: 5px;
}
.colWrap {
  width: 200px;
  margin: auto;
}
#footerRow {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 70px 0;
}
footer h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a1b55;
}
#legalNotice {
  padding: 15px 0;
}

/*============================================================
RESPONSIVE CODE FOR MOBILE PHONES TABLETS AND DESKTOPS 
                    MOBILE IS FIRST
=============================================================*/
/*=============================================================
MOBILE PHONES
=============================================================*/
@media screen and (min-width: 300px) and (max-width: 640px) {
	.mediumWidth {
	  width: 94%;
	}
	#custom_html-2 .sub-menu {
	  position: unset;
	  box-shadow: none;
	  background: #333;
	  visibility: visible;
	}
	.mobile-menu-image img {
	  cursor: pointer;
	}
	h1 {
	  font-size: 2.5em;
	  text-align: center;
	}
	.aPage {
	  margin-top: 0px;
	}
	.mobile-social {
	  display: none;
	}
	.col {
	  max-width: 100%;
	}
	.colWrap {
	  margin-bottom: 20px;
	  width: 100%;
	}
	.mobileBranding {
	  display: block;
	}
	.header {
	  display: none;
	}
	#footerRow {
	  flex-flow: column;
	  padding: 70px;
	}
	.coprightText h5 {
	  text-align: center;
	  line-height: 1.5;
	  font-size: 18px;
	}
}
/*=============================================================
PHABLETS OR SMALL TABLETS
=============================================================*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
	.headerWrap, .mediumWidth {
	  width: 90%;
	}
	.mainmenu li a {
	  min-width: auto;
	}
	.colWrap {
	  width: 100%;
	}
}

/*=============================================================
LAPTOPS
=============================================================*/
@media screen and (min-width: 1025px) and (max-width: 1600px) {
}

/*=============================================================
FULL HD
=============================================================*/
@media screen and (min-width: 1601px) and (max-width: 2200px) {
}

/*=============================================================
FULL HD
=============================================================*/
@media screen and (min-width: 2201px) and (max-width: 2560px) {
}
