<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
@import url('css/bootstrap-grid.css');
@import url('css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&amp;display=swap');

html{
  -webkit-font-smoothing: antialiased;
}


* {
    margin: 0;
    padding: 0;
}

body{
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.52857143;
  color:#333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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



h1,
.h1{ 
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin:0 0 20px 0;
  font-family: 'Nunito Sans', sans-serif;
}

h1.title {
  text-transform: uppercase;
  color: #280b6d;
}


h2,
.h2{ 
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 800;
  margin:0 0 10px 0;
  font-family: 'Nunito Sans', sans-serif;
}

h3,
.h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

h4,
.h4{
  font-size: 23px;
  line-height:1.4;
  font-weight: 700;
  margin:0;
  color:#000;
  font-family: 'Nunito Sans', sans-serif;
}


h5,
.h5{
    letter-spacing: 1px;
    line-height: 1.3;
}


strong{
  font-weight: 700;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul.no-list{
  list-style: none;
  padding-left: 0;
}

ol li,
ul li{
  margin-top: 10px;
}


p { 
  margin:10px 0 0;
}

blockquote{
  margin:20px 0 20px 0;
  font-size: inherit;
  border-left: 3px solid #D4B068;
}

a {
  color:#280b6d;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#000;
  outline: none;
}

a:focus{
  text-decoration: none;
}

.title-sec {
  color: #eb4fa5;
}

.r-border {
  position: relative;
}

svg.round-top{
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100%;
  transform: rotateX(180deg);
}

svg.round-bottom{
  color: #fff;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 100%;
  transform: rotateX(0deg);
}

svg.round-bottom.pink, svg.round-top.pink{
  color: #eb4fa5;
}

.bg-pink {
  background-color: #eb4fa5;
}





/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/
header{
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .logo {
  max-width: 100px;
  padding:10px;
 
}

a.brand {
    max-height: 60px;
    overflow: hidden;
    display: block;
}
.header-social {
  display: flex;
  margin-top: 12px;
  margin-bottom: 0;
}


.header-social li {
  list-style-type: none;
  margin: 10px;
}

.header-social li a i {
  color: #c32c71;
}

.navbar-nav li a {
  font-family: 'Jost', sans-serif;
  color: #eb4fa5;
  font-weight: 400;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-decoration: none;
}


.navbar-nav li a:after {
  content: '';
  height: 1px;
  width: 0%;
  display: block;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.navbar-nav li a:hover:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.fixed-top .navbar-nav li a:after, .fixed-top .navbar-nav li a:hover:after {
  background: #280b6d
}

.navbar-nav li{
  margin: 0px;
}

.navbar button {
    color: #266d9d;
}

.navbar-toggler:focus {
  box-shadow: none;
}

header {
  transition: all .3s ease-in-out 0s;
  animation: .3s slideout;

}

@keyframes slideout {
  0% {
    top:0px;
  }

  100% {
    top: -110px;
  }
}

header.fixed-top{
  background:rgb(255,255,255); 
  transition: all .3s ease-in-out 0s;
  animation: .3s slidein;
}

@keyframes slidein {
  0% {
    top:-110px;
  }

  100% {
    top: 0%;
  }
}


/* btn Donate  */

@keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }

  to {
    transform: translate(0rem, 3.5rem);
  }
}

@keyframes bottomAnimation {
  from {
    transform: translate(-11.5rem, 0);
  }

  to {
    transform: translate(0rem, 0);
  }
}

.btn-donate {
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  position: relative;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #111111;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  z-index: 99;
  display: inline-block;
}

.btn-donate::after,
  .btn-donate::before {
  border: 0;
  content: "";
  position: absolute;
  height: 40%;
  width: 10%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

.btn-donate::before {
  border: 0;
  background-color: #a31663;
  top: -0.75rem;
  left: 0.5rem;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s
      infinite alternate;
}

.btn-donate::after {
  background-color: #eb4fa5;
  top: 3rem;
  left: 13rem;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s
      infinite alternate;
}

.btn-donate:hover {
  color: white;
}

.btn-donate:hover::before,
  .btn-donate:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  animation: none;
}

.btn-donate:hover::after {
  left: 0rem;
}

.btn-donate:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

/* btn Donate  */





/*-------------------------------------------------------------------------------
  Home
-------------------------------------------------------------------------------*/

header .topbar {
  width: 100%;
}

.hero.hero-bg {
  background:rgba(0, 0, 0, .5) url('../img/Header.jpeg');
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 14% top;
  position: relative;
  min-height: 100vh;
}

.hero h2{
  color: #fff;
  font-size: 3em;
  line-height:1em;
  font-weight: 800;
}

.hero p{
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}

.btm-strip {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.btm-strip svg{
  color: #fff;
}

.btn-menu {
  width: 200px;
  height: 70px;
  background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
  border-style: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  font-family: "Lato";
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0px;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-menu span {
  position: absolute;
  display: block;
}

.btn-menu span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1 {
  0% {
    left: -200px;
  }

  100% {
    left: 200px;
  }
}

.btn-menu span:nth-child(2) {
  height: 70px;
  width: 3px;
  top: -70px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}

@keyframes span2 {
  0% {
    top: -70px;
  }

  100% {
    top: 70px;
  }
}

.btn-menu span:nth-child(3) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}

@keyframes span3 {
  0% {
    right: -200px;
  }

  100% {
    right: 200px;
  }
}

.btn-menu span:nth-child(4) {
  height: 70px;
  width: 3px;
  bottom: -70px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}

@keyframes span4 {
  0% {
    bottom: -70px;
  }

  100% {
    bottom: 70px;
  }
}

.btn-menu:hover {
  transition: all 0.5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.btn-menu:hover span {
  animation-play-state: paused;
}


.img-bg img{
  max-width: 750px;
  width: 100%;
  border: 15px solid #fff;
  border-radius: 10px;
  transform: rotate(3deg) translateX(0em) scale(.90);
  transition: all .5s;
}
.fs-13{
  font-size: 14px;
}
.img-bg{
  position: relative;
}

.img-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #eb4fa5;
    position: absolute;
    top: 0px;
    max-width: 810px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(3deg) ;
  transition: all .5s;
    z-index: -1;
}

.img-bg.l-pink:before {
    background: rgba(242, 140, 196, 1.0);
}

.img-bg:hover img, .img-bg:hover:before{
  transform: rotate(0deg) translateX(0em);
  transition: all .5s;
}

.img-bg:hover img{
  transform: scale(.9);
}

.img-bg.rounded-border img, .img-bg.rounded-border:before{
  border-radius: 100px 0 100px 0;
}



#programs {
  background:rgba(0, 0, 0, .5) url(../img/programs.jpeg) center;
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 9em 2em 6em;
}

.card {
  position: relative;
  width: 100%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.466);
  background: #00000057;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 1;
  min-height: 500px;
}

.card:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1%;
  background: #000;
  z-index: 1;
  transition: 0.5s ease-in-out;
  background: #eb4fa5;
  z-index: -1;
}

