@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,500,700,800');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-family: "Poppins", sans-serif;
    font-family:"Muli", "Segoe Ui";
    /*     font-family: "Raleway", sans-serif;*/
    /* font-family: "Roboto", sans-serif; */
}
.container {
    width: 90;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #000103;
    /* text-align: justify; */
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
    object-fit: cover;
}

.f-14 {
    font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {color: #2260bf;}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 24px;
    /* line-height: 38px; */
    font-family: 'Montserrat';
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #000;
    display: block;
    text-decoration: none !important;
    transition: ease-in-out .3s;
}


a:hover {
    color: #EF360F;
}
/* Top nav  css start */
.rdc_top_nav {
    background: #2260bf;
    /* border-bottom: 1px solid #e2e2e2; */
}
.rdc_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rdc_tp_left ul{
    display: flex;
    align-items: center;
}
.rdc_tp_left ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    /* border-left: 1px solid #e2e2e2; */
    padding: 8px 15px;
    margin-top: -1px;
}
.rdc_tp_right ul{
    display: flex;
    align-items: center;
}
.rdc_tp_right ul li a {
    display: block;
    padding: 0px 10px;
    font-size: 19px;
    /* border-right: 1px solid #e2e2e2; */
    color: #fff;
}
.rdc_tp_right i {
    font-size: 14px;
}
/* .rdc_top_nav a {
    color: white;
} */

.rdc_top_header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.donate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* header start */
.header {
    background: #2260bf;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar {
    padding: 0;
}
.navbar ul li.active a {
    background: #0d3418;
}
.navbar ul li a {
    padding: 20px 15px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 0;
}
.header-right {
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
}
.header-right i {
    color: #fff;
    font-weight: bold;
}

/* about us  */
.category-headding-home {
    margin-top: 0px;
    font-size: 22px;
    color: #227138;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.headding-border {
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #d10015;
    margin-bottom: 10px;
}
.headding-border::before {
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 4px;
    background-color: inherit;
    content: '';
}
.headding-border::after {
    position: absolute;
    bottom: -1px;
    width: 150px;
    height: 4px;
    background-color: inherit;
    content: '';
    left: 53px;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.nav-tabs .nav-item {
    width: 50%;
}
ul li {
    padding: 0px;
    margin: 0px;
}
.nav-tabs .nav-link.active {
    border: none !important;
}
.nav-tabs .nav-link.active {
    /* background-color: red; */
    font-size: 20px;
    font-weight: bold;
    color: red;
    border-color: none !important;
    color: #fff;
    background: #ff0000;
}

a.dropdown-item {
    color: #227138!important;
    /* padding: 10px!important; */
    border-bottom: 1px solid #eee;
}




/* button */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outline-dark {
    border-color: #c0dec8;
    background: linear-gradient(269.83deg,#2260bf 0.8%,#0c3418 69.59%);
    color: #fff;
    /* font-weight: 500; */
    padding: 8px 20px 8px;
    /* border-radius: 30px; */
    font-family: "Montserrat", sans-serif;
}


/* news section */
.related-news h3 {
    background: #217138;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0;
}
h3 {
    font-size: 18px;
    line-height: 30px;
}
.news-list {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
}
.news-list ul li {
    display: flex;
}

.news-list ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.news-col a {
    display: block;
    font-size: 17px;
    /* font-weight: 500; */
    color: #08275c;
    margin-bottom: 2px;
    line-height: 25px;
}
.news-col a:hover{
    color: #ee1d25;
}

.publish-date {
    display: flex;
    align-items: center;
}

.publish-date p {
    margin-bottom: 0;
    color: #909090;
    font-size: 14px;
    margin-left: 30px;
}

.publish-date span {
    font-size: 12px;
    color: #909090;
    display: block;
    font-family: "Montserrat", sans-serif;
}
.publish-date i:before {
    font-size: 14px;
}
.publish-date i {
    font-size: 14px !important;
}
.news-list ul li +li {
    margin-top: 17px;
    border-top: 1px solid #efefef;
    padding-top: 17px;
}


/* blog */
.bg_gray {
    background-color: #eee;
}
.cat-tags {
    /* background: 0 0; */
    /* font-weight: 700; */
    font-size: 24px;
    /* padding: 5px 0; */
    border-bottom: 3px double #E91E63;
    display: table;
    /* line-height: 24px; */
    /* text-align: center !important; */
}


.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
}

/*Top header*/

/* Top Header */
.top-header {
    padding: 30px 0;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-right ul {
    display: flex;
    align-items: center;
}
.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-right ul {
    display: flex;
    align-items: center;
}
.th-right ul li {
    display: flex;
    align-items: center;
}

.th-right ul li i:before {
    font-size: 30px;
}

.th-right ul li i {
    margin-right: 15px;
    color: #2260bf;
}

.th-right ul li +li {
    margin-left: 50px;
}

.th-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.th-info span {
    font-weight: 500;
    font-size: 16px;
    color: #08275c;
    display: block;
}
/* Top Header End */

.toggle-btn{
    cursor: pointer;
}
.toggle-btn span {
    display: block;
    height: 2px;
    background: #08275c;
    margin: 6px 0;
    width: 30px;
}

.toggle-btn span:nth-child(2) {
    width: 23px;
    margin-left: auto;
}

.toggle-btn span:nth-child(3) {
    width: 15px;
    margin-left: auto;
}
.th-right-mobile {
    display: none;
}




/* Mobile Menu */

#mySidenav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
}
.sidenav {
    margin-left: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.sidenav.active {
    margin-left: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
#menu1 li a {
    display: block;
    padding: 15px 20px;
    color: #4c4d4f;
    border-top: 1px solid #efefef;
    transition: ease-in-out .3s;
}
#menu1 li a:hover {
    color: #ee1d25;
}
.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #227138;
}

