@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  color: #111;
  background:#fff;
  font-optical-sizing: auto;
}


p { font-size: 16px; color: #222;  }

img { max-width: 100%; border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #3d52a1; 
}

a:hover {  color: #2e3192; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 16px;
  background: #3d52a1;
  color: #fff;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius:10px;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
}

.common-btn:hover { background: #2e3192; color: #fff; }

.title-col{ margin-bottom:50px; text-align: center; }

.title {
  position: relative;
  font-size:40px;
  font-weight:500;
  color: #242424;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.title span{ color: #3d52a1; }

.title-para{ font-size:20px; text-align: center; max-width: 1000px; margin: auto; color:#616161; }

.form-control {
    border-radius:10px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	  height:48px;
    border-color:#ccc;
    font-weight: 600;
    background: #fff;
}

.form-control:focus{ border-color:#000; background: #f5f5f5; }

textarea.form-control{ height: auto; }

select.form-control {
  padding-left: 15px !important;
  height: 48px;
  padding: 0px;
}

:focus {
  outline: none !important; 
}

.mt-7{
  margin-top:5rem!important;
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

.topbar { padding: 6px 0; background: #fff; border-bottom: 1px solid #eee; }
.topbar .container-fluid{ padding-left: 30px; padding-right: 30px; }
.topbar p{ margin-bottom:0; font-size:14px;  } 
.header-top-action ul{ padding: 0px; margin: 0px; list-style: none; }
.header-top-action ul li{ display: inline-block; font-size: 12px; color: #545454; margin-right: 10px; padding-right: 10px; border-right:1px solid #555; }
.header-top-action ul li:last-child{ border: none; margin-right: 0px; padding-right: 0px; }
.header-top-action ul li a{ color: #0c4286; }
.header-top-action ul li a:hover{ color: #0c4286; }
.header-top-action ul li i{ color:#0c4286; }
.top-call{ text-align: right; }
.top-call a {
  margin-left: 1px;
  color: #fff;
  background: #999;
  font-size: 15px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
}

.top-call a:nth-child(1){ background:#38529A; }
.top-call a:nth-child(2){ background:#444; }
.top-call a:nth-child(3){ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.top-call a:nth-child(4){ background:#F70000; }

.topright-col{ display: flex; justify-content: end; }
.top-google{ margin-left: 10px; }
.top-google img {
  max-height: 24px;
  border-radius: 3px;
}

.main-header{ padding:10px 0; transition: all 0.3s ease; background:#fff; }
.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.logo img{ max-height:62px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color:#111;
    font-size: 14px;
    font-weight:600;
    margin: 0px 15px;
    padding:10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-nav .nav-item:last-child .nav-link {
  background:#3d52a1;
  padding:8px 25px;
  color: #fff;
  margin-left: 10px;
  margin-right:0px;
  border-radius:5px;
}

.navbar-nav .nav-item:last-child .nav-link i{ margin-right:5px; }

.navbar-nav .nav-item:last-child .nav-link:hover { background:#d6deff; color: #3d52a1 !important; }

/* The Blinking Animation */

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color: #3d52a1; }

header.main-header.fixed-nav {
    position: fixed;
    background:#fff;
    z-index: 9;
    width: 100%;
    padding: 0px 0;
	  top: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}


header.main-header.fixed-nav .logo img{ max-height:52px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 250px; }

ul.submenu.dropdown-menu a {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item{ padding:9px 1.1rem; font-size: 13px; font-weight: 600; text-transform: uppercase; }

.dropdown-item:hover{ background-color: #3d52a1; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

@keyframes slideIn {
  0% {
      transform: translateY(2rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0rem);
      opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}


/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }
.banner .banner-pic img {
    width: 100%;
    object-fit: cover;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #3d52a1; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-theme .owl-nav [class*=owl-]{ background:#fff; line-height: 63px; }
.banner .owl-theme .owl-nav [class*=owl-]:hover{ background: rgb(255 255 255 / 90%); }


.welcome-home{ padding:70px 0px 30px; }

.welcome-text {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.welcome-text p{ font-weight: 500; line-height: 26px; }

.about-sec2 {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px auto 40px;
  width: 100%;
}

.nos-ico { font-size:42px; color:#255085; }

.counter {
  font-size: 32px;
  color: #111;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}
.nos h4 {
  font-size: 17px;
  color: #333;
  font-weight: 400;
  max-width: 200px;
  margin: auto;
}

.nos {
  max-width: 33%;
  flex: 0 0 33%;
  margin: 40px 0px 20px;
  position: relative;
}

.counter-hidepic{ display: none; }
.counter-hidepic img {
  height: 100px;
  border-radius: 50%;
  width: 100px;
  object-fit: cover;
}
.nos:hover .counter-hidepic {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  transition:top .5s;
}


.nos b {
  font-size: 24px;
  transform: translateY(-3px);
  display: inline-block;
  margin-left: 2px;
}

.homeprograms-sec{ padding:80px 0px; }
.homeprograms-sec .container{ max-width: 1600px; padding-left: 60px; padding-right: 60px; }

.program-big-col{ position: relative; margin: 12px 0px; }
.program-big-col a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.program-big-text{ position: absolute; bottom: 10px; left:0; right: 0; z-index: 1; text-align: center; color: #fff; width: 100%; }
.program-pic{ background: #000; position: relative; }

.program-pic:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000);
  height: 50%;
  left: 0;
  bottom: 0;
  border-radius: 15px;
}

.program-icon img{ max-height: 80px; }

.program-pic img{ min-height: 380px; object-fit: cover; max-height: 380px; width: 100%; transition: all 0.4s ease-in; }
.program-big-text h3{ font-weight: 600; text-transform: uppercase; margin-bottom: 15px; font-size: 18px; margin-top: 20px; }
.program-big-text p{ color: #fff; line-height:22px; display: none; transition: all 0.3s ease-in; }
.homebtn{ background: #fff; color: #000; display: inline-block; padding:8px 20px; border-radius: 5px; text-transform: uppercase; margin-top: 10px;  }

.program-big-col a:hover p{ display: block; }
.program-big-col a:hover .program-pic img{ transform: scale(1.1); }

.inner-homedonation { display: flex; background: #f5f5f5; border-radius: 20px; overflow: hidden; align-items: center; }
.homedonation-pic{ max-width: 60%; flex: 0 0 60%; padding-left: 30px; }
.homedonation-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.homedonation-formsec{ max-width: 40%; flex: 0 0 40%; padding:30px 30px; }
.homedonation-formsec h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
}
.homedonation-formsec p{ text-align: center; margin-bottom: 10px; }
.donation-notice {
  background: #fff;
  padding: 10px;
  border-left: 5px solid #3d52a1;
  font-size: 14px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.h-doantionamount { display: flex; align-items: center; margin:15px -3px; }
.h-doantionamount .form-check{ margin: 0px 3px; flex: auto; position: relative;  background: #fff; border-radius: 10px; overflow: hidden; padding-left: 0px; }
.h-doantionamount .form-check label {
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
}
.h-doantionamount .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  border: none;
  border-radius: 0px;
  height: 100%;
  margin: 0px;
  z-index: 0;
}

.h-doantionamount .form-check-input:checked[type=radio]{ background-image: none; }
.h-doantionamount .form-check-input:checked{ background-color: #bcc1ef; color: #fff; }
.form-redalert{ text-align: center; font-weight: 600; color: #f60909; margin-bottom: 20px; }

.homedonation-sec{ padding-bottom:0px; }

.blog-sec { padding:0px 0px 70px; background: #fff; }

.blog-col {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-col a {
  width: 100%;
}
.blog-col .blog-pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-col .blog-pic img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.blog-col .blog-date {
  background: rgb(61 82 161 / 80%);
  border-radius: 50%;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 13px;
}

.blog-col .blog-date small {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.blog-col .blog-content {
  padding: 20px 0px 0px;
}

.blog-col .blog-content h3 {
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
  margin-top:0px;
  color: #262626;
}

.blog-col .blog-content p {
  line-height: 22px;
  font-size: 15px;
  margin-top: 5px;
  color: #535353;
  margin-bottom: 0;
}

.read-link{ text-transform: uppercase; color: #3d52a1; font-size: 14px; font-weight: 600; margin-top:15px; }


.homehonored-sec{ background: #f1f6f7; padding: 70px 0px; }
.honored-col {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
.honored-content{ padding:20px 30px 20px; }
.honored-content h4{ font-weight: 600; color: #262626; font-size: 16px; }
.honored-content p{ font-weight: 500; color: #3b3b3b; font-size: 13px; margin-bottom: 0px; }
#honored-slider .owl-nav.disabled { display: none; margin-top:0px;  }

.testimonial-sec{ padding:80px 0px; background:url(../images/testimonial-bg.jpg) no-repeat #435696; background-size:cover; background-position: right; }

.testimonial-sec .title{ color: #fff; }

#testimonial-slider .item{ padding:15px; }

.testi{ background:#fff; border-radius:15px; box-shadow:0px 0px 15px rgba(0 ,0, 0, 0.01); overflow: hidden; padding:30px;  }
.testi img{ width: auto !important; }

.testi h4{ font-size:18px; font-weight:600; margin-top:15px; color:#0c4286;   } 
.testi h5{ font-size:15px; color:#000; font-weight: 400; }  
.testi p{ font-size:15px; color:#5a5a5a; line-height:26px;   }
.test-location{ color:#000; margin:10px 0;  }

#testimonial-slider .owl-nav.disabled { display: none; margin-top:0px;  }
.quote-icon{ position: absolute; right:50px; bottom:50px; }
.testi-pic{ margin:10px 0 15px; }
.testi-pic img{  max-height: 20px;  }

.testimonial-sec .owl-theme .owl-dots .owl-dot span{ background: #8c97be; }
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span, .testimonial-sec .owl-theme .owl-dots .owl-dot:hover span{ background: #fff; }

.cdonors-sec{ padding: 90px 0px; }

.brand-pic{ border: 1px solid #ccc; }
#logos-slider .owl-nav.disabled { display: none; margin-top:0px;  }
#logos-slider .owl-dots.disabled{ display: none; margin-top:0px;  }

footer{ background: #F1F7F7; padding:60px 0px 30px; }

.footer-title {
  margin-bottom:20px;
  font-size: 21px;
  font-weight: 600;
}

.contact-conten p {
  display: flex;
  font-size: 14px;
}
.contact-conten p strong {
  display: block;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
  color: #0c4286;
  margin-top: 3px;
}

.contact-conten p b{ display: block; }
.contact-conten p a{ color: #000; }

.contact-conten hr{ opacity: .10; }

.footer-links p{ margin-bottom:8px; }
.footer-links p a{ font-size: 15px; color: #000; }

.footer-qr{ border-radius: 10px; overflow: hidden; display: inline-block; }
.footer-social{ margin-top: 20px; }
.footer-social a {
  margin-left: 10px;
  color: #0c4286;
  font-size: 24px;
}

.footer-copyright{ margin-top: 30px; } 

.footer-copyright p {
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topup {
  position: fixed;
  font-size: 34px;
  right: -1px;
  bottom: 120px;
  display: none;
  z-index: 99;
}

.topup a{ background:#2E5EA0; color:#fff;  border-radius:10px 0px 0px 10px; width:40px; height:40px;  }  

.topup a i {
  font-size: 24px;
  display: block;
  text-align: center;
 line-height:40px;
}


/*--------------------inner-page---------------*/

.inner-banner{ position: relative; }

.innerbanner-pic img{ max-height:300px; object-fit: cover; width: 100%; min-height: 300px; }

.innerbanner-text {
  background:rgb(61 82 161 / 85%);
  padding: 30px 40px 30px 30px;
  position: absolute;
  right: 0;
  bottom: 20px;
  max-width: 550px;
}
.innerbanner-text h1 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0px 5px;
}
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.inner-page{ padding: 60px 0px; }

.about-sec1 { background: #f5f5f5; padding: 30px 10px; }
.about-img img{ max-height:500px; }
.who-text {
  padding-left: 30px;
  padding-right:60px;
  text-align: center;
}
.who-text p{ color: #444; line-height: 30px; }

.about-sec2{ margin-top: 40px; }
.about-sec2-pic{ margin-bottom: 30px; }
.about-sec2-pic iframe{ width: 100%; }

.aboutpg-sec2 {
  margin-top: 40px;
}

.about-sec3{ margin-top:60px; }

.aboutmission-col{ text-align: center; padding:20px; background: #3d52a1; border-radius: 20px; height: 100%; }
.aboutmission-col img{ border-radius: 10px; }
.aboutmission-content{ margin-top: 30px; }
.aboutmission-content h3{ color: #fff; font-weight: 600; }
.aboutmission-content p{ color: #fff; max-width:500px; margin: auto; width: 100%; }

.about-sec4{ text-align: center; max-width:1100px; margin:80px auto 50px; width: 100%; }












/*--------------contact-page--------------*/

.contact-details {
  display: flex;
  align-items: center;
  margin-left: 30px;
  transition: all 0.2s ease-in;
  background: #3d52a1;
  padding: 30px;
  border-radius: 20px;
}

.contact-details .contact-box {
  margin-top: 25px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 20px;
  stroke: #3D52A1;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(100% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom:10px;
  font-weight: 500;
  font-size: 18px;
  color: #eee;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 23px;
  font-size: 15px;
}

.contact-details h2{ margin-bottom: 30px; }

.contact-details *{ color: #fff; }

.contact-page{ margin: 50px 0px 60px; }

.contact-icon i {
  color: #3D52A1;
  font-size: 26px;
  z-index: 1;
}

.contact-title h2, .contact-details h2{ text-transform: uppercase; }

.contact-map { margin-top: 50px; border-radius: 15px; overflow: hidden; margin-bottom:50px; }

.materialContainer {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}

.sheowscenter-details{ margin-top:70px; }

.sheowscenter-details .col-md-6{ margin-top: 30px; }

.cdetails-col {
  border: 1px dashed #ccc;
  padding: 30px 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 6%);
}

.reinventing-col .w-iconbox-title {
    font-size: 20px;
    font-weight: 600;
    color: #17183a;
}


.w-iconbox-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 1;
	font-size:26px;
    background: #eae5fc;
    color: #7448f7;
line-height: 2.7em;
    height: 2.5em;
    width: 2.5em;
    overflow: hidden;
    border-radius: 50%;
   margin-right: calc(15px + 0.2em);

}

.w-iconbox-icon i{ font-size:34px;}

.w-iconbox-icon2{ background:#fddcec; color: #fe419d; }
.w-iconbox-icon3{ background:#fce8d1; color: #f89727; }
.w-iconbox-icon4{ background:#cff2e6; color: #0acb89; }
.w-iconbox-icon5{ background:#fde0e0; color: #ff2121; }
.w-iconbox-icon6{ background:#dbedf9; color: #0096fa; }

.reinventing-col {
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: left;
}

.sheowscenter-details .reinventing-col .w-iconbox-title2 { font-size: 18px; border-bottom:1px dashed #ccc; padding-bottom: 10px; margin-bottom: 20px; }
.sheowscenter-details .reinventing-col .w-iconbox-title { font-size: 16px; }
.sheowscenter-details .w-iconbox-text p { margin-bottom:10px; display: flex; }
.sheowscenter-details .w-iconbox-text p span{ margin-right: 10px; }
.sheowscenter-details .w-iconbox-text p  span i{ font-size: 24px; margin-top:3px; }

.contact-drop-line {
  background-color: #F1F6FC;
  padding: 45px 50px 45px 50px;
}

.contact-drop-line .form-control {
  width: 100%;
  height: 50px;
  color: #000;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 2%);
  background-color: #FFFFFF;
  max-width: 100%;
  opacity: 1;
  border-radius: 0px;
}

.mb-30 { margin-bottom:20px; }

.contact-drop-line textarea.form-control { height: auto; }

.faq-sometxt{ text-align: center; max-width: 800px; margin:0px auto 50px; }
.faq-sometxt h3{ font-weight: 700; }
.faq-sometxt h5{ margin: 15px 0px;}
.faq-sometxt p{ font-size: 16px; }

.accordion {
  overflow-anchor: none;
}

.accordion_style1.accordion .card {
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 0;
  border: 0;
}

.accordion .card .card-header {
  background-color: transparent;
  padding: 0px;
  margin: 0;
}

.accordion.accordion_style1 .card-header a {
  padding-left: 0;
  padding-top: 0;
  font-weight:500;
}

.accordion .card-header a {
  padding: 15px 40px 15px 15px;
  display: block;
  line-height: normal;
}

.accordion_style1 .card-body {
  padding: 15px 0 10px 0;
}

.accordion .card-body p{ color:#666; line-height:24px; font-size:14px;   }

.accordion .card-body p:last-child {
  margin: 0;
}

.accordion_style1 .card-header a::after {
  content: "\f068";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 0px;
}

.accordion_style1 .card-header a[aria-expanded="false"]::after {
  content: "\f067";
}

.card-body ul li{ color: #333; font-size: 14px; margin: 5px 0px; }

.heading_s1.mb-3{ margin-bottom: 30px; }

.faq-page .col-md-6{ padding-left: 30px; padding-right: 30px; }
.faq-vector img{ max-height: 200px; }

.blog-listing-page aside{ padding-left:30px;  }
.recent-articles {
  margin-bottom: 30px;
  padding: 30px;
  background: #f1f7f7;
  border-radius: 10px;
}
.widget-title {
  margin: 0px 0 15px;
  color:#3d52a1;
  font-size: 24px;
  font-weight:600;
  line-height: 1.2;
}
.list {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin-bottom: 0;
}
.list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 6px 0 6px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 24px;
}
.list li:first-child {
  border-top-width: 0;
}
.list li:before {
  content: "\f105";
  position: relative;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-left: -11px;
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
.list li a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.list li a:hover{ color: #732c82; }

.sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.post-widget .post {
  position: relative;
  display: block;
  padding-left: 85px;
  margin-bottom: 30px;
  padding-bottom: 9px;
  min-height: 70px;
}
.post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.post-widget .post .post-thumb img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  object-fit: cover;
}

.post-widget .post p {
  margin-bottom:3px;
  font-size: 14px;
}
.post-widget .post h5 {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.post-widget .post h5 a {
  display: inline-block;
  color: #172746;
}

.tagcloud a {
  margin: 0.4rem 0.4rem 0.4rem 0;
  padding: 8px 18px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 40px;
  background-color: #f5f5f5;
  color: #111;
}

.pagination-cols{ text-align: center; margin-top:-60px; }

.pagination {
  margin-bottom: 0;
  font-size: 18px;
  color: #333;
  display: inline-flex;
}

.pagination .page-link {
  background: none;
  border: 1px solid #e1e1e1;
  color: #525252;
  font-weight: 500;
  
}

.pagination .page-link i{ font-size: 24px; }

.page-item.active .page-link {
  background:#3d52a1;
  color: #fff;
}

.pagination .page-link{ padding-left: 15px; padding-right: 15px; }

.blog-detail .blog-pic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-date {
  background: rgb(61 82 161 / 80%);
  border-radius: 50%;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 13px;
}
.blog-date small {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.big-widget-title {
  margin: 0px 0 20px;
  font-size: 28px;
  font-weight: 600;
}

.blog-detail p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

.review-section{ margin-top: 50px; }
.review-section .form-control{ background: #F7F4F2; border:none; }

.portfilters{ text-align: center; margin-bottom: 30px; }
.portfilters .btn {
  background: #f5f5f5;
  margin: 3px 1px;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
}
.portfilters .btn.active{ background: #3d52a1; color: #fff; }
.gallery-page .gallery a {
  margin: 5px;
  display: block;
}

.no-gutters *{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.program-donationcol{ background: #eee8f6; border-radius: 20px; overflow: hidden; }
.program-donationcol .homedonation-formsec{ max-width: 100%; flex: 0 0 100%; }

.program-paratext{ padding-right: 50px; }

.programwork-gallery{ margin-top: 60px; }

#programdt-slider .owl-nav.disabled{ display: none; }

.donor-page .brand-pic{ margin-bottom: 25px; }

.inner-timelineconpic {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.report-col{ margin-bottom: 25px; }
.report-col a{ display: block; text-align: center; border: 1px solid #ccc; padding:10px 10px 15px; border-radius: 10px; }
.report-col a h3{ font-size: 16px; font-weight:600; color: #666; margin:20px 0px; }
.report-btn{ border: 2px solid #0c4286; border-radius: 8px; color: #0c4286; font-weight: 600; padding: 6px; text-transform: uppercase; font-size: 14px; margin: 0px 10px; }

.report-col a:hover{ border-color: #0c4286; }
.report-col a:hover .report-btn{ background: #0c4286; color: #fff; }

.report-thumb {
  max-height: 170px;
  overflow: hidden;
}

.awardspage-col .honored-col{ border: 1px solid #ccc; height: 100%; }
.awardspage-col .honored-col a{ display: block; }
.awardspage-col .honored-content{ padding: 20px; }
.honored-pic img{ width: 100%; }
.awardspage-col .col-sm-6{ margin-bottom: 30px; }

.team-page .col-sm-6{ margin-bottom: 30px; }

.teampg-col {
  background: #F1F7F7;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.teampg-content {
  padding:20px;
}
.teampg-content h3 {
  font-weight: 700;
  color: #262626;
  font-size: 18px;
  margin-bottom: 12px;
}
.teampg-content p {
  font-weight: 500;
  color: #0c4286;
  font-size: 15px;
  margin-bottom: 0px;
}

.stores-iframe iframe{ width: 100%; }
.stores-paratext{ padding-left: 30px; padding-right: 30px; }
.stores-paratext h3 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #3d52a1;
  line-height: 35px;
}
.stores-paratext p {
  margin-bottom: 0px;
  font-weight: 400;
  color: #555;
  font-size: 18px;
}


.stories-col{ margin-bottom:60px; }
.stories-col .flex-md-row-reverse .stores-paratext{ padding-left: 0px; padding-right: 30px; }

.botstories-content{ text-align: center; background: #f5f5f5; padding: 30px; border-radius: 15px; }
.botstories-content p{ font-size: 19px; }
.bostory-people img{ width: 150px; height: 150px; object-fit: cover; border-radius: 50%; }
.botstories-content h3{ margin-top: 15px; margin-bottom: 0px; font-weight: 600; color: #3d52a1; font-size: 21px; }

.helpus-paratext { padding-left: 30px; padding-right: 30px; }
.helpus-paratext p{
  margin-bottom:20px;
    font-weight: 400;
    color: #555;
    font-size: 18px;
}

.helpus-paratext h3 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #3d52a1;
  line-height: 35px;
}

.helpus-sec .flex-md-row-reverse .helpus-paratext {
  padding-left: 0px;
  padding-right: 30px;
}

.helpus-paratext ul{ padding-left: 20px; }
.helpus-paratext ul li{ font-size: 18px; margin: 10px 0px; }

.event-col {
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.event-col a { width: 100%; }
.event-col .events-pic {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.event-col .events-pic img {
  width: 100%;
  border-radius: 8px;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
}
.events-content {
  padding: 20px 0px 0px;
}
.events-content h3 {
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  color: #262626;
}

.event-date{ color: #3d52a1; font-weight: 600; border-bottom: 1px dashed #3d52a1; padding-bottom: 10px; margin-bottom: 10px; }
.event-date i{ margin-right: 5px; }

.event-detail{ max-width: 800px; margin: auto; width: 100%; }
.eventdt-title{ margin: 15px 0px; font-size: 21px; }
.eventdt-pic{ margin:25px 0px; }
.eventdt-pic img{ border-radius: 10px; }

.event-detail p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}


.modalclose {
  position: absolute;
  right: 18px;
  z-index: 9;
  top: 21px;
}
.modalclose .close{ background: none; border:none; font-size: 24px; cursor: pointer; color: #9fb3e0; }
.modalclose .close:hover{ color: #fff; }

.modal-content{ background:#f5f5f5; max-width: 600px; margin: auto; }
.modal-heading {
  background: #3d52a1;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 15px;
}

.modalhome-left{ text-align: center; }
.modalhome-left p{ font-size: 18px; font-weight:500; color: #000; line-height: 30px; }

.modalhome-right input{ margin-bottom: 10px; }

.modalhome-right .common-btn{ padding: 13px 20px; }

.modalhome-right .homedonation-formsec{ padding: 0px; max-width: 100%; flex: 0 0 100%;}

.becomevolunteer-form{ background: #F9F7F6; padding: 40px; border-radius: 20px; margin-top: 60px; margin-bottom: 40px; }

.donatefundraise-sec{ margin-bottom: 50px; }

.fundraise-col {
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.fundraise-col a{ display: block; }

.fundraise-pic img{ min-height: 250px; object-fit: cover; max-height: 250px; width: 100%; }

.fundraise-content{ padding:20px 30px; }
.fundraise-title{ font-size: 21px; color: #3d52a1; font-weight: 700; margin-bottom: 5px; }
.fundraise-content p { font-size: 15px; color: #666; }
.fundraised-no {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #333;
}
.fundraised-no b{ display: block; }

.donationform-sec{
  padding: 80px 0px;
    background: url(../images/testimonial-bg.jpg) no-repeat #435696;
    background-size: cover;
    background-position: right;
}

.donationform-sec .title{ color: #fff; }

.inner-donationform {
  background: #fff;
  max-width: 1100px;
  margin: auto;
}
.donationform-paratext{ padding: 30px 30px 30px 15px; }
.donationform-paratext label{ font-weight: 500; display: block; margin-bottom: 8px; }
.required-label{ color: red; }

.donationfaq-sec{ padding-top:70px; }
.donationfaq-sec .container{ max-width: 900px; margin: auto; }
.donationfaq-sec .accordion.accordion_style1 .card-header a{ font-size: 16px; }
.donationfaq-sec .accordion_style1 .card-header a::after{ font-size: 20px; right: 5px; }

#give-donation-level-button-wrap {
  position: relative;
}
#give-donation-level-button-wrap {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}


#give-donation-level-button-wrap>li {
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0 5px 5px 0;
}

.give-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  padding: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

.give-total-wrap{ margin-bottom: 15px; }

.donationdt-top{ border-radius: 10px; border: 1px solid #e1e1e1; overflow: hidden; margin-bottom: 40px; }
.donationdt-pic { position: relative; }
.donationdt-pic span{ position: absolute; bottom:20px; left:20px; background: #0096fa; padding:7px 20px; border-radius: 6px; font-weight: 600; color: #fff; }
.donationdt-progress{ padding: 30px; }
.donation-priceinput{ padding-left: 30px; padding-right: 30px; padding-bottom: 30px; }

.donationdt-content{ margin-bottom: 40px; }
.donationdt-content h3{ margin-bottom: 15px; }
.donationdt-content p{ font-size: 16px; line-height: 28px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  background: #fff;
}
.shred {
  background:#2E5EA0;
  color: #fff;
}
td {
  font-size: 15px;
  padding: 2px 10px;
}
table, tr, td, th {
  border: 1px solid #ededed;
}

.mealsform-sec{ padding-left: 20px; position: sticky; top:80px; }
.donationfundraise-detailsec{ padding-bottom: 70px; }

.card {
  border: none;
  background-color: #fff;
  margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}
.card-front {
  transform: rotateY(0deg);
  position: relative;
  background: #000;
}

.card-front img{ opacity: 0.7; border-radius: 15px; }

.card-body {
  padding: 0;
  height: auto;
}
.card-body img {
  border-radius: 15px;
}
.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}
.card-back .card-body {
  padding: 25px;
  border-radius: 15px;
  background-color: #d7f0fd;
}
.card-text {
  line-height: 21px;
  font-size: 14px;
  color: #fff;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}
.card-flip:hover .card-back {
  transform: rotateY(0deg);
}

.cardno{ font-size: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; line-height: 1; font-weight: 700; width: 90%; }

.cardno b{ font-weight: 700; background: #fff; border-radius: 50%; width: 80px; height: 80px; text-align: center; display: inline-block; color: #000; line-height: 80px; }

.cardno span{ display: block; font-size: 24px; font-weight: 500; margin-top: 10px; text-transform: uppercase; }

.workingcol1 .cardno b{ background:rgb(255 169 69 / 90%); color: #fff; } 
.workingcol1 .card-back .card-body { background:#ffa945; text-align: center; }
.card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 15px;
  color: #fff;
}

.workingcol2 .cardno b{ background:rgb(54 188 249 / 90%); }
.workingcol2 .card-back .card-body{ background:rgb(54 188 249 / 90%); }

.workingcol3 .cardno b{ background:rgb(255 42 29 / 90%); }
.workingcol3 .card-back .card-body{ background:rgb(255 42 29 / 90%); }

.workingcol4 .cardno b{ background:rgb(146 208 80 / 90%); }
.workingcol4 .card-back .card-body{ background:rgb(146 208 80 / 90%); }

.workingcol5 .cardno b{ background:rgb(233 75 161 / 90%); }
.workingcol5 .card-back .card-body{ background:rgb(233 75 161 / 90%); }

.workingcol6 .cardno b{ background:rgb(19 184 182 / 90%); }
.workingcol6 .card-back .card-body{ background:rgb(19 184 182 / 90%); }

.workingcol7 .cardno b{ background:rgb(32 46 65 / 90%); }
.workingcol7 .card-back .card-body{ background:rgb(32 46 65 / 90%); }

.workingmodel-text {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.workingmodel-text h2{ font-size: 44px; color: #3D52A1; margin-bottom: 0px; text-align: center; text-transform: uppercase; }

.workingmodel{ padding:90px 0px 50px; }

/*--------------work page------------*/

.panel1-sec {
  position: relative;
  height: 102vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.panel1-sec:after{ content: ""; background:rgb(0 0 0 / 50%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.panel1-sec:nth-child(even):after{ background:rgb(20 39 109 / 60%); }

.panel-content{ text-align: center; max-width: 1200px; width: 100%; margin: auto; padding: 0px 30px; position: relative; z-index: 1; }
.panel-content h3{ font-weight: 700; color: #fff; margin: 15px 0px; font-size: 38px; text-transform: uppercase; }
.panel-content p{ font-weight: 500; font-size: 16px; color: #fff; }

#panel1 { background: url(../images/work-bg-1.jpg) no-repeat; }
#panel2 { background: url(../images/work-bg-2.jpg) no-repeat; }
#panel3 { background: url(../images/work-bg-3.jpg) no-repeat; }
#panel4 { background: url(../images/work-bg-4.jpg) no-repeat; }
#panel5 { background: url(../images/work-bg-5.jpg) no-repeat; }
#panel6 { background: url(../images/work-bg-6.jpg) no-repeat; }
#panel7 { background: url(../images/work-bg-7.jpg) no-repeat; }
#panel8 { background: url(../images/work-bg-8.jpg) no-repeat; }
#panel9 { background: url(../images/work-bg-9.jpg) no-repeat; }
#panel10 { background: url(../images/work-bg-10.jpg) no-repeat; }
#panel11 { background: url(../images/work-bg-11.jpg) no-repeat; }
#panel12 { background: url(../images/work-bg-12.jpg) no-repeat; }
#panel13 { background: url(../images/work-bg-13.jpg) no-repeat; }
#panel14 { background: url(../images/work-bg-14.jpg) no-repeat; }
#panel15 { background: url(../images/work-bg-15.jpg) no-repeat; }
#panel16 { background: url(../images/work-bg-16.jpg) no-repeat; }
#panel17 { background: url(../images/work-bg-17.jpg) no-repeat; }
#panel18 { background: url(../images/work-bg-18.jpg) no-repeat; }
#panel19 { background: url(../images/work-bg-19.jpg) no-repeat; }

.onepage-arrow a {
  position: absolute;
  bottom:80px;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  font-size: 12px;
  text-transform: uppercase;
margin-left: -62px;
}

.onepage-arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
}

.onepage-arrow a span::before {
  position: absolute;
  top: 10px;
  left:0;
right:0;
text-align: center;
  content:"\f107";
font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size:30px; 
  margin-left:0px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
0% {
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
40% {
  opacity: 1;
}
80% {
  -webkit-transform: translate(0, 10px);
  opacity: 1;
}
100% {
  opacity: 1;
}
}
@keyframes sdb10 {
0% {
  transform: translate(0, 0);
  opacity: 1;
}
40% {
  opacity: 1;
}
80% {
  transform: translate(0, 10px);
  opacity: 1;
}
100% {
  opacity: 1;
}
}




/*-----------end work-------------*/

.rightfix-phone {
  position: fixed;
  z-index: 1;
  transition: all 0.4s ease-in;
  bottom:-310px;
  right: 30px;
}
.fixphone-ico {
  background: #0c206c;
  padding: 10px 10px 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.fixphone-form {
  background: #3d52a1;
  padding: 20px 20px;
  color: #fff;
}

.rightfix-phone.activefix {
  bottom: 0;
}

.fixphone-form h3{ font-size: 24px; color: #fff; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; }
.fixdonate-form .form-control{ height: 36px; border-radius: 5px; }
.fixdonate-form .form-group{ margin-bottom: 10px; }
.fixdonate-form .common-btn{ background: #fff; color: #000; padding:12px 15px; min-width: auto; border-radius: 6px; margin-top: 5px; }


.helpus-sec{ margin-bottom: 70px; }

.content{ max-width: 1000px; margin: auto; }
.content h1{ font-size:24px; font-weight:700; margin-bottom:20px; margin-top: 30px; color: #3d52a1; border-left:5px solid #3d52a1; padding-left:15px; }
.content h4{ font-size:20px; font-weight:600; margin-bottom:10px; margin-top: 30px; }
.content p { line-height: 1.75; color: #555; font-size: 1rem; }
.content ul{ list-style: disc; padding-left:30px; margin: 20px 0px; }
.content ul li{ margin: 10px 0px; }

.globalpage-sec .program-paratext h3{ margin-bottom: 20px; }
.globalpage-sec .program-paratext p{ line-height: 27px; }

.globalpage-sec{ margin-bottom: 60px; background: #F9F7F6; }
.globalpage-sec .flex-lg-row-reverse .program-paratext{ padding-left:50px; padding-right: 50px; }
.globalpage-sec .program-paratext{ padding-left: 50px; }


.whatsapp-fix{ position: fixed; left:30px; bottom:50px; z-index:1;   }
.whatsapp-fix span {
  background: #fff;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 40px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
  border: 1px solid #eee;
}

.donation-userdetails{ background: #F7F4F2; padding: 30px; border-radius: 20px; margin-bottom: 40px; }
.donation-userdetails .fundraise-title{ margin-bottom: 20px; }
.donation-userdetails .col-md-6{ margin-bottom: 20px; }
.donation-userdetails label{ font-weight: 500; }
.red{ color: red; }

.inner-workcountry-title{  text-align: center; margin: 0px 15px; padding: 10px; }
.inner-workcountry-title a {
  display: block;
  box-shadow: 10px 20px 30px rgb(0 0 0 / 5%);
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
}
.inner-workcountry-title h3{ margin:20px 0px; font-weight: 700;}
.workcountry-col { display: flex; margin-bottom:60px; }

.inner-page.pt-4 .title b{ color:#3d52a1; animation: blink 1.5s linear infinite; }

@keyframes blink{
  0%{font-weight: 600; }
  50%{font-weight: 400;  }
  100%{font-weight: 700; }
}

.worldmap { text-align: center; margin-bottom: 40px; margin-top: 80px; }
.mapfig{ text-align: center; display: inline-block; position: relative; }

.map-pointer {
  position: absolute;
  top: 190px;
  left: 202px;
}

.map-pointer2{
  top: 145px;
  left: 520px;
}

.map-pointer3 {
  top: 125px;
  left: 479px;
}

.mappointer-ico{ animation: downin 0.8s linear infinite; cursor: pointer; }
.map-pointer:hover .inner-mappointer{ display: block; }
.mappointer-ico img { max-height: 30px; }

.inner-mappointer{
  background: #f2f5ff;
  padding: 10px;
  border-radius: 5px;  
  box-shadow: -2px -2px 1px rgb(0 0 0 / 15%);
  display: none;
  position: absolute;
  top: -133px;
  left: -65px;
  width: 150px;
  z-index: 9;
}

.inner-mappointer img{ max-height: 50px; }

@keyframes downin{
  0%{ margin-top: -10px; }
  50%{ margin-top: 0px;  }
  100%{ margin-top: -10px; }
}

.map-pointer a{ position: relative; display: block; }
.map-pointer h2{ font-size: 15px; margin-bottom: 0px; font-weight: 600; margin-top: 10px; color: #3d52a1; padding: 0px 10px; }
.map-pointer a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2f5ff;
  transform: translateX(-50%);
}

#programdt-slider.owl-theme .owl-dots .owl-dot span{ background: #c6c6c6; }
#programdt-slider.owl-theme .owl-dots .owl-dot.active span, #programdt-slider.owl-theme .owl-dots .owl-dot:hover span{ background: #163b85; }

.blue-btn{ animation: pd 1s linear infinite; }
@keyframes pd{
  0%{ padding: 16px 20px; }
  50%{ padding: 16px 32px;  }
  100%{ padding: 16px 20px; }
}

.donatehelpus-sec{ background: #F1F7F7; padding: 60px 0px 50px; }
.donatefirst-form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.donatefirst-form .donation-userdetails{ margin-bottom: 0px; }
.donatefirst-form .donation-priceinput{ padding-left: 0px; padding-right: 0px; }

.globals-txt{ text-align: center; margin-top: 15px; padding: 0px 20px; }
.globals-txt h3{ font-size:20px; font-weight: 600; }
.globals-txt p{ font-size: 14px; }

.usa-globalout-sec{ margin-bottom: 50px; }

.usa-globalout-sec .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size:26px;
  background:rgb(0 0 0 / 50%);
  line-height: 54px;
}
.usa-globalout-sec .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 26px;
  background:rgb(0 0 0 / 50%);
  line-height: 54px;
}

#news-slider .owl-nav.disabled{ display: none; }
.gallerypage2 .gallery a {
  margin: 5px;
  display: block;
}


.awardspage-col .blog-content{ padding: 20px; }

.awardspage-col .blog-content h3{
  line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    color: #262626;
}

.awardspage-col .blog-content p {
  line-height: 21px;
  font-size: 14px;
  margin-top: 5px;
  color: #535353;
  margin-bottom: 0;
}

.gallerypage2 .gallery a img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
  min-height: 350px;
}

.botstories-col { margin-bottom: 27px; }

.gallerygrid-col .gallery a img{
  max-height: 250px;
    object-fit: cover;
    width: 100%;
    min-height: 250px;
}

header.main-header.workfixed-nav.fixed-nav {
  position: static;
}

.homevideo video{ border:10px solid #f5f5f5; border-radius: 15px; }

.donationform-pic {
    height: 100%;
}
.donationform-pic img {
    height: 100%;
    object-fit: cover;
}

.shab-btn{ position: absolute; bottom:60px; left: 250px; z-index: 1; }
.shab-btn .common-btn{ background-color: #e20a0a; color: white; }

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.blink { animation: blink 1s infinite; }

#collabModal p{ font-size: 13px; line-height: 24px; color: #555; margin-bottom: 12px; }








/*------------------media css------------------*/

@media (max-width:1180px){
.homedonation-pic {
    max-width: 50%;
    flex: 0 0 50%;
}
.homedonation-formsec {
  max-width: 50%;
  flex: 0 0 50%;
}
.homedonation-pic img{ height: 500px; }
.container{ max-width: 96%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 10px; }
.logo img { max-height: 50px; }
.navbar-nav .nav-item:last-child .nav-link{ padding: 8px 15px; }
.workingmodel-text h2{ font-size: 65px; }
.cardno span{ font-size: 21px; }
.globalpage-sec .program-paratext { padding: 50px; }
.events-content h3{ line-height: 26px; font-size: 17px; }

}

@media (max-width:1024px){
.logo img { max-height: 50px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 6px; font-size: 13px; }

.program-pic img{ min-height: 300px; max-height: 300px; }
.program-icon img { max-height: 60px; }
.honored-content h4{ font-size: 16px; }
.innerbanner-pic img{ max-height:300px; }
.about-sec1 h3.mt-3{ text-align: center; }
.who-text {
  padding-left: 0px;
  padding-right: 0px;
}
.who-text p{ line-height: 26px; }
.about-sec4{ margin: 50px auto 50px; }
.about-sec2-pic iframe{ height: 500px; }
header.main-header.fixed-nav .logo img { max-height: 47px; }
.workpg-icon img{ max-height: 70px; }
.panel-content h3{ font-size: 30px; }
.map-pointer2{ left: 407px; }
.portfilters .btn{ margin: 5px; }
.contact-details{ margin-left: 10px; }
.title{ font-size: 32px; }

}

@media (max-width:980px){
  .navbar-toggler {
    background: #3d52a1;
    color: #fff;
    border: none;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.banner .owl-theme .owl-nav [class*=owl-]{
  width: 43px;
    height: 43px;
    line-height: 53px;
}
.banner .owl-nav i{ font-size: 24px; }
.counter{ font-size: 28px; }
.counter:after{ font-size: 28px; right: -23px; }
.nos h4{ font-size: 14px; }
.blog-col .blog-content h3{ font-size: 17px; }
.blog-col .blog-content p{ font-size: 14px; }
.title{ font-size: 32px; }
.contact-conten { margin-bottom: 30px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link {
  margin: 0px;
  width: 100%;
  text-align: left;
}
ul.navbar-nav.align-items-center .nav-item{ width: 100%; }
.dropdown-toggle::after{ right: 0; position: absolute; }
.navbar-nav .nav-item:last-child .nav-link{ padding: 8px 15px; }
.map-pointer2{ left: 357px; margin-top: -30px; }
.mealsform-sec{ padding-left: 0px; }
.donationform-pic { height: 100%; }
.donationform-pic img{ object-fit: cover; height: 100%; }
.blog-listing-page aside {
  padding-left: 0px;
  margin-top: 15px;
}
.review-section{ margin-bottom: 30px; }
.panel1-sec{ height: 600px; }


}

@media (max-width:768px){
.inner-homedonation{ flex-direction: column; }
.homedonation-pic { max-width: 100%; flex: 0 0 100%; display: none; }
.homedonation-formsec { max-width: 100%; flex: 0 0 100%; }
.counter-icon img { max-height: 70px; }
.nos {
  max-width: 50%;
  flex: 0 0 50%;
  margin: 10px 0px;
}
.about-sec2 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.homedonation-formsec{ padding: 30px 20px; }
.homedonation-sec { padding-bottom: 70px; }
.blog-sec{ padding: 50px 0px 30px; }
.blog-col .blog-content h3{ min-height: 48px; }
.homeprograms-sec .container{ padding-left: 30px; padding-right: 30px; }
.program-icon img { max-height: 50px; }
.program-big-text{ padding-left: 15px; padding-right: 15px; }
.program-big-text h3{ font-size: 15px; }
.homeprograms-sec { padding: 70px 0px 60px; }
.homeprograms-sec .title-col{ margin-bottom: 30px; }
.workingmodel-text h2 { font-size: 45px; }
.cardno b{ width: 60px; height: 60px; line-height: 60px; }
.cardno span { font-size: 18px; }
.about-sec2-pic iframe { height: 415px; }
.panel1-sec{ height: 95vh; background-size: cover !important; }
.worldmap{ display: none; }
.globalpage-sec .program-paratext { padding: 30px; }

}


@media (max-width:765px){
.welcome-text p {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}
.blog-col .blog-content h3 { min-height: inherit; }
.footer-links{ margin-bottom: 20px; }
.innerbanner-text h1{ font-size: 28px; }
.about-img{ text-align: center; }
.who-text{ text-align: center; margin-top: 30px; }
.aboutmission-content p{ font-size: 14px; }
.program-paratext { padding-right: 0px; }
.program-donationcol{ margin-top: 30px; }
.panel1-sec{ height: 700px; }
.stores-paratext{ padding: 0px; margin-top: 20px; }
.botstories-content p { font-size: 16px; }
.events-content h3 {
  line-height: 23px;
  font-size: 15px;
  font-weight: 500;
}
.helpus-paratext{ padding: 0px; margin-top: 20px; }
#usaglobal-slider .owl-nav.disabled, #usaglobal-slider2 .owl-nav.disabled{ display: none; }
.cdetails-col{  height: auto; margin-bottom: 30px; }


}


@media (max-width:520px){
.topright-col {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.banner .owl-dots{ display: none; }
.banner .owl-theme .owl-nav [class*=owl-]{ background: none; }
.welcome-home{ padding: 30px 0px 30px; }
.counter-icon{ margin-bottom: 10px; }
.counter { font-size: 22px; }
.counter:after{ font-size: 22px; right: -18px; }
.homedonation-pic{ display: block; }
.homedonation-pic img{ height: auto; }
.homedonation-formsec h4{ font-size: 28px; }
.donation-notice{ font-size: 11px; }
.form-redalert{ font-size: 14px; }
.homeprograms-sec .container { padding-left: 15px; padding-right: 15px; }
.program-big-text h3 { font-size: 18px; }
#testimonial-slider .item { padding: 0px; }
.testi p{ font-size: 14px; line-height: 23px; }
.cdonors-sec { padding: 50px 0px; }
.footer-copyright p{ flex-direction: column; align-items: flex-start; }
.footer-copyright { margin-top: 10px; }
header.main-header.fixed-nav{ padding: 5px 0; }
.about-sec1 { background: #fff; padding: 0px; }
.innerbanner-text{ position: static; text-align: center; padding: 10px 10px 15px 10px; }
.breadcrumb{ justify-content: center; }
.about-sec2-pic iframe{ height: 100%; }
.aboutmission-col{ height: auto; margin-bottom: 30px; }
.about-sec4{ margin: 10px auto 20px; }
.homeprograms-sec {
  padding: 40px 0px 60px;
}
.innerbanner-pic img{ min-height: 200px; max-height: 200px; }
.workingmodel-text h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.workingmodel{ padding-bottom: 0px; }
.teampg-content h3{ font-size: 22px; }
.teampg-content p{ font-size: 18px; }
.panel-content p{ font-size: 14px; }
.panel1-sec {
  height: 100%;
  padding: 50px 0px 80px;
}
.panel-content h3 { font-size: 24px; }
.panel-content{ padding: 0px 20px; }
.becomevolunteer-form{ padding: 20px; }
.becomevolunteer-form .title{ font-size: 24px; }
.rightfix-phone{ right: 5px; }
.big-widget-title{ font-size: 23px; }
.donatefirst-form .donation-userdetails{ margin: 0px -30px -30px; }
.contact-details{ margin-left: 0px; }

.shab-btn{ bottom: 10px; left: 10px; }
.shab-btn .common-btn{ font-size: 8px; padding: 6px; border-radius: 2px; min-width: inherit; }

}


/* The Blinking Animation */
@keyframes colorfulBlink {
    0% { color: #ff0000; opacity: 1; text-shadow: 0 0 5px #ff0000; }    /* Red */
    25% { color: #ffd700; opacity: 0.7; text-shadow: 0 0 10px #ffd700; } /* Gold */
    50% { color: #00ffff; opacity: 1; text-shadow: 0 0 5px #00ffff; }    /* Cyan */
    75% { color: #ff00ff; opacity: 0.7; text-shadow: 0 0 10px #ff00ff; } /* Magenta */
    100% { color: #ff0000; opacity: 1; text-shadow: 0 0 5px #ff0000; }   /* Back to Red */
}

