
html * { color: #000;font-family: math;}
body{

background-image: radial-gradient(circle at center center, #fafafa, #ffffff), repeating-radial-gradient(circle at center center, #fafafa, #fafafa, 40px, transparent 80px, transparent 40px);
background-blend-mode: multiply;
}

@font-face {font-family: Lato-Regular;src: url(fonts/Lato-Regular.ttf);}
@font-face {font-family: Lato-Light;src: url(fonts/Lato-Light.ttf);}
@font-face {font-family: Lato-Regular;src: url(fonts/Lato-Regular.ttf);}

.fixed-top {

    top: -100px;

}

.header-back{
position: absolute;
    /* left: 15%; */
    width: 100%;
    backdrop-filter: blur(4px);
    padding: 0px 130px;
    z-index: 2;
    background-color: rgb(88 6 100 / 50%);
}

/* gallery */
 .bg {
    padding: 10px;
    margin: 10px;
    width: 100%;
  }
 
  .title {

    font-size: 100px;
    color: #a2414e;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: auto;
    height: auto;
    padding: 5px;
  }
 
  .hexagon-gallery {
    margin: auto;
    margin-top: 50px;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 14px;
    padding-bottom: 50px;
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.2));
  }
 
  .text {
    text-align: center;
    padding: 20px;
    margin: 35px;
    color: #fff;

    font-size: 20px;

  }
 
  .hex {
    position: relative;
    width: 240px;
    height: 265px;

    overflow: hidden !Important;
    border: none;
    background-color: #001679;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #192d83 0, #192d83 1px, #001679 0, #001679 50%);
    overflow: auto;
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.7));
    -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%);
  }
 
  .hex:hover .img {
    flex-flow: row wrap;
    display: flex;
    position: relative;
    margin-top: -270px;
    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -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%);
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.7));
  }
 
  .img {
    display: flex;
    position: relative;
    opacity: 0.9;
    width: 240px;
    height: 265px;
    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -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%);
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.7));
  }
 
  .hex:first-child {
    grid-row-start: 1;
    grid-column: 2 / span 2;
  }
 
  .hex:nth-child(2) {
    grid-row-start: 1;
    grid-column: 4 / span 2;
  }
 
  .hex:nth-child(3) {
    grid-row-start: 1;
    grid-column: 6 / span 2;
  }
 
  .hex:nth-child(4) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
  }
 
  .hex:nth-child(5) {
    grid-row-start: 2;
    grid-column: 3 / span 2;
  }
 
  .hex:nth-child(6) {
    grid-row-start: 2;
    grid-column: 5 / span 2;
  }
 
  .hex:nth-child(7) {
    grid-row-start: 2;
    grid-column: 7 / span 2;
  }

 

/* gallery */


