
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center!important;
}
.modal-body {
    background: beige;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
}

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; 
}
a {
  color: #000000!important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
 }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: var(--bs-font-sans-serif);
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/*
 * Global Styles
 */
 
 .font-auto{
  font-family: var(--bs-font-sans-serif);
 }

body {
  background-color: #f8f8f8;
  color: #656c71;
  font-family: var(--bs-font-sans-serif);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300!important;
  margin: 1em 0;
  line-height: normal; }

h3.myhead {
    color: #0055a5 !important;
    font-weight: 500!important;
    font-size: 1.5em;
        padding-bottom: 5px;
    padding-top: 15px;

}



hr {
  border: none;
  border-bottom: 1px solid #777; }

ul, ol {
  margin: 0;
  padding-left: 0; }
  .text-justify{
      text-align:justify;
  }

a {
  text-decoration: none!important;
  color: #115b90; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

form input, form textarea, form select {
  outline: none;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #007eff96; }
  form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    color: #656c71; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #656c71; }
form textarea {
  resize: vertical; }

/*
 * Reusable Components Style
 */
.button, form input[type="submit"], form button, form input[type="reset"] {
  background: #115b90;
  color: white;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
  .button:hover, form input[type="submit"]:hover, form button:hover, form input[type="reset"]:hover {
    background: #5098d4; }
  .button:active, form input[type="submit"]:active, form button:active, form input[type="reset"]:active {
    background: #256499; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .graduates .student-image, .aside, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .content, .graduates .student-details, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .graduates .student-image, .aside, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .content, .graduates .student-details, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4, .graduates .student-image, .aside {
    width: 35.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8, .content, .graduates .student-details {
    width: 64.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
    
    .fixed-top {
    position: relative!important;
    box-shadow: 0px 0px 0px #ffffff00!important;
    
}

  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;  
  } 
  .site-header .header-type h1 {
    font-size: 50px!important;
  }ol, ul {
  padding-left: none!important;
  }



}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */
.site-header {
  *zoom: 1;
  overflow: hidden; }
  .site-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .site-header .logo {
    float: left;
    margin-right: 30px; }
  .site-header .header-type h1 {
    font-size: 30px;
    font-size: 60px;
    font-weight: 300;
    margin-top: 1.4em;
    margin-bottom: 10px; }

.main-content {
  padding: 0px 0;
  margin: 0 -15px;
  *zoom: 1; }
  .main-content:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.content .banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 3px; }

.feature {
  padding-left: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-top: 1px solid #efefef; }


  .feature .feature-icon {
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 48px;
    font-size: 3.2em;
    color: #115b90; }
  .feature.rounded-icon {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-top: none; }


    .feature.rounded-icon .feature-icon {
    background: url(images/check-mark.png);
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 47px;
    padding-top: 10px;
    font-size: 36px;
    font-size: 2.4em;
    background-repeat: no-repeat;
    background-size: contain;
}

.feature1 {
  padding-left: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-top: 1px solid #efefef;
}

    .feature.rounded-icon h3 {
      color: #115b90;
      margin-bottom: 15px;
      font-size: 15px;
      font-size: 1em;
      font-weight: 700; }
  .feature .feature-title {
    color: #565656;
    font-weight: 300;
    margin: 0 0 15px;
    font-size: 30px;
    font-size: 1.5em; }

.danger1{
color: #115b90!important;
}

.bg-danger1{
  background: #115b90 !important;
  
}


.graduates {
  background: #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  position: relative; }
  .graduates .slides {
    list-style: none;
    *zoom: 1; }
    .graduates .slides:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .graduates .slides .student-data {
      *zoom: 1; }
      .graduates .slides .student-data:after {
        content: " ";
        clear: both;
        display: block;
        overflow: hidden;
        height: 0; }
  .graduates .student-image {
    padding-left: 0;
    text-align: center; }
    .graduates .student-image img {
      max-width: 100%; }
  .graduates .student-name {
    font-size: 30px;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px 100px 20px 0; }
  .graduates .student-info {
    list-style: none;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 15px 0;
    margin-bottom: 30px; }
    .graduates .student-info strong {
      color: #115b90; }
  .graduates .flex-direction-nav {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    list-style: none; }
    .graduates .flex-direction-nav li {
      display: inline-block;
      margin-left: 5px; }
      .graduates .flex-direction-nav li a {
        padding-top: 3px;
        display: block;
        color: #656c71;
        outline: none;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #c4c4c4;
        text-align: center;
        font-size: 24px;
        font-size: 1.6em;
        -webkit-transition: .3s ease;
                transition: .3s ease;
        background-color: #e2e2e2; }
        .graduates .flex-direction-nav li a:hover {
          border-color: #115b90;
          color: #115b90; }

.signup-form {
  background: #115b90;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  border: 1px solid #115b90;
}


  .signup-form .form-header {
    background: #115b90;
    padding: 35px 30px 1px;
    color: white;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}
    /* .signup-form .form-header:after {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 40px;
      /* background: url(images/triangle.png) center bottom;  */} */
    .signup-form .form-header h2 {
      font-size: 36px;
      font-size: 2.4em;
      font-weight: 300;
      margin-top: 0; }
    .signup-form .form-header p {
      font-size: 14px;
      font-size: 0.9333333333em;
      color: white; }
      .signup-form .form-content {
        padding: 11px 28px;
    }
  .signup-form input, .signup-form select {
    width: 100%; }
  .signup-form h4 {
    color: white;
    font-size: 18px;
    font-size: 1.2em;
    font-weight: 300; }
  .signup-form .control {
    display: block;
    margin-bottom: 10px; }
    .signup-form .control.select {
      overflow: hidden;
      background: white;
      border-radius: 3px; }
      .signup-form .control.select select {
        width: 110%;
        appearance: none;
        border-radius: none;
        background: none; }
    .signup-form .control.radio input {
      display: none; }
      .signup-form .control.radio input:checked ~ label:after {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .signup-form .control.radio input:checked ~ label {
        color: white; }
    .signup-form .control.radio label {
      cursor: pointer;
      position: relative;
      padding-left: 30px;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
      .signup-form .control.radio label:before {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 50px;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0; }
      .signup-form .control.radio label:after {
        content: " ";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #115b90;
        opacity: 0;
        -webkit-transition: .3s ease;
                transition: .3s ease;
        left: 5px;
        top: 5px;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
  .signup-form .columned input {
    width: 65%; }
    .signup-form .columned input.small {
      width: 30%;
      margin-left: 3%; }

/*
 * Footer Styles
 */
.site-footer {
  text-align: center;
  padding: 10px 11px; 
float: left;}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  color: white;
  line-height: normal; }
  .social-links a.facebook {
    background-color: #204385; }
  .social-links a.twitter {
    background-color: #2aa9e0; }
  .social-links a.google-plus {
    background-color: #d3492c; }
  .social-links a.pinterest {
    background-color: #ca2128; }


    /* mystyles */
    /* your CSS goes here*/
.title {color: #fa9746;margin-bottom: 30px;position: relative;}

 /* services */
.services {
    text-align: center;
  position: relative;
  background-color: antiquewhite;
}
.services .square {
  height: 100px;
  width: 100px;
  margin: 30px auto 40px;
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  background-color:#7499f1;
  box-shadow: 0px 0px 27px 0px #ccc;
  border: 2px dotted #eaf3fa;
}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}
.services .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.services .serv h5 {color: #fa9746;}
.services .serv p {color: #777;}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}


.myh2 {
  color: #115b90;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 18px;
}

.antiquewhite {
  background: #115b90;
  border: 1px solid #115b90;
  border-radius: 16px;
}
.feature-icon.large img {
  max-width: 82px;
}
.header-type h1 {
  font-weight: 300!important;
  color: #000000;
}

.header-type {
  display: inline-block;
}



p {
  font-size: 18px;
}

.myh3{
    font-size: 22px;
}

.mt-4{
  margin-top: 10px;
}

/* .aside {
  position: sticky;
  top: 0;
 
} */

.form-check {
      min-height:0!important;
      padding-left:0!important;

  }
  
  #mytx{
      font-family:;
  }
  
  
  .form-check-input {
    width: 14px!important;
    height: 14px!important;
  }

.form-check .form-check-input {
    float: left;
   margin-left: 1px!important;
    margin-right: 6px!important;
    margin-top: 3px;
    background:linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}


  .form-check-input {
    width: 14px!important;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1pxsolidrgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.myp{
  font-size: 11px;
}



.error_1{
  /*margin-bottom: 20px;*/
  padding: 5px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
  color:#fff;
  border-radius: 5px;
}

.btn1 {
  font-weight: 600!important;
  border: 1px solid transparent;
  padding: 10px 14px!important;
  font-size: 1rem;
  border-radius: 50px!important;
}


element.style {
}

@media (min-width: 1200px)
{.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1056px!important;
}}


.herospan {
  font-weight: 700;
  color: #dc3545;
}


/* n12 */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,700);
.banner8 {
  font-family: var(--bs-font-sans-serif);
	color: #8d97ad;
  font-weight: 300;
}

.banner8 h1, .banner8 h2, .banner8 h3, .banner8 h4, .banner8 h5, .banner8 h6 {
  color: #3e4555;
}

.banner8 .subtitle {
    color: #8d97ad;
    font-family: var(--bs-font-sans-serif);
  }

.banner8 a {
  color: #263238;
}



.banner8 .blog-row h5 {
  font-weight: 500;
  margin-top: 10px;
	font-size: 18px;
}

.banner8 .text-themecolor {
    color: #316ce8;
}

.banner8 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .banner8 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.banner8 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.banner8 .text-danger {
    color: #ff4d7e !important;
}

@media (min-width: 768px){
.col-md-2 {
    flex: 0 0 auto;
    width: 11.666667%!important;
}}
/* n12 */


/* n13 */
.hd {
  font-weight: 200;
  color: rgb(17, 91, 144);
  font-size: 37px;
}
.img {
  margin-bottom: 35px;
  max-width: 54%;
  /* filter: drop-shadow(5px 5px 5px #222); */
} 
  .card-title{font-weight: 600;
    font-family: var(--bs-font-sans-serif);
  }
  button.focus, button:focus{outline: 0;box-shadow: none !important}
  .ft{margin-top: 25px}
  .chk{margin-bottom: 5px}
  .rck{margin-top: 20px;padding-bottom: 15px}
/* n13 */


/* n14 */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.service-19 {
  font-family: var(--bs-font-sans-serif);
  color: #8d97ad;
  font-weight: 300;
}

.service-19 h1,
.service-19 h2,
.service-19 h3,
.service-19 h4,
.service-19 h5,
.service-19 h6 {
  color: #3e4555;
}

.service-19 .font-weight-medium {
  font-weight: 500;
}

.service-19 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.service-19 .badge {
  line-height: 14px;
}

.service-19 .badge-primary {
  background: #316ce8;
}

.service-19 .list-style-none {
  list-style: none;
}

.service-19 .text-inverse {
  color: #3e4555 !important;
}

.service-19 .btn-info-gradiant {
  background: #115b90;

}


.service-19 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}


img.myimg {
  max-width: 98%;
}

.wrapper{
margin-top:12rem!important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none!important;
  border-radius: 0.25rem;
}

/* n14 */

/* n15 */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.c2a8 {
  font-family:var(--bs-font-sans-serif);
  color: #8d97ad;
  font-weight: 300;
}

.c2a8 h1,
.c2a8 h2,
.c2a8 h3,
.c2a8 h4,
.c2a8 h5,
.c2a8 h6 {
  color: #3e4555;
}

.c2a8 .subtitle {
  font-family: var(--bs-font-sans-serif);
}

.c2a8 .bg-danger-gradiant {
  background: #115b90;
}

.c2a8 .both-space {
  margin: 80px 0;
}

.c2a8 .btn-md {
  padding: 15px 45px;
  font-size: 20px;
}

.c2a8 .text-box {
  padding: 30px 20px;
}

.c2a8 .op-5 {
  opacity: 0.5;
}

/* n15 */


li.my-2 {
  font-weight: 200;
  font-family: var(--bs-font-sans-serif);
  font-size: 28px;
  color: rgb(43, 43, 43);
  font-style: normal;
  line-height: 2;
}

.text-decoration-none {
  text-decoration: none!important;
  font-weight: 400;
  font-family: var(--bs-font-sans-serif);
  font-size: 20px;
}

h4.myh4 {
  font-size: 21px;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400!important;
}

.myheading {
  font-size: 38px;
  font-family:var(--bs-font-sans-serif);
}

/*footer*/


/* footer */
.contrast-0{
filter: contrast(0);
}
.fixed-top {

    box-shadow: 1px 1px 13px #00000036;
}

p.font-size {
    font-size: 16px;
}
ol.myli.pl-4 {
    text-align: left;
    list-style-type:disc;
}

h3.thead {
    color: #0f5b8f;
}

p.footp {
    font-size: 14px;
    padding: 0px 6%;
    text-align: center;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 500px!important;
    margin: 1.75rem auto;
}}