@font-face
{
	font-family:"Tajawal";
	src:url(../fontsV2/Tajawal-Regular.ttf);
}
@font-face
{
	font-family:"Tajawal-Medium";
	src:url(../fontsV2/Tajawal-Medium.ttf);
}
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #2e8deb;
  --secondary-color:              #232323;
  --section-bg-color:             #2e8deb7d;
  --site-footer-bg-color:         #232323;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #2e8deb;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;

  --body-font-family:
  'Tajawal', sans-serif;
  --h-font-family:
  'Tajawal-Medium', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size: 30px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                18px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
  direction:rtl;
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--h-font-family); 	
    font-weight: var(--font-weight-semibold);
  
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}
ul.dropdown-menu.dropdown-menu-light li {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: #2e8deb;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
table {
    width: 100% !important;
}
table td{
    border: 1px solid #eee;
    text-align:center;
}
.form-group {
    margin-bottom: 1rem;
}

label { 
	margin-bottom:.5rem;
}
/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: #f8f9fa;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  letter-spacing: 2px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 700;
}

.section-title h3 span {
  color: #dc3545;
}

/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
    padding: 30px;
    text-align: justify;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: #adb5bd !important;
  margin-top: 12%;
  padding: 8% 1%;
  min-width: 90px;
  text-align: center;
}
 
.custom-btn:hover {
  background: var(--primary-color);  
}


.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color)!important;
  color: var(--primary-color) !important;
}
.custom-border-btn:hover  {
  /* border: 2px solid #fff !important; */
  color: var(--white-color);
}
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);  
}
i.bi.bi-search.me-1 {
    color: #2e8deb;
}
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover ,.nav-link.custom-btn:hover i.bi.bi {
  color: #fff !important; 
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/

.navbar {
  background: var(--white-color);
  z-index: 11;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: #888;
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: 250px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  /*padding: 20px 10px;*/
  padding: 20px 6px;
  font-weight: 700;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

i.bi.bi-house-fill {
    color: #2e8deb !important;
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 250px;
  width: 250px;
  padding: 10px;
  left: unset !important;
  right: 0;
  margin-top: 20px;
  transition: 0.3s;
  text-align:right;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 20px;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background: var(--primary-color);
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: left;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 79vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
  direction:ltr !important;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
 
}

#hero .carousel-item::before {
  content: "";
  background: rgb(0 0 0 / 52%);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero .carousel-container .text-content {
	text-align: right;
	width: 75%;
	position: absolute;
	top: 50%;
	left: 58%;
	transform: translate(-50%, -50%);
	direction: rtl;
}

#hero .carousel-container .text-content h4 {
  margin-bottom: 30px;
  max-width: 570px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
}

#hero .carousel-container .text-content p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	text-align: right;
	position: relative;
	right: 0;
	margin-bottom: 40px;
}

#hero .container {
  text-align: center;
  max-width: 60%;
  /* background: #ffffff17; */
  padding: 2.5%;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
  border: 2px solid #ffffff1c;
  min-height: 55%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px !important;
  font-weight: 700;
  letter-spacing: 2px;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 50px;
  line-height: 0;
  width: auto;
  height: auto;
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 50px;
  transition: 0.3s;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  /* color: rgba(255, 255, 255, 0.8); */
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 10%;
  opacity: 1;
}

.carousel-control-prev {
  left: auto;
  right: 70px;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  width: 70px;
  height: 70px;
}

.carousel-control-next{
  left:5%;
}
.carousel-control-prev{
  left:0;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--primary-color);
}

