* {
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: HelveticaLT45Light;
  src: url(../fonts/Helvetica\ LT\ 45\ Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: HelveticaLtproLight75bold;
  src: url(../fonts/helvetica-neue-lt-pro-75-bold.otf);
  font-display: swap;
}
.videoRatio {
  --main-width: 100%;
  height: calc(var(--main-width) / var(--aspect-ratio));
  --aspect-ratio: attr(width) / attr(height);
  overflow: hidden;
}
img {
  --main-width: 100%;
  height: calc(var(--main-width) / var(--aspect-ratio));
  --aspect-ratio: attr(width) / attr(height);
  overflow: hidden;
  /*
  display: block;
  height: calc(3500px*var(--aspect-ratio));
  background-color: rgb(222, 222, 222);
  width: 100%;
  height: auto;
  */
}
p {
  font-family: HelveticaLT45Light;
  font-size: 20px;
}
h2 strong {
  font-family: HelveticaLtproLight75bold;
  font-size: 42px;
}
li {
  font-family: HelveticaLT45Light;
  font-size: 20px;
}
body {
  margin: 0px;
  padding: 0px;
  color: aliceblue;
}
.container-fluid {
  padding: 0px;
}
.bluecolor {
  color: #0B3F73 !important;
}
.orangecolor {
  color: #F3AE15 !important;
}

/*nav*/
#nav {
  z-index: 900;
  padding-left: 5px;
  padding-right: 5px;
  /*box-shadow: 5px 10px 8px #888888;*/
}
.row {
  margin: 0px;
}
.blueBgColor {
  background-color: #0B3F73 !important;
  color: white;
}
.bluebgcolor {
  background-color: #0B3F73 !important;
  color: white;
}
.navbg {
  background: #0B3F73;
  /*background: linear-gradient(180deg,rgba(68,128,188,1)  50%, #ffffff00 50%);*/
}
.spHeader {
  background: #0B3F73;

  /*background: linear-gradient(90deg, rgba(16,101,177,1) 0%, rgba(119,155,198,1) 100%);*/
}
.orangebgcolor {
  background-color: #F3AE15;
}
.zeroPad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.zeroMargin {
  margin-right: 0px;
  margin-left: 0px;
}

.orangeline {
  background-color: #ffb531;
  border-radius: 10px;
  height: 12px;
}
.navitems a {
  margin-right: 10px;
  /* margin-left: 10px; */
  color: white;
}
#carousel {
  top: 0;
  z-index: 1;
  left: 0px;
  width: 100%;
  margin-top: -120px;
}
#carousel1{
  top: 0;
  z-index: 1;
  left: 0px;
  width: 100%;
  margin-top: -120px;
}
.standardWidth {
  max-width: 1350px;
  overflow: hidden;
}
.headerBg {
  background-color: #0B3F73;
}
#logo {
  text-align: center;
  z-index: 3;
  margin-top: -25px !important;
}
.btn-curvy {
  border-radius: 30px;
  width: 190px;
}

.d-flex,
.navbar {
  padding-left: 0px;
  padding-right: 0px;
}

/*whyivy*/
#whyivy {
  margin-top: 50px;
  text-align: center;
  color: #0B3F73;
}
.exposure {
  bottom: 30px;
  width: 100%;
}
.hps {
  width: 100%;
  bottom: 30px;
}
.wordposition {
  bottom: 30px;
  width: 100%;
}

.wordsize {
  font-size: 25px;
}
/* hybrid education school */

.imageshadow {
  box-shadow: 10px 10px #0B3F73;
}
.pinklist {
  background-color: #fff7ea;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
  border-top-left-radius: 0;
}

/* harmoney Partner school*/
.harmoneyColor {
  background-color: #0B3F73;
}
.harmoneyColor .row {
  text-align: center;
  margin-top: 20px;
}

.harmoneyColor .row h4 {
  color: #F3AE15;
}

/* graduated profile */
.graduatedprofile {
  background-color: #F3AE15;
  border-radius: 20px;
  border-top-left-radius: 0;
  color: black;
}
/*News and Events*/
.newselement {
  background-color: #0B3F73;
  color: white;
}
p {
  margin-bottom: 0;
}
.card-title {
  text-align: center;
}
.readmore {
  display: none;
}
.mediatype {
  color: #0051ad;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #F3AE15;
  background-color: #F3AE15;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 15px;
}
/* read more hover effect */
/* .card:hover .readmore{
  display: block;
  background-color: #F3AE15;
  color: white;
  text-align: center;
} */

