@font-face {
  font-family: 'AktivGroteskRegular';
  src: url('../fonts/AktivGroteskRegular.eot');
  src: url('../fonts/AktivGroteskRegular.eot') format('embedded-opentype'),
    url('../fonts/AktivGroteskRegular.woff2') format('woff2'),
    url('../fonts/AktivGroteskRegular.woff') format('woff'),
    url('../fonts/AktivGroteskRegular.ttf') format('truetype'),
    url('../fonts/AktivGroteskRegular.svg#AktivGroteskRegular') format('svg');
}

@font-face {
  font-family: 'AktivGroteskBold';
  src: url('../fonts/AktivGroteskBold.eot');
  src: url('../fonts/AktivGroteskBold.eot') format('embedded-opentype'),
    url('../fonts/AktivGroteskBold.woff2') format('woff2'),
    url('../fonts/AktivGroteskBold.woff') format('woff'),
    url('../fonts/AktivGroteskBold.ttf') format('truetype'),    
    url('../fonts/AktivGroteskBold.svg#AktivGroteskBold') format('svg');
}

@font-face {
  font-family: 'AktivGroteskMedium';
  src: url('../fonts/AktivGroteskMedium.eot');
  src: url('../fonts/AktivGroteskMedium.eot') format('embedded-opentype'),
    url('../fonts/AktivGroteskMedium.woff2') format('woff2'),
    url('../fonts/AktivGroteskMedium.woff') format('woff'),
    url('../fonts/AktivGroteskMedium.ttf') format('truetype'),
    url('../fonts/AktivGroteskMedium.svg#AktivGroteskMedium') format('svg');
}


body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #0e3862;
  background-color: #fff;
  line-height: 27px;
  letter-spacing: 0.5px;

}

a {
  color: #009de0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AktivGroteskBold';
  margin-bottom: 25px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.mCustomScrollbar {
  touch-action: initial
}

.pdt {
  padding-top: 35px;
}

/************* top header start by abhijit ****************/
.head {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  background-image: linear-gradient(rgb(0 30 94), rgb(0 30 94 / 81%)), url(../images/home/header-bg.jpg);
}

.nav-bar>li>a {
  color: #000;
  font-size: 1em;
  padding: 5px 0px !important;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
}

.head header {
  position: relative;
  z-index: 200;
  top: 0;
  /* display: flex;
	 justify-content: space-between;
	  align-items: flex-end;  */
  align-items: center;
  width: 100%;
  padding: 5px 0px 5px;
  box-sizing: border-box;
}

.head header .logo {}

.head header .logo a {
  display: inline-block;
}

.head header .logo img {
  height: 46px;
}

/* ---------old nav -------- */
.head header nav {
  margin-bottom: 0px;
  padding: 0;
}

.head header nav ul {
  margin-bottom: 0px;
  padding: 0;
}

.head header nav ul li {
  list-style: none;
  /* display: block;
	position: relative; */
}

.head header nav ul li a {
  position: relative;
  
  text-decoration: none;
  color: #ffffff;
  margin-left: 30px;
  font-size: 14px;
  font-family: 'AktivGroteskMedium';
}

/* .head header nav ul li a::before {
	 position: absolute;
	 content: "";
	 left: 0;
	 bottom: 15px;
	 width: 100%;
	 height: 1px;
	 background-color: #009de0;
	 transition: transform 250ms ease;
	 transform: scaleX(0);
	 transform-origin: bottom right;
	 border-radius: 4px;
	 
} */
.head header nav ul li a:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.navbar-dark .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 0px;
  width: 1px;
  top: 13px;
  height: 12px;
  background-color: #009de0;
  transition: transform 250ms ease;
  transform-origin: bottom right;
  border-radius: 4px;

}

.navbar {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.navbar-dark .navbar-nav .nav-link:first-child::after {
  background-color: transparent;
  width: 0px;
  height: 0;

}

.head header nav ul li a:hover {
  color: #ffc975;

}

.but_srch {
  position: relative;
  width: 26px;
  height: 26px;
}

.visible-title {
  margin-top: 100px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #092148;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.searchbar {
  position: absolute;
  overflow: hidden;
  width: 1px;
  right: 0px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  height: 36px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #cccccc;
  display: none;
  top: -6px;
}

.searchbar .cont {
  width: 250px;
}

.searchbar .icon {
  float: left;
  width: 25px;
  margin: 4px 5px 0px 6px;
}

.searchbar .icon img {
  width: 100%;
}

.searchbar .input {
  float: left;
  margin-top: 5px;
}

.searchbar .input input {
  font-size: 12px;
  line-height: 10px;
  padding: 6px 0px;
  color: #c1c1c1;
  border: none;
  outline: none;
  width: 185px;
}

.searchbar .searchclose {
  float: left;
  width: 25px;
  margin: 5px 2px 0px 0px;
}

.searchbar .searchclose img {
  width: 100%;
}

.searchbar .cont a {
  padding: 0px !important;
  margin-left: 0;
  display: inline-block;
  background: #009de0;
  border-radius: 50px;
}

.searchbar .cont a:hover {
  background: #f04e69;
}

.searchbar .cont a::before {
  background-color: transparent !important;
  height: 0px !important;
}

.top_bar {
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #009de0;
  margin-bottom: 5px;
}

.top_bar a {
  color: #fff !important;
  background: #009de0;
  padding: 4px 10px 4px 10px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;

  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-family: 'AktivGroteskBold';
}

.top_bar a:hover {
  background: #f04e69;
}

.top_zone {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.top_zone ul {
  margin: 0;
  padding: 0;
}

.top_zone ul li {
  list-style: none;
  display: inline-block !important;
  position: relative;
  padding-left: 8px;
  vertical-align: top;
}

.top_zone ul li a {
  transition: all .7s;
  webkit-transition: all .7s;
  margin-left: 0px !important;
}

.top_zone ul li a.but_srch {
  padding: 8px;
  margin-left: 0px !important;
}

.top_zone ul li a::before {
  width: 0px !important;
  height: 0px !important;
}

.top_zone ul li::after {
  width: 0px !important;
  height: 0px !important;
}

.displaynone {
  vertical-align: middle;
  font-size: 12px;
}

.donatebt {
  background: #00aeef;
  padding: 8px 25px !important;
  margin-left: 18px !important;
  border-radius: 50px;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  background: url(../images/dnt-Button.png) no-repeat top 0px left 0px;
  padding-left: 35px !important;
  background-size: 100%;
  width: 122px;
}

.donatebt::before {
  background-color: transparent !important;
  height: 0px !important;
}

a.but_srch {
  color: #fff !important;
  background: #009de0;
  padding: 5px 8px 5px 8px !important;
  margin: 5px 0px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;

  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-family: 'AktivGroteskBold';
}

a.but_srch:hover {
  color: #ffffff !important;
  background: #f04e69;
}

a.donatebt:hover {
  color: #ffffff !important;
  background: #f04e69;
  transition: 0.3s;
  background: url(../images/dnt-Button.png) no-repeat top 0px left 0px;
  background-size: 100%;
}

a.but_srch::before {
  background-color: transparent !important;
  height: 0px !important;
}

/************* MEGA MENU by abhijit ****************/
.has-megamenu {
  position: static !important;
}

.megamenu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  border-radius: 0px 0px 5px 5px;
}

.megamenu ul {
  padding: 0;
  margin: 0;
}

.megamenu ul>li {
  list-style: none;
  display: block !important;
}

.megamenu ul>li>a {
  display: block;
  color: #0e3862 !important;
  padding: 3px 5px;
  font-size: 14px;
  margin-left: 0px !important;
  font-family: 'AktivGroteskMedium';
  text-transform: none !important;
}

.megamenu ul>li>a:hover,
.megamenu ul>li>a:focus {
  text-decoration: none;
  color: #009de0 !important;
}

.megamenu ul>li>a::before {
  width: 0px !important;
  height: 0px !important;
}

.megamenu ul>li:after {
  width: 0px !important;
  height: 0px !important;
}

.megamenu .title {
  font-size: 16px;
  color: #0e3862;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  font-family: 'AktivGroteskBold';
}

.megamenu .col-megamenu {
  border-right: 1px solid #ccc;
  height: 100%;
}

.megamenu .col-megamenu .mega_img {
  width: 94%;
  border: 5px solid #fff;
  box-shadow: 2px 3px 8px #ccc;
  margin-bottom: 10px;
  transition: 0.3s;

}

/* .megamenu .col-megamenu .mega_img:hover {
  transform: scale(1.1);
} */
.navbar-dark .navbar-nav .nav-link {
  position: relative;

  text-decoration: none;
  color: #009de0;
  margin-left: 30px;
  font-size: 14px;
  font-family: 'AktivGroteskMedium';
}

.head header nav ul li a::after {
  width: 1px !important;
  height: 15px !important;
  /*border-right: 1px solid #ff0000 !important;*/
  top: 11px !important;
  left: auto !important;
  right: -16px !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #f04e69;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f04e69;
}

.navbar-collapse {
  flex-grow: inherit;
  margin-top: 0px;
}

.navbar .megamenu {
  padding: 1rem;
}

.dropdown-toggle::after {
  margin: 0px !important;
  border: 0px !important;
}

.last_box {
  left: auto !important;
  width: 50% !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -1px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .newsletter-section .newsletter-image {
    width: 100% !important;
    height: 100% !important;
    /* border-radius: 50%; */
    /* object-fit: cover; */
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
  }

  .news-letter {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #035fa2 54%, #004681 58%);
    /* min-height: 100vh; */
    padding: 65px 0;
    height: 1716px !important;
  }

  .news-letter .container {
    max-width: 1400px;
    margin: 0 auto;
    display: block !important;

    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    height: calc(100vh - 4rem);
  }

  .gallery-section {
    margin-top: 40px;
  }
}

/* ============ mobile view .end// ============ */


/************* MEGA MENU by abhijit END****************/





/************* Home banner Start by abhijit ****************/
.banner_home .item {
  /* height: 100vh; */
  position: relative;
}

.banner_home .item img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

.banner_home .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}

.banner_home .item .cover .header-content {
  position: relative;
  padding: 55px 30px 50px;
  /* overflow: hidden; 
  background:#00aeef;*/
  max-width: 650px;
  display: inline-block;
  border-bottom-right-radius: 0px;
  right: 3%;
  text-align: center;
}

.banner_home .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}

.banner_home .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 0;

}

.banner_home .item .cover .header-content h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  padding: 0px 10px;
  margin-right: 0px;
  line-height: 30px;
}

.banner_home .item .cover .header-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  padding-right: 0px;
  line-height: 30px;


}

.banner_home .item .cover .header-content h2 span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.banner_home .item .cover .header-content h3 span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.banner_home .item .cover .header-content h4 span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.banner_home .item .cover .header-content h1 {
  font-size: 28px;
  margin: 0px 0 55px;
  color: #fff;

  font-family: 'AktivGroteskBold';
  position: relative
}

.banner_home .item .cover .header-content h1:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 4px;
  background: #f04e69;
  top: 10px;
  right: -30px;
  right: -80px;
}

.donate_but {
  position: relative;
  z-index: 9;
  padding-top: 30px;
}

.donate_but a {
  /*   background: #ffffff; */
  padding: 5px 16px 5px 16px;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'AktivGroteskRegular';
  border-radius: 50px;
  /*background: #d3effc url(../images/dont-icon.png) no-repeat top 4px left 5px;
	padding-left:35px;*/
}

.donate_but a:hover {
  background: #fff;
  color: #00abec;
  /* background: #f04e69 url(../images/dont-icon.png) no-repeat top 4px left 5px; */
}

.donate_but a i {
  color: #de5a6c;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 17px;
}

.banner_home .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner_home .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner_home .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner_home .owl-item.active .donate_but {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner_home .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner_home .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner_home .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner_home .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner_home .owl-nav .owl-prev:hover {
  background: #0e3862 !important;
}

.banner_home .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner_home .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner_home .owl-nav .owl-next:focus {
  outline: 0;
}

.banner_home .owl-nav .owl-next:hover {
  background: #0e3862 !important;
}

.banner_home:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner_home:hover .owl-next {
  right: 0px;
  opacity: 1;
}


/*-- carowsal navigation ---*/
.banner_home .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #0e3862;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.banner_home .owl-nav button.owl-prev {
  left: 0;
}

.banner_home .owl-nav button.owl-next {
  right: 0;
}

.banner_home .owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 10px;
  right: 5%;
  width: 100%;
  text-align: right !important;
}

.banner_home .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 3px;
}

.banner_home .owl-dots button.owl-dot.active {
  background-color: #fa405f;
}

.banner_home .owl-dots button.owl-dot:focus {
  outline: none;
}

.banner_home .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.banner_home span {
  font-size: 70px;
  position: relative;
  top: -3px;
}

.banner_home .owl-nav button:focus {
  outline: none;
}

.banner_home .owl-theme .owl-dots .owl-dot span {
  display: none;
}

/************* Home banner End ****************/

/*-------Basket of Care Solution Start  by abhi -----*/
.care_solutions {
  background: #00aeef;
  width: 100%;
  padding-bottom: 0px;
}

.care_solutions .back-bg {
  background: #fff;
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0;
}

.care_solutions .back-bg h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.care_solutions .back-bg h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.care_solutions .back-bg .intro {
  padding-left: 35px;
}

.care_solutions .back-bg .intro h3 {
  font-size: 24px;
  color: #0e3862;
  line-height: 48px;
  font-family: 'AktivGroteskBold';
  position: relative;
}

.care_solutions .back-bg .intro p {
  font-size: 18px;
  color: #0e3862;
  line-height: 30px;
  font-family: 'AktivGroteskRegular';
  position: relative;
}

/*-------VISION MISSION Start  by abhi -----*/
.vision_missionv {
  background: #00aeef;
  width: 100%;
  padding-bottom: 0px;
}

.vision_missionv .back-bg-img {
  background: #202020 url(../images/news-bg.jpg) 50% 0 repeat-y fixed;
  color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 150px;
  padding: 30px 0 0;
}

.vision_missionv .back-bg {
  background: #fff;
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0;
}

.vision_missionv .without-bg {
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0;
}

.vision_missionv .back-bg h1 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 20px;
  text-align: right;
}

.vision_missionv .back-bg h1:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  right: -110px;
  top: 22px;
}

.vision_missionv .back-bg .intro {}

.vision_missionv .back-bg .intro .txts {
  padding-left: 30px;
}

.vision_missionv .back-bg .intro h3 {
  font-size: 24px;
  color: #0e3862;
  line-height: 48px;
  font-family: 'AktivGroteskBold';
  position: relative;
}

.vision_missionv .back-bg .intro h3 {
  font-size: 30px;
  color: #0e3862;
  font-weight: 700;
}

.vision_missionv .back-bg .intro p {
  font-size: 16px;
  color: #0e3862;
  font-weight: 400;
  line-height: 24px;
}

.vision_missionv .back-bg .intro h4 {
  font-size: 24px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  position: relative;
}

.vision_missionv .back-bg .intro ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.vision_missionv .back-bg .intro ul li {
  list-style: none;
  display: inline-block !important;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  padding-bottom: 12px;
  font-size: 16px;
}

.vision_missionv .back-bg .intro ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}

.vision_missionv .back-bg .intro .video-box {
  position: relative;
  border-radius: 0px 0px 130px;
  margin-top: 25px;
}

.vision_missionv .back-bg .intro .img-box-pink {}

.vision_missionv .back-bg .intro .video-box img {
  position: relative;
  left: 0px;
  top: 0px;
  border-radius: 20px 0px 150px;
}


.our-vision-section h2 {
  margin-bottom: 0px !important;
}

.our_vision {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 20px;
  vertical-align: top;
  border-top: 0px solid #009de0;
}

.our_vision.prioir-auth {}

.our_vision h3 {
  font-size: 18px;
  color: #0e3862;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-align: left;
  font-size: 20px !important;
}

.our_vision h4 {
  font-size: 18px;
  color: #0e3862 !important;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-align: left;
  font-size: 20px !important;
  font-family: 'AktivGroteskBold';
  line-height: 24px !important;
}

.our_vision h4 span {
  color: #00aeef;
}

.our_vision p {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #25282B;
  text-align: justify;
}

.our_vision *:last-child {
  margin-bottom: 0;
}

.our_vision:hover {
  top: -7px;
}

.our_vision:hover .icon-wrap {}

.our_vision:hover .icon-wrap span {
  color: #4285f4 !important;
}

.our_vision:hover h3 {
  color: #0e3862 !important;
}

.our_vision:hover p a {
  color: #fff;
}

.our_vision.strech {
  border-top: 0;
}

.our_vision.strech img {
  width: 100%;
  border-radius: 100%;
  border: 10px solid #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.db-right {}

.db-right h4 {
  text-align: right;
}

.db-right p {
  text-align: justify;
}

.icon-wrap {
  padding-right: 10px;
}

.icon-head {
  display: flex;
}

/* --------------- NEWS MEDIA AREA START ---------------- */

.pull-bottom {
  margin-bottom: -40px;
}

.mission_updates {
  background: #c7eafb;
  width: 100%;
  padding-bottom: 0px;
}

.mission_updates .back-bg-img {
  background: #202020 url(../images/mission-bg.jpg) 50% 0 repeat-y fixed;
  color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0 0;
}

.mission_updates h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 38px;
}

.mission_updates h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.mission_updates .mission-box {
  border-bottom-right-radius: 0px;
  background: rgb(255 255 255 / 80%);
  position: relative;
  margin-top: 0px;
  height: 100%;
  max-height: 345px;
  border-radius: 20px;
}

.mission_updates .mission-box .date-box {
  background: #00aeef;
  padding: 12px 15px;
  position: relative;
  left: 37%;
  top: -27px;
  width: 68px;
  height: 68px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}

.mission_updates .mission-box .date-box h4 {
  font-size: 26px;
  font-family: 'AktivGroteskBold';
  line-height: 28px;
}

.mission_updates .mission-box .date-box h4 span {
  font-size: 14px;
  line-height: 22px;
  font-family: 'AktivGroteskBold';
}

.mission_updates .mission-box .date-box p {
  font-size: 14px;
  font-family: 'AktivGroteskBold';
  line-height: 24px;
  color: #0e3862;
}

.mission_updates .mission-box .date-box img {
  width: 60% !important;
}

.mission_updates .mission-box .mission-text {
  padding: 25px 30px 25px 30px;
  text-align: center;
}

.mission_updates .mission-box .mission-text h3 {
  font-size: 20px;
  color: #0e3862;
  line-height: 20px;
  margin: 0;
  font-family: 'AktivGroteskBold';
  padding-bottom: 10px;
  position: relative;
}

.mission_updates .mission-box .mission-text h3:before {
  /*     content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #f04e69;
    left: -36px;
    top: 10px; */
}

.mission_updates .mission-box .mission-text p {
  font-size: 14px;
  color: #0e3761;
  line-height: 20px;
  text-align: justify;
}


/* ---------------Our Mission AREA END ---------------- */

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/

.our_values {
  background: #c7eafb;
  width: 100%;
  padding-bottom: 0px;
}

.our_values .back-bg-img {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 150px;
}

.our_values h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 20px;
}

.our_values h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.our_values .service-item {
  height: 100%;
}

.our_values .details .img {
  border-radius: 0px;
  overflow: hidden;
}

.our_values .details .img img {
  transition: 0.6s;
  border-bottom-right-radius: 70px;
}

.our_values .details {
  padding: 98px 15px 30px;
  transition: all ease-in-out 0.3s;
  background: rgb(255 255 255 / 90%);
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
  height: 100%;
}

.our_values .details .icon {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -75px;
  left: calc(50% - 36px);
  border: 6px solid #ffffff;
  border-bottom-right-radius: 76px;
  box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
}

.our_values .details h3 {
  color: #0e3862;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  text-align: left;
}

.our_values .details p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
  text-align: left;
  color: #0e3862;
}

.our_values .service-item:hover .details .icon {
  border: 2px solid #1ec3e0;
}

.our_values .service-item:hover .details .icon i {
  color: #1ec3e0;
}

.our_values .service-item:hover .img img {
  /* transform: scale(1.2); */
}

/* --------- VISION MISSION END ------------ */

/*-------Basket of Care Solution Start  by abhi -----*/
.problem_statment {
  background: #00aeef;
  width: 100%;
  padding-bottom: 0px;
}

.problem_statment .back-bg-img {
  background: #202020 url(../images/news-bg.jpg) 50% 0 repeat-y fixed;
  color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 150px;
  padding: 30px 0 0;
}

.problem_statment .back-bg {
  background: #fff;
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0;
}

.problem_statment .without-bg {
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0;
}

.problem_statment .back-bg h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.problem_statment .back-bg h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.problem_statment .back-bg .intro {
  padding-right: 35px;
}

.problem_statment .back-bg .intro h3 {
  font-size: 24px;
  color: #0e3862;
  line-height: 48px;
  font-family: 'AktivGroteskBold';
  position: relative;
}

.problem_statment .back-bg .intro p {
  font-size: 18px;
  color: #0e3862;
  line-height: 28px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  /* text-align: justify; */
}

.bxl {
  background: #e1edf2;
  padding: 20px;
  border-bottom-right-radius: 150px;
  border: 1px solid #ccc;
}

.lessbtn {
  margin-top: 5px;
}

.lessbtn a {
  display: inline-block;
  background: #00aeef;
  padding: 10px;
  border-radius: 50px;
  font-family: 'AktivGroteskRegular';
  color: #fff;
}

.lessbtn a:before {
  font: normal normal normal 14px/1 FontAwesome;
}

.bubbles {
  position: relative;
  bottom: 0;
  right: 0;
}

.logo_bx {
  /* position: relative;
    right: 0px;
    bottom: 30px;
	max-width: 570px;
    width: 100%; */
}

.ps_img img {
  width: 100%;
  border-bottom-right-radius: 150px;
}

.graph {
  position: relative;
}

.logo_bx .logos {
  border-right: 1px solid #ccc;
  padding: 0px;
  border-radius: 0px;
  /*box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	margin: 0px 10px;
	 width: 50%; 
	 height: 100%;
	background: #35aeef;
    border-bottom-right-radius: 90px;*/
}