.card:hover:before {
  height: 100%;
}

.card .card-icon{
  padding: 15px;
  background: #6366f2;
  border-radius: 3em;
  width: 60px;
  height: 60px;
  display: inline-grid;
  justify-content: center;
  align-content: center;
  margin-bottom: 30px;
}

.card .card-icon svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.card h3{
  font-weight: 600;
  color: #fff;
}

.card a{
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}

.card a svg{
  width: 20px;
}


.img-bdr{
  width: 100%;
  max-width: 350px;
  border: 15px solid #fff;
  border-radius: 10px;
  transform: rotate(3deg) translateX(0em);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  transition: all .5s;
}

.img-bdr:hover{
  transform: rotate(0deg) translateX(0em);
  transition: all .5s;
}

#founder {
    background: rgba(0, 0, 0, .5)  url(../img/Graduates.jpg) no-repeat center center fixed;
    background-blend-mode: color;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
}

#events {
  background: #eb4fa5;
}

#contact{
  background: #eb4fa5;
}

.ftr-logo {
  max-width: 150px;
}

.social{
  padding: 0;
}

.social li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}


.social li svg {
  width: 25px;
  height: 25px;
  color: #333;
}

.social li svg:hover {
  color: #eb4fa5;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.ftr-nav nav a {
  color: #333;
  text-decoration: none;
}

.ftr-nav nav a:hover {
  color: #eb4fa5;
}


/*-------------------------------------------------------------------------------
  Programs
-------------------------------------------------------------------------------*/


.program-bg {
  background:rgba(0, 0, 0, .5) url(../img/ProgramHeader.jpeg) center;
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}

.program-bg h2{
  color: #fff;
  font-size: 4em;
  font-weight: 800;
}

.program-bg p{
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}

.poly-bg{
  position: relative;
  z-index: 0;
}

.poly-bg .poly-svg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}



.arrow-img-bg{
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  width: 100%;
  height: 100%;
  background: rgb(242 140 196);
  border-radius: 0.5rem;
  transform: translateX(0rem) rotate(-3deg);
  transition: all .5s;
}

.arrow-img {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  background: rgb(235 79 165 );
  padding: 15px;
  transform: scale(.9);
  transition: all .5s;
  border-radius: 0.5rem;
}

.arrow-img img{
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}



.tre-r-corner-bg{
  width: 100%;
  height: 100%;
  background: rgb(242 140 196);
  border-radius: 0.5rem;
  transform: translateX(0rem) rotate(-3deg);
  transition: all .5s;
  border-radius: 140px 140px 0 140px;
}

.tre-r-corner {
  background: rgb(235 79 165 );
  padding: 10px;
  transform: scale(.9);
  transition: all .5s;
  border-radius: 140px 140px 0 140px;
}


