html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 0.98rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.7rem;
    color: #404040;
     
}
body {
  overflow-x: hidden;

}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik', sans-serif;
}

p {
    font-size: 0.98rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.7rem;
    color: #404040;
}


hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.basic {
    font-size: 0.9rem !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.7rem;
    color: #404040;
}

.button-blue {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #2E2F91;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.button-red {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ED1b23;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.gap {
  margin-top: 100px;
}

.gap-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gap-medium {
  margin-top: 40px;
  margin-bottom: 40px;
}

.reset-padding { padding: 0px; }

.dash {
    border-bottom: 4px solid red;
    width: 10px;
}

.nav {
    margin-top: 20px;
}

.logo {
    width: 140px;
    margin-top: 24px;
  }

.logo-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.menu-icon {
    width: 60px;
}

.blue-text {
    color: #2E2F91;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-tcblue {
    background: #2E2F91;
}

.bg-tcgrey {
    background: #F2F2F2;
}

.tcblue {
  color: #2E2F91 !important;
}

.panel {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background: #ffffff;
}

#prg-nav {
  font-weight: 500;
  color: #2E2F91;
  margin-top: 10px;
  font-size: 0.9rem;
}


#prg-nav li a {
  color: #2E2F91;
  text-decoration-style: underline;
}

.border-btn {
  border: 2px solid #2E2F91;
  padding: 15px;
}

.border-btn span i {
  float: right;
  margin-right: 20px;
  margin-top: 3px;

}

.info-button {
    background: #2E2F91;
    color: #ffffff;
    height: 3rem;
    border: solid 1px;
    border-color: #ffffff;
}

.info-button span {
    color: #ffffff;
    font-weight: 500;
    font-size:0.8rem;
}

.info-button span i {
    margin-left: 20px;
}

.info-button a {
    color: #ffffff;
}

.info-button-grey {
    background: #F2F2F2;
    color: #2E2F91;
    height: 3rem;
    border: solid 1px;
    border-color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem !important;
}

.intro {
    margin-top: 80px;
    margin-bottom: 80px;
}

.intro-img {
    overflow: hidden;
    min-height: 200px;
}

.intro-header {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 2.4rem;
}

.intro-text {
    padding: 30px 30px !important;
    background-color: #F2F2F2;
    
}

.nav-section {
    position: relative;
    z-index: 2000;
}

.main-slider {
    margin-top: -132px;
}

.programs {
  max-height: 200px !important;
}

.program {
  background: #ffffff;
  margin-top: -100px;
}


.footer {
  background: #3c3c3c;
  color: #ffffff !important;
  border-top: 3px solid red !important;
}

.footer .logo {
  margin-top: 0px !important;
}

.fullscreen-menu {
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 3000;
  overflow: scroll;
  display: none;
  opacity: 0;
  right: 0;
  -webkit-box-shadow: -4px 0 16px 2px rgba(0, 0, 0, .25);
    box-shadow: -4px 0 16px 2px rgba(0, 0, 0, .25);
}

.menu-list {
  margin-top: 50px;
}

.menu-list span i {
  float: right;
}

.fullscreen-menu ul {
  list-style-type: none;
  font-size: 1.2rem;
  margin: 0px;
  padding: 0px;
  width: 400px;

}
.fullscreen-menu li{
  list-style-type: none;
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 500;
}

.fullscreen-menu li a { 
  color: #000000; 
}

.fullscreen-menu li a:hover { 
  color: #ffffff; 
}

