@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Regular.woff2') format('woff2'),
        url('../fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Bold.woff2') format('woff2'),
        url('../fonts/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a, a:hover{
  transition: all 0.3s;
}
:root{
  --primary-color:#1C76BB;
  --secondary-color: #8bc441;
  --text-dark:#6c625c;
  --gray: #BAB6B6;
  --light-primary: #effbff;
}
html{
  overflow-x: hidden;
}
body{
font-family: 'PT Sans';
  color: var(--text-dark);
  font-size: 18px;
    overflow-x: hidden;
}
*{
    transition: all 0.3s; 
}
h1, h2, h3, h4, h5, h6{
 font-family: 'PT Serif'; 
}
h1{
  font-size: 42px; 
}
h2{
  font-size: 36px;
}
h3{
  font-size: 32px;
}
h4{
  font-size: 25px;
}
h5{
  font-size: 20px;
}
h6{
  font-size: 18px;
}
p{
  margin-bottom: 30px;
}
.btn{
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
}
.btn:hover{
  background-color: var(--secondary-color);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.3);
}
.btn.btn_outline_primary{
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 0px;
  font-size: 20px;
}
.btn.btn_success{
  border: 1px solid darkgreen;
  background-color: #109C73;
  border-color: #109C73;
  line-height: 30px;
  padding: 10px;
  min-width: 200px;
  font-size: 14px;
  color: #fff;
}
.btn.btn_outline_primary:hover, .btn.btn_success:hover{
  box-shadow: 0px 0px 0px transparent;
  background-color: var(--primary-color);
}
.btn.btn-primary{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0px;
    min-width: 150px;
    border-right-color: #fff;
    border-left-color: #fff;
    margin-right: 5px;
}
.btn.btn-primary:hover{
background-color: var(--secondary-color)
}
.btn:hover, .btn.btn_outline_primary:hover, .btn.btn_success:hover{
  color: #fff !important;
}
.font_pt_sans{
  font-family: 'PT Sans';
}
.font_pt_serif{
 font-family: 'PT Serif';
}
.font_22{
  font-size: 22px;
}
.font_18{
  font-size: 18px;
}
.font_16{
  font-size: 16px;
}
.font_14{
  font-size: 14px;
}
.font_12{
  font-size: 12px !important;
}
.br_20{
  border-radius: 20px;
}
.br_10{
  border-radius: 10px;
}
.br_t_20{
  border-radius: 20px 20px 0px 0px;
}
.box_shadow{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.form-control{
  height: 45px;
}
.fw_600{
  font-weight: 600;
}
.text_primary{
  color: var(--primary-color);
}
.text_secondary{
  color: var(--secondary-color);
}
.text_dark{
  color: var(--text-dark);
}
.text_black{
color: #000;
}
.bg_primary{
  background-color: var(--primary-color);
}
.bg_secondary{
  background-color: var(--secondary-color);
}
.bg_light_primary{
  background-color: var(--light-primary);
}
.bg_light_secondary{
  background-color: #F0F7E5;
}
.bg_light{
  background-color: #CECECE3B;
}
.bg_secondary_o{
  background: #8bc44138;
}
.bg_success{
  background-color: #109C73;
}
.text_success{
  color: #109C73;
}
ul{
    padding: 0px;
}
ul li{
    list-style: none;
}
a{
  text-decoration: none;
  color: var(--secondary-color);
}
input.form-control:focus, .accordion-button:focus, select.form-control:focus, textarea.form-control:focus, .navbar-toggler:focus{
  box-shadow: 0px 0px 0px transparent;
}
label {
  font-weight: 600;
  font-size: 18px;
}
header{
  border-bottom: 1px solid transparent;
}
header li{
  font-weight: 600;
  font-size: 14px;
  margin: 0px 7px;
}
.header_search{
  border-right: 0px;
  height: 50px;
  background-color: #f1f2f3;
}
header li{
  border-bottom: 3px solid transparent;
}
header li:hover{
  border-color: var(--secondary-color);
}
header li:hover a.nav-link{
   color: var(--secondary-color); 
}
header li ul.dropdown-menu{
  padding: 0px;
      box-shadow: 0px 5px 15px #d8d8d8;
      border: 0px;
      border-radius: 0px;
}
header li ul li{
  border: 0px;
  font-weight: 600;
  margin: 0px;
}
header li ul li a.dropdown-item{
   padding: 12px 15px; 
   font-weight: 600;
   color: var(--text-dark);
}
header li ul li:hover>a.dropdown-item{
  background-color: #3f444b ;
  color: #fff;
} 
/* header li:hover ul{
  display: block;
  margin-top: 3px;
  padding: 0px;
} */
header .dropdown-toggle{
  margin-right: 20px;
}
header .dropdown-toggle::after{
border: 0px;
    content: "\f107";
    font-family: 'FontAwesome';
    top: 8px;
    position: absolute;
    margin-left: 5px;
}
.save_the_date_section{
  border-top: 5px solid var(--secondary-color);
    border-bottom: 5px solid var(--secondary-color);
}
.bordered_heading::before, .bordered_heading::after{
    content: "";
    height: 3px;
    background-color: var(--secondary-color);
    width: 43%;
    display: block;
    position: absolute;
    top: 45%;
    left: -44%;
}
.bordered_heading::after{
  margin-left: auto;
  margin-right: -44%;
  right: 0;
}
.section_heading{
  overflow: hidden;
}
.accordion-header button, .accordion-button {
  color: var(--primary-color);
  font-family: 'PT Sans';
  font-size: 18px;
  font-weight: bold;
}
.accordion-header button:hover {
  color: var(--secondary-color);
}
.accordion-button::before, .accordion-button::after{
display: none;
}
.accordion-flush>.accordion-item, .accordion-flush>.accordion-item:last-child, .accordion-flush>.accordion-item:first-child{
  border: 1px solid var(--primary-color);
  margin-bottom: 5px;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent ;
  color: var(--secondary-color);
}
.accordion-item .accordion-collapse{
    border-top: 1px solid var(--primary-color);
}
.bullet_listing li, .accordion-body ul li{
  list-style: disc;
  font-size: 16px;
}
.accordion-body ul{
  padding-left: 20px;
}
#faqs .accordion-body ul li a, #faqs .accordion-body a, #highlightsAccordion .accordion-body ul li a, #highlightsAccordion .accordion-body a,  #surveyAccordion .accordion-body ul li a, #surveyAccordion .accordion-body a, #surveyAccordion2021 .accordion-body ul li a, #surveyAccordion2021 .accordion-body a{
  color: var(--primary-color);
}
a.custom_link:hover, .accordion-body ul li a:hover, .accordion-body a:not(.btn):hover, #faqs .accordion-body ul li a:hover, #faqs .accordion-body a:hover, #highlightsAccordion .accordion-body ul li a:hover, #highlightsAccordion .accordion-body a:hover,  #surveyAccordion .accordion-body ul li a:hover, #surveyAccordion .accordion-body a:hover, #surveyAccordion2021 .accordion-body ul li a:hover, #surveyAccordion2021 .accordion-body a:hover{
  color: var(--secondary-color);
}
.accordion-button[aria-expanded="true"] i::before{
  content: "\f068";
}
.social_links a{
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 100%;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding-top: 2px;
}
.newsletter_form .btn{
  height: 45px;
}
footer p{
  line-height: 20px;
}
footer ul li a {
  color: #fff;
  margin: 8px 0px;
  display: inline-block;
}
footer ul li a:hover{
  color: var(--secondary-color);
}
.year_box{
  border-top: 40px solid #00567E;
  height: 400px;
  width: 300px;
}
.year_box h3{
  font-size: 120px;
}
.sec_py{
  padding-top: 80px;
  padding-bottom: 80px;
}
.registration_section{
  background-image: url("../images/registration-bg.webp");
  background-size: cover;
  background-position: center;
}
.register_box{
  border: 2pX solid #fff;
  border-radius: 10px;
}
.registration_section::after{
  position: absolute;
  content: "";
  background: rgba(28, 118, 187, 0.78);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.rounded_icon{
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--primary-color);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto auto auto;
  top: -40px;
}
.register_box .btn{
  min-width: 160px;
}
.register_box:hover{
  background-color: var(--primary-color);
}
.table_div{
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}
.table-wrapper td, .table-wrapper th{
  vertical-align: middle;
  border: 4px solid #eef2e6;
}
.table-wrapper  thead th {
    background: #eef2e6;
  }