.carousel-indicators{
  bottom:5%;
  display: none;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  .site-header{
    display:none;
  }
  #hero h2 {
    font-size: 20px !important;
  }
    #hero .carousel-container {
    top: -80px;
    margin: 0 auto;
    padding: 0;
    right: 0;
    left: 0;
    width: 100%;
   
  }
  #hero .container{
     max-width: 70%;
  }
  #hero p{
        font-size: 14px !important;
        text-align: center !important;
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
    background:unset;
    font-size: 20px;
  }
  .faq .faq-list{
    margin:1% 5%; 
  }
  section#testimonials a{
    font-size:14px;
  }
  section#testimonials {
    top: unset !important;
    width: 100%;
}

 
#hero .carousel-container .text-content {
    text-align: center;
    transform: translate(-1%);
    left: unset;
    top: 20%;
    border: 1px solid #ffffff63;
    padding: 3%;
    border-radius: 10px;
}
.carousel-control-next{
  left:10%;
}
.carousel-control-prev{
  left:0;
} 
  .carousel-control-next, .carousel-control-prev{
    bottom:5%;
  }
  .col-md-2.last-news-head{
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  #hero .carousel-container .text-content h4{
    font-size:20px;
  }
  .btnSearch{
    top: 60% !important;
    right: 5%;
    left: unset !important;
    padding: 2% 5% !important;
  }
  #nino-searchForm .nino-searchInput{
    width:100% !important;
    font-size:20px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link.custom-btn{
    padding:2% 2%;
  }
  .navbar-nav{
    margin-top:5%;
    width:100%;
  }
  .navbar-nav li{ 
    padding:2%;
    border-bottom:1px solid #eee;
  }
  .col-lg-3.col-md-6.footer-contact
  ,.col-lg-3.col-md-6.footer-links
  ,.col-lg-3.col-md-6.footer-info{
    padding:5%;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 15%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--primary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}

/*---------------------------------------
  services             
-----------------------------------------*/
.services .nav{
	justify-content:center;
}
.nav-tabs{
	--bs-nav-tabs-border-color:unset;
	   
}
 
.nav-tabs .nav-link {
    border-radius: 60px;
    min-width: 320px;  
    text-align:center;
}
 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-radius: 60px;
    min-width: 320px;
    background: #2e8deb;
    color: #fff;
    text-align:center;
}
 
.services .nav-tabs > li a.active:after{
    display: none;
}
.services .nav-tabs{
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #2e8deb;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px;
	padding:0;
}
.services .nav-tabs > li{
    /* width: calc(50% / 2);
    margin: 0; */
    width: auto;
    margin: 0;
    display: inline-block;
    min-width: 310px;

}
.services .nav-tabs > li a{
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0 !important;
    border-radius: 60px;

}
.services .nav-tabs > li:focus{
    outline: none !important;
}
 
.services .nav-tabs > li:hover a{
    background-color: #fff !important;
    color: #2e8deb !important;
}
 .services .nav-tabs > li:first-child a{
    border-radius: 0 60px 60px 0;
}
.services .nav-tabs > li:last-child a{
    border-radius: 60px 0 0 60px ;
} 
.services .nav-tabs > li a.active{
    border-radius: 60px;
    background: #2e8deb !important;
    color: #fff !important;
}
.serviceswrapper{
    padding: 55px 0 90px;
}
.services-tab {
    margin-top: 5%;
}
h4.services-block-text {
    font-size: 16px;
}

.services-block-image i.bi {
    font-size: 50px;
}