.fullscreen-menu li:hover{
  background: #2E2F91;
  color: #ffffff;
}
.submenu {
  display: none;
  opacity: 0;
}
.submenu li {
  font-size: 1rem;
  padding-left: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mh0{ padding: 20px; }

.menu-heading {
  background: #f1f1f1;
  padding: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;
  left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0px !important;
  border-color: #ced4da;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color: #ced4da; 
 border-radius: 0px !important;
}
.form-control {
  border-radius: 0px !important;
}

.blanket {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .5;
    background-color: rgb(0, 0, 0);
  }

  .blanket.on {
    display: block;
}

.footer-row {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer ul {
  list-style-type: none;
  font-size: 0.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
}

.footer li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer span i {
  margin-right: 20px;
}

.footer a {
  color: #ffffff;
}

.list-head {
  font-size: 1rem;
  font-weight: 500;
}

.footer-bottom {
  padding-top: 10px;
  background: #272727;
}


.list-inline-item {
  margin-right: 20px !important;
  margin-left: 10px !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled)  {
    width: 100%;
    border: none;
    background: #2e2f91;
    color: #fff;
  /*  margin: 0 0 5px; */
  /*  padding: 4px; */
    font-size: 15px;
  }

input.wpcf7-form-control {
    width: 100% !important;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  border: 1px solid #dedede;;
}

#contact h5 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #2E2F91;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.page-header {
  margin-top: 30px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.page-header .row {
  padding: 20px;
}

.page-header h2 {
  color: #9c9c9c;
}


#contact span i {
  margin-right: 20px;
}

#contact .inner {
  padding-top: 20px;
}

#contact .social {
  margin-top: 85px;
  background: #dedede;
}

#contact .social .list-inline {
  padding: 6px;
}

#contact p {
  margin-bottom: 10px;
}


.slide-title {
  margin-top: 20px;
  font-weight: 500;
}

.slide-pos {
  margin-top: -20px;
  font-weight: 500;
}

.slide-text {
  font-style: italic;
}

.center-img {
  margin-right: auto;
  margin-left: auto;
}

.circle-img {
  width: 100px;
}

.program-slider {
  margin-top: -132px;
}

.modal-header {
  justify-content: center !important;
}

.explore .border-btn {
    cursor: pointer !important;
}

#ModalLoginForm button {
  cursor: pointer;
    width: 100%;
    border: none;
    background: #2E2F91;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.menu-list li a {

     text-decoration: none;
     display: block;
     width: 100%;
     height: 100%;
}

.drop-button {
    background: #f2f2f2;
    color: #2d2e90;
    padding: 10px;
    border: 2px solid #2d2e90;
    border-radius: 0px !important;
    min-width: 300px;
    padding: 8px !important;
}

.modal {
  z-index: 4000;
}

.dropdown-menu {
  border-radius: 0;
  margin: 2.2rem 0 0;
}

.justify-content-center .dropdown-menu {
   left: 50% !important;
   transform: translateX(-50%) !important;
}

.details {
  padding: 20px ;
}

.details-head {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}

.details-lead {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.9rem !important;
}
.details-text {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0.9rem !important;
}

.table-bordered td {
  width:50% !important;
}

.table-bordered th {
  width:30% !important;
}

.musigma-table p {
  font-size: 0.9rem;
}

.image2{
   display: none !important;
}

.content-row {
  border: 1px solid #dedede;
  margin-bottom: -2px;
}

.content-row-inner {
  border-left: 1px solid #dedede;
  background-color: #F2F2F2;
}

.testimonial {
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}

.testimonial img {
    align-self: center;
    max-width: 200px;
}

.testimonial .panel {
    align-self: center;
}

.slick-next:before, .slick-prev:before {
    font-size: 30px !important;
    color: #3c3c3c !important;
}


@media (max-width: 575.98px) {


 .image1{
     display: none !important;
   }

   .image2{
     display: block !important;
   }

.explore .blue-text {
  text-align: center;
} 


.fullscreen-menu {
  width: 100vw;
}

.fullscreen-menu ul {
  width: 100%;
}

#prg-nav .list-inline-item {
    display: block;
}

.panel {
  margin-top: 10px;
  margin-bottom: 0px;
}

#prg-nav li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}


.program .panel h2 {
  text-align: center;
}

.intro-text {
  padding: 30px 30px !important;
  
}
.footer-links {
  display: flex;
  justify-content: center;
  text-align: center;
}

.list-inline-item {
    margin-right: 10px !important;
    margin-left: 5px !important;
}


}