.logo_bx .logos img {
  width: 100%;
}

.logo_bx .logos h4 {
  font-size: 24px;
  font-family: 'AktivGroteskBold';
  color: #fff;
  line-height: 24px;
}

.logo_bx .logos p {
  font-family: 'AktivGroteskRegular';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #0e3862;
  margin-bottom: 20px;
}

.logo_bx .logos p span {
  font-family: 'AktivGroteskRegular';
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  font-style: italic;
}

.sdg_area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdg_area h3 {
  padding-right: 20px;
  font-size: 24px;
}

.sdg_area h3 span {
  display: block;
}

.sdg_area ul {
  margin: 0px;
  padding: 0px;
}

.sdg_area ul li {
  display: inline-block;
}

.sdg_area ul li img {
  height: 70px;
}



/*-------our area or work-----*/
.our_work_area {
  padding: 65px 0px 65px;
  background-image: url(../images/home/vision-bg.png);
}


.our_work_area h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  max-width: 700px;
  width: 100%;
}

/* .our_work_area h2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #17a0ce;
    left: -110px;
    top: 22px;
} */

.our_work_area h3 {
  padding-right: 20px;
  font-size: 24px;
}

.our_work_area h3 span {
  display: block;
}

.our_work_area ul {
  margin: 0px;
  padding: 0px;
}

.our_work_area ul li {
  display: inline-block;
}

.our_work_area ul li img {
  height: 70px;
}

.our_work_area ul li span {
  display: block;
}

.section-bg {
  background-color: #f3f5fa;
}

.our_work_area .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  width: 100%;
}

.our_work_area .icon-box .icon {
  margin-bottom: 10px;
  text-align: center;
}

..our_work_area .icon-box:hover p {
  color: #fff !important;
}

.gm-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/education.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon {
  background-position: 0px -40px;
}

.gm-icon1 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/health.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon1 {
  background-position: 0px -40px;
}

.gm-icon2 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/youth-participation.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon2 {
  background-position: 0px -40px;
}

.gm-icon3 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/livelihood.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon3 {
  background-position: 0px -40px;
}

.gm-icon4 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/strongest-self-woman.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon4 {
  background-position: 0px -40px;
}

.gm-icon5 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/alternative-care-2.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon5 {
  background-position: 0px -40px;
}

.gm-icon6 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/caring-for-the-planet.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon6 {
  background-position: 0px -40px;
}

.gm-icon7 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/emergency-pituation.png) no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box:hover .gm-icon7 {
  background-position: 0px -40px;
}


.our_work_area .icon-box .icon img {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
  width: 35%;
}



.our_work_area .icon-box h3 {
  color: #001e4c;
  transition: ease-in-out 0.3s;
}

.our_work_area .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.our_work_area .icon-box:hover {
  transform: translateY(-10px);
  background: #0e3862;
  color: #fff !important;
}

.our_work_area .icon-box:hover p,
.our_work_area .icon-box:hover h2 {
  color: #ffffff !important;
}

.our_work_area .icon-box:hover h4 {
  color: #ffffff;
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}


/*------- Basket of Care Solution End by abhi -----*/

/*------ Our Commitment Section Start --------*/
.our_commitment {

  width: 100%;
  padding-bottom: 0px;
}

.our_commitment .back-bg-01 {

  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 65px 0;
  box-shadow: 2px 3px 8px #ccc;
}

.our_commitment .commit_title {
  padding-right: 0px;
}

.our_commitment .commit_title h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.our_commitment .commit_title h2 span {
  font-size: 30px;
}

.our_commitment .commit_title h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.our_commitment .commit_title h3 {
  font-size: 24px;
  color: #00afef;
  line-height: 1;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 6px;
}

.our_commitment .commit_title p {
  font-size: 15px;
  color: #0e3862;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: justify;
}

.our_commitment .commit_title .video_box {
  margin-top: 20px;
  position: relative;
}

.our_commitment .commit_title .video_box img {
  width: 100%;
  position: relative;
}

.our_commitment .commit_title .video_box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
  height: 285px;
  border: 1px solid #fff;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-bottom-right-radius: 140px;
}

.our_commitment .commit_title .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
  z-index: 9;
}

.our_commitment .commit_title .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.our_commitment .commit_title .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.our_commitment .commit_title .play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}

.our_commitment .commit_title .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.our_commitment .contents .icon-box {
  /* display: flex; */
}

.our_commitment .contents .icon-box a {
  display: flex;
  border: 1px solid #ebebeb;
  padding: 8px;
  /* align-items: center; */
  border-radius: 5px;
}

.our_commitment .contents .icon-box a:hover {
  background: #f9f9f9;
}

.our_commitment .contents .icon-box h4 {
  font-size: 16px;
  color: #0e3862;
  line-height: 1;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 5px;
}

.our_commitment .contents .icon-box i {
  font-size: 44px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  color: #0245bc;
  border-radius: 7px;
  background: #0245bc;
  margin-right: 15px;
}

.our_commitment .contents .icon-box .orange {
  background: #ff7500;
}

.our_commitment .contents .icon-box .pink {
  background: #ff4161;
}

.our_commitment .contents .icon-box .d-green {
  background: #47b94c;
}

.our_commitment .contents .icon-box .w-green {
  background: #9ad498;
}

.our_commitment .contents .icon-box .l-green {
  background: #75c674;
}

.our_commitment .contents .icon-box .blue {
  background: #00c6ed;
}

.our_commitment .contents .icon-box .d-blue {
  background: #00a0e2;
}

.our_commitment .contents .icon-box .w-blue {
  background: #76d8f4;
}

.our_commitment .contents .icon-box i img {
  width: 44px;
}

.our_commitment .contents .icon-box p {
  font-size: 14px;
  color: #0e3862;
  line-height: 20px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


/* -------- right scroll box -------- */

.commitment-box {
  width: 100%;
  overflow-x: scroll;

  padding-bottom: 40px;
  /* cursor: url('cursor.cur'),not-allowed; */
}

.commitment-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #f04e69;
  height: 3px;
  cursor: pointer;
}

.commitment-box::-webkit-scrollbar {
  height: 7px;
  background-color: #0e3862;
}

.commitment-box::-webkit-scrollbar-thumb {
  background-color: #0e3862;
  cursor: pointer;
}

.commitment-box::-webkit-scrollbar {
  cursor: pointer;
}

.longEnough {
  width: 100%;
  overflow: auto;
}

.commitment-box .right_box {
  max-width: 478px;
  margin: 0 auto;
  width: 100%;
}

.commitment-box .right_box .cont-box {
  background: #00aeef;
  padding: 24px;
  border-bottom-right-radius: 125px;
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 244px;
  max-height: 244px;
  margin-bottom: 30px;
}

.commitment-box .right_box .cont-box img {
  margin-bottom: 10px;
  width: 50px;
}

.commitment-box .right_box .cont-box h4 {
  font-size: 16px;
  font-family: 'AktivGroteskBold';
  color: #fff;
  line-height: 24px;
  position: relative;
}

/* .commitment-box .right_box .cont-box h4:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #00aeef;
    left: -110px;
    top: 22px;
} */
.commitment-box .right_box .cont-box p {
  font-family: 'AktivGroteskRegular';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/*------ Our Commitment Section End --------*/

/*------ Home page Flipp Section Start --------*/
.flipbox {
  width: 100%;
}

.flipbox h3 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;

  position: relative;
  margin-bottom: 30px;
}

.flipbox h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.flipbox .content-inner {
  width: 100%;
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flipbox .fl-wrap {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}

.flipbox .content-inner .content-front,
.flipbox .content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flipbox .content-front {
  background: #fff;
  position: relative;
}

.flipbox .content-inner>* {
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* .flipbox .cf-inner:before,
.flipbox .cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
} */

.flipbox .cf-inner:before {
  top: 20px;
  left: 20px;
  border-left: 1px solid;
  border-top: 1px solid;
}

.flipbox .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
  border-radius: 20px;
}

.flipbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  z-index: 3;
  border-radius: 25px;
}

.flipbox .content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}

.flipbox .cf-inner:after {
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.flipbox .content-inner .cf-inner .inner h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}

.flipbox .content-inner .cf-inner .inner h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}

.flipbox .content-inner .content-front li {
  display: inline-block;
  color: #fff;

  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 4px;
}

/* .flipbox .cf-inner:after {
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid;
} */

.flipbox .content-inner .content-front,
.flipbox .content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.flipbox .content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}

.flipbox .content-inner .cf-inner .inner img {
  width: 100%;
  border-radius: 10px;
}

.flipbox .content-inner:hover .content-front {
  transform: rotateY(-180deg);
}

.flipbox .content-inner:hover .content-back {
  transform: rotateY(0deg);
}

.flipbox .content-inner .cf-inner .inner p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: left;
  color: #fff !important;
}

.flipbox .content-inner .content-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
  background: #0e3862;
  background-image: url("https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=667&amp;q=80");
  border-radius: 20px;
}

.flipbox .content-inner .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  padding: 10px 10px;

}

.flipbox .serv-price-wrap {
  background: rgb(255 255 255 / 13%);
  padding: 5px 30px;
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 1px;
}

.flipbox .content-inner .cf-inner .inner h2:before {
  background: #00bcd4;
}

/* .flipbox inner:before,
.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
} */

/* .flipbox .cf-inner:before,
.flipbox .cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 200px;
  border-color: rgba(0, 188, 212, 0.33);
  z-index: 10;
} */

.flipbox .dec-icon {
  padding-bottom: 5px;
}

.flipbox .dec-icon img {
  width: 50%;
}

.flipbox .content-back .cf-inner:before {
  top: 50px;
}

.flipbox .content-back .cf-inner:after {
  bottom: 50px;
}



/*--------------------------------------------------------------
# Sustainability
--------------------------------------------------------------*/
.sustainability {
  margin-bottom: 30px;
}

.sustainability .icon-box {
  padding: 15px 15px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-right: 1px solid #00a1e3;
  border-bottom: 1px solid #00a1e3;
}

.sustainability .icon-box .icon {
  margin-bottom: 10px;
}

.sustainability .icon-box .icon i {
  color: #0e3761;
  font-size: 36px;
  transition: 0.3s;
}

.sustainability .icon-box h4 {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #0e3761;
}

.sustainability .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.sustainability .icon-box p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
  color: #0e3761;
  padding-bottom: 0px;
}

/* .sustainability .icon-box:hover {
  transform: translateY(-10px);
} */

.sustainability .icon-box:hover h4 a {
  color: #47b2e4;
}

.awareness {
  padding-top: 20px;
}

.awareness h5 {
  font-size: 18px !important;
  font-weight: 400;
  margin: 0px 0 20px 18px;
  line-height: 1;
  color: #00aeef !important;
}

.awareness .icon-box {
  width: 33%;
  display: inline-block;
  border-right: 1px solid #00a1e3;
  border-bottom: 1px solid #00a1e3;
  padding: 10px;
  vertical-align: top;
  min-height: 80px;
}

.awareness .icon-box h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0px 0 4px 45px;
  line-height: 1;
}

.awareness .icon-box i {
  float: left;
  vertical-align: top;
}

.awareness .icon-box i img {
  width: 80%;
}

.awareness .icon-box p {
  font-size: 14px;
  color: #0e3761;
  margin-left: 45px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 18px;
}

.awareness .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bor-right {
  border-right: 1px solid #ccc;
}



/* custom-cursor */
/* =============================================================================================== */
.custom-cursor {
  width: 3rem;
  height: 3rem;
  border: 1px solid hsla(0, 0%, 100%, .7);
  border-radius: 100%;

  background: hsla(0, 0%, 80%, .2);
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);

  pointer-events: none;
}

.recent-events .owl-nav span {
  font-size: 60px !important;
}

/* buttons */
/* =============================================================================================== */
/* btn-circle */
/* ---------------------------------------- */
.btn-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* btn-pTSecond */
/* ---------------------------------------- */
.btn-pTSecond {
  margin-top: 2rem;
  border: 1px solid red;
  transform: scale(.8);
  transform-origin: left center;
  transition: .3s;
}

.btn-pTSecond:hover,
.btn-pTSecond:focus {
  transform: scale(1);
}

.btn-pTSecond::before {
  content: '';

  width: 100%;
  height: 100%;
  border-radius: inherit;

  position: absolute;
  background: var(--gradient-2);

  transform: scale(0);
  transition: .6s;
}

/*------ Home page Flipp Section Start --------*/


/*------ Our Impact Section Start --------*/
.our_impact {
  /* background: #0e3862; */
  width: 100%;
  padding-bottom: 0px;
  background-image: url('../images/home/impact-bg.jpg');
}

.our_impact .back-bg-02 {
  /* background: #f3f7ff; */
  width: 100%;
  padding: 65px 0;
  border-bottom-right-radius: 0px;
}

.our_impact h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 25px;
  max-width: 700px;
  width: 100%;
}

.our_impact h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #ffffff;
  left: -110px;
  top: 22px;
}

.our_impact p {
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-size: 18px;
}

.our_impact .flc_box {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 55px 15px 50px 15px;
  /* background: #0e3862; */
  position: relative;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 20%);
  transition: 0.5s;
  min-height: 310px;
  height: 100%;
}

.our_impact .flc_box:hover {
  box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
  transform: translateY(-5px);
}

.our_impact .flc_box .flc-imgs {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.our_impact .flc_box {
  margin-top: 6px;
}

.our_impact .flc_box .flc-imgs img {
  width: 78px;
}

.our_impact .flc_box h3 {
  text-align: center;
  font-size: 18px;

  color: #00aeef;
  font-family: 'AktivGroteskBold';
}

.our_impact .flc_box h4 {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-family: 'AktivGroteskBold';
  line-height: 34px;
}

.our_impact .flc_box p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.our_impact .flc_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
  display: flex;
}

.our_impact .flc_box ul li {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  vertical-align: top;
  border-right: 1px solid #00aeef;
  padding: 5px;
  width: 100%;
}

.our_impact .flc_box ul li:last-child {
  border-right: 0px
}

.our_impact .flc_box ul li span {
  text-align: center;
  font-size: 22px;
  display: block;
  font-family: 'AktivGroteskBold';
  padding-bottom: 5px;
}


.our_impact .fs_box {}

.our_impact .fs_box .fs-left-card {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 15px;
  /* background: #00aeef; */
  transition: 0.5s;
  height: 100%;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 20%);
}

.our_impact .fs_box .fs-left-card:hover {
  box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
  transform: translateY(-5px);
}

.our_impact .fs_box .fs-left-card .imgs {
  text-align: center;
}

.our_impact .fs_box .fs-left-card .imgs img {
  width: 60px;
}

.our_impact .fs_box h3 {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  font-family: 'AktivGroteskBold';
}

.our_impact .fs_box h4 {
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  font-family: 'AktivGroteskBold';
  line-height: 34px;
  margin-bottom: 2px;
}

.our_impact .fs_box p {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff !important;
  margin-bottom: 5px;
}

.our_impact .fs_box .fs-left-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.our_impact .fs_box .fs-left-card ul li {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  vertical-align: top;
  padding: 5px;
}

.our_impact .fs_box .fs-left-card span {
  text-align: center;
  font-size: 24px;
  display: block;
  font-family: 'AktivGroteskBold';
}


.our_impact .our-impact-box {
  background: #fff;
  position: relative;
  height: auto;
}

.our_impact .our-impact-box .white_bg {
  padding: 30px 40px;
}

.our_impact .our-impact-test {
  background: #00aeef;
  max-width: 243px;
  width: 100%;
  margin: -70px auto 0 auto;
  z-index: 99999;
  position: relative;
  padding: 32px 27px;
  border-bottom-right-radius: 140px;
  min-height: 240px;
  max-height: 240px;
}

.our_impact .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.our_impact .owl-dots {
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.our_impact .owl-theme .owl-dots .owl-dot.active span,
.our_impact .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aeef !important;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.our_impact .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.our_impact .our-impact-test h3 {
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-family: 'AktivGroteskBold';
  margin-bottom: 15px;
}

.our_impact .our-impact-test p {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
}

.our_impact .our-impact-test p span {
  color: #ffffff;
  font-size: 20px;
  font-family: 'AktivGroteskBold';
}

.our_impact .note {
  color: #ffffff;
  font-size: 14px;
}

/*------ Our Impact Section End --------*/


/* ---------------COUNTER AREA START HERE ---------------- */
.counter-section {
  background: #f04e69;
  width: 100%;
  padding-bottom: 0px;
}

.counter-section .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.counter-section .apart-box_right {
  text-align: right;
}

.counter-section h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.counter-section h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.counter_area {}

.counter_area h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 45px;
}

.counter_area h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #35aeef;
  left: -110px;
  top: 22px;
}

.counter_area h4 {
  font-size: 15px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  position: relative;
  text-align: center;
}

.circle-wrap {
  /* margin: 2rem; */
  width: 150px;
  height: 150px;
  background: #c7eafb;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 110px;
  height: 110px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 110px, 110px, 55px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 55px, 110px, 0px);
  /* background-color: #00aeef; */
}

.circle-wrap.firstPercentage .circle .mask.full,
.circle-wrap.firstPercentage .circle .fill {
  animation: firstPercentage ease-in-out 3s forwards;
}

.circle-wrap.secondPercentage .circle .mask.full,
.circle-wrap.secondPercentage .circle .fill {
  animation: secondPercentage ease-in-out 3s forwards;
}

.circle-wrap.thirdPercentage .circle .mask.full,
.circle-wrap.thirdPercentage .circle .fill {
  animation: thirdPercentage ease-in-out 3s forwards;
}

.circle-wrap.forthPercentage .circle .mask.full,
.circle-wrap.forthPercentage .circle .fill {
  animation: forthPercentage ease-in-out 3s forwards;
}

.circle-wrap.fifthPercentage .circle .mask.full,
.circle-wrap.fifthPercentage .circle .fill {
  animation: fifthPercentage ease-in-out 3s forwards;
}

.circle-wrap.sixthPercentage .circle .mask.full,
.circle-wrap.sixthPercentage .circle .fill {
  animation: sixthPercentage ease-in-out 3s forwards;
}

.circle-wrap.seventhPercentage .circle .mask.full,
.circle-wrap.seventhPercentage .circle .fill {
  animation: seventhPercentage ease-in-out 3s forwards;
}

.circle-wrap .inside-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  margin-top: 5px;
  margin-left: 5px;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

.circle-wrap .inside-circle h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  margin-bottom: 0;
}

@keyframes firstPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes secondPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(153deg);
  }
}

@keyframes thirdPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(80deg);
  }
}

@keyframes forthPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes fifthPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(53deg);
  }
}

@keyframes sixthPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(60deg);
  }
}

@keyframes seventhPercentage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(60deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* --------------- DONNAR SPEAK AREA START HERE ---------------- */

.donor_speak {
  background: #6dcff6;
  width: 100%;
  padding-bottom: 0px;
}

.donor_speak .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.donor_speak h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.donor_speak h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.donor_speak .donor-speak-box {
  display: flex;
}

.donor_speak .donor-speak-box .auther_image {
  width: 100%;
  padding-right: 20px;
}

.donor_speak .donor-speak-box .auther_image img {
  border-bottom-right-radius: 110px;
  max-width: 292px;
  width: 100%;
}

.donor_speak .donor-speak-box .auther_detail span {
  font-size: 80px;
  position: relative;
  top: 20px;
  line-height: 25px;
}

.donor_speak .donor-speak-box .auther_detail {
  width: 100%;
  display: block;
}

.donor_speak .donor-speak-box .auther_detail p {
  font-size: 16px;
  color: #0e3761;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.donor_speak .donor-speak-box h5 {
  margin-bottom: 2px;
  font-size: 18px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  position: relative;
}

/* --------------- DONNAR SPEAK AREA END HERE ---------------- */

/* --------------- corporate_partner AREA START HERE ---------------- */
.corporate_partner {
  padding: 30px 0px;
  background: #f8f7f7;
}

.corporate_partner h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.corporate_partner h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.corporate_partner .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.corporate_partner .clients ul {
  padding: 0px;
}

.corporate_partner .clients ul li {
  display: inline-block;
}

.corporate_partner .slide.slick-slide {
  margin: 0px 10px !important;
}

.corporate_partner .slick-initialized .slick-slide {
  margin: 0px 0px !important;
  border-right: 1px solid #00aeef;
}

/* --------------- corporate_partner AREA End HERE ---------------- */



/* --------------- Stories of Change AREA START HERE ---------------- */

.stories_change {
  background: #c7eafb;
  width: 100%;
  padding-bottom: 0px;
}

.stories_change .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.stories_change h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.stories_change h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.stories_change h3 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.stories_change h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.stories_change p {
  text-align: justify;
}

.stories_change .apart-box {
  padding-right: 30px;
}

.stories_change .apart-box ul {
  margin: 0px;
  padding: 0px;
}

.stories_change .apart-box ul li {
  display: flex;
  padding: 10px 0px;
}

.stories_change .apart-box ul li span {
  margin-right: 13px;
  font-family: 'AktivGroteskMedium';
  font-size: 40px;
  padding: 18px 18px;
  border-radius: 5px;
  color: #fff;
  line-height: 24px;
}

.stories_change .apart-box ul li span.color {
  background: #0e3761;
}

.stories_change .apart-box ul li span.color1 {
  background: #00aeef;
}

.stories_change .apart-box ul li span.color2 {
  background: #f04e69;
}

.stories_change .apart-box ul li span.color3 {
  background: #6dcff6;
}

.stories_change .apart-box ul li span.color4 {
  background: #f7a7a8;
}

.stories_change .apart-box p {
  color: #0e3761;
  font-size: 18px;
  font-family: 'AktivGroteskBold';
  line-height: 24px;
  padding-top: 7px;
  margin: 0;
}

.stories_change .apart-box_right {
  text-align: right;
  width: 100%;
}

.stories_change .apart-box_right img {
  width: 100%;
  vertical-align: top;
}

.stories_change .video_box {
  margin-top: 0px;
  position: relative;
}

.stories_change .video_box img {
  width: 100%;
  position: relative;
}

.stories_change .video_box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
  height: 285px;
  border: 0px solid #fff;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-bottom-right-radius: 140px;
}

.stories_change .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.stories_change .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.stories_change .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.stories_change .play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}

