@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
}

:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0 ;
  margin: 0 ;
}


.clear {
  clear: both;
}
::selection {
    background: #242424;
    text-shadow: none;
    color: #fff;
}
/* Header Css */
.top-hd {
    background: #24db76;
  
}
.top-hd ul {
    display: flex;
    align-items: center;  
    height: 33px;  
    margin: 0;
}
.top-hd ul li{
    padding: 0px;;
}
.top-hd ul li a i{
    padding: 0 4px 0 0;
}
.top-hd ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 0 19px 0 0;
    transition: all 0.5s;
}
.top-hd ul li a:hover{
    color: #1c1b19;
}
ul.top-nav{
    justify-content: flex-end;
}

/* Slider Css */

.gallery-heading {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.Grydate {
    text-align: center;
    font-weight: 600;
}


.slider-overlay {
    background: hsl(0deg 0% 0.14% / 36%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider-bg{
    position: relative;
}  
.carousel-caption {
    top: 30% !important; 
    z-index: 9;
}
.carousel-caption h2 {
    font-size: 42px;
    font-weight: 300;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.carousel-caption p{
    font-size: 18px;
    font-weight: 200;
    padding-top: 10px;
    width: 70%;
    margin: auto;
}
.carousel-control-next, .carousel-control-prev{
    top: 0% !important;
}
.carousel-caption a {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px 32px;
    border-radius: 0px;
    border: 2px solid #24db76;
    font-weight: 300;
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 20px 0 0 0;
    transition: all 0.5s;
}
.carousel-caption a:hover {
    background-color: #000;
}
.carousel-indicators.carousel-dot{
    position: relative;
    margin: 20px 0 20px 0 ;
}
.carousel-indicators.carousel-dot button {
    background: #1e2f97;
    border-radius: 50%;
    width: 20px !important;
    height: 0;
    opacity: 1;
}
.carousel-indicators.carousel-dot button.active{
    background-color: #1aa7ec;
    z-index: 99;
}


/* Programs Css */
.bg-programs{
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;
    overflow: hidden;
    padding: 0 0 80px 0;
}
h2.titl-prog {
    text-align: center;
    padding: 0px 0 30px 0;
    font-weight: 300;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24db76;
}
.progr-bx{    
    height: auto;
    width: 224px !important;
    overflow: hidden;
    object-fit: cover;
    margin: auto;
    text-align: center;
}
.progr-bx img{
    width: 100%;
    height: 100%;
}  
.programs-sl{
    text-align: center;
    width: 98%;
    margin: auto;
}
ul.parent-arrow1 {
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 49%;
}
ul.parent-arrow1 li { 
    color: #536493;
    font-size: 65px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev1 {
    position: absolute;
    left: -1%;
}
li.next1{
    position: absolute;
    right:0%;
}  


/* Gallery Css */
.bg-gallery{
    position: relative;
    overflow: hidden;
    padding: 30px 0 0px 0;
    margin: 60px 0;
}
section.bg-gallery::after {
    content: '';    
    position: absolute;
    top: 0;
    height: 244px;
    width: 100%;
    background-image: url('../images/event.png');
    z-index: -9;
    background-size: 100%;
    background-repeat: no-repeat;
}
.title-office.photo-tit h2 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.title-office.photo-tit a {
    background: #fff;
    text-decoration: none;
    margin: auto;
    width: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
    color: #203141;
    font-size: 32px;
    font-weight: 300;
    margin-top: 32px;
    margin-bottom: 28px;
}
.gallery-sl {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pht-bx {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    padding: 0px;
    width: 94% !important;
    margin: 13px 0;
}
.pht-bx img{
    width: 100%;
    height: 100%;
}
.btn-pht {
    background: transparent;
    display: block;
    text-decoration: none;
    color: #0d100e;
    padding: 8px 0;
    border-radius: 0px;
    border: 2px solid #24db76;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: all 0.5s;
    width: 180px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    transition: all 0.5s;
}
.btn-pht:hover{
    background: #24db76;
    color: #fff;
    border: 2px solid #24db76;
}
ul.parent-arrow5 {
    width: 6%;
    padding: 0px;
    margin: auto;
    cursor: pointer;
    position: relative;
    top: 85%;
    height: 34px;
}
ul.parent-arrow5 li {
    color: #000;
    font-size: 38px;
    padding: 0px;
    margin: 0px;
    line-height: 0;    
}
li.prev5 {
    position: absolute;
    left: 0;
}
li.next5{
    position: absolute;
    right: 0;
}


/* OUR SUPPORTING PARTNERS Css */
.partners-bg{
    background-image: url('../images/governing-bg.jpg');
    margin: 50px 0;    
    height:auto;
    padding: 0 0 60px 0;
}
h2.titl-prog.titl-support {
    color: #ffffff;
    position: relative;
    padding: 30px 0 46px 0;
    font-size: 34px;
    font-weight: 400;
}
.partners-sl {
    margin: auto;
    text-align: center;
    width: 100%; 
}
.partners-bx {
    height: 190px;
    width: 70% !important;
    object-fit: cover;
    margin: auto;
    text-align: center;
}
.partners-bx img{
    width: 100%;
    height: 100%;
}  
.partners-bx p{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    padding: 10px 0 0 0;
}
.partners-bx p span{
    font-weight: 600;
    font-size: 16px;
}
ul.parent-arrow3 {
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 43%;
}
ul.parent-arrow3 li {
    color: #fff;
    font-size: 40px;
    padding: 0px;
    margin: 0;
    line-height: 0;
}
li.prev3 {
    position: absolute;
    left: -1%;
}
li.next3{
    position: absolute;
    right:0%;
}  

/* Footer Css */
footer{
    background-color: #203141;
    margin: 50px 0 0 0;    
    height:auto;
    padding: 30px 0 0 0;
    height: auto;
}
.ft-ads h5 {
    padding: 18px 0 5px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    color: #24db76;
}
.ft-ads p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    padding: 7px 0 0 0;
}
.ft-ads ul {
    padding: 14px 0 0 0;
    margin: 0;
}    
.ft-ads ul li {
    line-height: 38px;
    padding: 0px;
    margin: 0px;
}
.ft-ads ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.6s;
}
.ft-ads ul li a:hover{
    color: #24db76;
}
h4.follow-us {
    color: #24db76;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 50px 0 12px 0;
}
.widgets-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6px;
}
.widgets-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 0 2px;
    transition: all 0.6s;
}
.widgets-social a:hover{
   background-color: #24db76;
   color: #fff;
}
h2.title-loct {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
a.download-btn {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background: #24db76;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 50px;
    border-radius: 32px;
    margin-top: 25px;
    transition: all 0.7s;
    width: 280px;
}
a.download-btn img {
    margin: 0 6px 0 0;
}
a.download-btn:hover{
    background-color: #000;
} 
.ft-inquery {
    background: #fff;
    display: flex;
    padding: 6px 7px;
    justify-content: space-between;
    margin-top: 50px;
}
.ft-inquery input {
    width: 100%;
    line-height: 40px;
    border: 1px solid #fff;
}
button.btn-inqy {
    border: 1px solid #24db76;
    background: #24db76;
    color: #fff;
    font-weight: 500;
    padding: 0 18px;
    border-radius: 5px;
    transition: all 0.6s;
}
button.btn-inqy:hover{
    background-color: #000;
}



.copyright-bx {
    background: #203141;
    margin-top: 20px;
}
.copyright-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-txt p {
    margin: 0px;
    padding: 20px 0 40px 0;
    font-weight: 300;
    color: #fff;
    font-size: 19px;
}
.copyright-txt p span{
    font-weight: 400;
}
.copyright-txt p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
    font-weight: 500;
}
.copyright-txt p a:hover{
    color: #24db76;
}

/* Master Page Css */
.sliderBox {
    background: #f3f3f3;
    padding: 22px 0;
    margin: auto;
}
.mstrRight {
    width: 80%;
    margin: auto;
    background: #fff;
    min-height:300px
}
.master-hdr {
    background: #24db76;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 4px 0;
}
.masterIn{
    padding:16px
}
.masterIn p {
    font-size: 16px;
    padding: 0px 0 12px 0;
    margin: 0px;
    text-align: justify;
}
.master-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #24db76;
    padding: 15px 0 0 0;
}
.innerImg {
    float: right;
    margin-left: 20px;
}
.innerImg img{
    border: 4px #2b7cbd double;
    padding: 4px;
}
.accordionHeader_Y {
    color: #fff;
    background: #5e5e5e url('/images/ajax-arrow1.png') 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    background-size: 15px;
}
.accordionHeaderSelected {
    color: #ffffff;
    background: #2f3136 url('/images/ajax-arrow.png') 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    background-size: 15px;
}
.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #404e94;
}
ul.innerUl {
    margin-top: 12px !important;
    display: block;
    padding: 0 0 0 6px;
  }
  ul.innerUl li {
    padding-left: 47px;
    background: url('/images/arrow-hand.png') 0 5px no-repeat;
    margin-bottom: 14px;
    padding: 0 0px 0 38px;
    font-size: 16px;
    background-size: 26px;
}
  table.table-bx{
    width: 100%;
    
  }
  table.table-bx tr td {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 4px 5px;
  }
  table.table-bx tr:nth-child(odd) {
    background: #efefef;
  }
  table.table-bx tr th {
    font-size: 14px;
    background: #7c7878;
    padding: 4px 5px;
    color: #ffff;
    border: 1px solid #b9b9b9;
    font-weight: 500;
  }
  tr.th-table th {
    background: #0093d9 !important;
    text-align: center;
    line-height: 35px;
    font-size: 19px !important;
  }
  table.table-bx.table-uniform tr td {
    width: 50%;
    line-height: 23px;
    padding: 8px 11px;
  }
  table.table-bx.table-uniform tr td{
    border: 1px solid #0093d9;
  }
  table.table-bx.table-uniform tr th {
    border: 1px solid #0093d9;
  }

  .officials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.officials ul li {
    width: 23%;
    border: 1px solid #f3f3f3;
    margin: 8px 10px;
    padding: 16px 10px;
    box-shadow: 0 0 3px 4px #f9f9f9;
    border-radius: 5px;    
    font-weight: 600;
}

