*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
  .disclaimer p {font-size: 0.875em !important;}
/* @media (min-width: 1400px) {
.container {
max-width: 1078px;
}
} */


:focus {
    outline: none !important;
    outline-offset: 0;
}
hr{
    margin:2rem 0;
}
a,
a:hover {
    text-decoration: none;
}
a {
    word-wrap: break-word;
}
p a {
	color: var(--blue);
	text-decoration: underline;
}
#sidebar p:first-child {
	color: var(--blue);
	margin-bottom: 5px;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

ul a {
    font-family: 'Helvetica';
}

.head_h2 {
    color: var(--blue);
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
    margin-bottom:2rem;
}


/*.head_h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background: var(--red);
    bottom: 0;
}

.head_h2.white_line:before {
    background: #fff;
}

.head_h2.center_line::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/
/*.img_shadow {
    box-shadow: rgba(13, 17, 24, 0.71) 0px 35px 20px -20px;
}
*/


/*======= Font-Insert======*/
@font-face {
    font-family: grreg;
    src: url(../fonts/GraphikRegular.otf);
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*===== Variable Define =====*/
:root {
    --red: #bd1e2d;
    --blue: #263b85;
    --black: #333333;
    --gray: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    -webkit-overflow-x: hidden;
    font-family: 'Helvetica';
    font-size: 100%;
    color: var(--gray);
}

body p {
    font-size: 18px;
    color: var(--gray);
    line-height: 1.7;
}

.active {
    color: var(--red) !important;
}
.rd_btn.white_btn {
    background: #fff;
    color: var(--blue);
}

.rd_btn.white_btn:hover {
    color: white;
    border-color: #fff;
}
.rd_btn {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    min-width: 160px;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    background-color: var(--blue);
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
}


.rd_btn:hover {
    color: var(--blue);
    background: transparent;
    transition: all .3s ease-in-out;
    border: 2px solid var(--blue);
}

/*===========Main Navbar=============*/
.main-navbar .navbar-brand img {
    width: 205px;
    height: 46px;
}

.main-navbar .navbar-brand {
    padding-left: 30px;
}

.main-navbar .active {
    color: var(--red) !important;
}

.main-navbar .navbar-nav .nav-item a {
    color: var(--black);
    font-size: 16px;
    padding: 0 25px;
    font-family: 'Helvetica';
    transition: all .3s ease-in-out;
}

.main-navbar .navbar-nav .nav-item a:hover {
    color: var(--red);
    transition: all .3s ease-in-out;
}

.main-navbar .navbar,
.main-navbar .navbar-text {
    padding: 0px;
}

.main-navbar .navbar-text .join-button {
    width: 235px;
    height: 85px;
    border-radius: 0px;
    border: none;
    background-color: var(--red);
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: bold;
    box-shadow: none;
}

.main-navbar .container-fluid {
    padding-right: 0px;
}
#a-z {
  
   width: 100%;
   margin-bottom: 25px;
   display: flex;
   flex-direction: row;
   flex-wrap:wrap;
}
   ul#a-z li {
   width:32px;
   margin-bottom:5px;
      padding: 7px;
      text-align: center;
      background: #dadbdc;
      color: var(--blue);
      text-transform: uppercase;
      border-left: 2px solid #fff;
      list-style:none;
          opacity: .5;
    pointer-events: none;
   }
   ul#a-z li.hasactive{
       opacity:1;
       pointer-events:auto;
       cursor: pointer;
   }
/*=====Small Device =====*/
.main-navbar-small .navbar-text .join-button {
    display: none;
    width: 235px;
    height: 85px;
    border-radius: 0px;
    border: none;
    background-color: var(--red);
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: bold;
    box-shadow: none;
}

/*====================First Slider Section==================*/

/* .first-slider {
overflow-x: hidden;
} */
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0;
    column-gap: 15px;
    padding-left: 0;
}
.slick-dots li{position:relative;list-style-type:none;}
.slick-dots button {
    /* opacity: 0; */

    text-indent: -99px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 0;
    overflow: hidden;
}
.slick-dots .slick-active button{
    background-color:#555;
}
.first-slider .slide-image-content img {
    width: 100%;    /* height: auto; */
}

.first-slider .main-slider-body {
    position: relative;
}

.first-slider .slide-text-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-slider .slide-text-content h1 {
    color: #fff;
    font-family: 'Helvetica';
    font-weight: bold;
    /* font-size: 60px; */
    max-width: 60%;
    text-align: center;
    margin: auto;
    line-height: 1.3;
}

.first-slider .slide-image-content {
    position: relative;
}

.first-slider .slide-image-content .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 1 60 / 24%);
}

.first-slider .main-first-slider {
    position: relative;
}

.first-slider .bar-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.first-slider .bar-indicator li {
    list-style: none;
    width: 24px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.42);
    border: none;
    font-size: 0;
    cursor: pointer;    /* width: 24px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.42); */
}

.first-slider .bar-indicator button {
    display: none;
}

.first-slider .bar-indicator .slick-active {
    background-color: #fff;
    width: 24px;
    height: 4px;
    transition: all .3s ease-in-out;
}

/*===============================
Board Impact Organisation section
================================*/
.main-board-organisation {
    position: relative;
    padding: 5rem 0;
}

.bo-image .bo-background-img {
    max-width: 100%;
    height: auto;
}

.main-board-organisation .bo-contener {
    position: relative;
}

.main-board-organisation .bo-left-text h1 {
    color: var(--blue);
    font-size: 40px;
    font-family: 'Helvetica';
    position: relative;
}

.main-board-organisation .bo-left-text h1::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5px;
    width: 100px;
    background-color: #bd1e2d;
    margin-top: 20px;
}

.main-board-organisation .bo-right-text p {
    margin-bottom: 0;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: rgba(43, 32, 104, 0.07) 0px 48px 100px 0px;
}

.main-board-organisation .bo-left-text,
.main-board-organisation .bo-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-board-organisation .bo-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*============================
Board Impact Organisation Do Section 
==============================*/
.main-board-organisation-do .bo-do-image img {
    width: 100%;
    height: 550px;
}

.main-board-organisation-do .bo-do-childimage img {
    width: 100%;
    height: auto;
    min-height: 560px;
    object-fit: cover;
}

.main-board-organisation-do .bo-do-contents {
    height: auto;
    background-color: #ffffff;
    border-radius: 15px;
    margin: auto;
    padding: 40px;
    max-width: 850px;
    box-shadow: rgba(33, 70, 111, 0.16) 0px 25px 20px -20px;
}

.main-board-organisation-do .bo-do-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main-board-organisation-do .bo-do-text h1 {
    color: var(--blue);
    font-family: 'Helvetica';
    font-size: 40px;
    max-width: 80%;
    text-align: center;
}

.main-board-organisation-do .bo-do-text p {
    text-align: center;
}

.main-board-organisation-do .bo-do-text button {
    width: 160px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    border-radius: 50px;
    border: none;    /* box-shadow: none; */
    background-color: var(--blue);
    transition: all .3s ease-in-out;
}

.main-board-organisation-do .bo-do-childimage {
    margin-top: -480px;
}

.main-board-organisation-do .bo-do-contents {
    margin-top: -400px;
}

.main-board-organisation-do .child-small {
    display: none;
}

/*Hover*/
.main-board-organisation-do .bo-do-text button:hover {
    background-color: transparent;
    color: var(--blue);
    box-shadow: 1px 1px 1px 0.5px #263b85;
    transition: all 0.3s ease-in-out;
}

/*============================
Board Impact Organisation Do Down Section 
==============================*/
.main-bio-down {

    /* overflow-x: hidden; */
    margin: 4rem 0;
}

.main-bio-down .bio-content h1 {
    color: var(--blue);
    font-size: 40px;
    font-family: 'Helvetica';
    margin-bottom: 25px;
    text-align: center;
}

.main-bio-down .bio-content p {
    color: var(--gray);
    font-size: 20px;
    font-family: 'Helvetica';
    text-align: center;
    max-width: 75%;
    margin: auto;
}

/*==========================
Join Our Campaign
==========================*/

/* .main-join-our-campaign {
overflow-x: hidden;
} */

.main-join-our-campaign {
    position: relative;
    padding: 8rem 0;
}

.main-join-our-campaign .joc-banner img {
    width: 100%;
    height: auto;
}

.main-join-our-campaign .joc-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main-join-our-campaign .joc-text button {
    color: var(--blue);
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    border: none;
    box-shadow: none;
    outline: none;
    width: 200px;
    height: 52px;
    border-radius: 25px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

/*hover*/
.main-join-our-campaign .joc-text button:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #fff;
    transition: all .3s ease-in-out;
}

.main-join-our-campaign .joc-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    z-index: -1;
}

.main-join-our-campaign {
	position: relative;
	padding: 3rem 0;
}
/*================================
Circumstances Section
================================*/
.main-circumstances {
    margin: 5rem 0;
}

.circumstances-left-content {
    max-width: 500px;
}

.main-circumstances .circumstances-left-content p {
    width: 100%;
}

.main-circumstances .circumstances-right-content .cir-first {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-right: 50px;
}

.main-circumstances .circumstances-right-content .cir-second {
    margin-top: -30%;
    margin-left: 8%;
}

.main-circumstances .circumstances-right-content .cir-first img,
.main-circumstances .circumstances-right-content .cir-second img {
    border-radius: 15px;
}

/*===========================
Pilanthropy
============================*/
.main-pilanthropy {
    padding: 5rem 0;
}

.main-pilanthropy .pilanthropy-banner img {
    width: 100%;
    height: auto;
}

.main-pilanthropy .pilanthropy {
    position: relative;
}

.main-pilanthropy .pilantropy-text p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: 70%;
    padding: 25px 0 50px;
}

.main-pilanthropy .pilantropy-text button {
    color: var(--red);
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    width: 160px;
    height: 52px;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #ffff;
    transition: all .3s ease-in-out;
}

/*hover*/
.main-pilanthropy .pilantropy-text button:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #fff;
    transition: all .3s ease-in-out;
}

/*============================
Member Support Section
============================*/
.main-member-support {
    margin: 5rem 0;
}

.main-member-support .member-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.main-member-support .member-right p {
    margin-bottom: 35px;
}

.main-member-support .member-right button {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    width: 160px;
    height: 52px;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    background-color: var(--blue);
    transition: all .3s ease-in-out;
}

.main-member-support .member-right-content {
    margin: auto;
}

.main-member-support .member-right-content .member-right {
    margin-left: 35px;
    max-width: 540px;
}

/*Hover*/
.main-member-support .member-right button:hover {
    color: var(--blue);
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #263b85;
    transition: all .3s ease-in-out;
}

/*===============================
Testimonial Section
===============================*/
.main-testimonial {
	width: 100%;
	padding: 3rem 0;
	background-color: var(--blue);
}

.main-testimonial .slick-track {
    display: flex;
    align-items: center;
}

.main-testimonial .testimonial-details {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-testimonial .testimonial-details p {
    color: #fff;
    font-size: 24px;
    font-family: 'Helvetica';
    width: 75%;
    text-align: center;
    margin-bottom: 25px;
}

.main-testimonial .testimonial-details h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
}

.main-testimonial .testimonial-details h5 {
    color: #95a9ee;
    font-size: 14px;
    font-family: 'Helvetica';
}

.main-testimonial .testimonial-img {
    margin-bottom: 25px;
}

.main-testimonial .testimonial-indicator .carousel_button__prev,
.main-testimonial .testimonial-indicator .carousel_button__next {
    border: none;
    box-shadow: none;
    background: transparent;
}

.main-testimonial .testimonial-container {
    position: relative;
}

.main-testimonial .testimonial-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.main-testimonial .testimonial-indicator .carousel_button__prev {
    position: absolute;
    top: 0;
    left: 45px;
    bottom: 0;
}

.main-testimonial .testimonial-indicator .carousel_button__next {
    position: absolute;
    top: 0;
    right: 45px;
    bottom: 0;
}

.main-testimonial .testimonial-slider {
    width: 85% !important;
    margin: auto !important;
    display: block !important;
}

/*Hover*/
.main-testimonial .testimonial-indicator .carousel_button__next img:hover {
    transform: scale(10px);
    transition: all .3s ease-in-out;
}

/*====================================
Latest News Section
==================================*/
.main-latest-news {
    margin: 5rem 0;
}

.main-latest-news .head_h2 {
    margin-bottom: 100px;
    text-align: center;
}

.main-latest-news .latest-news-details .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 100%;
    text-align: center;
}

