/* ===========================
    Global Start
    ===========================*/
body{
    font-family: bigcity-grotesque-pro, sans-serif;
    color: #707070;
}

html{
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #2699FB;
    
}

a:hover{
    color: #27A9A9;
}



@media screen and (min-width: 577px) {
    .container , .col-lg-12{
    padding: 0;
    }

    .row{
        margin: 0;
    }

    .col{
        padding: 0;
    }
}


.form-control:focus{
    outline: none;
    box-shadow: none;
}

/* ===========================
    Global End
    =========================== */

/* ===========================
    Header
    ========================== */


@media screen and (min-width: 577px) {
    .nav-main .container .row .col-lg-9{
        display: flex;
        justify-content: end;
    }
    .desk-to-mobile{
        display: block;
    }
    .desk-to-mobile1{
        display: flex;
    }
    .mobile-to-desk{
        display: none;
    }
}

.justify-content-center {
    justify-content: center!important;
    width: 100%!important;
}

label {
    display: inline-block;
    min-width: 120px;
    vertical-align: top;
}

[type=submit]:not(:disabled){
    cursor: pointer;
    background: #6acaea;
    border-radius: 6px; 
    font-size:1.2rem;
    border:none;
   outline: none;
   padding: 10px 20px 7px;
   color: #ffffff;
}

.header-sticky {
   /* position: fixed;
    z-index: 1000000000;
    width: 100%;
    background: #ffffff;*/
}

.detail-banner {
margin-top:0px;
}

.nav-main .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-main{
    color: white;
     background-color: #636DA2; 
    /* background-color: #6ACAEA;*/
    min-height: 81px;
}


.navbar .container .row{
    width: 100%;
}

.list-group-horizontal{
    list-style: none;
}



.nav-main .list-group-horizontal li{
    display: flex;
    align-items: center;
    /*line-height: 20px;*/
}

.nav-main .list-group-horizontal li+li::before{
    content: "";
    padding: 8px;
}

.nav-btn{
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 100;
}

a.nav-btn:hover {
    background-color: #27A9A9;
}



.color-maroon{
    background-color: #8E1838;
    color: white;
}

.color-green{
    background-color: #67c5e4;
    color: white;
}


.nav-main a{
    text-decoration: none;
    color: white;
}



.head-secondary-nav{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    justify-content: space-between;
    min-height: 55px;
    width: 100%;
}

.head-secondary-nav a{
    color: #707070;
    font-weight: 400;
    text-decoration: none;
}

.head-secondary-nav a:hover{
    color: #27A9A9;
}

.head-secondary-nav li{
    font-size: 1rem;
}

.navbar{
    padding-top:0;
    padding-bottom: 0;
}

.b-bottom{
    border-bottom: 1px solid #dbdbdb;
}
.bread-crmb{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0;
    margin: 0;
    font-size: 15px;
    min-height: 50px;
    font-weight: 500;
    color: #95989A;
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
}

.bread-crmb a{
    color: #95989A;
}

.bread-crmb a:hover{
    color: #27A9A9;
}

.bread-crmb .active{
    font-weight: bold;
}

.bread-crmb li{
    display: inline-block;
}

.bread-crmb li+li::before{
    content: ">";
    padding: 10px;
}

.bread{
    display: flex;
    align-items: center;
    font-size: .9rem;
    height: 50px;
    font-weight: 500;
    color: #95989A;
}

/* ==========================
    Header End 
    =========================*/

/* ==========================
    Footer Start
    ========================= */

