@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=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&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: Nexa-Regular;
  src: url('../css/fonts/FontsFree-Net-n1.ttf');
}
a:hover
{
    text-decoration: none;
}
.container {
    max-width: 1170px;
    margin: auto;
}
#search-member
{
        padding: 30px;
}
.sel-in
{
        width: 25%;
    float: left;
    padding-left: 25px;
    margin-bottom: 4px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 550;
}
.breadcrumb
{
    display: none;
}
.mt-15px
{
    margin-top:15px;
}
.cnt-d
{
        display: flex;
    justify-content: center;
    align-items: center;
}
.cnt-fix
{
    display: flex;
    justify-content: center;
}
.col-fff
{
    color: #fff;
}
.list-obj li
{
    margin-bottom: 12px;
}
.list-obj
{
    font-family: 'Poppins', sans-serif;
    color: #282728;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 23px;
    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: "";
}
.login-btn-link-1
{
   background-color: #ba373a;
    color: #fff;
    display: block;
    /* margin-top: 67px; */
    /* width: 300px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    border-radius: 100px;
    padding: 4px 23px;
    border: 1px solid #ba373a;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.login-btn-link-1:hover
{
      background-color: #fff;
    color:#ba373a; 
}
.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: #ba373a;
    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;
}




.flip-card-front {
    /* box-shadow: 0px -10px 0px #fb8c25;*/
  /*  height: 100%;*/
    border-radius: 1rem;
    background-color: #fff;
   /* box-shadow: 0px -4px 0px #fb8c25;*/
   border:2px solid #ba373a;
}

.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;
}
.footer-bottom-1
{
        background-color: #dcdcea;
    
   /* border-top: 1px solid #ccc6;*/
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 155px 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: 250px;
    background-color: #fff;
}


.txt-ri
{
    text-align: right;
}
.footer-bottom-1 p
{
        color: #000;
    margin-bottom: 8px;
    padding-top:8px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
.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 ;
}
.chairman-sec
{
    padding: 2em 0 3em 0;
}
.txt-n1
{
        font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin:0;
}
.disk-div p
{
    color: #5d5d5d;
       font-family: 'Poppins', sans-serif;
           font-size: 16px;

}
.flex-end-1
{
        display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.disk-div
{
        padding-left: 30px;
    padding-top: 0px;
        height: 220px;

}
.dwn
{
    background-color: #ffffff;
    border-radius: 100px;
    color: #ba373a;
    text-align: center;
    padding: 8px 20px;
    display: block;
    margin-top:14px;
    margin-left: auto;
    margin-right:auto;
    width: 180px;
}
.login-frm-1
{
    background-color: #ba373a;
    padding: 1em;
    height: 349px;
    margin-top: -193px;
    overflow-y: scroll;
}
.left-div
{
    background-color: #8a8a91;
}
.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: #005dab;
    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: #015498;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 580;
    font-family: 'Poppins', sans-serif;
}
.cnt-nm
{
  color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;  
}
.cnt-nm1 {
color: #000;
font-size: 20px;
font-weight: 500;
margin: 0 0 4px 0;
font-family: 'Poppins', sans-serif;
}
.cnt-nm3 {
    color: #000;
    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: #000;
    font-size: 16px;
    font-weight: 450;
    font-family: 'Poppins', sans-serif;
}
.click-btn
{
    background-color: #fff;
    color: #015498;
    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;
}
.list-cir
{
        font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 550;

}
.list-cir li 
{
    margin-bottom: 16px;
}
.list-cir-1
{
        font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 550;

}
.list-cir-1 li 
{
    margin-bottom: 16px;
}
.logo-title
{
    font-size: 22px;
    color: #ba373a;
    font-weight: 400;
    padding-top: 8px;
    margin-bottom: 6px;
}
.col-01
{
	color:#ba373a;
}