.table-wrapper .left-head {
    background: #a9c77c;
  }
.sub-head span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
.table-wrapper tbody td:first-child {
    text-align: left;
    font-weight: 500;
}
.table-wrapper thead tr th:first-child{
  width: 30%;
}
.table-wrapper thead tr th.sub-head{
  width: 23%;
}
.table-wrapper tbody td:nth-child(2), .table-wrapper tbody td:nth-child(3), .table-wrapper tbody td:nth-child(4){
  text-align: center;
}
.table_div .rounded_icon{
    background-color: var(--primary-color);
    color: #fff;
    border: 5px solid #fff;
    height: 90px;
    width: 90px;
    top: -50px;
}
#faqs .accordion-body p:last-child{
  margin-bottom: 0px;
}
.ordered_listing li{
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}
.ordered_listing li::marker{
  color: var(--secondary-color);
  font-weight: bold;
margin-right: 10px;
}
.green_box{
  border: 3px solid var(--secondary-color);
  background-color: #c3d9a7;
}
.blue_box{
  border: 3px solid var(--primary-color);
}
.sponsors_section img{
    max-width: 280px;
    max-height: 130px;
    height: auto;
    width: auto;
    margin: 10px;
}
.newsletter_form input:focus{
  border: 1px solid var(--secondary-color);
}
#gcnf-mailchimp-form input.input_primary{
  border-color: var(--primary-color) ;
  border-radius: 0px;
  height: 40px;
}
#gcnf-mailchimp-form input.input_primary:focus{
  border: 1px solid var(--secondary-color);
}
.modal-dialog-bottom-right, #gcnf-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0; 
  max-width: 400px !important;
  width: 400px;
} 
.gcnf-popup-box{
     background-color: rgba(249, 249, 249, 1.00) !important;
     max-height: 85vh;
     overflow-y: auto;
}
header.fixed-top{ 
  position: fixed; 
  right: auto;
  left: auto;
  width: 100%;
  border-bottom-color: lightgray;
background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] i::before{
content: "\f00d";
transition: all 0.3s;
}
.table-wrapper th.sub-head{
  vertical-align: top;
}
header .dropdown-menu .dropdown-menu{
  display: none;
    margin-left: 326px; 
  top: 0;
  margin-top: 0px;
}
header .dropdown-menu li:has(.dropdown-menu){
  position: relative;
}
header .dropdown-menu li:has(.dropdown-menu):hover .dropdown-menu{
  display: block;
}
header .dropdown-menu li:has(.dropdown-menu)::after{
    position: absolute;
    content: "\f105";
    right: 15px;
    font-family: 'FontAwesome';
    top: 30%;
}
header .dropdown-menu li:has(.dropdown-menu):hover::after{
  color: #fff;
}
.accordion, .accordion-item{
  color: var(--text-dark) ;
}
/*start home page styling*/
#banner_slider h3.display-5, #banner_slider h1.display-5{
  transform: translateX(-70px);
  transition: all 1s;
  opacity: 0;
}
#banner_slider .carousel-item.active h3.display-5, #banner_slider .carousel-item.active h1.display-5{
  transform: translateX(0);
  transition: all 1s;
  opacity: 1; 
}
#banner_slider h3{
    transform: translateX(70px);
  transition: all 1s;
  opacity: 0;
}
#banner_slider .carousel-item.active h3{
    transform: translateX(0px);
  transition: all 1s;
  opacity: 1;
}
#banner_slider .btn{
  opacity: 0;
  transition: all 1s;
}
#banner_slider .carousel-item.active .btn{
  opacity: 1;
  transition: all 1s;
}
.object-position-top{
  object-position: top;
}
.slide_content h1, .slide_content h3{
    text-shadow: rgba(0, 0, 0, 0.25) 5px 5px 3px;
}
.btn_white_outline{
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  min-width: 180px;
  font-size: 20px;
  padding: 6px 20px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
  width: 40px;
  background-size: 45%;
}
.banner_section{
  border-bottom: 3px solid #fff;
}
.simple_listing.three_col li, .simple_listing li{ 
  width: 27%;
  list-style: disc;
}
.simple_listing.three_col li:nth-child(3){
  width: 38%;
}
.top_left_pattern{
      margin-left: -80px;
    margin-top: -75px;
    opacity: 0.5;
    z-index: -1;
}
.bottom_right_pattern{
        margin-right: -80px;
    margin-bottom: -150px;
}
.work_section{
    min-height: 650px;
    margin-top: 100px;
    position: relative;
}
.work_bg_img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}
.work_section .container{
    position: relative;
    z-index: 2;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}