.mobile-logo img {
    max-width: 110px;
}

.logo img {
    height: 100px;
}

#close-btn{
    background: #ee1d25;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 100%;
}

#mySidenav::-webkit-scrollbar {
    width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}
.toggle-btn{
    cursor: pointer;
}
.toggle-btn span {
    display: block;
    height: 2px;
    background: #08275c;
    margin: 6px 0;
    width: 30px;
}

.toggle-btn span:nth-child(2) {
    width: 23px;
    margin-left: auto;
}

.toggle-btn span:nth-child(3) {
    width: 15px;
    margin-left: auto;
}
.th-right-mobile {
    display: none;
}

/* Mobile Menu End */


/* News Section */
.notice{
    background: rgba(172, 175, 219, 0.2);
}

.notice .nav-tabs .nav-link {
    background: #2260bf;
    border-radius: 0;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #05541b;
    padding: 15px 15px;
    text-align: center;
}
.notice .nav-tabs .nav-link:hover{
    border-color: #1650a7;
}
.notice .nav-tabs .nav-link.active{
    background: #0c3418;
    color: #fff;
    border-right-color:#ee1d25;
}
.notice .nav-tabs .nav-link i {
    margin-right: 3px;
    vertical-align: middle;
    font-size: 20px;
}
.notice .nav-tabs .nav-item {
    flex: 1 0 0px;
}
.news-list {
    background: #fff;
    padding: 25px;
    padding-bottom: 0px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
}
.news-list ul li {
    display: flex;
}

.news-list ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.news-col a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #08275c;
    margin-bottom: 2px;
    line-height: 25px;
}
.news-col a:hover{
    color: #ee1d25;
}

.publish-date {
    display: flex;
    align-items: center;
}

.publish-date p {
    margin-bottom: 0;
    color: #909090;
    font-size: 14px;
    margin-left: 30px;
}

.publish-date span {
    font-size: 14px;
    color: #909090;
    display: block;
}
.publish-date i:before {
    font-size: 14px;
}
.publish-date i {
    font-size: 14px !important;
}
.news-list ul li +li {
    margin-top: 17px;
    border-top: 1px solid #efefef;
    padding-top: 17px;
}
.main-title h2 {
    text-transform: uppercase;
}

.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.line {
    display: flex;
    justify-content: center;
}
.line span {
    display: block;
}
.line > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
    border: 2px solid #ee1d25;
}
.line > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
    background-color: #ee1d25;
}
.line > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
    background-color: #ee1d25;
}
.sidebar-wrap {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
}