.tre-r-corner img{
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 140px 140px 0 140px;
}


.polygon-img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: rgb(235 79 165 );
    padding: 15px;
    transform: scale(.9);
    transition: all .5s;
    border-radius: 0.5rem;
  box-shadow: 0 25px 50px 12px rgb(0 0 0 / 0.25);
}


.polygon-img img{
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.polygon-img-bg{
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 100%;
  height: 100%;
  background: rgb(242 140 196);
  border-radius: 0.5rem;
  transform: translateX(0rem) rotate(-3deg);
  transition: all .5s;
}

.arrow-img-bg:hover, .tre-r-corner-bg:hover,  .polygon-img-bg:hover{
  transform: rotate(0deg);
  transition: all .5s;
}




/*-------------------------------------------------------------------------------
  Events
-------------------------------------------------------------------------------*/

ul.events-banner {
  columns: 2;
  column-gap: 20px;
}

ul.events-banner li{
  display: inline-block;
}






/*-------------------------------------------------------------------------------
  Gallery
-------------------------------------------------------------------------------*/




.demo-gallery &gt; ul &gt; li.gallery-item {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 5px;
    width: 33%;
    float: left;
    height: 300px;
}

.demo-gallery &gt; ul &gt; li a { 
  border: 0px solid #256d9d;
  display: inline;
  overflow: hidden;
  position: relative;
}
.demo-gallery &gt; ul &gt; li a &gt; img {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  min-height: 250px;
  filter: grayscale(0);
  object-fit: cover;
  object-position: center;
}
.demo-gallery &gt; ul &gt; li a:hover &gt; img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster &gt; img {
  opacity: 1;
}
.demo-gallery &gt; ul &gt; li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.demo-gallery &gt; ul &gt; li a .demo-gallery-poster &gt; img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery &gt; a &gt; img {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery &gt; a:hover &gt; img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster &gt; img {
  opacity: 1;
}
.demo-gallery .justified-gallery &gt; a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.demo-gallery .justified-gallery &gt; a .demo-gallery-poster &gt; img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark &gt; ul &gt; li a {
  border: 3px solid #04070a;
}





@media screen and (max-width:1440px){
  header{
    padding: 0px;
  }
}

@media screen and (max-width:1200px){
  header .plr-80{
    padding-left: 10px;
    padding-right: 10px;
  }
}






@media screen and (max-width: 1250px){

  a.brand {
    max-height: 50px;
  }

  .navbar-nav li a {
    padding: 0px;
  }

  #about.p-50, #about .p-80  {
    padding: 20px;
  }

  #about p.lead {
    font-size: 1em;
  }

  #services.p-100, #mineral.p-100  {
    padding: 50px;
  }

}

@media screen (min-width:992px) and (max-width: 1220px){
  .card {
    min-height: 550px;
  }
}




@media screen and (max-width: 991px){
  button.navbar-toggler {
    display: block;
    box-shadow: none;
    color: #fff;
  }

  .fixed-top button.navbar-toggler {
    color: #280b6d;
  }

  button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }

  .navbar{
    padding: 0px;
    display: inline-flex;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    z-index: 2;
    background: #fff;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  button.navbar-toggler i{
    font-size: 20px;
  }

  ul.navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ul.navbar-nav li {
    padding: 8px 30px ;
  }

  .header-btn{
    margin-bottom: 30px;
  }

svg.round-bottom{
  top: -10px;
}

}


@media screen and (max-width: 767px){

  .menu {
      position: absolute;
      display: block;
      background: rgba(40, 11, 109, .7);
      top: 100%;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 10px 0px;
  }

  .header-social {
    
    padding-left: 0;
}

  .header-social li {
   
    margin: 8px;
}


  .fixed-top .menu {
    background: rgba(255, 255, 255, .7);
  }


ul.events-banner {
  columns: 2;
  column-gap: 20px;
}




}


@media screen and (max-width: 575px){


  button.navbar-toggler, button.navbar-toggler i{
    font-size: 17px;
  }

  .hero h2, .program-bg h2 {
    font-size: 2.5em;
  }
  .hero p, .program-bg p {
    font-size: 1.1em;
  }

}

@media screen and (max-width: 440px){

  header .logo {
    max-width: 130px;
    
  }

  .fixed-top img.logo {
    max-width: 130px;
   
  }

  a.brand {
    max-height: 34px;
  }
}





.services .card{
   justify-content: space-between;
}



/*------ Responsive-------*/

@media screen and (max-width: 769px) {
    
  #programs { padding: 70px 0px 0px 0px;}

  .services .card {
    margin-bottom: 30px;
}
    
.btm-strip {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  /* display: none; */
}

.demo-gallery &gt; ul &gt; li.gallery-item {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 5px;
  width: 100% !important;
  float: left;
  height: 300px;
}

ul.navbar-nav li {
  padding: 8px 30px;
}

}














</pre></body></html>