.footer{
    background-color: #636DA2;
    color: white;
    font-weight: 100;
}
.footer-top{
    padding: 50px 0px 20px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-top p{
    line-height: 1.3rem;
    font-size: 1rem;
}

.footer a{
    color: white;
}

.footer a:hover{
    color: rgba(255, 255, 255, 0.8);
}

.p-v-30{
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.items-right{
    display: flex;
    justify-content:flex-end;
    padding-right: 0 !important;
}

.w-200{
    width: 200px;
}

.reverse{
    background: #6acaea;
    border-radius: 12px;
    padding: 25px;
    margin: 40px 0px;
    color: #ffffff;
    font-weight: bold;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

p{
    margin: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.footer-helpful-links{
    margin: 0;
    line-height: 2rem;
}

.footer-helpful-links li{
    padding: 0px 0;
}

.font-weight-bold{
    font-weight: bold;
}

.flags{
    list-style: none;
    padding-left: 0;
}

.flags li{
    display: inline-block;
}


.footer-top .row .col h4{
    font-weight: bold;
}

.flags img{
    width: 50px;
}

.footer-brand-logo{
    width: 75px;
    height:75px;
}

/* =============================
    Footer End
    ============================ */


/* =============================
    Banner Start
    ============================ */

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: grey;
    border-radius: 5px;
    width: 30px;
    padding: 10px;
    height: 60px;
}

.carousel-indicators{
    justify-content: end;
}

.carousel-indicators .active{
    background-color: #6ACAEA;
}

.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: none;
    opacity: 1 !important;
}

.carousel-caption{
    text-align: left;
    line-height: 2;
    width:600px;
}

.carousel-caption span.title{
    font-size: 1.5rem;
    background-color: #6ACAEA;
    color: #06226E;
    font-weight: bold;
    padding:10px 10px 5px 10px;
    border-radius: 2px; 
    text-transform: uppercase;
    height:40px
}

.carousel-caption span.para{
    font-size: 2rem;
    background-color: #000000;
    font-weight: bold;
    padding:5px 15px; 
    padding:10px 10px 5px 10px;
}

.carousel-caption h3 {
    display:inline-block;
    font-size: 1.5rem;
    background-color: #6ACAEA;
    color: #06226E;
    font-weight: bold;
    padding: 10px 25px 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
}

.carousel-caption h4 {
    font-size: 2.5rem;
    display:inline-block;
    background-color: rgba(0, 0, 0, 0.8); 
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 4px;
    width: auto;
        float: none;
    }

.carousel-caption a{
    font-size: 1rem;
    background-color: #2699FB;
    color: white;
    font-weight: 100;
    padding:12px 25px;
    border-radius: 3px; 
    text-decoration: none;
    text-transform: uppercase;
    }
    .carousel-caption a:hover{
    background-color: #6ACAEA;
    }
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .8;
    transition: opacity .15s ease;
}    

@media (max-width: 776px) {
    
    .carousel-caption h3 {
    display:inline-block;
    font-size: .8 rem;
    background-color: #6ACAEA;
    color: #06226E;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
  
}
   .carousel-caption h4 {
    display:none;
    }
    .carousel-caption a{
         display:none;
    }
    }

.banner-nav-icons{
    
    height: 45px;
    background: black;
    width: 30px;
    border-radius: 3px;
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;

}


/* ==========================
    Detail page
============================= */

.detail-banner-img{
    width: 100%;
    height: 100%;
}

.col-lg-6{
    padding-right: 0;
}


@media screen and (min-width: 576px) {
    .detail-banner-content{
        background-color: #B2539B;
        color: white;
        padding: 30px 30px;
    }
    .detail-banner-content h1{
        font-weight: bold;
        font-size: 36px;
    }
    .detail-banner-content h4{
        font-weight: 100;
        font-size: 26px;
    }
}

.w-700{
    max-width: 700px;
}
.row{
    margin-right: 0;
}

/* =======================
    Banner End
    ======================= */

/* ========================
    Carousel Start
    ======================= */

.corausel-content-list .carousel-control-prev-icon, .corausel-content-list .carousel-control-next-icon{
    background-color: grey;
    border-radius: 40px;
    font-size: .5rem;
    width: 40px;
    padding: 0px;
    height: 40px;
    border: 1px solid white;
}

/* =========================
    Carousel End
    ========================= */

/* ==========================
    lists
    ========================= */

.highlishts{
    color: #707070;
}
.highlishts h5{
    font-weight: bold;
}

.related-programs{
    color: #2699FB;
}

.related-programs .head, .facebook-feed .head{
    background-color: #5CD1ED;
    color: #06226E;
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.related-programs .head h5, .facebook-feed .head h5{
    margin: 0;
    padding: 0 20px;
    font-weight: bold;
}

.related-programs ol li{
    margin-bottom: 10px;
}

.facebook-feed ul li img{
    width: 100%;
}


@media screen and (min-width: 576px) {
    .upcoming-events .row .col{
        padding: 0 10px;
    }

    .past-events li{
        width: 49%;
    }
}

.upcoming-events .row{
    margin-bottom: 30px;
}

.upcoming-events .row .col img{
    width: 100%;
}

.upcoming-events .row .col table{
    color: #585757;
}

.upcoming-events .row .col table td a{
    text-decoration: none;
    color: #6ACAEA;
}

.upcoming-events{
    padding: 20px 0;
}



.upcoming-events .heading{
    font-weight: bold;
    color: #707070;
    font-size: 1.3rem;
    border-bottom: 1px solid #6acaea;
     display: flex;
    /* flex-direction: row; */
    align-items: center;
    flex-wrap: wrap;
     text-align: center;
}

.upcoming-events .heading a{
    color: #707070;
}

.upcoming-events .heading :hover{
    color: #27a9a9;
}

.upcoming-events .heading .active{
    color: #6acaea;
    border-bottom: 3px solid #6acaea;
    padding-bottom: 10px;
 
}

.upcoming-events h5{
    font-weight: bold;
}

.upcoming-events h6{
    font-weight: bold;
    color:#C20D0D; 
}


/*blog style start*/

@media screen and (min-width: 576px) {
    .blog .row .col{
        padding: 0 10px;
    }

    .past-events li{
        width: 49%;
    }
}


.blog .row{
    margin-bottom: 30px;
}

.blog .row .col img{
    width: 100%;
}

.blog .row .col table{
    color: #585757;
}

.blog .row .col table td a{
    text-decoration: none;
    color: #6ACAEA;
}

.blog{
    padding: 20px 0;
}

.blog .heading{
    font-weight: bold;
    color: #707070;
    font-size: 1.3rem;
    border-bottom: 1px solid #6acaea;
     display: flex;
    /* flex-direction: row; */
    align-items: center;
    flex-wrap: wrap;
     text-align: center;
}

.blog .heading a{
    color: #707070;
}

.blog .heading :hover{
    color: #27a9a9;
}

.blog .heading .active{
    color: #6acaea;
    border-bottom: 3px solid #6acaea;
    padding-bottom: 10px;
 
}

.blog h5{
    font-weight: bold;
}

.blog h6{
    font-weight: normal;
    }


/*blog style end */



.color-red{
    color:#C20D0D; 
}

.text-bold{
    font-weight: bold;
}

.cnt-center{
    display: flex;
    justify-content: center;
}

.corausel-content-list{
    list-style: none;
    padding: 0;
}

.corausel-content-list li{
    padding: 20px 0;
    border-bottom: 1px solid;
    color: #707070;
}

.corausel-content-list li h6{
    font-weight: bold;
}

.corausel-content-list li p{
    margin-top: 5px;
    margin-bottom: 0;
}

.past-events{
    color: #707070;
}

/* ===========================
    List Ends 
    =========================== */

/* ===========================
    Paragraphs start
    ========================== */

.content-detail{
    display: flex;
    justify-content: center;
    
}


.content-detail .heading .title h1{
    font-size: 2rem;
    font-weight: bold;
}



.content-detail .navigate{
    font-size: 1.5rem;
}

.updates{
    padding: 20px 30px;
    background-color: #D8A6CC;
    border-radius: 5px;
    color: #000000;
}

.updates .head{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.updates .head h6{
    font-weight: bold;
}

.updates .bod h6{
    font-weight: bold;
    margin: 0;
}


.location .row .col-lg-6{
        padding: 0;
    }

.content-detail .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 25px 0;
    color: #707070;
}

@media screen and (min-width: 577px) {
    .head-facebook-link{
        margin-left: 30px;
    }
    
    .content-detail .heading .title{
        display: block;
    }
}

.content-detail .para{
    color: #585757;
}

.location{
    color:#707070
}

.contact-us{
    color: #707070;
}

/* ============================
    Paragraph End
    ============================ */


/* ============================
    Pagination Starts
    ============================ */



.donate-money{
    clear: both;
    margin-bottom: 25px;
}

.donate-money .row{
    margin: 0;
}
.money-donation{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    color: white;
    min-height: 158px;
    padding: 20px;
    background-image: linear-gradient(#20B2B2, #20B2B2);
    border-top: 12px solid #1C7E95;
    
}

ul.money-donation li{
    display: inline-block;
    font-size: 1.5rem;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}

.money-donation li a{
    border: none;
    font-size: 1.2rem;
    padding: 14px 13px 8px 13px;
    font-weight: bold;
    color: white;
    background-color: #5CD1ED;
}

.money-donation li a.active{
    color: black;
    background-color: white;
}

.money-donation li a.color-maroon{
    background-color: #B6397A;
    color: white;
}


.subscription{
    clear: both;
    margin-bottom: 25px;
}

.subscription .row{
    margin: 0;
}
.subscription-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    flex-wrap: wrap;
    border-radius: 0px;
    list-style: none;
    background-image: linear-gradient(#1C7E95, #1C7E95);
    width: 100%;
    color: white;
    min-height: 180px;
    border-bottom: 12px solid #20B2B2;
    
}

ul.subscription-section li{
    display: inline-block;
    font-size: 1.5rem;
    padding: 5px 10px 2px 10px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

ul.subscription-section li span{
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
  line-height:20px;
    margin:0px;
}

.subscription-section li span .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  width: 100%;
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px 10px !important;

 }


.subscription-section li span input[type=checkbox] {
  margin-top: 10px;
  width: 12px;
  height: 12px;
}

ul.subscription-section li span a{
  text-decoration:underline;
  color: white;
}
ul.subscription-section li span a:hover{
  text-decoration:none;
  color: #5CD1ED;
}


.subscription-section li button{
    border: none;
    font-size: 1.2rem;
    padding: 5px 15px;
    font-weight: bold;
    color: white;
    background-color: #5CD1ED;
}

.subscription-section li button.active{
    color: black;
    background-color: white;
}

.subscription-section li button.color-maroon{
    background-color: #B6397A;
    color: white;
}

.subscription-section input[type=submit] {
  background-color: #5CD1ED;
  color: white;
  border: none;
  font-size: 1.2rem;
  padding: 8px 20px 2px 20px !important;
  font-weight: bold;

}


.subscription-section input[type=submit]:hover {
  background-color: #20B2B2;
}



.subscription-section li.textunit{
   margin-top: 0px;
}




/* ============================
    Pagination Ends
    =========================== */


/* ============================
    Content List Starts 
    =========================== */

.content-list .title{
    padding:20px 0;
    color: #707070;
}

.content-list .title h3{
    font-weight: bold;
    font-size: 36px;
}

.content-list .title h5 {
	font-size: 1.6rem;
}

.content-list .row{
    margin: 0;
}

ul.list-cntnt{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap:26px;
}
@media screen and (max-width: 576px) {
    .content-list .title {
    padding:15px 0px !important;
}
.content-list .title h3{
    font-weight: bold;
    font-size: 30px;
}
}

@media screen and (min-width: 993px) {
    ul.list-cntnt li{
        width: 32% !important;
        /* padding: 5px; */
        margin-bottom: 20px;
        transition: transform .5s;
    }
    ul.list-cntnt li:hover{
        z-index:1;
        transform: scale(1.05);
    }


}


@media screen and (min-width: 576px) {
    ul.list-cntnt li{
        width: 30%;
        /* padding: 5px; */
        margin-bottom: 20px;
        transition: transform .5s;
    }
    ul.list-cntnt li:hover{
        z-index:1;
        transform: scale(1.05);
    }


}


ul.list-cntnt li .title{
    background-color: #636DA2;
    color: white;
    margin-bottom: 10px;
    font-weight: bold ;
}

ul.list-cntnt li .title h6{
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 5px 0px 0px 0px;
}

ul.list-cntnt li img{
    width: 100%;
    border: 1px solid #707070;
}

ul.list-cntnt li p{
    color: #707070;
    margin: 15px 0px 0px 0px !important;
    text-align:center;
}
ul.list-cntnt li a{
    text-decoration: none;
    color: #2699FB;
}

ul.list-cntnt li a:hover{
    color: #049B9B;
}


.detail-content .detail-content-list{
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap:6px;
}



@media screen and (max-width: 992px) {
    .detail-content .col-lg-1{
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .detail-content .col-lg-1{
        display: block;
    }
    
}


@media screen and (min-width: 576px) {
    .detail-content .detail-content-list li{
        list-style: none;
        display: inline-block;
        width: 30%;
        margin: 0px 20px 25px 0px;
        transition: transform .5s;
    }

    .detail-content .detail-content-list li:hover{
        z-index: 1;
        transform : scale(1.05);
    }

}

.detail-content .detail-content-list li img{
    width: 100%;
}

.detail-content .detail-content-list li .heading p{
margin:0px;
font-size: 1rem;
}

.detail-content .detail-content-list li .heading{
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding: 15px 5px 10px 5px;
}

.detail-content .detail-content-list li .heading :hover{

    background-color: #000000;

  
}

.content-detail .heading .title{
    text-align: center;
}

/* ============================
    Content List Ends
    =========================== */


/* ============================
    Cards Start
    =========================== */
.detail2-content-card .heading{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 68px;
    background-color: black;
    color: white;
}
.detail2-content-card .heading h6{
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
}

.detail2-content-card{
    margin-bottom: 30px;
}
.detail2-content-card img{
    width: 100%;
}

.detail2-content-card-info{
    color: #707070;
    padding: 5px 20px;
}

.detail2-content-card-info .heading h6{
    margin-bottom: 15px;
    font-weight: bold;
}

.detail2-content-card-info table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
/* ============================
    Cards Ends
    =========================== */


/* ============================
    Buttons Start
    =========================== */
.btn-load{
    color:white;
    background: #6acaea;
    padding: 10px 40px;
    font-weight: bold;
}

a.btn-load{
    background: #6acaea;
}

a.btn-load:hover  {
    color:  #6acaea; 
    border: 1px solid #6acaea;
    background: #ffffff; 
    
}


.year-btn{
    height: 30px;
   color: #707070;
   font-size: 14px;
}

.year-btn:focus{
    box-shadow: none;
}


.submit-btn{
    border: 0;
    width: 115px;
    height: 45px;
    background-color: #27A9A9;
    color: white;
}

#move-to-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 9999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #A7A3D1;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    padding: 10px;
}

#move-to-top:hover {
  background-color: #ffffff;
}

/* ============================
    Buttons End
    =========================== */

/* ============================
    Swiper Starts
    ============================ */
.related-articles{
    color: #707070;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem;
}

.swiper-button-prev,  .swiper-button-next{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #707070;
    color: white;
}
/* ============================
    Swiper Ends
    =========================== */

.latest-articles{
    display: block;
}
.popular-articles{
    display: none;
}

/* ======================
    glossary listing
    ===================== */
.glossary-listing-wrapper .sorting-section {
    display: block;   
    margin-bottom: 26px; 
}
.glossary-listing-wrapper .sorting-section h4, .glossary-listing-wrapper .sorting-section h5 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333333;   
    background: #333333;
    padding: 10px;
}
.glossary-listing-wrapper .sorting-section h4 {
    font-size: 16px;
     color: #fff;
    margin-right: 10px;
}

.glossary-listing-wrapper .sorting-section h4, .glossary-listing-wrapper .sorting-section ul {
    display: inline-block;
}

.glossary-listing-wrapper .sorting-section h5 {
    padding: 0px;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    cursor: pointer;
    display: none;
}

.glossary-listing-wrapper .sorting-section ul li {
    display: inline-block;
}

.glossary-listing-wrapper .sorting-section ul li a {
    font-size: 12px;
    color: #666666;
    border-radius: 50%;
    padding: 3px 2px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 1;
    text-decoration: none;
}

.glossary-listing-wrapper .sorting-section ul li a.active, .glossary-listing-wrapper .sorting-section ul li a:hover {
    background-color: #333333;
    color: #fff;
}

.glossary-listing-wrapper .sorting-section ul li a.active {
    background-color: #333333;
}

/* ========================
    search box
    ======================= */

.searchbox input[type=text] {
    width: 220px;
    box-sizing:none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 16px;
    background-color: transparent;   
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px 15px 5px 28px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    text-align: center;
    outline: none;

}

.searchbox input[type=text]:focus {
    width: 100%;

}

.searchbox i.fa.fa-search {
    position: absolute;
    padding-top: 8px;
    padding-left: 6px;
    font-size: 20px;
}

.searchbox{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
}


/* ==================
    
    ================== */

.searched-ctnt-section{
  text-align: center;
}

.searched-ctnt-section a figure figcaption h2{
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.searched-ctnt-section a figure img {
    border: 3px solid #eee;
    width:100%;
    transition: 0.5s all ease-in-out;
}

.searched-ctnt-section a figure{
  margin-bottom: 30px;
}

.searched-ctnt-section a figure figcaption p{
  font-size: 14px;
}

.searched-ctnt-section a:hover{
color:#c1c1c1;
text-decoration: none;
}

.searched-ctnt-section .content-section{
  text-align: center;        
      position: relative;
          margin-top: 18px;      
}

.searched-ctnt-section figure figcaption p.other-name:before {
    content: "(";
}
.searched-ctnt-section figure figcaption p.other-name:after {
    content: ")";
}

/* .searched-ctnt-section img.img-responsive.center-block:hover {
    opacity: .6;
} */

.searched-ctnt-section a{
    color: inherit;
    overflow: hidden;
}

.searched-ctnt-section a:hover{
    color: #6ACAEA;
}

.searched-ctnt-section a:hover img{
    transform: scale(1.1);
}

.searched-ctnt-section .row .col-md-3, .searched-ctnt-section .row .col-sm-3, .searched-ctnt-section .row.col-xs-12{
    padding: 0 3px;
}

/* ===================
    lang optn modal css start
    ================== */

.modal-box {
  display: none;
  position: absolute;
  z-index: 999999999999;
  width: 400px;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  padding: 20px 0px 20px 0px;

}
.modal-box header h3{
    font-size: 1.25em;
  font-weight: 400;
    
}

.modal-box .modal-body select {
    word-wrap: normal;
    width: 300px;
    padding: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}


.modal-box header,

.modal-box .modal-header {

  padding: 1.25em 1.5em;

  /* border-bottom: 1px solid #ddd; */

}



.modal-box header h3,

.modal-box header h4,

.modal-box .modal-header h3,

.modal-box .modal-header h4 { margin: 0; }



.modal-box .modal-body { padding: 2em 1.5em; }



.modal-box footer,

.modal-box .modal-footer {

  padding: 1em;

  border-top: 1px solid #ddd;

  background: rgba(0, 0, 0, 0.02);

  text-align: right;

}



.modal-overlay {

  opacity: 0;

  filter: alpha(opacity=0);

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9999999;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.8) !important;

}



a.close {

  line-height: 1;

  font-size: 1.5em;

  position: absolute;

  top: 5%;

  right: 2%;

  text-decoration: none;

  color: #ffffff;

}



a.close:hover {

  color: #222;

  -webkit-transition: color 1s ease;

  -moz-transition: color 1s ease;

  transition: color 1s ease;

}

/* ===================
    lang optn modal css end
    ================== */

.lang-optn-list li:hover{
    color: #fff;
    background-color: #6ACAEA;
    cursor: pointer;
}

.lang-optn-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lang-optn-list li{
    width: 250px;
    border: 1px solid #6ACAEA;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 3px;
}

#contact-buttons-bar button{
    background-color: #6ACAEA;
    color: white;
    border: 1px solid #6ACAEA;
} 
#contact-buttons-bar a{
    background-color: white;
    color: #6ACAEA;
    border: 1px solid #6ACAEA;
}