.sidebar-wrap h3 {
    background: #227138;
    color: #fff;
    padding: 15px 25px;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
}

.sidebar-wrap ul li {
    display: flex;
    background: #eeeff8;
    padding: 15px 15px;
    align-items: center;
}

.sidebar-icon {
    margin-right: 15px;
}

.sidebar-icon i {
    font-size: 40px;
    color: #ee1d25;
}

.sidebar-wrap ul li +li {
    margin-top: 10px;
}

.sidebar-info span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #08275c;
}

.sidebar-info p {
    color: #08275c;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 3px;
    word-break: break-all;
}
/* News Section End */



.rdc_gallery {
    position: relative;
}

.rdc_gallery img{
    margin-bottom:10px;
}

.text-on-image {
    margin-bottom: 19px;
    position: relative;
}
.text-on-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.text-on-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(5, 5, 5, 0) 0, rgba(0, 0, 0, 0) 0, rgba(71, 71, 71, 0) 0, rgba(102, 102, 102, 0) 0, rgba(28, 28, 28, 0) 0, rgba(20, 20, 20, .59) 32%, rgba(13, 13, 13, 1) 62%, rgba(3, 3, 3, 1) 100%) repeat scroll 0 0;
}
.text-on-image h3 a {
    color: #fff;
}

.text-block {
    position: absolute;
    bottom: 0px;
    right: 20px;
    line-height: 1.5;
    font-weight: bolder;
    color: rgb(0, 0, 0);
    /* padding-left: 10px; */
    /* padding-right: 20px; */
  }




.bg-common .ham-warousel .owl-nav > button {
    font-size: 60px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: rgb(33 113 56 / 17%);
    line-height: 0;
    top: calc(50% - 50px);
    outline: none;
    border-radius: 4px;
    margin-left: -55px;
}

.bg-common .ham-warousel .owl-nav > button span {
    line-height: 0;
    display: block;
    height: 8px;
    color: green;
}
.ham-warousel button.owl-next {
    right: -54px;
}


/* our team  start */
.story-promo {
    background: #ddd;
    /* padding: 20px; */
}

.story-img img {
    width: 100%;
    height: 230px;
    /* border-radius: 50%; */
    text-align: center;
    display: inline !important;
}

/* our team end */

/* speak start */
.speak {
    background-color: #2260bf;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    /* background: linear-gradient( 35deg ,#90278f 0%,#411e75 70%); */
  }
  
  .speak .btn.btn-default {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: transparent;
  }
  
  .speak .btn-default {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
  }


/*** Donate Us Box ***/
.donate-us-box{
    /* float:left; */
    /* width:270px; */
    padding: 20px 18px 5px;
    /* margin-top:22px; */
    background-image:url('../donate.png');
    background-size: cover;
    background-position: center;
    background-color: #d8e7de;
 
    border-radius:3px;

}
.donate-us-box p {/* background: #06027e26; */font-size:17px;text-align: left;}
.donate-us-box h5 {
    color:#FFFFFF;
    
    font-size:17px;
    font-weight:500;
    line-height:12px;
    margin-bottom:35px;
    text-align:center;
    text-transform:uppercase;
}

.donate-us-box span {
    float:left;
    width:100%;
    display:block;
    color:#FFFFFF;
  
    font-size:12px;
    line-height:10px;
    text-align:center;
}
.donate-us-box span.amount-figures {
    float:left;
    margin:10px 0 20px;
    padding:9px 20px;
    display:block;
 
    font-size:16px;
    line-height:14px;
    text-align:center;
    background:none repeat scroll 0 0 #393838;
    
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.donate-us-box span.cell {
    float:left;
    margin-bottom:28px;
    margin-top:5px;
 
    font-size:17px;
    color:#FFFFFF;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
}
.cell i {
    margin-right:10px;
}

    

.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    /* border-bottom: 1px dotted #ddd; */
    width: 100%;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
    border-radius: 4px;
}
.small-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    /* color: #222; */
}

.causes_badge {
    position: absolute;
    top: 15px;
    left: 0px;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    /* border-radius: 5px; */
}