/* alumni */
.testimonial{
    background: #001078;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 150px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #001078;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #03a9f4;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 3px dashed #fff;
    border-radius: 50%;

    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
       height: 120px;
    width: 120px !important;
}
.testimonial .title{
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    text-shadow:0 0 black;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #9c9c9c;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}
/* alumni */



.counter-box{    padding: 50px;margin: 50px 0;}

.bg-1{background-color: #fff;}
.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}


@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(100px);transform:translateY(100px)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(100px);transform:translateY(100px)}}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
    top: 90% !important;}

    .counter{
    color: #f14159;
    background: #000978;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    padding: 0 15px 33px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}  
.counter:before{
    content: "";
    background:#fff;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.counter .counter-icon{
    color: #fff;
    background: inherit;
    font-size: 30px;
    padding: 10px;
    margin: 0 0 28px;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.counter h3{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.counter h3:after{
    content: '';
    background-color: #000978;
    height: 2px;
    width: 50%;
    margin: 5px auto;
    display: block;
    clear: both;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter.green{
    color: #079b67;
    background-color: #079b67;
}
.counter.green h3:after{ background-color: #079b67; }
.counter.blue{
    color: #01A7B9;
    background-color: #01A7B9;
}
.counter.blue h3:after{ background-color: #01A7B9; }
.counter.pink{
    color: #d84e80;
    background-color: #d84e80;
}
.counter.pink h3:after{ background-color: #d84e80; }
@media screen and (max-width:990px){


    .counter{ margin-bottom: 40px; }
}  


a, a:hover  {text-decoration:none}
p {font-family: math;
    line-height: 28px;}
h1 {font-size: 30pt;
    font-family: 'math';
    font-weight: 600;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:14pt;}

ol {
    font-family: math;
    line-height: 30px;
    font-size: 17px;
}
.intro-box{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='11' ry='11' stroke='%2300187BFF' stroke-width='5' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
border-radius: 11px;
}

.birthday {
    cursor: pointer;
    position: fixed;
    z-index: 1;
}
.birthday {
    width: 12%;
    bottom: 30px;
    right: 0;
}
.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 2px;
    margin-top: 5px;
}
@keyframes floating {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
}



.bg1{background-color: #f1e1de;padding: 13px;
    min-height: 398px;}


header {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M.111-33.307l-28.997 16.744zm.012.006l28.993 16.738-.004 33.485L.115 33.492l-28.997-16.57.004-33.485m40.992 43.198v-5.672l4.937 2.85M29.113 9.995L12.117.18l17-9.815M6.114 30.062L6.114 10.57l16.967 9.798m-51.963-3.446l57.998-33.485m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485m57.992 19.63l-5-2.887 5.002-2.887m28.872-30.805L28.99-16.768zm.012.006l28.993 16.738-.004 33.485-28.997 16.57-28.997-16.57.004-33.485m-.004 33.485l57.998-33.485M57.992 33.287l-.004-66.799m29 50.229C67.615 5.529 48.285-5.633 28.999-16.768M28.998 2.86l4.998-2.886-4.998-2.886m6.029 23.076l16.964-9.794.002 19.49m-6-3.43v-5.67l-4.936 2.85M28.995 9.789L45.994-.026 28.998-9.84M-.003 66.943L-29 83.687zm.012.006l28.993 16.738-.004 33.485m0 0L.001 133.742m0 0l-28.997-16.57m0 0l.004-33.485m57.991 26.557l-16.996-9.814 17-9.815m-58 26.557l57.999-33.485M.001 133.742l-.004-66.8m29.001 50.23l-57.99-33.485m45.994-6.928l-5.005 2.89V73.87m11.005 6.353L5.999 90.04l-.002-19.633M29 103.317l-5-2.887 5.002-2.887m28.99-30.6L28.993 83.687zm.011.006l28.993 16.738-.004 33.485m0 0l-28.997 16.57m0 0l-28.997-16.57m0 0l.004-33.485m22.99-13.28v19.627l-16.995-9.813m-5.999 36.95l57.998-33.484m-29 50.055l-.005-66.8m29.001 50.23l-57.99-33.485M29 103.314L34 100.428 29 97.542m11.996-20.786l4.996 2.885v-5.77m-16.994 36.373l17-9.815L29 90.615M57.998 66.94l-.003-33.484zm-.012.008l-28.992 16.74L-.002 66.94l.148-33.397 28.849-16.827L57.99 33.463M.084 47.363L4.997 50.2.06 53.05m5.936 17.356l16.998-9.812v19.63m35.003-20.212L41 50.2l16.996-9.812m-57.878.067l16.88 9.745L.03 59.996m28.966-43.28v66.971M.144 33.544L57.999 66.94m-58 .001L57.99 33.463M40.994 76.759v-5.78l5.004 2.89m-5.004-50.221v5.772l5-2.886m-11 53.689V60.589l17.004 9.815m-40.003 3.467l5-2.887v5.775m41.002-29.444L53 50.2l4.998 2.885M22.995 20.217v19.589l-16.88-9.744m5.97-3.481l4.91 2.835v-5.7m18-3.535v19.63l16.997-9.813'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 91%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.header-line{height: 6px;background-color:#183689;width: 100%}

.logo-title{
font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;}

.logo-sub {
    margin-top: -6px;
}

.logo-img{width: 66px;
    image-rendering: -webkit-optimize-contrast;
    left: 40px;
    top: 9px;
    z-index: 2;
    position: absolute;}

.nav-link{color: #fff;}

.home h1 {font-family: Lato-Regular
}

.home p {
 
    font-family: Lato-Regular;
    line-height: 28px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFEB3B;
}







@keyframes borderAnimation {
from { background-position: 0 0, -62px 0, 100% -62px, 0 100%; }
to { background-position: 0 -62px, 0 0, 100% 0, -62px 100%; }
}
.news-back-bg{background-color: #429bff;box-shadow: -1px 5px #bdd3ff;
opacity: 1;
background-image: radial-gradient(circle at center center, #fef2f2, #429bff), repeating-radial-gradient(circle at center center, #fef2f2, #fef2f2, 4px, transparent 8px, transparent 4px);
background-blend-mode: multiply;}

.BG-2{    padding: 10px;
  
background-size: 4px 4px;
}
.bg-bg{background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%231A2876FF' stroke-width='7' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='round'/%3e%3c/svg%3e");
border-radius: 27px;}

.bg-white {
    background-color: #ffffff;
    opacity: 1;
    background-image: radial-gradient(circle at center center, #fdfdfd, #ffffff), repeating-radial-gradient(circle at center center, #fdfdfd, #fdfdfd, 4px, transparent 8px, transparent 4px);
    background-blend-mode: multiply;}

    .panel-footer {

    padding: 10px;
}

.message-back{border:1px solid #e5e5e5;padding: 20px;-webkit-box-shadow: 0px 6px 24px -10px rgba(0,0,0,0.25);-moz-box-shadow: 0px 6px 24px -10px rgba(0,0,0,0.25);
box-shadow: 0px 6px 24px -10px rgba(0,0,0,0.25);background-image: url(images/message-back.jpg);background-repeat: no-repeat;background-position: right}

.m-2.p-2.bg-warning.text-center{background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(20)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(4, 0%, 100%, 0.76)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(33, 75%, 71%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");border-radius:20px}
h1.headShake {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='120' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(14, 100%, 57%, 1)'/><path d='M-50.129 12.685C-33.346 12.358-16.786 4.918 0 5c16.787.082 43.213 10 60 10s43.213-9.918 60-10c16.786-.082 33.346 7.358 50.129 7.685'  stroke-width='1' stroke='hsla(14, 100%, 75%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    width: 800px;
    color: #fff;
    box-shadow: inset 0px 0px 6px 4px #c47500;
    padding: 10px;
    text-shadow: 1px 1px 16px;
    border-radius: 28px 0px 70px 28px;}

.header-info {width:100%}
.header-info span {font-size:11pt;}
.header-info img {margin-left:5px;border-radius: 20px;}
.Affiliated{font-size: 12px;color: #fff;line-height: inherit;}

.link-top a:hover {
    background-color: #001578;
    color: #fff;
    transition: all 0.2s;
}

.link-top a {    transition: all 0.2s;
    color: #000;
    background-color: #fff;
    text-align: center;
    margin: 4px 6px;
    border-radius: 11px;
    font-size: 18px;
    padding: 6px 10px;
    position: relative;
    border: 1px dashed #ababab;
box-shadow: -1px 1px 14px 0px rgb(20 96 251 / 13%)
}

nav.fixed-top {transition:all 0.75s;border-bottom:1px solid #B1B1B1}
.navbar { background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #9b055b 0%, #784BA0 50%, #2B86C5 100%);
background-blend-mode: multiply;}
.navbar-brand {font-size:12pt;font-weight:600 }
.navbar ul.navbar-nav li.nav-item a  {font-size: 12pt;
    color: #fff;
    border-right:1px solid #767676;
    transition: all 0.5s;
    padding: 4px 7px;}
.navbar .dropdown-menu {background-color: #7a116a;
}
.navbar .dropdown-menu a {border-top:1px dotted #9b1a81}
.navbar .dropdown-menu a:hover {background: #ffffff;
    color: #000 !important;}

.slider-wrapper {background-image:url("uploads/slider/slide1.jpg");background-size:cover;background-position:center center; }

.sections {background-color: #a23435;background-color: #ffffff;
padding: 20px;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #f0f0f0 0, #f0f0f0 1px, #ffffff 0, #ffffff 50%);
}
.section-icon {width: 70px;padding:10px;margin-right:0px;}
.sections a {color:#FFFFFF;font-size:14pt;}
.heading-head{
    

    text-align: center;
    margin-top: -35px;

    color: #000;
    font-size: 16px;transition: all 0.2s ease-in-out"
}

span.line {
    display: block;
    position: relative;
    margin: 12px auto;
    text-align: center;
    width: 200px;
}

span.line:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #980241;
    top: -6px;
    left: 39%;
    border-radius: 2px;
    z-index: 9;
}

span.line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    top: -4px;
    left: 0;
}

.heading-head:hover{ background-color: #d6d815;transition: all 0.2s ease-in-out}

.intro {margin-top:35px}
.intro p {text-align:justify}


.news-section h2 {padding-top:20px;padding-bottom:20px;font-size:18pt;text-align:center;color:#202020}
.news-grid a {color:#000;font-size:14pt}
.news-grid p {font-size:9pt}
.news-date {width:55px;height:55px;margin:10px;border:1px solid #ccc;border-radius:5px;text-align:center;background-color:#fff}
.news-date strong {font-size:16pt;color:#3E3D3C}
.news-date span {display:block;font-size:10pt;background-color: #ececec;}

    .ul {
  list-style: none;
}

.ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background-color:#fff;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #001278;
}



.slider {
  content: "";
  position: absolute;
  top: 0;
  left: 51px;
  width: 0px;
  height: 50px;
  background: #001278;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}

.slider p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}

.ul li:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}

.ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}







/* youtube link */
.youtube{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
  padding: 15px 10px;
  background: #bb0000;
  border-radius: 5px;
}

.youtube a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.fixed-media{position: fixed;
    top: 200px;
    z-index: 2;}
.evet-back{background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='96' height='144' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(54, 100%, 62%, 1)'/><path d='M0 0v4h4v4h4V4h4V0H0zm20 0v4h-4v4h-4v4H8v4H4v-4H0v12h4v4h4v-4h4v-4h4v-4h4v-4h4V8h4V4h4V0H20zm20 0v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4H8v4H4v-4H0v12h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h-4v4h-4v4h-4v4h-4v4h-4v4H8v4H4v4H0v12h4v-4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h12v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4V8h4V4h4V0H40zm16 0v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4V28h-4v-4h-4v-4h-4v-4h-4v-4h-4V8h-4V4h-4V0H56zm20 0v4h4v4h4v4h4v4h4v4h4V8h-4V4h-4V0H76zM52 8v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-8h-4v-4h-4v-4h-4v-4h-4v4h-4v4h-4v4h-4v4h4v4h4v-4h4v-4h4v8h-4v4h-4v4h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v4h4v4h4v4h4v4h4v4h4v8h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v8h-4v4h-4v4h-4v4h-4v4h-4v4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4v4h4v4h4v8h-4v-4h-4v-4h-4v4h-4v4h4v4h4v4h4v4h4v-4h4v-4h4v-4h4v-8h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-8h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-8h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4v-4h-4V8h-4zm40 40v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h4v4h4v4h4v4h4v4h4v4h4v4h4V88h-4v-4h-4v-4h-4v-4h-4v-4h4v-4h4v-4h4v-4h4V48h-4zM0 52v4h4v-4H0zm4 8v4H0v12h4v-4h8v4H8v4H4v4H0v12h4v-4h4v-4h4v-4h4v-4h4v-4h4v-4h-4v-4h-4v-4h-4v-4H4zm88 8v4h-4v4h4v4h4V68h-4zm0 40v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h-4v4h12v-4h4v-4h4v-4h4v-4h4v-4h4v-4h4v-12h-4zM4 120v4H0v12h4v-4h4v4h4v4h4v4h12v-4h-4v-4h-4v-4h-4v-4h-4v-4H8v-4H4zm88 8v4h-4v4h-4v4h-4v4h12v-4h4v-12h-4zM4 140v4h4v-4H4z'  stroke-width='1' stroke='none' fill='hsla(54, 90%, 63%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")}

.date {width: 115px;
    padding: 8px;
    height: 77px;
    color: #fff;
    top: 50px;
    position: relative;
    margin: 10px;
    border: 1px solid #000978;
    border-radius: 5px;
    text-align: center;}
.date strong {display: block;
    font-size: 20pt;
    color: #fff;
    background-color: #000978;}
.date span {display:block;font-size:10pt;background-color: #001078;color: #fff;}

.highlights {background: #ffffff;
    box-shadow: 0px 0px 20px #d6d6d6;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;}
.highlight {width:100%;}
.highlight img {width:75px;margin:10px}
.highlight strong {font-size:10pt}
.highlight a {display:block;color:#3D3D3D;font-size:9pt}

.message-section {background-color: #ffffff;margin-bottom: 60px;
}
.feature-section {margin-top:35px;background:#F4F4F4}
.bg-yellow {background:#FFEE19}
.bg-silver {background:#F4F4F4}

.gallery-section {margin-top:30px}
.gallery-thumbnail {background-size:cover;min-height:200px;position:relative}
.gallery-thumbnail figcaption {position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.5);color:#FFFFFF;padding:5px}
.gallery-thumbnail p {position:absolute;left:20px;top:20px;width:75px;height:75px;background-color:rgba(0,0,0,.5);padding:3px;text-align:center;color:#FFFFFF}

.page-wrapper {padding:25px;}
.page-wrapper h1 {font-family: Lato-Regular;font-size:24pt;padding-bottom:10px;border-bottom:1px dotted #ececec;color:#192773}
.page-wrapper h2 {font-size: 18pt;padding: 10px 0px 10px 0px;border-bottom: 1px solid #ececec;color: #4D4D4D;}
.page-wrapper h3 {font-size:16pt}
.page-wrapper p {text-align:justify;font-size: 17px;}

.menu-wrapper {
    backdrop-filter: blur(15px);
    background-color: #ffffff38;
    opacity: 1;
    background-size: 4px 4px;
    /* background-image: repeating-linear-gradient(45deg, #b8e5ff 0, #b8e5ff 0.4px, #ffffff 0, #ffffff 50%); */
    min-height: 390px;
    /* border-radius: 0px 0px 200px 210px; */
    padding: 16px;
    box-shadow: 0px 5px 11px rgb(184 184 184 / 19%);
}


.menu-wrapper h5 {padding:9px;font-size:18pt; color:#25384B}
.sidebar-menu {list-style-type:none;padding:0;margin:0}
.sidebar-menu li {padding:8px;border-bottom:1px solid #d2d9eb}
.sidebar-menu li a {color:#333;font-size:12pt;}
.sidebar-menu a:hover {color:#000}
i.fa {
    font-size: 16px;
    padding: 3px 6px;
    color: #fff;
}




.blink{    animation:blinkingText 0.8s infinite;}
@keyframes blinkingText{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;}

footer {color:#FFFFFF;background-image: linear-gradient(225deg, #9b055b 0%, #784BA0 50%, #2B86C5 100%);}
footer p {font-size:10pt}
.footer-links a {color:#333333;display:block;margin-top:5px;font-size:10pt}
footer h5 {margin-top:15px; font-size:12pt;font-weight:bold}
.footer-text {background-color: #c17d70;
background-size: 4px 4px;
background-image: repeating-linear-gradient(45deg, #163487 0, #ffffff 0.4px, #163487 0, #3c59aa 50%);
    box-shadow: 0 4px 4px -2px #a7a7a7;padding-top:10px;margin-top:20px;}
.footer-text p {color:#fff}
.footer-t1{font-size: 22px;
font-family: Lato-Light;}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:rgb(151 151 151 / 20%);display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-prev {position:absolute;bottom:40%;left:10px;}

.owl-next {position:absolute;bottom:40%;right:10px;}

@media (max-width: 768px) {
    .navbar-toggler{background-color: #fff !important;}

.logo-img{width: 100px;
    image-rendering: -webkit-optimize-contrast;
    left: 0;
    top: 9px;
    z-index: 2;
    position: absolute;}



         .hexagon-gallery {display: table !important;}
    .logo-img{
    position: relative;}

.logo-title{
    font-size: 18px;text-align: center;}

.logo-sub {
 font-size: 12px;
}




.sections a {font-size:10pt;}
.news-section {position:relative;margin-top:10px}
}









.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.glyphicon-chevron-down:before {
    content: "\f078";
    font-family: fontawesome;
}

.glyphicon-chevron-up:before {
    content: "\f077";
    font-family: fontawesome;
}


.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;

    border-bottom:1px dotted #555; 
}

.panel-box{height: 260px;
    overflow: hidden;}

    .col-lg-4.mt-5 h1 {
        font-family: Lato-Light;
}




.mycalendar {width:100%;margin-top:10px;margin-bottom:20px; border-collapse: collapse;}
.mycalendar td, th {border: 1px solid #f5f5f5;
    padding: 5px;
    color: #000000;
    font-size: 14pt;}
.mycalendar span {font-size:16pt;color:#E75903;font-weight: 500;}
.mycalendar td {vertical-align:top;height:67px}
.mycalendar p {padding:0;margin:0;text-align:left;font-size:8pt;border-top:1px solid #FFFFFF;background:#02BCE9;color:#FFFFFF;padding:2px}
.mycalendar a {display:block;font-size:8pt;color:#626060;}
.mycalendar span.no-event {color:#565656}

.calender-box {
    border: 1px solid #ccc;
}

.Circulars-box{padding: 10px;
    margin: 9px 0;
    background-color: #f1e1de;}


    .fact-figure:nth-of-type(odd) {
    background-color: #fcfaea;
    padding: 6px;
    margin: 0px 10px;
}
    
.fact-figure:nth-of-type(even) {
background-color:#fff;
    padding: 6px;
    margin: 0px 10px;
}

.contact-back {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.slideber-menu{border-right: 1px solid #e7edee;
    padding: 10px;
    float: left;
    border-bottom: 1px solid #e7edee;}

    .info-title {
    font-family: Lato-Regular;
    color: #000;
    font-size: 28px;
    border-bottom: 1px solid #e7edee;
    padding: 10px 0px 15px 0px;
    text-align: left;
}

.float-left.pr-2.info-title {
    color: #da1818;
}

.p-2.pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}