.services-block {
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 30px 30px 25px 30px;
    width: 100%;
    margin: 5% 1%;
}
/*---------------------------------------
  NEWS         
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before { 
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    /*padding: 40px 0 20px 0;*/
    padding: 0 0 20px 0;
    margin-top: 5%;
}
    
    .blog .entry {
      padding: 30px;
      margin-bottom: 60px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
    
    .blog .entry .entry-img {
      max-height: 440px;
      margin: -30px -30px 20px -30px;
      overflow: hidden;
    }
    
    .blog .entry .entry-title {
      font-size: 28px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 20px 0;
    }
    
    .blog .entry .entry-title a {
      color: #1e4356;
      transition: 0.3s;
    }

        .blog .entry .entry-title a:hover {
            color: var(--primary-color);
        }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: var(--primary-color);
        }
    
    .blog .entry .entry-meta ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    
    .blog .entry .entry-meta ul li+li {
      padding-left: 20px;
    }
    
    .blog .entry .entry-meta i {
      font-size: 16px;
      margin-right: 8px;
      line-height: 0;
    }
    
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 14px;
      display: inline-block;
      line-height: 1;
    }
    
    .blog .entry .entry-content p {
      line-height: 24px;
    }
    
    .blog .entry .entry-content .read-more {
      -moz-text-align-last: right;
      text-align-last: right;
    }

        .blog .entry .entry-content .read-more a {
            display: inline-block;
            background: #2e8deb;
            color: #fff;
            padding: 6px 20px;
            transition: 0.3s;
            font-size: 14px;
        }
    
    .blog .entry .entry-content .read-more a:hover {
      background: #7aafcb;
    }
    
    .blog .entry .entry-content h3 {
      font-size: 22px;
      margin-top: 30px;
      font-weight: bold;
    }
    
    .blog .entry .entry-content blockquote {
      overflow: hidden;
      background-color: #fafafa;
      padding: 60px;
      position: relative;
      text-align: center;
      margin: 20px 0;
    }
    
    .blog .entry .entry-content blockquote p {
      color: #444;
      line-height: 1.6;
      margin-bottom: 0;
      font-style: italic;
      font-weight: 500;
      font-size: 22px;
    }
    
    .blog .entry .entry-content blockquote::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #1e4356;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    
    .blog .entry .entry-footer {
      padding-top: 10px;
      border-top: 1px solid #e6e6e6;
    }
    
    .blog .entry .entry-footer i {
      color: #4c99c1;
      display: inline;
    }
    
    .blog .entry .entry-footer a {
      color: #255269;
      transition: 0.3s;
    }
    
    .blog .entry .entry-footer a:hover {
      color: #68A4C4;
    }
    
    .blog .entry .entry-footer .cats {
      list-style: none;
      display: inline;
      padding: 0 20px 0 0;
      font-size: 14px;
    }
    
    .blog .entry .entry-footer .cats li {
      display: inline-block;
    }
    
    .blog .entry .entry-footer .tags {
      list-style: none;
      display: inline;
      padding: 0;
      font-size: 14px;
    }
    
    .blog .entry .entry-footer .tags li {
      display: inline-block;
    }
    
    .blog .entry .entry-footer .tags li+li::before {
      padding-right: 6px;
      color: #6c757d;
      content: ",";
    }
    
    .blog .entry .entry-footer .share {
      font-size: 16px;
    }
    
    .blog .entry .entry-footer .share i {
      padding-left: 5px;
    }
    
    .blog .entry-single {
      margin-bottom: 30px;
    }
    
    .blog .blog-author {
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
    
    .blog .blog-author img {
      width: 120px;
      margin-right: 20px;
    }
    
    .blog .blog-author h4 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 0px;
      padding: 0;
      color: #1e4356;
    }
    
    .blog .blog-author .social-links {
      margin: 0 10px 10px 0;
    }
    
    .blog .blog-author .social-links a {
      color: rgba(30, 67, 86, 0.5);
      margin-right: 5px;
    }
    
    .blog .blog-author p {
      font-style: italic;
      color: #b7b7b7;
    }
    
    .blog .blog-comments {
      margin-bottom: 30px;
    }
    
    .blog .blog-comments .comments-count {
      font-weight: bold;
    }
    
    .blog .blog-comments .comment {
      margin-top: 30px;
      position: relative;
    }
    
    .blog .blog-comments .comment .comment-img {
      margin-right: 14px;
    }
    
    .blog .blog-comments .comment .comment-img img {
      width: 60px;
    }
    
    .blog .blog-comments .comment h5 {
      font-size: 16px;
      margin-bottom: 2px;
    }
    
    .blog .blog-comments .comment h5 a {
      font-weight: bold;
      color: #444;
      transition: 0.3s;
    }
    
    .blog .blog-comments .comment h5 a:hover {
      color: #68A4C4;
    }
    
    .blog .blog-comments .comment h5 .reply {
      padding-left: 10px;
      color: #1e4356;
    }
    
    .blog .blog-comments .comment h5 .reply i {
      font-size: 20px;
    }
    
    .blog .blog-comments .comment time {
      display: block;
      font-size: 14px;
      color: #2b607c;
      margin-bottom: 5px;
    }
    
    .blog .blog-comments .comment.comment-reply {
      padding-left: 40px;
    }
    
    .blog .blog-comments .reply-form {
      margin-top: 30px;
      padding: 30px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
    
    .blog .blog-comments .reply-form h4 {
      font-weight: bold;
      font-size: 22px;
    }
    
    .blog .blog-comments .reply-form p {
      font-size: 14px;
    }
    
    .blog .blog-comments .reply-form input {
      border-radius: 4px;
      padding: 10px 10px;
      font-size: 14px;
    }
    
    .blog .blog-comments .reply-form input:focus {
      box-shadow: none;
      border-color: #b1d0e1;
    }
    
    .blog .blog-comments .reply-form textarea {
      border-radius: 4px;
      padding: 10px 10px;
      font-size: 14px;
    }
    
    .blog .blog-comments .reply-form textarea:focus {
      box-shadow: none;
      border-color: #b1d0e1;
    }
    
    .blog .blog-comments .reply-form .form-group {
      margin-bottom: 25px;
    }
    
    .blog .blog-comments .reply-form .btn-primary {
      border-radius: 4px;
      padding: 10px 20px;
      border: 0;
      background-color: #1e4356;
    }
    
    .blog .blog-comments .reply-form .btn-primary:hover {
      background-color: #255269;
    }
    
    .blog .blog-pagination {
      color: #387ea2;
    }
    
    .blog .blog-pagination ul {
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none;
    }
    
    .blog .blog-pagination li {
      margin: 0 5px;
      transition: 0.3s;
    }
    
    .blog .blog-pagination li a {
      color: #1e4356;
      padding: 7px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

        .blog .blog-pagination li.active,
        .blog .blog-pagination li:hover {
            background: var(--primary-color);
        }
    
    .blog .blog-pagination li.active a,
    .blog .blog-pagination li:hover a {
      color: #fff;
    }
    
    .blog .sidebar {
      padding: 30px;
      margin: 0 0 60px 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
    
    .blog .sidebar .sidebar-title {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 0 0;
      margin: 0 0 15px 0;
      color: #1e4356;
      position: relative;
    }
    
    .blog .sidebar .sidebar-item {
      margin-bottom: 30px;
    }
    
    .blog .sidebar .search-form form {
      background: #fff;
      border: 1px solid #ddd;
      padding: 3px 10px;
      position: relative;
    }
    
    .blog .sidebar .search-form form input[type=text] {
      border: 0;
      padding: 4px;
      border-radius: 4px;
      width: calc(100% - 40px);
    }
    
    .blog .sidebar .search-form form button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border: 0;
      background: none;
      font-size: 16px;
      padding: 0 15px;
      margin: -1px;
      background: #a12c2f;
      color: #fff;
      transition: 0.3s;
      border-radius: 0 4px 4px 0;
      line-height: 0;
    }
    
    .blog .sidebar .search-form form button i {
      line-height: 0;
    }
    
    .blog .sidebar .search-form form button:hover {
      background: #cc3539;
    }
    
    .blog .sidebar .categories ul {
      list-style: none;
      padding: 0;
    }
    
    .blog .sidebar .categories ul li+li {
      padding-top: 10px;
    }
    
    .blog .sidebar .categories ul a {
      color: #1e4356;
      transition: 0.3s;
    }
    
    .blog .sidebar .categories ul a:hover {
      color: #68A4C4;
    }
    
    .blog .sidebar .categories ul a span {
      padding-left: 5px;
      color: #aaaaaa;
      font-size: 14px;
    }
    
    .blog .sidebar .recent-posts .post-item+.post-item {
      margin-top: 15px;
    }
    
    .blog .sidebar .recent-posts img {
      width: 80px;
      float: left;
    }
    
    .blog .sidebar .recent-posts h4 {
      font-size: 15px;
      margin-left: 95px;
      font-weight: bold;
    }
    
    .blog .sidebar .recent-posts h4 a {
      color: #1e4356;
      transition: 0.3s;
    }
    
    .blog .sidebar .recent-posts h4 a:hover {
      color: #dc3545;
    }
    
    .blog .sidebar .recent-posts time {
      display: block;
      margin-left: 95px;
      font-style: italic;
      font-size: 14px;
      color: #aaaaaa;
    }
    
    .blog .sidebar .tags {
      margin-bottom: -10px;
    }
    
    .blog .sidebar .tags ul {
      list-style: none;
      padding: 0;
    }
    
    .blog .sidebar .tags ul li {
      display: inline-block;
    }
    
    .blog .sidebar .tags ul a {
      color: #3f8db5;
      font-size: 14px;
      padding: 6px 14px;
      margin: 0 6px 8px 0;
      border: 1px solid #e4eff5;
      display: inline-block;
      transition: 0.3s;
    }
    
    .blog .sidebar .tags ul a:hover {
      color: #fff;
      border: 1px solid #68A4C4;
      background: #68A4C4;
    }
    
    .blog .sidebar .tags ul a span {
      padding-left: 5px;
      color: #bedae8;
      font-size: 14px;
    }
/*--------------------------------------------------------------
# inner-page
--------------------------------------------------------------*/

        .inner-page{
            direction:rtl;
        }
 
		h3 {
            font-size: 18px !important;
        }
		#navigation{
			margin:0 auto;
			width: 100%;
			list-style-type:none;
			margin-bottom: 10%;
			}		
		#navigation li a {
	        text-transform: capitalize;
	        width: 100%;
	        padding: 20px 20px;
	        display: inline-block;
	        text-align:right;
	        background-color: #eeeeee;
	        font-size: 18px;
	        letter-spacing: 0.5px;
	        font-weight: 700;
	        transition: all 0.3s;
	        color:#444444;
	        border-bottom: 1px solid #fbfbfb;
	       }
		#navigation li a .bx {
	        float: left;
	        margin-top: 5px;
        }
		#navigation li {
            display: inline-block;
            width: 100%;
        }
        #navigation .ui-navigation-active a {
          color: #fff;
        }
        ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
          color: #FFFFFF;-webkit-transition: background-color 0.2s linear;background: -moz-linear-gradient(top center, #ffffff, #ffffff 80%) repeat scroll 0 0 #ffffff;border-right: 5px solid;color: #2e8deb;background: #fff;}
	    #navigation li a:hover {
         border-right: 5px solid;color: #2e8deb;background: #fff;
        }
		i.bi.bi-whatsapp {
           color: #ffffff !important;
        }	
		.social {
           margin-top: 5%;
        }
	    main.col-md-8.bd-content {
        padding-top: 5%;
        }	
		@media only screen and (max-width:767px) {
			#navigation{
				padding:0;
				margin-top:5%;
			}
			a.btn.btn-print {
             display: none;
          }
		}
 
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  margin:80px 0;
}
.services .icon-box {
  text-align: center;
  border: 1px solid #e9ecef;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: var(--section-bg-color);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: var(--primary-color);
  border-color: var(--section-bg-color);
}