/* Contact Us*/

.contactus input,
.contactus select,
.contactus textarea {
  border-radius: 50px;
  background-color: #cbdaec;
  margin-bottom: 30px;
}

.contactus textarea {
  border-radius: 30px;
}
.contactus input::placeholder,
.contactus textarea::placeholder {
  text-align: center;
  color: #7ca1d0;
}

.contactus select option:first-child {
  text-align: center;
  color: #7ca1d0;
}

.contactus input[type='submit'] {
  background-color: #F3AE15;
  width: 230px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
}

.join {
  background-color: #F3AE15;
  border-radius: 40px;
  text-align: center;
  border-top-left-radius: 0;
}
.join h2 {
  color: #0B3F73;
  padding-bottom: 30px;
  font-weight: bold;
}
.join input {
  background-color: #0B3F73;
  color: white;
  border-radius: 30px;
  font-weight: bold;
}
/* footer */
footer {
  padding-top: 50px;
  margin-top: 20px;
}

.bgfooter {
  background-color: #0B3F73;
}
.social a {
  color: white;
  margin-right: 10px;
}

footer div a {
  color: white;
  margin-top: 10px;
}
a:hover {
  color: #F3AE15;
}
.bodyColor {
  background-color: white;
}
.imgItem {
  width: 100%;
  margin: 0px;
  opacity: 50%;
}
.imgItemcontainer {
  background-color: #074e9a;
  padding: 0 !important;
  margin: 0 !important;
}
.imgItem:hover {
  opacity: 20%;
}
div :hover > .imgItemcontainer {
  background-color: #F3AE15;
}
div:hover > div > .orangeline {
  background-color: white;
  color: white;
}
.whyi .col-md-4 {
  margin: 0px !important;
  padding: 5px;
}
.whyi .col-md-8 {
  margin: 0px !important;
  padding: 0px;
}
.whyi .col-md-6 {
  margin: 0px !important;
  padding: 5px;
}