.stories_change .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.stories_change .slide.slick-slide {
  margin: 0px 5px !important;
}

.stories_change .slick-initialized .slick-slide {
  margin: 0px 0px !important;
}

.stories_change .slick-initialized .slick-slide img {
  margin-bottom: 10px;
  border-radius: 20px;
}

.stories_change .slick-initialized .slick-slide h5 {
  text-align: center;
  font-size: 17px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .stories_change .play-btn {
    margin-top: 30px;
  }
}


/* --------------- Stories of Change AREA END ---------------- */




/* --------------- WHAT SETS US AREA START HERE ---------------- */

.what_sets {
  background: #f7a7a8;
  width: 100%;
  padding-bottom: 0px;
}

.what_sets .back-bg {
  background: #fff;
  width: 100%;
  padding: 65px 0;
  border-bottom-right-radius: 0px;
  position: relative;
}

.what_sets .bg {
  /*background: url(../images/what-set-apart-th.jpg) no-repeat left top;*/
  background: #ccc;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  display: none;
}

.what_sets h2 {
  font-size: 38px;
  color: #00108d !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 0px;
  /* text-shadow: 2px 2px 4px white; */
}

.what_sets h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #0048bd;
  left: -110px;
  top: 22px;
}


.what_sets h3 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.what_sets h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  top: 26px;
  left: -110px;
}

.bx-bg {
  padding: 0px 20px;
  /* background: #cde9f7;
	border-bottom-right-radius: 150px;
	height:100%; */
}

.what_sets .apart-box {
  padding-left: 20px;
  position: relative;
}

.what_sets .apart-box ul {
  margin: 0px;
  padding: 0px;
}

.what_sets .apart-box ul li {
  display: flex;
  padding: 7px 0px;
  border-top: 1px solid #fff;
}

.what_sets .apart-box ul li .date {
  margin-right: 13px;
  font-family: 'AktivGroteskBold';
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 0px;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  /* border: 1px solid #0e3862; */
}

.what_sets .apart-box ul li .date span {
  font-size: 20px;
  display: block;
  color: #00aeef;
}

.what_sets .apart-box ul li span img {
  border-radius: 50px;
  border: 1px solid #00aeef;
}

.what_sets .apart-box ul li .date.color {
  background: #0e3862;
}

.what_sets .apart-box ul li span.color {
  background: #0e3862;
}

.what_sets .apart-box ul li span.color1 {
  background: #00aeef;
}

.what_sets .apart-box ul li span.color2 {
  background: #f04e69;
}

.what_sets .apart-box ul li span.color3 {
  background: #6dcff6;
}

.what_sets .apart-box ul li span.color4 {
  background: #f7a7a8;
}

.what_sets .apart-box p {
  color: #0e3862;
  font-size: 16px;
  font-family: 'AktivGroteskBold';
  line-height: 22px;
  padding-bottom: 0px;
  margin: 0;
  /* text-shadow: 2px 2px 4px black; */
}

.what_sets .apart-box .more {
  color: #0f92c3;
  font-size: 13px;
}

.what_sets .apart-box_right {
  text-align: left;
  width: 100%;
  padding-left: 0px;
}

.what_sets .apart-box_right img {
  width: 100% !important;
  vertical-align: top;
  display: inline-block;
}

.what_sets .awards_area {}

.what_sets .awards_area .owl-theme .owl-nav {
  margin-top: 0px;
}

.what_sets .awards_area .owl-theme .owl-next,
.what_sets .awards_area .owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 40%;
}

.what_sets .awards_area .owl-theme .owl-prev {
  left: -60px;
}

.what_sets .awards_area .owl-theme .owl-next {
  right: -50px;
}

.what_sets .awards_area .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}

.what_sets .awards_area .award_bx {
  margin-bottom: 15px;
  align-items: center;
  height: 100%;
}

.what_sets .awards_area .award_bx .award_txt {
  border: 1px solid #ececec;
  border-bottom: 0px solid #f7a7a8;
  height: 100%;
  /* min-height: 165px;
    max-height: 165px; */
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
  bottom: -25px;
  background: #fff;
  padding: 0px 0px;
  margin: 10px;
}

.what_sets .owl-carousel.owl-drag .owl-item {
  margin-bottom: 0px;
}

.what_sets .awards_area .award_bga {
  border: 1px solid #f04e69;
  border-right: 10px solid #f04e69;
}

.what_sets .awards_area .award_bgb {
  text-align: center;
  /* border:1px solid #6dcff6; 
	border-right:10px solid #6dcff6; */
}

.what_sets .awards_area .award_bx p {
  color: #0e3761;
  font-size: 14px;
  font-family: 'AktivGroteskRegular';
  line-height: 18px;
  margin: 0;
  padding: 0px 15px 0px 15px;
  text-align: center;
}

.what_sets .awards_area .award_bx p span a {
  display: block;
  font-size: 17px;
  /* text-transform:uppercase; */
  background: #0d0956;
  border-radius: 0px 0px 10px 10px;
  padding: 25px 2px 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 100px;
  line-height: 30px;
}

.what_sets .awards_area .award_bx p span a:hover {
  color: #ffe096;
}

.what_sets .awards_area .award_bx .award_icon {
  /* background:#f7a7a8;
	border-bottom-right-radius: 60px; */
  padding: 14px;
  text-align: center;
}

.award_icon {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 10px 0px 10px;
}

.what_sets .awards_area .award_bx .icon_bga {
  background: #f04e69;
  width: 100%;
  max-width: 105px;
}

.what_sets .awards_area .award_bx .icon_bgb {
  /* background: #00afef;
    width: 100%;
    max-width: 105px; */
}




/*--------------------------------------------------------------
# Care Promise Section
--------------------------------------------------------------*/
.care-promise {
  background: linear-gradient(270deg, rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.9)), url("../images/care-promise-bg.jpg") center top fixed;
  background-size: cover;
  padding: 30px 0 40px;
}

@media (min-width: 1365px) {
  .care-promise {
    background-attachment: fixed;
  }
}

.care-promise h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  /* text-shadow: 2px 2px 4px white; */
}

.care-promise h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.care-promise h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.care-promise p {
  color: #fff;
}

.care-promise .service-item {
  border: 1px solid #fff;
  padding: 10px;
  height: 100%;
  border-radius: 20px;
  align-items: center;
  position: relative;
}

/* .care-promise .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(33, 37, 41, 0.1);
}

.care-promise .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #e84545;
  border-right: 5px solid #ffffff;
} */

.care-promise .service-item .icon {
  width: auto;
  height: 30px;
  position: relative;
  margin-right: 10px;
  line-height: 0;
}

.care-promise .service-item .icon i {
  color: #00afef;
  font-size: 30px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  font-style: inherit;
  top: 13px;
  padding: 0px 14px;
  font-family: 'AktivGroteskMedium';
}

.care-promise .service-item .icon:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background: #f1f1f1;
  border-radius: 50px;
  z-index: 1;
  top: -6px;
  left: 3px;
  transition: 0.3s;
}

.care-promise .service-item p {
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  margin-bottom: 0px;
  font-size: 16px;
  color: #ffffff;
}

/* --------------- WHAT SETS US AREA END ---------------- */


/* why-us Section - Home Page
------------------------------*/
.why-us {
  padding: 40px 0px;
  background: #0e3862;
}

.why-us h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.why-us h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.why-us h3 {
  font-size: 30px;
  color: #0e3862;
  line-height: 30px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}

.why-us .top-head h4 {
  margin-bottom: 40px;
  font-size: 20px;
}

.why-us .why-us-item {
  position: relative;
  padding: 8px 0px;
  height: 100%;
}

/* .why-us .why-us-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
}

.why-us .why-us-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f04e69;
  border-right: 5px solid #feebe8;
} */

.why-us .why-us-item .icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  line-height: 0;
}

.why-us .why-us-item .icon i {
  color: #ff0000;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.why-us .why-us-item .icon:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #00aeef;
  border-radius: 50px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  transition: 0.3s;
}

.why-us .why-us-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 18px;
  margin-top: 0px;
}

.why-us .why-us-item h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  line-height: 22px;
  margin-top: 0px;
  font-family: 'AktivGroteskBold';
}

.why-us .why-us-item p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'AktivGroteskRegular';
}

.coldark {
  color: #0e3862 !important;
}



/*--------------------------------------------------------------
# partner with us Section
--------------------------------------------------------------*/
.partner_with_us {
  padding: 0;
}

.partner_with_us p {
  color: #fff !important;
}

.partner_with_us h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 25px;

  width: 100%;
}

.partner_with_us .video-play {

  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 0%)), url(../images/home/bosco-migrants.jpg) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner_with_us h2 {
  color: #ffffff;
}

.partner_with_us .contentarea {
  /* background: linear-gradient(rgb(14 56 98 / 50%), rgb(14 56 98 / 80%)), url("../images/onfocus-content-bg.jpg") center center;
  background-size: cover; */
  color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 0%)), url(../images/home/welcome-bg.png) center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .partner_with_us .contentarea {
    padding: 65px;
  }

}


.partner_with_us .contentarea h3 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
}

.partner_with_us .contentarea ul {
  list-style: none;
  padding: 0;
}

.partner_with_us .contentarea ul li {
  padding-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.partner_with_us .contentarea ul li h4 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #00aeef;
  text-align: left;
  line-height: 22px;
  margin-top: 0px;
  font-family: 'AktivGroteskBold';
}

.partner_with_us .contentarea ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff0000;
}

.partner_with_us .contentarea p:last-child {
  margin-bottom: 0;
}

.partner_with_us .contentarea .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-primary);
}

.partner_with_us .contentarea .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.partner_with_us .contentarea .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.partner_with_us .contentarea .read-more:hover i {
  margin-left: 10px;
}

.partner_with_us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.partner_with_us .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.partner_with_us .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.partner_with_us .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.partner_with_us .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.partner_with_us .contentarea .scroll_bar {
  height: 320px;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# We Cover Section
--------------------------------------------------------------*/
.we-cover {
  background: rgba(72, 86, 100, 0.04);
  padding: 60px 0;
  overflow: hidden;
}

.we-cover .we-cover-item {

  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #28395c;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid #ffffff;
  border-radius: 25px;
  overflow: hidden;
}

.we-cover .we-cover-header {
  padding: 60px 40px;
  /* background: linear-gradient(rgba(72, 86, 100, 0.9), rgba(72, 86, 100, 0.9)), url("../images/pricing-bg.jpg") center center; */
  background-size: cover;
  text-align: center;
  padding: 15px;
  /* margin: -60px -40px 0; */
}

.we-cover h3 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
}

.we-cover h4 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.we-cover h4 sup {
  font-size: 28px;
}

.we-cover h4 span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
}

.we-cover .we-cover-detail {
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.we-cover .we-cover-txt {
  padding: 20px 20px 20px;
  border-bottom: 1px solid #ccc;
}

.we-cover .we-cover-txt:last-child {
  border-bottom: 0px;
}

.we-cover ul {
  list-style: none;
  text-align: left;
  line-height: 20px;
  margin: 0px;
}

.we-cover ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.we-cover .we-cover-detail ul li::before {
  content: "\2022";
  font: normal normal normal 30px/1 FontAwesome;
  color: #0ea2bd;
  font-size: 30px;
  padding-right: 8px;
  line-height: 0;
}

.we-cover ul i {
  color: #0ea2bd;
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.we-cover ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.we-cover ul .na i {
  color: rgba(108, 117, 125, 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.we-cover ul .na span {
  text-decoration: line-through;
}

.we-cover .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  color: #0ea2bd;
  transition: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid #28395c;
}

.we-cover .buy-btn:hover {
  background: #28395c;
  color: #ffffff;
}

.we-cover .featured {
  border-color: #28395c !important;
}

.we-cover .featured .we-cover-header {
  /* background: linear-gradient(rgba(14, 162, 189, 0.9), rgba(14, 162, 189, 0.9)); */
}

.we-cover .featured .buy-btn {
  background: #28395c;
  color: #ffffff;
}


.we-cover .we-serve-item {

  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #28395c;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid #ffffff;
  border-radius: 25px;
  overflow: hidden;
}

.we-cover .we-serve-header {
  padding: 40px 40px;
  /* background: linear-gradient(rgba(72, 86, 100, 0.9), rgba(72, 86, 100, 0.9)); */
  background-size: cover;
  text-align: center;
  padding: 15px;
  /* margin: -60px -40px 0; */
}

.we-cover .featured .we-serve-header {
  /* background: linear-gradient(rgba(14, 162, 189, 0.9), rgba(14, 162, 189, 0.9)); */
}

.we-cover .we-serve-detail {
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.we-cover .we-serve-item ul {
  padding: 0px 0px 0px;
  list-style: none;
  color: #6c757d;
  text-align: center;
  line-height: 20px;
  margin: 0px;
}

.we-cover .we-serve-item ul li {
  padding: 10px 0;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
}

.we-cover .we-serve-detail .icon-box {
  /* margin-bottom: 20px; */
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0px;
}

.we-cover .we-serve-detail .icon-box:last-child {
  border-bottom: 0px solid #ccc;
}

.we-cover .we-serve-detail .icon-box:nth-last-child(3) {
  border-right: 0px;
}

.we-cover .we-serve-detail .icon-box:nth-child(4) {
  border-bottom: 0px;
}

.we-cover .we-serve-detail .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 20%;
  margin-bottom: 15px;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.15);
}

.we-cover .we-serve-detail .icon i {
  /*   line-height: 0;
  color: #006fbe;
  font-size: 34px; */
}

.we-cover .we-serve-detail .icon img {
  width: 50px
}

.we-cover .we-serve-detail .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}

.we-cover .we-serve-detail h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}

.we-cover .we-serve-detail h4 {
  color: #0e3862;
  transition: 0.3s;
}

.we-cover .we-serve-detail h4:hover {
  color: #006fbe;
}

.we-cover .we-serve-detail .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 25px);
}

.we-cover .we-serve-detail .description {
  line-height: 24px;
  font-size: 14px;
}



.we-cover .we-align-item {

  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #28395c;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid #ffffff;
  border-radius: 25px;
  overflow: hidden;
}

.we-cover .we-align-header {
  padding: 40px 40px;
  /* background: linear-gradient(rgba(72, 86, 100, 0.9), rgba(72, 86, 100, 0.9)); */
  background-size: cover;
  text-align: center;
  padding: 15px;
  /* margin: -60px -40px 0; */
}

.we-cover .featured .we-align-header {
  /* background: linear-gradient(rgba(14, 162, 189, 0.9), rgba(14, 162, 189, 0.9)); */
}

.we-cover .we-align-detail {
  padding: 20px 20px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.we-cover .we-align-item ul {
  padding: 0px 0px 8px;
  list-style: none;
  color: #6c757d;
  text-align: center;
  line-height: 20px;
  margin: 0px;
}

.we-cover .we-align-item ul li {
  padding: 0px 0;
  display: inline-block;
  align-items: center;
}

.we-cover .we-align-detail .sdgsz ul li img {
  width: 75px;
}

.we-cover .we-align-item ul li img {
  width: 63px;
}

.esg-compliance {
  padding: 40px 0px;
}

.esg-compliance h4 {
  padding: 10px 0px;
  background: #00adef;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;

  font-family: 'AktivGroteskBold';
}

.esg-compliance h5 {
  padding: 10px 0px;
  background: #80d6f7;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  color: #0e3862;

  font-family: 'AktivGroteskBold';
}

.esg-compliance ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.esg-compliance ul li {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  list-style: none;
  padding: 5px 0px;
}

.esg-compliance .col-bx {
  background: #f1f1f1;
  border-radius: 20px;
  border-right: 2px solid #fff;
}

.esg-compliance ul li:last-child {
  border-bottom: 0px;
}

.esg-compliance .col-bx:last-child {
  border-right: 0px;
}

/* --------------- NEWS MEDIA AREA START ---------------- */

.pull-bottom {
  margin-bottom: -20px;
}

.news_updates {
  background: #b0c3d1;
  width: 100%;
  padding-bottom: 0px;
}

.news_updates .back-bg-img {
  background: #202020 url(../images/news-bg.jpg) 50% 0 repeat-y fixed;
  color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 0px;
  padding: 30px 0 0;
}

.news_updates h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 38px;
}

.news_updates h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.news_updates .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.news_updates .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.news_updates .owl-theme .owl-dots .owl-dot.active span,
.news_updates .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aeef !important;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.news_updates .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.morebut {}

.morebut a {
  font-size: 16px;
  color: #0e3761;
  font-family: 'AktivGroteskBold';
  background: #fff;
  padding: 5px 14px;
  border-radius: 5px;
}

.morebut a:hover {
  background: #f04e69;
  color: #fff;
}

.news_updates .news-box {
  border-bottom-right-radius: 0px;
  background: rgb(255 255 255 / 70%);
  margin-bottom: 30px;
  position: relative;
  margin-top: 30px;
  height: 100%;
  max-height: 220px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  /* background: #fff url(../images/ways-to-help-th3.jpg) 0 0 no-repeat; */
}

.news_updates .news-box .date-box {
  background: #00aeef;
  padding: 12px 14px;
  position: relative;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.news_updates .news-box .date-box h4 {
  font-size: 14px;
  font-family: 'AktivGroteskBold';
  line-height: 20px;
  /* width: 80px; */
  margin-bottom: 0;
}

.news_updates .news-box .date-box h4 span {
  font-size: 14px;
  line-height: 18px;
  font-family: 'AktivGroteskBold';
}

.news_updates .news-box .date-box p {
  font-size: 14px;
  font-family: 'AktivGroteskBold';
  line-height: 24px;
  color: #0e3862;
  margin-bottom: 0px;
}

.news_updates .news-box .date-box img {
  width: 60% !important;
}

.news_updates .news-box .news-text {
  padding: 15px 24px 15px 24px;
  position: relative;
  top: -20px;
  text-align: center;
}

.news_updates .news-box .news-text h3 {
  font-size: 16px;
  color: #0e3862;
  line-height: 20px;
  margin: 0;
  font-family: 'AktivGroteskBold';
  padding-bottom: 24px;
  position: relative;
}

/* .news_updates .news-box .news-text h3:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #f04e69;
    left: -36px;
    top: 10px;
} */
.news_updates .news-box .news-text h4 {
  font-size: 14px;
  color: #0e3862;
  line-height: 18px;
  font-family: 'AktivGroteskRegular';
}

.news_updates .news-box .news-text a {
  color: #0e3862;
}

/* --------------- NEWS MEDIA AREA END ---------------- */



/* --------------- WAY TO HELP AREA START ---------------- */

.ways-help {
  background: #c7eafb;
  width: 100%;
  padding-bottom: 0px;
}

.ways-help .back-bg {
  /* background: #fff; */
  width: 100%;
  padding: 30px 0 30px;
  border-bottom-right-radius: 0px;
}

.ways-help h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.ways-help h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

.ways-help .our-ways-box {
  /* min-height: 381px !important; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: center;
}

.ways-help .our-ways-box img {
  border-radius: 20px 20px 0px 0px;
}

.ways-help .our-ways-box .blue-box {
  background: #c7eafb;
  min-height: 136px;
  padding: 37px 28px;
  width: 180px;
}

.ways-help .our-ways-box .blue-box img {
  max-width: 69px;
}

.ways-help .our-ways-box .our-ways-test {
  background: #00aeef;
  width: 100%;
  margin: 0px auto;
  z-index: 99999;
  color: #fff;
  position: relative;
  padding: 15px 15px 15px 15px;
  border-bottom-right-radius: 0px;
  border-radius: 0px 0px 20px 20px;
}

.ways-help .our-ways-box .our-ways-test img {
  width: auto;
  width: 50px;
}

.ways-help .our-ways-box .our-ways-test h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 19px;
  font-family: 'AktivGroteskBold';
  padding-bottom: 0px;
  margin-bottom: 0;
}

.ways-help .our-ways-box .our-ways-test a {
  color: #0e3862;
  font-size: 14px;
}

.ways-help .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.ways-help .owl-dots {
  margin-top: -10px !important;
  transition: all 0.3s ease-in-out;
}

.ways-help .owl-theme .owl-dots .owl-dot.active span,
.our_impact .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aeef !important;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.ways-help .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

/* --------------- WAY TO HELP AREA END ---------------- */


.our_reach {}

.our_reach h3 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.our_reach h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aeef;
  left: -110px;
  top: 22px;
}

/* ---------------  AREA ---------------- */
.banner_home {
  position: relative;
}

.inner-banner {
  position: relative;
  z-index: auto;
}

.inner-banner:before {
  /*content:"";
	background-image: url(../images/banner-corner-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
	background-size: 90%;
    display: block;
    position: absolute;
    right: 0px;
    width: 296px;
    height: 276px;
    bottom: 0px;
    z-index: 99;*/
}

.bottom_txt {
  position: relative;
  bottom: 0;
  z-index: 9;
  background: rgb(0 174 239 / 100%);
  width: 100%;
  padding: 10px 0px;
}

.bottom_txt h1 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  margin-bottom: 0;
  font-family: 'AktivGroteskMedium';
}

.bottom_txt h3 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: 'AktivGroteskMedium';
}

.bottom_txt p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
}

.bottom_txt .title_box {
  display: flex;
  align-items: center;
}

/*-------------------------
# Breadcrumbs
-----------------------------*/
.breadcrumbs {
  display: block !important;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 6px;
  color: #fff;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 6px;
  color: #ffffff;
  content: "/";
}

.breadcrumbs ol li a {
  color: #fff;
}

