@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Meow+Script&display=swap");
@font-face {
  font-family: "SantEliaScript-Light";
  src: url("../fonts/febece459e68b12a38be9b29fd857e5a.eot");
  src: url("../fonts/febece459e68b12a38be9b29fd857e5a.eot?#iefix") format("embedded-opentype"), url("../fonts/febece459e68b12a38be9b29fd857e5a.woff") format("woff"), url("../fonts/febece459e68b12a38be9b29fd857e5a.woff2") format("woff2"), url("../fonts/febece459e68b12a38be9b29fd857e5a.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #000;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
}

h1 {
  font-size: 62px;
  line-height: 62px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Host Grotesk", sans-serif;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 100px;
  height: auto;
}

.site-btn {
  background-color: #ffc41e;
}
.site-btn:hover {
  background-color: #ffc41e;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 15px 15px;
  width: 100%;
  display: flex;
  z-index: 99;
  justify-content: space-between !important;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .header .logo {
    padding-left: 0;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo a img {
  max-width: 170px;
}
@media (max-width: 991px) {
  .header .logo a img {
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .header .logo a img {
    max-width: 115px;
  }
}
.header .nav-wrap {
  position: relative;
  z-index: 1;
  transition: 400ms all;
}
@media (max-width: 991px) {
  .header .nav-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    top: 26px;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap {
    padding: 0;
    top: 22px;
  }
}
.header .nav-wrap .head-top {
  margin-bottom: 25px;
  transition: 400ms all;
}
@media (max-width: 1199px) {
  .header .nav-wrap .head-top {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header .nav-wrap .head-top {
    padding-right: 55px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .head-top {
    padding-right: 40px;
    margin-right: 12px;
  }
}
.header .nav-wrap .head-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -6px;
}
.header .nav-wrap .head-top ul li {
  padding: 0 6px;
}
@media (max-width: 991px) {
  .header .nav-wrap .head-top ul li.tel {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .head-top ul li.tel {
    display: none;
  }
}
.header .nav-wrap .head-top ul li.tel a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
@media (max-width: 767px) {
  .header .nav-wrap .head-top ul li.tel a {
    font-size: 12px;
  }
}
.header .nav-wrap .head-top ul li.tel a:last-child {
  margin-left: 15px;
}
.header .nav-wrap .head-top ul li:last-child a {
  padding: 6px 15px 7px;
  background-color: #e1273c;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 991px) {
  .header .nav-wrap .head-top ul li:last-child a {
    padding: 6px 15px;
    margin-right: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .head-top ul li:last-child a {
    padding: 6px 10px;
    font-size: 16px;
  }
}
.header .nav-wrap .head-top ul li:last-child a:hover {
  background: #ab2c71;
}
.header .nav-wrap .navbar {
  width: 100%;
  background-color: transparent !important;
  padding: 0;
}
.header .nav-wrap .navbar .navbar-toggler {
  background-color: #ffc41e;
  box-shadow: none;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-toggler {
    position: absolute;
    right: 12px;
    top: -37px;
    padding: 6px 8px 8px;
    border: none;
    border-radius: 6px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-toggler {
    right: 12px;
    top: -35px;
  }
}
.header .nav-wrap .navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  width: 1.3em;
  height: 0.9em;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    padding: 30px 30px 8px;
    background-color: #ffffff;
    margin-top: 25px;
    background: #0c4c91;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    margin-top: 23px;
    padding: 20px 20px 8px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    margin-bottom: 12px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Host Grotesk", sans-serif;
}
@media (max-width: 1400px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #ffffff;
    padding: 5px 0;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
  background: transparent;
  color: #ffc41e;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active {
  position: relative;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active::after {
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  height: 5px;
  border-radius: 3px;
  background-color: #ffc41e;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn {
  display: none;
  background-color: #ffc41e;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn {
    display: inline-block;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn:hover {
  background-color: #ffc41e;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.donate {
  display: none;
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.donate {
    display: inline-block;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 15px;
  background-color: #666666;
  border: none;
  border-radius: 0;
  margin-top: 17px;
}
@media (max-width: 1399px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 15px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffc41e;
}

.banner {
  background: #ffc41e;
  position: relative;
  overflow: hidden;
  height: 700px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.banner .text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .banner .text-wrap {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .banner .text-wrap {
    padding-top: 80px;
  }
}
.banner .text-wrap h2 {
  font-size: 70px;
  line-height: 55px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner .text-wrap h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .banner .text-wrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner .text-wrap h1 {
  color: #ffffff;
  font-size: 225px;
  line-height: 190px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner .text-wrap h1 {
    font-size: 150px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .banner .text-wrap h1 {
    font-size: 100px;
    line-height: 70px;
  }
}
.banner .text-wrap h1 span {
  font-weight: 700;
}
.banner .text-wrap a {
  padding: 15px 25px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18px;
  font-size: 24px;
  border-radius: 25px;
  margin-top: 20px;
  font-weight: 600;
  background-color: #ab2c71;
}
@media (max-width: 767px) {
  .banner .text-wrap a {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.banner.inner-banner {
  height: auto;
}
@media (max-width: 767px) {
  .banner.inner-banner {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .banner.inner-banner {
    height: 220px;
  }
}

.banner-bottom {
  margin-top: -80px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .banner-bottom {
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .banner-bottom {
    margin-top: 0;
    padding: 12px 0 38px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .row {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .box {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .box {
    margin-bottom: 12px;
  }
}
.banner-bottom .box .inner {
  background-color: #2f9fd1;
  display: inline-block;
  width: 100%;
  padding: 30px;
  text-align: center;
  box-shadow: inset 0px 0px 0px 10px white;
}
@media (max-width: 767px) {
  .banner-bottom .box .inner {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .banner-bottom .box .inner {
    box-shadow: none;
  }
}
.banner-bottom .box .inner h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .banner-bottom .box .inner h3 {
    font-size: 20px;
    margin: 25px 0;
  }
}
.banner-bottom .box .inner:hover {
  background-color: #053e7b !important;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
@media (max-width: 575px) {
  .banner-bottom .box .inner:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.banner-bottom .box:nth-of-type(2) .inner {
  background-color: #ab2c71;
}
.banner-bottom .box:nth-of-type(3) .inner {
  background-color: #ffc41e;
}

.services {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .services {
    padding: 50px 0 0;
  }
}
@media (max-width: 575px) {
  .services {
    padding: 0;
  }
}
.services .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services .head {
    margin-bottom: 20px;
  }
}
.services .head h2 {
  text-transform: uppercase;
  color: #ffc41e;
}
.services .circle-wrap {
  display: flex;
  justify-content: center;
}
.services .circle-wrap .inner {
  width: 773px;
  height: 773px;
  background: url(../images/circle.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner {
    width: 330px;
    height: 330px;
  }
}
.services .circle-wrap .inner .nav-tabs {
  border-bottom: none;
}
.services .circle-wrap .inner .nav-tabs .nav-item {
  position: absolute;
}
.services .circle-wrap .inner .nav-tabs .nav-item .nav-link {
  border: none !important;
  font-weight: 600;
  font-size: 24px;
  background-color: transparent;
  max-width: 160px;
  color: #000000;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item .nav-link {
    max-width: 145px;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    line-height: 16px;
    max-width: 75px;
    padding: 0;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(1) {
  left: 60%;
  top: 13%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(1) {
    left: 58%;
    top: 12%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(1) {
    top: 17%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(1) {
    left: 60%;
    top: 13%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(2) {
  left: 73%;
  top: 32%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(2) {
    top: 31%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(2) {
    left: 71%;
    top: 32%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(2) {
    left: 74%;
    top: 31%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(3) {
  left: 76%;
  top: 57%;
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(3) {
    left: 75%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(3) {
    left: 77%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(4) {
  left: 57%;
  top: 77%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(4) {
    left: 56%;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(4) {
    left: 54%;
    top: 71%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(4) {
    top: 75%;
    left: 57%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(5) {
  left: 30%;
  top: 81%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(5) {
    left: 27%;
    top: 80%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(5) {
    top: 75%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(5) {
    top: 81%;
    left: 28%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(6) {
  left: 6%;
  top: 60%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(6) {
    left: 3%;
    top: 58%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(6) {
    left: 2%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(6) {
    left: 3%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(7) {
  left: 6%;
  top: 31%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(7) {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(7) {
    top: 32%;
  }
}
.services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(8) {
  left: 34%;
  top: 10%;
}
@media (max-width: 991px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(8) {
    left: 32%;
  }
}
@media (max-width: 767px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(8) {
    top: 15%;
  }
}
@media (max-width: 575px) {
  .services .circle-wrap .inner .nav-tabs .nav-item:nth-of-type(8) {
    left: 34%;
    top: 11%;
  }
}
.services .tab-content {
  margin-top: 20px;
}
.services .tab-content .tab-pane.show {
  display: flex;
  justify-content: center;
}
.services .tab-content .tab-pane .inner {
  width: 900px;
  border: 10px solid #feeaad;
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .services .tab-content .tab-pane .inner {
    flex-wrap: wrap;
  }
}
.services .tab-content .tab-pane .inner::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  top: -38px;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #feeaad;
}
.services .tab-content .tab-pane .inner .left {
  width: 45%;
}
@media (max-width: 575px) {
  .services .tab-content .tab-pane .inner .left {
    width: 100%;
  }
}
.services .tab-content .tab-pane .inner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .tab-content .tab-pane .inner .right {
  width: 55%;
}
@media (max-width: 575px) {
  .services .tab-content .tab-pane .inner .right {
    width: 100%;
  }
}
.services .tab-content .tab-pane .inner .right .wrap {
  padding: 35px;
}
@media (max-width: 767px) {
  .services .tab-content .tab-pane .inner .right .wrap {
    padding: 20px;
  }
}
.services .tab-content .tab-pane .inner .right .wrap h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.services .tab-content .tab-pane .inner .right .wrap h6 {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .services .tab-content .tab-pane .inner .right .wrap h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.services .tab-content .tab-pane .inner .right .wrap p {
  margin-bottom: 5px;
}
.services .tab-content .tab-pane .inner .right .wrap a {
  display: inline-block;
  background-color: #ab2c71;
  padding: 8px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}

.community {
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .community {
    padding: 50px 0;
  }
}
.community h2 {
  color: #e1273c;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .community h2 {
    margin-bottom: 30px;
  }
}
.community .community-wrap {
  display: flex;
  justify-content: center;
}
.community .community-wrap .community-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
  max-width: 800px;
}
.community .community-wrap .community-ul li {
  padding: 12px;
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .community .community-wrap .community-ul li {
    width: 33.333%;
  }
}
.community .community-wrap .community-ul li a {
  display: inline-block;
}
.community .community-wrap .community-ul li a figure {
  width: 150px;
  height: 150px;
  padding: 15px;
  background-color: #e1273c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  margin: 0px auto 10px;
}
@media (max-width: 767px) {
  .community .community-wrap .community-ul li a figure {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .community .community-wrap .community-ul li a figure {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .community .community-wrap .community-ul li a figure {
    width: 90px;
    height: 90px;
  }
}
.community .community-wrap .community-ul li a figure span {
  width: 120px;
  height: 120px;
  padding: 10px;
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .community .community-wrap .community-ul li a figure span {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .community .community-wrap .community-ul li a figure span {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 450px) {
  .community .community-wrap .community-ul li a figure span {
    width: 80px;
    height: 80px;
  }
}
.community .community-wrap .community-ul li a figure span img,
.community .community-wrap .community-ul li a figure span svg {
  width: 100%;
  filter: grayscale(1) invert(1);
  -webkit-filter: grayscale(1) invert(1);
  width: 70px;
}
@media (max-width: 575px) {
  .community .community-wrap .community-ul li a figure span img,
  .community .community-wrap .community-ul li a figure span svg {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .community .community-wrap .community-ul li a figure span img,
  .community .community-wrap .community-ul li a figure span svg {
    width: 40px;
  }
}
.community .community-wrap .community-ul li a p {
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .community .community-wrap .community-ul li a p {
    font-size: 16px;
    line-height: 20px;
  }
}
.community .community-wrap .community-ul li a:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.mission {
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .mission {
    padding-bottom: 20px;
  }
}
.mission .head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mission .head {
    margin-bottom: 20px;
  }
}
.mission .head h2 {
  margin-top: 25px;
  color: #2f9fd1;
}
.mission .mission-box {
  display: flex;
  justify-content: center;
}
.mission .mission-box .inner {
  max-width: 850px;
}
.mission .mission-box .inner h3 {
  font-family: "Meow Script", cursive;
}

.shadow-wrap {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .shadow-wrap {
    padding-top: 50px;
  }
}

.news {
  padding: 0px 0 100px;
}
@media (max-width: 767px) {
  .news {
    padding: 0px 0 26px;
  }
}
.news .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news .head {
    margin-bottom: 20px;
  }
}
.news .head h2 {
  color: #0c4c91;
}
@media (max-width: 767px) {
  .news .news-box {
    margin-bottom: 24px;
  }
}
.news .news-box .inner {
  display: inline-block;
}
.news .news-box .inner figure {
  overflow: hidden;
}
.news .news-box .inner figure img {
  transition: 600ms all;
}
.news .news-box .inner figcaption h5 {
  margin-bottom: 0;
  color: #0c4c91;
  font-weight: normal;
}
.news .news-box .inner figcaption p span {
  font-size: 12px;
  color: #666666;
}
.news .news-box .inner:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
@media (max-width: 767px) {
  .news .news-box .inner:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.news .news-box .inner:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.contact {
  position: relative;
  padding: 50px 0;
  background-color: #adadad;
}
@media (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact .container .contact-box {
  display: flex;
  justify-content: center;
}
.contact .container .contact-box .inner h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
.contact .container .contact-box .inner form {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .container .contact-box .inner form {
    margin-bottom: 12px;
  }
}
.contact .container .contact-box .inner form input {
  width: 100%;
  border: none;
  background-color: #ededed;
  height: 55px;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  border-radius: 30px;
}
.contact .container .contact-box .inner form input.btn {
  width: auto;
  background-color: #ab2c71;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0px auto;
  height: auto;
}
.contact .container .contact-box .inner form input.btn:hover {
  background-color: #ffc41e;
}
.contact .container .contact-box .inner form .cog-page__navigation {
  justify-content: center !important;
  text-align: center;
}
.contact .container .contact-box .inner form .cog-button--primary {
  width: auto;
  background-color: #ab2c71;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0px auto;
  height: auto;
  outline: 0px;
  border: 0px;
  text-transform: uppercase;
  border-radius: 30px;
}
.contact .container .contact-box .inner form .cog-button--primary:hover {
  background-color: #ffc41e;
}
.contact .container .contact-box .inner form textarea {
  width: 100%;
  border: none;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  background-color: #ededed;
  border-radius: 30px;
  display: block;
  min-height: 125px !important;
}
.contact .container .contact-box .inner form .radio {
  display: flex;
}
@media (max-width: 767px) {
  .contact .container .contact-box .inner form .radio {
    flex-wrap: wrap;
  }
}
.contact .container .contact-box .inner form .radio input {
  height: 15px;
  padding: 0;
  width: 15px;
  border: none;
}
.contact .container .contact-box .inner form .radio div p {
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact .container .contact-box .inner form .radio div label {
  font-weight: 200;
  font-size: 14px;
}
.contact .container .contact-box .inner form .radio div:first-child {
  padding-right: 30px;
}
.contact .container .contact-box .inner form .radio div ul li {
  display: flex;
  align-items: flex-start;
}
.contact .container .contact-box .inner form .radio div ul li input {
  margin-top: 8px;
  margin-right: 10px;
}

footer {
  background-color: #333333;
  padding: 50px 0;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer h6,
footer p,
footer a {
  color: #ffffff;
}
footer a {
  margin-bottom: 10px;
}
footer a:hover {
  color: #ffc41e;
}
footer p {
  margin-bottom: 0;
}
footer p strong {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
}
footer h6 {
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  footer img {
    margin-bottom: 25px;
  }
}
footer .foot-logo .inner {
  padding-right: 25px;
}
footer .foot-logo .inner img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  footer .copy {
    margin-top: 35px;
  }
}
footer .copy .inner {
  text-align: right;
}
@media (max-width: 991px) {
  footer .copy .inner {
    text-align: left;
  }
}
footer .copy .inner p {
  margin-bottom: 0;
  font-size: 11px;
}
footer .copy .inner a {
  font-weight: 600;
  text-transform: uppercase;
}
footer .copy .inner ul {
  display: flex;
  margin: 0 -12px;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .copy .inner ul {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
footer .copy .inner ul li {
  padding: 0 12px;
}
footer .copy .inner ul li a {
  display: inline-block;
}
footer .copy .inner ul li a img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  footer .copy .inner ul li a img {
    width: 40px;
    height: 40px;
  }
}

.chart-wrap {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .chart-wrap {
    padding-top: 50px;
  }
}
.chart-wrap .inner {
  width: 100%;
}
.chart-wrap h1 {
  color: #0c4c91;
  margin-bottom: 10px;
}
.chart-wrap figure {
  margin: 30px 0;
}
.chart-wrap figcaption {
  display: flex;
  justify-content: center;
}
.chart-wrap figcaption a {
  background-color: #ab2c71;
  display: inline-block;
  padding: 8px 25px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
}

.faq-wrap {
  padding: 100px 12px;
}
@media (max-width: 767px) {
  .faq-wrap {
    padding: 50px 12px;
  }
}
.faq-wrap h2 {
  color: #0c4c91;
  margin-bottom: 25px;
}
.faq-wrap .faq-box {
  margin-bottom: 25px;
}
.faq-wrap .faq-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.faq-wrap .faq-box p strong {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.accordion-wrap {
  padding-bottom: 50px;
}
.accordion-wrap h2 {
  color: #e1273c;
  margin-bottom: 25px;
}
.accordion-wrap .accordion {
  margin-top: 30px;
}
.accordion-wrap .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
.accordion-wrap .accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 20px 10px 45px;
  background-color: #c9c9c9;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #000000;
}
.accordion-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  content: "";
  left: 15px;
  height: 10px;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
}
.accordion-wrap .accordion .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  left: 22px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
.accordion-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  display: none;
}
.accordion-wrap .accordion .accordion-item .accordion-body {
  padding: 20px 45px;
}
@media (max-width: 767px) {
  .accordion-wrap .accordion .accordion-item .accordion-body {
    padding: 20px 0 10px;
  }
}
.accordion-wrap .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.container.custom {
  max-width: 960px;
}

.about-page {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .about-page {
    padding-bottom: 20px;
  }
}
.about-page h2 {
  color: #0c4c91;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-page .abt-left .inner {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .about-page .abt-left .inner {
    padding-right: 0;
  }
}
.about-page .abt-left .abt-box {
  margin-bottom: 25px;
}
.about-page .abt-left .abt-box p {
  margin-bottom: 0;
}
.about-page .abt-left .abt-box p strong {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
@media (max-width: 767px) {
  .about-page .abt-right {
    margin-top: 30px;
  }
}
.about-page .abt-right .box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .about-page .abt-right .box {
    margin-bottom: 12px;
  }
}
.about-page .abt-right .box .inner {
  background-color: #2f9fd1;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-page .abt-right .box .inner {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .about-page .abt-right .box .inner {
    box-shadow: none;
  }
}
.about-page .abt-right .box .inner h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .about-page .abt-right .box .inner h3 {
    font-size: 20px;
    margin: 25px 0;
  }
}
.about-page .abt-right .box .inner:hover {
  background-color: #053e7b !important;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
@media (max-width: 575px) {
  .about-page .abt-right .box .inner:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.about-page .abt-right .box:nth-of-type(2) .inner {
  background-color: #ab2c71;
}
.about-page .abt-right .box:nth-of-type(3) .inner {
  background-color: #ffc41e;
}

.contact-page {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .contact-page {
    padding: 50px 0;
  }
}
.contact-page h2 {
  text-transform: uppercase;
  color: #0c4c91;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contact-page .contact-box {
    margin-bottom: 25px;
  }
}
.contact-page .contact-box p {
  margin-bottom: 0;
}
.contact-page .contact-box .hours {
  margin-top: 15px;
}
.contact-page .map {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact-page .map {
    margin-top: 5px;
  }
}
.contact-page .map iframe {
  width: 100%;
  height: 600px;
  float: left;
}
@media (max-width: 767px) {
  .contact-page .map iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contact-page .map iframe {
    height: 300px;
  }
}

.wp-block-button__link {
  background-color: #ab2c71;
  display: inline-block;
  padding: 8px 25px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 400ms linear;
}
.wp-block-button__link:hover {
  opacity: 0.8;
  color: #fff;
}

.content-sidebar-wrap h1 {
  color: #0c4c91;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.chart-wrap h1 {
  text-transform: uppercase;
}

.contact .container .contact-box .inner {
  width: 100%;
}

.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.btn-blue a,
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.btn-purple a {
  background: #2f9fd1;
  color: #fff;
  border-radius: 30px;
  padding: 5px 15px;
}

ul.navbar-nav.ms-auto {
  align-items: center;
}

.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.btn-purple a {
  background: #ab2c71;
}

.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.btn-blue a:hover,
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.btn-purple a:hover {
  background: #e1273c;
}/*# sourceMappingURL=styles.css.map */