.main-latest-news .card-body {
    padding: 2rem 3rem 115px 3rem;
    background: #f9f9f9;
    box-shadow: rgba(135, 184, 208, 0.45) 0px 25px 20px -20px;
}

.latest-news .rd_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 35px;
    max-width: 170px;
}

.main-latest-news .latest-news-details .card img {
    border-radius: 10px 10px 0 0;
}

.main-latest-news .latest-news-details .card-body .card-title {
    color: var(--blue);
    font-size: 20px;
    font-family: 'Helvetica';
    max-width: 100%;
    font-weight: 700;
    line-height: 1.5;
}

.main-latest-news .latest-news-details .card-body .card-button {
    color: var(--red);
    font-size: 16px;
    font-family: 'Helvetica';
    transition: all .3s ease-in-out;
}

.main-latest-news .latest-news-details {
    position: relative;
}

.main-latest-news .card-date-content-show {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.main-latest-news .card-date-show {
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-latest-news .card-date-show h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-bottom: 0px;
}

.main-latest-news .card-date-show h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
    margin-top: -4px;
    text-transform: uppercase;
}

/*hover*/
.main-latest-news .latest-news-details .card-body .card-button:hover {
    color: var(--blue);
    transition: all .3s ease-in-out;
}

/*==============================
Member Networks Section
===============================*/
.main-member-network {
	width: 100%;
	height: auto;
	background-color: var(--blue);
	padding: 3rem 0;
}

.main-member-network .member-network-container {
    position: relative;
}

.member-slider-wrap {
    padding: 0 25px;
    position: relative;
}

.main-member-network .networks-indicator {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0 25px;
}

.main-member-network .networks-indicator .networks-indi {
    background-color: transparent;
    border: none;
    height: 110px;
}

.main-member-network .networks-indicator .button__prev {
    position: absolute;
    top: 0;
    left: -22px;
    transform: translateY(0%);
    display: block;
    bottom: 0;
}

.main-member-network .networks-indicator .button__next {
    position: absolute;
    top: 0;
    right: -22px;
    transform: translateY(0%);
    display: block;
    bottom: 0;
}

/* the slides */
.main-member-network .slick-slide {
    margin: 0 26px;
}

/* the parent */
.main-member-network .slick-list {
    margin: 0 8px;
}

.main-member-network .network-img img {
    border-radius: 10px;
}

/*=================================
Footer Section
==================================*/
.main-footer {
	position: relative;
	padding: 3rem 0 1rem;
}

.main-footer .footer-background-image img {
    width: 100%;
    height: auto;
}

.main-footer .all-footer-content {
}

.main-footer .f-logo {
    text-align: center;
}

.main-footer .f-logo img {
    width: 258px;
    height: auto;
}