.officials ul li img {
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}



@media (max-width:1200px){

    .logo img {
        width: 80%;
    }
    #cssmenu > ul > li > a{
        font-size: 11px !important;        
    }
    .slider-bg::after{
        width: 143px;
    height: 362px;
    }
    
}

@media (max-width:1023px) and (min-width:768px){
    .top-hd ul{
        display: none;
    }
    ul.top-nav{
        display: flex;
        justify-content: center;
    }
    .carousel-caption h2{
        font-size: 22px;
    }
    .carousel-caption h5{
        font-size: inherit;
    }
    .carousel-caption p{
        width: 100%;
        font-size: 16px;    
    }
    .carousel-caption{
        bottom: 0 !important;
    }

}

@media (max-width:767px){

.bg-gallery{
    margin: 24px 0 0 0;
}
.top-hd ul{
    display: none;
}
ul.top-nav{
    display: flex;
    justify-content: center;
}
.partners-bx{
    width: 40% !important;
}
section.bg-gallery::after{
    background-size: cover;
}
 .about-img::before, ul.parent-arrow1{
    display: none;
}
.about-bg, .strategic-bg{
    padding:16px 0
}
h2.title-h2{
    font-size: 26px;
    padding-bottom: 0;
    text-align: center;
    padding: 0;
}
.strategic-img img{
    width: 100%;
}
.strategic-right, .strategic-mission {
    background-size: 100%;
    background-image: linear-gradient(to right, #77c7f7, #7bc0f8);
    margin: 20px 0;
    text-align: center;
    height: auto;
    padding: 16px;
}
.strategic-right h3, .strategic-mission h3{
    font-size: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}
.strategic-right h2, .strategic-mission h2{
    padding: 0px;
    margin: 0;
    width: 100%;
}
.bg-programs{
    padding: 0 0 22px 0;
}
h2.titl-prog{
    font-size: 26px;
    padding: 20px 0 15px 0;
}
h2.titl-prog img {
    max-width: 100%;
    margin: 0 10px;
}
.newsfeed-img, .newsfeed-txt{
    width: 100%;
    height: auto;
}
.newsfeed-txt h2{
    padding:16px 0 0 0;
    font-size:24px 
}
a.btn-notices{
    margin: auto;
    right: auto;
    top:24px;
}
h2.titl-prog.titl-support{
    font-size: 22px;
}

ul.parent-arrow5, ul.parent-arrow2, ul.parent-arrow3 {
    display: none;
}
.bg-cathedral{
    height: auto;
    margin-top: 20px;
    padding: 20px 0px;
}

.copyright-txt {
    flex-wrap: wrap;
    text-align: center;
}
.copyright-txt p{
    padding: 2px 0 0 0;
}

.officials ul li{
    width: 100%;
}
.dirc-bx {
    flex-wrap: wrap;
    justify-content: center;
}
.innerImg {
    margin: auto;
}
.innerImg img{
    width: 100% !important;
    margin-bottom: 10px;
}

}