#workSlider .carousel-control-prev-icon, #workSlider .carousel-control-next-icon, #voicesSlider .carousel-control-prev-icon, #voicesSlider .carousel-control-next-icon{
  background-color: rgba(255, 255, 255, 0.6);
}
.logo_div{
  height: 130px;
}
#voicesSlider{
  min-height: 250px;
}
.cta_section{
    min-height: 300px;
    /* margin-top: 100px; */
    position: relative;
}
.cta_bg_img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.cta_section .container{
    position: relative;
    z-index: 2;
}
.cta_section::after{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.large_btn{
  font-size: 37px;
  padding: 30px 30px;
  border-radius: 0px;
  min-width: 230px;
}
.sponsors_section img.cooperation_logo{
      max-width: 160px;
    max-height: 84px;
}
.btn:focus-visible, .btn:focus-within, .btn:focus, .btn:focus-visible:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: var(--secondary-color);
  color: #fff ;
}
.team_pattern{
  margin-top: 10px; 
}
.team_card:hover img{
  transform: scale(1.1);
  transition: all 0.3s;
}
.team_card{
  border: 1px solid #BFD4DE;
}
.team_card:hover{
  border-color: var(--secondary-color);
}
.mail_icon{
    left: auto;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin-top: 0px;
    top: 15%;
    background-color: var(--primary-color);
    color: #fff;
}
.mail_icon:hover, .mail_link:hover .mail_icon{
  background-color: var(--secondary-color);
}
.team_detail p{
  font-size: 18px;
}
header{
  position: relative;
  z-index: 11;
}
.text-justify{
  text-align: justify;
}
p:last-child{
  margin-bottom: 0px;
}
.blue_wrap{
  background: rgba(28, 118, 187, 0.6);
}
.stories_slider .carousel-indicators{
  bottom: -50px;
}
.stories_slider .carousel-indicators button{
  background-color: var(--secondary-color);
  height: 12px;
  width: 12px;
  border-radius: 100%;
}
.overlap_icon{
    height: 40px;
    width: 35px;
    margin-top: -8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.vision_card{
  padding-top: 40px;
}
.rounded_icon_secondary{
    height: 20px;
    width: 20px;
}
.rounded_icon_list li{
  width: 48%;
}
.learn_more_row .rounded_icon_secondary{
  height: 55px;
  width: 55px;
}
.text_secondary.green_custom_link:hover{
  color: var(--primary-color);
}
.rounded_icon_list li p{ 
  width: calc(100% - 45px);
}
.post_card img{
 height: 230px;
}
.post_card h6, .post_card p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.read_more_link{
  position: absolute;
  bottom: 20px;
}
.logo_div img{
    max-height: 100px;
    max-width: 225px;
    height: auto;   
}
.simple_listing li:last-child h5{
  margin-bottom: 0px;
}
.no_vacancy_box, .job_card{
      background-color: #6EC1E41F;
      border: 2px solid #6EC1E4E6
}
.overlap_img{
  position: absolute;
  top: -240px;
}
.survey_top_left_pattern{
    top: -100px; 
    right: -110px;
    opacity: 1;
}
.blue_boxes_Section{
  background-image: url("../images/blue-bg-img.webp");
  background-size: cover;
  background-position: center;
}
.blue_boxes_Section::after{
  position: absolute;
  content: "";
  background: rgba(7, 106, 150, 0.85);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.white_box .btn{
  bottom: 40px;
  width: 200px;
  height: 50px;
  line-height: 20px;
}
.white_box{
  padding-bottom: 100px;
}
.green_lines{
  opacity: 0.4;
  right: 15%;
  top: -100px;
}
.global_reports_overlap_img{
    margin-top: -48px;
    right: -10px;
    top: 0;
    position: absolute 
}
.green_btn{
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #109C73;
}
.btn.green_btn:hover{
background-color: transparent;
color: #fff ;
}
.green_section{
  margin-top: 100px;
}
.team_section .container{
  max-width: 1120px;
}
.mail_link:hover{
  color: var(--secondary-color)
}
.survey_logo {
  max-width: 200px;
}
.contact_banner{
  background-image: url("../images/join-us-bg.webp");
  background-size: cover;
  background-position: center;
}
.contact_banner::after{ 
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
top: 0;
bottom:0;
right:0;
left:0; 
}
.contact_page_social_links a{
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.contact_page_social_links a:hover{
  background-color: var(--secondary-color);
  color: #fff;
}
.contact_page_social_links a:hover svg g{
  fill: #fff;
}
.accordion-flush .accordion-item{
  border: 1px solid var(--primary-color);
  overflow: hidden;
  border-radius: 0px;
}
.custom_link_green:hover{
  color: var(--primary-color)
}
.dotted_li i{
  font-size: 8px;
}
.border_2px{
  border-width: 2px;
}
.learn_more_box{
  padding-bottom: 70px;
}
.learn_more_box a{ 
  bottom: 50px;
}
.home .cta_section{
  margin-top: 0px;
}
.light_pattern{
      filter: brightness(200%) contrast(101%) saturate(200%) blur(0px) hue-rotate(0deg);
}
.interactive_dashboard_container::-webkit-scrollbar {
    height: 10px;
}

.interactive_dashboard_container::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 20px;
}

.interactive_dashboard_container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.interactive_dashboard_container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.reports_section .accordion-item .accordion-collapse{
  border-top-color: lightgray !important;
}
.reports_section .accordion-button[aria-expanded="true"] i::before{
  content:"\f0d8";
}
.bordered_row{
  border-left: 2px solid #000;
}
.gray_border{
  border-top: 4px solid #d9d9d9
}
.infographics_section a.btn{
  font-size: 16px;
}
.infographics_section a.btn:hover, #highlightsAccordion .accordion-body a.btn:hover{
  color: #fff;
} 
.newsletter_form1 input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.newsletter_form1 .btn{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pages_tabs .btn{
font-weight: 500;
    line-height: 20px; 
    font-size: 15px; 
    padding: 5px 20px;
    border: 0px;
     min-height: 38px;
    display: inline-flex;
    align-items: center;
   justify-content: center;
}
.pages_tabs{
  max-width: 1000px;
}
.accordion .simple_listing li{
  width: 100%;
}
.post_content p, .author_box p, .author_box li{
  font-size: 16px;
}
.post_content p a, .post_content li a{
  color: var(--primary-color);
}
.post_content p a:hover, .post_content li a:hover {
  color: var(--secondary-color);
}
.post_content small{
  font-size: 13px;
  font-style: italic;
  line-height: 15px;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.post_title{
  font-size: 54px;
}
.facebook_btn{
  background-color: #3b5998;
}
.twitter_btn{
  background-color: #1da1f2;
}
.linked_in_btn{
  background-color: #0077b5;
}
.post_pagination .post_navigation_img{
  height: 100px;
  width: 100px;
}
.post_navigation_content{
  width: calc(100% - 120px);
}
.post_pagination:hover h6{
  text-decoration: underline;
}
.recommended_post:hover h6{
  text-decoration: underline;
}
.recommended_post img{
    height: 220px;
    object-fit: cover;
}
.post_content ul li{
  list-style: disc !important;
    position: relative;

  font-size: 16px;
}
.post_content ul{
  padding-left: 25px;
}
.post_content ul.checklist li{
  padding-left: 25px;
list-style: none !important;
}
.post_content ul.checklist li::before{
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: var(--primary-color);
  font-weight: bold;
  left: 0px;
  margin-top: 1px;
}
.post_content h3, .post_content h4, .post_content h5, .post_content h6, .post_content h1, .post_content h2{
  margin: 15px 0px;
  font-weight: bold;
}
.post_content h2{
  font-size: 24px;
}
.post_content h3{
  font-size: 22px;
}
.post_content h4{
  font-size: 20px;
}
.post_content h5{
  font-size: 18px;
}
.post_content h6{
  font-size: 16px;
}
.post_content .comment, .post_content blockquote{
  font-size: 22px;
  color: var(--primary-color);
  font-style: italic;
  text-align: center;
margin-top: 20px;
}
.post_content .simple_listing li::before{
  display: none;
}
.post_content .simple_listing li{
  padding-left: 0px;
}
.btn.btn_light{
  color: #6c757d;
         box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
         margin: 5px 5px 5px 0px;
          background: #f8f9fa;
          font-size: 14px;
          font-weight: 400;
          padding: 5px 15px;
}
.btn.btn_light:hover {
    color: #343a40 !important;
    background: #e2e6ea;
    border-color: #dae0e5;
}
.newsletter_banner {
  background-image: url("../images/2018-Forum–Tunis-Tunisia.webp");
  height: 300px;
  background-size: cover;
  background-position: center;
}
#templateFooter{
  display: none;
}
.newsletter_html_widget img{
  width: 100%
}
.tooltip {
    --bs-tooltip-bg: var(--primary-color);
    --bs-tooltip-color: #fff;
    font-size: 10px ;
}
#news-grid img{
  height: 250px 
}
#highlightsAccordion img, .post_col img{
  border: 2px solid #d4ebb9;
  border-radius: 6px;
}
.post_col{
  padding-bottom: 50px; 
}
.post_col .btn{
  position: absolute;
  bottom: 3px
}
.supported_logos{
  max-width: 600px 
}
.post_content ul{
  margin: 15px 0px;
}
.post_content a:hover{
  color: var(--primary-color)
}
.post_content a.btn:hover{
  color: #fff;
}
.owl-carousel.news_img_carousel .owl-dots button.owl-dot{
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: var(--gray);
  margin: 20px 3px 3px 3px;
}
.owl-carousel.news_img_carousel .owl-dots{
  display: flex;
  justify-content: center;
}
.owl-carousel.news_img_carousel .owl-dots button.owl-dot.active{
  background-color: #000;
}
.owl-carousel.news_img_carousel img{
  height: 245px;
}
.news_img_carousel[data-items="1"] {
  max-width: 1000px;
  margin: auto;
}
.news_img_carousel[data-items="1"] img{
    height: 450px;
    object-fit: contain !important;
}
.post_content:has(.newsletter_html_widget){
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
}
.youtube_video{
  text-align: center;
}
.gcnf-content-section img{
    width: 100%; 
    height: auto;
    max-height: 600px;
    max-width: 800px;
    object-fit: contain;
}
.border_top_5px{
  border-top: 5px solid var(--secondary-color)
}
.square_rounded_icon{
  height: 50px;
  width: 50px; 
}
.newsletter_html_widget li a, .newsletter_html_widget p a, .newsletter_html_widget span a, .newsletter_html_widget .mcnTextContent a{
  color: var(--primary-color) !important;
}
.newsletter_html_widget li a:hover, .newsletter_html_widget p a:hover, .newsletter_html_widget span a:hover, .newsletter_html_widget .mcnTextContent a:hover{
  color: var(--secondary-color) !important;
}
.mcnButtonContentContainer a {
    background-color: #1C76BB !important;
    min-width: 300px;
    padding: 15px 20px;
    max-width: 400px;
}
.mcnButtonContentContainer{
  background-color: transparent !important;
}
#templateBody{
  padding-bottom: 0px !important;
}
.mcnDividerBlockInner{
  padding: 0px !important;
}
.newsletter_html_widget td br{
  display: none;
}
.pagination{
  display: flex;
  justify-content: center;
} 
.pagination  .page-numbers{
    height: 40px;
    min-width: 40px;
    border-radius: 5px;
    background-color: var(--light-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 14px;
    padding: 3px 6px;
}
.searched_data .gcnf-result-card h3{
  font-size: 20px;
}
.pagination .page-numbers.current{
  background-color: var(--primary-color);
  color: #fff;
}
.read_more_link{
    border: 1px solid var(--secondary-color);
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}
.read_more_link:hover{
  background-color: var(--secondary-color);
  color: #fff !important;   
}
.country_pills button{
  width: 45px;
  height: 45px;
  margin: 3px ;
}
.country_pills button.nav-link.active{
  background-color: #fff;
  border-radius: 0px;
  padding: 5px;
    border: 1px solid lightgray;
    color: var(--primary-color);
}
/* ADD THE NEW RULE HERE 👇 */
.country_accordion.row{
  align-items: flex-start;
}

.country_accordion .accordion-header button, .country_accordion .accordion-button{
  color: var(--text-dark);
  font-size: 16px;
}
.country_accordion button[aria-expanded="true"] i::before{
  content: "\f3c5";
}
.country_accordion .accordion-item{
  padding-left: 30px;
}
.country_accordion .accordion-item i{
  position: absolute;
  margin-left: -25px; 
  margin-top: 1px;
  color: var(--secondary-color);
}
.download_section{
     box-shadow: 0px 4px 20px #dbdbdb;
}
.download_section::before{
  position: absolute;
  content: "";
  height: 98%;
  width: 6px;
  background-color: var(--secondary-color);
  top: 0;
  bottom: 0;
  margin: auto;
}
.download_section .simple_listing li{
  list-style: none;
  margin: 15px 0px ;
}
.download_section .simple_listing li::before{
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    height: 20px;
    width: 20px;
    background-color: #edf5eb;
    font-size: 12px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--secondary-color);
    margin-left: -35px;
    margin-top: 2px;
}
.listing_col{
  background-color: #f8fbfe;
}


