@font-face {
  font-family: "Roobert-Regular";
  src: url("./../../../../fonts/Roobert-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./../../../../fonts/OpenSauceSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Roobert-Regular" !important;
  background-color: #fff;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 130px;
  line-height: 100%;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 100%;
    font-weight: 600;
  }
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 74px;
  line-height: 110%;
}
@media screen and (max-width: 1680px) {
  h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1279px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
  }
}

h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 62px;
  line-height: 110%;
}
@media screen and (max-width: 1440px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 26px;
    line-height: 46px;
  }
}

h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
}
@media screen and (max-width: 1440px) {
  h6 {
    font-size: 24px;
    line-height: 112%;
  }
}
@media screen and (max-width: 1279px) {
  h6 {
    font-size: 22px;
    line-height: 112%;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 112%;
  }
}

p.regular {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
}
@media screen and (max-width: 1440px) {
  p.regular {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  p.regular {
    font-size: 18px;
    line-height: 175%;
  }
}

p.small {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
}
@media screen and (max-width: 1440px) {
  p.small {
    font-size: 16px;
  }
}

.font-open-sauce {
  font-family: "Open Sauce Sans";
}

.line-height-28px {
  line-height: 28px;
}

.font-size-28 {
  font-size: 28px;
}
@media screen and (max-width: 1649px) {
  .font-size-28 {
    font-size: 20px;
  }
}

.fw-bold {
  font-weight: 600;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.btn:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.btn-dark-outline {
  border: 2px solid #1F6EA5;
  border-radius: 66.9517px;
  min-width: 143px;
  height: 43px;
  color: #1F6EA5;
  background-color: transparent;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.btn-dark-outline:hover {
  color: #fff;
  background: #134878;
  border-color: #134878;
  text-decoration: none;
}
.btn-dark-outline:focus {
  color: #fff;
  background: #262F3D;
  border-color: #262F3D;
  text-decoration: none;
}

.btn-dark-outline-hovered {
  border: 2px solid #1F6EA5;
  border-radius: 66.9517px;
  min-width: 143px;
  height: 43px;
  color: #1F6EA5;
  background-color: transparent;
}
.btn-dark-outline-hovered:hover {
  color: #fff;
  background: #F39E21;
  border: 2px solid #F39E21;
}

.btn-white-outline {
  border: 0.787234px solid #FFFFFF;
  border-radius: 66.9517px;
  min-width: 143px;
  height: 43px;
  background-color: transparent;
}
.btn-white-outline:hover {
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .btn-white-outline {
    min-width: 125px;
    min-width: 125px;
  }
}
@media screen and (max-width: 1440px) {
  .btn-white-outline {
    min-width: 100px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .btn-white-outline {
    min-width: 90px;
    height: 36px;
  }
}

.btn-yellow-theme {
  background: #F39E21;
  border: none;
  border-radius: 66.9517px;
  min-width: 143px;
  height: 43px;
}
.btn-yellow-theme:hover {
  color: #fff;
  background: #E29421;
  border-color: #E29421;
  text-decoration: none;
}
.btn-yellow-theme:focus {
  color: #fff;
  background: #C07D1B;
  border-color: #C07D1B;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .btn-yellow-theme {
    min-width: 100px;
    height: 40px;
  }
}

.btn-yellow-outline {
  background: transparent;
  border: 2px solid #F39E21;
  border-radius: 66.9517px;
  min-width: 143px;
  height: 43px;
  color: #F39E21;
}
.btn-yellow-outline:hover {
  color: #fff;
  background: #E29421;
  border-color: #E29421;
  text-decoration: none;
}
.btn-yellow-outline:focus {
  color: #fff;
  background: #C07D1B;
  border-color: #C07D1B;
  text-decoration: none;
}

.donate-btn:hover {
  color: #fff;
  background: #E29421;
  text-decoration: none;
}
.donate-btn:focus {
  color: #fff;
  background: #C07D1B;
  text-decoration: none;
}

.main-header {
  background-color: #134878;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  min-height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main-header {
    min-height: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navigation-action {
    padding-top: 80px;
  }
}
.main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  min-height: 100px;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-header.fixed {
    height: auto;
    min-height: 80px;
  }
}
.main-header.fixed .navigation-action {
  display: none !important;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header.fixed .navigation-action {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main-header.fixed .navigation-action {
    display: block !important;
  }
}
.main-header.fixed .navbar {
  padding: 7px 48px;
}
.main-header.fixed .navbar-brand img {
  width: 80px;
}
@media screen and (max-width: 1279px) {
  .main-header.fixed .navbar-brand img {
    width: 80px;
  }
}
@media (max-width: 1150px) {
  .main-header.fixed .navbar-brand img {
    width: 40px;
  }
}
.main-header .navbar {
  background-color: #134878 !important;
  padding: 18px 48px;
}
@media (max-width: 1279px) {
  .main-header .navbar {
    padding: 15px 25px;
  }
}
@media (max-width: 1150px) {
  .main-header .navbar {
    padding: 15px 15px;
  }
}
@media (max-width: 1060px) {
  .main-header .navbar {
    padding: 15px 0px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar {
    padding: 15px 0px !important;
  }
}
.main-header .navbar .navbar-toggler {
  background-color: transparent !important;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .navbar-toggler {
    position: absolute;
    top: 30px;
    right: 9px;
  }
}
.main-header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .mobile-logo {
    display: block !important;
  }
}
@media screen and (max-width: 1150px) {
  .main-header .navbar .mobile-logo .navbar-brand {
    margin-right: 0px;
  }
}
.main-header .navbar .mobile-logo .navbar-brand img {
  width: 62px;
}
.main-header .navbar .navbar-toggler {
  order: 2;
  background-color: #fff;
  border: none;
  padding: 0px;
  width: 40px;
  border-radius: 0px;
}
.main-header .navbar .navbar-toggler.collapsed img:nth-child(2) {
  display: none;
}
.main-header .navbar .navbar-toggler.collapsed img:nth-child(1) {
  display: block;
}
.main-header .navbar .navbar-toggler img:nth-child(1) {
  display: none;
}
.main-header .navbar .navbar-toggler img:nth-child(2) {
  display: block;
  margin-left: auto;
}
.main-header .navbar .navbar-collapse {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #134878;
    border-radius: 0px;
    width: 109%;
    left: -4.5%;
    padding: 15px;
    z-index: 999;
    overflow: hidden;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .header-action {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .navbar-collapse .navbar-brand {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-brand {
    display: none;
  }
}
.main-header .navbar .navbar-collapse .navbar-brand img {
  width: 100px;
}
@media screen and (max-width: 1279px) {
  .main-header .navbar .navbar-collapse .navbar-brand img {
    width: 60px;
  }
}
@media (max-width: 1150px) {
  .main-header .navbar .navbar-collapse .navbar-brand img {
    width: 50px;
  }
}
.main-header .navbar .navbar-collapse .navbar-nav {
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  .main-header .navbar .navbar-collapse .navbar-nav {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .main-header .navbar .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin-right: 0px;
    padding-top: 70px;
  }
}
.main-header .navbar .navbar-collapse .navbar-nav li {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-nav li {
    margin-bottom: 5px;
  }
}
.main-header .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
  background: #33699A;
  border-radius: 66.9517px;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #fff !important;
    background-color: transparent !important;
  }
}
.main-header .navbar .navbar-collapse .navbar-nav li.current_page_item a {
  background: #33699A;
  border-radius: 66.9517px;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-nav li.current_page_item a {
    color: #fff !important;
    background-color: transparent !important;
  }
}
.main-header .navbar .navbar-collapse .navbar-nav li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  height: 43px;
  padding: 2px 25px;
  min-width: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1780px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 2px 15px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1650px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 2px 15px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 2px 15px;
    min-width: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 0px 11px;
    min-width: 60px;
    height: 33px;
    font-size: 14px;
  }
}
@media (min-width: 1290px) and (max-width: 1439px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    font-size: 16px;
    padding: 2px 11px;
    min-width: 80px;
    height: 38px;
  }
}
@media screen and (max-width: 1150px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 0px 8px;
    min-width: 55px;
    height: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    color: #fff !important;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .main-header .navbar .navbar-collapse .search-globe .globel-language {
    display: none;
  }
  .main-header .navbar .navbar-collapse .search-globe .header-search {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .main-header .navbar .navbar-collapse .search-globe .header-search .form-control {
    padding-right: 60px !important;
    padding-left: 27px !important;
    position: relative;
  }
  .main-header .navbar .navbar-collapse .search-globe .header-search .search-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background-color: #f39e21 !important;
    position: absolute !important;
    top: 5px !important;
    right: 7px;
    z-index: 99;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search {
  position: relative;
}
@media (min-width: 1290px) and (max-width: 1439px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search {
    margin-right: 15px !important;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search .search-icon {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 2px;
}
.main-header .navbar .navbar-collapse .search-globe .header-search .search-icon.submit-search {
  z-index: -1;
}
.main-header .navbar .navbar-collapse .search-globe .header-search .search-icon img {
  width: 32px !important;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .search-icon img {
    width: 40px !important;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input {
    width: 100%;
    top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input {
    display: none;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch {
  display: block;
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
  padding-right: 60px;
  padding-left: 27px;
  width: 320px;
  position: relative;
}
@media screen and (max-width: 1850px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
    width: 290px;
  }
}
@media screen and (max-width: 1650px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
    padding-right: 35px;
    padding-left: 20px;
    width: 260px;
    position: relative;
  }
}
@media screen and (max-width: 1440px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
    width: 220px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1150px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
    width: 180px;
  }
}
@media (min-width: 1290px) and (max-width: 1439px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .form-control {
    width: 200px;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f39e21;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .search-icon {
    top: 5px;
  }
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input.activeSearch .search-icon.submit-search {
  z-index: 99;
}
.main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input .form-control {
  transition: all 0.5s ease-in-out;
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  height: 54px;
  font-size: 17px;
  padding: 0px;
  border: none;
  border-radius: 35px;
}
@media screen and (max-width: 1440px) {
  .main-header .navbar .navbar-collapse .search-globe .header-search .global-search-input .form-control {
    height: 50px;
    font-size: 14px;
  }
}
.main-header .navbar .navbar-collapse .search-globe .globel-language {
  margin-left: 40px;
}
@media screen and (max-width: 1650px) {
  .main-header .navbar .navbar-collapse .search-globe .globel-language {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .main-header .navbar .navbar-collapse .search-globe .globel-language {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1150px) {
  .main-header .navbar .navbar-collapse .search-globe .globel-language {
    margin-left: 10px;
  }
}
.main-header .navbar .navbar-collapse .search-globe .globel-language .toggle-language {
  background-color: transparent;
  border: none;
}
.main-header .navbar .navbar-collapse .search-globe .globel-language .header-select {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #A0CFE1;
  background-color: transparent;
  border: none;
}
.main-header .navbar .navbar-collapse .search-globe .globel-language .header-select a {
  color: #A0CFE1;
  text-decoration: none;
}

.stay-update-section {
  background: #E5EDF4;
  padding-top: 140px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .stay-update-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .stay-update-section {
    padding-top: 80px;
  }
}
.stay-update-section .subscription-form {
  max-width: 68%;
  margin: auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form {
    max-width: 100%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .stay-update-section .subscription-form {
    max-width: 100%;
    margin-bottom: 90px;
  }
}
.stay-update-section .subscription-form .field-group {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form .field-group {
    display: block;
  }
}
.stay-update-section .subscription-form .field-group h5 {
  text-align: right;
  color: #134878;
  margin-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form .field-group h5 {
    text-align: center;
    margin-right: 0px;
    font-weight: 600;
    white-space: pre-wrap;
    margin-bottom: 20px;
  }
}
.stay-update-section .subscription-form .field-group .form-control {
  background: #FFFFFF;
  border-radius: 60px;
  width: 100%;
  height: 110px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #134878;
  padding: 44px 115px 44px 58px;
  box-shadow: none;
  border: none;
}
.stay-update-section .subscription-form .field-group .form-control::placeholder {
  color: #134878;
}
@media screen and (max-width: 1440px) {
  .stay-update-section .subscription-form .field-group .form-control {
    height: 90px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form .field-group .form-control {
    height: 72px;
    font-size: 18px;
    line-height: 22px;
    border: none;
    padding: 15px 65px 15px 30px;
  }
}
.stay-update-section .subscription-form .field-group .submit-form {
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1440px) {
  .stay-update-section .subscription-form .field-group .submit-form {
    right: 8px;
    top: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form .field-group .submit-form {
    bottom: 11px;
    right: 7px;
    top: auto;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-section .subscription-form .field-group .submit-form img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .stay-update-section .subscription-form .field-group .submit-form img {
    width: 48px;
    height: 48px;
  }
}
.stay-update-section .tags-social h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  color: #134878;
}
@media screen and (max-width: 1440px) {
  .stay-update-section .tags-social h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .stay-update-section .tags-social h3 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.stay-update-section .tags-social p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  text-align: right;
  color: #134878;
}
@media (max-width: 767px) {
  .stay-update-section .tags-social p {
    font-size: 16px;
    line-height: 30px;
  }
}
.stay-update-section .tags-social ul li {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .stay-update-section .tags-social ul li {
    margin-left: 15px;
  }
}
.stay-update-section .tags-social ul li a svg {
  fill: #134878;
  width: 24px;
  height: 24px;
}
.stay-update-section .tags-social ul li a svg path {
  fill: #134878;
}

.footer-insta-wrapper ul {
  display: flex;
}
@media (max-width: 767px) {
  .footer-insta-wrapper ul {
    flex-wrap: wrap;
  }
}
.footer-insta-wrapper ul li {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .footer-insta-wrapper ul li {
    flex: 0 0 50%;
  }
}
.footer-insta-wrapper ul li .insta-media img {
  width: 100%;
}
.footer-insta-wrapper ul li .btn-insta {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .footer-insta-wrapper ul li .btn-insta {
    right: 8px;
    bottom: 8px;
  }
}
.footer-insta-wrapper ul li .btn-insta img {
  width: 32px;
}
@media (max-width: 767px) {
  .footer-insta-wrapper ul li .btn-insta img {
    width: 24px;
  }
}

.main-footer {
  background-color: #0B355B;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .main-footer {
    padding: 70px 15px 0px 15px;
  }
}
.main-footer .footer-widget p.regular {
  margin-bottom: 40px;
  color: #fff;
}
.main-footer .footer-widget p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 151%;
  color: #79A6C9;
  margin-bottom: 0px;
}
.main-footer .footer-widget.footer-links li {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 170%;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .main-footer .footer-widget.footer-links li {
    font-size: 32px;
    line-height: 170%;
  }
}
.main-footer .footer-widget.footer-links li a {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .main-footer .footer-widget.footer-links li a {
    font-size: 32px;
    line-height: 170%;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-widget.footer-links li a {
    font-size: 24px;
    line-height: 190%;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-logo {
    display: none;
  }
}
.main-footer .footer-logo img {
  width: 100px;
}
.main-footer .footer-form {
  width: 70%;
}
@media (max-width: 767px) {
  .main-footer .footer-form {
    width: 100%;
  }
}
.main-footer .footer-form p.small {
  width: 75%;
}
@media (max-width: 767px) {
  .main-footer .footer-form p.small {
    width: 100%;
  }
}
.main-footer .footer-form .field-group {
  position: relative;
}
.main-footer .footer-form .field-group .form-control {
  border: none;
  min-height: 50px;
  border-bottom: 1.33333px solid rgba(238, 246, 244, 0.38);
  background-color: transparent;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 50px;
  outline: 0px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.main-footer .footer-form .field-group .form-control:focus {
  box-shadow: none;
}
.main-footer .footer-form .field-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.main-footer .footer-form .field-group .submit-email {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 14px;
  right: 0px;
}
.main-footer .footer-form .field-group .submit-email img {
  width: 12px;
}
.main-footer .footer-top {
  padding-bottom: 120px;
  border-bottom: 1.33333px solid #365c7e;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main-footer .footer-top {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}
.main-footer .footer-copyrights {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .main-footer .footer-copyrights {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-copyrights .row .col-12:first-child {
    order: 2;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-copyrights .row .col-12:last-child {
    order: 1;
  }
}
.main-footer .footer-copyrights .copyright-text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-footer .footer-copyrights .copyright-text {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
}
.main-footer .footer-copyrights .copyright-text li {
  color: #79A6C9;
}
.main-footer .footer-copyrights .copyright-text li:first-child {
  margin-right: 25px;
}
.main-footer .footer-copyrights .copyright-text li p {
  margin-bottom: 0px;
}
@media screen and (max-width: 1440px) {
  .main-footer .footer-copyrights .copyright-text li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1279px) {
  .main-footer .footer-copyrights .copyright-text li p {
    font-size: 11px;
  }
}
.main-footer .footer-copyrights .copyright-text li p a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .main-footer .footer-copyrights .copyright-text li {
    font-size: 12px;
    line-height: 24px;
    color: #6B8F92;
    margin: 0px !important;
  }
}
.main-footer .footer-copyrights .copyright-text li i {
  font-size: 21px;
  color: #fff;
}
.main-footer .footer-bottom {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom {
    padding-bottom: 65px;
  }
}
.main-footer .footer-bottom .footer-inner-widget {
  display: flex;
  flex-wrap: wrap;
}
.main-footer .footer-bottom .footer-inner-widget .resources-list {
  flex: 0 0 30%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom .footer-inner-widget .resources-list {
    flex: 0 0 50%;
    padding-bottom: 40px;
  }
}
.main-footer .footer-bottom .footer-inner-widget .resources-list:first-child {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom .footer-inner-widget .resources-list:first-child {
    flex: 0 0 100%;
    padding-right: 0px;
  }
}
.main-footer .footer-bottom .footer-inner-widget .resources-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 151%;
  color: #79A6C9;
  padding-bottom: 6px;
}
.main-footer .footer-bottom .footer-inner-widget .resources-list li a {
  color: #79A6C9;
  text-decoration: none;
}
.main-footer .footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom-bar {
    justify-content: space-between;
    padding-bottom: 40px;
  }
}
.main-footer .footer-bottom-bar .footer-social li {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom-bar .footer-social li {
    margin-left: 0px;
    margin-right: 15px;
  }
}
.main-footer .footer-bottom-bar .footer-social li a svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1279px) {
  .main-footer .footer-bottom-bar .footer-social li a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .footer-bottom-bar .footer-social li a svg {
    width: 20px;
    height: 20px;
  }
}
.main-footer .footer-bottom-bar .footer-social li a svg path {
  fill: #fff;
}
.main-footer .footer-bottom-bar .back-top-top button {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 151%;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  margin-left: 80px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-bottom-bar .back-top-top button {
    margin-left: 10px;
  }
}
.main-footer .footer-bottom-bar .back-top-top button img {
  margin-left: 5px;
}

.footer-related-links {
  padding: 20px 0px;
}
.footer-related-links p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 151%;
  color: #79A6C9;
  margin-bottom: 0px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer-related-links p {
    text-align: center;
  }
}
.footer-related-links ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-related-links ul {
    flex-direction: column;
  }
}
.footer-related-links ul li {
  list-style-type: none;
  margin: 0px 10px;
}
.footer-related-links ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 151%;
  color: #79A6C9;
  margin-bottom: 0px;
  text-decoration: none;
}

.page-wrapper {
  padding-top: 0px;
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
  .container-md, .container-sm, .container {
    max-width: 890px;
  }
}
.common-section {
  padding: 120px 0px;
}
@media screen and (max-width: 1279px) {
  .common-section {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 1279px) {
  .common-section.supplier1 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .common-section .px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
.common-section .section-content h1 {
  color: #134878;
  margin-bottom: 20px;
}
.common-section .section-content h2 {
  color: #134878;
  margin-bottom: 20px;
}
.common-section .section-content h6 {
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 1279px) {
  .common-section .section-content h6 {
    line-height: 160%;
  }
}
@media screen and (max-width: 1050) {
  .common-section .section-content h6 {
    line-height: 1.2em;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .common-section .section-content h6 {
    line-height: 140%;
  }
}
.common-section .section-content p {
  color: #262f3d;
}
.common-section .section-content .content-list-points {
  padding-left: 20px;
}
.common-section .section-content .content-list-points li {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #262f3d;
  font-family: "Open Sauce Sans";
  list-style-type: disc;
}
@media screen and (max-width: 1440px) {
  .common-section .section-content .content-list-points li {
    font-size: 18px;
  }
}
.common-section .section-content .heading_above {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  color: #134878;
}
.common-section .section-content .lightboxes p a {
  color: rgb(243, 158, 33);
  white-space: nowrap;
  cursor: pointer;
}

.section-action .btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  min-width: 220px;
  height: 62px;
  box-shadow: none;
}
.section-action .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 1440px) {
  .section-action .btn {
    min-width: 170px;
    height: 55px;
    padding: 5px 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-action .btn {
    min-width: 140px;
    height: 50px;
    padding: 5px 20px;
  }
}
.section-action a.btn {
  line-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
@media screen and (max-width: 1440px) {
  .section-action a.btn {
    line-height: 39px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1279px) {
  .section-action a.btn {
    line-height: 39px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-action a.btn {
    line-height: 34px;
  }
}

.hover-nudge:hover img {
  cursor: pointer;
  transform: none;
}

.section-light-bg {
  background: #f5faff;
}

.section-light-bg2 {
  background: #e5edf4;
}

.section-dark-bg {
  background: #134878;
}

.section-heading .text-blue {
  color: #134878;
}
.section-heading .text-link {
  color: #134878;
}

.text-blue {
  color: #134878 !important;
}

.text-black {
  color: #262f3d !important;
}

.text-dark-blue {
  color: #1f6ea5;
}
.text-dark-blue:hover {
  color: #1f6ea5;
}

.text-light-blue {
  color: #79a6c9 !important;
}

.font-18 {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .font-18 {
    font-size: 16px;
  }
}

.font-bg32 {
  font-size: 32px !important;
}
@media screen and (max-width: 1440px) {
  .font-bg32 {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 1279px) {
  .font-bg32 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .font-bg32 {
    font-size: 25px !important;
  }
}

.font-24px {
  font-size: 24px !important;
}
@media screen and (max-width: 1440px) {
  .font-24px {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .font-24px {
    font-size: 16px !important;
  }
}

.font-small {
  font-size: 16px !important;
}
@media screen and (max-width: 1440px) {
  .font-small {
    font-size: 14px;
  }
}

.w-80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .w-80 {
    width: 100%;
  }
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .w-60 {
    width: 100%;
  }
}

.flex50 {
  flex: 0 0 50%;
}

@media screen and (max-width: 767px) {
  .w-mobile-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .p-mobile-0 {
    padding: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-mobile-15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .text-xs-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .pb-mobile-0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .font-regular-mobile {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 175%;
    color: #262f3d;
  }
}

.line-height-35px {
  line-height: 35px !important;
}
@media screen and (max-width: 1279px) {
  .line-height-35px {
    line-height: 29px !important;
  }
}

.media-upper-shift {
  margin-top: -240px;
}
@media screen and (max-width: 767px) {
  .media-upper-shift {
    margin-top: 0px;
  }
}

.text-yellow {
  color: #f39e21 !important;
}

div.next-button {
  width: 126px;
}
@media screen and (max-width: 1440px) {
  div.next-button {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .footer-donation-sec {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer-donation-sec .section-content {
    padding: 30px 0px 0px 0px !important;
  }
}

.next-button {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #f39e21;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.next-button:hover {
  color: #f39e21;
}
@media screen and (max-width: 1440px) {
  .next-button {
    font-size: 22px;
  }
}
.next-button img {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.next-button-link {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #1f6ea5;
}
.next-button-link:hover {
  color: #1f6ea5;
}

.common-content-height p {
  min-height: 120px;
}

.dark-content-box {
  background: #134878;
}

.nudge-link-circle .circle-arrow-right {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #f39e21;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .nudge-link-circle .circle-arrow-right {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
}
.nudge-link-circle .circle-arrow-right img {
  margin-left: 0px;
}

.index-count .index-count-number {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  color: #1f6ea5;
  font-family: "Roobert-Regular";
}

.footer-above-sec {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer-above-sec .section-action .btn.btn-dark-outline {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-above-sec .section-action .btn {
    width: 100%;
    height: 62px;
    font-size: 18px;
    font-weight: 600;
  }
}

.bottom-gredient-50 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 55%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.top-gredient-70 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.top-gredient-40 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.background-overlay-bg {
  position: relative;
  z-index: 99;
}

.card-label {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  font-family: "Roobert-Regular";
}

.container-left-auto {
  padding-left: 15%;
}
@media screen and (max-width: 767px) {
  .container-left-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1650px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1781px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1520px;
  }
}

.fix-width-heading {
  max-width: 950px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .vm-card-item {
    margin-bottom: 40px;
  }
}

.common-slider-section.slider2 .slide-card .slide-card-media img {
  width: 100%;
  min-height: 440px;
  max-height: 440px;
  object-fit: cover;
}

.slick-slide {
  margin: 0px 15px;
}

@media screen and (max-width: 767px) {
  .testimonialSlide .slick-track .slick-slide {
    margin: 0px;
  }
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.inner-page-banner {
  position: relative;
}
.inner-page-banner::after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #134878;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inner-page-banner::after {
    height: 95%;
  }
}
.inner-page-banner .container {
  position: relative;
  z-index: 99;
}
.inner-page-banner .section-content {
  padding-top: 200px;
  padding-right: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .inner-page-banner .section-content {
    padding-top: 140px;
    padding-right: 70px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content {
    padding-right: 0px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
  }
}
.inner-page-banner .section-content .banner-list-points {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .inner-page-banner .section-content .banner-list-points {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content .banner-list-points li:first-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .inner-page-banner .section-content .banner-list-points {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content .banner-list-points {
    width: 100%;
    display: block;
  }
}
.inner-page-banner .section-content .banner-list-points li {
  flex: 0 0 48%;
  margin-bottom: 25px;
}
.inner-page-banner .section-content .banner-list-points li a {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #f39e21;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content .banner-list-points li a {
    font-size: 20px;
    line-height: 24px;
  }
}
.inner-page-banner .section-content .banner-list-points li a span {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.inner-page-banner .section-content .banner-list-points li a img {
  margin-right: 7px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .inner-page-banner .section-content .banner-list-points li a img {
    width: 28px;
    height: 28px;
  }
}
.inner-page-banner .banner-media {
  position: relative;
  top: 110px;
}
@media screen and (max-width: 767px) {
  .inner-page-banner .banner-media {
    top: 30px;
  }
}
.inner-page-banner .banner-media img {
  width: 100%;
}

.inner-page-container {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .inner-page-container {
    padding-top: 110px;
  }
}

@media screen and (max-width: 1279px) {
  .contact-page-details {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page-details {
    padding-top: 80px;
  }
}
.contact-page-details .contact-company-info {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .contact-page-details .contact-company-info {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-page-details .contact-company-info:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .contact-page-details .contact-company-info h3 {
    margin-bottom: 20px !important;
  }
}
.contact-page-details .contact-company-info .info-listing {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing {
    display: block;
  }
}
.contact-page-details .contact-company-info .info-listing li {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing li {
    margin-bottom: 30px;
  }
}
.contact-page-details .contact-company-info .info-listing li.flex33 {
  flex: 0 0 33%;
}
.contact-page-details .contact-company-info .info-listing li.flex50 {
  flex: 0 0 50%;
}
.contact-page-details .contact-company-info .info-listing li.full-width-link .regular {
  width: 100%;
}
.contact-page-details .contact-company-info .info-listing li .info-icon-media img {
  width: 53px;
  min-width: 53px;
}
@media screen and (max-width: 1440px) {
  .contact-page-details .contact-company-info .info-listing li .info-icon-media img {
    width: 45px;
    min-width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing li .info-icon-media img {
    width: 28px;
    min-width: 28px;
  }
}
.contact-page-details .contact-company-info .info-listing li .info-label-dir {
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing li .info-label-dir h6 {
    margin-bottom: 0px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing li .info-label-dir p {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
}
.contact-page-details .contact-company-info .info-listing li .info-label-dir a {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #f39e21;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-page-details .contact-company-info .info-listing li .info-label-dir a {
    font-size: 16px;
  }
}

.album-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #aab2ba;
  display: block;
  margin-top: 15px;
}

.featured_caption {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #aab2ba;
  display: block;
  margin-top: 15px;
}

.map-contact-form {
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
  margin: 50px;
  min-height: auto;
  padding: 80px;
}
@media screen and (max-width: 1440px) {
  .map-contact-form {
    padding: 40px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .map-contact-form {
    left: 0px;
    position: relative;
    margin: 0px;
    padding: 20px;
    width: 100%;
    padding-top: 40px;
  }
}

.ginput_container_text input {
  background: #ffffff;
  border-radius: 10px;
  height: 96px;
  padding: 15px 45px !important;
  outline: 0px;
  font-size: 22px !important;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 1440px) {
  .ginput_container_text input {
    height: 68px;
    padding: 15px 30px !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1279px) {
  .ginput_container_text input {
    height: 55px;
    padding: 15px 30px !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .ginput_container_text input {
    height: 58px;
    font-size: 20px;
  }
}
.ginput_container_text input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #134878;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ginput_container_text input::placeholder {
    font-size: 20px;
  }
}
.ginput_container_text input:focus {
  outline: 0px;
  box-shadow: none;
}

.ginput_container_textarea textarea {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 30px !important;
  outline: 0px;
  font-size: 22px !important;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 1279px) {
  .ginput_container_textarea textarea {
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .ginput_container_textarea textarea {
    font-size: 20px;
  }
}
.ginput_container_textarea textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #134878;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ginput_container_textarea textarea::placeholder {
    font-size: 20px;
  }
}
.ginput_container_textarea textarea:focus {
  outline: 0px;
  box-shadow: none;
}
@media screen and (max-width: 1440px) {
  .ginput_container_textarea textarea {
    height: 210px;
  }
}

.gform_footer .gform_button {
  background: #f39e21;
  border-radius: 100px;
  width: 220px;
  height: 62px;
  padding: 20px 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border: none;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .gform_footer .gform_button {
    line-height: 20px !important;
  }
}
.gform_footer .gform_button:hover {
  color: #fff;
  background: #e29421;
  border-color: #e29421;
}
.gform_footer .gform_button:focus {
  color: #fff;
  background: #c07d1b;
  border-color: #c07d1b;
}

.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.gform_wrapper .gform_heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 74px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .gform_wrapper .gform_heading h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gform_heading h2 {
    font-size: 35px;
  }
}
.gform_wrapper .gform_heading .gform_description {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 18pxs;
  }
}

.square-box-ui {
  margin: auto;
  margin-left: 190px;
}
@media screen and (max-width: 1440px) {
  .square-box-ui {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .square-box-ui {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .square-box-ui {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .square-box-ui {
    margin-left: 0px;
  }
}

.picture-caption-dark {
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .picture-caption-dark {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .picture-caption-dark {
    position: relative;
    bottom: 0px;
  }
  .picture-caption-dark .album-caption {
    margin-top: 0px;
  }
}

/* The Modal (background) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.3490196078);
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.modal .mySlides {
  display: none;
}

/* Next & previous buttons */
.modal .prev,
.modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal .prev:hover,
.modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal img.demo {
  opacity: 0.6;
}

.modal .active,
.modal .demo:hover {
  opacity: 1;
}

.modal img.hover-shadow {
  transition: 0.3s;
}

.modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.particletext {
  text-align: center;
  position: relative;
}

.particletext.hearts:hover > .particle {
  opacity: 0;
  position: absolute;
  background-color: #8ac5f3;
  animation: hearts 2s ease-in infinite;
}

.particletext.hearts:hover > .particle:before,
body .particletext.hearts:hover > .particle:after {
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8ac5f3;
}

.particletext.hearts:hover > .particle:before {
  transform: translateX(-50%);
}

.particletext.hearts:hover > .particle:after {
  transform: translateY(-50%);
}

@keyframes hearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}
img.spin-360.hover {
  animation: rotate 4.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.since-banner .donate-logo {
  background: url("./../../../../src/images/orange_plus.png") center center no-repeat;
}

.nudge {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.125s;
}

.hover-nudge:hover .nudge {
  cursor: pointer;
  transform: translate(5px, 0);
}

.hover-nudge:active .nudge {
  transform: translate(1px, 0);
}

.nudge-link-circle.primary:hover {
  color: #e29421;
}
.nudge-link-circle.primary:hover .circle-arrow-right {
  background: #e29421;
}
.nudge-link-circle.primary:focus {
  color: #c07d1b;
}
.nudge-link-circle.primary:focus .circle-arrow-right {
  background: #c07d1b;
}

.learn-more-link {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
}
.learn-more-link.secondary {
  color: #1f6ea5;
}
.learn-more-link.secondary:hover {
  color: #134878;
}
.learn-more-link.secondary:focus {
  color: #262f3d;
}

.not-found-page .section-media {
  margin-bottom: 42px;
}
@media screen and (max-width: 1440px) {
  .not-found-page .section-media {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .not-found-page .section-media {
    margin-bottom: 25px;
  }
}
.not-found-page .section-media img {
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .not-found-page .section-media img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-page .section-media img {
    width: 200px;
  }
}
.not-found-page h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 145px;
  line-height: 100%;
  color: #79a6c9;
}
@media screen and (max-width: 1440px) {
  .not-found-page h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-page h1 {
    font-size: 50px;
  }
}
.not-found-page p {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 175%;
  text-align: center;
  color: #79a6c9;
}
@media screen and (max-width: 1440px) {
  .not-found-page p {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-page p {
    font-size: 22px;
  }
}
.not-found-page .section-action {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .not-found-page .section-action {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-404-php .inner-section .stay-update-section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-404-php .inner-section .stay-update-section .subscription-form {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.page-template-404-php .footer .stay-update-section {
  display: none;
}
.page-template-404-php .footer .footer-insta-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .error404 .inner-section .stay-update-section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .inner-section .stay-update-section .subscription-form {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.error404 .footer .stay-update-section {
  display: none;
}
.error404 .footer .footer-insta-wrapper {
  display: none;
}

.page-template-supplier-portal-page .footer .stay-update-section .subscription-form {
  display: none;
}

.page-template-press-media-inquiries-page .footer .stay-update-section .subscription-form {
  display: none;
}

.page-template-all-stories-page .footer .stay-update-section .subscription-form {
  display: none;
}

.page-template-careers-page .footer .stay-update-section .subscription-form {
  display: none;
}

.search-result-page .entry-footer {
  display: none;
}

@media (max-width: 767px) {
  #single-wrapper #right-sidebar {
    padding: 50px 15px;
  }
}
#single-wrapper #right-sidebar .entry-content p a {
  color: #134878;
}

.gform_validation_errors {
  display: none !important;
}

.gform_confirmation_message {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.gform_fields .gfield {
  position: relative;
}
.gform_fields .gfield .gfield_validation_message {
  position: absolute;
  bottom: 3px;
  left: 30px;
  padding: 0px;
  border: none;
  background-color: transparent;
  font-size: 11px;
}
.gform_fields .ginput_container input {
  height: 68px;
  padding: 15px 30px !important;
  background: #ffffff;
  border-radius: 10px;
  outline: 0px;
  box-shadow: none;
  border: none;
  font-size: 20px !important;
}
@media screen and (max-width: 1440px) {
  .gform_fields .ginput_container input {
    height: 68px;
    padding: 15px 30px !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1279px) {
  .gform_fields .ginput_container input {
    height: 55px;
    padding: 15px 30px !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .gform_fields .ginput_container input {
    height: 58px;
    font-size: 20px;
  }
}
.gform_fields .ginput_container input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #134878;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .gform_fields .ginput_container input::placeholder {
    font-size: 20px;
  }
}
.gform_fields .ginput_container input:focus {
  outline: 0px;
  box-shadow: none;
}

.right-sidebar .wp-block-group__inner-container .wp-block-latest-posts {
  max-width: 100% !important;
}
.right-sidebar .wp-block-group__inner-container .wp-block-latest-posts .latest-posts {
  margin-bottom: 15px;
}
.right-sidebar .wp-block-group__inner-container .wp-block-latest-posts .latest-posts a {
  color: #134878;
  text-decoration: none;
  font-size: 18px;
}

#single-wrapper #content {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  #single-wrapper #content .entry-header h1 {
    font-size: 38px;
  }
  #single-wrapper #content .entry-content p {
    font-size: 18px;
  }
}

.stay-update-form_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .stay-update-form_wrapper {
    display: block;
  }
}
.stay-update-form_wrapper .stay-update-form {
  width: 100%;
}
.stay-update-form_wrapper .stay-update-form .gform_footer {
  display: none;
}
.stay-update-form_wrapper .gform_heading {
  margin-bottom: 0px !important;
}
.stay-update-form_wrapper .gform_heading h2 {
  text-align: right;
  color: #134878;
  margin-right: 40px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1440px) {
  .stay-update-form_wrapper .gform_heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-form_wrapper .gform_heading h2 {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 28px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .stay-update-form_wrapper .gform_heading h2 {
    font-size: 26px;
    line-height: 35px;
    white-space: pre-wrap;
    margin-bottom: 15px;
  }
}
.stay-update-form_wrapper .gform_body {
  width: 100%;
}
.stay-update-form_wrapper .gform_body .gform_fields {
  position: relative;
  display: block;
  width: 100%;
}
.stay-update-form_wrapper .gform_body .gform_fields .gfield--width-half {
  grid-column: span 12 !important;
  -ms-grid-column-span: 6 !important;
}
.stay-update-form_wrapper .gform_body .gform_fields .ginput_container input {
  background: #ffffff;
  border-radius: 60px;
  width: 100%;
  height: 110px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #134878;
  padding: 44px 115px 44px 58px;
  box-shadow: none;
  border: 1px solid transparent;
  outline: 0px;
}
.stay-update-form_wrapper .gform_body .gform_fields .ginput_container input:focus {
  border: 1px solid #f39e21;
}
.stay-update-form_wrapper .gform_body .gform_fields .ginput_container input::placeholder {
  color: #134878 !important;
}
@media screen and (max-width: 1440px) {
  .stay-update-form_wrapper .gform_body .gform_fields .ginput_container input {
    height: 90px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-form_wrapper .gform_body .gform_fields .ginput_container input {
    height: 72px;
    font-size: 18px !important;
    line-height: 22px !important;
    border: none;
    padding: 15px 80px 15px 30px !important;
  }
}
.stay-update-form_wrapper .gform_body .gform_fields #field_submit {
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1440px) {
  .stay-update-form_wrapper .gform_body .gform_fields #field_submit {
    right: 12px;
    top: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-form_wrapper .gform_body .gform_fields #field_submit {
    bottom: 11px;
    right: 15px;
    top: auto;
  }
}
@media screen and (max-width: 1279px) {
  .stay-update-form_wrapper .gform_body .gform_fields #field_submit input {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .stay-update-form_wrapper .gform_body .gform_fields #field_submit input {
    width: 48px;
    height: 48px;
  }
}
.stay-update-form_wrapper .gform_footer {
  display: none;
}

@media (max-width: 767px) {
  .category-slider-actions {
    display: none;
  }
}

body.page-template.page-template-warm-prospects-page .page-wrapper .inner-page-banner {
  padding-top: 130px;
  max-height: initial;
}

.template-file-header {
  max-width: 1010px;
  margin: auto auto 70px;
}
@media (max-width: 767px) {
  .template-file-header {
    max-width: 100%;
    margin: 0px;
  }
}
.template-file-header h1 {
  text-align: center;
}

.template-file-content {
  max-width: 1010px;
  margin: auto auto 70px;
}
@media (max-width: 767px) {
  .template-file-content {
    max-width: 100%;
    margin: 0px;
  }
}
.template-file-content p {
  margin: 10px 0px !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .template-file-content p {
    margin: 0px;
  }
}

.carousel-gallery {
  width: 40%;
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
.carousel-gallery .carousel-inner .carousel-item img {
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .carousel-gallery .carousel-inner .carousel-item img {
    max-height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .carousel-gallery .carousel-inner .carousel-item img {
    max-height: 320px;
    min-height: 320px;
  }
}
.carousel-gallery .carousel-inner .carousel-control-prev {
  width: 50%;
}
.carousel-gallery .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("./../../../../src/images/left-arrow.png");
  position: absolute;
  bottom: -70px;
  left: 80%;
}
.carousel-gallery .carousel-inner .carousel-control-next {
  width: 50%;
}
.carousel-gallery .carousel-inner .carousel-control-next .carousel-control-next-icon {
  background-image: url("./../../../../src/images/right-arrow.png");
  left: 10%;
}

@media (max-width: 767px) {
  .section-donation-box {
    margin-top: 50px;
  }
}

.getInvolved-whyGive {
  margin-top: -125px;
  z-index: 9;
}

.home-slider {
  background-color: #134878;
  width: 100%;
  height: 100% !important;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .home-slider {
    min-height: auto;
  }
}
.home-slider .slider .circular-slider {
  align-items: flex-start;
}
.home-slider .slider .descriptions .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.home-slider .slider .descriptions .dots span {
  color: transparent;
  border: none;
  background-color: #d3d3d3;
  width: 15px;
  height: 15px;
  max-width: 15px;
  border-radius: 50%;
  display: block;
  margin: 0px 10px;
  cursor: pointer;
}
.home-slider .slider .descriptions .dots span.active {
  background-color: #F39E21;
}
.home-slider .slider .descriptions .slider-content2 {
  padding: 0px;
  margin-top: 150px;
}
.home-slider .slider .descriptions .slider-content2 p {
  width: 80%;
  margin: auto;
}
.home-slider .slider .descriptions .controls .controls__left {
  left: 0px !important;
}
.home-slider .slider .descriptions .controls .controls__right {
  right: 0px !important;
}
.home-slider .slider-wrapper {
  padding-top: 70px;
  position: relative;
}
.home-slider .slider-wrapper .sliderHome {
  position: relative;
}
.home-slider .slider-wrapper .sliderHome .slick-track {
  min-height: 100vh;
}
.home-slider .slider-wrapper .sliderHome .slick-track .slick-slide {
  padding: 0px 35px;
}
.home-slider .slider-wrapper .sliderHome .slick-track .slick-slide.slick-current .slider-content {
  display: flex;
}
.home-slider .slider-wrapper .sliderHome .slick-track .slick-slide .slider-content {
  display: none;
  padding: 100px 0px;
}
.home-slider .sliderArrow1 {
  cursor: pointer;
  z-index: 99;
  position: absolute;
  bottom: 24%;
}
.home-slider .sliderArrow1 img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1440px) {
  .home-slider .sliderArrow1 img {
    width: 55px;
    height: 55px;
  }
}
.home-slider .arrow-left-dir {
  left: 15%;
}
.home-slider .arrow-right-dir {
  right: 15%;
}

.slide-card-media img {
  object-fit: cover;
}

.healingSlider .slide-card-media img {
  height: 380px;
  object-fit: cover;
}
@media screen and (max-width: 1239px) {
  .healingSlider .slide-card-media img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .healingSlider .slick-track .slick-slide {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .fleetShips .slick-track .slick-slide {
    margin: 0px;
  }
}

.since-banner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .since-banner {
    display: none;
  }
}
.since-banner .donate-logo {
  position: absolute;
  width: 380px;
  left: 68px;
  top: -500px;
}
@media screen and (max-width: 1279px) {
  .since-banner .donate-logo {
    width: 300px;
  }
}
.since-banner .donate-logo img {
  width: 100%;
}

.globally-count {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .globally-count {
    padding-top: 60px;
  }
}
.globally-count li {
  flex: 0 0 48%;
  text-align: center;
  margin-bottom: 100px;
}
.globally-count li h1 {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.globally-count li h6 {
  font-family: "Open Sauce Sans";
  font-weight: 400;
}

.relative-up-box {
  position: relative;
  z-index: 9;
}

.globally-impact {
  padding-top: 35%;
  position: relative;
  margin-top: -30%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .blog-stories {
    padding-top: 0px;
  }
}

.video-banner-main {
  position: relative;
  padding: 0px 45px;
}
@media screen and (max-width: 1279px) {
  .video-banner-main {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-banner-main.home-video-banner {
    padding: 0px !important;
  }
}
.video-banner-main .video-player {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-banner-main .video-player video {
  max-height: 1024px;
  min-height: 1024px;
  object-fit: cover;
  width: 100%;
}
.video-banner-main .video-player video.inner-section-video {
  max-height: 500px;
  min-height: 500px;
}
.video-banner-main .video-player .player-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner-main .video-player .player-controls .play-button {
  background-color: transparent;
  border: none;
}

.donation-main-section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .donation-main-section {
    padding-top: 30px;
  }
  .donation-main-section .row {
    margin: 0px;
  }
  .donation-main-section .row .col-12 {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .donation-main-section .donation-media-picture {
    display: flex;
    justify-content: space-between;
  }
  .donation-main-section .donation-media-picture .album-caption {
    display: none;
  }
}
.donation-main-section .donation-media-picture img {
  object-fit: cover;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .donation-main-section .donation-media-picture img {
    flex: 0 0 48%;
    max-width: 50%;
    max-height: inherit;
    min-height: 128px;
    margin-bottom: 0px;
  }
}
.donation-main-section .right-donation-part {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .donation-main-section .right-donation-part {
    padding-top: 20px;
  }
}
.donation-main-section .right-donation-part img:first-child {
  height: 300px;
}
.donation-main-section .donation-form {
  background: #134878;
  padding: 60px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .donation-main-section .donation-form {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
.donation-main-section .donation-form .form-main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation-main-section .donation-form .donation-action-buttons .btn-theme-link {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #F39E21;
  margin-right: 36px;
}
.donation-main-section .donation-form .donation-action-buttons .btn-yellow-theme {
  min-width: 292px;
}
.donation-main-section .donation-form .field-group {
  flex: 0 0 47%;
  margin-bottom: 30px;
}
.donation-main-section .donation-form .field-group.full-width-field {
  flex: 0 0 100%;
}
.donation-main-section .donation-form .field-group .amount-label {
  border: 0.704732px solid #FFFFFF;
  border-radius: 70.4732px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 5px 30px;
  cursor: pointer;
}
.donation-main-section .donation-form .field-group .amount-label span {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}
.donation-main-section .donation-form .field-group .amount-label img {
  width: 35px;
  height: 35px;
}

.since-content-section {
  position: relative;
  padding-top: 300px;
  background-image: url("./../../../../src/images/1978.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top 100px;
}
@media screen and (max-width: 767px) {
  .since-content-section {
    background-size: contain;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .since-content-section .sinceRow {
    margin: 0px;
  }
  .since-content-section .sinceRow .col-12 {
    padding: 0px;
  }
}
.since-content-section .dark-content-box {
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .since-content-section .dark-content-box {
    padding: 40px 20px;
  }
  .since-content-section .dark-content-box h6 {
    font-size: 16px;
  }
}
.since-content-section .section-content h6 {
  font-family: "Open Sauce Sans";
}
.since-content-section .inner-content-slide {
  padding-left: 25%;
}
@media screen and (max-width: 1239px) {
  .since-content-section .inner-content-slide {
    padding-left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .since-content-section .inner-content-slide {
    padding-left: 0px;
  }
}

.since-animated-album {
  display: flex;
}
@media screen and (max-width: 767px) {
  .since-animated-album {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .since-animated-album .album-caption {
    display: none;
  }
}
.since-animated-album .media-file {
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .since-animated-album .media-file {
    padding: 10px 0px;
  }
}
.since-animated-album .media-file:first-child {
  flex: 0 0 40%;
  margin-top: -370px;
}
@media screen and (max-width: 767px) {
  .since-animated-album .media-file:first-child {
    margin-top: 0px;
  }
}
.since-animated-album .media-file:first-child img {
  width: 100%;
}
.since-animated-album .media-file:last-child {
  flex: 0 0 60%;
}
.since-animated-album .media-file:last-child img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .since-animated-album .media-file:last-child img {
    width: 100%;
  }
}

.homeMainSlider {
  display: flex;
  justify-content: center;
  position: relative;
}
.homeMainSlider .slide-card {
  flex: 0 0 24%;
  width: 24%;
  position: relative;
}
.homeMainSlider .slide-card.active .slider-card-inner .slider-content2 {
  display: block;
}
.homeMainSlider .slide-card .slider-card-inner {
  padding: 0px 50px;
}
.homeMainSlider .slide-card .slider-card-inner .slider-content2 {
  display: none;
  padding: 270px 0px 100px 0px;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  min-width: 910px;
  margin-left: -260px;
}
@media screen and (max-width: 1440px) {
  .homeMainSlider .slide-card .slider-card-inner .slider-content2 {
    margin-left: -330px;
  }
}
.homeMainSlider .slide-card .slide-card-media {
  width: 100%;
}
.homeMainSlider .slide-card .slide-card-media img {
  width: 100%;
}
.homeMainSlider .slide-card:first-child {
  transform: rotate(-29deg);
  top: 230px;
}
.homeMainSlider .slide-card:nth-child(2) {
  transform: rotate(-15deg);
  top: 60px;
}
.homeMainSlider .slide-card:nth-child(4) {
  transform: rotate(15deg);
  top: 60px;
}
.homeMainSlider .slide-card:nth-child(5) {
  transform: rotate(29deg);
  top: 230px;
}

.lifetime-calling-slider .modal .modal-content {
  border: none;
}
.lifetime-calling-slider .modal .modal-content .prev img {
  transform: rotate(180deg);
}
.lifetime-calling-slider .modal .modal-content .arroIcon:hover {
  background-color: transparent !important;
}

.blog-simple-cards .blog-card .blog-card-media img {
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .blog-simple-cards .blog-card .blog-card-media img {
    min-height: 100%;
    max-height: auto;
  }
}

.post-category-list {
  display: flex;
  overflow: auto;
}
.post-category-list::-webkit-scrollbar {
  width: 0px;
}
.post-category-list li {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .post-category-list li {
    margin-left: 0px;
    margin-right: 30px;
  }
}
.post-category-list li.current-cat a {
  color: #134878;
  border-bottom: 4px solid #F39E21;
}
.post-category-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #0A2942;
  text-decoration: none;
  padding: 10px;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
}
.post-category-list li a.active {
  border-bottom: 5px solid #F39E21;
}

@media screen and (max-width: 767px) {
  .all-stories-page .blog-post-card .section-content span {
    margin-bottom: 0px !important;
  }
}
.all-stories-page .blog-post-card .section-media {
  min-width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .all-stories-page .blog-post-card .section-media {
    min-height: 250px;
    max-height: 250px;
  }
}
.all-stories-page .blog-post-card .section-media img {
  max-height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .all-stories-page .blog-post-card .section-media img {
    min-height: 250px;
    max-height: 250px;
  }
}

.blog-simple-cards .blog-card-content h6 a {
  text-decoration: none;
}
.blog-simple-cards .blog-card-content .understrap-read-more-link {
  display: none;
}

.mission-us-video1 {
  margin-top: -185px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .mission-us-video1 {
    margin-top: 0px;
    z-index: 9;
    padding: 0px;
  }
}

.about-us-video5 {
  margin-top: -95px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .about-us-video5 {
    margin-top: 0px;
    padding: 0px;
  }
}

.gift-catalog-banner {
  margin-top: -180px;
}
@media screen and (max-width: 767px) {
  .gift-catalog-banner {
    margin-top: 0px;
  }
}

.experience-calling-video {
  margin-top: -230px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .experience-calling-video {
    margin-top: -130px;
  }
}
@media screen and (max-width: 767px) {
  .experience-calling-video {
    margin-top: 50px;
    padding: 0px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .experience-calling-video.getInvolved-m-Video {
    margin-top: -200px;
    width: 87%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .experience-calling-video.builtServe-video {
    text-align: right;
    margin-top: -210px;
  }
  .experience-calling-video.builtServe-video img {
    width: 80% !important;
  }
}

.right-box-seondaryImage {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .right-box-seondaryImage {
    margin-top: 50px;
  }
}

.ourMissionVision-sec .section-media {
  margin-top: -155px;
}
@media screen and (max-width: 767px) {
  .ourMissionVision-sec .section-content {
    padding: 30px 0px 0px 0px !important;
  }
}
.ourMissionVision-sec .visionM-banner {
  position: relative;
  z-index: 9;
}

.vm-card-list {
  margin-top: 150px;
}

.mh-card-body {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .mh-card-body {
    padding-left: 0px;
  }
}

.moreHelp-sec .right-images {
  display: flex;
  justify-content: space-between;
}
.moreHelp-sec .right-images .inner-media {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .moreHelp-sec .right-images .inner-media {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .moreHelp-sec .section-media .inner-media {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moreHelp-sec .section-media .inner-media img {
    min-height: 180px;
    max-height: 180px;
    object-fit: covers;
  }
}
@media screen and (max-width: 767px) {
  .moreHelp-sec .section-media .album-caption {
    display: none;
  }
}
.moreHelp-sec .banner-full-oms5 {
  margin-top: -190px;
}
@media screen and (max-width: 1050px) {
  .moreHelp-sec .banner-full-oms5 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .moreHelp-sec .banner-full-oms5 {
    margin-top: 0px;
  }
}

.mission-surgeries-sec .mission-surgeries-card-list {
  margin-top: 100px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mission-surgeries-sec .mission-surgeries-card-list {
    display: block;
  }
}
.mission-surgeries-sec .mission-surgeries-card-list .mission-surgery-card {
  display: flex;
  align-items: flex-start;
  flex: 0 0 45%;
}
@media screen and (max-width: 767px) {
  .mission-surgeries-sec .mission-surgeries-card-list .mission-surgery-card {
    display: block;
  }
}
.mission-surgeries-sec .mission-surgeries-card-list .mission-surgery-card .ms-card-icon img {
  width: 80px;
  min-width: 80px;
}

.mission-healing-card-list {
  margin-top: 100px;
}
.mission-healing-card-list .mh-card-icon img {
  width: 74px;
  min-width: 74px;
}

.mission-healing-media {
  position: relative;
}
.mission-healing-media img:nth-child(1) {
  position: relative;
  z-index: 99;
}
.mission-healing-media img:nth-child(2) {
  position: relative;
  margin-top: -20%;
  padding-left: 110px;
}
@media screen and (max-width: 767px) {
  .mission-healing-media img:nth-child(2) {
    margin-top: 30px;
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .our-mission-bottom-banner .row {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .our-mission-bottom-banner .row > .col-12 {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .our-mission-bottom-banner .section-media img {
    min-height: 270px;
    object-fit: cover;
  }
}
.our-mission-bottom-banner .bottom-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .our-mission-bottom-banner .bottom-banner-overlay .section-content p.regular {
    font-size: 14px;
  }
}
.our-mission-bottom-banner .bottom-banner-overlay .section-arrow-action img {
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 767px) {
  .our-mission-bottom-banner .bottom-banner-overlay .section-arrow-action img {
    width: 64px;
    height: 66px;
    min-height: 66px;
  }
}

.saveMore-lives-sec .section-main-head {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .saveMore-lives-sec .section-main-head {
    margin-bottom: 30px;
  }
}
.saveMore-lives-sec .section-main-head .section-media .left-second-image {
  width: 70%;
}
.saveMore-lives-sec .section-media .left-second-image {
  width: 100%;
  margin-bottom: 20px;
}

.unique-solutions-sec .row .col-12:nth-child(2) {
  padding-left: 80px;
  border-left: 1px solid rgba(170, 178, 186, 0.4);
}
@media screen and (max-width: 767px) {
  .unique-solutions-sec .row .col-12:nth-child(2) {
    padding-left: 12px;
    border: none;
  }
}

.unique-solutions-list .mission-healing-card {
  margin-bottom: 45px;
  list-style-type: none;
}
.unique-solutions-list .mission-healing-card:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .unique-solutions-list .mission-healing-card .mh-card-body {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1279px) {
  .unique-solutions-list .mission-healing-card .mh-card-icon {
    margin-right: 0px !important;
  }
}
.unique-solutions-list .mission-healing-card .mh-card-icon img {
  min-width: 115px;
  padding-top: 20px;
}
@media screen and (max-width: 1279px) {
  .unique-solutions-list .mission-healing-card .mh-card-icon img {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .unique-solutions-list .mission-healing-card .mh-card-icon img {
    min-width: 78px;
    width: 78px;
  }
}

.founder-section-main {
  position: relative;
  z-index: 99;
}

.company-map-location {
  min-height: 1080px;
}
@media screen and (max-width: 1440px) {
  .company-map-location {
    min-height: 875px;
  }
}
@media screen and (max-width: 767px) {
  .company-map-location {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company-map-location.form-banner {
    margin-bottom: 0px;
  }
}
.company-map-location iframe {
  width: 100%;
  height: 100%;
  min-height: 1080px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .company-map-location iframe {
    min-height: 875px;
  }
}
@media screen and (max-width: 1279px) {
  .company-map-location iframe {
    min-height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .company-map-location iframe {
    min-height: auto;
  }
}
.company-map-location img {
  min-height: 1080px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .company-map-location img {
    min-height: 940px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1279px) {
  .company-map-location img {
    min-height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .company-map-location img {
    min-height: auto;
  }
}

.world-leader-section-list {
  margin-bottom: 70px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .world-leader-section-list {
    margin-bottom: 20px;
  }
  .world-leader-section-list .world-leader-card {
    margin-bottom: 100px;
  }
  .world-leader-section-list .col-12:last-child .world-leader-card {
    margin-bottom: 0px;
  }
}

.founder-section-content {
  padding: 100px;
}
@media screen and (max-width: 1239px) {
  .founder-section-content {
    padding: 40px 10px;
  }
  .founder-section-content .content-link .next-button-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .founder-section-content {
    padding: 20px 0px;
  }
  .founder-section-content .heading_above {
    text-align: center;
    display: block;
  }
  .founder-section-content h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .founder-section-content .content-link a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .founder-section-content .content-link span {
    display: none;
  }
}

.gift-catalog-content {
  padding: 100px;
}
@media screen and (max-width: 1279px) {
  .gift-catalog-content {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gift-catalog-content {
    padding: 30px 0px;
  }
}

.world-leader-card-body {
  background: #134878;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .world-leader-card-body {
    padding: 20px;
  }
}
.world-leader-card-body .world-leader-media {
  margin-top: -70px;
}
.world-leader-card-body .world-leader-media img {
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
}
.world-leader-card-body .world-leader-info {
  min-height: 300px;
}

.report-file-data {
  border-right: 1.21992px dashed #E5EDF4;
  margin-bottom: 60px;
}
.report-file-data span {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  border: 1.21992px solid #134878;
}
.report-file-data ul {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .report-file-data ul {
    width: 100%;
  }
}
.report-file-data li {
  border-bottom: 1.21992px solid #E5EDF4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.report-file-data li img {
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 1280px) {
  .report-file-data li img {
    width: 22px;
  }
}
.report-file-data li a {
  font-style: normal;
  font-weight: 500;
  font-size: 17.0788px;
  line-height: 150%;
  color: #1F6EA5;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .report-file-data li a {
    font-size: 15px;
  }
}

.gift-catalog-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .gift-catalog-wrapper {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .our-mission-video2 {
    padding: 0px;
  }
  .our-mission-video2 .container-fluid {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .globally-section1 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .globally-section1 .section-content h3 {
    text-align: center;
  }
}

.gift-catalog-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #262F3D;
  padding: 15px 0px;
}
.gift-catalog-list .gc-icon-name {
  display: flex;
  align-items: center;
}
.gift-catalog-list .gc-icon-name .gis-media {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .gift-catalog-list .gc-icon-name .gis-media {
    width: 60px;
  }
}
.gift-catalog-list .gc-icon-name .gis-media img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .gift-catalog-list .gc-icon-name .gis-media img {
    width: 35px;
  }
}
.gift-catalog-list .gc-arrow img {
  width: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gift-catalog-list .gc-arrow img {
    width: 21px;
  }
}

.why-sec-full-details {
  margin-top: -150px;
  padding-top: 300px;
}
@media screen and (max-width: 767px) {
  .why-sec-full-details {
    margin-top: 0px;
    padding-top: 70px;
  }
}

.testimonials-slider-main .testimonial-slider-card .client-testi-media img {
  box-shadow: 9px 13px 0px #e5edf4;
}
.testimonials-slider-main .testimonial-slider-card .section-content {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .testimonials-slider-main .testimonial-slider-card .section-content {
    padding-left: 50px;
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-slider-main .testimonial-slider-card .section-content {
    padding-left: 0px;
    position: relative;
    padding-top: 50px;
  }
}
.testimonials-slider-main .testimonial-slider-card .section-content .quote-pic {
  position: absolute;
  left: 0px;
  top: -20px;
}
.testimonials-slider-main .testimonial-slider-card .section-content h5 {
  word-break: break-word !important;
}
.testimonials-slider-main .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.testimonials-slider-main .slick-dots li {
  margin: 0px 10px;
}
.testimonials-slider-main .slick-dots li button {
  color: transparent;
  border: none;
  background-color: #d3d3d3;
  width: 15px;
  height: 15px;
  max-width: 15px;
  border-radius: 50%;
}
.testimonials-slider-main .slick-dots li.slick-active button {
  background-color: #F39E21;
}

.mission-part-card {
  background: #E5EDF4;
  padding: 20px;
}
.mission-part-card .index-count {
  color: #134878;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(19, 72, 120, 0.3);
  display: block;
}
.mission-part-card p {
  margin-bottom: 30px;
}

.christ-section7 {
  margin-top: 120px;
}
@media screen and (max-width: 1279px) {
  .christ-section7 .section-content .particletext .btn {
    min-width: 100%;
  }
  .christ-section7 .section-content .btn-dark-outline {
    margin-top: 15px;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .christ-section7 {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.christ-section7 .first-banner {
  margin-top: 70px;
}
.christ-section7 .second-banner {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .christ-section7 .second-banner {
    margin-top: 30px;
  }
}
.christ-section7 .third-banner {
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .christ-section7 .third-banner {
    margin-top: 30px;
  }
}
.christ-section7 .fourth-banner {
  margin-top: 280px;
}
@media screen and (max-width: 767px) {
  .christ-section7 .fourth-banner {
    margin-top: 30px;
  }
}

.christ-body-content-sec {
  margin-top: -185px;
  padding: 0px 150px;
}
@media screen and (max-width: 767px) {
  .christ-body-content-sec {
    margin-top: 60px;
    padding: 0px;
  }
}
@media screen and (max-width: 1279px) {
  .christ-body-content-sec .row .col-12 {
    margin-left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .christ-body-content-sec .row .col-12 {
    margin-left: 0px;
    width: 100%;
  }
}
.christ-body-content-sec .gis-card-list7 {
  margin-top: 100px;
}
.christ-body-content-sec .gis-card-list7 .mission-healing-card {
  list-style-type: none;
}
.christ-body-content-sec .gis-card-list7 .mission-healing-card .mh-card-icon img {
  width: 61px;
  min-width: 61px;
}
@media screen and (max-width: 767px) {
  .christ-body-content-sec .gis-card-list7 .mission-healing-card .mh-card-icon img {
    width: 55px;
    min-width: 55px;
  }
}

.partner-values-card-list {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .partner-values-card-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .partner-values-card-list.get-involved-partner .partner-values-card .mh-card-icon {
    margin-right: 0px !important;
  }
}
.partner-values-card-list .partner-values-card {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .partner-values-card-list .partner-values-card {
    margin-bottom: 40px !important;
  }
}
.partner-values-card-list .partner-values-card h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #134878;
}
@media screen and (max-width: 767px) {
  .partner-values-card-list .partner-values-card h6 {
    font-size: 24px;
  }
}
.partner-values-card-list .partner-values-card .simple-subListing {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .partner-values-card-list .partner-values-card .simple-subListing {
    padding-left: 18px;
  }
}
.partner-values-card-list .partner-values-card .simple-subListing li {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  color: #262F3D;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .partner-values-card-list .partner-values-card .simple-subListing li {
    font-size: 18px;
  }
}

.partner-logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.partner-logo-list li {
  flex: 0 0 20%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .partner-logo-list li {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partner-logo-list li {
    flex: 0 0 45%;
    padding: 20px;
    margin-bottom: 0px;
  }
}

.support-accordion {
  margin: 80px 0px;
}
@media screen and (max-width: 767px) {
  .support-accordion {
    margin-top: 40px;
  }
}

.common-accordion-section.policy-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 28px !important;
}
.common-accordion-section.policy-accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("./../../../../src/icons/minus-accordion-icon.svg");
  width: 35px;
  height: 35px;
  background-size: 35px;
}
.common-accordion-section.policy-accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("./../../../../src/icons/plus-accordion-icon.svg");
  width: 50px;
  height: 35px;
  background-size: 35px;
  padding-left: 31px;
  background-position: right;
}
.common-accordion-section.policy-accordion .accordion-item .accordion-collapse .accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  color: #262F3D;
}
.common-accordion-section.accordion li:last-child .accordion-header {
  border-bottom: none !important;
}
.common-accordion-section.accordion .accordion-item {
  background-color: transparent;
}
.common-accordion-section.accordion .accordion-item .accordion-header {
  padding: 50px 0px;
  border-bottom: 1px solid #1F6EA5;
}
@media screen and (max-width: 1440px) {
  .common-accordion-section.accordion .accordion-item .accordion-header {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 1279px) {
  .common-accordion-section.accordion .accordion-item .accordion-header {
    padding: 22px 0px;
  }
}
@media screen and (max-width: 767px) {
  .common-accordion-section.accordion .accordion-item .accordion-header {
    padding: 18px 0px;
  }
}
.common-accordion-section.accordion .accordion-item .accordion-header .accordion-button {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #134878;
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
}
@media screen and (max-width: 1440px) {
  .common-accordion-section.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .common-accordion-section.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px !important;
  }
}
.common-accordion-section.accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0px;
  box-shadow: none;
}
.common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 0px;
}
.common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body span {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #1F6EA5;
  margin-bottom: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body span {
    font-size: 20px;
  }
}
.common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body .simple-subListing {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body .simple-subListing {
    padding-left: 20px;
  }
}
.common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body .simple-subListing li {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  color: #000000;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .common-accordion-section.accordion .accordion-item .accordion-collapse .accordion-body .simple-subListing li {
    font-size: 16px;
  }
}

.cp-first-section-desc {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .cp-first-section-desc {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .fleetShips-slider-inner .slick-arrow {
    display: none !important;
  }
}
.fleetShips-slider-inner .slick-track .section-fleetSlider-card {
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
@media screen and (min-width: 1400px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card {
    width: 320px !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card {
    width: 250px !important;
  }
}
@media screen and (max-width: 1279px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card {
    width: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card {
    width: auto !important;
  }
}
.fleetShips-slider-inner .slick-track .section-fleetSlider-card .fleetSlider-media img {
  min-height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card .fleetSlider-media img {
    min-height: 270px !important;
  }
}
@media screen and (max-width: 767px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card .fleetSlider-media img {
    min-height: 235px !important;
    max-height: 235px !important;
  }
}
@media screen and (min-width: 1280px) {
  .fleetShips-slider-inner .slick-track .section-fleetSlider-card p {
    display: none;
  }
}
@media screen and (min-width: 1650px) {
  .fleetShips-slider-inner .slick-track .slick-current {
    width: 780px !important;
  }
}
@media screen and (min-width: 1400px) {
  .fleetShips-slider-inner .slick-track .slick-current {
    width: 670px !important;
  }
}
@media screen and (min-width: 1280px) {
  .fleetShips-slider-inner .slick-track .slick-current {
    width: 670px !important;
  }
}
@media screen and (min-width: 1000px) {
  .fleetShips-slider-inner .slick-track .slick-current {
    width: 470px !important;
  }
}
.fleetShips-slider-inner .slick-track .slick-current .fleetSlider-media img {
  min-height: 550px;
  max-height: 550px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fleetShips-slider-inner .slick-track .slick-current .fleetSlider-media img {
    min-height: 235px !important;
    max-height: 235px !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .fleetShips-slider-inner .slick-track .slick-current .fleetSlider-media img {
    min-height: 480px;
    max-height: 480px;
  }
}
.fleetShips-slider-inner .slick-track .slick-current p {
  display: block;
}

.sugeries-hope-section {
  margin-top: 80px;
}
.sugeries-hope-section .section-content {
  width: 70%;
}
@media screen and (max-width: 1279px) {
  .sugeries-hope-section .section-content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sugeries-hope-section .section-content {
    width: 100%;
    margin-top: 40px;
  }
}

.transcending-main-box {
  border-left: 1px solid #1F6EA5;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .transcending-main-box {
    border-left: none;
    margin-top: 50px;
  }
}

.Transcending-card-box {
  padding: 0px 20px 30px;
}
@media screen and (max-width: 767px) {
  .Transcending-card-box {
    padding: 0px 0px 20px;
  }
}
.Transcending-card-box h5 {
  white-space: pre-wrap;
  display: table-caption;
}
@media screen and (max-width: 767px) {
  .Transcending-card-box h5 {
    display: block;
  }
}

.buildSlide-card .vm-media img {
  width: 100%;
  min-height: 440px;
  max-height: 440px;
  object-fit: cover;
}
@media screen and (min-width: 1440px) and (max-width: 1650px) {
  .buildSlide-card .vm-media img {
    min-height: 370px;
    max-height: 370px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .buildSlide-card .vm-media img {
    min-height: 320px;
    max-height: 320px;
  }
}
@media screen and (max-width: 1279px) {
  .buildSlide-card .vm-media img {
    min-height: 320px;
    max-height: 320px;
  }
}

.donation-form iframe {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .partnerShip-value .offset-md-1 {
    margin-left: 0px !important;
    width: 63%;
  }
}

.apply-steps-info {
  margin-top: 50px;
}

.client-media-logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .client-media-logo {
    margin-bottom: 40px;
  }
}

.apply-steps-card-body {
  margin-top: 50px;
  background: #F5FAFF;
  border-radius: 16px;
  padding: 40px;
  min-height: 472px;
}
@media screen and (max-width: 1279px) {
  .apply-steps-card-body {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .apply-steps-card-body {
    min-height: auto;
    margin-top: 20px;
    padding: 20px;
  }
}

.serve-card-media img {
  width: 90px;
  min-width: 90px;
}

.why-serve-heading {
  margin-bottom: 100px;
}

.lifetime-calling-card {
  cursor: pointer;
}
.lifetime-calling-card h6 {
  min-height: 40px;
}
.lifetime-calling-card .vm-card-body {
  min-height: 480px;
  max-height: 480px;
  overflow: hidden;
}

.fleetShips-slider-inner {
  position: relative;
}
.fleetShips-slider-inner .slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  color: transparent;
  background-size: 70px;
}
.fleetShips-slider-inner .slick-prev {
  right: 100px;
  top: -110px;
  width: 70px;
  height: 70px;
  background-image: url("./../../../../src/images/left-arrow.png");
}
.fleetShips-slider-inner .slick-next {
  right: 15px;
  top: -110px;
  width: 70px;
  height: 70px;
  background-image: url("./../../../../src/images/right-arrow.png");
}

.missionPartSlider .slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 120px;
}
@media screen and (max-width: 1440px) {
  .missionPartSlider .slick-arrow {
    background-size: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .missionPartSlider .slick-arrow {
    background-size: 65px;
  }
}
.missionPartSlider .slick-prev {
  left: 10%;
  top: 75%;
  width: 120px;
  height: 120px;
  background-image: url("./../../../../src/images/left-outline-arrow.png");
}
@media screen and (max-width: 1440px) {
  .missionPartSlider .slick-prev {
    left: 7%;
    top: 65%;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .missionPartSlider .slick-prev {
    left: 10%;
    width: 65px;
    height: 65px;
  }
}
.missionPartSlider .slick-next {
  left: 20%;
  top: 75%;
  width: 120px;
  height: 120px;
  background-image: url("./../../../../src/images/right-outline-arrow.png");
}
@media screen and (max-width: 1440px) {
  .missionPartSlider .slick-next {
    left: 14%;
    top: 65%;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .missionPartSlider .slick-next {
    left: 18%;
    width: 65px;
    height: 65px;
  }
}

.sliderHome .slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 70px;
  z-index: 99;
}
.sliderHome .slick-prev {
  left: 15%;
  top: 60%;
  width: 70px;
  height: 70px;
  background-image: url("./../../../../src/images/previous-arrow.png");
}
.sliderHome .slick-next {
  right: 15%;
  top: 60%;
  width: 70px;
  height: 70px;
  background-image: url("./../../../../src/images/next-arrow.png");
}

.volunteer-multi-slider-thumb .slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 70px;
  z-index: 99;
  bottom: 40px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1440px) {
  .volunteer-multi-slider-thumb .slick-arrow {
    bottom: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .volunteer-multi-slider-thumb .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 12px;
    left: 10%;
    background-size: 50px;
  }
}
.volunteer-multi-slider-thumb .slick-prev {
  left: 11%;
  background-image: url("./../../../../src/images/previous-arrow.png");
}
@media screen and (min-width: 1451px) {
  .volunteer-multi-slider-thumb .slick-prev {
    left: 10%;
  }
}
@media screen and (max-width: 1440px) {
  .volunteer-multi-slider-thumb .slick-prev {
    left: 6%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .volunteer-multi-slider-thumb .slick-prev {
    left: 4%;
    bottom: 12px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
.volunteer-multi-slider-thumb .slick-next {
  left: 13%;
  background-image: url("./../../../../src/images/next-arrow.png");
}
@media screen and (min-width: 1451px) {
  .volunteer-multi-slider-thumb .slick-next {
    left: 15%;
  }
}
@media screen and (max-width: 1150px) {
  .volunteer-multi-slider-thumb .slick-next {
    left: 11%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .slick-dots li button {
    height: 30px !important;
    width: 30px !important;
    max-width: 30px !important;
  }
}

.volunteer-multi-slider-right .slick-track .slick-slide {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.volunteer-multi-slider-right .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 27%;
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-right .slick-dots {
    left: 0px;
    bottom: 10px;
  }
}
.volunteer-multi-slider-right .slick-dots li {
  margin: 0px 10px;
}
.volunteer-multi-slider-right .slick-dots li button {
  color: transparent;
  border: none;
  background: #F1F5F6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.volunteer-multi-slider-right .slick-dots li.slick-active button {
  background-color: #F39E21;
}

.volunteer-multi-slider-thumb {
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1451px) {
  .volunteer-multi-slider-thumb .col-12:nth-child(2) {
    padding: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .volunteer-multi-slider-thumb .col-12:nth-child(2) {
    padding: 0px;
  }
}
.volunteer-multi-slider-thumb ul {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 0px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb ul {
    padding-left: 15px;
  }
}
.volunteer-multi-slider-thumb ul::-webkit-scrollbar {
  height: 3px;
}
.volunteer-multi-slider-thumb ul::-webkit-scrollbar-track {
  background-color: #0B355B;
}
.volunteer-multi-slider-thumb ul::-webkit-scrollbar-thumb {
  background-color: #06243e;
}
.volunteer-multi-slider-thumb ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Roobert-Regular";
  cursor: pointer;
  margin-right: 20px;
  padding: 10px 0px;
  border-bottom: 3px solid transparent;
}
.volunteer-multi-slider-thumb ul li.active {
  border-bottom: 3px solid #F39E21;
}
.volunteer-multi-slider-thumb ul li.slick-slide {
  margin-left: 0px;
  margin-right: 10px;
}
.volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section {
    padding-bottom: 10px;
  }
}
.volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .vms-content-area {
  position: absolute;
  left: 0px;
  top: 120px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .vms-content-area {
    position: relative;
    left: 15px;
    top: 40px;
    width: 93%;
    margin-bottom: 80px;
  }
}
.volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .vms-content-area .section-content {
  width: 90%;
}
@media screen and (min-width: 1451px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .vms-content-area .section-content {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .vms-content-area .section-content {
    width: 100%;
  }
}
.volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .gallery-slider .slick-track .slick-slide img {
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
}
@media screen and (min-width: 1451px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .gallery-slider .slick-track .slick-slide img {
    min-height: 750px;
    max-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .gallery-slider .slick-track .slick-slide img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer-multi-slider-thumb .slider-bottom-se34 .volunteer-multi-slider-right .vms-inner-section .gallery-slider .slick-arrow {
    display: none !important;
  }
}

.vms-inner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vms-inner-section .section-media {
  flex: 0 0 50%;
}

.inner-section .stay-update-section .subscription-form {
  max-width: 90%;
}

.blog-post-card.stories-post-large .section-media img {
  width: 100%;
  height: 100%;
  min-height: 750px;
  max-height: 850px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .blog-post-card {
    margin-bottom: 30px;
  }
}
.blog-post-card .section-media img {
  width: 100%;
}
.blog-post-card.post-listing-box {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 23px;
}
.blog-post-card.rightSort-card .section-media img {
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-post-card .section-content .read-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog-post-card .section-content span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #262F3D !important;
  }
}
.blog-post-card .section-content .text-blue a:hover {
  color: #134878;
}
.blog-post-card .section-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
}
@media screen and (max-width: 1440px) {
  .blog-post-card .section-content p {
    font-size: 16px;
  }
}
.blog-post-card .section-content .understrap-read-more-link {
  display: none;
}

.blog-card .blog-card-content .read-more {
  display: none;
}

.global-journey-section p.tagline {
  margin-top: 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #8EA3B7;
}
.global-journey-section .nav-pills {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .global-journey-section .nav-pills .nav-item:first-child {
    margin-bottom: 15px;
  }
}
.global-journey-section .nav-pills .nav-item .nav-link {
  font-family: "Roobert-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 22.0903px;
  line-height: 27px;
  text-align: center;
  color: #1F6EA5;
  border: 1.22724px solid #1F6EA5;
  border-radius: 0px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}
.global-journey-section .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #F39E21;
  border: 1.22724px solid #F39E21;
}
.global-journey-section .nav-pills .nav-item .nav-link.active img:first-child {
  display: none;
}
.global-journey-section .nav-pills .nav-item .nav-link.active img:last-child {
  display: block;
}
.global-journey-section .nav-pills .nav-item .nav-link img {
  margin-right: 12px;
  width: 37px;
}
.global-journey-section .nav-pills .nav-item .nav-link img:last-child {
  display: none;
}
.global-journey-section .tab-content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .global-journey-section .lifetime-calling-slider {
    margin-top: 30px;
  }
  .global-journey-section .lifetime-calling-slider .lifetime-calling-card {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global-journey-section .lifetime-calling-slider .missionPartSlider {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global-journey-section .lifetime-calling-slider .missionPartSlider .slick-prev {
    top: -70px;
    left: auto;
    right: 85px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .global-journey-section .lifetime-calling-slider .missionPartSlider .slick-next {
    top: -70px;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

.count-category-journey {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}
.count-category-journey .index-count-number {
  color: #134878 !important;
  font-weight: 700;
}
.count-category-journey .journey-icon-box .journey-icon1 {
  width: 57px;
  height: 57px;
  background-color: #F39E21;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.count-category-journey .journey-icon-box .journey-icon1 img {
  width: 33px;
  height: 30px;
}
.count-category-journey .journey-icon-box span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #134878;
  margin-top: 5px;
  display: block;
}

.common-section .privacy-policy-page .stay-update-form_wrapper {
  display: none;
}
.common-section .privacy-policy-page h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .common-section .privacy-policy-page h2 {
    margin-bottom: 40px;
  }
}
.common-section .privacy-policy-page p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 175%;
  color: #134878;
}
@media screen and (max-width: 1440px) {
  .common-section .privacy-policy-page p {
    font-size: 22px;
  }
}

.mercy-ships-locations a {
  color: #f39e22;
  font-size: 20px;
  text-decoration: none;
}

.mid-border-ui {
  display: block;
  width: 80%;
  margin: 120px auto;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .mid-border-ui {
    margin: 40px auto;
  }
}

.customer-care-row {
  padding-bottom: 50px;
}

.mercy-ships-locations {
  margin-top: 50px;
}

.whole-country-office {
  background-image: url("./../../../../src/images/world-map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.press-media-info .contact-personal img {
  width: 84px;
  margin-right: 12px;
}
@media screen and (max-width: 1440px) {
  .press-media-info .contact-personal img {
    width: 45px;
  }
}
.press-media-info .contact-personal a {
  text-decoration-line: underline;
  font-size: 22px;
}
.press-media-info .contact-personal p.regular {
  font-size: 22px;
}

.pms-resources-list h6 {
  min-width: 80px;
}

.search-result-page.no-results .page-content .sorry-message {
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  color: #134878;
  margin-top: 20px;
  font-style: oblique;
}
.search-result-page ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0px;
}
.search-result-page ul li .entry-header {
  flex: 0 0 30%;
}
.search-result-page .entry-header .entry-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  color: #134878;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .search-result-page .entry-header .entry-title a {
    font-size: 22px;
    line-height: 35px;
  }
}
.search-result-page .entry-summary {
  padding-left: 30px;
}
.search-result-page .entry-summary p {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  color: #262F3D;
}
.search-result-page .entry-summary .understrap-read-more-link {
  display: none;
}
.search-result-page .page-header {
  margin-bottom: 60px;
}
.search-result-page .page-header .page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-result-page .page-header .page-title span {
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  color: #134878;
  margin-top: 20px;
  font-style: oblique;
}

.board-director-card {
  background: #FFFFFF;
  border: 2px solid #1F6EA5;
  margin-top: 160px;
  min-height: 420px;
  padding: 15px;
}
@media screen and (min-width: 1580px) {
  .board-director-card {
    min-height: 550px;
  }
}
@media screen and (min-width: 1441px) {
  .board-director-card .board-director-info .para-content.info4 {
    min-height: 90px;
  }
}
.board-director-card .board-director-media {
  margin-top: -100px;
}
.board-director-card .board-director-media .section-media {
  margin-bottom: 30px;
}
.board-director-card .board-director-media .section-media img {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #E5EDF4;
  display: block;
  margin: auto;
}
.board-director-card .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  min-height: 250px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .board-director-card .section-content .para-content {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1279px) {
  .board-director-card .section-content .para-content {
    font-size: 15px !important;
  }
}

.board-member-sec {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .board-member-sec {
    width: 70%;
  }
}
@media screen and (max-width: 1279px) {
  .board-member-sec {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .board-member-sec {
    width: 100%;
  }
}
.board-member-sec .section-content h6 {
  font-size: 20px !important;
}
.board-member-sec .section-content p {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .mh-card-icon img {
    min-width: 55px;
  }
}

@media screen and (max-width: 1239px) {
  .charity-gist-sec .mh-card-body {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .charity-gist-sec .mh-card-body {
    text-align: center;
    margin-bottom: 40px;
    padding: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .career-content-sec {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .career-content-sec .board-position-sec {
    flex-direction: column;
    margin-top: 50px;
  }
  .career-content-sec .board-position-sec .inner-media {
    order: 1;
    flex: 0 0 100%;
  }
  .career-content-sec .board-position-sec .section-content {
    flex: 0 0 100%;
    order: 2;
    text-align: center;
  }
  .career-content-sec .board-position-sec .section-content .nudge-link-circle {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .career-content-sec .section-content {
    text-align: center;
  }
  .career-content-sec .section-content .nudge-link-circle {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .career-content-sec .section-content p.regular {
    line-height: 130% !important;
  }
}

.ship-img-content .shape-container .shape .inner-shape:hover + .dot-label {
  opacity: 1;
  visibility: visible;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .InvolvedPraySlider {
    position: relative;
  }
}
@media screen and (max-width: 1239px) {
  .InvolvedPraySlider .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: 5%;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .InvolvedPraySlider .slick-prev {
    top: -70px;
    left: auto;
    right: 85px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
@media screen and (max-width: 1239px) {
  .InvolvedPraySlider .slick-next {
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: 11%;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .InvolvedPraySlider .slick-next {
    top: -70px;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .volunteerSlider1 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .volunteerSlider1 .slick-prev {
    top: -70px;
    left: auto;
    right: 85px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .volunteerSlider1 .slick-next {
    top: -70px;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .volunteer-video-banner {
    padding: 0px;
  }
}

.circles-wrapper {
  overflow: visible !important;
  width: 100% !important;
  padding: 0px !important;
  min-height: 420px;
  position: relative;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.circles-wrapper .programmatic-numbers-sec {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .circles-wrapper .programmatic-numbers-sec {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .circles-wrapper .programmatic-numbers-sec {
    top: 90px;
    left: 0px;
  }
}
.circles-wrapper .programmatic-numbers-sec h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  color: #134878;
}
@media screen and (max-width: 1440px) {
  .circles-wrapper .programmatic-numbers-sec h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .circles-wrapper .programmatic-numbers-sec h1 {
    font-size: 30px;
  }
}
.circles-wrapper .programmatic-numbers-sec h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  color: #134878;
}
@media screen and (max-width: 1440px) {
  .circles-wrapper .programmatic-numbers-sec h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .circles-wrapper .programmatic-numbers-sec h6 {
    font-size: 16;
  }
}

.about-us-circles {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.about-us-circles li {
  float: initial !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.about-us-circles li:first-child .circle-info-text {
  top: 50%;
}
.about-us-circles li:first-child .circle-text {
  color: #A6CEE3;
}
.about-us-circles li:nth-child(2) .circle-info-text {
  top: 55%;
}
.about-us-circles li:nth-child(2) .circle-text {
  color: #1F78B4;
}
.about-us-circles li:nth-child(3) .circle-info-text {
  top: 60%;
}
.about-us-circles li:nth-child(3) .circle-text {
  color: #FFBC01;
}
.about-us-circles li .circle-info-text {
  position: absolute;
  display: flex;
  width: 65%;
  padding-left: 80px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .about-us-circles li .circle-info-text {
    width: 55%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .about-us-circles li .circle-info-text {
    width: 65%;
    padding-left: 7px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .about-us-circles li .circle-info-text {
    width: 75%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-circles li .circle-info-text {
    width: 67%;
    padding-left: 40px;
  }
}
.about-us-circles li .circle-info-text .circle-info-half {
  position: relative;
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px !important;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .about-us-circles li .circle-info-text .circle-info-half {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-circles li .circle-info-text .circle-info-half {
    font-size: 8px;
  }
}
.about-us-circles li .circle-info-text .circle-text {
  font-style: normal;
  font-weight: 900;
  font-size: 16px !important;
  line-height: 18px !important;
  position: relative;
  font-family: "Roobert-Regular";
  text-align: left;
  padding-left: 20px;
  max-width: 120px;
}
@media screen and (max-width: 1440px) {
  .about-us-circles li .circle-info-text .circle-text {
    font-size: 12px;
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-circles li .circle-info-text .circle-text {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-circles li canvas {
    width: 100% !important;
    height: 100% !important;
  }
}

.circliful {
  position: absolute;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

.circle-info {
  color: #999;
}

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}

.stories-newsletter-wrapper {
  background-color: #EBF1F5;
}

.lifetime-calling-slider .patient-journey .slick-list .slick-track {
  padding: 50px 0px;
}
.lifetime-calling-slider .patient-journey .slick-list .slick-slide.slick-active.slick-current {
  margin-top: -50px;
}
.lifetime-calling-slider .volunteer-journey .slick-list .slick-track {
  padding: 50px 0px;
}
.lifetime-calling-slider .volunteer-journey .slick-list .slick-slide.slick-active.slick-current {
  margin-top: -50px;
}

.common-lightbox.show {
  display: flex !important;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .common-lightbox.show {
    display: block !important;
  }
}
.common-lightbox.show .modal-dialog {
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog {
    margin: auto;
  }
}
.common-lightbox.show .modal-dialog .modal-content {
  margin: 0px;
  min-width: 920px;
  max-width: 1370px;
  background: #FFFFFF;
  box-shadow: 0px 354px 142px rgba(37, 38, 60, 0.03), 0px 199px 119px rgba(37, 38, 60, 0.1), 0px 88px 88px rgba(37, 38, 60, 0.17), 0px 22px 49px rgba(37, 38, 60, 0.2), 0px 0px 0px rgba(37, 38, 60, 0.2);
  border-radius: 34px;
}
@media (min-width: 768px) and (max-width: 920px) {
  .common-lightbox.show .modal-dialog .modal-content {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content {
    min-width: 98%;
    margin: 50px auto;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  height: 156px;
  margin: 0px 45px;
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header {
    margin-top: 0px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header {
    margin: 20px 30px;
    padding: 30px 0px;
    height: auto;
    margin-top: 0px;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-header .lightbox-head-icon {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header .lightbox-head-icon {
    width: 30px;
    margin-right: 10px;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-header h6 {
  color: #134878;
}
.common-lightbox.show .modal-dialog .modal-content .modal-header .close {
  background-color: transparent;
  border: none;
  top: 50px;
  right: 45px;
  padding: 0px;
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header .close {
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header .close {
    top: 10px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-header .close img {
    width: 20px;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-body {
  padding: 32px 60px;
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body {
    padding: 32px 45px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body {
    padding: 0px 30px;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content {
    display: block;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content {
  flex: 1;
}
.common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content p {
    font-size: 18px;
    line-height: 175%;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content a {
  color: #212529 !important;
}
.common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content li {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  font-family: "Open Sauce Sans";
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-body .lightbox-content .inner-editor-content li {
    font-size: 18px;
    line-height: 175%;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 80px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-footer {
    padding: 30px;
  }
}
.common-lightbox.show .modal-dialog .modal-content .modal-footer .btn {
  height: 62px;
  padding: 20px 64px;
  min-width: 404px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .common-lightbox.show .modal-dialog .modal-content .modal-footer .btn {
    height: 52px;
    padding: 12px !important;
    min-width: 100%;
    font-size: 14px;
  }
}

.lighbox-bs-modal {
  z-index: 9999 !important;
}
.lighbox-bs-modal .arrow-action:hover {
  background-color: transparent !important;
}
.lighbox-bs-modal .mySlides img {
  max-height: 80vh;
  object-fit: cover;
}

.requestSpeaker-modal .modal-content {
  border: none;
}
.requestSpeaker-modal .modal-content .modal-body {
  background: #134878;
  border-radius: 5px;
}

.mercyFleetLightbox .modal-dialog {
  max-width: 80%;
}
.mercyFleetLightbox .modal-dialog .modal-content .modal-header {
  height: 95px !important;
  border: none;
}
.mercyFleetLightbox .modal-dialog .modal-content .modal-header .close {
  top: 20px !important;
}
.mercyFleetLightbox .modal-dialog .modal-content .modal-header .close img {
  width: 40px;
}
.mercyFleetLightbox .modal-dialog .modal-content .modal-body .lightbox-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sauce Sans";
}/*# sourceMappingURL=Main.css.map */