/* RESET CSS STRAT */
:root {
  --text-blue: #134b8b;
  --text-yellow: #efb72f;
  --bg-blue: #531f75;
  --font: 1rem;
  --text-dark: #414141;
  --bg-yellow: #efb72f;

}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Archivo", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: var(--text-dark);
  outline: none;
  line-height: 1.5em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  font-size: 1.9rem;
  margin: 0px;
  line-height: 1.3em;
}

p {
  padding: 0px;
  margin: 0px;
  font-size: var(--font);
  line-height: 1.3;
  color: var(--text-dark);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}



.hr {
  margin-bottom: 15px;
  margin-top: 10px;
  background: rgb(51, 90, 167);
  background: linear-gradient(90deg, rgba(51, 90, 167, 1) 0%, rgba(192, 32, 78, 1) 100%);
  width: 110px;
  height: 4px !important;
  opacity: 1;
  border-radius: 10px;
}

.w-80 {
  width: 85%;
}

hr.clowing {
  background: #C69E66;
  border-top: 0px solid;
  width: 110px;
  height: 5px !important;
  opacity: 1;
  border-radius: 0px;
  margin-top: 8px;
}







.clopy {
  text-transform: inherit !important;
}





ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none !important;
  color: #ffcb05;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
  color: #4490bc;
}

textarea,
input:focus {
  outline: none !important;
  text-decoration: none;
}

img {
  border: 0;
}

.nopd {
  padding-left: 0px;
  padding-right: 0px;
}

.fsize18 {
  font-size: 18px;
}

.fsize20 {
  font-size: 20px;
}

.fsize22 {
  font-size: 22px;
}

.fsize24 {
  font-size: 24px;
}

.fsize28 {
  font-size: 28px !important;
}

.fsize26 {
  font-size: 26px;
}

.fsize24 {
  font-size: 24px;
}

.fsize14 {
  font-size: 14px;
}

.fsize35 {
  font-size: 40px !important;
}

.zindex5 {
  z-index: 5;
}

.line-height {
  line-height: 1.2;
}

.text-blue {
  color: var(--text-blue);
}

.text-yellow {
  color: var(--text-yellow) !important;
}

.text-orange {
  color: #f57b12;
}

.yellows {
  background-color: #ffbb00 !important;
}

.brouwns {
  color: #7b420f !important;
}

.oranges {
  color: #f7941d !important;
}

li {
  color: #414042;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

::-moz-selection {
  background-color: #61a8f0;
  color: #FFF;
}

::selection {
  background-color: #61a8f0;
  color: #FFF;
}

/* RESET CSS END */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}

.dflex {
  display: flex;
  align-content: center;
  align-items: center;
}

.nopd,
.no-pad {
  padding-left: 0rem;
  padding-right: 0rem;
}

.maron {
  color: #231c65;
}

/* STICKY ANV BAR */
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
}

#header.sticky .header-absolute {
  background-color: #fff;
  height: auto;
}

#header.sticky .header-absolute .logo img {
  width: 47%;
  position: relative;
}

#header.sticky .header-absolute .logo .midlogo {
  width: 50% !important;
  padding: 0 !important;
  position: relative;
}


#header.sticky .header-absolute .mobile__dv {
  margin-top: 0;
}



#header.sticky .header-absolute .mobile__dv p {
  font-size: 14px;
  padding-top: 0px;
}


#header.sticky .header-absolute .mobile__dv .divids h1 {
  font-size: 1.5rem;
}

#header.sticky .header-absolute .mobile__dv .divids h1 img {
  width: 6%;
}

#header.sticky .header-absolute .approvalbx {
  display: none;
}

.gradi {
  background: linear-gradient(to bottom, #056283 1%, #05edf8 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #FFF;
  background-color: #DE0B5C;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#back-top:after {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f062";
  line-height: 48px;

  -webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover {
  background-color: #014282;
}

#back-top:hover:after {
  color: #FFF;
}

/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

a.whatsapp_chat {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99;
  animation: 4s infinite bounce;
  background-color: #2ab200;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 0 0 10px #111;
  display: none;
}

/* Hero Section Slide */

.bc-img01 {
  background-image: url(../images/banner.png);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  position: relative;
  height: 74vh;
  /* z-index: 0; */
}

.bc-img01::after {
position: absolute;
    content: '';
    background-image: url(../images/banner-pic.png);
    bottom: 0%;
    right: 61%;
    transform: translateX(112%);
    background-repeat: no-repeat;
    width: 347px;
    background-size: cover;
    height: 449px;
}


.niki {
  background-color: #DE0B5C !important;
}

.greens {
  background-color: #B4A202 !important;
}

.blues{
  background: #182548;
}

.w-85 {
  width: 85%;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 2;

}

.sideNavi a {
  background-color: #DE0B5C;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
  margin-top: 25px;
}

.sideNavi a.telphone {
  background-color: #ffcb05;
  color: #000;
}

.sideNavi a:hover {
  background-color: #014282;
  color: #ffffff;
}

.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.5em);
}

.shadow {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.record-animate-shapes {
  animation: levitate 1.2s alternate ease-in-out infinite;
}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 20px);
  }
}



.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  background-color: #FFFFFF;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border-radius: 30px;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 5em;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 24px;
  line-height: 1;
}

.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 8%;
}

.thankyou-sec .hero-thankyou .bc-img01:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(16, 98, 170, 0.9);
  mix-blend-mode: overlay;
}