.breadcrumbs ol li a:hover {
  color: #0e3761;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


.fsp_intro .contents {}

.fsp_intro .contents h3 {
  font-size: 30px;
  color: #0e3862;
  font-weight: 700;
}

.fsp_intro .contents p {
  font-size: 16px;
  color: #0e3862;
  font-weight: 400;
  line-height: 24px;
}

.fsp_intro .video-box {
  position: relative;
  border-radius: 20px;
}

/* .fsp_intro .img-box-pink {background: #de4462;}
.fsp_intro .img-box-blue {background: #00a1e3;}
.fsp_intro .img-box-orange {background: #ed731c;} */
.fsp_intro .video-box img {
  position: relative;
  left: 0px;
  top: 0px;
  border-radius: 20px;
}

.fsp_intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b857 50%, rgb(73 184 87 / 40%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.fsp_intro .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.fsp_intro .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(73 184 87 / 70%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.fsp_intro .play-btn:hover::after {
  border-left: 15px solid #49b857;
  transform: scale(20);
}

.fsp_intro .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.sdgs-box {
  border-top: 1px dashed #ccc;
}

.sdgs-box ul {
  padding: 0px;
  margin: 0px;
}

.sdgs-box ul li {
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
  text-align: center;
}

.sdgs-box ul li img {}

.sdgs-box .goals {
  display: flex;
  align-items: center;
  height: 100%;
}


.fsp-our-reach {
  background: #6dcff6;
  width: 100%;
  padding-bottom: 0px;
}

.fsp-our-reach .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.fsp-our-reach h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 20px;
}

.fsp-our-reach h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.fsp-our-reach p {
  font-size: 18px;
  color: #0e3761;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.fsp-our-reach ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.fsp-our-reach ul:before {
  content: "";
  background-image: url(../images/of-fsp-icon-z.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 90px;
  height: 173px;
  top: 19%;
}

.fsp-our-reach ul li {
  list-style: none;
  border-bottom: 1px solid #0e3862;
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-weight: 600;
  padding: 4px 0px;
  display: flex;
  align-items: center;
}

.fsp-our-reach ul li span {
  color: #00aeef;
  font-size: 22px;
  font-weight: 600;
  padding-right: 5px;
}

.fsp-our-reach ul li .icons {
  padding-right: 15px;
}

.fsp-our-reach ul li .icons.pl-3 {
  padding-left: 80px;
}

.fsp-our-reach ul li .icons.pl-5 {
  padding-left: 110px;
}

.fsp-our-reach .fsp-imag {
  border-bottom-right-radius: 150px;
  width: 100%;
}

.fsp-our-reach .donor-speak-box h5 {
  margin-bottom: 2px;
  font-size: 18px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  position: relative;
}

/*------Short Stay Homes ------*/

.short_stay_home {
  background: #6dcff6;
  width: 100%;
  padding-bottom: 0px;
}

.short_stay_home .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.short_stay_home h2 {
  font-size: 30px;
  color: #0e3862;
  line-height: 30px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 15px;
}

.short_stay_home h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.short_stay_home h3 {
  font-size: 30px;
  color: #0e3862;
  line-height: 30px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  /* margin-bottom: 20px; */
}

.short_stay_home h4 {
  font-size: 24px;
  color: #0e3862;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 5px;
}

.short_stay_home h5 {
  font-size: 20px;
  color: #0e3862;
  line-height: 28px;
  font-family: 'AktivGroteskMedium';
  position: relative;
}

.short_stay_home p {
  font-size: 16px;
  color: #0e3761;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 20px;

}


/* .short_stay_home ul{
	margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.short_stay_home ul li:before{
	content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 1px;
    width: 15px;
    background-color: #0e3862;
    top: 10px;
}
.short_stay_home ul li{
	list-style: none;
    display: inline-block !important;
    position: relative;
    padding-left: 24px;
    vertical-align: top;
    padding-bottom: 12px; 
    font-size: 16px;
} */

.annual-button {}

.annual-button a {
  border: 1px solid #0e3862;
  display: inline-block;
  text-align: center;
  padding: 5px 35px;
  border-radius: 50px;
  background: #0e3862;
  color: #fff;
  font-size: 20px;
}

.annual-button a:hover {
  background: #00aeef;
  color: #0e3862;
}


.government-partner {}

.government-partner ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.government-partner ul li {
  list-style: none;
  display: inline-block !important;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  padding-bottom: 12px;
  font-size: 16px;
}

.government-partner ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}


/*--------------------------------------------------------------
# FAMILY LIKE CARE
--------------------------------------------------------------*/
.famil-care ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.famil-care ul:before {
  content: "";
  background-image: url(../images/of-flc-icon-z.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 59px;
  height: 114px;
  top: 25%;
}

.famil-care ul li {
  list-style: none;
  border-bottom: 1px solid #0e3862;
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-weight: 600;
  padding: 4px 0px;
  display: flex;
  align-items: center;
}

.famil-care ul li span {
  color: #00aeef;
  font-size: 22px;
  font-weight: 600;
  padding-right: 5px;
}

.famil-care ul li .icons {
  padding-right: 15px;
}

.famil-care ul li .icons.pl-3 {
  padding-left: 65px;
}

.famil-care ul li .icons.pl-5 {
  padding-left: 65px;
}

.flc_bottom_txt {
  position: absolute;
  bottom: 0;
  z-index: 9;
  /* background: rgb(0 0 0 / 70%);*/
  width: 100%;
  padding: 10px 0px;
}

.flc_bottom_txt h3:before {
  content: "";
  background-image: url(../images/flc-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  top: 10px;
}

.flc_bottom_txt h3 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  padding-left: 60px;
}

.flc_bottom_txt p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 60px;
}


/*-----YOUTH SKILLING ------*/

.skilling_bottom_txt {
  position: absolute;
  bottom: 0;
  z-index: 9;
  /* background: rgb(0 0 0 / 70%);*/
  width: 100%;
  padding: 10px 0px;
}

.skilling_bottom_txt h3:before {
  content: "";
  background-image: url(../images/y-skilling-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  top: 10px;
}

.skilling_bottom_txt h3 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  padding-left: 60px;
}

.skilling_bottom_txt p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 60px;
}

/*--------------------------------------------------------------
# Special Needs Childcare
--------------------------------------------------------------*/
.sn-child-care ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.sn-child-care ul:before {
  content: "";
  background-image: url(../images/sn-c-care-icon-z.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 41px;
  height: 80px;
  top: 29%;
}

.sn-child-care ul li {
  list-style: none;
  border-bottom: 1px solid #0e3862;
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-weight: 600;
  padding: 7px 0px;
  display: flex;
  align-items: center;
}

.sn-child-care ul li span {
  color: #00aeef;
  font-size: 22px;
  font-weight: 600;
  padding-right: 5px;
}

.sn-child-care ul li .icons {
  padding-right: 15px;
}

.sn-child-care ul li .icons.pl-3 {
  padding-left: 45px;
}

.sn-child-care ul li .icons.pl-5 {
  padding-left: 0px;
}

.sn-child_bottom_txt {
  position: absolute;
  bottom: 0;
  z-index: 9;
  /* background: rgb(0 0 0 / 70%);*/
  width: 100%;
  padding: 10px 0px;
}

.sn-child_bottom_txt h3:before {
  content: "";
  background-image: url(../images/sn-child-c-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  top: 10px;
}

.sn-child_bottom_txt h3 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  padding-left: 60px;
}

.sn-child_bottom_txt p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 60px;
}

/*--------------------------------------------------------------
# Foster Care
--------------------------------------------------------------*/
.foster_care_bottom_txt {
  position: absolute;
  bottom: 0;
  z-index: 9;
  /* background: rgb(0 0 0 / 70%);*/
  width: 100%;
  padding: 10px 0px;
}

.foster_care_bottom_txt h3:before {
  content: "";
  background-image: url(../images/foster-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  top: 10px;
}

.foster_care_bottom_txt h3 {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  position: relative;
  padding-left: 60px;
}

.foster_care_bottom_txt p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 60px;
}



/*--------------------------------------------------------------
# key_interventions
--------------------------------------------------------------*/

.key_interventions {
  background: #6dcff6;
  width: 100%;
  padding-bottom: 0px;
}

.key_interventions .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.key_interventions .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  /* padding: 30px;*/
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

/*.key_interventions .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}
*/
.key_interventions .post-box .post-img img {
  transition: 0.5s;
  width: 100%;
}

.key_interventions .post-box .bottom_box {
  /* display: flex;
    align-items: center;*/
}

.key_interventions .post-box .left_tagline {
  width: 40%;
  padding-right: 14px;
  text-align: right;
}

.key_interventions .post-box .tagline-box {
  background: #00aeef;
  /* width: 40%; */
  /* margin: -70px auto 0px auto; */
  position: relative;
  padding: 25px 15px 15px 15px;
  /* border-bottom-right-radius: 80px; */
  min-height: 171px;
  right: 0;
  bottom: 0;
}

.key_interventions .post-box .tagline-box p {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
}

.key_interventions .post-box h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  /*  margin-bottom: 18px;*/
  position: relative;
  transition: 0.3s;
}

.key_interventions .post-box .readmore {
  align-items: center;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  transition: 0.3s;
  color: #00aeef;
}

.key_interventions .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 16px;
}

.key_interventions .post-box:hover .post-title {
  color: #4154f1;
}

.key_interventions .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/* ----# Basket of care solutions Section ---------*/
.basket-of-cs {
  padding: 0px 0 0px;
}

.d-green {
  background: #47b94c;
  display: inline-block;
  border-radius: 50px;
}

.l-green {
  background: #75c674;
  display: inline-block;
  border-radius: 50px;
}

.w-blue {
  background: #76d8f4;
  display: inline-block;
  border-radius: 50px;
}

.w-blue {
  background: #76d8f4;
  display: inline-block;
  border-radius: 50px;
}

.w-green {
  background: #9ad498;
  display: inline-block;
  border-radius: 50px;
}

.oranges {
  background: #ff7500;
  display: inline-block;
  border-radius: 50px;
}

.d-blue {
  background: #00a0e2;
  display: inline-block;
  border-radius: 50px;
}

.pinks {
  background: #ff4161;
  display: inline-block;
  border-radius: 50px;
}

.blues {
  background: #00c6ed;
  display: inline-block;
  border-radius: 50px;
}

.basket-of-cs .basket-item {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0 15px rgb(0 0 0 / 10%);
  height: 100%;
  border-radius: 10px;
}

.basket-of-cs .basket-item .icon img {
  width: 60px;
}

.basket-of-cs .basket-item .icon {
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 12px;
}

.basket-of-cs .basket-item .icon i {
  color: #0e3862;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;

}

.basket-of-cs .basket-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 0px;
  right: 0px;
  transition: 0.3s;
}

.basket-of-cs .basket-item h3 {
  color: #0e3862;
  font-weight: 400;
  font-family: 'AktivGroteskBold';
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: normal;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.basket-of-cs .basket-item p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
  color: #0e3862;
}

.basket-of-cs .basket-item .readmore {
  margin-top: 0px;
  display: inline-block;
  color: #009de0;
  font-size: 13px;
  position: absolute;
  bottom: 15px;
}

.basket-of-cs .basket-item:hover .icon:before {
  background: #009de0;
}

.basket-of-cs .basket-item:hover h3 {
  border-color: #009de0;
}

.basket-of-cs .graphic img {
  width: 100%;
}

.basket-of-cs .bg-blue {
  background: #009EE0;
  border-radius: 0px;
  border-bottom-right-radius: 150px;
}

.basket-of-cs .bg-blue p {
  color: #fff;
}

.basket-of-cs .bg-blue h3 {
  color: #fff;
}

.basket-of-cs .bg-blue:hover h3 {
  border-color: #0e3862;
}

.triangle {
  display: block;
  height: calc(100% + 0px);
  width: 12%;
  clip-path: polygon(0 100%, 105% 100%, 100% 0);
  position: absolute;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  z-index: 1;
  right: 0px;
}

.bg-sos-blue {
  border-color: #008cc7;
  background-color: #009EE0;
}

.box-border {
  left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}



.child_care-fsp {
  background: #b0c3d1;
  width: 100%;
  padding-bottom: 0px;
}

.child_care-fsp .back-bg-img {
  background: #202020 url(../images/child-care-fsp-bg.jpg) 50% 0 repeat-y fixed;
  color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 150px;
  padding: 30px 0 0;
}

.child_care-fsp h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 38px;
}

.child_care-fsp h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.child_care-fsp p {
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 24px;
}

.child_care-fsp p:last-child {
  margin-bottom: 0px;
}

.bg-white-transparent {
  background: rgb(255 255 255 / 91%);
}

.box-padding {
  padding: calc(14px + 3.2%) calc(14px + 4.2%);
  margin-bottom: 50px;
  border-bottom-right-radius: 110px;
}



.child_care-emergency_esponse {
  background: #b0c3d1;
  width: 100%;
  padding-bottom: 0px;
}

.child_care-emergency_esponse .back-bg-img {
  background: #ffffff;
  color: #0e3862;
  width: 100%;
  border-bottom-right-radius: 150px;
  padding: 30px 0 30px;
}

.child_care-emergency_esponse h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 25px;
}

.child_care-emergency_esponse h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f04e69;
  left: -110px;
  top: 22px;
}

.child_care-emergency_esponse h3 {
  font-size: 26px;
  color: #0e3862;
  line-height: 30px;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 24px;
  font-style: italic;
}

.child_care-emergency_esponse p {
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 24px;
}

.bb-right-0 {
  border-bottom-right-radius: 0px !important;
}


/*----------*/


.pricing-item {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all .5s ease-in-out;
  height: 100%;
}

.pricing-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.pricing-header {
  text-align: left;
  display: inline-block;
  padding: 10px 40px;
  background-image: linear-gradient(90deg, #896eff 0, #5f3bff 51%, #896eff);
  border-radius: 0 0 50% 50%;
  position: relative
}

.pricing-header h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase
}

.pricing-amount {
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 3px solid #00aeef
}

.pricing-amount strong {
  font-size: 60px;
  font-weight: 700;
  color: #1f2471
}

.pricing-amount-type {
  position: relative;
  margin-top: -20px;
  z-index: 1
}

.pricing-amount-type span {
  background: #00aeef;
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  border-radius: 50px
}

.pricing-feature {
  padding: 30px 20px;
}

.pricing-feature li {
  margin-bottom: 15px
}

.pricing-feature li i {
  color: #896eff;
  margin-right: 5px
}

.pricing-footer {
  padding-bottom: 30px
}

.py-120 {
  padding: 30px 0;
}

@media all and (max-width:992px) {
  .pricing-amount strong {
    font-size: 50px
  }
}


.awards_box {
  padding: 20px 15px;
  border: 1px solid #ccc;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 0 15px rgb(0 0 0 / 10%);
}

.awards_box img {
  width: 50%;
  margin-bottom: 15px;
}


.fl_inner {
  padding: 10px 20px 10px;
  border: 1px solid #bdd0eb;
  box-sizing: border-box;
  margin-bottom: 1px;
  border-radius: 20px;
}

.fl_inner:hover {
  background-color: #f7f7f7;
}

.fl_inner.border_right_none {
  /* border-right: none; */
}

.fl_inner a {
  display: block;
  color: #0e3862;
}

.fl_inner .fl_title {
  font-weight: 700;
  font-size: 18px;
  display: none;
}

.fl_inner .fl_date {
  font-size: 16px;
}

.panel h3 {
  font-size: 18px;
}

.pdficon {
  width: 35px;
  padding-bottom: 10px;
  display: none;
}

.panel h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #0096db;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.arbx {
  width: 100%;
  margin-top: 13px;
  padding: 0;
}

.arbx li {
  width: 100%;
  background: url(../images/pdf2.png) no-repeat top 0px left;
  padding-left: 30px;
  margin-bottom: 10px;
  background-size: 18px;
  font-size: 16px;
  list-style: none;
}

.arbx li:before {
  background-color: transparent !important;
  width: 0px !important;
  position: relative !important;
}

.arbx li a {
  color: #0e3862;
  text-decoration: none;
}

.press_pdf {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: all .5s ease-in-out;
  /*padding: 10px 10px 0;*/
  background: #f8f8f8;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
}

.press_pdf a {
  text-decoration: none;
  display: block;
  padding: 15px 15px;
}

.press_pdf_images {
  display: block;
  position: relative;
  overflow: hidden;
}

.press_pdf_images img {
  width: 100%;
}

.press_pdf_cap {
  display: block;
  padding-top: 5px;
  color: #565656;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 20px;
  /* word-break: break-all; */
  transition: all .5s ease-in-out;
}

press_pdf_images img {
  width: 30px;
}

.press_pdf_images_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

.press_pdf {
  min-height: 180px;
  margin-bottom: 5px;
}

.press_pdf:hover {
  background: #ccc;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.our-reach .our-reach-item {
  position: relative;
  margin-bottom: 20px;
  border: 1px dashed #01aef0;
  padding: 10px;
  min-height: 93px;
  align-items: center;
  border-radius: 5px;
}

.our-reach .our-reach-item .icon {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  border-right: 1px solid;
  padding-right: 10px;
  color: #0e3862;
  transition: 0.3s;
}

.our-reach .our-reach-item:hover .icon {
  color: #f04e69;
}

.our-reach .our-reach-item:hover {
  border: 1px dashed #f04e69;
}

.our-reach .our-reach-item h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: #f04e69;
  transition: 0.3s;
}

.our-reach .our-reach-item p {
  font-size: 16px;
  color: #0e3862;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #e74361;
  padding: 30px 40px 40px;
  border-radius: 20px;
}

.counts h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.counts .count-box {
  padding: 30px 20px 20px 20px;
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box i img {
  width: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff
}

.chartbox {}

.chartbox .chart-img {
  padding: 0px 20px;
}

.chartbox .chart-img img {
  width: 100%;
}


.why-donate {
  background: white;
  background: url(../images/abt111.png) right 50px top 50px no-repeat, url(../images/abt115.png) bottom 70px left -85px no-repeat, url(../images/abt110.png) right 50px bottom 70px no-repeat;
}

.why-donate h2 span {
  font-size: 25px;
  display: block;
  line-height: 25px;
}



/*--------------------------------------------------------------
# Story of life
--------------------------------------------------------------*/
.story_of_life .member {
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0px;
}

.story_of_life .owl-theme .owl-nav.disabled+.owl-dots {
  display: block;
}

.story_of_life .owl-carousel.owl-drag .owl-item .item {
  margin: 20px 15px 20px 15px;
}

.story_of_life .member img {
  max-width: 100%;
  margin: 0 0 10px 0;
}

.story_of_life .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 20px;
}

.story_of_life .member span {
  display: block;
  font-size: 14px;
}

.story_of_life .member p {
  padding-top: 10px;
  font-size: 14px;
  color: #aaaaaa;
}

.story_of_life .member .social {
  margin-top: 15px;
  color: #009de0;
}

.story_of_life .member a {
  color: #0e3761;
  transition: 0.3s;
  font-size: 13px;
}

.story_of_life .member a:hover {
  color: #0e3862;
}



/*--------------------------------------------------------------
# News & Updates
--------------------------------------------------------------*/
.current_news {
  padding-bottom: 40px;
}

.current_news .card {
  border: 0;
  padding: 0 0px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.current_news .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
  border: 1px solid #797979;
}

.current_news .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.current_news .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 15px;
  width: calc(100% - 30px);
  border-bottom-right-radius: 100px;
}

@media (max-width: 640px) {
  .current_news .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.current_news .card-title {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.current_news .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.current_news .card-date {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 10px;
}

.current_news .card-text {
  color: #5e5e5e;
}

.current_news .read-more a {
  color: #777777;

  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.current_news .read-more a:hover {
  color: #009de0;
}

.current_news .card:hover img {
  transform: scale(1.1);
}

.current_news .card:hover .card-body {
  border-color: #009de0;
}

.current_news .card:hover .card-body .card-title a {
  color: #009de0;
}



/*---- Story or Childredns---*/
.children_stories figure.snip0016 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 100%;
  max-width: 100%;
  max-height: none;
  width: 100%;
  background: #0e3862;
  text-align: left;
}

.children_stories figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.children_stories figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  height: 220px;
  object-fit: cover;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.children_stories figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}

.children_stories figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.children_stories figure.snip0016 h3,
.children_stories figure.snip0016 p,
.children_stories figure.snip0016 a {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.children_stories figure.snip0016 h3 {
  /*word-spacing: -0.15em;*/
  font-weight: 300;
  font-family: 'AktivGroteskRegular';
  /*  */
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 22px;
}

.children_stories figure.snip0016 h3 span {
  font-weight: 800;
}

.children_stories figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  /*  */
}

.children_stories figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
  font-size: 14px;

}

.children_stories figure.snip0016:hover img {
  opacity: 0.3;
}

.children_stories figure.snip0016:hover figcaption h3 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  color: #fff;
}

.children_stories figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  color: #fff;
}

.children_stories figure.snip0016:hover figcaption a {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  color: #fff;
}

.children_stories figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}




/*-----Transparency-----*/

.unit-4 {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  margin-bottom: 4em;
  text-align: center;
  padding-top: 0px;
}

.unit-4.prioir-auth {
  padding-top: 21px;
}

.unit-4-icon {
  top: calc(50% - 24px) !important;
}

.unit-4 .unit-4-icon {
  position: absolute;
  left: 0px;
  top: calc(50% - 10px);
  /*     position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: -50px;  */
  ;
}

.unit-4 .unit-4-icon .icon-wrap {
  /*   width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        display: inline-block; ;*/
}

.unit-4 .unit-4-icon .icon-wrap span {
  /* font-size: 2rem;
          position: absolute;
          top: 50%;
          color: #fff !important;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
}

.unit-4 h3 {
  font-size: 18px;
  color: #0e3862;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.unit-4 p {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-left: 98px;
  margin-bottom: 0;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #25282B;
}

.unit-4 *:last-child {
  margin-bottom: 0;
}

.unit-4:hover {
  top: -7px;
}

.unit-4:hover .icon-wrap {}

.unit-4:hover .icon-wrap span {
  color: #4285f4 !important;
}

.unit-4:hover h3 {
  color: #fff;
}

.unit-4:hover p a {
  color: #fff;
}


.cc-rcm-area {}

.cc-rcm-area .strech img {
  width: 100%;
}

.cc-rcm-area h2 {}

.cc-rcm-area h2 span {
  color: #74BA47;
}

.ccrm_bottom {
  margin-top: 50px;
}

.ccrm_bottom ul {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.ccrm_bottom .rmbox {
  font-family: 'GilroyMedium';
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #25282B;
  list-style: none;
  border-left: 2px solid #74BA47;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: rgb(188 188 188 / 16%);
  padding: 18px;
  height: 100%;
}

.ccrm_bottom ul li:last-child {
  margin-right: 0px;
}

.col-1-5 {
  width: 20%;
  padding: 0px 10px 5px;
  margin-bottom: 30px;
}

.unit-4 {
  width: 100%;
  float: none;
  padding-right: 0px;
}


/*--------------------------------------------------------------
# Download Section
--------------------------------------------------------------*/
.foreign-contribution {
  background: #ffffff;
  width: 100%;
  padding-bottom: 0px;
  border-bottom-right-radius: 0px;
}

.foreign-contribution h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  max-width: 700px;
  width: 100%;
}