.services .icon-box:hover .icon{
  background: #fff;
}

 .services .icon-box:hover h6{
  color: #fff;
}

.services .icon-box:hover .icon i.bi.bi{
  color:  var(--primary-color);
}

.services .icon-box:hover .icon::before {
  background: #f75565;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.services .icon-box a, i.bi.bi{
    color: #e0ad4f;
}

.services .icon-box:hover a{
    color: #fff;
}

.services .icon-box:hover i.bi.bi{
    color: #fff;
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--primary-color);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #000;
}

.counts .count-box p {
  padding: 0;
  margin: 0; 
  font-size: 16px;
}
/*--------------------------------------------------------------
# LIST News
--------------------------------------------------------------*/
section#testimonials {
    color: #fff;
    padding: 0 8%;
    background:rgb(0 0 0 / 74%);
 
	top:120px;
	z-index:26;
	
	
}

section#testimonials a {
      color: #fff;
}

.col-md-2.last-news-title {
    padding: 1;
}

.col-md-10.last-news-title {
    /* margin: 0 auto; */
    /* background: #333; */
    padding: 1%;
    /* width: 100%; */
}

.col-md-2.last-news-head {
    background: #dc3545;
    padding: 1% ; 
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	text-align:center;
}


/*---------------------------------------
 SEARCH           
-----------------------------------------*/		
#nino-searchForm {position: fixed;left: 0;top: -100%;width: 100%;height: 100%;background: rgba(0,0,0,.9);padding: 20px;z-index: 40;opacity: 1;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
#nino-searchForm.open {top: 0;opacity: 1;}
#nino-searchForm .nino-searchInput {position: relative;top: 50%;width: 85%;height: 60px;box-shadow: none;font-size: 30px;background: none;border: none;border: 1px solid #adb5bd;font-weight: 700;padding: 1% 2%;color:#ffffff;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#nino-searchForm .nino-close {position: absolute;top: 20px;right: 20px;font-size: 30px;cursor: pointer;}	
.btnSearch {background: #3f51b5;border: 0;position: absolute;top: 45%;left: 5%;color: #ffffff;padding: 1% 2%;border-radius: 10px;} 
p.text-light.text-center.mb-0.pt-4 {color: #ffffff;}
#nino-searchForm.open i.bi.bi {
    color: #fff;
}
    .post-img img {
        width: 100px;
    	float:left;
    } 
	.post-item h6{
		font-size:16px;
	}
	@media (max-width: 768px) {
		.post-img img { 
    	    float:unset;
			width: 80px;
			
        } 
		.post-item h6{
			font-size:14px;
		}

        time {
            color: #888;
            font-size: 14px;
        }
		
	}
/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 7%;
  background-color: #f1f6fe;
  min-height: 40px;
  position: relative;
}