.imageborderround {
  border-radius: 36px;
  border-top-left-radius: 0;
}
.borderrounded {
  border-radius: 20px;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .small-center {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .mycardx,
  .mycard {
    min-width: 100%;
  }
  #nav {
    background-color: #0B3F73;
  }
  .navitems {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .navitems a {
    margin-top: 10px;
  }

  p {
    margin-top: 20px;
  }
  .jobborder {
    border-style: hidden;
  }
  .navbg {
    background: #0B3F73;
    background: linear-gradient(
      180deg,
      rgba(68, 128, 188, 1) 50%,
      #ffffff00 50%
    );
  }
  .spHeader {
    background: #0B3F73;

    background: linear-gradient(
      90deg,
      rgba(16, 101, 177, 1) 0%,
      rgba(119, 155, 198, 1) 100%
    );
  }
  .sm-center {
    -ms-flex-pack: center;
    justify-content: center !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mycard {
    min-width: 50%;
  }
  .mycardx {
    min-width: 80%;
  }
  .example {
    background: green;
  }
  .mynavitems {
    display: flex;
    justify-content: center !important;
  }
  .jobborder {
    border-style: hidden;
  }
  .md-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {
    background: #0B3F73;
  }
  .mynavitems {
    display: flex;
    justify-content: space-between !important;
  }
  .jobborder {
    border-left: solid 2px #F3AE15;
  }
  .wordsize {
    font-size: 20px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .mycard {
    min-width: 43%;
  }
  .mycardx {
    min-width: 70%;
  }
  .example {
    background: #F3AE15;
  }
  #nav {
    padding-top: 32px;
  }
  #camp {
    margin-bottom: 100px;
  }
  .jobborder {
    border-left: solid 2px #F3AE15;
  }
  .wordsize {
    font-size: 30px;
  }
  .exposure {
    bottom: 80px;
    width: 100%;
  }
  .hps {
    width: 100%;
    bottom: 60px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mycard {
    min-width: 33.4%;
  }
  .mycardx {
    min-width: 50%;
  }
  .example {
    background: pink;
  }
}

.dotted {
  color: #F3AE15;
  display: inline-block;
  padding: 0px;
  font-variant-position: revert;
  font-size: 3em;
  line-height: 0.3;
  /* font-style: unset; */
}
.fullwidth {
  width: 100%;
}
.playBtn {
  background-color: white;
  border-radius: 50%;
  color: #F3AE15;
  /* width: 100px; */
  position: absolute;
  left: 5%;
  top: 68%;
}
.cardsBoredrRaduis {
  border-radius: 0px 30px 30px 30px !important;
  overflow: hidden;
}
.cas-required-field-tag,
.required {
  color: red;
  font-weight: bold;
}

.MyLoading {
  align-items: center;
  background: rgba(138, 135, 135, 0.4);
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.verticalCenteringContents {
  display: flex;
  align-items: center;
}
.preloading-logo {
  position: relative;
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  z-index: 100;
}
.siteloader {
  color: #444;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-top: 4px solid #074e9a;
  border-right: 4px solid #074e9a;
  border-bottom: 4px solid #074e9a;
  border-left: 4px solid #f1e20d;
  animation: av-load8 0.8s infinite linear;
  border-radius: 50%;
  height: 40vw;
  width: 40vw;
  max-height: 40vh;
  max-width: 40vh;
  margin: 30vh auto;
  display: flex;
  align-items: center;
  animation-name: loadingCircle;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes loadingCircle {
  0% {
    border-color: #074e9a;
    border-left-color: #f1e20d;
  }
  12.5% {
    border-color: #074e9a;
    border-left-color: #f1e20d;
    border-top-color: #f1e20d;
  }
  25% {
    border-color: #074e9a;
    border-top-color: #f1e20d;
  }
  37.5% {
    border-color: #074e9a;
    border-top-color: #f1e20d;
    border-right-color: #f1e20d;
  }
  50% {
    border-color: #074e9a;
    border-right-color: #f1e20d;
  }
  62.5% {
    border-color: #074e9a;
    border-right-color: #f1e20d;
    border-bottom-color: #f1e20d;
  }
  75% {
    border-color: #074e9a;
    border-bottom-color: #f1e20d;
  }
}

.playIcon {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.playIcon {
  height: 1.5em;
  text-align: center;
  font: 48px/1.5 sans-serif;
  color: white;
  text-shadow: 0 0 0.5em black;
}
[data-prev-button],
[data-next-button] {
  cursor: pointer;
}

.videoGallery {
  display: flex;
  overflow-y: hidden;
  padding-bottom: 30px;
  scrollbar-width: none;
  height: 100%;
}

.flip {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}
.lCard {
  color: #0B3F73;
  border: 2px solid #0B3F73;
}
.border-raduis-tl {
  border-top-left-radius: 25px;
}
.border-raduis-tr {
  border-top-right-radius: 25px;
}
.border-raduis-bl {
  border-bottom-left-radius: 25px;
}
.border-raduis-br {
  border-bottom-right-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .lCard {
    border-bottom-right-radius: 25px;
  }
  .rCard {
    border-bottom-right-radius: 0px;
  }
}

.thead-orange th {
  background-color: #F3AE15;
  color: #0B3F73;
}
.thead-blue th {
  background-color: #0B3F73;
  color: #F3AE15;
}
.btn-warning {
  background-color: #F3AE15 !important;
}

/* for animation abdullah */

/* main page */
.main-header {
  animation: animateLeft 2.8s forwards ease-in-out;
}

.main-button {
  animation: animateUp 2.8s forwards ease-in-out;
}

/* education page */
.header-education {
  animation: animateLeft 2s forwards ease-out;
}

.content-headerE {
  animation: fadeIn ease 5s;
}

/* for admission page */
.apply-step1 {
  opacity: 0;
}

.apply-step2 {
  opacity: 0;
}
.apply-step3 {
  opacity: 0;
}
.apply-step4 {
  opacity: 0;
}
.apply-step5 {
  opacity: 0;
}

@keyframes animateLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  /* 50% {
    transform: translateX(-75%);
    opacity: 0.4;
  }
  75% {
    transform: translateX(-50%);
    opacity: 0.7;
  } */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  /* 50% {
    transform: translateX(75%);
    opacity: 0.4;
  }
  75% {
    transform: translateX(50%);
    opacity: 0.7;
  } */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    transform: translateY(75%);
    opacity: 0;
  }
  75% {
    transform: translateY(50%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInSlowly {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 2;
  }
  50% {
    opacity: 3;
  }
  75% {
    opacity: 7;
  }
  100% {
    opacity: 1;
  }
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.single-post-content-wrapper {
  text-align: justify;
}
.card-title {
  margin: 0;
}
table a {
  color: #0051ad !important;
}

    .dropdown-item {
        border: 1px solid #e7eef6;
        background-color: #e7eef6;
        margin-bottom: 10px;
        padding: 5px;
        white-space: normal;
        text-align: center;
    }

    .dropdown-menu {
        position: fixed;
        top: 60px;
        left: 16px;
        background-color: #dde7f1;
        max-height: 80%;
        overflow-y: auto;


    }
    .dropdown-menu li{
      padding: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
    .navanchor{
      border: 0px !important;
        background: transparent !important;
        color: white !important;
        text-decoration: underline !important;
    }
        
    .dropdown-menu li::before{
      content: none;
    }
    .wordbr {
        word-wrap: break-word;
    }


    .line {
        text-decoration: line-through;
        color: red;
        font-weight: 100;

    }

    td span:last-child {
        font-weight: bold;
    }

    .specialfee {
        font-weight: bold;
        font-size: 20px;

    }
    .component{
      font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
      width: 750px;
      max-width: 60%;
      margin: 20px;
      margin-top: 10px;
    }
    
    .component blockquote.quote {
        position: relative; 
        text-align: center;
        padding: 1rem 1.2rem;
        width: 80%;  /* create space for the quotes */
        color: white;
        
    }
    .component blockquote.EN {
        background:
        linear-gradient(to right, #F3AE15 4px, transparent 4px) 0 100%,
        linear-gradient(to left, #F3AE15 4px, transparent 4px) 100% 0,
        linear-gradient(to bottom, #F3AE15 4px, transparent 4px) 100% 0,
        linear-gradient(to top, #F3AE15 4px, transparent 4px) 0 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }
    
    .component blockquote.DE {
        background:
        linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
        linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
        linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
        linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }
        
    
    /* -- create the quotation marks -- */
    .component blockquote.quote:before,
    .component blockquote.quote:after{
        font-family: FontAwesome;
        position: absolute;
        color: #F3AE15 !important;
        font-size: 34px;
    }
    
    .component blockquote.EN:before{
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        top: -12px;
        margin-right: -20px;
        right: 100%;
    }
    .component blockquote.EN:after{
        content: "\f10e";
        margin-left: -20px;
        left: 100%;  
        top: auto;
        bottom: -20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .component blockquote.DE:before{
        content: "\f10e";
        margin-right: -20px;
        bottom: -20px;
        right: 100%;
    }
    .component blockquote.DE:after{
        content: "\f10d";
        margin-left: -20px;
        left: 100%;  
        top: -20px;
        bottom: auto;
    }
    
    .zitat1 {
      position: relative;
      font-family: 'Verdana', serif;
      font-size: 2.4em;
      line-height: 1.5em;
    }
    .zitat1 cite {
      font-family: 'Verdana', sans-serif;
      font-size: 0.6em;
      font-weight: 700;
      color: #bdbec0;
      float: right;
    }
    .zitat1 cite:before {
      content: '\2015'' ';
    }
    .zitat1:after {
      content: '\201d';
      position: absolute;
      top: 0.28em;
      right: 0px;
      font-size: 6em;
      font-style: italic;
      color: #bdbec0;
      z-index: -1;
    }
    .sidekick {
      position: relative;
      padding-left: 1em;
      border-left: 0.2em solid #039be5;
      font-family: 'Roboto', serif;
      font-size: 2.4em;
      line-height: 1.5em;
      font-weight: 100;
    }
    .sidekick:before, .sidekick:after {
      font-family: Calibri;
        color: #F3AE15 !important;
        font-size: 34px;
    }
    .sidekick:before {content: '\201e'}
    .sidekick:after {content: '\201c';}
    .sidekick cite {font-size: 50%; text-align:center; top:50%}
    .sidekick cite:before {content: ' \2015 '}
.navanchor{
  border: 0px;
    background: transparent;
    color: white;
    text-decoration: underline;
}
.datepicker{
  position: relative !important;
}
td.day {
  padding: 0px !important;
}