.foreign-contribution h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #17a0ce;
  left: -110px;
  top: 22px;
}

.download_area {
  /*background: #fff;*/
  padding: 60px 0 30px 0;
  border-top: 0px solid #0e3862;
}

.download_area .download_pdf {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.download_area .download_pdf .pic {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #05253c;
}

.download_area .download_pdf img {
  transition: all ease-in-out 0.4s;
}

.download_area .download_pdf:hover img {
  transform: scale(1.1);
}

.download_area .download_pdf .download_info {
  position: absolute;

  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(1 17 35) 0%, rgb(14 83 118) 35%, rgb(27 148 255 / 80%) 100%);
  padding: 15px 0;
  border-radius: 15px;
}

.download_area .download_pdf h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.download_area .download_pdf h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.download_area .download_pdf span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.download_area .download_pdf a {
  transition: color 0.3s;
  color: #fff;
}

.download_area .download_pdf a:hover {
  color: #9eccf4;
}

.download_area .download_pdf .social {
  margin-top: 15px;
}

.download_area .download_pdf .social a {
  transition: color 0.3s;
  color: #fff;
}

.download_area .download_pdf .social a:hover {
  color: #9eccf4;
}

.download_area .download_pdf .social i {
  font-size: 26px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .download_area .download_pdf {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #0e3862;
  text-decoration: none;
}

.blog-text h4 {
  color: #0e3862;
  margin-bottom: 15px;
  font-family: 'AktivGroteskMedium';
  line-height: 24px;
  font-size: 18px;
}

.blog-btn {
  border-bottom: 1px dotted #0e3862;
  color: #0e3862;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #0e3862;
  color: #0e3862;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #009EE0;
  letter-spacing: 0px;
  margin-right: 5px;
  font-size: 14px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog {
  border: 1px solid #e4e9f2;
  border-bottom-width: 2px;
  border-radius: 3px;
  padding: 20px;
  height: 100%;
  transition: all 0.4s ease 0s;
}

.single-blog:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
  -webkit-transition: box-shadow .3s ease-in-out;
  -moz-transition: box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  cursor: pointer;
}

.single-blog:hover h4 a {
  color: #009EE0;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn {
  border: 1px solid #0e3862;
  border-radius: 30px;
  color: #0e3862;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  padding: 6px 20px;
  text-align: center;

  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

.single-blog .single-blog-img {
  margin: -20px -20px 0px;
  overflow: hidden;
}

.single-blog .single-blog-img img {
  width: 100%;
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

.single-blog:hover:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

/*--------------------------------------------------------------
  # Blog page
  --------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;

}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;

  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

/*  .post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 100%;
  }
  */
.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
  # Blog Details
  --------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;

}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;

}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;

}

.author-description h2 a {
  color: #0e3862;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;

  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #0e3862;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}



/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .posts-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .posts-img img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.blog .blog-details .title {
  font-size: 30px;
  color: #0e3862;
  position: relative;
  padding-bottom: 10px;
}

.blog .blog-details .title:before {
  left: 0;
  background: transparent;
  width: 0px;
  height: 0px;
}

.blog .blog-details .contents {
  margin-top: 20px;
}


.blog .blog-details .contents h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.blog .blog-details .contents h3 {
  font-size: 22px;
}

.blog .blog-details .contents p {
  color: #0e3862;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}


.blog .blog-details .contents blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .contents blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .contents blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #009de0;
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #003c58;
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 20px;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.blog .sidebar .sidebar-item ul {
  padding: 0;
  margin: 0;
}

.blog .sidebar .sidebar-item ul li {
  list-style: none;
  padding-top: 10px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .sidebar-item ul li span.post-date {
  display: block;
  font-size: 12px;
  color: #00aeef;
}

.blog .sidebar .sidebar-item ul li a {
  color: #0e3862;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.blog .sidebar .sidebar-item ul li a:hover {
  color: #00aeef;
}

.blog .sidebar .sidebar-item .tagcloud {
  padding-top: 10px;
}

.blog .sidebar .sidebar-item .tagcloud a {
  color: #838893;
  font-size: 14px !important;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .sidebar-item .tagcloud a:hover {
  color: #fff;
  border: 1px solid #0e3862;
  background: #cc3433;
  transition: 0.3s;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
  margin-top: 10px;
}

.blog .sidebar .search-form label {
  display: none;
}

.blog .sidebar .search-form form input[type=search] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #00aeef;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form input {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  /* width: calc(100% - 70px); */
  box-shadow: none;
}

.blog .sidebar .search-form form input:focus {
  box-shadow: none;
}

.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: #cc3433;
  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: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0e3862;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #cc3433;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: #0e3862;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #cc3433;
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.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: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #0e3862;
  background: #cc3433;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}



/*--------------------------------------------------------------
# SOS Messenger Section
--------------------------------------------------------------*/
.messenger {
  padding: 30px 0px;
}

.messenger .imgbx {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.messenger .imgbx img {
  border-radius: 10px;
  overflow: hidden;
}

.messenger .imgbx .member-content {
  padding: 0 20px 30px 20px;
}

.messenger .imgbx h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.messenger .imgbx span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
  padding-top: 10px;
}

.messenger .imgbx p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.messenger .imgbx a h4 {
  color: #0e3862;
}

.messenger .imgbx a:hover h4 {
  color: #009de0;
}

.messenger .imgbx .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.messenger .imgbx .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.messenger .imgbx .social a:hover {
  color: #ff0000;
  border-color: #ff0000;
}

.messenger .imgbx .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Annual Report
--------------------------------------------------------------*/
.annual_report {}

.annual_report .report_container {
  position: relative;
  width: 100%;
}

.annual_report .image {
  display: block;
  width: 100%;
  height: auto;
}

.annual_report .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(14 56 98 / 80%);
  overflow: hidden;
  width: 100%;
  height: 80px;
  transition: .5s ease;
  display: none;
}

.annual_report .report_container:hover .overlay {
  height: 100%;
}

.annual_report .text {
  color: white;
  font-size: 24px;
  position: absolute;
  font-family: 'AktivGroteskBold';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.annual_report .text span {
  display: block;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Portal Donar
--------------------------------------------------------------*/
.donar_portal {}

.donar_portal h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.donar_portal ul {
  list-style: none;
  padding: 0;
}

.donar_portal ul li {
  padding-bottom: 10px;
}

.donar_portal ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.donar_portal p {}

.donar_portal p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# whistleblower Policy
--------------------------------------------------------------*/
.whistleblower .box {
  padding: 15px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.whistleblower .box i {
  font-size: 30px;
  color: #00aeef;
}

.whistleblower .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.whistleblower .box h3 {
  font-size: 20px;
  color: #0e3862;
  margin-bottom: 10px;
  font-family: 'AktivGroteskBold';
}

.whistleblower .box p {
  text-align: center;
}

.whistleblower .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.whistleblower .box:hover img {
  transform: scale(1);
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(27, 47, 69, 0.8), rgba(27, 47, 69, 0.8)), url("../images/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
  border-bottom-right-radius: 150px;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.call-to-action p {
  color: #fff;
  font-size: 20px;
}

.call-to-action .cta-btn {
  font-family: 'AktivGroteskRegular';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2aa5df;
}

.call-to-action .cta-btn:hover {
  background: #ffffff;
  color: #0d345a;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f5f5ff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'AktivGroteskBold';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #009de0;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #009de0;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.careers .faq .faq-list {
  padding: 0;
}

.careers .faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.careers .faq .faq-list li+li {
  margin-top: 15px;
}

.careers .faq .faq-list li {
  padding: 20px;
  background: #f5f5ff;
  border-radius: 4px;
  position: relative;
}

.careers .faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'AktivGroteskBold';
  font-size: 20px;
  line-height: 24px;
  padding: 0 0px;
  outline: none;
  cursor: pointer;
}

.careers .faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #009de0;
}

.careers .faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.careers .faq .faq-list p {
  margin-bottom: 0;
  padding: 0px 0 20px 0;
}

.careers .faq .faq-list p a {
  font-size: 16px;
  display: inline-block;
}

.careers .faq .faq-list .icon-show {
  display: none;
}

.careers .faq .faq-list a.collapsed {
  color: #343a40;
}

.careers .faq .faq-list a.collapsed:hover {
  color: #009de0;
}

.careers .faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.careers .faq .faq-list a.collapsed .icon-close {
  display: none;
}

.careers .faq .faq-list ul li ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.careers .faq .faq-list ul li ul li+li {
  margin-top: 8px;
}

.careers .faq .faq-list ul li ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.careers .faq .faq-list ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}

.careers .faq .faq-list h3 {
  font-size: 26px;
  color: #0e3862;
  line-height: 26px;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 20px;
}

.careers .faq .faq-list h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: 'AktivGroteskBold';
}


@media (max-width: 1200px) {
  .careers .faq .faq-list {
    padding: 0;
  }
}


/*---------------
# Team Section
-------------------*/
.team {}

.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.team .team-member .member-img img {
  width: 100%;
}

.team .team-member .social {
  position: absolute;
  right: -18%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .team-member .social a i {
  font-size: 18px;
}

.team .team-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.team .team-member .social i {
  font-size: 18px;
}

.team .team-member .member-info {
  padding: 15px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: -40px 15px 0 15px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 15px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  line-height: initial;
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e3862;
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #0e3862;
}

.team .team-member:hover .social {
  right: 8px;
  opacity: 1;
}

.gb-structure {
  max-width: 600px;
  margin: 0 auto;
}

.gb-structure ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.gb-structure ul li {
  list-style: none;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
}


/* Call-to-action Section
------------------------------*/

.stats {
  background: linear-gradient(270deg, rgb(24 28 33 / 60%), rgb(37 55 82 / 90%)), url(../images/stats-cta-bg.jpg) center center fixed;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

/* .stats {
  --default-color: #ffffff;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
} */

.stats img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

/* .stats:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
} */

.stats .containers {
  position: relative;
  z-index: 3;
}

.stats h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.stats p {
  color: #fff;
}

.stats .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.stats .cta-btn:hover {
  background: #e84545;
  border: 2px solid #e84545;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.celebration_tabs .nav-tabs {
  border: 0;
}

.celebration_tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 0px;
  transition: 0.3s;
  color: #0e3862;
  border-radius: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  cursor: pointer;
  height: 100%;
}

.celebration_tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
  display: none;
}

.celebration_tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 15px;
  font-family: 'AktivGroteskBold';
  line-height: 24px;
}

.celebration_tabs .nav-link:hover {
  color: #009de0;
}

.celebration_tabs .nav-link.active {
  background: #009de0;
  color: #fff;
  border-color: #009de0;
  position: relative;
}

.celebration_tabs .nav-link.active h4 {
  color: #ffffff;
}

.celebration_tabs .nav-link.active:after {
  content: "";
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  bottom: 0px;
  width: 12px;

  border-top: 14px solid #009de0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom-color: #009de0;

  /* 	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
  transform: translate(-50%, 100%);
}

@media (max-width: 768px) {
  .celebration_tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
    display: block;
  }

  .celebration_tabs .nav-link img,
  svg {
    width: 100%;
  }

  .celebration_tabs .nav-link.active svg path {
    fill: #fff;
  }

  .dnone {
    display: none;
  }

}

@media (max-width: 575px) {
  .celebration_tabs .nav-link {
    padding: 15px;
  }

  .celebration_tabs .nav-link i {
    font-size: 45px;
  }
}

.celebration_tabs .tab-content {
  margin-top: 30px;
}

.celebration_tabs .tab-pane h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

.celebration_tabs .tab-pane h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  font-family: 'AktivGroteskBold';
}

.celebration_tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.celebration_tabs .tab-pane ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  font-size: 16px;
  padding-bottom: 5px;
}

.celebration_tabs .tab-pane ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}

.celebration_tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #00aeef;
}

.celebration_tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

.celebration_tabs .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.celebration_tabs .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

.notes p {
  font-size: 12px !important;
  margin-bottom: 18px !important;
  padding: 0px;
  line-height: 18px;
  font-style: italic;
}

/*--------------------------------------------------------------
# Sponsor a child Form Section
--------------------------------------------------------------*/
.sponsor_a_child .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.sponsor_a_child .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
  border-bottom-right-radius: 150px
}

.sponsor_a_child .php-email-form {
  padding: 10px 0px 50px;
}

@media (max-width: 575px) {
  .sponsor_a_child .php-email-form {
    padding: 20px 0px;
  }
}

.sponsor_a_child h3 {
  font-size: 22px;
  margin: 0px 0 0px 0;
  line-height: 32px;
}

.sponsor_a_child p {
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 22px;
}

.sponsor_a_child h4 {
  font-size: 22px;
  margin: 0px 0 0px 0;
  line-height: 32px;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
}

.sponsor_a_child .php-email-form h3 {
  font-size: 22px;
  margin: 0px 0 20px 0;
  line-height: 28px;
}

.sponsor_a_child .php-email-form h4 {
  font-size: 20px;

  letter-spacing: 1px;
  border-bottom: 2px solid;
  line-height: 38px;
  margin-bottom: 20px;
}

.sponsor_a_child .php-email-form h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}


.sponsor_a_child .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.sponsor_a_child .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.sponsor_a_child .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.sponsor_a_child .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.sponsor_a_child .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.sponsor_a_child .php-email-form input,
.sponsor_a_child .php-email-form select,

.sponsor_a_child .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
  border: 0px;
  border-bottom: 1px dashed #0e3862;
  background: transparent;
  color: #0a2948;
}

.sponsor_a_child .php-email-form input.form-check-input {
  float: left;
  margin-right: 9px !important;
  margin-top: 6px !important;
  background-color: #00aeef;
  border: 1px solid #0e3862;
}

.sponsor_a_child .php-email-form .form-check-label {
  display: block;
  opacity: 1;
  font-size: 14px;
}

.sponsor_a_child .php-email-form input::placeholder {
  color: #212529;
  /* Firefox */
}

.sponsor_a_child .php-email-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212529;
}

.sponsor_a_child .php-email-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212529;
}

.sponsor_a_child .php-email-form input[type=date] {
  color: #212529;
}

.sponsor_a_child .php-email-form input:focus,
.sponsor_a_child .php-email-form textarea:focus {
  border-color: #f04e69;
}

.sponsor_a_child .php-email-form input {
  padding: 6px 6px;
}

.sponsor_a_child .php-email-form select {
  padding: 6px 6px;
  cursor: pointer;
}


.sponsor_a_child .php-email-form textarea {
  padding: 6px 6px;
}

.sponsor_a_child .php-email-form button[type=submit] {
  background: #00a2e3;
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.sponsor_a_child .php-email-form button[type=submit]:hover {
  background: #07b1f5;
}

/*----choose card option------*/
.choose-pay-bx {
  padding: 0px;
  margin-top: 20px;
}

.choose-pay-bx li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.choose-pay-bx .input-hidden {
  position: absolute;
  left: -9999px;
}

.choose-pay-bx input[type=radio]:checked+label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #00a2e3;
}

/* Stuff after this is only to make things more pretty */
.choose-pay-bx input[type=radio]+label>img {
  border: 1px dashed #444;
  transition: 500ms all;
  height: 50px;
  cursor: pointer;
}

.choose-pay-bx input[type=radio]:checked+label>img {
  /*transform:rotateZ(-10deg) rotateX(10deg);*/
}

.choose-pay-bx .payment-active span {
  text-align: center;
  margin: 5px 0;
  font-weight: 100;
  font-size: 12px;
  color: #0e0e0e !important;
  display: block;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sponsor_a_child .php-email-form .notes p {
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 18px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .form-as #sendmessage {
  color: #2eca6a;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact .form-as #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact .form-as #sendmessage.show,
.contact .form-as #errormessage.show,
.contact .form-as .show {
  display: block;
}

.contact .form-as .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .form-as label {
  color: #0e3862;
  position: relative;
}

.contact .form-as select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.contact .form-as .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.contact .form-as .form-control.form-control-a {
  height: 3.5rem;
}

.contact .form-as .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form label {
  color: #0e3862;
  position: relative;
}

/* .contact .php-email-form select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
} */
/* 
.contact .php-email-form .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
} */

.contact .php-email-form button[type=submit] {
  background: #00aeef;
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgb(63 200 246);
}

.contact .php-email-form .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------/ Icon Box /------*/
.contact .icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #0e3862;
  width: 50px;
  padding-top: 8px;
}

.contact .icon-box .icon-box-content {
  padding-top: 18px;
}

.contact .icon-box .icon-box-content .color-a {
  text-decoration: none;
  color: #0e3862;
}


.contact .info-container {
  background-color: #ffffff;
  height: 86%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: #00aeed;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: #3fc8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}

.contact .info-item:hover i {
  background: #fff;
  color: #0e3862;
}

.contact .info-item p a {
  color: #fff;
}

.contact .info-item p a:hover {
  color: #0d3863;
}

#primaryNav li {
  width: 16%;
}

#primaryNav li ul li {
  width: 100% !important;
}

#primaryNav.col1 li {
  width: 99.9%;
}

#primaryNav.col2 li {
  width: 50.0%;
}

#primaryNav.col3 li {
  width: 33.3%;
}

#primaryNav.col4 li {
  width: 16.0%;
}

#primaryNav.col5 li {
  width: 20.0%;
}

#primaryNav.col6 li {
  width: 16.6%;
}

#primaryNav.col7 li {
  width: 14.2%;
}

#primaryNav.col8 li {
  width: 12.5%;
}

#primaryNav.col9 li {
  width: 11.1%;
}

#primaryNav.col10 li {
  width: 10.0%;
}


/* --------- Site Map Styles -------------------- */

/* --------	Top Level --------- */
.sitemap {
  padding: 60px 0px;
}

#primaryNav {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
}

#primaryNav #home {
  display: block;
  float: none;
  background: #ffffff url('../images/L1-left.png') center bottom no-repeat;
  position: relative;
  z-index: 2;
  padding: 0 0 30px 0;
}

#primaryNav li {
  float: left;
  background: url('../images/L1-center.png') center top no-repeat;
  padding: 30px 0;
  margin-top: -30px;
}

#primaryNav li a {
  margin: 0 10px 0 0;
  padding: 10px 5px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00aeef url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/white-highlight.html') top left repeat-x;
  border: 1px solid #b5d9ea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  /* FF 3.5+ */
}

#primaryNav li a:hover {
  background-color: #0e3862;
  border-color: #00aeef;
}

#primaryNav li:last-child {
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/L1-right.html') center top no-repeat;
}

#primaryNav a:link:before,
#primaryNav a:visited:before {
  /* content: " "attr(href)" "; */
  display: block;

  font-size: 10px;
  margin-bottom: 5px;
  word-wrap: break-word;
}

#primaryNav li a:link:before,
#primaryNav li a:visited:before {
  color: #78a9c0;
}

/* --------	Second Level --------- */

#primaryNav li li {
  width: 100%;
  clear: left;
  margin-top: 0;
  padding: 10px 0 0 0;
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/vertical-line.html') center bottom repeat-y;
}

#primaryNav li li a {
  background-color: transparent;
  border-color: #009de0;
  color: #0e3862;
}

#primaryNav li li a:hover {
  border-color: #0e3862;
  background-color: #e7f1d7;
}

#primaryNav li li:first-child {
  padding-top: 30px;
}

#primaryNav li li:last-child {
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/vertical-line.html') center bottom repeat-y;
}

#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
  color: #8faf5c;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
  margin: 10px 0 0 0;
  width: 100%;
  float: right;
  padding: 9px 0 10px 0;
  background: #ffffff url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/L3-ul-top.html') center top no-repeat;
}

#primaryNav li li li {
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/L3-center.html') left center no-repeat;
  padding: 5px 0;
}

#primaryNav li li li a {
  background-color: #fff7aa;
  border-color: #e3ca4b;
  font-size: 12px;
  padding: 5px 0;
  width: 80%;
  float: right;
}

#primaryNav li li li a:hover {
  background-color: #fffce5;
  border-color: #d1b62c;
}

#primaryNav li li li:first-child {
  padding: 15px 0 5px 0;
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/L3-li-top.html') left center no-repeat;
}

#primaryNav li li li:last-child {
  background: url('../../../../../dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/L3-bottom.html') left center no-repeat;
}

#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
  color: #ccae14;
  font-size: 9px;
}



/*--------------------------------------------------------------
# Sitemap SOS India Section
--------------------------------------------------------------*/
.tree {
  max-height: 800px;
  min-height: 800px;
  height: 100%;
  display: block;
}

.tree ul.mainline {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 998px;
  padding: 0;
}

.tree ul.mainline .dropdown {
  position: absolute;
  width: 440px;
  display: block;
}

.tree ul.mainline .dropdown2 {
  position: absolute;
  width: 200px;
  display: block;
}

.tree ul.mainline li span {
  position: relative;
  background: #00adee;
  color: #fff;
}

.tree ul.mainline li span {
  position: relative;
}

.tree ul.mainline li span:before {
  border-left: 2px solid #0e3862;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
  position: absolute;
}

.tree ul.mainline li span a {
  color: #fff;
}

.tree ul.mainline li span:hover {
  background: #862000;
  color: #fff;
}

.tree ul.mainline .dropdown ul li span {
  background: transparent;
  color: #0e3862;
}

.tree ul.mainline .dropdown ul li span a {
  background: transparent;
  color: #0e3862;
}

.tree ul.mainline .dropdown2 ul li span {
  background: transparent;
  color: #0e3862;
}

.tree ul.mainline .dropdown2 ul li span a {
  background: transparent;
  color: #0e3862;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative
}

.tree li::before,
.tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto
}

.tree li::before {
  border-left: 2px solid #00adee;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px
}

.tree li::after {
  border-top: 2px solid #00adee;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li span {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 2px solid #00adee !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 3px 8px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  top: auto;
  font-size: 14px;
  line-height: inherit;
  left: auto;
  right: auto;
  position: relative;
}

