
html * { color: #000;}


@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-Light;src: url(fonts/Lato-Light.ttf);}




body {background:#FFFFFF ;}
a, a:hover  {text-decoration:none}
p {font-family: Lato-Light;
    line-height: 28px;}
h1 {font-size:22pt;font-family: Lato-Light}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:14pt;}

ol {
    font-family: Lato-Light;
    line-height: 30px;
    font-size: 17px;
}

.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-color: #ffffff;
background-image: radial-gradient(#f0f0f0 0.2px, #ffffff 0.2px);
background-size: 4px 4px;}

.header-line{height: 6px;background-color:#183689;width: 100%}

.logo-title{

    font-size: 26px;
    padding-top:10px;}

.logo-sub {
    margin-top: -6px;
}

.logo-img{width: 112px;
    image-rendering: -webkit-optimize-contrast;
    z-index: 2;
    position: absolute;}

.nav-link{color: #fff;}

.home h1 {font-family: Lato-Light
}

.home p {
 
    font-family: Lato-Light;
    line-height: 28px;
}


.news-back-bg{background-color: #1a3fa5;
opacity: 1;
background-image: radial-gradient(#170a80 0.2px, #1a3fa5 0.2px);
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' stroke='%231A3FA5FF' stroke-width='6' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");}

.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 {
    background-color: #f0f0f0;
    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 {
color: #000;
    background-color: #ffeb3b;
    text-align: center;
    margin: 0 2px;
    border-radius: 1px;
    padding: 0px 8px 4px;
    position: relative;
}

nav.fixed-top {transition:all 0.75s;border-bottom:1px solid #B1B1B1}
.navbar { 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}
.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 #3f5db3;
    transition: all 0.5s;
    padding: 4px 7px;}
.navbar .dropdown-menu {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}
.navbar .dropdown-menu a {border-top:1px dotted #4063c2}
.navbar .dropdown-menu a:hover {background:#edd823}

.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: 120px;margin-bottom: 30px;padding:10px;margin-right:0px;background-color:rgba(255,255,255,.2)}
.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: 30px;
    height: 3px;
    background-color: #ffb715;
    top: -5px;
    left: 45%;
    border-radius: 2px;
    z-index: 9;
}

span.line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0d274c;
    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:50px;height:50px;margin:10px;border:1px solid #ccc;border-radius:5px;text-align:center}
.news-date strong {font-size:16pt;color:#3E3D3C}
.news-date span {display:block;font-size:10pt;}

.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-size:22pt;padding-bottom:10px;border-bottom:1px dotted #ececec;color:#4D4D4D}
.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 {margin-top: 20px;background: #ffeb3b; padding: 16px;box-shadow: 0px 5px 11px #e3e3e3;}
.menu-wrapper h5 {padding:9px;font-size:22pt; color:#25384B}
.sidebar-menu {list-style-type:none;padding:0;margin:0}
.sidebar-menu li {padding:8px;border-bottom:1px solid #dfcd34}
.sidebar-menu li a {color:#333;font-size:12pt;}
.sidebar-menu a:hover {color:#000}
i.fa {
    font-size: 22px;
    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 {padding-top:10px;margin-top:30px;color:#FFFFFF;}
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) {
    .logo-img{
    position: relative;}

.logo-title{
    font-size: 18px;}

.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;
}