@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: NEWCENT3;
  src: url('../css/fonts/NEWCENT3.ttf');
}
@font-face {
  font-family: richey;
  src: url('../css/fonts/richey.otf');
}
@font-face {
  font-family: Nexa-Regular;
  src: url('../css/fonts/FontsFree-Net-n1.ttf');
}
a:hover
{
    text-decoration: none;
}
#load-news
{
    display: flex;
}
.sub-title
{
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#153438;
    font-size: 16px;
     font-family: 'Poppins', sans-serif;
}
.events-img
{
    height: 240px;
}
.chairman-sec
{
    margin-top: 30px;
    margin-bottom: 40px;
}
#load-news p
{
    margin-left: 40px;
    margin-bottom: 0;
}
.title-nm
{
     font-family: richey;
    font-size: 36px;
    color: #153438;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
}
.txt-cnt
{
    text-align: center;
}
.list-cir li
{
width: 50%;
float: left;
}
.middle-content-2
{
    background: #e6eced;
    padding: 2em 0;
}
.list-obj li
{
    margin-bottom: 12px;
}
.list-obj
{
    font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 2em;
}
.hide-dek-1
{
    display: none;
}
.mb0o-4{
margin-bottom: 1.5rem;
}
.statcounter
{
    position: relative;
    top: -4px;
}
.link-d3 br {
    position: relative;
    display: inline-block;
    content: "";
}
#contactus-address br 
{
    position: relative;
    display: inline-block;
    content: "";
}
.btm-head
{
    background-image: linear-gradient(#ccaa67, #d7af78, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    -webkit-background-image: linear-gradient(#ccaa67, #d7af78, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    -o-background-image: linear-gradient(#ccaa67, #d7af78, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    -moz-background-image: linear-gradient(#ccaa67, #d7af78, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    position: absolute;
    width: 100%;
    height: 100px;
}
.login-btn-link-1
{
          background-color: transparent;
    color: #153438;
    display: block;
    /* margin-top: 67px; */
    /* width: 300px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    border-radius: 5px;
    padding: 4px 23px;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
    letter-spacing: 1px;
    border:1px solid #fff;
}
.login-btn-link-1:hover
{
      background-color: #fff;
    color: #153438; 
    border:1px solid #153438;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.im-mr
{
    margin-bottom: 10px;
}
.mob-hide
{
display: none;
}
#load-president-desk p, h1, h2, h3, h4, h5, h6, b
{
        font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 1em;
    text-align: justify;
}
#pagination
{
    margin-top: 12px;
}
#load-president-desk b, strong
{
        font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 15px;
     text-align: justify;
    line-height:normal;
    margin-bottom: 1em;
}
.ab1
{

    margin-bottom: 1em;

}
.log-btn .dropdown-menu.show {
    display: block;
    min-width: 200px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.img-pub
{
        height: 50px;
    width: 50px;
    float: right;
}
.sub-btn-12
{
    margin-top: 10px;
}
.main-content-soc
{
margin-top: 1em;
}
.dwn-ico
{
        font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 140px;
    font-weight: 400;
    padding: 6px 14px;
    margin-top: 30px;
    border-radius: 6px;
        display: inline-block;
}
/*Card */
.flip-card {

  perspective: 1000px;
}
.mg-card .card
{
      
  /*    height:520px;*/
    box-shadow: none;
    background: transparent;
    border: none;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border: none;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}*/

.flip-card-front, .flip-card-back {
  position:relative;
  width: 100%;
/*  height: 100%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-ar {
    position: absolute;
    bottom: -2px;
    left: auto;
    color: #fb8c26;
    right: auto;
    font-weight: bold;
    border: none;
    outline: none;
    height: 8px;
    font-size: 28px;
    background-color: #fff;
}
/*.btn-ar:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

.btn-ar.collapse {
  content: "\f106";
}*/

.btn-ar.collapsed:after  {
        content: "\f107";
    font-family: 'FontAwesome';
    /* font-weight: 900; */
    position: relative;
    top: -12px;
}

.btn-ar:not(.collapsed):after {
       content: "\f106";
    font-family: 'FontAwesome';
    position: relative;
    top: -18px;
}

.link-foot {
    display: flex;
    margin: 10px 0;
}

.link-foot li {
    list-style-type: none;
    margin: 10px 16px 20px 16px;
}
.flip-card-front {
    /* box-shadow: 0px -10px 0px #fb8c25;*/
  /*  height: 100%;*/
    border-radius: 1rem;
    background-color: #fff;
   /* box-shadow: 0px -4px 0px #fb8c25;*/
   border-bottom: 2px solid #fb8c25;
}

.flip-card-back {
       background-color: #025299;
    color: white;
    border-radius: 1rem;
    box-shadow: 0px -10px 0px #025299;
    transform: rotateY(180deg);
    display: flex;
    display: none;
    justify-content: center;
    background-image: url(../images/pattern_h.png);
    background-size: cover;
    align-items: center;
    flex-direction: column;
  /*  background-image: linear-gradient(#025299, #0f79d4);
    -webkit-background-image: linear-gradient(#025299, #0f79d4);
    -moz-background-image: linear-gradient(#025299, #0f79d4);
    -o-background-image: linear-gradient(#025299, #0f79d4);*/
}

#load-events:nth-last-child(2)
{
margin-bottom: 0;
}
.pr-dek-img {
    width: 180px;
    height: 180px;
}
.pr-dek-img img
{
    width: 100%;
    height: 100%;
}
.cl-nmview
{
        text-align: right;
    display: block;
}
body
{
	overflow-x: hidden;
}
.sec-3
{
        background: #c8a157;
    padding: 2em 0;
}
.memb-img
{
    width: 300px;
    height:300px;
        display: block;
    margin: 0 auto;
}
.memb-img img
{
width: 100%;
height:100%;
}
.footer-bottom-1
{
background-color: #50888d;
    /* border-top: 1px solid #ccc6; */
    padding: 10px 0;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 35px auto 0px auto;
    padding: 0px 0 0 0;
    max-width: 900px;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 1.5em;
    align-items: center;
}
#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 96px;
    background-color: #fff;
}


.txt-ri
{
    text-align: right;
}
.footer-bottom-1 p
{
        color: #fff;
        margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.sub-btn-1
{
        margin-top: 36px;
}
.col-212529
{
color:#212529;
}
.mp-nm
{
   color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 18px;
margin-bottom: 10px;
margin-left: -8px;
margin-top: 9px;
}
/*Galler Open*/
/*Gallery*/
.gallery a{
    width: 100%;
    height: 220px;
}
.gallery1
{
    padding: 4em 0 4em 0;
    background-color: #fff;
}
.gallery
{
    padding-bottom: 1em;
}
.gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.gallery-title
{
       font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom:10px;
    color: #f05a24;
    
}
/*.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}*/
.filter-line
{
    border-bottom: 4px solid #fdeae3;
    margin: 0 0 30px 0;
}
.filter-button
{
    font-size: 18px;
    /* border: none; */
    border-radius: 0;
    text-align: center;
    position: relative;
    color: #f05a24;
    margin-bottom: 18px;
    border-right: 2px solid #f05a24;
    padding: 0 20px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: 0.5s all;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.filter-button:hover
{
     background-color: #fff;
    color: #f05a24;
   transition: 0.5s all;

}
.filter-button:hover:after
{
        content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s all;
    height: 49px;
    border-bottom: 3px solid #f05a24;
}

.filter-button.active
{
 background-color: #fff;
    color: #f05a24;
    font-weight: bold;
}
.filter-button.active::after
{
        content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s all;
    height: 49px;
    border-bottom: 3px solid #f05a24;
}

.port-image
{
    width: 100%;
}
.gallery-div 
{
        position: absolute;
    width: 350px;
    bottom: 0;
    /* z-index: 1111; */
    background-color: #ffc742;
    justify-content: space-between;
    display: flex;
     padding: 1em;
    align-items: center;
}
.gallery-div .ar-icon {
    font-size: 22px;
   color: #5d1d05;
}
.gallery-div h2
{
    font-size: 16px;
    letter-spacing: 1px;
    color: #5d1d05;
    /* width: 100%; */
    /* background: #000; */
    margin: 0;
   
}
.glightbox:hover .ar-icon
{
    transform: translateX(5px);
    transition: 0.3s;
    color: #5d1d05;
}
.gallery_product
{
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.block{
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.cont-form
{
    padding: 0 3em;
}
.btm-mr-1em
{
    margin-bottom: 2em;
}
.map
{
    padding: 0 1em 0 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 140px;
    left: 59%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
   
}
.g1
{
    margin-bottom: 1em;
}
.hovereffect {
  width: 100%;
  /*height: 100%;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  height: 256px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  /*padding: 7px 14px;*/
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -30px;
  left: 8%;
      display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 40px 18px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
/*Gallery Close*/
.mb-40
{
  margin-bottom: 40px;
}
.card{
    border-radius: 1rem;
    box-shadow: 0px -10px 0px #fb8c25;
    height: 100%;
}
.login-frm-4 {
    background-color: #fff;
    padding: 15px 0px;
}
.login-frm-5 {
    background-color: #fff;
    padding:30px;
}

.cl-1
{
        width: 30px;
    float: left;
    height: 80px;
}
.login-2 .text-danger {
    color: #810410!important;
    font-size: 14px;
}
.info1-box {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
    padding: 0 16px;
}
.login-2 .form-group {
    margin-bottom: 15px;
}
.login-2 .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.in-img {
        width: 74px;
    height: 74px;
    margin-bottom: 0;
    margin-left: 6px;
    /* background-color: #000; */
}
.disgnation
{
      font-size: 15px;
    color: #8c8989;
}
@media(max-width:767px){
    .card{
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw;
    }
}
.in-img img{
      width: 100%;
    height: 100%;
    border-radius: 5rem;
    margin: 14px auto 1rem auto;
}

.col-md-4{
    padding:0  0.5rem;
}
.card-title{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'IM Fell French Canon SC';
}
.card-text
{
  padding: 14px;
      position: relative;
    top: -28px;
}
.card-text p{
   font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 3px;
    text-align: left;
}
.card-footer{
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
    font-family: 'Varela Round';
}
#name{
    font-size: 0.8rem;
    font-weight: bold;
}
#position{
    font-size: 0.7rem;
}
.br-btm
{
      border-bottom: 1px solid #ebebeb;
    margin-bottom: 8px;
     margin-top: 8px;
}
.card-image {
    padding: 0 10px;
    height: 160px;
}
.nm-office-1
{
    padding: 0 11px 0 0;
}
.nm-office
{
      font-size: 18px;
    margin-top: 14px;
    font-family: 'Poppins', sans-serif;
    color: #282728;
    margin-bottom: 6px;
    line-height: normal;
    text-align: left;
}
.nm-office p 
{
    text-align: left;
}
.link-click
{
    color: #282728;
    font-weight:600 ;
}
.login-frm-1
{
    background-color: #fb8c25;
    padding: 1em;
    box-shadow: 0px 5px 13px 0px rgba(1, 84, 152, 0.54);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(1, 84, 152, 0.54);
    -o-box-shadow: 0px 5px 13px 0px rgba(1, 84, 152, 0.54);
    -moz-box-shadow: 0px 5px 13px 0px rgba(1, 84, 152, 0.54);
    border-radius: 6px;
}
.mem-div
{
 background-color: #820366;
padding: 20px 40px;
border-radius: 6px;
height: 99px;
margin-top: 40px;
display: grid;
/* justify-content: center; */
align-items: center;
}
.icon-t
{
    width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.banner-btm
{
margin-top: -47px;
position: relative;
z-index: 99;
}
.frm-t1
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 450;
}
.cr-inp-1 [type="radio"]:checked,
.cr-inp-1 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cr-inp-1 [type="radio"]:checked + label,
.cr-inp-1 [type="radio"]:not(:checked) + label
{
   position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #fff;
margin-right: 12px;
font-size: 15px;
}

.cr-inp-1 [type="radio"]:checked + label:before,
.cr-inp-1 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 4px solid #ad611a;
    border-radius: 100%;
    background: #fff;
}
.cr-inp-1 [type="radio"]:checked + label:after,
.cr-inp-1 [type="radio"]:not(:checked) + label:after {
       content: '';
    width: 12px;
    height: 12px;
    background: #005499;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cr-inp-1 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cr-inp-1 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pad-bt
{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 1em;
}

/*Events*/
.intro-post-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.post-date {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 78px;
    margin-top: 0px;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    background-color: #ff6246;
}
.date-text.bottom-divider {
    padding-top: 3px;
    border-bottom: 1px solid #f35d42;
}
.date-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.date-text.top-divider {
    border-top: 1px solid #fe7860;
}
.icon
{
    font-size: 15px;
    color: #606163;
    font-family: Montserrat, sans-serif;
}
.intro-post-content {
    padding-top: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.heading-4-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}
.intro-post-preview p {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #606163;
    font-size: 14px;
    line-height: 22px;
     -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
     height: 3rem; 
    /*max-height: 4rem;*/
    overflow: hidden;
    width: 100%;
    font-weight: 300;
}
.intro-post-preview h4 {
       margin-top: 5px;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    color:#14393b;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
     height: 3rem; 
    /*max-height: 4rem;*/
    overflow: hidden;
    width: 100%;
}
/*close*/
.nm2 {
    color: #153438;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 580;
    font-family: 'Poppins', sans-serif;
}
.cnt-nm
{
  color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;  
}
.cnt-nm1 {
color: #fff;
font-size: 20px;
font-weight: 500;
margin: 0 0 4px 0;
font-family: 'Poppins', sans-serif;
}
.cnt-nm3 {
    color: #fff;
    font-size: 15px;
    font-weight: 550;
    margin: 0px 0 10px 0;
    font-family: 'Poppins', sans-serif;
}
.nm3 {
    color: #005498;
    font-size: 18px;
    font-weight: 550;
    font-family: 'Poppins', sans-serif;
}
.nm-info {
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    font-family: 'Poppins', sans-serif;
}
.click-btn
{
    background-color: #fff;
    color: #153438;
    display: block;
    margin-top: 67px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}
.img-cnt-12 {
    display: block;
    margin: 6em 0 2em 97px;
}
.info-abt-2:before {
    content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: 139px;
    top: 0;
    width: 600px;
    height: 300px;
    z-index: -1;
}
.info-abt-2:after {
    content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: 46px;
    top: 0;
    width: 100px;
    height: 190px;
    z-index: -1;
}
.logo-title
{
    font-family: "Baskervville", serif;
    font-size: 23px;
    color: #1f3c3c;
    font-weight: 800;
    padding-top: 25px;
   letter-spacing: 1px;
}
.col-01
{
	color: #153438;
}

.title
{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: richey;
	font-size: 28px;
	font-weight: 600;
        color: #153438;
        letter-spacing: 1px;
    text-transform: uppercase;
}
.events-info {
      padding: 15px 0 0 0 0;
    border-radius: 6px;
    background-color:transparent;
    margin-top: 0px;
    position: relative;
    top:0px;
}
.breadcrumb {
    align-items: flex-end;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item a, .active {
    color: #fff;
    font-size: 15px;
}
.breadcrumb-item.active {
    color: #fff;
    line-height: 27px;
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: ">";
}

.main-wrapper {
    padding:40px 0;
}
.button_style
{
display: inline-block;
zoom: 1;
    padding: 2px 30px;
    cursor: pointer;
    border-top: 1px solid #10373c;
    border-left: 1px solid #10373c;
    border-right: 1px solid #10373c;
    border-bottom: 2px solid #10373c;
    overflow: visible;
    color:#fff;
font-family:Verdana;

    text-decoration: none;
    white-space: nowrap;
    color: #fff;

    background-color: #10373c;
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
 transition: background-color .2s ease-out;
    background-clip: padding-box;/* Fix bleeding *//*  text-shadow: 0 1px 0 rgba(255,255,255, .9);  */

}

.button_style:hover {
background:#f6fafd;
    
    color: #000;
}
/*Middle*/
.middle-content
{
    padding:30px 0;
}
.news-bx {
    background-color: #000000;
    padding: 1em;
    border-radius: 0;
    margin-bottom: 20px;
}
.news-bx p
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
        display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.events-box
{
margin-bottom: 35px;
    width: 100%;

}
.events-box h2
{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top:12px;
    -webkit-line-clamp: 2;
     -moz-line-clamp: 2;
    -o-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    height: 3rem;
    overflow: hidden;
}
.event-lo
{
	    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 10px;
}
.events-box .fa
{
	color: #fff;
	font-size: 18px;
}

.event-1
{
	margin-bottom: 0em;
}
.link-view
{
	 color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.par-logo
{
	background-color: #fff;
	height:auto;
	display: flex;
	justify-content: center;
	align-content: center;
    margin-top:10px;
}
.logo-part
{
	display: grid;
	justify-content: center;
	align-content: center;
        height: 120px;
}

.br-right
{
	border-right: 1px solid #ccc;
}
.link-d1 a {
    background-color: #820366;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.5s all;
    border: 1px solid #820366;
    font-family: 'Poppins', sans-serif;
}
.link-d1 a:hover
{
    background-color:#fff;
    color: #820366; 
}
.link-d8 a {
   
    background-color:#fff;
    color: #820366; 
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.5s all;
    border: 1px solid #820366;
    font-family: 'Poppins', sans-serif;
}
.link-d8 a:hover
{
     background-color: #820366;
    color: #fff;
}
.link-d2
{
	background-color: #fb8c25;
	padding: 10px 16px 10px 16px;
	border-radius: 6px;
	margin:4px 0 14px 0;
    height: 211px;
}
.link-view-1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 450;
     margin-bottom: 10px;
}
.link-d2 p 
{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.link-d3
{
       background-color: #fff;
    padding:10px 16px 10px 16px;
    border-radius: 6px;
    margin-bottom: 0px;
    height: 213px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.link-d3 h2
{
	color: #153438;
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 450;
    margin-bottom: 10px;
}
.link-d4
{
	    background-color: #153438;
    padding: 16px;
    border-radius: 6px;
    height: 342px;
}
.link-d4 h2
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 450;
    margin: 0;
}
.info-abt
{
	font-family: 'Poppins', sans-serif;
	color: #282728;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}
.modal-header
{
border: none;
padding: 1em 2em 0em 2em;
}
.modal-body
{
    padding: 1em 2em 2em 2em;
}
.modal-content
{
   border: none; 
}

.nm-new 
{
	color: #153438;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    outline: none;
    width: 100%;
    border: none;
    position: relative;
    background-color: transparent;
   /* border-bottom: 2px solid #fb8c26;*/
  }
  .nm-1 {
    color: #153438;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 13px;
    text-align: left;
    /* margin-left: auto; */
    /* margin-right: auto; */
    outline: none;
    border: none;
    position: relative;
    background-color: transparent;
    /* border-bottom: 2px solid #fb8c26; */
}
  .modal.fade .modal-dialog
  {
    margin-top: 100px;
  }
  .nm {
    color: #153438;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}
/*  .nm-new:after {
    content: '';
    position: absolute;
    background-color: #fb8c26;
    display: block;
    bottom: 12px;
    width: 35px;
    left: 0;
    height: 3px;
    margin: 0 auto 0 100px;
    /* align-items: center; */
    /* margin-top: 4px; */
}
 /*.nm-new:before {
    content: '';
    position: absolute;
    background-color: #fb8c26;
    display: block;
    bottom: 12px;
    width: 35px;
    right: 0;
    height: 3px;
    margin: 0 100px 0 0px;*/
    /* align-items: center; */
    /* margin-top: 4px; }*/

.img-cnt
{
	display: block;
    margin: 4em auto 2em auto;
}
.img-cnt-1 {
    display: block;
    margin: 1em 35px 2em auto;
}
/*.info-abt-1-1:before {
    content: '';
    background-color: #153438;
    position: absolute;
    right: 121px;
    bottom: 0;
    width: 800px;
    height: 307px;
    z-index: -1;
}*/
.info-pha-cnt
{
	margin-top: 0em;
}
.info-pha-cnt-1
{
	 margin-bottom: 0em;
}
.list-info-in
{
	background-color: #153438;
	padding:30px;
	margin: 1em 0em;
}
.list-info-in:after
{
	    content: '';
    position: absolute;
    bottom: -30px;
    background-color: #fb8c25;
    height: 300px;
    width: 1068px;
    z-index: -1;
    left: -170px;
}
.list-info-in h2
{
font-family: 'Poppins', sans-serif;
color: #fff;
font-size: 24px;
font-weight: 500;
margin: 0 0 10px 0;	
}
.listl1
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 2em;
}
.listl1 li 
{
	    margin-bottom: 0px;
}
.listl1 li::before {
  content: "\2022";
    color: #fb8c25;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -1em;
    font-size: 24px;
}
/**/
.listl4
{
    font-family: 'Poppins', sans-serif;
    color:#153438;
    font-size: 16px;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 2em;
}
.listl4 li 
{
        margin-bottom: 10px;
}
.listl4 li a 
{
    font-family: 'Poppins', sans-serif;
    color:#153438;
    font-size: 16px;
}


.listl4 li::before {
  content: "\2022";
    color: #fb8c25;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -1em;
    font-size: 24px;
}

/**/
.listl2
{
   
   font-family: 'Poppins', sans-serif;
        color: #282728;
        font-size: 16px;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 2em;
}
.listl2 li 
{
        margin-bottom: 3px;
}
.listl2 li::before {
  content: "\2022";
    color: #282728;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -1em;
    font-size: 24px;
}


.log label
{
   font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px; 
}
.enq label
{
   font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px; 
}
.login-2 .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #495057;
    background-color: rgba(255, 255, 255, 0.169);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.169);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-1 .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-search
{
    background-color: #153438;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px; 
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 6px;
    transition: 0.5s all;
    margin-top: 1em;
    border-radius: 6px;
    border: 1px solid #153438;
}
.btn-search:hover
{
  color: #153438;
background-color: #fff; 
}
.btn-search-3 {
    background-color: #153438;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 140px;
    font-weight: 400;
    transition: 0.5s all;
    padding: 8px 23px;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #4d99d8;
}
.btn-search-3:hover
{
color: #153438;
background-color: #fff;
}
.w-dyn-item
{
    background-color: #fff;
    margin-bottom: 1em;
    transition: 0.5s all;
}
.w-dyn-item:hover
{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.mem-bx
{
    background-color: #f1f8ff;
padding: 1em;
margin-bottom: 16px;
border-radius: 6px;
}

.ln-in
{
    position: relative;
    left: 0px;
}
.btn-search-4 {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #4d99d8;
    font-size: 14px;
    text-align: center;
    display: block;
    width: auto;
    font-weight: 400;
    padding: 7px 4px;
    margin-top: 2em;
    border-radius: 6px;
    border: 1px solid #4d99d8;
}
.info-dt
{
    margin-bottom: 10px;
}
.login-frm
{
    background-color: #fff;
    padding:30px;
}
.title1
{
    color: #153438;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;

}

/**/
.cr-inp [type="radio"]:checked,
.cr-inp [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cr-inp [type="radio"]:checked + label,
.cr-inp [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #153438;
        margin-right: 40px;
}
.cr-inp [type="radio"]:checked + label:before,
.cr-inp [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.cr-inp [type="radio"]:checked + label:after,
.cr-inp [type="radio"]:not(:checked) + label:after {
       content: '';
    width: 12px;
    height: 12px;
    background: #005499;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cr-inp [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cr-inp [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cont-left 
{
    background-color: #c99e4e;
    padding: 20px 30px;
    margin-top: 0em;
}
.cont-right 
{
    background-color: #113641;
    padding:20px 30px;
    margin-top: 0em;
}
.info-cnt-bx
{
    margin-bottom: 18px;
}
.contact-frm
{
    padding: 0 3em;
}
/**/
/*footer*/
.footer
{
	margin: 0;
	padding: 40px 0 24px 0;
	background-color: #50888d;
}
.footer-info-pha br 
{
    position:relative;
    display: inline-block;
    
    content: "";
   
}
.footer-info-pha
{
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.footer-info1 h3
{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}
.footer-info1
{
 
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-foot
{
    list-style-type: disc;
    color: #fff;
    list-style-position: inside;
}
.link-foot li
{
    margin-bottom: 10px;
}
.link-foot li a 
{
    color: #ffffff;
    font-size: 15px;
    transition: 0.5s all;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.col-wh1
{
    color: #fff;
}
.footer-info1 .fa
{
        color: #fff;
    font-size: 20px;
    text-align: center;
    transition: 0.5s all;
}
.soc2
{
        display: flex;
    justify-content: center;
    align-items: center;
}
.social-link a:hover .fa
{
    transform: translateY(-10px);
}
.social-link a
{
    margin-right: 25px;
    margin-top: 9px;
    display: inline-block;
}

.footer-bottom
{
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #4f5c99;
}

/*Media Query*/

@media(max-width:820px){
.events-img {
    height: 160px;
}
.hovereffect img {
    display: block;
    position: relative;
    height: 200px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.memb-img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.cont-left {
    background-color: #c99e4e;
    padding: 20px 30px;
    margin-top: 0em;
    margin-bottom: 30px;
}
    .footer-bottom-1 p {
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer {
    margin: 0;
    padding: 30px 0 0 0;
    background-color: #50888d;
}
.sina-nav .sina-brand > img {
        height: 100%;
        padding: 0;
        width: 89px;
        float: none;
        margin-right: 0;
        margin-bottom: 6px;
        margin-top: 6px;
    }
        .demo-inner-content {
        position: relative;
        z-index: 2;
        margin: 0px auto 0px 0px;
        padding: 0px 0px;
        max-width: 800px;
        color: #fff;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Poppins', sans-serif;
    }
.login-btn-link-1 {
        background-color: transparent;
        color: #153438;
        display: block;
        /* margin-top: 67px; */
        /* width: 300px; */
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        border-radius: 5px;
        padding: 4px 19px;
        transition: 0.5s all;
        font-family: 'Poppins', sans-serif;
        margin-top: 25px;
        letter-spacing: normal;
        border: 1px solid #fff;
    }
    .logo-title {
        font-family: NEWCENT3;
        font-size: 14px;
        color: #153438;
        font-weight: 800;
        margin-bottom: 4px;
        text-align: center;
        padding-top: 0;
        letter-spacing: normal;
    }
}

@media(max-width:768px){

    .demo-inner-content {
        position: relative;
        z-index: 2;
        margin: 0px auto 0px 0px;
        padding: 0px 0px;
        max-width: 800px;
        color: #fff;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Poppins', sans-serif;
    }
.hid-tab
{
    display: none;
}
.hide-dek-1
{
    display: block;
}
.hi-de-tab
{
    display: none;
}
.tab-mr-1
{
        margin-top: -37px;
}
.info-abt {
    font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1em;
    text-align: justify;
}
.list-info-in:after {
    content: '';
    position: absolute;
    bottom: -30px;
    background-color: #fb8c25;
    height: 300px;
    width: 103%;
    z-index: -1;
    left: 0;
}
.info-abt-1:before {
    content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: 60px;
    right: 0;
    top: 0;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    height: 307px;
    z-index: -1;
}
.footer-info1 {
    padding-left: 0;
}
.mob-hide
{
display: none;
}
.logo-title {
    font-family: NEWCENT3;
    font-size: 24px;
    color: #153438;
    text-align: center;
    font-weight: 800;
}
.txt-ri, .txt-ri-mob
{
    text-align: center;
}
    .footer-bottom-1 p {
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
    }
 .event-lo {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 10px;
}
.main-content-soc img
{
    margin-bottom: 10px;
}
.event-1 {
    margin-bottom: 1em;
    margin-top: 1em;
}
.card-text p {
    font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 3px;
    text-align: left;
}
.sub-btn-1 {
    margin-top: 10px;
}
.mem-div {
    background-color: #820366;
    padding: 9px 40px;
    border-radius: 6px;
    height: 99px;
    margin-top: 20px;
    display: grid;
    /* justify-content: center; */
    align-items: center;
}
.hide-mod
{
    display: none;
}
.icon {
    font-size: 13px;
    color: #606163;
    font-family: Montserrat, sans-serif;
}
.intro-post-preview h4 {
    margin-top: 5px;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    color:#14393b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    height: 3rem;
    /* max-height: 4rem; */
    overflow: hidden;
    width: 100%;
}
.mob-tme
{
        margin-top: 30px;
}
.main-wrapper {
    padding: 20px 0;
}
.title {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-btn-12 {
    margin-top: 32px;
  
}

}



@media(max-width:600px){

    #load-president-desk
    {
        margin-top: 19px;
    }
.link-d2 {
    background-color: #fb8c25;
    padding: 16px;
    border-radius: 6px;
    margin: 4px 0 14px 0;
    height: auto;
}
.link-foot li {
    list-style-type: none;
    margin: 4px;
    display: flex;
    width: 40%;
    float: left;
    justify-content: center;
    align-items: center;
}
.login-btn-link-1 {
        background-color: transparent;
        color: #153438;
        display: block;
        /* margin-top: 67px; */
        /* width: 300px; */
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        border-radius: 5px;
        padding: 4px 19px;
        transition: 0.5s all;
        font-family: 'Poppins', sans-serif;
        margin-top: 25px;
        letter-spacing: normal;
        border: 1px solid #fff;
}
.link-d4
{
    height: auto;
}
.click-btn {
    background-color: #fff;
    color: #153438;
    display: block;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}
.title {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.mob-tme
{
        margin-top: 0px;
}
.hide-mod
{
    display: none;
}
.pr-dek-img {
    width: 120px;
    height: 120px;
}
.hide-mob
{
    display: none;
}
.demo-inner-content {
        position: relative;
        z-index: 2;
        margin: 4px auto 0px auto;
        padding: 0 0 0 0;
        max-width: 900px;
        color: #fff;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 1.5em;
        align-items: center;
    }
.listl1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 10px;
}
.info-abt-1:before {
    content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 69%;
    height: 344px;
    z-index: -1;
}
.info-pha-cnt-1 {
    margin-bottom: 1em;
}
.info-abt {
    font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1em;
    text-align: justify;
}
.info-abt-1-1:before {
    content: '';
    background-color: #153438;
    position: absolute;
    right: 121px;
    bottom: 35px;
    width: 800px;
    height: 285px;
    z-index: -1;
}
.list-info-in h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.list-info-in {
    background-color: #153438;
    padding: 20px;
    margin: 2em 10px;
}
.list-info-in {
    background-color: #153438;
    padding: 30px;
    margin: 2em 10px;
}
.list-info-in:after {
    content: '';
    position: absolute;
    bottom: -30px;
    background-color: #fb8c25;
    height: 300px;
    width: 100%;
    z-index: -1;
    left: 0;
}
.link-view {
    color: #153438;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
}
.footer-info1 {
    padding-left: 0;
}

.event-1 {
    margin-bottom: 0;
    margin-top: 0em;
}
.card {
    margin: 0 0.7rem 1rem;
    max-width: 97%;
}

.info-abt-2:before {
    content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 66%;
    height: 300px;
    z-index: -1;
}
.middle-content {
 padding: 40px 0;
}
.news-bx {
    background-color: #000000;
    padding:1em;
    border-radius: 10px;
    margin-bottom: 20px;
}
.img-cnt-12 {
    display: block;
    margin: 6em 0 2em 0;
}
.ln-in {
    position: relative;
    left: 0;
}

.btn-search-4 {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #4d99d8;
    font-size: 14px;
    text-align: center;
    display: block;
    width: auto;
    font-weight: 400;
    padding: 7px 4px;
    margin-top: 0em;
    border-radius: 6px;
    border: 1px solid #4d99d8;
}
.link-foot {
    display: block;
    margin: 10px 0;
}
.logo-part {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 80px;
}
    .footer-bottom-1 p {
        color: #fff;
        margin-bottom: 0;
        margin-top: 4px;
        line-height: normal;
    }
    .link-foot {
        display: block;
        margin: 0;
        text-align: center;
    }
.sub-btn-1 {
    margin-top: -11px;
    display: flex;
    justify-content: center;
}
.cont-left {
    background-color: #c99e4e;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.contact-frm {
    padding: 0 1em;
}
.logo-title {
    font-family: NEWCENT3;
    font-size: 14px;
    color: #153438;
    font-weight: 800;
    margin-bottom: 4px;
    text-align: center;
    padding-top: 0;
   letter-spacing: normal;

}
.breadcrumb-item a, .active {
    color: #fff;
    font-size: 13px;
    line-height: 27px;
}
.sub-btn-12 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
/*.he-add
{
    
    height: auto;

}*/
.cl-nmview
{
    text-align: right;
    display: block;
    font-size: 14px;
}
.login-frm-4 {
    background-color: #fff;
    padding: 20px 25px;
    width: 100%;
}
.hide-mob
{
    display: none;
}
.event-lo {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
    padding-left: 10px;
}
.img-pub
{
        height: 40px;
    width: 40px;
    float: none;
    margin-right: 6px;
}
.link-d4 {
background-color: #153438;
padding: 20px;
border-radius: 6px;
margin-bottom: 20px;
}
.mb0o-4{
margin-bottom: 1rem;
}
.list-cir li {
    width: 100%;
    float: left;
}
.title-nm {
    font-family: richey;
    font-size: 36px;
    color: #153438;
    letter-spacing: 1px;
    margin: 0 0 14px 0;
}
.events-img {
    height: 180px;
    width: 100%;
}
.overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  .mob-hide
{
display: block;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(120,120,120,0.9);
  background-color: rgba(120,120,120,0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.overlay a {
  
  transition: 0.3s;
}
.overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.sina-nav .extension-nav .log-btn.dropdown-toggle
{

    color: #153438;
    position: relative;
    top: -54px;
    right: -35px;
    font-size: 12px;

}
.sina-nav .log-btn.dropdown .btn
{
font-size: 13px;
line-height: normal;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  color: #000;
  font-size: 40px;
}
.tab-mr-1
{
        margin-top: 0px;
}
.hi-de-tab {
    display: block;
}
.hide-dek-1 {
    display: none;
}
.chairman-sec {
    margin-top: 0;
    margin-bottom: 40px;
}
.intro-post-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    background: #f1f1f1;
}
}