/* header modifies style */


header .dropdown-toggle::after, header .dropdown-menu li:has(.dropdown-menu)::after{
  display: none !important;
}
.menu-toggle-arrow{
    position: absolute;
    right: 8px;
    margin-top: 7px;
    top: 0;
}
header ul ul li:hover .menu-toggle-arrow svg path{
  stroke: #fff;
}
header ul ul li .menu-toggle-arrow{
      transform: rotate(-90deg);
    margin-right: 10px;
    margin-top: 12px;
}
@media (min-width: 992px) {
    .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-nav > .nav-item.dropdown > .dropdown-menu {
        margin-top: 0;
    }
 /* Nested submenu (Global Child Nutrition Forum type) - open sideways */
    .navbar-nav .dropdown-submenu {
        position: relative;
    }
    .navbar-nav .dropdown-submenu:hover > .dropdown-menu,
    .navbar-nav .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }
}
/* =========================================
   Mobile
   ========================================= */
@media (max-width: 991.98px) {
    .navbar-nav > .nav-item.dropdown > .dropdown-menu {
        margin-top: 0;
    }
    .navbar-nav .dropdown-submenu > .dropdown-menu {
        position: static !important;
        border: none;
        box-shadow: none;
        display: none;
    }
    .navbar-nav .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }
}
@media only screen and (min-width: 1600px){
  .carousel-control-prev{
    margin-left: -30px;
  }
    .carousel-control-next{
    margin-right: -30px; 
  }
  .voices_section, .give_section{
    max-width: 1306px;
    margin: 0px auto 70px auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1300px){
  .global_reports_overlap_img {
    margin-top: -41px;
    right: inherit;
}
}
@media only screen and (min-width: 1024px){
  .programs_content{
  min-height: 240px;
}
.programs_content .btn{
  position: absolute;
  bottom: 0;
}
.logo_div {
    height: 130px;
}
}
@media only screen and (max-width: 1200px){
  .overlap_img, .global_reports_overlap_img{
  position: relative;
  top: 0;
  margin-top: -250px;
  max-width: 350px;
}
 .global_reports_overlap_img{
  max-width: 500px;
 }
.survey_banner{
  padding-bottom: 170px;
}
  .btn.btn_outline_primary{
    font-size: 16px;
  }
  .table-wrapper td, .table-wrapper th{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px){
  #voicesSlider h5{
  font-size: 16px;
}
    .team_card img{
    height: 300px; 
  }
  .navbar-toggler{
background-color: transparent;
padding: 0px;
border: 0px;
  }
  .navbar-toggler-icon{
    background-image: none;
    background-color: rgba(0, 0, 0, .05);
        height: 40px;
        width: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
  }
 .container {
  width: 100%;
 }
}
 @media only screen and (max-width: 991px){
  header ul ul li .menu-toggle-arrow {
text-align: right;
        transform: rotate(0deg);
        width: 30px;
        margin-right: 0px;
}
.youtube_video iframe {
        width: 100%;
        height: auto;
        min-height: 280px;
    }
  .pages_tabs .btn {
    line-height: 16px;
    font-size: 12px;
    padding: 5px 10px;
    min-width: 110px;
}
  .interactive_dashboard_container{
    overflow-x: auto;
  }
  .interactive_dashboard_container iframe{
    width: 800px !important;
    max-width: 800px !important;
  }
  .green_lines {
    right: 2%;
    top: -100px;
    height: 255px;
    width: auto;
}
    #voicesSlider {
    min-height: 160px;
}
  .team_detail img{
    height: 300px;
  }
      .team_card img{
    height: 370px;
  }
  header{
    padding-bottom: 10px;
  }
  #banner_slider img, .work_section{
    height: 500px;
    min-height: 500px;
  }
  header li ul li a.dropdown-item{
       display: inline-flex;
   justify-content: flex-start;
   
  } 
    header li ul.sub-menu.dropdown-menu{
           box-shadow: 0px 1px 10px #e3e3e3;
    }
    header .dropdown-toggle::after{
      right: 0;
    }
  header li:hover{
    border-bottom: 0px;
  }
  header .dropdown-menu li:has(.dropdown-menu)::after{
           transform: rotate(90deg);
        height: 40px;
      display: flex;
        align-items: center;
        width: 45px;
        right: 0;
        top: 2.5px ;
        justify-content: center;
  }
    header .dropdown-menu li:has(.dropdown-menu):hover::after{
       background: #3f444b;
       color: #fff; 
    }
  header li ul.dropdown-menu{
      box-shadow: 0px 0px 0px transparent;
  }
  header .dropdown-menu .dropdown-menu{
    margin-left: 0px;
  }
  header .dropdown-menu a{
    font-weight: 300;
  }
  .year_box{
  width: 100%;
  position: relative !important;
}
.year_box br{
  display: none;
}
  .year_box h3{
    font-size: 80px !important;
  } 
  .navbar-collapse li a{ 
    text-align: left;
    display: block;
  }
  header .container{
    width: 100%;
    max-width: 100%;
  }
  header .dropdown-toggle{
    margin-right: 0px;
  }
  header a{
    color: #33373d;
  }
  h3{
    font-size: 30px !important;
  }
  #banner_slider h3{
    font-size: 20px !important;
  }
  #banner_slider h3.display-5{
    font-size: calc(1.425rem + 2.1vw) !important; 
  }
    header form{
    width: 100%;
  }
  .banner_row img{
    max-width: 370px;
  }
  .simple_listing h5, .banner_bottom_section h4.h5{
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px){
    .pages_tabs .btn {
        width: 31%;
        margin: 1% !important;
        border-color: var(--primary-color);
        min-width: inherit;
        font-weight: inherit;
        padding: 5px;
        min-height: 30px;
    }
}
@media only screen and (max-width: 480px){
  .modal-dialog-bottom-right, #gcnf-popup{
    width: 100% !important;
    top: 0;
  margin-top: 16%;
  }
  .pages_tabs .btn{
    font-size: 9px;
  }
  .country_pills button {
    width: 25px;
    height: 25px; 
    padding: 0px !important;
    font-size: 12px;
}
  .simple_listing li, li{
    font-size: 14px;
  }
  .download_section .simple_listing li::before{
    margin-left: -28px;
  }
  .mcnCaptionLeftImageContentContainer{
        float: none;
    margin: 10px auto 10px auto;
  }
 .mcnCaptionLeftImageContentContainer img, .mcnCaptionRightImageContent img{
    width: 100% !important;
    margin-bottom: 10px;
  }
    .mcnCaptionRightTextContentContainer, .mcnCaptionLeftTextContentContainer, .mcnCaptionLeftImageContentContainer, .mcnCaptionRightImageContentContainer{
    width: 100% !important;
  }
  .mcnCaptionLeftContentInner, .mcnCaptionRightContentInner{
    flex-wrap: wrap;
  }
  .post_content:has(.newsletter_html_widget){
    padding-left: 0px;
  }
  .postid-573 .post_content{
    padding-left: 15px;
  }
  .news_img_carousel[data-items="1"] img {
    height: 250px;
}
  .post_col .btn {
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
}
  #news-grid img {
    height: 200px;
}
.twitter_btn, .facebook_btn, .linked_in_btn{
  font-size: 12px;
  padding: 5px 10px
}
.post_pagination .post_navigation_img {
    height: 70px;
    width: 70px;
}
.post_navigation_content {
    width: calc(100% - 80px);
}
.post_navigation_content h6, .post_navigation_content h6 span{
  font-size: 12px;
}
  .newsletter_form1 .input-group-text{
    font-size: 12px;
  }
  .reports_section img{
    width: 100%
  }
    .four_tabs .btn-group{
      width: 100%
    }
    .four_tabs .btn{
width: auto
    }
  .support_logos img{
    max-width: 160px;
  }
  .team_detail img{ 
    height: 450px;
  }