.tree li span a {
  text-decoration: none;
  color: #0e3862;
}

.tree>ul>li::before,
.tree>ul>li::after {
  border: 0
}

.tree li:last-child::before {
  height: 27px
}

.tree li span:hover {
  /*background:#0e3862000;*/
  border: 2px solid #65534c;
}

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
  display: none;
}

.mainhome {
  text-align: center;
  padding-bottom: 5px;
}

.mainhome ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.mainhome ul li {
  position: relative;
}

.mainhome ul li::before {
  border-left: 2px solid #cc3433;
  bottom: 50px;
  height: 100%;
  top: 40px;
  width: 1px;
  left: 50%;
}

.mainhome ul li::after {
  border-top: 0px solid #cc3433;
}

.mainhome ul li span {
  padding: 3px 38px;
}

.careers h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media(max-width: 768px) {
  .tree ul.mainline {
    display: block;
    max-width: 100%;
  }

  .mainhome {
    text-align: left;
  }

  .tree ul.mainline .dropdown {
    position: relative;
    width: 100%;
  }

  .tree ul.mainline .dropdown2 {
    position: relative;
    width: 100%;
  }

  .tree {
    max-height: 100%;
    min-height: 100%;
  }
}

/*--------------------------------------------------------------
# Campaigns SOS India Section
--------------------------------------------------------------*/
.campaigns_sos .info-item {
  background: #f4f4f4;
  padding: 20px;
  height: 100%;
  border-bottom-right-radius: 50px;
  transition: 0.3s;
}

.campaigns_sos .info-item:hover {
  background: rgb(109 207 246 / 23%);
  transition: 0.3s;
}

.campaigns_sos .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  margin-right: 15px;
  border: 1px solid #00adf1;
}

.campaigns_sos .info-item .icon img {
  width: 100%;
}

.campaigns_sos .info-item h3 {
  font-size: 20px;
  color: #0e3862;
  line-height: 24px;
  margin: 0 0 5px 0;
}

.campaigns_sos .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.campaigns_sos .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.campaigns_sos .info-item .social-links a:hover {
  color: #ff0000;
}


/* --------------- FOOTER AREA END ---------------- */
.effect {
  margin: auto;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 7%);
  background-color: #fff;
  border: 5px solid #f5f5f5;
}

.tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 240px;
  max-width: 350px;
  background: #0e3862;
  text-align: center;
  cursor: pointer;
}

.tab .effect .tab-text {
  padding: 1em;
  color: #fff;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab .effect img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: .8;
}

.grid-width3,
.grid-width6 {
  max-height: 270px !important;
  max-width: 530px !important;
}

.tab-text h3 {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

.effect.effect-six h3 {
  font-family: 'AktivGroteskBold';
}

.effect.effect-six .tab-text:after,
.effect.effect-six .tab-text:before {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: "";
}

.effect.effect-six {
  background-color: #0e3862
}

.effect.effect-six h3 {
  text-align: left
}

.effect.effect-six img {
  transition: all .35s;
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: all .35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05)
}

.effect.effect-six:hover img {
  opacity: .4;
  transform: translate3d(-50px, 0, 0) scale(1);
  -webkit-transform: translate3d(-50px, 0, 0) scale(1)
}

.effect.effect-six .icons-block {
  z-index: 1000;
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  text-align: left;
  padding-left: 15px
}

.effect.effect-six .icons-block .social-icon-1 {
  transition: all .5s ease-in-out;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  background: #f04e69;
  padding: 10px 15px;
  border-radius: 50px;
  text-transform: none;
}

.effect.effect-six:hover .social-icon-1 {
  opacity: 1;
  transition-delay: .3s;
  transition-duration: .5s
}

.effect.effect-six:hover .social-icon-2 {
  opacity: 1;
  transition-delay: .4s;
  transition-duration: .5s
}

.effect.effect-six:hover .social-icon-3 {
  opacity: 1;
  transition-delay: .5s;
  transition-duration: .5s
}

.effect.effect-six .icons-block i {
  color: rgba(255, 255, 255, 1);
  padding-left: 10px;
  font-size: 1.3rem
}

.tab-text p {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}

.effect.effect-six p {
  max-width: 130px;
  padding: 0 10px;
  margin: 30px;
  text-align: right;
  font-size: 18px;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 3px solid #fff;
  opacity: 0;
  transition: all .35s;
  font-family: 'AktivGroteskRegular';
}

.effect.effect-six:hover p {
  opacity: 1
}



.effect.effect-six .tab-text:before {
  background-color: rgba(255, 255, 255, .4);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  transition: all .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  -webkit-transition: all .6s
}

.effect.effect-six:hover .tab-text:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.month-pay-bx img {
  margin-bottom: 15px;
}

.month-pay-bx ol {
  padding-left: 15px;
}

.month-pay-bx ol li {
  list-style: decimal;
  font-size: 14px;
  margin-bottom: 6px;
}

.month-pay-bx ul {
  padding-left: 0px;
}

.month-pay-bx ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  padding-bottom: 5px;
}

.month-pay-bx ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}

.month-pay-bx h4 {
  padding-bottom: 20px;
  margin-top: 20px;
}

.month-pay-bx .what_it {
  padding-left: 50px;
}

.month-pay-bx .laxmi-life-bx {
  background: whitesmoke;
  border-left: 6px solid #6dcff6;
  padding: 15px 20px;
  margin: 20px 0;
  box-shadow: 0 10px 6px -6px grey;
  border-bottom-right-radius: 100px;
}

.donate_story_img {
  position: relative;
  /* background: #00aeef; */
  border-radius: 20px 0px 130px;
  margin-bottom: 30px;
}

.donate_story_img img {
  position: relative;
  left: 0px;
  top: 0px;
  border-radius: 20px 0px 130px;
  width: 100%;
  margin-bottom: 0px;
}


.donate_frm_area {}

.donate_frm_area p {
  color: #0e3761;
  margin-bottom: 0px !important;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about_sos {
  padding: 60px 0px;
}

.about_sos h3 {
  font-size: 28px;
}

.about_sos .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about_sos .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about_sos .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: #0e3862;
}

.about_sos .contents ul {
  list-style: none;
  padding: 0;
}

.about_sos .contents ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about_sos .contents ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #0e3862;
}

.about_sos .contents p:last-child {
  margin-bottom: 0;
}

.rounded-4 {
  border-radius: 1rem !important;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 0px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 24px;
  text-align: justify;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
  line-height: 0;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 0px;
}

#about .about-extra p {
  line-height: 24px;
  text-align: justify;
}

#about .about-extra p:last-child {
  margin-bottom: 0;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}

#about .about-extra ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

#about .about-extra ul li {
  list-style: none;
  display: inline-block !important;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  padding-bottom: 12px;
  font-size: 16px;
}

#about .about-extra ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  background-color: #0e3862;
  top: 10px;
}

#about .morebtn {
  background: #00aeef;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#about .morebtn:hover {
  background: #0e3862;
  cursor: pointer;
}

/*--------------------------------------------------------------
# fbc
--------------------------------------------------------------*/
.fbc {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  border-bottom-right-radius: 130px;
}

.fbc h3 {
  color: #fff;
  font-size: 28px;
}

.fbc p {
  color: #fff;
}

.fbc .fbc-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.fbc .fbc-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}


/* --------------- FOOTER AREA END ---------------- */
.footer {
  background: #00aeef;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 0px;
}

.footer .back-bg {
  background: #fff;
  width: 100%;
  padding: 30px 0;
  border-bottom-right-radius: 0px;
}

.footer-box1 img {
  width: auto;
  width: 17px;
}

.footer-box1 ul li img {
  width: 30px;
  float: left;
}

.footer-box1 h2 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 22px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  margin-bottom: 16px;
}

.footer-box1 h3 {
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
}

.footer-box1 .social-links a {
  font-size: 15px;
  display: inline-block;
  background: #fff;
  color: #051133;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  transition: 0.3s;
  border: 1px solid #051133;
}

.footer-box1 .social-links a:hover {
  background: #00aeef;
  color: #fff;
  border: 1px solid #00aeef;
  text-decoration: none;
}

.footer-box1 .social-links .aap_icon {
  transition: all 0.3s ease;
  padding: 0;
  border: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
}

.footer-box1 .social-links .aap_icon img {
  width: 90px;
}

.footer-box1 .social-links .aap_icon:hover {
  border: 0px;
  background: transparent;
}

.footer-box1 .social-links .aap_icon>video {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

.footer-box1 ul {
  padding: 0;
  margin: 0;
}

.footer-box1 ul li {
  display: flex;
  align-items: normal;
}

.footer-box1 ul li span {
  color: #35aeef;
  padding: 3px 0;
  margin: 0;
  line-height: 1;
  width: 19px;
  text-align: center;
}

.footer-box1 p {
  line-height: 22px;
  font-size: 14px;
  color: #0e3862;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px
}

.footer-box1 ul li a {
  color: #0e3862;
  font-size: 14px;
  line-height: 23px;
  position: relative;
  transition: 0.3s;
}

.footer-box1 ul li a:hover {
  color: #00aeef;
  padding-left: 10px;
}

.footer-box1 ul li a:after {
  position: absolute;
  top: 12px;
  left: -5px;
  margin: auto;
  width: 0px;
  content: '.';
  color: transparent;
  background: #0e3862;
  height: 1px;
  transition: all .5s;
}

.footer-box1 ul li a:hover:after {
  width: 10px;
  transition: all .5s;
}

.footer-box1 {
  /* margin-top: 30px; */
}

.right-bolder {
  border-right: 1px solid #c7eafb;
  /* min-height: 290px; */
}

.footer .copyright {
  text-align: left;
  padding: 16px 0px;
  color: #ffffff;
  font-size: 14px;
}

.footer .credits {
  padding: 16px 0px;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}

.footer .credits a {
  font-size: 14px;
  color: #ffffff;
  padding-left: 10px;
}

.twitter {
  padding-top: 5px !important;
}

/* About about-where-we-work
------------------------------*/
.about-where-we-work {
  --color-background: #f4f4f4;
}

.about-where-we-work .content-www h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: rgba(232, 69, 69, 0.05);
  color: 0e3862;
  border-radius: 7px;
  display: inline-block;
}

.about-where-we-work .content-www h2 {
  color: #0e3862;
  font-weight: 700;
}

.about-where-we-work .content-www p:last-child {
  margin-bottom: 0;
}

.about-where-we-work .map {
  text-align: center;
}

.about-where-we-work .map img {
  width: 60%;
}

.about-where-we-work .content-www .read-more {
  background: #e84545;
  color: #fff;
  font-family: 'AktivGroteskBold';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-where-we-work .content-www .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about-where-we-work .content-www .read-more:hover {
  background: rgba(232, 69, 69, 0.8);
  padding-right: 19px;
}

.about-where-we-work .content-www .read-more:hover i {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Features-Location Section
--------------------------------------------------------------*/
.features-location {
  padding-top: 80px;
}

.features-location .features-item+.features-item {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .features-location .features-item+.features-item {
    margin-top: 40px;
  }
}

.features-location .features-item h3 {
  font-size: 30px;
  color: #0e3862;
  font-family: 'AktivGroteskMedium';
  margin-bottom: 0px;
}

.features-location .features-item h4 {
  font-size: 40px;
  color: #0e3862;
  font-family: 'AktivGroteskMedium';
  line-height: 45px;
}

.features-location .features-item p:last-child {
  margin-bottom: 0;
}

.features-location .features-item .more-btn {
  background: #f04e69;
  padding: 10px 25px;
  margin-top: 25px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  z-index: 9;
  position: relative;
  transition: 0.3s;
}

.features-location .features-item .more-btn:hover {
  background: #038dc8;
}

.features-location .features-item .more-btn i {
  padding-left: 10px;
}

.location-w3 .states {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  padding: 10px;
  background: #038dc8;
  height: 100%;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  text-align: center;

  color: #fff;
  line-height: 35px;
  font-family: 'AktivGroteskBold';
}

.location-w3 img {
  width: 100%;
  object-fit: cover;
  height: 390px;
}

.location-w3 .states.lft {
  left: 0;
  right: auto;
}

.features-location .features-item ul {
  list-style: none;
  padding: 0;
}

.features-location .features-item ul li {
  margin-top: 20px;
  padding: 0px 6px 0 6px;
  border-right: 1px solid #0e3862;
  display: inline-block;
  text-align: center;
}

.features-location .features-item ul li:last-child {
  border-right: 0px solid #0e3862;
}

.features-location .features-item ul li .count-bx {
  display: block;
  align-items: center;
}

.features-location .features-item ul i {
  flex-shrink: 0;
  font-size: 30px;
  color: #0e3862;
  margin-right: 0px;
}

.features-location .features-item ul i img {
  width: 40px;
}

.features-location .features-item ul h5 {
  font-size: 25px;
  color: #038dc8;
  margin: 0px;
}

.features-location .features-item p:last-child {
  margin-bottom: 0;
}

.features-location .features-item ul p {
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #0e3862;
}

.features-location .features-item .cover-bor1 {
  right: 0;
  left: auto;
  margin: 0px -100px 0 0px !important;
  z-index: 9;
}

.features-location .features-item .cover-bor {
  position: relative;
  left: 0px;
  top: 30px;
  background: #fff;
  padding: 30px 30px;
  margin: 0px 0px 0 -100px;
  transform: scale(1);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.features-location .features-item .establish {
  margin-top: 35px;
  width: 100%;
  display: block;
}

/* .features-location .features-item .cover-bor::before {
    content: "";
	opacity: 1;
    position: absolute;
    transition: opacity 200ms ease-out;
	z-index: 1;
   top: -40px;
    right: 0px;
    bottom: -40px;
    left: -35%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
   /* -webkit-transform: scale(0,1);
    transform: scale(0,1); /
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
} */
/*.features-location .features-item .cover-bor::after{
	content: "";
	opacity: 1;
    position: absolute;
	top: -40px;
    right: 0px;
    bottom: -40px;
    left: -35%;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  /*  -webkit-transform: scale(1,0);
    transform: scale(1,0); /
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.features-location .features-item .cover-bor1::before{right: -35%;left: 0;}
.features-location .features-item .cover-bor1::after{right: -35%;left: 0;}

.features-location .features-item:hover .cover-bor::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	border-right: 1px solid #038dc8;
    border-left: 1px solid #038dc8;
}
.features-location .features-item:hover .cover-bor::before, .features-location .features-item:hover .cover-bor::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	border-right: 1px solid #038dc8;
    border-left: 1px solid #038dc8;
	 border-top: 1px solid #038dc8;
    border-bottom: 1px solid #038dc8;
	-webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
 */


/* -----------Where we Work Detail Section ------------ */

.www_detail {
  padding: 30px 0px;
}

.www_detail .discription-www {
  background: #00aeef;
  padding: 30px;
  height: 100%;
}

.www_detail .discription-www .icon-box {
  padding: 15px;
  transition: ease-in-out 0.3s;
  border: 1px solid #fff;
  height: 100%;
  text-align: center;
}

.www_detail .discription-www h2 {
  color: #fff;
}

.www_detail .discription-www h2:before {
  left: 0px;
  width: 0px;
  background: transparent
}

.www_detail .discription-www .box_icons .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #f04e69;
}

.www_detail .discription-www .box_icons .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 30px;
  line-height: 26px;
  color: #fff;
  transition: ease-in-out 0.3s;
}

.www_detail .discription-www .box_icons .icon-box:hover h3 {
  color: #f04e69;
}

.www_detail .discription-www .box_icons .icon-box p {
  padding-bottom: 0px;
  font-size: 16px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
}

.www_detail .discription-www .box_icons .icon-box:hover {
  border-color: #f04e69;
}



/* -----------MAP------------ */
.map-ct {
  /*background:#fcfcfc;
	 border:1px solid #fff; 
	box-shadow: 0px 2px 15px rgb(0 0 0 / 25%); */
  width: 80%;
  margin: 0 auto;
  margin-left: 0;
  position: relative;
}

.map-ct .points {
  position: absolute;
  bottom: 0;
  right: 0;
}

.map-ct .points ul {
  margin: 0px;
  padding: 0px;
}

.map-ct .points ul li {
  list-style: none;
  font-size: 12px;
  position: relative;
}

.map-ct .points ul li.blue:before {
  color: #00aeef;
}

.map-ct .points ul li.green:before {
  color: #8bc63e;
}

.map-ct .points ul li.yellow:before {
  color: #fff101;
}

.map-ct .points ul li.dblue:before {
  color: #12315f;
}

.map-ct .points ul li.gray:before {
  color: #808285;
}

.map-ct .points ul li.red:before {
  color: #ee1d23;
}

.map-ct .points ul li.orange:before {
  color: #f7931d;
}

.map-ct .points ul li.loca:before {
  color: #0166b3;
  content: "\f041";
  font: normal normal normal 14px/1 FontAwesome;
}

.map-ct .points ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 25px;
  line-height: 23px;
  right: -16px;
  color: red;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  moz-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
  border: 1px solid #0e3862
}

.mapael .map {
  position: relative;
}

.mapael .map h1.tooltip {
  font-size: 14px;
  color: #0e3862;
  margin: 0;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  position: relative;
  opacity: 1;
}

.bodytext h1 {
  font-size: 32px;
  line-height: 36px;
  color: #666;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
}

.mapael .map p.tooltiPra {
  font-size: 14px;
  color: #0e3862;
  margin: 0;
  line-height: 18px;
  padding: 0;
  margin-bottom: 5px;
  text-align: left;
}

.world-mapbox {
  background: #fff;
  padding: 50px 25px;
  border: 30px solid #e7e7e7;
  box-shadow: 0px 0px 12px 10px #c1c1c1 inset;
}


/* ----WHRE WE WORK FORM ---- */
.query-form {
  background: #00aeef;
  padding: 20px;
  /* border-bottom-right-radius: 150px; */
  border-radius: 15px;
}

.query-form h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}

.query-form .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 15px;
  background: rgb(199 234 251 / 60%);
  border: 2px solid #ffffff;
  border-radius: 15px;
}

.query-form .php-email-form .form-group {
  padding-bottom: 8px;
}

.query-form .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.query-form .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.query-form .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.query-form .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.query-form .php-email-form input,
.query-form .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.query-form .php-email-form input {
  height: 44px;
}

.query-form .php-email-form textarea {
  padding: 10px 12px;
}


.query-form .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;

  outline: none;
  background-color: #009de0;
  font-size: 1em;
  cursor: pointer;
}

.query-form .php-email-form button[type=submit]:hover {
  background: #ffa012;
  transform: scale(0.90);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.20);
}


.query-form .php-email-form:focus+.form_label {
  top: -.5em;
  left: .8em;
  color: rgb(28, 164, 248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.query-form .php-email-form:not(:placeholder-shown).form_input:not(:focus)+.form_label {
  top: -.5em;
  left: .8em;
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.query-form .php-email-form:focus {
  border: .1em solid rgb(28, 164, 248);
}

.query-form .php-email-form #captcha {
  margin: 15px 0px;
  position: relative;
}

.query-form .php-email-form #captcha .preview {
  color: #555;
  text-align: center;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  border: 1px dashed #000;
  border-radius: 5px;
  radial-gradient(black 3px, transparent 4px),
  radial-gradient(black 3px, transparent 4px),
  linear-gradient(#fff 4px, transparent 0),
  linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px),
  linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px),
  white;
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.query-form .php-email-form .form_label_captcha {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #fff;
  font-size: 14px;
  transition: .4s;
}

/* .query-form .php-email-form .form_input_captcha:focus + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
} */

.query-form .php-email-form .form_input_captcha:not(:placeholder-shown).query-form .php-email-form .form_input_captcha:not(:focus)+.form_label_captcha {
  top: 4.6em;
  ;
  left: .8em;
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

/* .query-form .php-email-form .form_input_captcha:focus{
    border: .1em solid rgb(28,164,248);
} */

.query-form .php-email-form #captcha .preview span {
  display: inline-block;
  user-select: none;
}

.query-form .php-email-form #captcha .captcha_form {
  display: flex;
}

.query-form .php-email-form #captcha .captcha_form input {
  width: 100%;
  outline: none;
  z-index: 1;
}


.query-form .php-email-form #captcha .captcha_form .captcha_refersh {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-left: 3px;
}

.captcha_refersh {
  transition: .4s;

}

.captcha_refersh:hover {
  transition: .4s;

  transform: scale(0.90);
}



.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

.icon-box .icon-box-content .socials-footer {}

.icon-box .icon-box-content .socials-footer ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
}

.icon-box .icon-box-content .socials-footer ul li {
  list-style: none;
}

.icon-box .icon-box-content .socials-footer ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  line-height: 31px;
}

.icon-box .icon-box-content .socials-footer ul li .link-one {
  background: #1b4b8d;
}

.icon-box .icon-box-content .socials-footer ul li .link-two {
  background: #00aeef;
}

.icon-box .icon-box-content .socials-footer ul li .link-three {
  background: #e43462;
}

.icon-box .icon-box-content .socials-footer ul li .link-four {
  background: #df2f2f;
}

.icon-box .icon-box-content .socials-footer ul li .link-five {
  background: #2eaf1e;
}

.section-address {}

.section-address .icon-box-title h3 {
  font-size: 18px;
  color: #0e3862;
  line-height: 20px;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 0px;
}

.section-address .icon-box-title h4 {
  font-size: 14px;
  color: #0e3862;
  line-height: 24px;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 15px;
}

.section-address .icon-box-title h5 {
  font-size: 16px;
  color: #0e3862;
  line-height: 24px;
  font-family: 'AktivGroteskBold';
  position: relative;
  margin-bottom: 5px;
}

.section-address .icon-box-title p {
  font-size: 16px;
  color: #0e3761;
  line-height: 24px;
  font-family: 'AktivGroteskRegular';
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.section-location {}

.section-location h3 {
  font-size: 20px;
  color: #0e3862;
  margin-bottom: 5px;
}

.section-location .location-box {}

.section-location .location-box ul {
  margin: 0px;
  padding: 0px;
}

.section-location .location-box ul li {
  list-style: none;
  display: inline-block;
}

.section-location .location-box ul li a {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #0e3862;
  background: #cfebff;
  padding: 2px 5px;
  margin: 2px 1px;
  border-right: 1px solid #0e3862;
  line-height: 18px;
  border-bottom: 1px solid #0e3862;
}

.section-location .location-box ul li a:hover {
  background: #0e3862;
  color: #fff;
}

/* ----WHRE WE WORK FORM END ---- */


/* For all zoom buttons */
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #0e3862;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
  top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
  top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
  top: 50px;
}