.footer {
    background-color: #2260bf;
    padding: 27px 0px 0px 0px;
    color: #fff;
  }
  
  .footer a {
    color: #fff;
    display: contents;
  }
  
  .footer h5 {
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    /* color: #4239b2; */
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    font-family: 'Montserrat';
  }
  .footer ul li {
    font-size: 15px;
    font-weight: 400;
    /* margin-bottom: 10px; */
    /* color: blue; */
  }
  
  img.card-img-top {
    height: 240px;
    object-fit: cover;
  }
  
  .leader {
    border: 1px solid #06027e26;
    padding: 4px;
    margin-bottom: 5px;
  }
  
  .copyright {
    margin: 0 auto;
    width: 50%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0)
    );
    margin-bottom: 12px;
  }
  
  
  .navbar-nav .show>.nav-link {
      color: #fff!important;
  }

  
  /* gallery  */
  .gallery-wrap {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden;
  }
  .gallery-wrap img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .3s;
  }
  .gallery-wrap span {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(5,5,5,0) 0, rgba(0,0,0,0) 0, rgba(71,71,71,0) 0, rgba(102,102,102,0) 0, rgba(28,28,28,0) 0, rgba(20,20,20,.59) 32%, rgba(13,13,13,1) 62%, rgba(3,3,3,1) 100%) repeat scroll 0 0;
  }
  .gallery-details-wrap li {
      margin-bottom: 30px;
  }
  .gallery-details-wrap li a {
      position: relative;
      display: block;
      overflow: hidden;
  }
  .gallery-details-wrap img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .3s;
  }
  .gallery-details-wrap span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(5,5,5,0) 0, rgba(0,0,0,0) 0, rgba(71,71,71,0) 0, rgba(102,102,102,0) 0, rgba(28,28,28,0) 0, rgba(20,20,20,.59) 32%, rgba(13,13,13,1) 62%, rgba(3,3,3,1) 100%) repeat scroll 0 0;
  }
  
  .single img {
      width: 100%;
  }
  
  .single_content p {
      text-align: justify;
      font-size: 17px;
      /* font-family: "Ek Mukta", sans-serif; */
      line-height: 26px;
  }
  
  .very-small-box {
      display: inline-block;
      margin-bottom: 8px;
      width: 100%;
      /* color: #000; */
  }
  .very-small-box img {
      float: left;
      display: block;
      margin-right: 15px;
      margin-bottom: 11px;
      height: 70px;
      width: 90px;
      object-fit: cover;
  }
  .small-title {
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      /* font-family: "Ek Mukta", sans-serif; */
      color: #000!important;
  }
  
  .single_title {
      border-bottom: 3px double red;
      margin-bottom: 10px;
  }
  
  .top-part {
      background: #efefef;
      border-bottom: 1px solid #e2e2e2;
  }
  .tp-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .tp-left ul {
      display: flex;
      align-items: center;
  }
  .tp-left ul li a {
      color: #666;
      font-size: 15px;
      font-weight: 500;
      border-left: 1px solid #e2e2e2;
      padding: 5px 15px;
      margin-top: -1px;
  }
  .tp-left ul li i:before {
      font-size: 15px;
      margin-right: 5px;
  }
  
  .tp-right ul {
      display: flex;
      align-items: center;
  }
  
  .tp-right ul li.facebook a {
      color: #3b5998;
  }
  
  .tp-right ul li:first-child a {
      border-left: 1px solid #e2e2e2;
  }
  .tp-right ul li a {
      display: block;
      padding: 5px 10px;
      font-size: 19px;
      border-right: 1px solid #e2e2e2;
  }
  .tp-right ul li.twitter a {
      color: #1da1f2;
  }
  .tp-right ul li.instagram a {
      color: #c13584;
  }
  
  .contact iframe {
    width: 100%;
  }
  

  .bold {
    font-weight: 600;
    color: #06027d;
  }
    
.rdc_footer_logo {height: 150px;width: 150px;margin-top: 15px;border: 1px solid #fff;padding: 5px;border-radius: 4px;}



/* speak end */
@media(max-width: 575px) {
    .toggle-btn {
        margin-right: 25px;
    }
    .top-header {
        padding: 15px 0;
    }
    .rdc_top_nav {
    display: none;
  
}
    .logo img {
        width: 150px;
    }
    .search-overlay .search-overlay-form{
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
   
   
 
    
}