.search-bar .search-btn{
    background-color: #6ACAEA;
    color: white;
}

.search-banner img{
    width: 100%;
}

.asked-questions ol li{
    transition: transform .4s;
}
.asked-questions ol li:hover{
    transform: scale(1.02);
}


/* ====================
search
======================= */
.search-wrap .search-panel {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
      background-color: #eaeaea;
  padding:10px 20px;
  overflow:hidden;
}
.search-wrap .search-panel .input-group {
  float:left;
  margin:15px 0;
}
.search-wrap .search-panel .input-group-addon {
  background-color:white;
  border-radius:0px;
  padding:2px 12px;
  color:#6acaea;
}
.search-wrap .search-panel .custom-option1 .form-control {
  margin-bottom:0px;
  background-color:white;
  color:#555;
}
.search-wrap .search-panel .custom-option1 .form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.search-wrap .search-panel .custom-option1 .form-control:-ms-input-placeholder {
  color: #555;
}
.search-wrap .search-panel .custom-option1 .form-control::-webkit-input-placeholder {
  color: #555;
}
.search-wrap .search-panel h2 {
  font-family: 'Ubuntu', sans-serif;
  color:#9cce98;
  font-size:40px;
  margin-left:15px;
}
.search-wrap .search-panel button {
  margin:15px 0;
  background-color: #6ACAEA;
  color: white;
  border: none;
  border-radius: 3px;
}
.search-wrap .search-panel button:hover, .search-wrap .search-panel button:focus{
  background: white;
  color:#6ACAEA;
  border: 1px solid #6ACAEA;
}