/* =============== MOBILE MENU ====================== */
.menu_rgt {
  max-width: 800px;
  width: 100%;
  padding: 10px 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: static;
}

.menu_rgt .social {
  width: 100%;
  padding-top: 15px;
  padding-left: 0;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.menu_rgt .social h3 {
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  font-family: Assistant, sans-serif;
  font-weight: 100;
  padding-right: 14px;

  margin: 0;
}

.menu_rgt .social ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.menu_rgt .social ul li {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  padding-right: 5px;
  text-align: center;
}

.menu_rgt .social ul li a {
  width: 25px;
  height: 25px;
  display: block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  padding-right: 0;
  padding-left: 0;
  padding: 0;
  font-size: 18px;
}

.menu_rgt .social ul li:last-child {
  padding-right: 0
}

.menu_rgt .social ul li a i {}

/* .menu_rgt .social ul li a.you {
	background: url(../images/social-icon.png) no-repeat top 0 left 0
}

.menu_rgt .social ul li a.you1 {
	background: url(../images/social-icon.png) no-repeat top 0 left -31px
}

.menu_rgt .social ul li a.you2 {
	background: url(../images/social-icon.png) no-repeat top 0 left -72px
}

.menu_rgt .social ul li a.you3 {
	background: url(../images/social-icon.png) no-repeat top 0 left -111px
}

.menu_rgt .social ul li:hover a.you {
	background: url(../images/social-icon.png) no-repeat top -31px left 0
}

.menu_rgt .social ul li:hover a.you1 {
	background: url(../images/social-icon.png) no-repeat top -31px left -31px
}

.menu_rgt .social ul li:hover a.you2 {
	background: url(../images/social-icon.png) no-repeat top -31px left -72px
}

.menu_rgt .social ul li:hover a.you3 {
	background: url(../images/social-icon.png) no-repeat top -31px left -111px
} */
.bottom-bx {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.overlayp {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #1a5890;
  /* background: url(../images/menu.jpg) no-repeat top center; */
  overflow-y: hidden;
  transition: .5s;
  background-size: cover;
}

.overlayp .men_logo {
  padding: 10px;
}

.overlayp .men_logo img {
  width: 50%;
}

.overlayp-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  box-sizing: border-box;
  padding-bottom: 30px;
  overflow-y: scroll;
  height: 425px;
}

.overlayp-content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.overlayp-content ul li {
  list-style: none
}

.overlayp-content ul li a {
  padding: 6px 0;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  transition: .3s;
  font-weight: 400;
  position: relative
}

.overlayp-content ul li a::after {
  width: 0;
  height: 2px;
  background: #00aeef;
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.overlayp-content ul li a:hover::after {
  width: 100%;
  background: #00aeef;
  left: 0
}

.overlayp-content ul li ul {
  display: none;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.overlayp-content ul li ul il ul.mystyle {
  list-style: none
}

.overlayp-content ul li ul li a {
  padding: 4px 0px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: .3s;
  padding-bottom: 0px;
  font-weight: 400;
  position: relative;
  padding-left: 0px !important
}

.overlayp-content ul li ul li a span {
  margin-left: 9px;
}

.overlayp-content ul li ul li a::after {
  width: 0;
  height: 2px;
  background: 0 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.overlayp-content ul li ul li a:hover::after {
  width: 100%;
  background: 0 0;
  left: 0;
  padding-left: 0 !important
}

.overlayp-content ul li ul li a sup {
  font-size: 12px
}

/* ====== sub sub ======= */
.overlayp-content ul li ul li ul .drop2 {
  display: none
}

.overlayp-content ul li ul li ul li {
  list-style: none
}

.overlayp-content ul li ul li ul li a {
  padding: 2px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  transition: .3s;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  padding-left: 8px !important
}

.overlayp-content ul li ul li ul li a::after {
  width: 0;
  height: 2px;
  background: 0 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.overlayp-content ul li ul li ul li a:hover::after {
  width: 100%;
  background: 0 0;
  left: 0;
  padding-left: 0 !important
}

.overlayp-content ul li ul li ul li a sup {
  font-size: 12px
}

/* ====== sub sub ======= */

.overlayp a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: .3s
}

.overlayp a:hover {
  color: #00aeef;
}

.mail_call {
  width: 100%;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mail_call a {
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  transition: .3s;
  font-weight: 400;
  border-right: 0px solid #888;
  line-height: 30px
}

.mail_call a:hover {
  padding: 0 15px
}

.mail {
  width: 50%;
  text-align: center;
}

.call {
  width: 50%;
  text-align: center;
}

.overlayp .closebtn {
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  background: #fff;
  color: #00aeef;
  padding: 8px;
  line-height: 18px;
  border-radius: 5px;
}

/* ------------- TABLE -------------- */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #3498db;
  color: white;
  font-weight: bold;
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}


/*------SITEMAP---------------*/
.sossitemap.contents {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.sossitemap .cf:before,
.sossitemap .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.sossitemap .cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.sossitemap .cf {
  zoom: 1;
}


.sossitemap a:focus {
  outline: 2px dashed #f7f7f7;
}


.sossitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sossitemap ul a {
  display: block;
  background: #00aeef;
  border: 2px solid #00aeef;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  padding: 5px;
  border-radius: 0px;
  margin-bottom: -26px;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
}

.sossitemap ul .departments-sub ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sossitemap ul .departments-sub a {
  display: block;
  background: #00aeef;
  border: 2px solid #00aeef;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  padding: 5px;
  border-radius: 0px;
  margin-bottom: -26px;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
}

@media print {
  .sossitemap ul a {
    border: 2px solid #00aeef;
  }
}

.sossitemap ul a span {
  top: 50%;
  margin-top: -0.7em;
  display: block;
}

/*
 
 */

.sossitemap .administration>li>a {
  margin-bottom: 25px;
}

.sossitemap .director>li>a {
  width: 12%;
  margin: 0 auto 0px auto;
}

.sossitemap .subdirector:after {
  content: "";
  display: block;
  width: 0;
  height: 130px;
  background: red;
  border-left: 2px solid #fff;
  left: 45.45%;
  position: relative;
}

@media print {
  .sossitemap .subdirector:after {
    border-left: 2px solid #00aeef;
  }
}

.sossitemap .subdirector,
.sossitemap .departments {
  position: relative;
  width: 100%;
}

.sossitemap .subdirector>li:first-child,
.sossitemap .departments>li:first-child {
  width: 18.59894921190893%;
  height: 40px;
  margin: 0 auto 20px auto;
  padding-top: 5px;
  border-bottom: 2px solid #00aeef;
  z-index: 1;
}

@media print {

  .sossitemap .subdirector>li:first-child,
  .sossitemap .departments>li:first-child {
    border-bottom: 2px solid #00aeef;
  }
}

.sossitemap .subdirector>li:first-child {
  float: right;
  right: 27.2%;
  border-left: 2px solid #00aeef;
}

@media print {
  .sossitemap .subdirector>li:first-child {
    border-left: 2px solid black;
  }
}

.sossitemap .departments>li:first-child {
  float: left;
  left: 31.5555%;
  border-right: 2px solid #00aeef;
}

@media print {
  .sossitemap .departments>li:first-child {
    border-right: 2px solid black;
  }
}

.sossitemap .subdirector>li:first-child a,
.sossitemap .departments>li:first-child a {
  width: 100%;
}

.sossitemap .subdirector>li:first-child a {
  left: 25px;
}

@media screen and (max-width: 767px) {

  .sossitemap .subdirector>li:first-child,
  .sossitemap .departments>li:first-child {
    width: 40%;
  }
  .overlayp .men_logo img {
    width: 10% !important;
}
  .overlayp-content ul li ul {
    display: none;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    margin-bottom: 15px;
    background-color: #fff !important;
}
.overlayp-content ul li ul a{
    color:#1a5890 !important;
}

  .sossitemap .subdirector>li:first-child {
    right: 10%;
    margin-right: 2px;
  }

  .sossitemap .subdirector:after {
    left: 49.8%;
  }

  .sossitemap .departments>li:first-child {
    left: 10%;
    margin-left: 2px;
  }
}


.sossitemap .departments>li:first-child a {
  right: 25px;
}

.sossitemap .department:first-child,
.sossitemap .departments li:nth-child(2) {
  margin-left: 0;
  clear: left;
}

.sossitemap .departments:after {
  content: "";
  display: block;
  position: absolute;
  width: 81.1%;
  height: 22px;
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  border-left: 2px solid #00aeef;
  margin: 0 auto;
  top: 38px;
  left: 9.1%;
}

@media print {
  .sossitemap .departments:after {
    border-top: 2px solid #00aeef;
    border-right: 2px solid #00aeef;
    border-left: 2px solid #00aeef;
  }
}

@media screen and (max-width: 767px) {
  .sossitemap .departments:after {
    border-right: none;
    left: 0;
    width: 49.8%;
  }
}

@media screen and (min-width: 768px) {

  .sossitemap .department:first-child:before,
  .sossitemap .department:last-child:before {
    border: none;
  }

  .sossitemap .departments-sub:first-child:before,
  .sossitemap .departments-sub:last-child:before {}
}

.sossitemap .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 22px;
  border-left: 2px solid #00aeef;
  z-index: 1;
  top: -22px;
  left: 50%;
  margin-left: 13px;
}

.sossitemap .departments-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 89%;
  border-left: 2px solid #00aeef;
  z-index: 1;
  top: 40px;
  left: 0;
  margin-left: 25px;

}

@media print {
  .sossitemap .department:before {
    border-left: 2px solid black;
  }

  .sossitemap .departments-sub:before {
    border-left: 2px solid black;
  }
}

.sossitemap .department {
  border-left: 2px solid #00aeef;
  width: 15.59894921190893%;
  float: left;
  margin-left: 1.251313485113835%;
  margin-bottom: 60px;
}



@media print {
  .sossitemap .department {
    border-left: 2px solid #00aeef;
  }

  .sossitemap .departments-sub {
    border-left: 2px solid #00aeef;
  }
}

.sossitemap .lt-ie8 .department {
  width: 18.25%;
}

.sossitemap .lt-ie8 .departments-sub {
  width: 18.25%;
}

@media screen and (max-width: 767px) {
  .sossitemap .department {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .sossitemap .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 50px;
    border-left: 2px solid #00aeef;
    z-index: 1;
    top: -60px;
    left: 0%;
    margin-left: -2px;
  }

  .sossitemap .department:nth-child(2):before {
    display: none;
  }

  .sossitemap .departments-sub {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .sossitemap .departments-sub:nth-child(2):before {
    display: none;
  }
}

.sossitemap .department>a {
  margin: 0 0 -35px -2px;
  z-index: 1;
  border: 2px solid #ffffff;
}

.sossitemap .department>a:hover {
  height: 60px;
}

.sossitemap .department>.departments-sub a {
  margin: 0 0 -35px -2px;
  z-index: 1;
  border: 2px solid #ffffff;
}

.sossitemap .department>.departments-sub a:hover {
  height: 60px;
}

.sossitemap .department>ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sossitemap .department li {
  padding-left: 25px;
  border-bottom: 2px solid #00aeef;
  height: 60px;
}

.sossitemap .departments-sub {
  position: relative;
  width: 100%;
}

.sossitemap .departments-sub>a {
  margin: 0 0 -35px -2px;
  z-index: 1;
  border: 2px solid #ffffff;
}

.sossitemap .departments-sub>a:hover {
  height: 60px;
}

.sossitemap .department>ul .departments-sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sossitemap .department li.departments-sub {
  padding-left: 25px;
  border-bottom: 2px solid #00aeef;
  height: auto;
}



@media print {
  .sossitemap .department li {
    border-bottom: 2px solid #00aeef;
  }

  .sossitemap .departments-sub li {
    border-bottom: 2px solid #00aeef;
  }
}

.sossitemap .department li a {
  background: #ffffff;
  top: 50px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 50px;
  vertical-align: middle;
  right: -2px;
  color: #0e3862;
  line-height: 16px;
}

.sossitemap .department li a:hover {
  box-shadow: 8px 8px 9px -2px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 95%;
  top: 50px;
  background-image: none !important;
}

.sossitemap .department li.departments-sub a {
  background: #ffffff;
  top: 50px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 50px;
  vertical-align: middle;
  right: -2px;
  color: #0e3862;
  line-height: 16px;
}

.sossitemap .department li.departments-sub a:hover {
  box-shadow: 8px 8px 9px -2px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 95%;
  top: 50px;
  background-image: none !important;
}



/* Department/ section colors */
/* .sossitemap .department.dep-a a{ background: #FFD600; }
.sossitemap .department.dep-b a{ background: #AAD4E7; }
.sossitemap .department.dep-c a{ background: #FDB0FD; }
.sossitemap .department.dep-d a{ background: #A3A2A2; }
.sossitemap .department.dep-e a{ background: #f0f0f0; } */






@media screen and (max-height:450px) {
  .overlay {
    overflow-y: auto
  }

  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px
  }

  .awareness .icon-box {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
}





/* =============== MOBILE AND TAB VIEW ====================== */
@media(min-width: 991px) {
  .navbar-brand {
    display: none !important;
  }
}

@media(max-width: 991px) {
  .mt-70 {
    margin-top: 0px !important;
  }

  .why-partners h2 {
    font-size: 25px !important;
    color: #00108d !important;
    line-height: 38px;
    font-family: 'AktivGroteskMedium';
    position: relative;
    margin-bottom: 30px;
  }

  .dsktp {
    display: none;
  }

  .overlayp-content ul li a {
    font-size: 20px;
    padding: 4px 0px;
  }

  .awareness .icon-box {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }

  .sustainability .icon-box {
    border-right: none;
    border-bottom: none;

  }
}

@media(min-width: 991px)and (max-width: 1199px) {
  .head header nav ul li a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    margin-left: 12px !important;
    font-size: 14px;
    font-family: 'AktivGroteskMedium';
  }
}

@media(max-width: 991px) {

  .banner_home .item .cover {
    position: relative;
    padding: 5px 0;
    top: auto;
    height: auto;
  }

  .banner_home .item .cover .header-content {
    padding: 25px 40px 30px;
    border-bottom-right-radius: 150px;
  }

  .banner_home .item .cover .header-content h1 {
    margin: 0px 0 20px;
  }

  .banner_home .owl-dots {
    left: 5%;
    width: auto;
    text-align: left !important;
    display: inline-block;
    bottom: 53%;
  }

  .top_bar .donatebt {
    display: none;
  }

  .navbar-dark .navbar-toggler {
    border: 0px solid #35afef;
    padding: 0.25rem 0.5rem;
    padding: 0px;
    margin-left: auto;
  }

  .navbar-dark .navbar-toggler-icon {}

  .top_zone {
    right: 70px;
    top: 12px;
  }

  .head header {
    height: auto;
  }

  .counter-section .apart-box_right {
    margin-bottom: 30px;
  }

  .map-ct {
    width: 100%;
  }

  .map-ct .points {
    position: relative;
    padding: 20px;
  }

  .donor_speak .donor-speak-box .auther_image img {
    max-width: 100%;
  }

  .donor_speak .donor-speak-box .auther_image {
    width: 50%;
  }

  .our_impact .fs_box h3 {
    font-size: 14px;
  }

  .our_impact .flc_box ul li {}

  .our_impact .fs_box h4 {
    font-size: 24px;
  }

  .our_impact .flc_box h4 {
    font-size: 24px;
  }

  .what_sets .apart-box_right {
    padding-left: 0px;
  }

  .what_sets h3 {
    text-align: left;
  }

  .what_sets h3:before {
    left: -110px;
    right: auto;
  }

  .what_sets .bg {
    background-size: 100%;
    width: 100%;
  }

  .stories_change h3 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .stories_change h2 {
    font-size: 28px;
  }

  .footer .container.d-flex {
    display: block !important;
  }

  .footer .copyright {
    text-align: center;
    padding-bottom: 0px;
  }

  .footer .credits {
    text-align: center;
    padding-top: 5px;
  }

  .banner_home .owl-dots {
    bottom: 0%;
    position: relative;
  }

  .banner_home .item .cover .header-content .line {
    position: relative;
  }

  .banner_home .item .cover .header-content {
    max-width: 100%;
  }

  .sdg_area {
    display: block;
  }

  .overlayp-content ul li .myul1,
  .myul2,
  .myul3 {
    padding-left: 10px;
  }

  .inner-banner:before {
    width: 155px;
    background-size: 160px;
    height: 165px;

  }

  .awareness .icon-box {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }

  .sustainability .icon-box {
    border-right: none;
    border-bottom: none;

  }

}

@media(max-width: 576px) {

  .care_solutions .back-bg {
    width: 100%;
  }

  .banner_home .item .cover .header-content {
    max-width: 100%;
    padding: 0px 15px 25px;
    left: -3%;
    right: 0;
  }

  .banner_home .item .cover .header-content h1 {
    font-size: 22px;
    margin: 0px 0 30px;
  }

  .banner_home .item .cover .header-content h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .banner_home .item .cover .header-content h1:before {
    top: 10px;
    right: -36px;
  }

  .banner_home .owl-dots {
    padding: 0;
    position: absolute;
    left: auto;
  }

  .donate_but {
    padding-top: 25px;
  }

  .banner_home .item .cover {
    top: auto;
    display: none;
  }

  .logo_bx .logos {
    border-bottom: 1px solid #ccc;
    border-right: 0px solid #ccc;
  }

  .problem_statment .back-bg .intro {
    padding-right: 0px;
  }

  .head header .logo img {
    height: 22px;
    padding-right: 17px;
  }

  .head header .logo a {
    margin-right: 0;
    margin-right: 15px;
    font-size: 12px;
    display: flex;
    line-height: 19px;
  }

  .donatebt {
    margin-left: 8px !important;
    width: 95px;
    padding: 4px 25px !important;
  }

  .top_bar {
    padding-bottom: 0px;
    border-bottom: 0px solid #00aeef;
    margin-bottom: 0px;
  }

  .care_solutions .back-bg .graph {
    text-align: center;
  }

  .care_solutions .back-bg .graph img {
    width: 90%;
  }

  .care_solutions .back-bg h2 {
    font-size: 31px;
    line-height: 31px;
    padding-left: 15px;
  }

  .care_solutions .back-bg h2:before {
    left: -90px;
    top: 12px;
  }

  .care_solutions .back-bg .intro {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }

  .care_solutions .back-bg .intro h3 {
    line-height: 28px;
    font-size: 21px;
  }

  .our_commitment .commit_title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .our_commitment .commit_title {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .our_commitment .commit_title h3 {
    font-size: 22px;
  }

  .our_impact .flc_box {
    margin-bottom: 15px;
    min-height: auto;
    height: auto;
  }

  .our_impact .fs_box .fs-left-card {
    margin-bottom: 15px;
    height: auto;
  }

  .partner_with_us .contentarea {
    padding: 15px;
  }

  .partner_with_us .video-play {
    min-height: 250px;
  }

  .right-bolder {
    border-right: 0px solid #c7eafb;
    border-bottom: 0px solid #c7eafb;
    padding: 0px !important;
  }

  .what_sets .bg {
    background: linear-gradient(180deg, #90dffe 45%, #ffffff 45%);
  }

  .longEnough {
    padding-right: 10px;
    margin-top: 30px;
  }

  .commitment-box .right_box .cont-box {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;

    width: 100%;
  }

  .our_commitment .commit_title .video_box:after {
    border-bottom-right-radius: 90px;
    width: 148px;
    height: 175px;
  }

  .our_work_area h2 {
    font-size: 30px;
    padding-left: 20px;
  }

  .our_work_area h2:before {
    left: -90px;
    top: 18px;
  }

  .flipbox h3 {
    font-size: 30px;
    padding-left: 20px;
  }

  .flipbox h3:before {
    left: -90px;
    top: 18px;
  }

  .our_impact h2 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 20px;
  }

  .our_impact h2:before {
    left: -90px;
    top: 18px;
  }

  .our_commitment .back-bg-01 {
    width: 100%;
  }

  .our_impact .back-bg-02 {
    width: 100%;
  }

  .counter_area h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .counter-section .back-bg {
    width: 100%;
  }

  .awareness .icon-box {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }

  .sustainability .icon-box {
    border-right: none;
    border-bottom: none;

  }

  /* .circle-wrap .circle .mask, .circle-wrap .circle .fill{
		width: 190px;
		height: 190px;
	}
	.circle-wrap .circle .mask {
		clip: rect(0px, 190px, 190px, 95px);
	}
	.circle-wrap .inside-circle{
		width: 150px;
		height: 150px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.circle-wrap .circle .mask .fill{
		clip: rect(0px, 95px, 190px, 0px);
	}
	.circle-wrap{
		width: 190px;
		height: 190px;
	}
	.circle-wrap .inside-circle h3{
		font-size: 35px;
		margin-bottom: 0;
	} */
  .counter_area {
    margin-top: 15px;
  }

  .counter_area .col-lg-4 {
    width: 50%
  }

  .ctn-mb-5 {
    margin-bottom: 50px;
  }



  .donor_speak .back-bg {
    width: 100%;
  }

  .donor_speak h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .donor_speak .donor-speak-box {
    display: block;
  }

  .donor_speak .donor-speak-box .auther_image {
    padding-right: 0px;
    text-align: center;
  }

  .donor_speak .donor-speak-box .auther_image img {
    max-width: 100%;
    border-bottom-right-radius: 150px;
  }

  .donor_speak .donor-speak-box .auther_detail {
    margin-bottom: 30px;
  }


  .what_sets .back-bg {
    width: 100%;
  }

  .what_sets h2 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 20px;
  }

  .what_sets h2:before {
    left: -90px;
    top: 18px;
  }

  .what_sets .apart-box {
    padding-right: 0px;
    padding-left: 0;
  }

  .what_sets .apart-box ul li span {
    margin-right: 27px;
    padding: 7px 14px;
    font-size: 20px;
    line-height: 27px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border: 1px solid #00afef;
  }

  .what_sets .apart-box ul li {
    border-bottom: 1px dashed #00aeef;
  }

  .what_sets .apart-box p {
    font-size: 14px;
    padding-top: 0px;
    line-height: 18px;
  }

  .what_sets h3 {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    padding-top: 35px;
    padding-left: 20px;
  }

  .what_sets h3:before {
    left: -90px;
    top: 50px;
  }

  .stories_change h2 {
    font-size: 30px;
  }

  .news_updates h2 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 20px;
  }

  .news_updates h2:before {
    left: -90px;
    top: 15px;
  }

  .news_updates .news-box {
    margin-right: 15px;
    margin-left: 15px;
  }

  .news_updates .back-bg-img {
    width: 100%;
  }


  .ways-help .back-bg {
    width: 100%;
  }

  .ways-help h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    padding-top: 0px;
    padding-left: 20px;
  }

  .ways-help h2:before {
    left: -90px;
    top: 15px;
  }

  .stories_change h3 {
    padding-left: 20px;
  }

  .stories_change h3:before {
    left: -90px;
    top: 20px
  }

  .counter-section h2 {
    font-size: 30px;
  }

  .ways-help .our-ways-box .our-ways-test {
    /* margin: -171px auto 0px auto;
		width: 50%;
		position: absolute;
		bottom: 50px;
		left: 60px; */
  }

  .footer .back-bg {
    width: 100%;
  }

  .footer-box1.right-bolder.alert-dismissible {
    padding-right: 0rem;
  }

  .footer-box1 h3 br {
    display: none;
  }

  .footer-box1 ul {
    margin-bottom: 30px;
  }

  .footer-box1 h3 {
    margin-bottom: 10px;
  }

  .megamenu .col-megamenu {
    border-right: 0px solid #ccc;
  }

  .megamenu .col-megamenu .mega_img {
    width: 100%;
  }

  .navbar .megamenu {
    overflow-x: scroll;
    height: 280px;
  }

  .last_box {
    left: 0 !important;
    width: 100% !important;
  }

  .donor_speak .donor-speak-box .auther_image {
    width: 100%;
    padding-bottom: 15px;
  }

  .banner_home .item img {
    object-fit: cover;
    height: 155px;
  }

  .sdg_area ul li img {
    height: 50px;
    width: 100%;
  }

  .sdg_area h3 span {
    margin-bottom: 15px;
  }

  .sdg_area h3 span img {
    width: 60%;
  }

  .what_sets .awards_area .award_bx .icon_bgb {
    max-width: 80px;
    width: 100%;
  }

  .what_sets .awards_area .award_bx p {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
  }


  .vision_missionv .back-bg h1 {
    font-size: 30px;
    text-align: left;
    padding-left: 25px;
    line-height: 30px;
  }

  .vision_missionv .back-bg h1:before {
    left: -80px;
    top: 12px;
  }

  .vision_missionv .back-bg .intro .txts {
    padding-left: 0px;
  }

  .vision_missionv .back-bg .intro .video-box img {
    position: relative;
    left: 0px;
    top: 0px;
    border-radius: 20px 0px 128px;
  }

  .short_stay_home h2 {
    padding-left: 25px;
    font-size: 30px;
  }

  .blog .blog-details .title {
    font-size: 24px;
    line-height: 25px;
  }

  .blog .blog-details {
    padding: 30px 15px;
  }

  .blog .row.g-2 {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.5rem;
  }

  .blog .blog-details .meta-top ul li+li {
    padding-right: 20px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .short_stay_home h2:before {
    left: -80px;
  }

  .db-right h4 {
    text-align: left;
  }

  .db-right p {
    text-align: left;
  }

  .mission_updates .mission-box {
    max-height: 370px;
  }

  .bottom_txt {
    position: relative;
  }

  .bottom_txt h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .bottom_txt p {
    font-size: 18px;
  }

  .inner-banner:before {
    width: 115px;
    background-size: 100%;
    height: 125px;
  }

  .sdgs-box .goals {
    margin-bottom: 35px;
  }

  .sdgs-box ul li {
    padding: 3px 1px;
  }

  .donately-radio-option {
    flex: 0 0 100% !important
  }

  .gb-structure {
    width: 95%;
  }

  .fl_inner {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .features-location .features-item .cover-bor {
    margin: 0px 0px 0 0px;
    top: 0px;
  }

  .location-w3 img {
    height: auto;
  }

  .features-location .features-item .cover-bor1 {
    margin: 0px 0px 0 0px !important;
    top: 0px;
  }

  .features-location .features-item h3 {
    font-size: 24px;
  }

  .features-location .features-item h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .features-location .features-item ul li {
    width: 24%;
    margin-top: 0px;
  }

  .features-location .features-item ul p {
    font-size: 12px;
    line-height: 18px;
  }

  .features-location .features-item ul h5 {
    font-size: 18px;
  }

  .features-location .features-item .establish {
    margin-top: 5px;
  }

  .location-w3 .states {
    font-size: 28px;
    padding: 6px;
  }

  .care-promise {
    background: linear-gradient(270deg, rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.9)), url(../images/care-promise-bg.jpg) right -100px top fixed;
    background-size: cover;
  }

  .care-promise h2 {
    font-size: 30px;
    padding-left: 20px;
  }

  .care-promise h2:before {
    left: -90px;
    top: 18px;
  }

  .sossitemap .director>li>a {
    width: 30%;
  }

  .sossitemap .department li.departments-sub {
    padding-left: 35px;
  }

  .sossitemap .departments-sub:before {
    margin-left: 35px;
  }

  .contact .info-item {
    display: block !important;
  }

  .contact .php-email-form {
    margin-top: 25px;
  }

  .bottom_txt h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .breadcrumbs ol {
    padding-top: 5px;
  }

  .donatebt {
    background-size: 90%;
  }
}

@media(max-width: 991px) {
  .d-logo {
    display: block !important;
  }

  .top-header {
    display: none !important;
  }
}



/* topheader */
.top-header {
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.d-logo {
  display: none;
}

/* slider */
.banner_home div {
  height: 100%;
}

.custom-video-banner {
  position: relative;
  height: 100%;
}

.custom-video-banner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 73%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.custom-video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* our-services */
.our-services h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #fff;
  left: -104px;
  top: 22px;
}

.our-services .col-lg-8 {
  padding: 0 10px 0 0;
}

.our-services .col-lg-8 span a {
  font-size: 13px;
}

.our-services h2 {
  font-size: 38px;
  color: #fff !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.our-services {
  background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 16 32 / 0%)), url(../images/home/service-bg.jpg) center center;
  background-size: cover;
}