.main-footer .f-icon .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.main-footer .f-icon .icon-div {
    width: 30px;
    height: 30px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.main-footer .f-icon .icon-div i {
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
}

.main-footer .f-nav,
.footer-menu ul {
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.main-footer .f-item,
.footer-menu li {
    list-style: none;
    display: inline;
    margin: 0 15px;
}

.main-footer .f-link,
.footer-menu ul li a {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
    transition: all .3s ease-in-out;
    font-weight: 700;
}

.main-footer .email-details {
    display: inline-block;
    padding: 8px;
}

.main-footer .email-icon {
    width: 50px;
    height: 50px;    /*background-color: var(--blue);*/
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.main-footer .email-icon i {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
}

.main-footer .email-name a {
    color: var(--blue);
    font-size: 20px;
    font-family: 'Helvetica';
    transition: all 0.3s ease-in-out;
}

.f_logo_wrap {
    display: flex;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto 20px auto;
    align-items: center;
}

.main-footer .f-logo  a {
    display: inline-block;
}

/*hover*/
.main-footer .f-link:hover,
.footer-menu ul li a:hover {
    color: var(--blue);
    transition: all .3s ease-in-out;
}

.main-footer .email-name a:hover {
    color: #5f5f5f;
    transition: all .3s ease-in-out;
}

.main-footer .f-icon .icon-div:hover {
    background-color: var(--blue);
    transition: all 0.5s ease-in-out;
}

.main-footer .email-icon:hover {
    background-color: var(--red);
    transition: all 0.5s all;
}

/*==============
End Footer
===============*/
.main-end-footer {
    background-color: var(--blue);
}

.main-end-footer .f-e-left p {
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 18px 0;
}

.main-end-footer .f-e-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-end-footer .f-e-right a {
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
    padding: 18px 0;
    transition: all 0.3s ease-in-out;
}

/*hover*/
.main-end-footer .f-e-right a:hover {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

/*======================
===========JOin Our Campaign======
=====================*/
.model-open .modal {
    border-radius: 25px;
}

.model-open .modal-header {
    background-color: var(--blue);
    background-color: var(--blue);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.model-open .modal-title {
    color: #fff;
    font-size: 30px;
    font-family: 'Helvetica';
    text-align: center;
    margin: auto;
}

.model-open .modal-content {
    border: none;
    border-radius: 20px;
    outline: 0;
}

.model-open .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 0px;
    outline: none;
    width: 30px;
    height: 30px;
    border: 1px solid #253b8573;
    padding: 0;
}

.model-open input,
.model-open textarea {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
}

.model-open input {
    width: 100%;
    height: 55px;
}

.model-open input::placeholder,
.model-open textarea::placeholder {
    color: #555555;
    opacity: 1;
}

.model-open .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0px;
    margin-bottom: 1.5rem;
}

.model-open .modal-body {
    margin-top: 1rem;
}

.model-open .modal-footer button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background-color: var(--blue);
    border: none;
    border-radius: 25px;
    box-shadow: 0 0 0 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    transition: all .3s ease-in-out;
}

/*hover*/
.model-open .modal-footer button:hover {
    color: var(--blue);
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #263b85;
    transition: all .3s ease-in-out;
}

/*=================================
Contact Us Page
================================
-----------------*/
.main-defult-banner .defult-banner-content {
    position: relative;
}

.main-defult-banner .defult-banner-content img {
    width: 100%;
    height: auto;
}

.main-defult-banner .overlay-banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.main-defult-banner .overlay-text {
    position: absolute;
    top: 0;
    right: 40px;
    right: 8%;
    bottom: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-defult-banner .overlay-text.left {
    left: 0;
}
.main-defult-banner .overlay-text.center {
    width:100%;
    text-align:center;
    left:0;
    right:0;
}
.main-defult-banner .overlay-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Helvetica';
    top: 8%;
    position:relative;
}
b, strong {
    color: var(--blue);
}
.pilantropy-text strong {
    color: white;
}

/*==================
Top Inner Page Section
===================*/
.Top-inner-page {
    margin-bottom: 4rem;
}

.Top-inner-page .all-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #e6e6e6;
}

.Top-inner-page .all-pages a {
    color: var(--blue);
    font-size: 14px;
    font-family: 'Helvetica';    /* padding: 12px 0; */
}

.Top-inner-page .all-pages i {
    color: var(--blue);
    font-size: 14px;
}

/*==================
Contact Us Section
===================*/
.main-contact-title h1 {
    color: #ffffff !important;
    font-size: 35px;
    font-family: 'Helvetica';
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-weight: 700;
}
.modal .wpcf7-not-valid-tip {
    color: var(--red) !important;
}
.modal textarea {
    height: 130px;
}

.model-open .modal-dialog {
  background: #fff;
  padding-bottom: 10px;
}
.modal .wpcf7-response-output {
  color: #000 !important;
  font-size: 14px !important;
}
/*=======================
Contact Us Form 
======================*/
.main-contact-form .contact-form-banner img {
    width: 100%;
    height: auto;
}

.main-contact-form .contact-form {
    position: relative;
}

.main-contact-form .contact-form-container input {
    width: 100% !important;
    height: 55px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 0 0;
    outline: none;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.main-contact-form .contact-form-container textarea {
    width: 100%;
    height: 155px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 0 0;
    outline: none;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.main-contact-form .contact-form-container input,
.main-contact-form .contact-form-container textarea {
    font-size: 16px;
    font-family: 'Helvetica';
}

.main-contact-form input::placeholder,
.main-contact-form textarea::placeholder {
    color: #555555;
    opacity: 1;
}

.main-contact-form .contact-form-container .form-item {
    margin-bottom: 28px;
}

.main-contact-form .contact-form-container .form-item-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-contact-form .contact-form-textarea {
    display: flex;
    justify-content: center;
}

.main-contact-form .form-button {
    width: 260px;
    height: 52px;
    color: var(--blue);
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    background-color: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: 0 0 0 0;
    transition: all .3s ease-in-out;
}

.main-contact-form .form-button-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

/*Hover*/
.main-contact-form .form-button:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #fff;
    transition: all .3s ease-in-out;
}

/*=======================
Contact Join Now Section
=======================*/
.main-contact-join {
	margin: 2.5rem 0;
}

.main-contact-join .contact-join-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-contact-join .contact-join-content h1 {
    color: var(--red);
    font-size: 40px;
    font-family: 'Helvetica';
    margin-bottom: 15px;
}

.main-contact-join .contact-join-content p {
    color: #555555;
    font-size: 20px;
    font-family: 'Helvetica';
    text-align: center;
    margin-bottom: 30px;
}

.main-contact-join .contact-join-content p span {
    color: var(--red);
    font-weight: bold;
}

.main-contact-join .contact-join-content button {
    width: 160px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    border: none;
    border-radius: 25px;
    box-shadow: 0 0 0 0;
    background-color: var(--red);
    transition: all .3s ease-in-out;
}

/*hover*/
.main-contact-join .contact-join-content button:hover {
    color: #bd1e2d;
    background-color: transparent;
    box-shadow: 0px 1px 1px 0.5px #bd1e2d;
    transition: all .3s ease-in-out;
}

/*=================================
About Us Page
================================
-----------------*/

/*==============
inspire Section
===============*/
body h3{
    margin-bottom:1rem;
}
.main-inspire {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.main-inspire .inspire-details h1 {
    color: var(--blue);
    font-size: 40px;
    font-family: 'Helvetica';
    text-align: center;
    margin-bottom: 1rem;
}

.main-inspire .inspire-details p {
    color: var(--gray);
    font-size: 18px;
    /*20px*/
    font-family: 'Helvetica';
   /* text-align: center;
    max-width: 75%;*/
    margin: auto;
}

/*======================
Member Achieved Section
======================*/
.main-member-achieve {
	padding: 260px 0 4rem 0;
	margin-top: 300px;
}
.member-achieve {
    margin-top: -509px;
}
.main-member-achieve .member-achieve-left {
    margin: auto;
    text-align: right;
}

.main-member-achieve .member-achieve-right {
    text-align: left;
}
.main-member-achieve img {
    height: 400px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px -5px 40px -7px;
    object-fit: cover;
}

.main-member-achieve .ma-second-content {
    position: relative;
}

.main-member-achieve .ma-second-content .achive-banner-img img {
    width: 100%;
    height: auto;
}

.main-member-achieve .ma-second-details h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Helvetica';
    margin-bottom: 1rem;
}

.main-member-achieve .ma-second-details p {
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica';
    text-align: center;
    max-width: 1100px;
    margin-bottom: 2.5rem;
    margin: 0 auto;
}

.main-member-achieve .ma-second-details button {
    color: var(--blue);
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    width: 160px;
    height: 52px;
    box-shadow: 0 0 0 0;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
blockquote{
    margin-bottom:1.5rem;
}
.main-member-achieve .ma-first-content {
    position: relative;
    z-index: 99999;
    margin-bottom: 2rem;
}

/*hover*/
.main-member-achieve .ma-second-details button:hover {
    color: #ffffff;
    background-color: transparent;
    box-shadow: 0px 1px 2px 0.8px #fff;
    transition: all .3s ease-in-out;
}

/*====================
We Can Do More Section-4
======================*/
.main-we-can-do {
    margin: 3rem 0;
}


/*==========================
News Page ------
========================*/
.main-news-post {
    margin: 2rem 0;
}

.main-news-post .news-card .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 50px;
}

.main-news-post .card-right-details small {
    color: var(--red);
    font-size: 14px;
    font-family: 'Helvetica';
}

.main-news-post .card-right-details h5 {
    color: var(--blue);
    font-size: 24px;
    font-family: 'Helvetica';    /* max-width: 90%; */
}

.main-news-post .card-right-details p .learn-btn {
    color: var(--red);
    font-size: 16px;
    font-family: 'Helvetica';
}

.main-news-post .card-right-details p, a.post-excerpt {
    color: var(--gray);
    font-family: 'Helvetica';
    line-height: 1.5;
    font-size: 16px;
}

.main-news-post .card-right-details .card-body {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 29px -11px #cecece;
}

.main-news-post .card-left-details img {
    border-radius: 5px 0 0 5px;
    height: 100%;
}
.news-post .rd_btn {
    padding: 10px 10px;
    font-size: 15px;
    min-width: 130px;
}
.news-post .card-text small {
    font-size: 13px !important;
}
/*------Right Side News Section----------*/
.main-news-post .news-right-side .first-search-news .form-control {
    width: 285px;
    height: 44px;
    background: #e4e5eb;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Helvetica';
    padding-right: 50px;
    padding-left: 20px;    /* text-indent: 10px; */
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -54px;
    border-radius: 10px;
}

.main-news-post .search-btn-first {
    background-color: none;
    border: none;
    border-radius: none;
    box-shadow: none;
}
.widget .srpw-time {
    font-size: 12px;
}
.main-news-post .search-btn-first i {
    background: #263c85;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}

.main-news-post .form-outline input::placeholder {
    color: #333333;
    opacity: 1;
}

.main-news-post .Second-blog-topic {
    width: 285px;
    margin-top: 3rem;
}

.main-news-post .Second-blog-topic .blog-title h1 {
    color: var(--red);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
}

.main-news-post .Second-blog-topic .blog-title hr {
    height: 1px;
}

.main-news-post .listing-blog li {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}

.main-news-post ul {
    list-style: none;
}

.main-news-post .blog-topic-ul li:before {
    display: inline-block;
    padding-right: 5px;
    width: 18px;
    content: "\f0da";
    font-family: FontAwesome;
}

.main-news-post .third-recent-posts {
    width: 285px;
    margin-top: 2rem;
}

.main-news-post .third-recent-posts .recent-post-title h1 {
    color: var(--red);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
}

.main-news-post .third-recent-posts .recent-post-title hr {
    height: 1px;
}

.main-news-post .recent-post .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.main-news-post .recent-post .recent-post-left img {
    border-radius: 6px;
}

.main-news-post .recent-post .recent-post-right {
    padding: 0px;
    margin: auto;
}

.main-news-post .recent-post .recent-post-right h6 {
    color: var(--red);
    font-size: 14px;
    font-family: 'Helvetica';
}

.main-news-post .recent-post .recent-post-right h5 {
    color: var(--blue);
    font-size: 16px;
    font-family: 'Helvetica';
    max-width: 90%;
    max-width: 90%;
}

.main-news-post .recent-post .recent-post-right .card-body {
    padding: 0px;
}

.main-news-post .news-right-side {
    padding-left: 65px;
}

/*==================
Pagination
===================*/
.main-pagination {
    margin-bottom: 4rem;
}

.main-pagination .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;    /* gap: 30px; */
}

.main-pagination .page-link {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    font-family: 'Helvetica';
    text-decoration: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.main-pagination .page-item.active .page-link {
    width: 35px;
    height: 35px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.main-pagination .page-links {
    color: #333;
    font-size: 14px;
    font-family: 'Helvetica';
    letter-spacing: 4px;
}

.main-pagination .page-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-pagination .page-item {
    margin-right: 18px;
}

.main-pagination .next-pagi {
    margin-left: 20px;
}

.main-pagination .angle-right {
    font-size: 14px;
}

/*==================
Small Device Pagination
===================*/
.small-device-pagination {
    margin-bottom: 4rem;
    display: none;
}

.small-device-pagination .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;    /* gap: 30px; */
}

.small-device-pagination .page-link {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    font-family: 'Helvetica';
    text-decoration: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.small-device-pagination .page-item.active .page-link {
    width: 35px;
    height: 35px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.small-device-pagination .page-links {
    color: #333;
    font-size: 14px;
    font-family: 'Helvetica';
    letter-spacing: 4px;
}

.small-device-pagination .page-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-device-pagination .page-item {
    margin-right: 18px;
}

.small-device-pagination .next-pagi {
    margin-left: 20px;
}

.small-device-pagination .angle-right {
    font-size: 14px;
}

/*===============================
Testimonial Section
===============================*/
.main-news-testimonial {
    width: 100%;
    height: auto;
    background-color: var(--blue);
    padding: 40px 0;
}

.main-news-testimonial .testimonial-details {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-news-testimonial .testimonial-details p {
    color: #fff;
    font-size: 30px;
    font-weight:700;
    font-family: 'Helvetica';
    width: 70%;
    text-align: center;
    margin-bottom: 25px;
}

.main-news-testimonial .testimonial-details h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica';
    margin-bottom: 15px;
}

.main-news-testimonial .testimonial-details h5 {
    color: #95a9ee;
    font-size: 12px;
    font-family: 'Helvetica';
     font-weight:700;
    margin-bottom: 30px;
}

.main-news-testimonial .testimonial-img {
    margin-bottom: 25px;
}

.main-news-testimonial .testimonial-container {
    position: relative;
}

.main-news-testimonial .news-testimonial-slider {
    width: 85% !important;
    margin: auto !important;
    display: block !important;
}

.main-news-testimonial .circle-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.main-news-testimonial .circle-indicator li {
    width: 6px;
    height: 6px;
    background-color: #6d8883;
    border: none;
    font-size: 0;
    border-radius: 50px;
}

.main-news-testimonial .circle-indicator button {
    display: none;
}

.main-news-testimonial .circle-indicator .slick-active {
    background-color: #fff;
    width: 6px;
    height: 6px;
    transition: all .3s ease-in-out;
}

/*Hover*/
.main-news-testimonial .testimonial-indicator .carousel_button__next img:hover {
    transform: scale(10px);
    transition: all .3s ease-in-out;
}

/*=========================
News Details page -----
==========================*/
.main-news-details .news-left-details img {
    border-radius: 10px;
}

.main-news-details .news-left-details hr {
    height: 2px;
    background-color: #b3b3b3;
    max-width: 95%;
    margin-bottom: 0;
}
.main-news-details .post-content1 {
    padding: 2rem;
    box-shadow: 0 0 10px #e6e6e6;
    margin-bottom: 3rem;
}
.main-news-details .social-link-ndetails {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 28rem;
    margin-bottom: 40px;
}

.main-news-details .icons-n-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.main-news-details .social-link-ndetails p {
    color: var(--blue);
    font-size: 24px;
    font-family: 'Helvetica';
}

.main-news-details .social-link-ndetails a i {
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--blue);
}

.main-news-details .news-left-details {
    padding-left: 70px;
}

/*------Right Side News Section----------*/
.main-news-details .news-right-side .first-search-news .form-control {
    width: 285px;
    height: 44px;
    background: #e4e5eb;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Helvetica';
    padding-right: 50px;
    padding-left: 20px;    /* text-indent: 10px; */
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -54px;
    border-radius: 10px;
}

.main-news-details .search-btn-first {
    background-color: none;
    border: none;
    border-radius: none;
    box-shadow: none;
}

.main-news-details .search-btn-first i {
    background: #263c85;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}

.main-news-details .form-outline input::placeholder {
    color: #333333;
    opacity: 1;
}

.main-news-details .Second-blog-topic {
    width: 285px;
    margin-top: 3rem;
}

.main-news-details .Second-blog-topic .blog-title h1 {
    color: var(--red);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
}

.main-news-details .Second-blog-topic .blog-title hr {
    height: 1px;
}

.main-news-details .listing-blog li {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}

.main-news-details ul {
    list-style: none;
}

.main-news-details .third-recent-posts {
    width: 285px;
    margin-top: 2rem;
}

.main-news-details .third-recent-posts .recent-post-title h1 {
    color: var(--red);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
}

.main-news-details .third-recent-posts .recent-post-title hr {
    height: 1px;
}

.main-news-details .recent-post .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.main-news-details .recent-post .recent-post-left img {
    border-radius: 6px;
}

.main-news-details .recent-post .recent-post-right {
    padding: 0px;
    margin: auto;
}

.main-news-details .recent-post .recent-post-right h6 {
    color: var(--red);
    font-size: 14px;
    font-family: 'Helvetica';
}

.main-news-details .recent-post .recent-post-right h5 {
    color: var(--blue);
    font-size: 16px;
    font-family: 'Helvetica';
    max-width: 90%;
    max-width: 90%;
}

.main-news-details .recent-post .recent-post-right .card-body {
    padding: 0px;
}

.main-news-details .news-right-side {
    padding-left: 65px;
}

/*=======================
Organizations Page-----
=======================*/

/*=====Organizations Section======*/

.page-id-16 .Top-inner-page {
  margin-bottom: 0;
}
.main-organization {
	background: #f9f9f9;
	padding: 2rem 0;
}


/*======Organization Button =======*/
.main-organization-button .organization-button {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.main-organization-button .organization-all-btn .or-btn {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    background-color: var(--blue);
    transition: all 0.3s ease-in-out;
    padding: 8px 15px;
    box-shadow: none;
}

.main-organization-button .organization-all-btn .or-btn:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--red);
}

.main-organization-button .organization-all-btn {
    margin-bottom: 12px;
}

/*======================
Common Organisation
======================*/
.main-common-orga {
    margin-bottom: 2rem;
}

.main-common-orga .heading-title {
    padding: 0 50px;
    max-width: 1050px;
    margin: 0 auto;
}


.main-common-orga .common-heading h3 {
    color: var(--blue);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0;
}

.main-common-orga .common-heading p {
    margin: 0 0 5px 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

.main-common-orga .common-card-details .card-body p {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
    text-align: center;
    margin: auto;
    line-height: 30px;
}

.main-common-orga .common-card-details .img-div-c {
    width: 100%;    /* height: auto; */
    text-align: center;
    margin: auto;
}

.main-common-orga .common-card-details img {
    width: auto;
    text-align: center;
    margin: auto;
    margin-top: 8px;
}

.main-common-orga .common-card-details .card {
    position: relative;
    width: 354px;
    height: auto;
    padding: 30px 14px;
    border: none;
    margin: auto;
    border-radius: 5px;    /* overflow: hidden; */
    box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.30);
}

.main-common-orga .common-card-details {
    margin-bottom: 1.8rem;
}

.main-common-orga .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #263b8552;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.main-common-orga .overlay i {
    color: var(--blue);
    font-size: 18px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

/*hover*/
.main-common-orga .card:hover {
    cursor: pointer;
}

.main-common-orga .card:hover .overlay {
    cursor: pointer;
    transform: translateY(0%);
    transition: all 0.5s ease-in-out;
}


/*================
Web Design Page-----
====================*/
.main-web-design-content {
    margin: 4rem 0;
}

.main-web-design-content .web-design-left {
    margin: auto;
    text-align: center;
}

.main-web-design-content .web-design-right p {
    color: var(--gray);
    font-size: 16px;
    font-family: 'Helvetica';
    max-width: 84%;
    line-height: 25px;
}

.main-web-design-content .web-design-right p a:hover {
    color: #333;
}

.main-defult-banner .overlay-text1 {
    position: absolute;
    top: 0;
    right: 140px;
    bottom: 0;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-defult-banner .overlay-text1 h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'Helvetica';
}

/* =====For Wordpress===== */
.top-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;    /*gap: 32px;*/
    margin-left: auto;
    list-style-type: none;
    font-family: 'Helvetica';
    color: var(--black);
    text-shadow: 0 0 var(--black);
    font-size: 16px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.top-nav ul li {
    position: relative;
}

.top-nav ul li a {
    color: var(--black);
    font-size: 16px;
    display: block;
    padding: 8px 10px;
    font-family: 'Helvetica';
    transition: all .3s ease-in-out;
}

.top-nav ul li a:hover {
    color: var(--red);
    transition: all .3s ease-in-out;
}

.top-nav ul > li:hover > a {
    color: var(--red);
}
/*
.top-nav ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875rem;
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.15em;
}*/
.top-nav ul li.menu-item-has-children>a:after{
    margin-left: 5px;
     display: inline-block;
    content:'';
    width:14px;
    height: 14px;
    background: #555;
    vertical-align: 0;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}
.top-nav .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    list-style-type: none;
    background: #f8f9fa;
    left: 0;
    top: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 180px;
    font-size: 16px;
    font-family: 'Helvetica';
    color: var(--black);
    text-shadow: 0 0 var(--black);
    transition: all .25s ease-out;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.top-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.top-nav ul li a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    text-shadow: inherit;
    transition: all 0.3s ease-in-out;
}

.top-nav ul li a:hover,
.top-nav ul li a:focus {
    color: var(--red);
    text-shadow: 0 0 var(--red);
}

.top-nav {
    margin-left: auto;
    margin-right: 54px;
}

@media (min-width:992px) {
    .top-nav > ul > li {
        margin-left: 10px;
    }

    .top-nav > ul > li:first-of-type {
        margin-left: 0;
    }

    .top-nav > ul > li > a {
        padding: 20px 10px;
    }

    .top-nav > ul > li li {
        width: 100%;
    }

}

@media (min-width:1200px) {
    .top-nav > ul > li {
        margin-left: 25px;
    }

}

@media (max-width:991px) {
    .main-join-our-campaign .joc-text{
        gap: 6px;
    }
    .main-join-our-campaign .bt_wrap{
        margin-top:1rem;
    }
    .top-nav {
        display: none;
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 25px;
    }

    .top-nav > ul {
        justify-content: flex-start;
        flex-direction: column;
    }

    .top-nav .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        position: static;
        padding-left: 15px;
    }

}

#navv .current_page_item a {
    color: var(--red) !important;
    text-shadow: 0 0 var(--red) !important;
}

.slider1 {
    height: 600px;
    object-fit: cover;
}

.first-slider .slide-image-content .overlay {
    z-index: 0;
}

.f-email {
    display: flex;
    border-left: 2px solid var(--red);
    padding-left: 15px;
    margin-left: 20px;
}

.all-pages .breadcrumb1 {
    all: unset;
    display: flex;
    align-items: center;
    font-family: "Helvetica";
    font-size: 14px;
    color: var(--red);
    text-shadow: 0 0 var(--red);
    padding: 14px 0 7px 0;
}

.all-pages .breadcrumb1 a,
.all-pages .breadcrumb1 span {
    text-shadow: 0 0 var(--blue);
    color: var(--blue);
}

.main-web-design-content .web-design-right p a {
    color: var(--blue);
    transition: all 0.3s ease-in-out;
}

.main-web-design-content .web-design-right p a:hover {
    color: var(--red);
}

.wpcf7-not-valid-tip {
    /*color: #fff !important;*/
    width: 100%;
    font-size: 15px !important;
    text-align: right;
}

.organization-all-btn ul {
    display: block;
    text-align: center;
    width: 100%;
}

.organization-all-btn ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.organization-all-btn ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
    background-color: var(--blue);
    transition: all 0.5s ease-in-out;
    padding: 10.5px 15px;
    box-shadow: none;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}