.search-area {
  overflow:hidden;
  margin-top:40px;
}
.search-area h3 {
  border-bottom:3px solid #f5f5f5;
  padding-bottom:10px;
  color:#555;
}
.search-area h3 span {
  float:right;
  font-size:16px;
  font-family:'Ubuntu', sans-serif;
  line-height:30px;
}
.search-area h3 span i {
  background-color:#f5f5f5;
  border-radius:50%;
  width:30px;
  height:30px;
  float:right;
  text-align:center;
  margin-left:10px;
}
.search-area ul {
  margin:15px 0;
}
.search-area ul li {
      background-color:#f2f2f2;
}
.search-area ul li a {
  padding:15px 20px;
  display:block;
  font-size: 13px;
}
.search-area ul li a h4 {
  font-family: 'Ubuntu', sans-serif;
  margin-bottom:10px;
  color:#000;
}
.search-area ul li:nth-child(even) {
      background-color: #eaeaea;
}

.button.blocked-button {
    display:block;
    width:100%;
}

.search-panel .input-group .form-control {
    height: auto;
    padding: 0 12px ;
    background-color: white;
}

.search-area ul li a{
    color: inherit;
}

.search-area ul li h4{
    font-size: 18px;
}

.collapse 
-collapse navbar-fixed-left{
      border-bottom: 1px solid #eaeaea;
}