.service5 {
  margin-left: auto;
  margin-right: auto;
}

.why-partners {
  padding: 65px 0px;
}

.why-partners h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #0048bd;
  left: -110px;
  top: 22px;
}

.why-partners h2 {
  font-size: 38px;
  color: #00108d !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.color {
  color: #3c3c3c;
}

p {
  color: #000 !important;
}

h4 {
  color: #e81e4d;
}

/* gallery */
.news-letter {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(135deg, #035fa2 54%, #004681 58%);
  /* min-height: 100vh; */
  padding: 65px 0;
      height: 812px;
}

.news-letter .container {
  /*max-width: 1400px;*/
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  height: calc(100vh - 4rem);
}

/* Newsletter Section */
.news-letter .newsletter-section {
  background: rgb(255 255 255);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* position: relative;
            overflow: hidden; */
  overflow: hidden;
      height: 640px;
}

.newsletter-section .newsletter-image {
  width: 386px;
  height: 410px;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}



@media(min-width: 1400px) {
  .newsletter-section .newsletter-image {
    width: 386px;
    height: 450px !important;
    /* border-radius: 50%; */
    /* object-fit: cover; */
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
  }
}

.newsletter-section h2 {
  font-size: 38px;
  color: #00108d !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

/* .newsletter-section h2:before{
              content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #0048bd;
    left: -110px;
    top: 22px;
        } */

.news-letter .newsletter-image:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(78, 205, 196, 0.4);
  }

  50% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(78, 205, 196, 0);
  }
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
  background-size: 300% 100%;
  animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.newsletter-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.newsletter-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.input-group {
  position: relative;
}

.newsletter-input {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
  outline: none;
  border-color: #4ecdc4;
  box-shadow: 0 0 20px rgba(78, 205, 196, 0.3);
  transform: translateY(-2px);
}

.subscribe-btn {
  padding: 1.2rem 2rem;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  border: none;
  border-radius: 16px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.subscribe-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
}

.subscribe-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.subscribe-btn:hover::before {
  left: 100%;
}

/* Gallery Section */
.gallery-section h2 {
  font-size: 38px;
  color: #00108d !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.gallery-section {
  background: rgb(255 255 255);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  height: 640px;

}

.news-view-all-btn {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  background-color: #004681;
  color: #fff;
}

.news-view-all-btn a {
  color: #fff !important;
}

.news-view-all-btn:hover {
  background-color: #e81e4d;
  color: #fff;
}


.gallery-view-all-btn {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  background-color: #004681;
  color: #fff;
  height:21px;
}

.gallery-view-all-btn a {
  color: #fff !important;
}

.gallery-view-all-btn:hover {
  background-color: #e81e4d;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  height: calc(100% - 100px);
}

.gallery-item {
  background: linear-gradient(45deg, #667eea, #764ba2, #ff6b6b, #4ecdc4);
  background-size: 300% 300%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: gradient-bg 4s ease infinite;
  height: 170px;
}

.gallery-item img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 16px;
  position: relative;
  z-index: 1;
      padding: 8px;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.gallery-item:nth-child(2) {
  animation-delay: -1s;
}

.gallery-item:nth-child(3) {
  animation-delay: -2s;
}

.gallery-item:nth-child(4) {
  animation-delay: -3s;
}

.gallery-item:nth-child(5) {
  animation-delay: -1.5s;
}

.gallery-item:nth-child(6) {
  animation-delay: -2.5s;
}

@keyframes gradient-bg {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.gallery-item:hover {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}



.gallery-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 3;
}

.gallery-item:hover .gallery-item-content {
  transform: translateY(0);
}

.gallery-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gallery-item-description {
  font-size: 0.9rem;
  opacity: 0.9;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.shape:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.shape:nth-child(2) {
  width: 150px;
  height: 150px;
  top: 70%;
  right: 15%;
  animation-delay: -2s;
}

.shape:nth-child(3) {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 10%;
  animation-delay: -4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
    gap: 2rem;
    height: auto;
  }

  .newsletter-section,
  .gallery-section {
    padding: 2rem;
  }


  .newsletter-title,
  .gallery-title {
    font-size: 2rem;
  }
}

/* gallery */

/*----------------------------------------*/
/*  12. Footer CSS
/*----------------------------------------*/
.footer-logo img {
  width: 20%;
  padding-bottom: 20px;
}
  .newsletter-section img{
      margin-left:auto;
      margin-right:auto;
          display: table;
      height:405px !important;
  }

.mt-70 {
  margin-top: 70px;
}

.footer-area {
  background: #004c89;
}

.footer-area p {
  font-family: "Poppins", sans-serif;
  color: #fff !important;
}

.footer-area a {
  font-family: "Poppins", sans-serif;
  color: #fff !important;
}

.main-footer {
  padding-bottom: 65px;
  padding-top: 65px;
  font-family: "Poppins", sans-serif;
}

.footer-area.three .main-footer {
  padding-bottom: 50px;
}

.footer-area.two .main-footer {
  padding-top: 85px;
  padding-bottom: 60px
}

.single-widget h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
  color: #ffdd99;
  margin-bottom: 45px;
  position: relative;
}

.single-widget h3::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.single-widget h3::before {
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.single-widget p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
}

.single-widget li a {
  color: #fff;
}

.single-widget ul {
  margin-top: 25px
}

.footer-social ul li {
  display: inline-block;
  margin-right: 13px;
}

.footer-social ul li:last-child {
  margin-right: 0px;
}

.single-widget ul li {
  color: #7d7d7d;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  display: ruby-text;

}

.footer-social ul li a {
  border: 1px solid #DADADA;
  color: #7D7D7D;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-area.two .footer-social ul li a {
  border: 1px solid #7A7A93;
  color: #c7c7c7;
}

.footer-social ul li:hover a,
.footer-area.two .footer-social ul li:hover a {
  border: 1px solid #EC1C23;
  background: #EC1C23;
  color: #fff;
}

.single-widget ul li:last-child {
  margin-right: 0px;
}

.footer-bottom {
  background: #004c89;
  border-top: 1px dashed #ffffff;
}

.footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
}

.footer-area.three .footer-bottom.two p {
  line-height: 48px;
  margin-bottom: 0;
}

.footer-area.three .footer-bottom.two .footer-social ul {
  padding: 15px 0 15px;
}

.footer-bottom p a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.main-footer .col-md-3:last-child {
  padding-left: 75px
}

.footer-area.two .single-widget a {
  float: left;
  display: block
}

.footer-area.two .single-widget ul li a {
  float: none
}

.footer-area.two .main-footer .col-md-3:last-child {
  padding-left: 50px;
}

.footer-area.three .footer-bottom {
  background: #fafafa none repeat scroll 0 0;
  padding: 75px 0 55px;
}

.footer-area.three .footer-bottom p a {
  color: #c7c7c7;
}

.footer-area.three .footer-bottom p {
  margin-bottom: 10px;
}

.footer-bottom .footer-social ul {
  padding: 17px 0 15px;
}

.single-widget.instagram a {
  position: relative;
  line-height: 0;
}

.single-widget.instagram a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: rgba(236, 28, 35, 0.5) none repeat scroll 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-widget.instagram a:hover::after,
.single-widget.instagram a:hover i {
  opacity: 1
}

.single-widget.instagram a i {
  position: absolute;
  z-index: 1;
  color: #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.location {
  padding: 65px 0px;

}

.location h2 {
  font-size: 38px;
  color: #00108d !important;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.our_work_area .icon-box h3 {
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
  padding: 0;
}

.care-promise h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
  /* text-shadow: 2px 2px 4px white; */
}

.our_work_area .icon-box:hover h3 {
  color: #ffffff;
}

.stories_change h4 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.let {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 0;

}

.let2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  padding: 0px 10px;
  margin-right: 0px;
  line-height: 30px;
}

.let3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  padding-right: 0px;
  line-height: 30px;
}

/* .banner_home {
    position: relative;
    margin-bottom: -10px;
} */
.banner_home .item .cover .header-content .let span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.banner_home .item .cover .header-content .let2 span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.banner_home .item .cover .header-content .let3 span {
  font-size: 38px;
  font-family: 'AktivGroteskBold';
  vertical-align: middle;
}

.our_impact .fs_box .numb {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-family: 'AktivGroteskBold';
  line-height: 34px;
  margin-bottom: 2px;
}

.partner_with_us .contentarea ul li p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #00aeef;
  text-align: left;
  line-height: 22px;
  margin-top: 0px;
  font-family: 'AktivGroteskBold';
}

.corporate_partner h4 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 30px;
}

.news_updates h4 {
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  margin-bottom: 38px;
}

.inside-circle p {
  font-size: 32px;
  font-weight: 700;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  margin-bottom: 0;
}

.counter_area h3 {
  font-size: 15px;
  color: #0e3862;
  font-family: 'AktivGroteskBold';
  position: relative;
  text-align: center;
}

.sdg_area p {
  padding-right: 20px;
  font-size: 24px;
}

.sdg_area p span {
  display: block;
}

.flipbox .content-inner .cf-inner .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0px 40px 0px;
  color: #092148;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.flipbox .content-inner .cf-inner .inner h3:before {
  background: #00bcd4;
}

.flipbox .content-inner .cf-inner .inner h3:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}

.bottom_txt {
  margin-top: -6px;
}

.nav-bar li.active>a {
  color: #fca138 !important;
}

.dropdown .list-item.active>a {
  font-weight: bold;
  color: #007bff;
  /* Or any color you prefer */
}
.new-letter{
    height:405px;
}
.store-card p strong{
    font-size:20px !important;
}
.banner-content h2{
    text-align:left;
}
/*----------------------------------------*/
/*  6. Courses CSS
/*----------------------------------------*/
.section-title h2 {
    font-size: 34px;
    color: #141414;
    font-weight: 700;
    font-family: "Noto Sans", serif;
    margin-bottom: 62px;
    text-transform: uppercase;
}

.section-title>img {
    margin-bottom: 2px;
    width: 50px;
}
.migrant-subpage h3{
        color: #0033a0;
    font-size: 25px;
    margin-bottom: 10px;
}
.course-content {
    padding: 22px 30px 25px;
    text-align: left;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
        height: 220px !important;
            overflow: hidden;
}
.course-content h3 a{
    color: #092148;
    font-size: 17px;
}

.course-img img {
    width: 100%;
}

.course-content h3 {
    font-size: 22px;
    color: #303030;

    font-weight: 700;
    font-family: "Noto Sans", serif;
    margin-bottom: 10px;
}

.read-more {
    color: #0033a0;
}

.course-content p {
    font-size: 14px;
    color: #323232;
    font-family: "Noto Sans", serif;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    text-align: justify;
}

.course-content .default-btn {
    font-size: 14px;
    padding: 9px 16px;
    transition: all 0.5s ease 0s;
}

.course-content .default-btn:hover {
    background: #2C2B5E;
    color: #fff;
}

.course-img {
    position: relative
}

.course-img a {
    display: block;
    line-height: 0;
    position: relative;
}

.course-img a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(236, 28, 35, 0.3);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.course-hover,
.blog-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    opacity: 0;
    transform: translate(-50% -50%);
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.courses-area .section-title p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.courses-area .default-btn {
    color: #0033a0;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px 25px 9px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.courses-area .default-btn:hover {
    padding: 8px 35px 9px;
}

.course-hover i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.course-hover i:hover {
    color: #2C2B5E;
}

.courses-area h2 {
    margin-bottom: 0px !important;
}

.course-img a:hover::after,
.course-img:hover .course-hover {
    opacity: 1
}

.courses-area.two {
    position: relative;
    /* background: url(/web/20250306085140im_/https://boscomigrants.org/bosco-migrant/img/course/course-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.courses-area.two:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0033a0;
}

.courses-area.two .section-title h2 {
    color: #fff
}

.courses-area.two .section-title,
.courses-area.two .single-course {
    z-index: 1;
    position: relative
}

.courses-area.two .course-content {
    background: #fff;
    height: 210px;
}
.migrant-subpage h4{
        color: #0033a0;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.migrant-subpage h5{
           color: #ce2350;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.migrant-subpage p:not(:first-child){
    margin-top:10px;
}

.filament-tiptap-grid-builder__column img:not(:first-child) {
    margin-top: 20px;
}
.filament-tiptap-grid-builder__column p img {
    margin-top: 20px;
}
.course-title h3 {
    background: #2C2B5E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    font-family: "Noto Sans", serif;
    padding: 16px 93px 16px 27px;
    display: inline-block;
    position: relative;
}

.course-title h3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 85px;
    position: absolute;
    right: -26px;
    top: -17px;
    transform: rotate(-30deg);
    width: 45px;
}

.course-form form {
    position: relative;
    margin-bottom: 50px
}

.course-form form input {
    width: 100%;
    border: 1px solid #EBEBEB;
    background: #F8F8F8;
    padding: 14px 195px 14px 25px;
}

.course-form form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #EC1C23;
    color: #fff;
    height: 50px;
    width: 185px;
    content: "";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Noto Sans", serif;
    font-size: 18px;
}

.course-details-content {
    padding-top: 35px;
    overflow: hidden
}

.course-details-content h2 {
    font-size: 28px;
    color: #303030;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Noto Sans", serif;
}

.course-details-content p {
    font-size: 14px;
    color: #606060;
    margin-bottom: 35px;
    font-family: "Noto Sans", serif;
}

.course-details-left {
    float: left;
    padding-right: 50px;
    width: 58%
}

.course-details-right {
    overflow: hidden;
    width: 42%
}

.course-details-left h3,
.course-details-right h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Noto Sans", serif;
    font-size: 20px;
    color: #303030;
    margin-bottom: 14px;
}

.course-details-right {
    padding: 45px 35px 45px;
    border: 1px solid #E1E1E1
}

.course-details-right h3 {
    margin-bottom: 50px
}

.course-details-right ul li {
    display: block;
    font-size: 14px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Noto Sans", serif;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.course-details-right ul li:last-child {
    border-bottom: none;
}

.course-details-right ul li span {
    float: right
}

.course-details-right h3.red {
    color: #EC1C23;
    margin-bottom: 0;
}

.course-details-content p.margin {
    margin-bottom: 15px
}
.single-course{
        margin-top: 30px;
}
.subpage-area{
       padding: 50px; 
}

.nav-bar ul.dropdown ul {
  left: 100%;
}

.gallery-subpage .gallery-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    padding: 8px;
}
.gallery-subpage h2 a{
        color: #092148;
}
.dropdown li:hover a{
        color: #092148;
}
/* Hide all dropdowns initially */
.dropdown.pricing {
    display: none;
    position: absolute;
    background: #0c3d80;
    z-index: 1000;
}

/* Show only the first-level dropdown when hovering over main menu item */
.trigger-blank:hover > .dropdown.pricing {
    display: block;
}

/* Position second-level submenu properly */
.with-submenu {
    position: relative;
}

.with-submenu > .dropdown.pricing {
    top: -102px;
    left: 100%;
    display: none; /* Hide by default */
}

/* Show second-level submenu only when hovering over 'Knowledge' */
.with-submenu:hover > .dropdown.pricing {
    display: block;
}
.with-submenu > a::after {
 font-family: 'FontAwesome';
    content: "\f105"; /* fa-angle-right */
    margin-left: 5px;
    font-size: 0.75rem;
}
.year-gallery h4 {
    height: 62px;
    overflow: auto;
        margin-top: 20px;
}
.year-gallery-btn{
        background-color: #004681;
    color: #fff;
}
.year-gallery-btn:hover{
   background-color: #e81e4d;  
}
   
.banner-area{
        background: linear-gradient(to right, #e41d4d, #eda71ca8) !important;
}