.organization-all-btn ul li a:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--red);
}

.organization-all-btn ul li, .organization-all-btn ul li a {
  width: 100%;
  display: block;
}
.organization-all-btn ul li {
  width: calc(25% - 20px);
  margin: 5px;
  min-height: 67px;
}
.organization-all-btn ul {
  display: flex;
  flex-wrap: wrap;
}
.organization-all-btn ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
/* --------------Cards------------- */
.o-card-container {
    margin-bottom: 1.8rem;
}

.o-card {
    padding: 10px 30px 0px 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 27px;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 10px;
    transition: 0.3s;
}
.o-card:hover {
    box-shadow: 0px 0px 13px #1515151c;
}
.o-card-img {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 20px;
    width: 100%;
}

.o-card-img img {
    object-fit: none;
}

.o-card-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 0;
}

.o-card-text p strong {
    color: var(--red) !important;
}

.o-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #263b8552;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}
.o-overlay {
    display: none;
}
.o-overlay i {
    color: var(--blue);
    font-size: 18px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.o-card:hover .o-overlay {
    transform: translateY(0);
}

.post-thumbnail1 img {
    width: 100%;
    aspect-ratio: 1.75 / 1;
    object-fit: cover;
}

/* -----------Smart Recent Sidebar Css---------- */
.srpw-content {
    display: flex;
    flex-flow: column-reverse;
}

.srpw-img img {
    width: 110px;
    height: 86px;
    object-fit: cover;
    border-radius: 5px;
}

.smart_recent_posts .widget-title {
    color: var(--red);
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 0px;
    margin-top: 35px;
    padding-bottom: 15px;
}

.srpw-time {
    color: var(--red);
    font-size: 14px;
    font-family: "Helvetica";
}

.srpw-li {
    border-top: 1.3px solid #dadada;
    padding: 20px 0 !important;
}

.srpw-ul li:first-child {
    padding-top: 26px !important;
}

.srpw-title {
    color: var(--blue);
    font-size: 16px;
    font-family: "Helvetica";
}

.srpw-title:hover {
    color: var(--gray);
}

/* -----Search Form---- */
#searchform {
    position: relative;
}

#searchform .search-btn-first {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#form1 {
    outline: none;
    border: none;
    background: #e4e5eb;
    padding: 10px 50px 10px 14px;
    box-shadow: none;
}

#form1:focus {
    outline: none;
    border: none;
}

/* categories */
#categories-3 .widget-title {
    color: var(--red);
    font-size: 24px;
    font-family: "Helvetica";
    margin-bottom: 0px;
    margin-top: 50px;
    border-bottom: 1.3px solid #dadada;
    padding-bottom: 15px;
}

.news-card .card {
    transition: all 0.4s ease;
    position: relative;
    z-index: 999999;
}

#categories-3 ul li a {
    color: var(--gray);
    font-size: 16px;
    font-family: "Helvetica";
    transition: all 0.3s ease-in-out;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

#categories-3 ul li a:hover {
    color: var(--blue);
}

#categories-3 ul {
    margin-top: 19px;
}

#categories-3 ul li a::before {
    content:'';
    display: inline-block;
    margin-right: 5px;
    width:14px;
    transform:rotate(-90deg);
    height: 14px;
    background: #555;
    vertical-align: 0;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}
.fa-search:before {
    content: "";
     mask-image: url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
    -webkit-mask-image:  url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
    width: 16px;
    height: 16px;
    display: inline-block;
    background: white;
    vertical-align: -3px;
    
}
.fa-linkedin-in:before {
    content: "";
     mask-image: url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16"><path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/></svg>');
    -webkit-mask-image:  url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16"><path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/></svg>');
    width: 16px;
    height: 16px;
    display: inline-block;
    background: white;
    vertical-align: -3px;
    
}
  .fa-youtube:before {
    content: "";
     mask-image: url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16"><path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z"/></svg>');
    -webkit-mask-image:  url('data:image/svg+xml,  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16"><path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z"/></svg>');
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background: white;
}
.current-cat a {
    color: var(--red) !important;
}

.latest-news-1 img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.author1 {
    text-transform: capitalize;
}

.single-page-thumb img {
    width: 100%;
}
.date_wrap p {
    font-size: 16px !important;
    color: var(--red) !important;
}

.post-content1 img {
    max-width: 90%;
    border-radius: 5px !important;
}

.post-content1 p a {
    text-decoration: underline;
    color: var(--gray);
}

.main-news-details ul {
    list-style: unset;
    padding-left: 30px !important;
}

.main-news-details ul li {
    margin-bottom: 10px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1.3px solid #eaeaea;
    margin-top: 45px;
    padding-top: 25px;
    margin-bottom: 78px;
}

.heateorSssClear {
    display: none;
}

.heateor_sss_sharing_title {
    font-family: "Helvetica" !important;
    font-size: 20px !important;
    color: var(--blue) !important;
    font-weight: 700 !important;
}

.heateor_sss_sharing_ul a {
  margin-right: 10px !important;
}
.heateor_sss_sharing_ul a span {
  padding: 3px !important;
}
.heateor_sss_sharing_ul a span svg {
  width: 25px;
  margin: 0 auto;
}
/* Animated Hamburger css  */
.hamburger {
    padding: 0.25rem 0.75rem;
}

.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: var(--black);
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.navbar-light .navbar-toggler {
    border: none;
    color: inherit;
    box-shadow: none;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar-toggler {
    padding: 0;
}

.shadow1 {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(42, 53, 89, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(42, 53, 89, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(42, 53, 89, 0.75);
    z-index: 9999999 !important
}

.modal {
    z-index: 999999999999999999999999 !important;
}

.main-navbar .shadow1 .navbar-text .join-button,
.shadow1 .navbar-text .join-button,
.smooth .navbar-text .join-button {
    transition: all 0.5s ease-in-out !important;
}

.simple-sitemap-container h1,
.simple-sitemap-container h2,
.simple-sitemap-container h3,
.simple-sitemap-container h4,
.simple-sitemap-container h5,
.simple-sitemap-container h6,
.simple-sitemap-container p,
.simple-sitemap-container ul,
.simple-sitemap-container li,
.simple-sitemap-container a,
.simple-sitemap-container span,
.simple-sitemap-container div,
.simple-sitemap-container {
    font-family: "Helvetica";
    list-style-type: none;
}

.cat-item {
    list-style-type: none;
}

button {
    text-align: center !important;
}

/* ---------------- */
#campaign {
    position: absolute;
    top: -100px;
    z-index: -9999;
}

.to-top-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--blue);
    color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 17px;
    bottom: 66px;
    z-index: 99999999;
    box-shadow: 0 0 5px 2px #ffffff;
}

.to-top-btn:hover,
.to-top-btn:focus {
    color: #ffffff;
    background-color: var(--red);
}

.main-contact-form .contact-form-banner img {
    height: 570px;
}

.main-contact-form {
    background-image: url('../images/contact-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 15px;
}

.page-id-18 .Top-inner-page {
    margin-bottom: 0;
}

.main-member-achieve .ma-second-content .achive-banner-img img {
    height: 645px;
}

/*-----------------*/
.slidelogo.img-fluid {
    width: 15%;
    text-align: center;
    margin: auto;
}

.main-board-organisation-do {
    margin: 0 0 8rem 0;
    position: relative;
}

.main-member-network .slider1 {
    height: auto;
    object-fit: cover;
}

/*Member Slider Extera Css*/
.network-img {
    background-color: #fff;
    border-radius: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.main-member-network .network-img img {
    border-radius: 5px;
    aspect-ratio: auto 1/1;
    object-fit: contain;
    height: 70px;
    width: 100%;
}

.committee-member-list {
    margin-bottom: 4rem;
}

.committee-member-list .members-photo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
}
.comm_wrap {
    margin: 25px 0;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    border-radius: 10px;
    display: flex;
}
.comm_wrap .content {
  flex: 1;
  padding: 3rem;
}
.committee-member-list .members-photo img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.committee-member-list h4 {
    color: var(--blue);
    font-size: 28px;
    font-family: 'Helvetica';
    font-weight: 600;
}

.committee-member-list h6 {
    color: var(--red);
    font-size: 14px;
    font-family: 'Helvetica';
    margin-bottom: 15px;
}

.committee-member-list p {
    color: var(--gray);
    font-size: 17px;
    font-family: 'Helvetica';
}

.committee-member-list p:last-of-type {
    margin-bottom: 0;
}

.main-common-orga .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.member-achieve strong {
    color: white;
}
#main_flexible .section:first-child {
    margin-top: -1.5rem;
}
#sidebar p:first-child {
	color: var(--blue);
	margin-bottom: 5px;
}
@media(min-width:992px){
    .pt-0.pb-0 .side_by_sidebox {
        padding: 1rem 0;
    }
}

 .org-filter{padding-top:2rem;padding-bottom:2rem;}
    .wpc-filters-main-wrap{position: sticky;top: 80px;}
     a.overlay-link {
        position: absolute;
        width: 100%;
        height: calc(100% - 130px);
        display: block;
        bottom: 0;
        left: 0;
    }
    .o-card:hover {box-shadow: 0px 0px 13px #2c2c5d66;}
    .o-card:hover  h2{transform:scale(1.1);}
    .o-card-container {position: relative;}
    a.rd_btn {border: 1px solid var(--blue);background: white;color: var(--blue);}
    .o-card-text{height:249px;overflow:hidden;}
    .o-card h2{font-size: 24px !important;margin-bottom: 20px;transition:.3s ease;transform-origin:left;}
    a.more-link {color:black;text-decoration:none;}
    a.more-link span{display: none;}
    a.more-link:before {
        /*content: '...';*/
        pointer-events: none;
        position: relative;
        left: -5px;
    }
    .card_tags{   
        background-color: #edebff;
        border-radius:7.5px;
        margin-bottom:5px;
        margin-right:5px;
    color: var(--blue);
    padding: 5px 10px;
    display: inline-block;}
   .wpc-posts-found1 {
    color: #686868;
    font-size: 15px;
    margin-bottom:2rem;
}
    .operation {height: 27px;    transform: scale(.9);color: #555;}
    .card_tags_wrapper {min-height: 37px;margin-top: 15px;}
    .o-card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:15px 0;
    }
    .wpc-custom-selected-terms ul.wpc-filter-chips-list {margin-bottom: 2rem;}
    .wpc-filters-main-wrap li.wpc-term-item a {
    color: var(--blue);
}
body .wpc-filters-main-wrap li.wpc-term-item{margin-bottom:15px;}

ul.newbreadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 90%;
    margin-bottom: 1rem;
}
.newbreadcrumb li {
    display: inline-block;
    padding-right: 10px;
}
.newbreadcrumb li a{
    color:var(--red);
}
.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;
    padding-right:5px;
    color: #707478;
}
.wpcf7-form-control.wpcf7-radio input{
    margin-right:2.5px;
}
.main-member-network .networks-indicator .button__prev1{
    position: absolute;
    top: 0;
    left: 2px;
    transform: translateY(0%);
    height:auto;
    display: block;
    bottom: 0;
}
.main-member-network .networks-indicator .button__next1 {
    position: absolute;
    top: 0;
    right: 2px;
    transform: translateY(0%);
    height:auto;
    display: block;
    bottom: 0;
}
#featured-slider-org .networks-indicator {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
        filter: invert(1);
}
#featured-slider-org{
    margin-bottom:45px;
    background-color:#fafafa;
    padding: 3rem 0 0;
}