.breadcrumbs a {
    color: #0d6efd;
}

.breadcrumbs h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

section.inner-page {
    position: relative;
    margin-top: 5%;
}
section.inner-page img {
    width: 100%;
}
 
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #2e8deb !important;
  padding-top: 70px;
  color: #fff;
}

.site-footer-bottom {
  background-color: #0d6efd;
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #777;
}

.site-footer-bottom a {
	color: var(--white-color);
}

.site-footer-bottom a:hover {
	color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: #777777;
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}

.site-footer a {
    color: #e9ecef;
}
footer#site-footer ul {
    list-style-type: none;
    padding-right: 1.5rem;
    line-height: 2;
}
footer#site-footer h5 {
    color: #fff !important;
}

li.social-icon-item a {
    color: #fff;
}

p.text-white.d-flex.mt-3 {}

footer#site-footer p {
     color: #dee2e6 !important;
}
.site-footer i.bi.bi{
  color: #dee2e6 !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  background: #a12c2f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #bc3236;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background:#1a82e9;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: #1a82e9;
  color: var(--white-color);
}

span {
    font-size: 16px;
}

small {
    font-size: 15.5px !important;
    color: #e0ad4f !important;
}
 

li.social-icon-item a {
    color: #fff;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }
  
  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

    .navbar {
        padding-top: 6px;
        padding-bottom: 6px;
        /*right: -23%;*/
        right: 0%;
    }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    left: 20px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon, 
  .carousel:hover .carousel-control-prev-icon {
    opacity: 0.5;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
  .site-header p, .site-header p a, .site-header .social-icon-link,.me-4 {
    margin-right: 0!important;
  }

  .logo {width: 200px;}

  .carousel-inner h1 {
    font-size: 24px;
  }
  
  a#navbar-brand span {
    font-size: 14px;
  }
  
  a#navbar-brand small {
        font-size: 14px !important;
  }
 
}

.me-2 {
    margin-right: unset;
    margin-left: .5rem!important;
}

.ms-auto {
    margin-left: unset !important;
    margin-right: 5%;
}