/* ===================
    Error Page
    =================== */

.error-page h3 {
    color: #616161;
    font-size: 30px;
    margin-top: 30px;
   font-weight: 100;
}
.error-page h2 {
    color: #616161;
    font-size: 120px;
    line-height: 1;
    font-weight: 100;
}
  .error-page a:hover{
    background: white;
    text-transform: none;
    color:#6ACAEA;
    text-decoration: none;
    border: 1px solid #6ACAEA;
  }
  .error-page p.red {
      font-size: 20px;
      color: #b90404;
      margin-bottom: 15px;
  }

  .error-page .button {
    outline:none;
    border:none;
    padding:9px 11px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    color:#fff;
    display:inline-block;
    margin-bottom: 20px;
  }

  .blue-btn{
      background-color: #6ACAEA;
      color: white;
      border: 1px solid #6ACAEA !important;
      border-radius: 3px;
  }

  .blue-btn:hover{
      background-color: #6ACAEA;
      color: white;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #2699FB;
    border-color: #2699FB;
}

.btn-primary:hover {
    background-color:#6ACAEA;
border-color: #6ACAEA;
}
.para h4 {
    font-weight: bold; 
}

.xSelectYear{
    font-size: 1.0rem;
    padding: 3px 10px;
    border: 1px solid #ffffff;
}
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #efefef;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
  display:none;
}

/* Container around content */
.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin:0px;
}

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #6acaea;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  margin: 0px 22px;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #efefef;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #efefef;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #efefef;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .container .content {
  padding: 20px 30px;
  background-color: #efefef;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
   .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
   .timeline .container::before {
    left: 60px;
    border: medium solid #efefef;
    border-width: 10px 10px 10px 0;
    border-color: transparent #efefef transparent transparent;
  }

/* Make sure all circles are at the same spot */
   .timeline .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
   .timeline .right {
    left: 0%;
  }
}