* {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #636363;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0px;
  margin-top: 0px;
  line-height: 100%;
  color: #363636;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 45px;
}
h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}
h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
h4 {
  font-family: "Karla", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
h5 {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #363895;
  text-transform: uppercase;
}
h6 {
  font-size: 16px;
}
p {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #636363;
  margin-bottom: 15px;
}
a {
  /*color: #636363;*/
  color: ##0056b3;
}

:focus {
  outline: 0;
}
a:hover,
a:visited,
a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus,
video:focus,
.btn-primary.focus,
.btn-primary:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
img {
  max-width: 100%;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.btn-default {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #363895;
  border: 2px solid #363895;
  text-transform: uppercase;
  padding: 15px 27px;
  border-radius: 6px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.btn-default:hover {
  background: #363895;
  color: #fff;
}

.btn-default.pink-btn {
  color: #ff0099;
  border-color: #ff0099;
}
.btn-default.pink-btn:hover {
  background-color: #ff0099;
  color: #fff;
}

.line-text {
  position: relative;
  padding-left: 90px;
}
.line-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #363895;
}

.light-blue-bg {
  background-color: #f8faff;
}

.slick-slide:focus {
  outline: none;
}
ul.slick-dots {
  margin: 50px 0 0 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
ul.slick-dots li {
  display: inline-block;
  margin: 5px;
  line-height: 0;
}
ul.slick-dots li:focus {
  outline: none;
}
ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  background: transparent;
  height: 15px;
  width: 15px;
  border: 1px solid #ff0099;
  border-radius: 50%;
  outline: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button {
  background: #ff0099;
}

.page-title {
  margin-bottom: 25px;
  width: 100%;
  display: inline-block;
}

.container {
  width: 1170px;
  max-width: 100%;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page {
  overflow: hidden;
}

header {
  padding: 0px 0px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.top-head-text {
  background: #ff0099;
  text-align: center;
  padding: 5px 15px;
}
.top-head-text h5 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.logo-block {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.logo-block a img {
  max-height: 70px;
}
.logo-nav-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.header-navigation {
  display: flex;
  align-items: center;
}
.header-navigation {
}
.header-navigation .menu {
}
.header-navigation .menu > li {
  display: inline-block;
  position: relative;
}
.header-navigation .menu > li a {
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 15px;
  line-height: 100%;
  display: inline-block;
}
/*.header-navigation .menu > li:last-child { padding-right: 15px; }
.header-navigation .menu > li:last-child:before { content: ""; position: absolute; right: 0; width: 1px; height: 100%; background: #363636; }*/
.header-navigation .menu li.menu-item-has-children {
  position: relative;
}
.header-navigation .menu li.menu-item-has-children:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 5px;
  font-size: 10px;
}

.header-navigation .menu > li ul.sub-menu {
  position: absolute;
  width: 100%;
  min-width: 200px;
  z-index: 1;
  display: none;
  padding-top: 31px;
}
.header-navigation .menu > li ul.sub-menu li {
  background: #fff;
  margin-bottom: -1px;
  position: relative;
}
.header-navigation .menu > li ul.sub-menu li a {
  border: 1px solid #d7d7d7;
  display: block;
  padding: 10px 15px;
}
.header-navigation .menu li:hover > ul.sub-menu {
  display: block;
}
.header-navigation .menu > li:hover > a {
  color: #ff0099;
}

.header-navigation .menu > li ul.sub-menu li:before {
  right: 10px;
}
.header-navigation .menu > li ul.sub-menu li ul.sub-menu {
  padding: 0px;
  right: 100%;
  top: 0px;
  margin-right: -1px;
}

.search-btn-top {
  margin-left: 30px;
  margin-right: 40px;
}

nav.header-navigation .btn-default.pink-btn {
  margin-left: 25px;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
header.fixed-header .top-head-text {
  display: none;
}
header.fixed-header .logo-block a img {
  max-height: 50px;
}
header.fixed-header .btn-default.pink-btn {
  padding: 10px 20px;
}
header.fixed-header .header-navigation .menu > li ul.sub-menu {
  padding-top: 21px;
}
/*-- Home Banner --*/
.home-banner-slider {
  padding: 0px;
}
.home-banner-slide {
  position: relative;
}
.home-banner-slider ul.slick-dots {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.home-banner-image {
  position: relative;
}
.home-banner-image img {
  object-fit: cover;
  object-position: center center;
  min-height: 600px;
  min-width: 100%;
}
.home-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.home-banner-content-block {
  float: right;
}

.home-banner-content .line-text:before {
  background-color: #fff;
}
.home-banner-content h1,
.home-banner-content h5,
.home-banner-content h6 {
  color: #fff;
}
.home-banner-content h1,
.home-banner-content h6 {
  margin-bottom: 30px;
}
.home-banner-content .btn-default.pink-btn {
  background-color: #ff0099;
  border-color: #ff0099;
  color: #fff;
  margin-right: 20px;
}
.home-banner-content .btn-default {
  margin-right: 10px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.home-banner-content .btn-default + .btn-default {
  margin-right: 0px;
}
.home-banner-content .btn-default:hover {
  background-color: #ff0099;
  border-color: #ff0099;
  color: #fff;
}
.home-banner-content .btn-default.pink-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff0099;
}
.welcome-section .btn-default {
  margin-top: 15px;
}

/*-- What We Do --*/
.what-we-do-section {
  background-color: #f8faff;
}
.what-we-do-block {
}
.what-we-do-block .wwdb-img {
}
.what-we-do-block .wwdb-img img {
  border-radius: 6px 6px 0px 0px;
  height: 270px;
  object-fit: cover;
}
.what-we-do-block .wwdb-text {
  background: #fff;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 20px 30px 30px 30px;
}
.what-we-do-block .wwdb-text h4 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
}
.what-we-do-block .wwdb-text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.what-we-do-block .wwdb-text h4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: #363895;
  margin: auto;
}

.what-we-do-block:hover .wwdb-text {
  background-color: #363895;
}
.what-we-do-block:hover h4 a,
.what-we-do-block:hover p {
  color: #fff;
}
.what-we-do-block:hover h4:before {
  background-color: #fff;
}

/*-- WHO WE ARE --*/
.full-width-section {
  display: flex;
  align-items: center;
  padding: 0;
}
.fws-img {
  width: 50%;
  flex: 0 0 auto;
}
.fws-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
}
.fws-text {
  max-width: 570px;
  padding: 0 30px;
}

.who-we-are-section {
  background-color: #f8faff;
}
.who-we-are-section .btn-default {
  margin-top: 35px;
  background: #f8faff;
}
.who-we-are-section .btn-default:hover {
  background: #363895;
}

/*-- Become A Proud Volunteer --*/
.join-with-us-section {
  /*background-color: #f8faff;*/
  padding-bottom: 0;
}
.proud-volunteer-form {
  background: #f8faff;
  padding: 50px 70px 20px 70px;
}
.proud-volunteer-form .form-group {
  margin-bottom: 30px;
}
.proud-volunteer-form .form-group input {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #363895;
  border-radius: 6px;
  background: transparent;
}
.proud-volunteer-form .form-group textarea {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 80px;
  resize: none;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #363895;
  border-radius: 6px;
  background: transparent;
}
.proud-volunteer-form .form-group input.wpcf7-submit {
  background: #363895;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
}
.proud-volunteer-form .form-group input.wpcf7-submit:hover {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.proud-volunteer-form .form-group input::-webkit-input-placeholder,
.proud-volunteer-form .form-group textarea::-webkit-input-placeholder {
  /* Edge */
  color: #363895;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.proud-volunteer-form .form-group input:-ms-input-placeholder,
.proud-volunteer-form .form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #363895;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.proud-volunteer-form .form-group input::placeholder,
.proud-volunteer-form .form-group textarea::placeholder {
  color: #363895;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/*-- News & Events --*/
.news-block {
  margin-bottom: 20px;
}
.news-block-img {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-block-img a {
  height: 100%;
  width: 100%;
}

.news-block-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  flex: 0 0 auto;
  margin: 0 auto;
}

ul.nbc-date-list li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-block-content h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  margin-bottom: 10px;
}
.news-block-content p {
  font-size: 14px;
  line-height: 24px;
}
.news-block-content .nb-readmore {
  font-weight: 700;
  color: #363895;
  text-transform: uppercase;
}
.news-block-content .nb-readmore-2{
  font-weight: 700;
  color: #363895;
  display: inline-block;
  margin-top: 5px;
}
/*-- instagram-section --*/
.home.page-template-default .instagram-section {
  padding-top: 0px;
}
.instagram-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*-- Footer --*/
footer {
  background-color: #000a1d;
  padding-top: 60px;
  color: #a7b6d3;
}
footer p {
  color: #a7b6d3;
  font-size: 14px;
  line-height: 100%;
}

.footer-block {
  margin-bottom: 30px;
}
.footer-block h3 {
  color: #fff;
}

.contact-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-info-box .contact-info-icon {
  flex: 0 0 auto;
  width: 40px;
  font-size: 24px;
}
.contact-info-box .contact-info-icon i.fa-map-marker-alt {
  color: #0faf4f;
}
.contact-info-box .contact-info-icon i.fa-phone-square {
  color: #de103b;
}
.contact-info-box .contact-info-icon i.fa-envelope {
  color: #05ddc1;
}
.contact-info-box .contact-info-text {
}
.contact-info-box .contact-info-text span {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-info-box .contact-info-text a {
  color: #a7b6d3;
}
.contact-info-box .contact-info-text a:hover {
  color: #fff;
}
.contact-info-box:last-child {
  margin-bottom: 0;
}

ul.footer-info-link {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
ul.footer-info-link li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
}
ul.footer-info-link li a {
  color: #a7b6d3;
}
/*ul.footer-info-link li:before { content: "\f111"; position: absolute; left: 0; font-size: 11px; font-family: "Font Awesome 5 Pro"; }*/
ul.footer-info-link li:hover a,
ul.footer-info-link li:hover:before {
  color: #fff;
}

.get-updates-block {
}
.get-updates-block p {
  margin-bottom: 20px;
  position: relative;
}
.get-updates-block input[type="email"] {
  font-size: 14px;
  width: 99%;
  border: 2px solid #a7b6d3;
  height: 50px;
  background: transparent;
  padding: 5px 100px 5px 20px;
  color: #fff;
  border-radius: 6px 0px 0px 6px;
}
.get-updates-block input[type="submit"] {
  position: absolute;
  top: 0px;
  right: -1px;
  width: 100px;
  height: 50px;
  border: 0;
  border-radius: 0px 6px 6px 0px;
  background: #363895;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
.get-updates-block input[type="submit"]:hover {
  background-color: #fff;
  color: #363895;
}

.get-updates-block input[type="email"]::-webkit-input-placeholder {
  /* Edge */
  color: #a7b6d3;
  font-size: 14px;
}
.get-updates-block input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7b6d3;
  font-size: 14px;
}
.get-updates-block input[type="email"]::placeholder {
  color: #a7b6d3;
  font-size: 14px;
}
.get-updates-block div.wpcf7 .ajax-loader {
  display: none;
}

ul.footer-social {
}
ul.footer-social li {
  display: inline-block;
  margin-right: 8px;
}
ul.footer-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #a7b6d3;
  font-size: 18px;
  border: 2px solid #a7b6d3;
  border-radius: 6px;
  display: inline-block;
}
ul.footer-social li:last-child {
  margin-right: 0;
}
ul.footer-social li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363895;
}

.footer-bottom {
  border-top: 1px solid #1a2334;
  text-align: center;
  padding: 25px 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 100%;
}
.footer-bottom .container {display: flex; justify-content: space-between; }
.footer-bottom .link_right { }
.footer-bottom .link_right a { color: #a7b6d3; font-size: 14px; line-height: 100%; }

.page-banner {
  position: relative;
  padding: 0px;
  min-height: 350px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.page-id-821 .page-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
}

.page-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}
.page-banner .container {
  position: relative;
}
.page-banner h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
}
.page-banner .banner-btn{
  margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.page-banner .banner-btn .btn-default {
      border-color: #fff;
    padding: 10px 20px;
    line-height: 100%;
}
.page-banner p {
  color: #fff;
  font-size: 18px;
}

.page-breadcrumb {
  padding: 5px 0;
  background: #fafafa;
}
.page-breadcrumb-list {
}
.page-breadcrumb-list li {
  display: inline-block;
  font-size: 16px;
  color: #636363;
  margin: 5px 10px 5px 0px;
}
.page-breadcrumb-list li a {
  color: #636363;
  font-weight: 700;
}

.bg-overlay-section {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.bg-overlay-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000a1d;
  opacity: 0.7;
}
.bg-overlay-section .container {
  position: relative;
}
.bg-overlay-section h2,
.bg-overlay-section h3,
.bg-overlay-section h4 {
  color: #fff;
}
.bg-overlay-section h3 {
  font-weight: 600;
}
.bg-overlay-section h4 {
  font-weight: 400;
  line-height: 1.3;
}

section.team-member-section {
}
.team-member-block {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px;
  max-width: 90%;
  margin: 0 auto 50px auto;
}
.team-member-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.team-member-block .team-member-photo {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 20px;
}
.team-member-block .team-member-photo img {
  border: 1px solid #d7d7d7;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.team-member-block .team-member-content {
}
.team-member-content h3 {
  margin-bottom: 15px;
}
.team-member-content h6 {
  font-weight: 700;
}
.team-member-content p {
}

.resources-block {
  margin-bottom: 15px;
}
.resources-block img {
  border: 1px solid #636363;
}
.resources-block h6 {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
}

.table-design {
  border: 1px solid #c9cdcf;
}
.table-design tr {
}
.table-design tr th {
  background-color: #00aae1;
  color: #fff;
  text-align: center;
}
.table-design tr td {
  font-size: 14px;
}
.table-design tr th,
.table-design tr td {
  padding: 10px;
  border-right: 1px solid #c9cdcf;
  border-bottom: 1px solid #c9cdcf;
}

section.featured-press-section {
  padding-bottom: 50px;
  border-bottom: 1px solid #f6f6f6;
}
section.recent-press-section {
  padding-top: 50px;
  padding-bottom: 0;
}
.press-block {
  margin-bottom: 20px;
}
.press-block-img {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 220px;
}
.press-block-img img {
  height: auto;
  flex: 0 0 auto;
  margin: 0 auto;
  padding: 0 10px;
}
ul.pbc-date-list {
}
ul.pbc-date-list li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}
.press-block-content {
}
.press-block-content h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  margin-bottom: 10px;
}
.press-block-content p {
  font-size: 14px;
  line-height: 24px;
}
.press-block-content .pb-readmore {
  font-weight: 700;
  color: #363895;
  text-transform: uppercase;
}

.dollor-club-block {
  margin-bottom: 30px;
}
.dollor-club-block .dollor-club-img {
  border: 1px solid rgba(99, 99, 99, 0.1);
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}


.dollor-club-block .dollor-club-img a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.dollor-club-block .dollor-club-img a img {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}


/*  */


.living-with .col-sm-3 {
  margin-bottom: 50px;
}

.living-with .img-warpper {
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.living-with .img-warpper a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(99, 99, 99, 0.1);
  border-radius: 50%;
  overflow: hidden;
}

.living-with .img-warpper a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

.living-with h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

/* Signal page */
.living-with-singal {
  width: 100%;
}

.living-with-singal .img-warpper {
  border: 1px solid rgba(99, 99, 99, 0.1);
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.living-with-singal .img-warpper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  padding: 6px;
}


.living-with-singal .detail-right-img {
  float: right;
  width: 40%;
}





















/*  */





.dollor-club-block h6 {
  text-align: center;
  font-weight: 700;
}

.advisory-board-block {
  text-align: center;
  margin-bottom: 30px;
}
.advisory-board-block .advisory-board-img {
  margin-bottom: 20px;
}
.advisory-board-block .advisory-board-text {
  text-align: center;
}
.advisory-board-block .advisory-board-text p {
  font-size: 14px;
  line-height: 1.4;
}
.advisory-board-block .advisory-board-text h6 {
  font-weight: 700;
}

.dressing-scheme-section img {
  width: 250px;
  margin-bottom: 20px;
}
.page.page-id-637 .page-banner .btn-default {
  margin-top: 15px;
  border-color: #fff;
  padding: 10px 20px;
  line-height: 100%;
}


/* 16 - 7- 2020 */
.home-banner-content-block {
  float: right;
  display: inline-flex;  
  flex-direction: column;
  justify-content: right;
  text-align: right;
}

.home-banner-content h1, 
.home-banner-content h5, 
.home-banner-content h6 {
  margin-right: 0;
  margin-left: auto;
}

.home-banner-content .btn-default {
  margin-right: 0;
  margin-left: auto;
}

/* End */

.modal-design{}
.modal-design .modal-content{border-radius: 0px;border:0px;}
.modal-design .modal-header{position: relative;}
.modal-design .modal-header h3{font-size: 20px;color: #363895;}

.register-event-form input, .register-event-form textarea{
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 6px;
}
.register-event-form textarea {
    height: 80px;
    resize: none;
}
.register-event-form input[type=submit] {
  width: 190px;
  flex: 0 0 auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #363895;
  border: 1px solid #363895;
  text-transform: uppercase;
  padding: 15px 27px;
  border-radius: 6px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.register-event-form input[type=submit]:hover {
  background: #363895;
  color: #fff;
}

 .proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSection{margin: 0px 0;}
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormFieldContainer { margin-top: 0px; margin-bottom: 0px; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormTextbox { color: #363636; font-size: 14px; font-weight: 700; width: 100%; height: 50px; padding: 10px 20px; margin: 0; border: 2px solid #363895; border-radius: 6px; background: transparent; opacity: 1;  margin-bottom: 30px;}
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox::-webkit-input-placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox:-ms-input-placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox::placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSubmitbutton { background: #363895; font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase; box-shadow: none; border: 2px solid #363895; border-radius: 6px; width: 160px; height: 50px; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSubmitbutton:hover { background: #fff; color: #363895; }
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSectionHeading{display: none;}
.proud-volunteer-form .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormButtonRow{margin-top: 0px;}

.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSection{margin: 0px 0;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormFieldContainer { margin-top: 0px; margin-bottom: 0px;width: 100%; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormTextbox { color: #363636; font-size: 14px; font-weight: 700; width: 100%; height: 40px; padding: 10px 20px; margin: 0; border: 2px solid #363895; border-radius: 6px; background: transparent; opacity: 1;  margin-bottom: 15px;box-shadow: none !important;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox::-webkit-input-placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox:-ms-input-placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] input.BBFormTextbox::placeholder { color: #363895; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSubmitbutton {margin-bottom: 20px; background: #363895; font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase; box-shadow: none; border: 2px solid #363895; border-radius: 6px; width: 160px; height: 40px; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSubmitbutton:hover { background: #fff; color: #363895; }
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormSectionHeading{display: none;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormButtonRow{margin-top: 0px;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"]{padding: 0px;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormFieldContainer:nth-child(1){width: 48%;display: inline-block;margin-right: 12px;}
.sign-up-block .BBFormContainer[data-bbox-part-id="d747d806-a075-4e33-99a8-8028d699f28a"] .BBFormFieldContainer:nth-child(2){width: 48%;display: inline-block;}