/*===================*/

/* PULSE GROW
/*===================*/
@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* 2 */
@-webkit-keyframes pulse-grow-2 {
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}

@keyframes pulse-grow-2 {
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}

.pulse-grow-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


.jumping_ani {
  transition: all .3s ease;
  animation: levitate 1.2s alternate ease-in-out infinite;
}

.jumping_ani img {
  animation: levitate $levitate-speed alternate ease-in-out infinite @keyframes levitate 0% transform:translate(0, 0) 100% transform:translate(0, $levitate-offset);
}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 20px);
  }
}

.jumping_ani2 {
  transition: all .3s ease;
  animation: levitate 1.1s alternate ease-in-out infinite;
}

.jumping_ani2 img {
  animation: levitate $levitate-speed alternate ease-in-out infinite @keyframes levitate 0% transform:translate(0, 0) 100% transform:translate(0, $levitate-offset);
}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 30px);
  }
}

@-webkit-keyframes cp-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}


.video-buttons {
  width: 65px;
  height: 65px;
  color: #95198e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: solid 0px #fff;
  text-align: center;
  line-height: 75px;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}



.video-buttons::before,
.video-buttons::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: #FFF;
  opacity: 0.15;
  z-index: -10;
}

.video-buttons::before {
  z-index: -10;
  animation: inner-ripple 2000ms linear infinite;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-buttons::after {
  z-index: 1;
  animation: outer-ripple 2000ms linear infinite;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-buttons i {
  margin-left: 5px;
  font-size: 22px;
}

.video-buttons i:hover {
  color: #fff;
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

.blink_effect_01 {
  animation: blinkMe 2.2s linear infinite;
}

@-webkit-keyframes blinkMe {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
    color: #eeaa03;
  }

  50% {
    opacity: 1;
    color: #2407ff;
  }

  75% {
    opacity: 1;
    color: #93fe00;
  }

  100% {
    opacity: 0;
    color: #eeaa03;
  }
}

@keyframes blinkMe {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
    color: #eeaa03;
  }

  50% {
    opacity: 1;
    color: #2407ff;
  }

  75% {
    opacity: 1;
    color: #93fe00;
  }

  100% {
    opacity: 0;
    color: #eeaa03;
  }
}


/* grow-start */
.grow {
  -webkit-animation: zoomeffect 3.5s infinite;
  animation: zoomeffect 3.5s infinite;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }

  50% {
    background-position: center;
    transform: scale(1.1, 1.1);
  }

  100% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }

  50% {
    background-position: center;
    transform: scale(1.1, 1.1);
  }

  100% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }
}

/* grow-close */




/* Gallery Css */


#gallery-memeber.owl-carousel .owl-stage {
  display: flex;
}

#gallery-memeber.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#gallery-memeber.owl-carousel .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 0;
}

#gallery-memeber.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#gallery-memeber.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  color: #0064A2;
  border: 2px solid #0064A2;
  width: 38px;
  height: 38px;
  line-height: 34px;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#gallery-memeber.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {
  border: 2px solid #0064A2;
  background-color: #0064A2;
  transition: 0.7s ease all;
}

#gallery-memeber.owl-theme .owl-nav .owl-prev:hover,
#gallery-memeber.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  border: 2px solid #0064A2;
}

#gallery-memeber.owl-theme .owl-nav .owl-prev {
  left: -4%;
}

#gallery-memeber.owl-theme .owl-nav .owl-next {
  right: -4%;
}

#gallery-memeber.owl-theme .owl-nav {
  margin-top: 0px;
}


#gallery-memeber.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

/* alumni-slider-close */










.gallery_area .single_gallery_item {

  display: inline-block;

  float: left;

  width: 100%;

  position: relative;

  z-index: 1;

}


.gallery_area .single_gallery_item .hover_overlay {

  background-color: rgba(0, 0, 0, 0.7);

  border: 1px solid #FFFFFF;

  height: 92%;

  left: 4%;

  position: absolute;

  top: 4%;

  -webkit-transition-duration: 350ms;

  transition-duration: 350ms;

  width: 92%;

  border-radius: 0rem;

  -webkit-transform: scale(0, 0);

  transform: scale(0, 0);

}

.gallery_area .single_gallery_item:hover .hover_overlay {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}





.gallery_area .single_gallery_item .links>a>i {

  color: #ffffff;

  font-size: 30px;

}



.gallery_area .single_gallery_item img {

  height: auto;

  max-width: 100%;

}

.gallery_area .single_gallery_item .links {
  top: 40%;
  text-align: center;
  position: absolute;
  right: 0;
  margin-right: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;

}

/* Gallery Css */




.water-wave {
  -webkit-animation: water-wave 3s linear infinite;
  -moz-animation: water-wave 3s linear infinite;
  -o-animation: water-wave 3s linear infinite;
  -ms-animation: water-wave 3s linear infinite;
  animation: water-wave 3s linear infinite
}

@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }
}

@-moz-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }
}

@-o-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px
    }
  }
}



.video-boxed i {
  color: #ff0000;
  font-size: 30px;
}


.alumni-block .video-boxed>a {
  color: #fff;
  font-size: 48px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  display: block;
  margin: 0 auto;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  z-index: 2;
}

.alumni-block .video-boxed::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}


.clow {
  position: absolute;
  left: 42%;
  top: 35%;
  text-align: center;
  z-index: 3;
}