/* nav */
.site-main{
    padding-top: 92px;
}
.site-main .site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.site-header .navbar-toggler{
    background-color: #318DDE;
    border-color: #318DDE;
    color: #ffffff;
}


/*.site-main .site-header .navbar{*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
/*.site-main .site-header .navbar .site-nav-box{*/
/*    display: flex;*/
/*    height: 76px;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

.site-header .navbar-toggler.collapsed .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    fill: #FFFFFF;
    background-size: 30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.site-header .navbar-toggler .navbar-toggler-icon{
    background: url('../assets/images/icon-plus-white.svg') no-repeat center center;
    background-size: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-light .navbar-nav .nav-link {
    color:#233529;
    /* Medium/16 */
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #A3D164;
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
/* carousel-item */
.carousel-item img{
    height: 550px;
}
.input-group input[type='text']{
    box-sizing: border-box;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid white;
    padding: 24px;
    background: none;
    color: white;
}
.search-box button{
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid white;
    background: white;
    color: black;
    /* font-family: Poppins; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 25, 37, 0.49) 0%, #1C1925 100%);
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.preview-image {
    transition: all 1s ease;
    width: 30px;
    height:30px;
    border-radius: 3px;
    border: 0.50px white solid;
}

.preview-image:hover {
    transform: scale(1.2);

}

/* background image in header */

 .background-title{
     font-size: 16px;
     font-weight: 500;
     line-height: 24px; /* 150% */
     text-transform: uppercase;
 }
 .background-content{
text-align: center;
/* font-family: Poppins; */
font-size: 56px;
font-weight: 600;
line-height: 64px; /* 114.286% */
letter-spacing: -1.68px;
 }
 .background-details{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    opacity: 0.800000011920929;
 }
/* topics */
.theme-area{
    height: 100%;
    border-radius: 16px;
    margin-top: 10px;
    position: relative;
    transition: box-shadow 0.9s;
}
  .modal-close-btn{
      font-size: 30px;
  }
.filter-close-btn{
    font-size: 20px;
}
.odg-hover {
    display: none;
    width: 80px;
  }

  .theme-area:hover .odg-front {
    display: none;
  }

  .theme-area:hover .odg-hover {
    display: inline-block;
  }
.area-title{
    /* font-family: Poppins; */
    font-size: 48px;
    font-weight: 600;
}
.area-details{
    color:  #5B635E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.theme-area:hover{
    box-shadow: 0px 4px 10px 0px rgba(7, 122, 47, 0.15);
    color: #2B962B;
}
.theme-title{
    font-size: 19px;
    margin-left: -10px;
    font-weight: 600;
    padding-top: 10px;
    /* font-family: Poppins; */
}
.birth-rate{
    background: #F0FCF4;
}

/* stories */
.stories-card{
    border: none;
    border-radius: 32px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.time{
    color: #9E9FA1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.date{
    background: #F0FCF0;
    padding: 4px 8px;
    border-radius: 2px;
    color: #2B962B;
    font-size: 14px;
    font-weight: 400;
}
.event-title {
    /* font-family: Poppins; */
    font-size: 20px;
    font-weight: 600;
    line-height: 32px; /* 160% */
}
.card-image {
    position: relative;
    width: 100%;
   /* max-width: 400px;*/
}

.card-image img {
    width: 100%;
    height: 280px;
    border-radius: 32px 32px 0px 0px;
}

.card-image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-image: url('assets/images/play-Button.png') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    opacity: 0.9;
  }

.stories-para{
    color:  #80888F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.stories{
    color: #077A2F;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.stories h1{
    /* font-family: Poppins; */
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.stories-btn, .login-btn{
    background:  #077A2F;
    color: white !important;
}
.carousel-item {
    position: relative;
}

.slide-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}
.slide-text{
    text-align: center;
    /* font-family: Poppins; */
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

/* GDP growth rate */
.data-icon{
    background: #F0FCF4;
}
.list-group-item:first-child{
    border-radius: 32px 0px 0px 32px;
}
.list-group-item:last-child{
    border-radius: 0px 32px 32px 0px;
}
.data{
    border-radius: 32px;
    box-shadow: 1px 0px 20px 3px rgba(0, 0, 0, 0.05)
}
.data-container{
    border-radius: 32px;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.05);
}
.data-title{
    color:#233529;
    /* font-family: Poppins; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.data-description{
    color:#5B635E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.list-group-item{
    border: none;
}
.list-group-item.active{
    background:  #077A2F;
}
.icon-container i{
    color: white;
}

/* storeis-detail */
.related-post-content h5{
    color:  #1B3540;
text-align: justify;

font-family: Inter;
font-size: 16px;
font-weight: 500;
}
.related-post-content p{
    color:  #95A9B1;
text-align: justify;

font-family: Inter;
font-size: 14px;
font-weight: 400;
}
.related-post-header{
    color: #233529;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.related-post{
border-radius: 16px;
box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.06);
}
.related-post-sidebar{
border-radius: 16px;
border: 1px solid#E3E3E3;
}
.stories-detail{
color:#233529;
/* font-family: Poppins; */
font-size: 26px;
font-weight: 600;
line-height: 40px;
}
.stories-detail-content{
color: #5B635E;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
/**
 * Footer
 */
 .site-footer{
    position: relative;
    padding-top: 70px;
    background: #ffffff;
    color: #394452;
    border-top: 1px solid #EBEEF2;
    background:  #233529;
}


.site-footer .footer-content{
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-item{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.footer-item .footer-title{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.footer-item .footer-title h3{
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    color: white;
}
.footer-item .footer-desc img{
    max-width: 100%;
}
.footer-item .footer-desc{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.footer-item .footer-desc ul li{
    margin-bottom: 7px;
    list-style: none;
}
.footer-item .footer-desc ul li a{
    position: relative;
    display: inline-block;
}
.footer-item .footer-desc ul.arrow-lists li a{
    padding-left: 30px;
}
.footer-item .footer-desc ul.arrow-lists li a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background: url(../assets/images/footer-list-arrow-right.svg) no-repeat center center;
    background-size: 24px;
}

.footer-item .footer-desc ul li a:after{
    content: "";
    display: none !important;
    position: absolute;
    left: 0;
    bottom:2px;
    height: 2px;
    width: 0;
    background: #394452;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-item .footer-desc ul li a:hover:after{
    width: 100%;
}

.footer-item p,
.footer-item a,
.footer-item li{
    font-size: 16px;
    line-height: 1.5;
    color: rgb(236, 229, 229);
    /*color: rgb(255, 255, 255);*/
}

.site-footer a:hover{
    color: #318DDE;
}

.ftr-social{
    display: flex;
    flex-wrap: wrap;
}
.ftr-social .ftr-social-item{
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ftr-social .ftr-social-item:hover{
    border-color: #318DDE;
}
.ftr-social .ftr-social-item img{
    display: block;
    max-width: 24px;
}

.footer-copyright{

    padding: 15px 0;
}
.footer-copyright p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(227, 214, 214);
}
.footer-copyright .copyright-text,
.footer-copyright .developed-by{
    margin: 10px 0;
}
.developed-by{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 45px;
    color: rgb(227, 214, 214);
}
.developed-by span{
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.1px;
}
.developed-by .dlb-logo{
    width: 90px;
}

.btn-sdg span,
.btn-sdg .btn-icon{
    display: inline-block;
    vertical-align: middle;
}
.btn-sdg .btn-icon{
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.form-group label{
    color: #394452;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.form-control,
.form-group .form-control{
    background: #ffffff;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px;
    color: #394452;
    height: 44px;
}

textarea.form-control{
    min-height: 120px;
}

.form-control:focus,
.form-control:active,
.form-group .form-control:focus,
.form-group .form-control:active{
    outline: none !important;
    box-shadow: none !important;
    border-color: #318DDE !important;
}
.form-group .fill.form-control{
    background: #F8F9FD;
}

.input-icon-right{
    position: relative;
}
.input-icon-right .form-control{
    padding-right: 40px;
}
.input-icon-right .input-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-icon-right .input-icon img{
    width: 24px;
    display: block;
}
body ::-webkit-input-placeholder { color: #A5ABB3; opacity: .95 !important;}
body :-moz-placeholder { color: #A5ABB3; opacity: .95 !important; }
body ::-moz-placeholder { color: #A5ABB3; opacity: .95 !important; }

.mr-3{
    margin-right: 15px;
}
.ml-3{
    margin-left: 15px;
}
.mr-auto{
    margin-right: auto;
}
.ml-auto{
    margin-left: auto;
}

/* home storis design in header */
.ogd-breadcrumb ul{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ogd-breadcrumb ul li:first-child {
border-radius: 50px 0 0 50px;
background: #077A2F;
color: #ffffff;
}
.ogd-breadcrumb ul li {
float: left;
display: flex;
height: 30px;
align-items: center;
padding: 0 12px;
font-size: 12px;
line-height: 14px;
border: 1px solid #E3E3E3;
}
.ogd-breadcrumb ul li a {
display: block;
color: #2C3A4B;
text-decoration: none !important;
outline: none !important;
}
.ogd-breadcrumb ul li:last-child {
border-radius: 0 50px 50px 0;
padding-right: 20px;
}
.back-btn i{
color: white;
}
.back-btn{
    border: 1px solid #077A2F!important;
}

/* faq */
.title-collapse{
    /* font-family: Poppins; */
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:  white;
}
     .title-collapse button{
         border: none;
         background:  #F0FCF4;
     }
     .title-collapse button i{
         color: green;
     }
     .FAQ-card-body{
         color:  #5B635E;
        /* font-family: Poppins; */
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 213.333% */
        letter-spacing: -0.657px;
         text-align: justify;
     }
   .faq-header{
        background: green !important;
        box-shadow: 0px 4px 10px 0px rgba(7, 122, 47, 0.15);
   }
   .faq{
        box-shadow: 0px 4px 10px 0px rgba(7, 122, 47, 0.15);
   }

/* about */
.about-details{
    color:#5B635E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.about-header{
color:  #233529;
/* font-family: Poppins; */
font-size: 48px;
font-weight: 600;
}
.vision-container{
background: #F0FCF4;
}
.vision-details{
    color: #474C58;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.vision-title{
color: #5B635E;
/* font-family: Poppins; */
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 160% */
}
.vision-content{
border-radius: 24px;
border: none;
}
.list-item{
color: #5B635E;
/* font-family: Poppins; */
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
}
.list{
list-style-image: url('assets/images/Ellipse 1181.png') !important;
}

/* terms-of-use */
.terms-of-use-header{
    color:  #233529;
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 147.368% */
}
.terms-of-use-para, li{
    color: #5B635E;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

/* privacy policy */
.privacy-policy-body{
    color: #5B635E;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}

/* all dataset */
.data-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    }
    .dataset-sec{
        position: relative;
        display: inline-block;
        width: 100%;
        background: #ffffff;
    }
    .btn-text, .text-dataset{
    font-weight: 500;
    line-height: 24px;
    }
    .text-dataset{
    font-size: 18px;
    }
    .btn-text{
        font-size: 15px;
    }
    .btn-lang-bn {
        font-size: 20px !important;
    }
    .dataset-title{
    color:  #5B635E;
    font-size: 16px;
    font-weight: 400;
    line-height: 99%;
    letter-spacing: 0.08px;
    }
    .dataset-detail{
    color:#233529;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    }
    .dataset-detail a{
        color: #233529;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .dataset-detail a:hover{
        color: #077A2F;
    }


    .data-text.btn:not(:disabled):not(.disabled).active{
    background: #077A2F;
    color: white;
    border-radius: 100px;
    }
    .custom-accordion-button[aria-expanded="true"] .fas {
    transform: rotate(180deg);
    float: right;
    background: #F1F1F1;
    }
    .custom-accordion-button[aria-expanded="false"] .fas {
        background: #077A2F;
        color: white;
    }

    .poppins{
        /* font-family: Poppins; */
    }


/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.lity.lity-opened{
    background: rgba(0, 0, 0, 0.94);
    z-index: 9999;
}

.loader {
    width: 40px; /* Initial width */
    height: 40px; /* Initial height */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none; /* Initially hidden */
    background-image: url('/assets/images/greenloader.gif'); /* Relative path to the image */
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat; /* Adjust as needed */
    transition: width 0.3s, height 0.3s; /* Transition for size change */
}

.loader.spin {
    animation: spin 2s linear infinite; /* Animation for spinning */
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Define the larger size when the .big class is applied */
.loader.big {
    width: 80px;
    height: 80px;
}

.chart-border {
    border-radius: 24px;
}
/* Home Page  */
/*Play button code */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.play-button img {
    display: block;
    width: 90px;
    height: 90px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.play-button:hover img {
    transform: scale(1.2);
    opacity: 0.8;
}
.circle-size{
    height: 50px;
    width: 50px;
}

/*.card-body {
    padding-top: 16px;

}*/
.date-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #077A2F;
}
#theme a{
    text-decoration: none;
    cursor:pointer;
    color: #333;
}

.modal-dialog iframe{
    margin: 0 auto;
    display: block;
}
.post-details-btn{
    padding: 10px 0;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-arrow-right-blue{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    vertical-align: middle;
    background: url(../assets/images/icon-arrow-right-blue.svg) no-repeat center center;
    background-size: 18px 18px;
}

a:hover .btn-arrow-right-blue{
    transform: translateX(8px);
}
.btn-arrow-right-blue {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
/* Default styles for larger screens */
.slide-title-container {
    text-align: center;
}

.slide-title-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Media query for smaller screens */
@media (max-width: 768px) {
    .data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem; /* Adjust the spacing between tabs */
    }

    .data > a {
        flex-basis: calc(50% - 0.5rem); /* Two tabs per row, accounting for gap */
        max-width: calc(50% - 0.5rem); /* Limit the width in case the content is smaller than the available width */
        box-sizing: border-box; /* Include padding and border in the width calculation */
    }
    .rounded-pill {
        border-radius: 2rem!important;
    }
}
.suggestion-box {
    display: none;
    border: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
    background-color: #f5f5f5;
    z-index: 100;
    overflow: auto;
    max-height: 200px;

    /* Customize scrollbar width and colors */
    scrollbar-width: thin; /* thin, auto, or none */
    scrollbar-color: #888 transparent; /* thumb color, transparent track */

/* Webkit-based browsers like Chrome and Safari */
&::-webkit-scrollbar {
     width: 8px; /* Change the scrollbar width */
 }

&::-webkit-scrollbar-thumb {
     background: #888; /* Thumb color */
 }

&::-webkit-scrollbar-track {
     background-color: transparent; /* Track color */
 }

/* Firefox */
scrollbar-track-color: transparent; /* Track color for Firefox */
}



.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

/* Style for the suggestion box */
.suggestion {
    border-radius: 4px;
   /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/

}


/* Style for individual suggestion items */
.suggestion-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.suggestion-list li {
    margin-bottom: 5px;
}

.suggestion-list a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.suggestion-list a:hover {
    background-color: #f0f0f0;
}

/* Style for individual suggestion items */
.suggestion-not-found {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.suggestion-not-found li {
    margin-bottom: 5px;
}

.suggestion-not-found a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.suggestion-not-found a:hover {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .left-radius{
        border-radius: 32px 32px 32px 32px!important;
    }
    .right-radius{
        border-radius: 32px 32px 32px 32px!important;
    }
    .list-group-item:first-child{
        border-radius: 32px 32px 32px 32px;
    }

}
@media(max-width: 767px) {
    #search-button{
        display: none;
    }
}


/**
 * Top Search
 */
body #searchOuter {
    background-color: #ffffff;
    height: 150px;
    width: 100%;
    position: fixed;
    padding: 0;
    top: -1px;
    left: 0;
    display: block;
    z-index: 99999 !important;
    box-shadow: 0 0px 10px 0 rgb(112, 112, 112, 0.44);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

body #searchOuter .srcOuterWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.38);
}

body #searchOuter.sdgSrcOpen {
    transform: translate3d(0, 0vh, 0);
    -webkit-transform: translate3d(0, 0vh, 0);

}
#searchResults {
    position: absolute;
    top: 55%;
    left: 0;
    width: 93%;
    padding-left: 20px;
    background-color: #f8f9fd;
    border-radius: 0 0 15px 15px;
    margin-left: 41px;
    overflow-y: auto;
    margin-top: 10px;

}

#searchOuter .sdg-search .container {
    margin-top: -50px;
}

#searchOuter .sdg-search {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

#searchOuter .sdg-search .sdg-src-input {
    width: 100%;
    padding: 10px 60px 5px 0;
    border: none;
    border-bottom: 3px solid #318DDE;
    font-size: 25px;
    line-height: 1;
}

#searchOuter .sdg-search .sdg-src-input:active,
#searchOuter .sdg-search .sdg-src-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

#searchOuter .sdg-search .sdg-search-wrap {
    position: relative;
}

#searchOuter .sdg-search .sdg-search-wrap span {
    opacity: 0.7;
    display: block;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 15px;
    font-size: 18px;
}

#searchOuter .sdg-search .sdg-search-wrap .sdgSrcClose {
    height: 29px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 0;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    color: #000;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), background-color 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

#searchOuter .sdg-search .sdg-search-wrap .sdgSrcClose:hover {
    background-color: #318DDE;
    color: #ffffff;
}
.nav-btn-group .menu-btn .menu-src-text {
    color: #A0A0A0;
    width: 110px;
    display: none;
    text-align: left;
    line-height: 24px;
}


.site-map .nav-link {
    padding: 4px 20px;
    font-weight: 500;
    font-family: system-ui;
    display: block;
}

.site-map> .nav-link >.nav-link {
   color: black !important;
}