.title
{
	    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.flex-end-itmr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quic-link
{
        font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 550;
    margin-left: 14px;
    margin-top:30px;
    margin-bottom: 225px;
}
.quic-link li 
{
    width: 50%;
    float: left;
    margin-bottom: 20px;

}
.events-info {
      padding: 15px;
    border-radius: 6px;
    background-color: #ba373a;
    margin-top: -4px;
    position: relative;
    top: -3px;
}
.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: ">";
}

.info-abt-1
{
	/*position: relative;*/
}
/*.info-abt-1:after
{
        content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: 25px;
    top: 0;
    width: 150px;
    height: 190px;
    z-index: -1;
}*/
/*.info-abt-1:before
{
       content: '';
    background-color: rgb(130, 3, 102);
    position: absolute;
    left: 154px;
    top: 0;
    width: 600px;
    height: 307px;
    z-index: -1;
}*/
.main-wrapper {
    padding:40px 0;
}
.height-482px
{
        height: 482px;
}
.sec-3
{
    padding: 3em 0 4em 0;
}
/*Middle*/
.middle-content
{
    padding: 0px 0 40px 0;
}
.news-bx {
    
    padding: 1em;
    border-radius: 0;
    margin-bottom: 0px;
}
.left-pub
{
    padding:30px 30px 30px 160px;
}
.pub-not
{
    padding:30px 160px 30px 60px;
}
.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-top: 1em;
}
.events-box h2
{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    -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;
}
.other-link
{
    padding-left:3em;
    margin-top: 8em;
}
.event-lo
{
	    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height:normal;
    margin-bottom: 6px;
    padding-left: 10px;
}
.events-box .fa
{
	color: #fff;
	font-size: 17px;
}
.events-box img
{
	border-radius: 6px 6px 0 0;
}
.event-1
{
	margin-bottom: 0em;
}
.link-view
{
	 color: #015498;
    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;
}
.logo-part
{
	display: grid;
	justify-content: center;
	align-content: center;
}

.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: 30px;
}
.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
{
	    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
      margin-bottom: 30px;
      text-align: right;
}
.link-d4
{
	    background-color: #015498;
    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: 16px;
	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: #015498;
    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: #015498;
    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: #ba373a;
    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: #015498;
    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: #015498;
	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:#015498;
    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:#015498;
    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: #fff;
    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: #000;
    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: #ba373a;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px; 
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 8px;
    transition: 0.5s all;
    margin-top: 1em;
    border-radius: 6px;
    border: 1px solid #ba373a;
}
.btn-search:hover
{
  color: #ba373a;
background-color: #fff; 
border: 1px solid #ba373a;
}
.btn-search-3 {
    background-color:#ba373a;
    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 #ba373a;
}
.btn-search-3:hover
{
color:#ba373a;
background-color: #fff;
}
.w-dyn-item
{
    background-color: #fff;
    margin-bottom: 1em;
    transition: 0.5s all;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}
.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: #015498;
    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: #015498;
        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: #dcdce2;
    padding: 20px 30px;
    margin-top: 0em;
}
.cont-right 
{
    background-color:#ba373a;
    padding:20px 30px;
    margin-top: 0em;
}
.info-cnt-bx
{
    margin-bottom: 18px;
}
.contact-frm
{
    padding: 0 17px;
}
/**/
/*footer*/
.footer
{
	margin: 0;
	padding: 30px 0 0px 0;
	background-color: #dcdcea;
}
.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;
}

.link-foot
{
display: flex;
margin:10px 0;
}
.link-foot li
{
 
    list-style-type: none;
    margin:10px 16px 20px 16px;
}
.link-foot li a 
{
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.5s all;
    font-weight: 500;
    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){

.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 160px auto 0px 0px;
    padding: 40px 0px;
    max-width: 800px;
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
}
.left-div {
    background-color: #8a8a91;
}
.login-frm-1 {
        background-color: #ba373a;
        padding: 1em;
        height: auto;
        margin-top: 60px;
        overflow-y: hidden;
        margin-bottom: 24px;
    }