img.featured-slider-logo {
    width: 100px;
    object-fit: contain;
    margin-right:15px;
}
.featured-slider-org-text p{
     font-size: 16px !important;
}
.featured-slider-org-text{
    height: 165px;
    overflow: hidden;
    font-size: 16px !important;
    opacity:.8;
}
aside.featured-org-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}
.featured-org-item-header{
    display:flex;
    column-gap:15px;
    align-items:center;
}
.featured-org-item a.rd_btn{
        transform: scale(.8);
    transform-origin: left;
    background-color:transparent;
    margin-top:15px;
}
@media(max-width:768px){
    aside.featured-org-item {
    
        flex-direction:column;
    }
}

/*flexible*/
:root {
    --red: #bd1e2d;
    --blue: #263b85;
    --black: #333333;
    --gray: #000000;
}
p:empty {
    display: none;
}
h2{
    color: var(--blue);
}
.hd_heading {
    font-weight: 700;
}
blockquote {
    position: relative;
    padding-left: 100px;
}

blockquote::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/left-quote.png)no-repeat scroll center / 70px;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
  /*  filter: invert(1);*/
}

.btn_yellow {
  background: var(--blue);
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: bold;
  min-width: 160px;
}
.btn_yellow:hover {
  background: #000;
}
.Top-inner-page {
    margin-bottom: 0;
}
/***********  Flexible Content *************/
.full_width.with_bg {
    display: flex;
    z-index: 1;
    justify-content: center;
    position: relative;
    align-items: center;
    text-align: center;
    color: #fff;
    min-height: 400px;
}
.full_width.with_bg:before {
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
}
.full_width.with_bg h1, 
.full_width.with_bg h2, 
.full_width.with_bg h3 {
    color: #fff;
}
.full_width h2 {
    margin-bottom: 1rem;
    font-weight: 700;
}
.full_width p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.full_width {
    background-color: #ffffff;
   /* box-shadow: 0 3px 10px #eaeaea;*/
}
.full_width p:last-child {
    margin-bottom: -0;
}
.full_width.with_bg {
    color: #fff;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.full_width.with_bg h2 {
  color: #fff;
  margin-bottom: 20px;
}

.main_list_content {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
}
.main_list_content li {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.main_list_content li .icon_wrap {
    height: 80px;
    width: 80px;
}
.main_list_content li .list_wrapper {
    flex: 1;
}
.main_list_content li .icon_wrap img {
    background-color: #25326e;
    height: 80px;
    width: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 3px 10px #f5f5f5;
    -webkit-box-shadow: 0 3px 10px #f5f5f5;
    -o-box-shadow: 0 3px 10px #f5f5f5;
    box-shadow: 0 3px 10px #f5f5f5;
    object-fit: contain;
    padding: 15px;
}
.main_list_content .right_content li {
    flex-direction: row-reverse;
}
.main_list_content .right_content li .list_wrapper {
    margin-left: 30px;
}
.main_list_content .left_content li .list_wrapper {
    margin-right: 30px;
    text-align: right;
}
.main_list_content li .list_wrapper h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.main_list_content li .list_wrapper .text_short {
    font-size: 14px;
    line-height: 1.7;
}

.main_list_content ul {
    display: flex;
    z-index: 1;
    justify-content: space-evenly;
    flex-direction: column;
}
.main_list_content ul.left_content {
    margin-right: -70px;
}
.main_list_content ul.right_content {
    margin-left: -70px;
}

/*############################################
 List Style from Flexible Content 

 #############################################*/
.page-id-2178 #main_flexible .section.full_width.py-5 {
    padding: 1.5rem !important;
}
 .list_style_content .content {
  display: flex;
  flex-wrap: wrap;
}
.list_style_content .content li {
  background: #ddd;
  padding: 1rem;
  margin: 10px;
  width: 100%;
  border-left: 5px solid #15337b;
  transition: 0.3s ease;
}
.list_style_content .content li:hover {
  background: #15337b;
  color: #fff;
  transform: scale(1.03);
}

.list_style_content.list_style_2 .content li {
  width: calc(50% - 10px);
  position: relative;
  padding: 30px 30px 30px 70px;
  border-left: 0;
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0 4px 4px #cecece;
}
.list_style_content.list_style_2 .content li:before {
  content: "\f046";
  font: normal normal normal 20px/1 FontAwesome;
  margin-right: 7px;
  position: absolute;
  left: 15px;
  top: 25px;
  background: #15337b;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*############################################
image_side_content of Flexible Content 

 #############################################*/

 .section.image_side_content ul {
    padding-left: 15px;
}
.section.image_side_content ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.section.image_side_content ul li:last-child {
    border-bottom: 0;
}
.section.image_side_content .img_wrap img {
    max-width: 550px;
    display: inherit;
    width: calc(100% - 10px);
    box-shadow: 10px 10px 0 var(--blue);
    border-radius: 10px;
    background: #f9f9f9;
}
.section.image_side_content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
/*###########################################
 col_icon_content of Flexible Content
 ###########################################*/

 .col_icon_content .icon_box {
    background: #fff;
    padding: 2rem;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: 0.2s;
    box-shadow: rgba(27, 75, 142, 0.27) 0px 25px 20px -20px;
}
.col_icon_content .icon_box:hover {
    box-shadow: 0 0 10px #ddd;
}

.col_icon_content .icon_box img {
    max-width: 65px;
    margin: 0 auto;
    display: block;
}
/*###########################################
tab_wrapper CSS
 ###########################################*/

 .tab_wrapper {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 10px #eaeaea;
    border: 1px solid #ecececcc;
    border-radius: 10px;
}
.tab_wrapper #pills-tab .nav-item {
   margin: 5px;
   flex: 1;
}
.tab_wrapper #pills-tab .nav-item button {
   padding: 15px 30px !important;
   width: 100%;
   background: #eee !important;
   color: #000;
}
.tab_wrapper #pills-tab .nav-item button.active, .tab_wrapper #pills-tab .nav-item button:hover {
   background: var(--blue) !important;
   color: #fff !important;
}

.tab_wrapper .tab-pane {
    margin: 10px;
    padding: 3rem;
    background: #eee;
    box-shadow: 0 4px 7px #d7d7d7;
    border-bottom: 7px solid var(--blue);
    border-radius: 10px;
}
 /*###########################################
side_by_sidebox CSS
 ###########################################*/ 
 .side_by_sidebox img {
     height:auto;
    border-radius: 10px;
 /*   box-shadow: 10px 10px 0 var(--blue);*/
    background: #f9f9f9;
 /*   max-width: calc(100% - 10px);*/
    max-width:none;
    width:calc(100% - 10px);
}
.side_by_sidebox h2 {
    margin-bottom: 1rem;
} 
.side_by_sidebox p:last-child{
    margin-bottom:0;
}
/*###########################################
Title & Desc CSS
 ###########################################*/ 
 .tt_desc h2 {
    font-weight: 700;
}

/*###########################################
Gallery CSS
 ###########################################*/ 
 .logo_gallery ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
.logo_gallery ul li {
  margin: 10px;
  background: #fff;
  display: flex;
}

.logo_gallery ul li a {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
/*.logo_gallery ul li a:hover {
    box-shadow: rgba(27, 75, 142, 0.27) 0px 25px 20px -20px;
}*/
.logo_gallery ul li img {
	max-width: 190px;
	filter: grayscale(100%);
	opacity: 0.7;
}
/*.logo_gallery ul li a:hover img {
    filter: unset;
}*/

 /*########################################### 
 Testimnonial CSS
 ###########################################*/
 #main_flexible #reviews {
    position: relative;
    z-index: 1;
    padding: 5rem 0;
}
.home_reviews .testimonial {
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px #ddd;
    padding: 3rem;
    width: 100%;
    background: #fff;
    z-index: unset !important;
}
.home_reviews .testimonial::before {
    content: "";
    background: url(/wp-content/uploads/2023/02/testimonial_circle.png)no-repeat scroll top right / 200px;
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: -65px;
    z-index: -1;
}
.home_reviews .owl_navigation {
  margin-left: 20px;
}

.home_reviews .review_box .content {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}
.testimonial_profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}
.testimonial_profile .img_wrap {
    margin-right: 15px;
    width: 100px;
}
.testimonial_profile .name_wrap p:first-child {
  font-weight: bold;
}
.testimonial_profile .name_wrap p:last-child {
  font-size: 13px;
}
.testimonial_profile .img_wrap img {
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    display: inline-block !important;
}
.testimonial_profile .name_wrap {
    flex: 1;
}
.main_owl_nav a {
    text-decoration: underline;
    font-weight: bold;
    color: #15337B;
}
.owl_navigation button {
    background: none !important;
    border: 0 !important;
    padding: 10px 20px 10px 0;
    min-width: unset;
}

/*########################################### 
 Videos List CSS
 ###########################################*/
 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border: 1px solid transparent;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_wrap {
    background: #fff;
    max-height: 365px;
    box-shadow: rgba(27, 75, 142, 0.27) 0px 25px 20px -20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}
.video_wrap iframe {
    border-radius: 10px;
}
.video_wrap video {
    border-radius: 10px;
    width: 100%;
    max-height: 365px;
    object-fit: cover;
}
.full_width li {
    padding-bottom: 1.5rem;
}
 /*###########################################
 Responsive CSS
 ###########################################*/
#main_flexible ol {
    padding-left: 1rem;
}
#main_flexible .full_width .container {
    padding-left: 0;
    padding-right: 0;
}
 @media(max-width: 1199px){
    .list_style_content.list_style_2 .content li::before {
        top: 35px;
    }
}
@media(max-width: 991px){
    .side_by_sidebox p:last-child{
        margin-bottom:1rem;
    }
    .section.image_side_content .img_wrap img {
        margin: 0 auto;
    }
    .full_width.with_bg {
        min-height: 320px;
    }
}