.overlap_img, .global_reports_overlap_img{
  max-width: 100%;
  width: 100%;
  right: inherit;
} 
.contact_box:hover{
  border-color: var(--secondary-color) !important;
  background-color: #fcfff7 ;
}

#voicesSlider {
    min-height: 250px;
}
  .rounded_icon_list li{
    width: 100%;
  }
      #banner_slider img, .work_section {
        height: 450px;
        min-height: 400px;
    }
    .sec_py {
    padding-top: 50px;
    padding-bottom: 50px;
}
  #voicesSlider .slider_arrows{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #voicesSlider .slider_arrows button{
    width: 50px;
  } 
  .carousel-control-next, .carousel-control-prev{
position: relative;
  }
  .accordion-body:has(.btn.btn_success){
    display: flex;
    flex-direction: column;
  }
  .bordered_heading::before, .bordered_heading::after{
    display: none;
  }
    .banner_row img{
    max-width: 300px;
  }
  h1{
    font-size: 38px !important;
  }
  h2{
    font-size: 30px !important;
  }
  h3{
    font-size: 24px !important;
  }
  h4, h2.h4, h3.h3, .survey_banner h1{
    font-size: 20px !important;
  }
  p, #voicesSlider h5.h4, #voicesSlider h5, .commitment_section h5, h5, .simple_listing.three_col li, .dotted_li li{
    font-size: 15px !important;
  }
    #banner_slider h3.display-5, h1{
    font-size: 26px !important;
  }
  .post_content h2 {
    font-size: 20px !important;
}
  #banner_slider .slider_arrows{
 position: absolute;
        right: 0;
        left: 0;
        bottom: 20px;
  }
  .work_section{
    margin-top: 50px;
  }
  .table-wrapper table{
    table-layout: fixed;
    width: 800px;
  }
  .table-wrapper td, .table-wrapper  th{
    width: 200px;
  }
 .accordion-header button, .accordion-body, .accordion-header button, .accordion-button{
  font-size: 15px;
 }
 .accordion-body .btn.btn_success{
  width: 100%;
 }
 .simple_listing.three_col li, .simple_listing.three_col li:nth-child(3){
  width: 100%;
 }
 .large_btn{
  min-width: inherit;
  padding: 8px 40px;
  font-size: 15px;
 }
.gray_border{
  margin: 10px auto;
}
.post_content .comment, .post_content blockquote{
  font-size: 18px;
}
.simple_listing.three_col li, .simple_listing li{
  width: 100%;
}



}/* Muneeba */
li.nav-item.dropdown, li.nav-item {
    text-transform: uppercase;
}
.gc-full-width {
    width: 100% !important;
    display: block;
}
.gc-bullet-item {
    margin-bottom: 10px;
}