.link-foot {
    display: flex;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
}
.quic-link {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 550;
    margin-left: 14px;
    margin-top: 30px;
    margin-bottom: 0;
}
.footer-info1 h3 {
    color: #282728;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}
.height-482px {
    height: auto;
}
.pub-not {
    padding: 30px 30px 30px 30px;
}
.sec-3 {
    padding: 0em 0 4em 0;
}
.other-link {
    padding-left: 3em;
    margin-top: 3em;
}
.left-pub {
    padding: 30px 30px 30px 30px;
}
.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-size: 24px;
    color: #ba373a;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}
.txt-ri, .txt-ri-mob
{
    text-align: center;
}
.footer-bottom-1 p {
    margin-bottom: 6px;
}

 .event-lo {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height:normal;
    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: 0px;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    color: #005dab;
    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: "Titillium Web", sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sub-btn-12 {
    margin-top: 32px;
  
}

}



@media(max-width:600px){

    #load-president-desk
    {
        margin-top: 19px;
    }
    .link-d3 h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}
    .sel-in
{
        width: 50%;
    float: left;
    padding-left: 25px;
    margin-bottom: 4px;
}
.flex-box
{
        display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#agree-checkbox, #obj-checkbox
{
        margin-top: 6px;
}
#obj-checkbox
{
    margin-bottom: 14px;
}
.flex-box label
{
    padding-left: 10px;
}
.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: 0px 0 10px 0;
    width: 48%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-3 {
    padding: 1em 0 2em 0;
}
.link-foot {
    display: inline-block;
    margin: 10px 0;
}
.app-mar-16px
{
        margin-top: 16px;
}
.quic-link li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.quic-link {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 550;
    margin-left: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.other-link {
    padding-left: 0;
    margin-top: 40px;
}
.link-d4
{
    height: auto;
}
.click-btn {
    background-color: #fff;
    color: #015498;
    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 14px 0;
    padding: 0;
        font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.height-482px {
    height: auto;
}
.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: 164px auto 0px auto;
    padding: 59px 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: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: justify;
}
.info-abt-1-1:before {
    content: '';
    background-color: #015498;
    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: #015498;
    padding: 20px;
    margin: 2em 10px;
}
.list-info-in {
    background-color: #015498;
    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: #015498;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-top: 14px;
}
.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 {
    background-color:;
    padding: 20px 0;
}
.left
{
    background-color:  #e9e9e9;
}
.news-bx {
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 10px;
}
.img-cnt-12 {
    display: block;
    margin: 6em 0 2em 0;
}
.ln-in {
    position: relative;
    left: 0;
}
.flex-end-1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
    .disk-div {
        padding-left: 0px;
        padding-top: 0;
        height: 230px;
        overflow: hidden;
    }
.chairman-sec {
    padding: 0em 0 0em 0;
}
.left-pub {
    padding: 30px 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;
}
.sub-btn-1 {
    margin-top: -11px;
    display: flex;
    justify-content: center;
}
.cont-left {
    margin-bottom: 1em;
    padding: 10px;
    margin-top: 1em;
}
.contact-frm {
    padding: 0 1em;
}
.logo-title {
    font-size: 14px;
   font-weight: 450;
    margin-bottom: 4px;
    text-align: center;
    padding-left: 10px;
}
.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 0px;
    width: 100%;
}
.hide-mob
{
    display: none;
}
.event-lo {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
    padding-left: 10px;
}
.img-pub
{
        height: 40px;
    width: 40px;
    float: none;
    margin-right: 6px;
}
.link-d4 {
background-color: #015498;
padding: 20px;
border-radius: 6px;
margin-bottom: 20px;
}
.mb0o-4{
margin-bottom: 1rem;
}
.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: #015498;
    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;
}
    .footer-bottom-1 p {
        color: #;
        margin-bottom: 0;
        padding: 0 10px;
    }
.login-frm-1 {
    background-color: #ba373a;
    padding: 1em;
    height: auto;
    margin-top: 60px;
    overflow-y: hidden;
    margin-bottom: 24px;
}
.hi-de-tab {
    display: block;
}
.hide-dek-1 {
    display: none;
}
.pub-not {
        padding: 30px 1em;
    }
}