@media(max-width: 767px){
    .org-hero-header .text-center {
        text-align: left !important;
    }
    .list_style_content.list_style_2 .content li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media(max-width: 575px){
    .section.image_side_content .img_wrap img {
        margin-left: 0;
    }
}
/*responsive*/
/*===========Home Page Responsive================*/

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width:1399.98px) {

    /*===========Home Page=========*/

    /*Top Navbar Section*/

    /*Model Section*/

    /*Slider Section*/

    .first-slider .slide-text-content h1 {
        line-height: 80px;
    }

    .first-slider .slide-text-content h1 {
        max-width: 70%;
    }

    .main-member-network .network-img img {
        width: 100%;
    }

    /*Board Impact Organisation Section*/

    /*Board Impact Organisation Do Section*/

    /*Board Impact Organisation Do Down Section*/

    /*Join Our Campaign*/

    /*Circumstances Section*/

    .main-circumstances .circumstances-right-content .cir-second {
        margin-top: -36%;
        margin-left: 0%;
    }

    .main-circumstances .circumstances-right-content .cir-first {
        margin-right: 35px;
    }

    /*Philanthropy Section*/

    /*Member Support Section*/

    .main-member-support .member-right h1 {
        max-width: 85%;
    }

    .main-member-support .member-right p {
        max-width: 94%;
    }

    /*Testimonial Section*/

    /*Latest News Section*/

    .main-latest-news .latest-news-details .card-body .card-title {
        font-size: 23px;
        max-width: 100%;
    }

    /*Member Networks Section*/
    .main-member-network .slick-list {
        margin: 0 0px;
    }

    .main-member-network .networks-indicator .button__prev {
    }

    .main-member-network .networks-indicator .button__next {
    }

    .network-img {
        width: 225px;
    }

    /*Footer Section*/
}

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

    /*===========Home Page=========*/

    /*Top Navbar Section*/

    .main-navbar .navbar-nav .nav-item a {
        font-size: 15px;
        padding: 4px 22px;
    }

    .main-navbar .navbar-text .join-button {
        width: 215px;
        height: 70px;
        font-size: 18px;
    }

    /*Model Section*/

    /*Slider Section*/

    .first-slider .slide-text-content h1 {
        line-height: 75px;
    }

    .first-slider .slide-text-content h1 {
        font-size: 56px;
        max-width: 85%;
    }

    /*Board Impact Organisation Section*/
    .main-board-organisation .bo-contener::after {
        right: 52%;
    }

    /*Board Impact Organisation Do Section*/

    /*Board Impact Organisation Do Down Section*/
    .main-bio-down .bio-content p {
        max-width: 80%;
    }

    /*Join Our Campaign*/
    .main-join-our-campaign .joc-text h1 {
        font-size: 30px;
        max-width: 80%;
    }

    /*Circumstances Section*/
    .main-circumstances .circumstances-right-content .cir-second {
        margin-top: -43%;
        margin-left: 0%;
    }

    .main-circumstances .circumstances-right-content .cir-first {
        margin-right: 0px;
    }

    .main-circumstances .circumstances-right-content .cir-second img {
        width: 85%;
    }

    .main-circumstances .circumstances-left-content p {
        width: 80%;
    }

    /*Philanthropy Section*/
    .main-pilanthropy .pilantropy-text p {
        max-width: 99%;
        margin-bottom: 15px;
    }

    .main-pilanthropy .pilantropy-text h1 {
        margin-bottom: 18px;
    }

    /*Member Support Section*/
    .main-member-support .member-right h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .main-member-support .member-right p {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    /*Testimonial Section*/
    .main-testimonial .testimonial-details p {
        width: 90%;
    }

    .main-testimonial .testimonial-indicator .carousel_button__next {
        right: 35px;
    }

    .main-testimonial .testimonial-indicator .carousel_button__prev {
        left: 35px;
    }

    /*Latest News Section*/

    /*Member Networks Section*/

    .main-member-network .slick-list {
        margin: 0 -6px;
    }

    .main-member-network .member-slider {
        width: 96% !important;
        margin: auto !important;
        display: block !important;
    }

    .main-member-network .slick-slide {
        margin: 0 25px;
    }

    .network-img {
        width: 180px;
    }

    /*Footer Section*/
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

    /*===========Home Page=========*/

    /*Top Navbar Section*/

    .main-navbar .navbar-text {
        display: none;
    }

    .main-navbar .navbar {
        padding: 1rem 0;
    }

    .main-navbar-small .navbar-text .join-button {
        display: block;
        width: 200px;
        height: 60px;
        border-radius: 0px;
        border: none;
        background-color: var(--red);
        color: #fff;
        font-size: 18px;
        font-family: 'Helvetica';
        font-weight: bold;
        box-shadow: none;
        border-radius: 5px;
        position: relative;
        z-index: 99;
    }

    .first-slider .slide-text-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 50%;
        transform: translateY(50%);
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navbar-light .navbar-toggler {
        margin-right: 35px;
    }

    /*Model Section*/
    .model-open .modal-title {
        font-size: 24px;
    }

    .model-open input {
        width: 100%;
        height: 40px;
    }

    .model-open input,
    .model-open textarea {
        font-size: 14px;
    }

    .modal.show .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        width: 100%;
    }

    .model-open .modal-footer button {
        width: 200px;
        height: 42px;
    }

    /*Slider Section*/
    .first-slider .slide-text-content h1 {
        font-size: 40px;
    }

    .first-slider .slide-image-content img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: center;
    }

    /*Board Impact Organisation Section*/
    .main-board-organisation .bo-contener::after {
        background-color: transparent;
    }

    .main-board-organisation .bo-background-img {
        height: 190px;
        width: auto;
        object-fit: cover;
        object-position: center;
    }

    .board-organisation .head_h2 {
        text-align: center;
    }

    .board-organisation .head_h2::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*Board Impact Organisation Do Section*/
    .main-board-organisation-do .bo-do-contents {
        height: auto;
        border-radius: 25px;
        padding: 25px;
        max-width: 90%;
    }

    .main-board-organisation-do .bo-do-text {
        gap: 5px;
    }

    .main-board-organisation-do .bo-do-text button {
        width: 140px;
        height: 45px;
        font-size: 15px;
    }

    .main-board-organisation-do {
        margin-bottom: 5rem;
    }

    /*Board Impact Organisation Do Down Section*/
    .main-bio-down {
        margin: 3rem 0;
    }

    .main-bio-down .bio-content p {
        max-width: 80%;
        font-size: 15px;
    }

    /*Join Our Campaign*/
    .main-join-our-campaign {
        position: relative;
        padding: 5rem 0;
    }

    .main-join-our-campaign {
        padding: 5rem 0;
    }

    .main-join-our-campaign .joc-text button {
        font-size: 15px;
        width: 180px;
        height: 45px;
    }

    .main-join-our-campaign .joc-text button:hover {
        background-color: transparent;
        box-shadow: 0px 1px 1px 0.4px #fff;
    }

    /*Circumstances Section*/
    .circumstances-left-content {
        max-width: 100%;
    }

    .main-circumstances .circumstances-left-content p {
        width: 100%;
    }

    .main-circumstances .circumstances-right-content .cir-first img {
        border-radius: 8px;
    }

    .main-circumstances .circumstances-right-content .cir-second img {
        width: 80%;
        border-radius: 8px;
    }

    .main-circumstances {
        margin: 2.5rem 0;
    }

    .main-circumstances .head_h2::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*Philanthropy Section*/
    .main-pilanthropy .pilantropy-text p {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .main-pilanthropy .pilantropy-text button {
        font-size: 15px;
        width: 140px;
        height: 45px;
    }

    /*Member Support Section*/
    .main-member-support .member-right-content .member-right {
        margin: 0;
        max-width: 100%;
    }

    .main-member-support .member-right p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .main-member-support .member-right button {
        font-size: 15px;
        width: 140px;
        height: 45px;
        margin-bottom: 8px;
    }

    .main-member-support {
        margin: 3rem 0;
    }

    /*Testimonial Section*/
    .main-testimonial .testi-images {
        width: 75%;
    }

    .main-testimonial {
        padding: 2rem 0;
    }

    /*Latest News Section*/
    .main-latest-news .head_h2 {
        margin-bottom: 50px;
    }

    .main-latest-news .card-date-show h6 {
        color: #fff;
        font-size: 10px;
    }

    .main-latest-news .latest-news-details .card-body .card-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .main-latest-news .latest-news-details .card-body .card-button {
        font-size: 13px;
    }

    .main-latest-news .latest-news-details .card-body {
        padding: 3rem;
    }

    .latest-news .rd_btn {
        position: relative;
        bottom: 0;
        margin-top: 1rem;
    }

    .main-latest-news .latest-news-details {
        margin: 3rem 0 !important;
    }

    /*Member Networks Section*/
    .main-member-network .slick-list {
        margin: 0 0px;
    }

    .main-member-network .network-img img {
        width: 100%;
    }

    .networks-indi.button__next.slick-arrow .next-img {
        width: 80%;
    }

    .networks-indi.button__prev.slick-arrow .prev-img {
        width: 80%;
    }

    .network-img {
        width: 110px;
    }

    /*Footer Section*/
    .main-footer .f-logo img {
        width: 230px;
        margin-bottom: 20px;
    }

    .main-footer .footer-background-image img {
        width: 100%;
        height: 270px;
    }

    .main-footer .f-icon .icon-div {
        width: 25px;
        height: 25px;
    }

    .main-footer .f-icon .icon-div i {
        font-size: 13px;
    }

    .main-footer .f-icon .social-icon {
        margin-bottom: 20px;
    }

    .main-footer .email-icon i {
        font-size: 13px;
    }

    .main-footer .email-icon {
        width: 25px;
        height: 25px;
    }

    .main-footer .f-nav {
        margin-bottom: 20px;
    }

    .main-footer .email-name a {
        font-size: 18px;
    }

    .main-end-footer .f-e-left p {
        justify-content: center;
    }

    .main-end-footer .f-e-right {
        justify-content: center;
    }

    .main-end-footer .f-e-right a {
        padding-top: 0;
    }

    .main-footer {
        padding: 4rem 0;
    }

    /* -------------------- */
    .top-nav ul {
        align-items: self-start;
    }

    .top-nav ul li a {
        padding: 5px;
    }

    .footer-menu ul li a {
        font-size: 15px;
    }

    .o-card {
        padding: 23px 10px 10px 10px;
    }

    .main-news-testimonial .news-testimonial-slider {
        width: 100% !important;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
    .main-news-details .post-content1 {
    padding: 2rem .5rem;
    box-shadow: none;
}
   
    .head_h2 {
      padding-bottom: 0;
      margin-bottom: 1rem !important;
  }
  /*===========Home Page=========*/

  /*Top Navbar Section*/

  .main-navbar .navbar-text .join-button {
    width: 195px;
    height: 60px;
    font-size: 16px;
}

/*Model Section*/

/*Slider Section*/

.main-navbar-small .navbar-text .join-button {
    width: 185px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.first-slider .slide-image-content img {
    height: 400px;
}

.first-slider .slide-text-content h1 {
    font-size: 30px;
    max-width: 80%;
    line-height: 40px;
    margin-bottom: 1rem;
}

.first-slider .bar-indicator {
    bottom: 30px;
    gap: 25px;
}

/*Board Impact Organisation Section*/
.main-board-organisation .bo-right-text p {
    text-align: center;
}

/*Board Impact Organisation Do Section*/

.main-board-organisation-do .bo-do-contents {
    height: auto;
    border-radius: 15px;
}

/*Board Impact Organisation Do Down Section*/
.main-bio-down {
    margin: 2rem 0;
}

/*Join Our Campaign*/
.main-join-our-campaign .joc-banner img {
    height: 200px;
    object-fit: cover;
}

.main-join-our-campaign .joc-text h1 {
    font-size: 22px;
}

/*Circumstances Section*/
.main-circumstances .circumstances-left-content h1 {
    text-align: center;
}

.main-circumstances .circumstances-left-content p {
    text-align: left;
}

.main-circumstances .circumstances-right-content .cir-first {
    justify-content: center;
}

.main-circumstances .circumstances-right-content .cir-second img {
    width: 70%;
    border-radius: 8px;
}

.main-circumstances .circumstances-right-content .cir-second {
    margin-top: -40%;
    text-align: center;
}

/*Philanthropy Section*/
.main-pilanthropy .pilanthropy-banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/*Member Support Section*/
.main-member-support .member-right-content .member-right {
    margin-left: 0;
    margin-top: 18px;
    text-align: left;
}

.main-member-support .member-right-content .member-right .head_h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*Testimonial Section*/
.main-testimonial .testi-images {
    width: 65%;
}

.main-testimonial .testimonial-details p {
    width: 90%;
    margin-bottom: 12px;
}

.main-testimonial .prev-img {
    width: 85%;
}

.main-testimonial .testimonial-indicator .carousel_button__prev {
    left: 10px;
}

.main-testimonial .next-img {
    width: 85%;
}

.main-testimonial .testimonial-indicator .carousel_button__next {
    right: 10px;
}

.main-testimonial .testimonial-details h4 {
    font-size: 14px;
}

.main-testimonial .testimonial-details h5 {
    font-size: 12px;
}

/*Latest News Section*/
.main-latest-news .latest-news-details .card {
    margin: auto;
    margin-bottom: 25px;
    max-width: 500px;
}

.main-latest-news .latest-news-details .card-body .card-title {
    font-size: 25px;
    margin-bottom: 6px;
}

.main-latest-news .latest-news-details .card-body .card-button {
    font-size: 15px;
}

/*Member Networks Section*/
.main-member-network .member-network-title h1 {
    font-size: 25px;
}

.networks-indi.button__prev.slick-arrow .prev-img {
    width: 75%;
}

.networks-indi.button__next.slick-arrow .next-img {
    width: 75%;
}

/*Footer Section*/
.main-footer .f-logo img {
    width: 215px;
}

.main-footer .f-link {
    font-size: 15px;
}

.main-footer .email-name a {
    font-size: 16px;
}

/* -------------------------------- */
.main-board-organisation .bo-left-text::after {
    width: 150px;
    height: 1px;
    position: absolute;
    top: 63px;
}

.bo-left-text {
    margin-bottom: 15px;
}

.main-member-support .member-left img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {
    body p {
      /*  font-size: 16px !important;*/
        line-height: 1.8;
    }
    
    /*===========Home Page=========*/
    .home .main-join-our-campaign.ca1 p {
        font-size: calc(6vw) !important;
    }
    /*Top Navbar Section*/

    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0);
    }

    .navbar-toggler-icon {
        font-size: 16px;
    }

    /*Model Section*/
    .model-open .modal-title {
        font-size: 20px;
    }

    .model-open .modal-header {
        padding: 0.5rem 1rem;
    }

    .model-open .btn-close {
        width: 25px;
        height: 25px;
    }

    .model-open input {
        width: 100%;
        height: 35px;
    }

    .model-open input,
    .model-open textarea {
        font-size: 13px;
    }

    .model-open .modal-body {
        margin-top: 0.5rem;
    }

    .model-open .modal-footer button {
        width: 165px;
        height: 40px;
        font-size: 15px;
    }

    .modal-footer {
        padding: 0rem;
    }

    .modal-content {
        width: 100%;
    }

    .modal-dialog {
        margin: 2rem;
    }

    /*Slider Section*/
    .main-navbar-small .navbar-text .join-button {
        width: 170px;
        height: 40px;
        font-size: 14px;
        border-radius: 5px;
    }

    .first-slider .slide-text-content h1 {
        font-size: 25px;
        max-width: 100%;
        line-height: 30px;
    }

    .first-slider .bar-indicator li {
        width: 18px;
        height: 3px;
    }

    .first-slider .bar-indicator .slick-active {
        width: 18px;
        height: 3px;
    }

    .first-slider .bar-indicator {
        bottom: 26px;
    }

    /*Board Impact Organisation Section*/
    .main-board-organisation .bo-background-img {
        height: 220px;
    }
    .main-board-organisation{
        padding: 3rem 0;
    }
    /*Board Impact Organisation Do Section*/
    .main-board-organisation-do .bo-do-text h1 {
        font-size: 22px;
    }

    .main-board-organisation-do .bo-do-text button {
        width: 125px;
        height: 40px;
        font-size: 13px;
    }

    .main-board-organisation-do .bo-do-text button:hover {
        box-shadow: 1px 1px 1px 0.2px #263b85;
    }

    .main-board-organisation-do .bo-do-childimage {
        display: none;
    }

    .main-board-organisation-do {
        background: url(/wp-content/themes/propel_philanthropy/assets/images/blue-patten-background.png)no-repeat scroll center / cover;
        padding: 3rem 0;
        margin-bottom: 1rem;
    }

    .main-board-organisation-do .bo-do-image {
        display: none;
    }

    .main-board-organisation-do .bo-do-contents {
        margin: 0;
        max-width: 100%;
    }

    /*Join Our Campaign*/
    .main-join-our-campaign .joc-text button {
        font-size: 13px;
        width: 165px;
        height: 40px;
    }
    .main-join-our-campaign{
        padding: 3rem 0;
    }
    /*Circumstances Section*/
    .main-circumstances {
        margin: 1.5rem 0;
    }

    /*Philanthropy Section*/
    .main-pilanthropy{
        padding: 3rem 0;
    }
    .main-pilanthropy .pilantropy-text button {
        font-size: 13px;
        width: 125px;
        height: 40px;
    }
    .main-pilanthropy .pilantropy-text p {
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-top: 5px;
    }
    /*Member Support Section*/
    .main-member-support .member-right p {
        margin-bottom: 16px;
    }

    .main-member-support .member-right button {
        font-size: 13px;
        width: 125px;
        height: 40px;
        margin-bottom: 4px;
    }

    .main-member-support .member-right button:hover {
        box-shadow: 0px 1px 1px 0.2px #263b85;
    }

    .main-member-support {
        margin-bottom: 2rem;
    }

    /*Testimonial Section*/
    .main-testimonial .testi-images {
        width: 100%;
    }

    .main-testimonial .testimonial-img {
        margin-bottom: 14px;
    }

    .main-testimonial .testimonial-slider {
        width: 100% !important;
    }

    .main-testimonial .testimonial-indicator {
        display: none;
    }

    .main-testimonial .testimonial-img {
        display: flex;
        justify-content: center;
    }

    /*Latest News Section*/
    .main-latest-news .latest-news-header h1 {
        font-size: 22px;
        margin-bottom: 38px;
    }

    .main-latest-news .latest-news-details .card-body .card-title {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .main-latest-news .latest-news-details .card-body .card-button {
        font-size: 13px;
    }

    .main-latest-news {
        margin: 3rem 0 1rem 0;
    }

    /*Member Networks Section*/
    .main-member-network .networks-indicator {
        display: none;
    }
    .main-member-network {
        padding: 3rem 0;
    }
    .main-member-network .member-network-title h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    /*Footer Section*/
    .main-footer {
        padding: 4rem 0;
    }

    .main-footer .f-nav {
        margin-bottom: 15px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .main-footer .f-logo img {
        width: 200px;
        margin-bottom: 12px;
    }

    .main-end-footer .f-e-left p {
        font-size: 11px;
        justify-content: center;
        padding: 10px 0 0 0;
    }

    .main-end-footer .f-e-right a {
        font-size: 12px;
        padding: 5px 0;
    }

    .main-end-footer .f-e-right {
        justify-content: center;
    }

    .main-footer .f-icon .social-icon {
        margin-bottom: 10px;
    }

}

/*-----'''''''-------'''''-------*/

/*=========================  Contact Us Page Respomsive   ==========================*/

/* Medium devices (tablets, less than 992px) */

/*Contact Us Section*/
@media (max-width:991.98px) {
    .main-defult-banner .overlay-text h1{
        top:auto;
    }
    .main-contact-title h1 {
        color: var(--blue);
        font-size: 28px;
        font-family: 'Helvetica';
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .main-contact-form .contact-form-banner img {
        width: 100%;
        height: 410px;
    }

    .main-contact-form .contact-form-container input {
        width: 315px;
        height: 40px;
    }

    .main-contact-form .contact-form-container input,
    .main-contact-form .contact-form-container textarea {
        font-size: 14px;
    }

    .main-contact-form .contact-form-container textarea {
        width: 100%;
        height: 115px;
    }

    .main-contact-form .form-button {
        width: 240px;
        height: 45px;
        font-size: 15px;
    }

    .main-contact-form .form-button:hover {
        box-shadow: 0px 1px 1px 0.2px #fff;
    }

}

.main-contact-join .contact-join-content h1 {

    /* font-size: 28px; */

    font-size: 40px;
    margin-bottom: 10px;
}

.main-contact-join .contact-join-content p {
    font-size: 15px;
    margin-bottom: 25px;
}

.main-contact-join .contact-join-content button {
    width: 140px;
    height: 42px;
    font-size: 15px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
    .main-contact-form .contact-form-banner img {
        width: 100%;
        height: 600px;
    }

    .main-contact-form .contact-form-container .form-item-right {
        justify-content: center;
    }

    .main-contact-form .contact-form-container .form-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-contact-form .contact-form-container textarea {
        width: 100%;
        height: 100px;
        margin-top: 0;
    }

    .main-contact-form .contact-form-container input {
        width: 450px;
        height: 45px;
        margin-top: 0;
    }

    .main-contact-form .contact-form-banner img {
        width: 100%;
        height: 500px;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {
    .main-contact-form .contact-form-container input {
        width: 250px;
        height: 45px;
    }

    .main-contact-title h1 {
        font-size: 30px;
        margin: 2rem 0;
        font-weight: 700;
    }
    .main-contact-form .contact-form-container input,
    .main-contact-form .contact-form-container textarea {
        font-size: 13px;
    }

    .main-contact-form .contact-form-container textarea {
        width: 100%;
        height: 65px;
    }

    .main-contact-form .form-button {
        width: 200px;
        height: 35px;
        font-size: 12px;
    }

    .main-contact-form .contact-form-container .form-item {
        margin-bottom: 12px;
    }

    .main-contact-form .contact-form-banner img {
        width: 100%;
        height: 350px;
    }

    .main-contact-join .contact-join-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .main-contact-join .contact-join-content p {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .main-contact-join .contact-join-content button {
        width: 120px;
        height: 35px;
        font-size: 13px;
    }

    .main-contact-join {
        margin: 1.5rem 0;
    }
    .contact-form-container .form-button-main p, .contact-form-container .form-button-main .rd_btn {
        width: 100%;
        padding: 10px 0;
    }
    .main-contact-form .form-button-main {
        margin-top:0;
    }
}

/*===========About Page Responsive================*/

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

    /* Member Achieved Section*/
    .main-member-achieve .ma-second-content {
        position: relative;
        margin-top: 2rem;
    }

    .main-we-can-do {
        margin: 3rem 0;
    }

    .main-inspire .inspire-details p {
        max-width: 100%;
    }

    /* Member Networks Section */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

    /*Top Defult Banner Section*/

    /* Top Inner Page Section */

    .Top-inner-page {
        margin-bottom: 2rem;
    }

    .main-defult-banner .overlay-text h1 {
        font-size: 35px;
    }

    /* Section 2 */
    .main-inspire .inspire-details p {
        max-width: 100%;
    }

    /* Member Achieved Section*/

    /*We Can Do More Section-4 */

    /* Member Networks Section */

    .Top-inner-page {
        margin-bottom: 1.5rem;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

    /*Top Defult Banner Section*/

    /* Top Inner Page Section */
    .Top-inner-page .all-pages a {
        padding: 6px 0;
    }

    .main-defult-banner .overlay-text h1 {
        font-size: 35px;
        text-align: center;
    }

    .main-defult-banner .overlay-banner {
        display: none;
    }

    .main-defult-banner .defult-banner-content:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 1, 43, 0.2);
    }

    .main-defult-banner .overlay-text {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
    }

    /* Section 2 */

    /* Member Achieved Section*/
    .main-defult-banner .defult-banner-content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .main-member-achieve {
        margin-top: 230px;
        padding-bottom: 3rem;
    }

    .main-member-achieve img {
        height: auto;
        max-width: 450px;
        margin: 20px auto 0 auto;
        display: inherit;
    }

    .main-member-achieve img {
        height: auto;
        max-width: 450px;
        margin: 20px auto 0 auto;
        display: inherit;
        width: 100%;
    }

    .main-we-can-do .head_h2,
    .main-we-can-do .content,
    .main-we-can-do .btn_wrap {
        text-align: left;
    }

    .main-we-can-do .head_h2:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*We Can Do More Section-4 */
    .main-we-can-do .w-c-d-first-img {
        justify-content: center;
    }

    /* Member Networks Section */
    .main-member-network .slick-slide {
        margin: 0 10px;
    }

    .main-contact-form {
        padding: 35px 15px;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

    /*Top Defult Banner Section*/
    .main-defult-banner .defult-banner-content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    /* Top Inner Page Section */
    .Top-inner-page .all-pages a {
        font-size: 12px;
    }

    /* Section 2 */

    /* Member Achieved Section*/
    .main-member-achieve .member-achieve-left {
        text-align: center;
    }

    .main-member-achieve img {
        height: auto;
        max-width: 450px;
        margin: 20px auto 0 auto;
        display: inherit;
    }

    /*We Can Do More Section-4 */

    /* Member Networks Section */
}

@media only screen and (min-width:412.98px) and (max-width:575.98px) {
    .main-member-achieve .ma-second-content .achive-banner-img img {
        height: 465px;
    }

}

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

News Page Respomsive

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

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {
    .main-news-post .news-right-side {
        padding-left: 25px;
    }

    .main-news-post .news-right-side .first-search-news .form-control {
        width: 280px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {
    .main-news-post .card-right-details small {
        font-size: 12px;
    }

    .main-news-post .card-right-details h5 {
        font-size: 20px;
    }

    .main-news-post .news-card .card {
        margin-bottom: 30px;
    }

    .main-news-post .news-right-side {
        padding-left: 25px;
    }

    /*Right Side Bar Css*/
    .main-news-post .Second-blog-topic .blog-title h1 {
        font-size: 20px;
    }

    .main-news-post .news-right-side .first-search-news .form-control {
        width: 280px;
        height: 38px;
    }

    .main-news-post .search-btn-first i {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .main-news-post .Second-blog-topic {
        margin-top: 1.3rem;
    }

    .main-news-post .listing-blog li {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .main-news-post .third-recent-posts {
        margin-top: 1.5rem;
    }

    .main-news-post .third-recent-posts .recent-post-title h1 {
        font-size: 20px;
    }

    .main-news-post .recent-post .recent-post-right h5 {
        font-size: 15px;
        max-width: 92%;
    }

    .main-news-post .recent-post-left {
        text-align: center;
    }

    .main-news-post .recent-post .recent-post-left img {
        width: 90%;
    }

    .main-news-post .Second-blog-topic {
        width: 100%;
    }

    .main-news-post .third-recent-posts {
        width: 100%;
    }

    /*Pagination*/
    .main-pagination .page-link {
        font-size: 13px;
    }

    .main-pagination .page-item.active .page-link {
        width: 25px;
        height: 25px;
    }

    .main-pagination .angle-right {
        font-size: 10px;
    }

    .main-pagination {
        margin-bottom: 2rem;
    }

    .main-news-post .news-right-side .first-search-news .form-control {
        width: 260px;
    }

    /*Testimonial Section*/
    .main-news-testimonial .testimonial-details p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .main-news-testimonial .testimonial-details h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .main-news-testimonial .testi-images {
        width: 65%;
    }

    .main-news-testimonial .testimonial-img {
        margin-bottom: 15px;
    }

    .main-news-testimonial {
        padding: 25px 0;
    }

    .main-news-testimonial .testimonial-img {
        display: flex;
        justify-content: center;
    }

    .committee-member-list h4 {
        font-size: 22px;
    }

    .comm_wrap {
      display: block;
      text-align: center;
  }
  .committee-member-list .members-photo {
      padding-top: 2rem;
      max-width: 400px;
  }
  .committee-member-list .members-photo img {
      box-shadow: rgba(0, 0, 0, 0.76) 0px 25px 20px -20px;
      border-radius: 10px;
  }
  .comm_wrap .content {
    padding: 2rem 1rem;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
    .main-news-post .card-left-details img {
        width: 100%;
        border-radius: 5px;
    }

    .main-news-post .card-right-details small {
        padding-top: 10px;
        display: block;
    }

    .main-news-post .card-right-details h5 {
        font-size: 22px;
        max-width: 100%;
    }

    .main-news-post .card-right-details p {
        font-size: 15px;
        max-width: 100%;
    }

    /*Pagination*/
    .small-device-pagination {
        display: block;
    }

    .small-device-pagination .page-item.active .page-link {
        width: 25px;
        height: 25px;
    }

    .small-device-pagination .page-item {
        margin-right: 15px;
    }

    .small-device-pagination .page-link {
        font-size: 13px;
    }

    .small-device-pagination {
        margin-bottom: 2rem;
    }

    .main-pagination {
        display: none;
    }
    .committee-member-list .members-photo {
        padding: 1rem;
    }
    /*Testimonial Section*/
    .committee-member-list p {
        text-align: left;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {
    .main-news-post .card-right-details h5 {
        font-size: 16px;
    }

    .main-news-post .card-right-details p {
        font-size: 13px;
    }

    .small-device-pagination .page-item {
        margin-right: 5px;
    }

    .small-device-pagination .page-link {
        font-size: 10px;
    }

    .small-device-pagination .page-item.active .page-link {
        width: 24px;
        height: 24px;
    }

    .small-device-pagination .angle-right {
        font-size: 10px;
    }

    .main-news-post .Second-blog-topic .blog-title h1 {
        font-size: 18px;
    }

    .main-news-post .third-recent-posts .recent-post-title h1 {
        font-size: 18px;
    }

    .main-news-post .listing-blog li {
        font-size: 14px;
    }

    /*Testimonial*/
    .main-news-testimonial .testimonial-details p {
        font-size: 16px;
        margin-bottom: 10px;
        width: 90%;
    }

    .main-news-testimonial .testi-images {
        width: 50%;
    }

    .main-news-testimonial .testimonial-details h4 {
        font-size: 13px;
    }

    .main-news-testimonial .testimonial-details h5 {
        font-size: 11px;
        margin-bottom: 17px;
    }

    .main-contact-form {
        padding: 1.5rem 15px;
    }

}

/*-----'''''''-------'''''-------*/

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

News Details Page Respomsive

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

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width:1399.98px) {
    .main-news-details .social-link-ndetails {
        gap: 18rem;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {
    .main-news-details .social-link-ndetails {
        gap: 12rem;
    }

    .main-news-details .news-right-side {
        padding-left: 30px;
    }

    .main-news-details .news-right-side .first-search-news .form-control {
        width: 260px;
    }

    .main-news-details .news-left-details h1 {
        max-width: 100%;
    }

    .main-news-details .news-left-details h6 {
        max-width: 95%;
    }

    /* Testimonial Section */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {
    .main-news-details .news-left-details {
        padding-left: 5px;
    }

    .main-news-details .news-right-side .first-search-news .form-control {
        width: 250px;
    }

    .main-news-details .news-left-details h1 {
        max-width: 100%;
        font-size: 28px;
        margin-bottom: 8px;
    }

    .main-news-details .news-left-details h6 {
        max-width: 100%;
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-news-details .social-link-ndetails {
        gap: 4rem;
    }

    .main-news-details .social-link-ndetails p {
        font-size: 18px;
    }

    .main-news-details .social-link-ndetails a i {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }

    .main-news-details .Second-blog-topic {
        margin-top: 1.3rem;
    }

    .main-news-details .Second-blog-topic .blog-title h1 {
        font-size: 20px;
    }

    .main-news-details .listing-blog li {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .main-news-details .third-recent-posts {
        margin-top: 1.5rem;
    }

    .main-news-details .third-recent-posts .recent-post-title h1 {
        font-size: 20px;
    }

    .main-news-details .recent-post .recent-post-right h5 {
        font-size: 15px;
        max-width: 90%;
    }

    .main-news-details .social-link-ndetails {
        margin-bottom: 5px;
    }

    /* Testimonial Section */
    .organization-all-btn ul li {
        width: calc(33.33% - 20px);
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
    .main-news-details .news-right-side {
        padding-left: 5px;
        padding-top: 15px;
    }

    .main-news-details .news-right-side .first-search-news .form-control {
        width: 320px;
    }

    .main-news-details .news-right-side .first-search-news .form-control {
        height: 40px;
    }

    .main-news-details .search-btn-first i {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .main-news-details .Second-blog-topic {
        width: 100%;
    }

    .main-news-details .third-recent-posts {
        width: 100%;
    }

    .main-news-details .recent-post-left {
        text-align: center;
    }

    .main-news-details .recent-post .recent-post-left img {
        width: 90%;
    }

    .main-news-details {
        margin: 2rem 0;
    }

    /* Testimonial Section */
    .organization-all-btn ul li {
        width: calc(50% - 20px);
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {
    .main-news-details .news-left-details {
        padding-left: 10px;
    }

    .main-news-details .news-left-details p {
        font-size: 12px;
        margin: 8px 0;
    }

    .main-news-details .news-left-details h1 {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .main-news-details .news-left-details h6 {
        max-width: 100%;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .main-news-details .social-link-ndetails p {
        font-size: 15px;
    }

    .main-news-details .social-link-ndetails a i {
        font-size: 10px;
        width: 26px;
        height: 26px;
    }

    .main-news-details .news-right-side .first-search-news .form-control {
        width: 270px;
    }

    .main-news-details .Second-blog-topic .blog-title h1 {
        font-size: 17px;
    }

    .main-news-details .listing-blog li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .main-news-details .third-recent-posts .recent-post-title h1 {
        font-size: 17px;
    }

    .main-news-details .news-right-side {
        padding-left: 10px;
    }
    .organization-all-btn ul li {
        width: calc(100% - 20px);
    }
}

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

Web Design Page Respomsive

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

/* Medium devices (tablets, less than 992px) */
.main-defult-banner .overlay-text1 {
    right: 100px;
    width: 40%;
}

@media (max-width:991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
.main-defult-banner .overlay-text1 h1 {
    font-size: 37px;
}

.main-defult-banner .overlay-text1 {
    right: 70px;
}

@media (max-width:767.98px) {
}

.main-defult-banner .overlay-text1 h1 {
    font-size: 25px;
}

.main-web-design-content .web-design-right p {
    font-size: 14px;
    max-width: 100%;
}

.main-web-design-content {
    overflow-x: hidden;
    margin: 2rem 0;
}

@media (max-width:575.98px) {
    .main-web-design-content .web-design-left {
        margin-bottom: 10px;
    }

    .main-web-design-content {
        margin: 1rem 0;
    }

    .main-defult-banner .overlay-text1 h1 {
        font-size: 22px;
    }

    .main-defult-banner .overlay-text1 {
        right: 35px;
    }

}

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

organaization Page Respomsive

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

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {
    .main-organization-button .organization-all-btn .or-btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    /*common organisation card*/
    .main-common-orga .common-card-details .card {
        width: 280px;
        padding: 20px 14px;
    }

    .main-common-orga .heading-title {
        padding: 0 28px;
    }

}
.org-hero-header p:last-of-type {
    margin-bottom: 0;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {
    .main-organization h1 {
        font-size: 28px;
    }
    .main-organization {
        padding: 2rem 0;
    }
    .main-organization p {
    }

    /*Organization Button*/
    .main-organization-button .organization-all-btn .or-btn {
        font-size: 13px;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .main-organization-button .organization-all-btn {
        flex-wrap: wrap;
    }

    .main-common-orga .common-heading p {
        font-size: 22px;
        padding: 5px 18px;
    }

    /*common organisation card*/
    .main-common-orga .common-card-details .card-body p {
        font-size: 15px;
        line-height: 22px;
    }

    .main-common-orga .common-card-details .card {
        width: auto;
        padding: 10px 0px;
    }

    .main-common-orga .common-card-details .img-div-c {
        width: 75%;
    }

    .main-common-orga .overlay i {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }

    .main-common-orga .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-footer {
        position: relative;
        padding: 3rem 0;
    }
    .main-end-footer .f-e-left p {
        text-align: center;
        font-size: 14px !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
    #main_flexible .section:first-child{
        margin-top:-3rem;
    }
    #sidebar {
        margin-top: -3rem;
    }
    .main-organization-button .organization-all-btn {
        flex-wrap: wrap;
    }

    .main-organization-button .organization-all-btn .or-btn {
        white-space: nowrap;
    }

    .main-organization-button .organization-button {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .wp-pagenavi {
        margin-bottom: 25px;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {
    .main-organization h1 {
        font-size: 22px;
        margin-bottom: 6px;
    }

  
    /*Organization Button*/
    .main-organization-button .organization-all-btn .or-btn {
        font-size: 12px;
    }

    .main-organization-button .organization-all-btn {
        gap: 5px;
    }

    .main-organization-button .organization-button {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /*common organisation card*/
    .main-common-orga .common-heading p {
        font-size: 20px;
        padding: 5px 10px;
    }

    .main-common-orga .common-card-details .card-body p {
        font-size: 13px;
        line-height: 22px;
    }

    .main-common-orga {
        margin-bottom: 1rem;
    }

    .footer-menu ul {
        flex-direction: column;
        gap: 12px;
        display: flex;
        margin-bottom: 0;
    }

    .main-footer .footer-background-image img {
        height: 430px;
    }

    .main-board-organisation .bo-left-text::after {
        display: none;
    }

    .bo-left-text {
        margin-bottom: 0px;
    }

}

/* ------------------- */
@media (min-width:992px) {
    .shadow1 .navbar-text .join-button {
        height: 56px !important;
    }

    .smooth .navbar-text .join-button {
        height: 70px !important;
    }

}

@media (max-width:420px) {
    .main-member-support .member-left img {
        width: 100%;
    }

    .main-navbar .navbar-brand {
        padding-left: 0px;
    }

    .main-navbar .navbar-brand img {
        width: 155px;
        height: 35px;
    }

    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }

}