html body {
  font-family: Marcellus, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.8;
  font-weight: 400;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin-bottom: 0px;
  line-height: 1.4;
  font-family: Marcellus, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}
html body h1,
html body h2,
html body h3 {
  text-transform: uppercase;
  color: #12345B;
  text-wrap: balance;
}
html body .lvl-1 {
  font-size: 60px;
}
@media screen and (max-width: 1560px) {
  html body h1,
  html body .lvl-1 {
    font-size: 34px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 30px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1366px) {
  html body h1,
  html body .lvl-1 {
    font-size: 32px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  html body h1,
  html body .lvl-1 {
    font-size: 30px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 28px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 28px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 18px;
  }
  html body h5,
  html body .lvl-5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  html body h1,
  html body .lvl-1 {
    font-size: 28px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 26px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 26px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #000;
}
a :focus,
a :hover {
  outline: none;
  text-decoration: none;
}
a.text-link:hover {
  color: #FFF44E;
}
a:hover {
  color: #FFF44E;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.a-style a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.a-style a:hover {
  text-decoration: none;
}
.a-style-blue a {
  color: #12345B;
  text-decoration: underline;
}
.a-style-blue a:hover {
  text-decoration: none;
}
p:last-child {
  margin: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
ol {
  list-style: auto;
  margin: 16px 0 16px 20px;
}
html body .wpb_button {
  margin-bottom: 0;
}
html body .wpb_content_element {
  margin-bottom: 0;
}
html body .vc_btn3-container {
  margin-bottom: 0;
}
html body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
html body .vc_column-inner {
  padding-top: 0 !important;
}
html body .vc_row-has-fill > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.height-100 > .vc_column-inner {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure {
  height: 100%;
  display: block;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper {
  height: 100%;
  display: block;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.img-full.wpb_single_image .vc_figure {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
picture {
  display: block;
}
picture.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
iframe {
  display: block;
}
.social {
  display: flex;
  list-style: none;
  margin: 0;
  column-gap: 28px;
}
.social li {
  margin-bottom: 0;
}
.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}
.social li a i {
  color: #12345B;
  font-size: 24px;
  transition: all ease-in-out 0.3s;
}
.social li a:hover i {
  color: #FFF44E;
}
.desktop-hide {
  display: none;
}
.dec-hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pl-5,
.pl-col-5 > .vc_column-inner > .wpb_wrapper {
  padding-left: 5px !important;
}
.pl-10,
.pl-col-10 > .vc_column-inner > .wpb_wrapper {
  padding-left: 10px;
}
.pl-15,
.pl-col-15 > .vc_column-inner > .wpb_wrapper {
  padding-left: 15px;
}
.pl-20,
.pl-col-20 > .vc_column-inner > .wpb_wrapper {
  padding-left: 20px;
}
.pl-30,
.pl-col-30 > .vc_column-inner > .wpb_wrapper {
  padding-left: 30px;
}
.pl-40,
.pl-col-40 > .vc_column-inner > .wpb_wrapper {
  padding-left: 40px;
}
.pl-50,
.pl-col-50 > .vc_column-inner > .wpb_wrapper {
  padding-left: 50px;
}
.pl-60,
.pl-col-60 > .vc_column-inner > .wpb_wrapper {
  padding-left: 60px;
}
.pl-70,
.pl-col-70 > .vc_column-inner > .wpb_wrapper {
  padding-left: 70px;
}
.pr-5,
.pr-col-5 > .vc_column-inner > .wpb_wrapper {
  padding-right: 5px !important;
}
.pr-10,
.pr-col-10 > .vc_column-inner > .wpb_wrapper {
  padding-right: 10px;
}
.pr-15,
.pr-col-15 > .vc_column-inner > .wpb_wrapper {
  padding-right: 15px;
}
.pr-20,
.pr-col-20 > .vc_column-inner > .wpb_wrapper {
  padding-right: 20px;
}
.pr-30,
.pr-col-30 > .vc_column-inner > .wpb_wrapper {
  padding-right: 30px;
}
.pr-40,
.pr-col-40 > .vc_column-inner > .wpb_wrapper {
  padding-right: 40px;
}
.pr-50,
.pr-col-50 > .vc_column-inner > .wpb_wrapper {
  padding-right: 50px;
}
.pr-60,
.pr-col-60 > .vc_column-inner > .wpb_wrapper {
  padding-right: 60px;
}
.p-70 {
  padding: 70px !important;
}
.mt-100 {
  margin-top: 100px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1560px) {
  .pt-60 {
    padding-top: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-170 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 130px;
  }
  .pt-250 {
    padding-top: 200px;
  }
  .pt-300 {
    padding-top: 230px;
  }
  .pb-60 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-170 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 130px;
  }
  .pb-250 {
    padding-bottom: 200px;
  }
  .pb-300 {
    padding-bottom: 230px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .mt-100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .pt-80 {
    padding-top: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 70px;
  }
  .pt-170 {
    padding-top: 70px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pt-250 {
    padding-top: 150px;
  }
  .pt-300 {
    padding-top: 200px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .pb-170 {
    padding-bottom: 70px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pb-250 {
    padding-bottom: 150px;
  }
  .pb-300 {
    padding-bottom: 200px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .pl-5,
  .pl-col-5 > .vc_column-inner > .wpb_wrapper,
  .pl-10,
  .pl-col-10 > .vc_column-inner > .wpb_wrapper,
  .pl-15,
  .pl-col-15 > .vc_column-inner > .wpb_wrapper,
  .pl-20,
  .pl-col-20 > .vc_column-inner > .wpb_wrapper,
  .pl-30,
  .pl-col-30 > .vc_column-inner > .wpb_wrapper,
  .pl-40,
  .pl-col-40 > .vc_column-inner > .wpb_wrapper,
  .pl-50,
  .pl-col-50 > .vc_column-inner > .wpb_wrapper,
  .pl-60,
  .pl-col-60 > .vc_column-inner > .wpb_wrapper {
    padding-left: 0 !important;
  }
  .pr-5,
  .pr-col-5 > .vc_column-inner > .wpb_wrapper,
  .pr-10,
  .pr-col-10 > .vc_column-inner > .wpb_wrapper,
  .pr-15,
  .pr-col-15 > .vc_column-inner > .wpb_wrapper,
  .pr-20,
  .pr-col-20 > .vc_column-inner > .wpb_wrapper,
  .pr-30,
  .pr-col-30 > .vc_column-inner > .wpb_wrapper,
  .pr-40,
  .pr-col-40 > .vc_column-inner > .wpb_wrapper,
  .pr-50,
  .pr-col-50 > .vc_column-inner > .wpb_wrapper,
  .pr-60,
  .pr-col-60 > .vc_column-inner > .wpb_wrapper {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-60,
  .pt-70,
  .pt-80,
  .pt-100,
  .pt-120,
  .pt-150,
  .pt-170 {
    padding-top: 50px;
  }
  .pt-200 {
    padding-top: 80px;
  }
  .pt-250 {
    padding-top: 100px;
  }
  .pt-300 {
    padding-top: 120px;
  }
  .pb-60,
  .pb-70,
  .pb-80,
  .pb-100,
  .pb-120,
  .pb-150,
  .pb-170 {
    padding-bottom: 50px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
  .pb-250 {
    padding-bottom: 100px;
  }
  .pb-300 {
    padding-bottom: 120px;
  }
  .two-pt-0 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1530px) {
  .w-con-1500 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1230px) {
  .w-con-1200 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.w-420 > .vc_column-inner > .wpb_wrapper {
  max-width: 420px;
}
.w-540 .vc_column-inner .wpb_wrapper {
  max-width: 540px;
}
.w-530 .vc_column-inner .wpb_wrapper {
  max-width: 530px;
}
.mx-auto-inner .vc_column-inner > .wpb_wrapper {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto-inner > .vc_column-inner > .wpb_wrapper {
  margin-left: auto;
}
.mr-auto-inner > .vc_column-inner > .wpb_wrapper {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ipad-col-100 > .wpb_column {
    width: 100%;
  }
  .ipad-col-100 > .wpb_column + .wpb_column {
    margin-top: 35px;
  }
  .ipad-col-50 > .wpb_column {
    width: 50%;
    margin-bottom: 35px;
  }
  .vc_column-inner > .wpb_wrapper {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .ipad-col-50 > .wpb_column:last-child {
    margin-bottom: 0;
  }
  .mobile-col-50 {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-col-50 > .wpb_column {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 35px;
  }
}
.c-wt,
.c-wt p,
.c-wt a,
.c-wt h1,
.c-wt h2,
.c-wt h3,
.c-wt h4,
.c-wt h5,
.c-wt h6 {
  color: #fff;
}
.c-sb,
.c-sb p,
.c-sb a,
.c-sb h1,
.c-sb h2,
.c-sb h3,
.c-sb h4,
.c-sb h5,
.c-sb h6 {
  color: #000;
}
.c-primary,
.c-primary p,
.c-primary a,
.c-primary h1,
.c-primary h2,
.c-primary h3,
.c-primary h4,
.c-primary h5,
.c-primary h6 {
  color: #12345B;
}
.c-secondary,
.c-secondary p,
.c-secondary a,
.c-secondary h1,
.c-secondary h2,
.c-secondary h3,
.c-secondary h4,
.c-secondary h5,
.c-secondary h6 {
  color: #FFF44E;
}
.bg_primary {
  background-color: #12345B;
}
.bg_secondary {
  background-color: #FFF44E;
}
.bg_blk {
  background-color: #000;
}
.bg_light {
  background-color: #001D38;
}
.d-center {
  display: flex;
  align-items: center;
}
.bg_light {
  position: relative;
  z-index: 1;
}
.bg_light:after {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background-image: url(../img/bg-pattern.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(18,52,91,0.8);
  z-index: 0;
  display: block !important;
}
.tt-up {
  text-transform: uppercase;
}
.progress-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0,0,0,0.6);
  z-index: 111;
}
.progress-loader img {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
a.theme-btn,
p.theme-btn {
  background: #12345B !important;
  color: #FFF44E !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-flex;
  padding: 13px 40px 13px 24px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
  z-index: 1 !important;
}
@media only screen and (max-width: 1199px) {
  a.theme-btn,
  p.theme-btn {
    font-size: 18px !important;
  }
}
a.theme-btn::after,
p.theme-btn::after {
  content: "\f061";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0px;
  font-weight: 400;
  right: 24px;
  color: #FFF44E;
  transition: ease-in-out 0.3s all;
  align-self: center;
}
a.theme-btn:hover,
p.theme-btn:hover {
  border-radius: 40px !important;
}
a.theme-btn:hover::after,
p.theme-btn:hover::after {
  right: 18px;
  font-size: 18px;
}
a.white,
p.white {
  background-color: #fff !important;
  color: #12345B !important;
}
a.white::after,
p.white::after {
  color: #12345B;
}
.btn-secondary {
  background: #FFF44E !important;
  border-radius: 35px !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-flex !important;
}
.btn-secondary::before {
  background: #354B61;
}
.theme-btn .vc_btn3 {
  background: #12345B !important;
  color: #FFF44E !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-flex !important;
  padding: 13px 40px 13px 24px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
  border: none !important;
  z-index: 1 !important;
}
@media only screen and (max-width: 1199px) {
  .theme-btn .vc_btn3 {
    font-size: 18px !important;
  }
}
.theme-btn .vc_btn3::after {
  content: "\f061";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0px;
  font-weight: 400;
  right: 24px;
  color: #FFF44E;
  transition: ease-in-out 0.3s all;
  align-self: center;
}
.theme-btn .vc_btn3:hover {
  border-radius: 40px !important;
}
.theme-btn .vc_btn3:hover::after {
  right: 18px;
  font-size: 18px;
}
.theme-btn.white .vc_btn3 {
  background-color: #fff !important;
  color: #12345B !important;
}
.theme-btn.white .vc_btn3::after {
  color: #12345B;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-family: Marcellus, sans-serif !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.request-form .gform_wrapper {
  margin: 30px 0;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
  margin-top: 40px;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: none !important;
  border-bottom: solid 1px #707070 !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background-color: #e9f7fa !important;
  color: #001D38;
  margin: 0;
  line-height: normal !important;
  border: none;
  border: solid 1px #FFF44E !important;
  border-radius: 0 !important;
  outline: none !important;
  font-size: 18px !important;
  padding: 18px 37px !important;
  font-family: Marcellus, sans-serif !important;
  border-radius: 30px !important;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .ginput_container_select:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  position: absolute;
  right: 0;
  bottom: 40%;
  color: #000;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_select select option {
  color: rgba(0,0,0,0.7);
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  height: 199px !important;
  margin-bottom: 0 !important;
  border-radius: 24px !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  max-width: max-content;
  margin-top: 30px !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  background: #FFF44E !important;
  color: #fff !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 17px 32px 20px 32px !important;
  font-size: 20px !important;
  border-radius: 35px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  outline: none !important;
  border: none !important;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    padding: 12px 20px 12px 20px !important;
    font-size: 18px !important;
  }
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  background-color: #354B61 !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .gfield_radio label {
  white-space: nowrap;
  line-height: normal !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center;
  vertical-align: top !important;
  font-size: 18px !important;
}
.ginput_container_radio input,
.ginput_container_checkbox input,
.form-group input {
  display: none !important;
}
.ginput_container_radio li,
.ginput_container_checkbox li,
.form-group li {
  max-width: 100% !important;
}
.ginput_container_radio input:checked + label::after,
.ginput_container_checkbox input:checked + label::after,
.form-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 7px;
  height: 11px;
  border: solid #FFF44E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ginput_container_radio label,
.ginput_container_checkbox label,
.form-group label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  font-weight: 500;
  color: #000 !important;
}
.ginput_container_radio label::before,
.ginput_container_checkbox label::before,
.form-group label::before {
  content: "";
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(18,52,91,0.05);
  border: 1px solid #FFF44E;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}
.gform_wrapper.gravity-theme .ginput_complex span {
  padding-right: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 18px !important;
  text-align: center;
  color: red !important;
  border: 1px solid red !important;
  outline: none;
  padding: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  position: static !important;
}
.gform_wrapper.gravity-theme .gfield_error > label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: red !important;
  margin-top: 0 !important;
  text-align: left;
  font-weight: 400;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .gform-field-label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000 !important;
}
[type="radio"]:checked + .gform-field-label:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF44E;
  border-radius: 100%;
  background: rgba(18,52,91,0.05);
  cursor: pointer;
  margin-right: 5px;
}
[type="radio"]:checked + .gform-field-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #FFF44E;
  position: absolute;
  top: 50%;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  cursor: pointer;
}
.slick-disabled {
  opacity: 0.4;
}
.btn-wrap span {
  cursor: pointer;
}
.paginations {
  display: flex;
  justify-content: end;
  gap: 30px;
  padding-top: 20px;
}
.paginations .swiper-button-prev,
.paginations .swiper-button-next {
  position: static;
  width: 73px;
  height: 73px;
  display: block;
  margin: 0;
  background: url(../img/slider-arrow-btn.png);
  background-repeat: no-repeat;
  background-position: left;
}
.paginations .swiper-button-prev.swiper-button-disabled,
.paginations .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/slide-arrow.png);
  opacity: 1;
}
.paginations .swiper-button-prev::after,
.paginations .swiper-button-next::after {
  font-size: 0;
}
.paginations .swiper-button-prev {
  transform: rotate(180deg);
}
.slick-arrow {
  padding: 10px !important;
  background: rgba(255,243,78,0.5) !important;
  border-radius: 50%;
  height: 62px !important;
  width: 62px !important;
  transition: ease-in-out 0.3s all;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  z-index: 1;
}
.slick-arrow:after {
  background: rgba(255,243,78,0.8);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  font-size: 0 !important;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}
.slick-arrow:before {
  content: "\f060" !important;
  position: absolute;
  font: normal normal normal 18px/1 FontAwesome !important;
  z-index: 1;
  color: #12345B !important;
  opacity: 1 !important;
}
.slick-arrow:hover {
  background: rgba(255,243,78,0.8) !important;
}
.slick-arrow:hover::after {
  background: rgba(255,243,78,0.9);
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next:before {
  transform: rotateY(180deg);
}
.hour-list {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
}
.hour-list label {
  max-width: 170px;
  flex: 0 0 170px;
}
@media (max-width: 420px) {
  .hour-list label {
    max-width: 116px;
    flex: 0 0 116px;
  }
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  top: 10px;
  height: 8px;
  left: 0;
  border-radius: 50%;
  background: #12345B;
}
.wpb_text_column ul li.menu-item-has-children > a,
.custom-ul ul li.menu-item-has-children > a {
  display: inline-block;
}
.wpb_text_column ul li a:hover,
.custom-ul ul li a:hover {
  color: #001D38;
}
.wpb_text_column ul li + li,
.custom-ul ul li + li {
  margin-top: 0px;
}
.privacy-text h3,
.privacy-text h4,
.privacy-text h5 {
  margin-bottom: 10px;
}
.privacy-text h2 {
  padding-bottom: 20px;
}
.all-content h2 {
  padding-bottom: 20px;
}
.logo_shape {
  position: relative;
}
.logo_shape::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background: url(../img/round-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .logo_shape::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .logo_shape menu {
    max-width: max-content;
    margin: auto;
  }
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal .modal-title p {
  color: #fff;
}
.modal .modal-dialog {
  max-width: 750px;
  width: 100%;
  margin: auto;
  width: 95%;
}
.modal .modal-content {
  border-radius: 0;
  border: 0;
  margin: 0 0;
}
.modal .modal-header {
  background: #12345B;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.modal .modal-header h4 {
  color: #fff;
}
.modal .modal-header button {
  outline: none !important;
  box-shadow: none !important;
}
.modal .modal-header button.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-body .hour-list {
  text-align: left;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .modal .modal-body .hour-list {
    max-width: 280px;
  }
}
.modal .modal-body p {
  font-family: Marcellus, sans-serif;
}
.wpb_text_column p a {
  color: #12345B;
}
.wpb_text_column p a:hover {
  color: #001D38;
  text-decoration: none;
}
.wpb_text_column li a {
  color: #12345B;
}
.wpb_text_column li a:hover {
  color: #001D38;
  text-decoration: none;
}
.vc_tta-container {
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:last-child {
  padding-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: #12345B;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    padding: 10px 15px;
  }
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: Marcellus, sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 18px !important;
  }
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff;
  padding: 0 30px 0 0;
  position: relative;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
  position: absolute;
  right: 0;
  top: 6px;
  left: inherit;
  transform: none;
  width: 18px;
  height: 18px;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-width: 1px;
  border-color: #fff;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 20px 0 20px;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 10px 15px 0 15px;
  }
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.effect-jazz:hover img {
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.middle {
  width: 100%;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.bottom {
  width: 100%;
}
.mobile-menu-toggle .hamburger__line {
  background-color: #000;
  height: 3px;
  border-radius: 30px;
  width: 100%;
  display: block;
}
.mobile-menu-toggle .hamburger__line.middle {
  margin: 7px 0 7px auto;
  width: 75%;
  transition: 0.3s all;
}
.mobile-menu-toggle .hamburger__line.bottom {
  margin-left: auto;
  width: 45%;
  transition: 0.6s all;
}
.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  z-index: 99999;
}
.mobile-menu.is-open {
  transform: translate3d(0,0,0);
}
.mobile-menu.is-open .mobile-menu__bg {
  display: block;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  transform: translate3d(100%,0,0);
  transition: all 0.5s ease;
  z-index: 99999;
}
.mobile-menu__top {
  background: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header-logo {
  width: 80%;
}
.mobile-header-logo img {
  max-height: 60px;
}
.menu-close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #12345B;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__nav ul {
  padding: 0;
}
.mobile-menu__nav li {
  list-style: none;
  position: relative;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mobile-menu__nav li .arrow.is-open:after {
  transform: rotate(0deg);
}
.mobile-menu__nav li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li a:is(:hover,
.mobile-menu__nav li a :active,
.mobile-menu__nav li a :focus) {
  color: #fff;
  background-color: #00709b;
}
.mobile-menu__nav li a:is(:hover +.arrow::before,
.mobile-menu__nav li a:is(:hover +.arrow::after,
.mobile-menu__nav li a :active +.arrow::before,
.mobile-menu__nav li a :active +.arrow::after,
.mobile-menu__nav li a :focus) +.arrow::before,
.mobile-menu__nav li a :focus) +.arrow::after {
  background-color: #fff;
}
.mobile-menu__nav .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.mobile-menu__nav .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
}
.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}
.mobile-menu__nav > li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #FFF44E;
}
.mobile-menu__nav > li:first-child {
  border-top: 1px solid #FFF44E;
}
.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}
.mobile-menu__nav .dropdown-menu {
  padding: 0 0 0 10px;
  position: static;
  background: transparent;
  border: none;
}
.mobile-menu__nav .sub-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li.current-menu-ancestor > a {
  color: #fff;
  background-color: #00709b;
}
.mobile-menu__nav li.current-menu-ancestor .arrow::before,
.mobile-menu__nav li.current-menu-ancestor .arrow::after {
  background-color: #fff;
}
.mobile-menu__nav li.current-menu-item > a {
  color: #fff;
  background-color: #00709b;
}
.mobile-menu__nav li.current-menu-item a.__mPS2id {
  background-color: #12345B !important;
}
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-clicked,
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-highlight,
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-highlight-last {
  background-color: #00709b !important;
}
.mobile-menu__nav li.current-menu-item .arrow::before,
.mobile-menu__nav li.current-menu-item .arrow::after {
  background-color: #fff;
}
.mobile-menu__nav .dropdown-toggle::after {
  display: none;
}
.header-main {
  width: 100%;
  z-index: 99998;
  padding: 15px 30px 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.header-main .header_menu {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.header-main .header_menu .header-logo {
  max-width: 234px;
}
.header-main .header_menu .header-logo a {
  display: inline-block;
}
.header-main .header_menu .contact-btn {
  gap: 20px;
  margin-right: 30px;
}
.header-main .header_menu .contact-btn i {
  font-size: 24px;
  color: #12345B;
}
.header-main .header_menu .contact-btn i:hover {
  color: #001D38;
}
.header-main .header_menu .header-main-menu {
  gap: 30px;
}
.header-main .header_menu .header-main-menu .header-nav {
  margin-top: 0;
  column-gap: 30px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
.header-main .header_menu .header-main-menu .header-nav li {
  margin-bottom: 0;
  font-size: 22px;
}
.header-main .header_menu .header-main-menu .header-nav li > a {
  color: #000;
  text-transform: capitalize;
  line-height: normal;
  padding-bottom: 15px;
}
.header-main .header_menu .header-main-menu .header-nav li > a.dropdown-toggle {
  padding-right: 20px;
}
.header-main .header_menu .header-main-menu .header-nav li > a::after {
  width: 8px;
  height: 8px;
  border-top: 0 !important;
  border-right: 2px solid #5D5D5D !important;
  border-bottom: 2px solid #5D5D5D !important;
  border-left: 0 !important;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 40%;
  right: 4px;
}
.header-main .header_menu .header-main-menu .header-nav li > a:hover {
  color: #12345B;
}
.header-main .header_menu .header-main-menu .header-nav li > a:hover::after {
  border-right: 2px solid #12345B !important;
  border-bottom: 2px solid #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu {
  top: 100%;
  padding: 0;
  background: #12345B;
  width: 280px;
  border: none;
  border-radius: 0;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu::before,
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu::after {
  border-bottom-color: #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li a {
  padding: 10px 24px 10px 10px;
  color: #fff !important;
  display: block;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li a:hover {
  background: #FFF44E;
  color: #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li a:hover::before {
  background: #FFF44E;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 0 !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-left: 0 !important;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  top: 0;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu {
  right: 0;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu::after {
  right: 20px;
  left: inherit;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu::before {
  display: none;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item > a {
  color: #12345B;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item > a::before {
  width: 100%;
  background: #12345B;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item > a::after {
  border-right: 2px solid #12345B !important;
  border-bottom: 2px solid #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor > a {
  color: #12345B;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor > a::before {
  width: 100%;
  background: #12345B;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor > a::after {
  border-right: 2px solid #12345B !important;
  border-bottom: 2px solid #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a {
  background: #FFF44E;
  color: #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::before {
  width: 100%;
  background: #FFF44E;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::after {
  border-right: 2px solid #FFF44E !important;
  border-bottom: 2px solid #FFF44E !important;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a {
  background: #FFF44E;
  color: #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a::before {
  width: 100%;
  background: #FFF44E;
}
.header-main .header_menu .header-main-menu .header-nav > li a {
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
}
.header-main .header_menu .header-main-menu .header-nav > li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #12345B;
  border-radius: 26px;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.header-main .header_menu .header-main-menu .header-nav > li a:hover::before {
  width: 100%;
  left: 0;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id {
  background: #FFF44E !important;
  color: #12345B !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover {
  background: #FFF44E !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover::before {
  width: 100% !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id::before {
  width: 0 !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight {
  background: #FFF44E !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight:focus,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight:focus {
  background: #FFF44E !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight::before {
  width: 100% !important;
  background: #FFF44E;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first {
  background: #FFF44E !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first:focus,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first:focus {
  background: #FFF44E !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first::before {
  width: 100% !important;
  background: #FFF44E;
}
.header-main.sticky {
  position: fixed;
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  top: 0;
  left: 0;
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  padding: 10px 20px;
}
.header-main.sticky .header_menu .header-logo {
  max-width: 200px;
}
html {
  scroll-behavior: auto !important;
  padding-top: 124px;
}
.container {
  max-width: 1326px;
  padding-right: 15px;
  padding-left: 15px;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container-fluid .row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.homepage-slider {
  border-bottom: 12px solid #FFF44E;
  position: relative;
  overflow: hidden;
}
.homepage-slider:before {
  content: "";
  width: 196px;
  height: 196px;
  background: url(../img/round-shape-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -98px;
  top: 130px;
  z-index: 1;
}
.homepage-slider::after {
  content: "";
  width: 196px;
  height: 196px;
  background: url(../img/round-shape-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -98px;
  bottom: 110px;
  z-index: 1;
}
.homepage-slider .home_banner_slider {
  margin-bottom: 0;
}
.homepage-slider .home_banner_slider .banner_slide {
  background: #12345B;
  position: relative;
  z-index: 1;
  text-align: center;
}
.homepage-slider .home_banner_slider .banner_slide .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  max-width: 940px;
  margin: auto;
}
.homepage-slider .home_banner_slider .banner_slide img.w-full {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  top: 0;
  mix-blend-mode: luminosity !important;
  opacity: 0.5;
  z-index: -1;
}
.homepage-slider .home_banner_slider .slick-prev {
  left: calc((100% - 1060PX) /2);
}
.homepage-slider .home_banner_slider .slick-next {
  right: calc((100% - 1060PX) /2);
}
.banner_inner {
  background-size: cover !important;
  position: relative;
  background: #12345B;
  border-bottom: solid 10px #FFF44E;
}
.banner_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.banner_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/round-shape-white.svg), url(../img/round-shape-white.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -98px top 40px, right -98px bottom 40px;
  z-index: 1;
}
.banner_inner .container {
  height: 100%;
  min-height: 525px;
  padding: 80px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  text-align: center;
}
.banner_inner .container * {
  color: #fff;
}
.post-header {
  margin-bottom: 200px;
}
.post-header .postheader_text .container {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 0;
  text-align: left;
}
.post-header .postheader_text .container .post-banner-img {
  height: 442px;
  margin-bottom: -206px;
}
.post-header .postheader_text .container .post-banner-img img {
  object-fit: cover;
  position: relative;
  border-radius: 16px;
  opacity: 1;
  mix-blend-mode: normal;
}
.welcome-text {
  position: relative;
}
.welcome-text:before {
  content: "";
  background: #FFF44E;
  position: absolute;
  bottom: 75px;
  top: 0;
  left: 0;
  width: 100%;
  display: block !important;
}
.welcome-section {
  position: relative;
  z-index: 1;
  background: rgba(18,52,91,0.05);
}
.welcome-section::before {
  content: "";
  background-image: url(../img/ring-ring.png);
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.welcome-section::after {
  content: "";
  background-image: url(../img/round-shape.svg);
  position: absolute;
  width: 196px;
  height: 196px;
  bottom: 100px;
  left: -98px;
  display: block !important;
}
.welcome-section .title-row {
  border-bottom: solid 1px #5D5D5D;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news-slider .news-slide {
  background: #12345B;
  padding: 40px 265px 40px 40px;
  max-width: 1076px;
  width: 86%;
  margin: auto;
  border-radius: 16px;
  position: relative;
}
.news-slider .news-slide .read-more-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 86px;
  background: #FFF44E;
  top: 0;
  border-radius: 13px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #12345B;
}
.news-slider .news-slide .read-more-btn:hover {
  width: 70px;
}
.news-slider .news-slide h5 {
  font-size: 22px;
}
.news-slider .news-slide::after {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 145px;
  height: 100%;
  bottom: 40px;
  right: 110px;
  top: 0;
  background-image: url(../img/new-cta.png);
  background-repeat: no-repeat;
  background-position: center;
}
.news-slider .slick-arrow {
  background: rgba(0,0,0,0.1) !important;
}
.news-slider .slick-arrow:after {
  background: rgba(0,0,0,0.1);
}
.news-slider .slick-arrow:hover {
  background: rgba(255,243,78,0.5) !important;
}
.news-slider .slick-arrow:hover::after {
  background: rgba(255,243,78,0.9);
}
.team-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 40px;
  left: 0;
  top: 0;
  display: block !important;
  background-image: url(../img/team-shape.png), url(../img/round-shape-white.svg);
  background-repeat: no-repeat;
  background-position: top left -180px, bottom 40px right -98px;
}
.team-section .vc_column-inner {
  position: relative;
  z-index: 1;
}
.team-section .vc_column-inner .wpb_single_image {
  position: absolute;
  z-index: -1;
  border-radius: 22px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
}
.team-section .vc_column-inner .wpb_single_image img {
  border-radius: 24px;
}
.team-section .vc_column-inner .wpb_single_image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: linear-gradient(1deg,#202f47,#1e2e45,rgba(33,51,75,0.44),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  z-index: 0;
}
.team-section .vc_column-inner .vc_column-inner >.wpb_wrapper {
  height: 336px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 30px;
}
.team-section .vc_column-inner .vc_column-inner >.wpb_wrapper .theme-btn {
  padding: 10px;
  background: rgba(255,244,78,0.5) !important;
  border-radius: 50%;
  height: 62px;
  width: 62px;
}
.team-section .vc_column-inner .vc_column-inner >.wpb_wrapper .theme-btn .vc_btn3 {
  background: #FFF44E !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  font-size: 0 !important;
}
.team-section .vc_column-inner .vc_column-inner >.wpb_wrapper .theme-btn .vc_btn3::after {
  font-size: 20px;
  color: #12345B;
  right: 0;
  left: 0;
  margin: auto;
}
.team-listing.support-team .team-content .theme-btn {
  display: none !important;
}
.map-section iframe {
  border-radius: 16px;
}
.footer-cta {
  border-radius: 24px;
}
.footer_cta .footer-cta {
  margin-left: 0;
  margin-right: 0;
}
.services-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100px;
  left: 0;
  top: 0;
  display: block !important;
  background-image: url(../img/round-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom 120px right -98px;
  z-index: -1;
}
.services-section .service-img {
  max-width: 306px;
  border-radius: 16px;
  background: rgba(18,52,91,0.05);
  aspect-ratio: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 30px;
  transition: ease-in-out 0.3s all;
  position: relative;
}
.services-section .service-img .theme-btn {
  padding: 10px !important;
  background: rgba(255,244,78,0.5) !important;
  border-radius: 50% !important;
  height: 62px;
  width: 62px;
  position: absolute !important;
  right: 30px;
  top: 30px;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: ease-in-out 0.3s all !important;
}
.services-section .service-img .theme-btn .vc_btn3 {
  background: #FFF44E !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  font-size: 0 !important;
}
.services-section .service-img .theme-btn .vc_btn3::after {
  font-size: 20px;
  color: #12345B;
  right: 0;
  left: 0;
  margin: auto;
}
.services-section .service-img:hover {
  background: #12345B;
}
.services-section .service-img:hover h4 {
  color: #fff;
}
.services-section .service-img:hover img {
  filter: brightness(0) invert(1);
}
.services-section .service-img:hover .theme-btn {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-two-col {
  background-repeat: no-repeat;
  background-position: center;
}
.two-column {
  position: relative;
}
.two-column .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row {
  align-items: center;
  max-width: 1296px;
  margin: auto;
  flex-direction: row-reverse;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .right-content {
  position: relative;
  z-index: 1;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul {
  margin-bottom: 10px;
  list-style: none;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  text-align: left;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  top: 9px;
  height: 16px;
  left: 0;
  border-radius: 50%;
  border: 3px solid #12345B;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul li.menu-item-has-children > a {
  display: inline-block;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul li a:hover {
  color: #FFF44E;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row ul li + li {
  margin-top: 0px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .left-content {
  max-width: 736px;
  padding-left: 100px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .left-content .two-col-heading {
  margin-bottom: 20px;
  color: #12345B;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .left-content a {
  color: #12345B;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .left-content a:hover {
  color: #FFF44E;
  text-decoration: none;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element .row .left-content h3 {
  margin-top: 0;
  color: #000;
  margin-bottom: 15px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n + 1) .row,
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(odd) .row {
  flex-direction: row;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n + 1) .row .left-content,
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(odd) .row .left-content {
  margin-left: auto;
  padding-left: 0;
  padding-right: 100px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n + 2) .row {
  flex-direction: row-reverse;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n + 2) .row .left-content {
  padding-left: 100px;
  padding-right: 0;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row {
  flex-direction: column-reverse;
  max-width: 100%;
  position: relative;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/round-shape-white.svg), url(../img/round-shape-white.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -98px bottom 60px, right -98px top 10px;
  z-index: -1;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .col-lg-6 {
  width: 100%;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .left-content {
  margin: auto;
  text-align: center;
  max-width: 100%;
  padding: 160px 0 100px;
  max-width: 1296px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .left-content:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-top: solid 12px #FFF44E;
  background-color: #12345B;
  top: 315px;
  z-index: -2;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .left-content * {
  color: #fff;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .left-content li::before {
  border-color: #fff;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .right-content {
  height: 423px;
  margin: auto auto -96px auto;
  max-width: 1076px;
}
.two-column .vc_column-inner > .wpb_wrapper .wpbakery-two-column-element:nth-child(3n) .row .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cta-section {
  margin: 60px 0;
}
.cta-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 40px;
  left: 0;
  top: 0;
  display: block !important;
  background-image: url(../img/team-shape.png), url(../img/round-shape-white.svg);
  background-repeat: no-repeat;
  background-position: top -200px left -180px, bottom 40px right -98px;
}
.cta-section .cta-row {
  max-width: 1736px;
  margin: auto;
  float: none;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cta-section .cta-row p a {
  color: #FFF44E;
  display: inline-block;
}
.cta-section .cta-row p a:hover {
  color: #fff;
}
.cta-section .cta-row .vc_row {
  max-width: 700px;
  margin: auto;
}
.cta-section .cta-row .vc_row .vc_custom_heading {
  text-transform: capitalize;
}
.cta-section .cta-row .cta-img-1 {
  position: absolute;
  top: -60px;
  right: 0;
  border-radius: 16px;
  overflow: hidden;
}
.cta-section .cta-row .cta-img-2 {
  position: absolute;
  bottom: -60px;
  border-radius: 16px;
  overflow: hidden;
}
.cta-section .btn-row .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 15px;
}
.news-page-listing-section {
  position: relative;
}
.news-page-listing-section:before {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background: url(../img/round-shape.svg), url(../img/round-shape.svg), url(../img/round-shape.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -98px top 30%, right -98px bottom 40%, left -98px bottom 10%;
  z-index: -1;
}
.news-page-listing-section .post-preview {
  padding: 40px;
  border-radius: 16px;
  background: rgba(18,52,91,0.05);
  margin-bottom: 48px;
}
.news-page-listing-section .news-listing {
  position: sticky;
  top: 130px;
}
.news-page-listing-section .news-listing li {
  border-bottom: solid 1px #D9D9D9;
  margin: 0;
}
.news-page-listing-section .news-listing li a {
  color: rgba(0,0,0,0.7);
  display: block;
  padding: 24px 0;
}
.news-page-listing-section .news-listing li a.active {
  color: #12345B;
  background-color: rgba(18,52,91,0.05);
  padding: 24px;
}
.post-contetn p a {
  color: #12345B;
}
.post-contetn p a:hover {
  color: #FFF44E;
}
.team-listing:before {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background: url(../img/round-shape.svg), url(../img/round-shape.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -98px top 40%, right -98px bottom 30%;
  z-index: -1;
}
.team-listing .team-member {
  background: rgba(18,52,91,0.05);
  padding: 0 !important;
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 60px;
  max-width: 1186px;
  margin-left: 0;
  margin-right: auto;
}
.team-listing .team-member img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.team-listing .team-member:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
.team-listing .team-member:last-child {
  margin-bottom: 0;
}
.team-listing .team-member .team-title {
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #5D5D5D;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.team-listing .team-member .team-title .team-text {
  max-width: 450px;
}
.team-listing .team-member .team-image {
  max-width: 416px;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
}
.team-listing .team-member .team-content {
  flex: 1;
  padding: 50px;
}
.team-listing .team-member .team-desc ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.team-listing .team-member .team-desc ul li {
  margin: 0;
  flex: 0 0 50%;
  padding-right: 10px;
}
.team-listing .team-member .icon {
  gap: 15px;
  margin-bottom: 10px;
  word-break: break-word;
}
.team-listing .team-member .icon i {
  flex: 0 0 20px;
  color: #12345B;
}
.team-details-section:before {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background: url(../img/round-shape.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -98px top 30%;
  z-index: -1;
}
.team-details-section .team-member {
  max-width: 526px;
  height: 465px;
}
.team-details-section .team-member * {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.team-details-section .team-member img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
.team-details-section .membership-content .vc_column-inner >.wpb_wrapper {
  border-radius: 17px;
  background: #12345B;
  padding: 40px;
  height: 100%;
  position: relative;
}
.team-details-section .membership-content .vc_column-inner >.wpb_wrapper::before {
  content: "";
  position: absolute;
  width: 196px;
  height: 196px;
  bottom: 0;
  right: 40px;
  display: block;
  z-index: 1;
  background-image: url(../img/shape-icon-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.team-details-section .membership-content .wpb_text_column ul li::before {
  background: #fff;
}
.team-details-section .membership-content .wpb_text_column ul li a {
  color: #fff;
}
.team-details-section .vc_custom_heading {
  border-bottom: solid 1px #5D5D5D;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.team-details-section .icon {
  gap: 15px;
  margin-bottom: 10px;
  word-break: break-word;
}
.team-details-section .icon i {
  flex: 0 0 20px;
  color: #12345B;
}
.team-details-section .area-content .vc_column-inner >.wpb_wrapper {
  background: #FFF44E;
  height: 100%;
  border-radius: 17px;
  padding: 40px;
  position: relative;
}
.team-details-section .area-content .vc_column-inner >.wpb_wrapper::before {
  content: "";
  position: absolute;
  width: 183px;
  height: 190px;
  bottom: 0;
  right: 40px;
  background-image: url(../img/shape-icon.svg);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.seminars-section {
  background: rgba(18,52,91,0.05);
}
.seminars-section:before {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background: url(../img/round-shape.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right -98px top 20%;
}
.seminars-section .seminars-rwo .vc_column-inner >.wpb_wrapper {
  background: rgba(18,52,91,0.05);
  border-radius: 16px;
  padding: 30px;
  margin-top: 20px;
  height: 100%;
}
.footer .footer_main {
  margin-bottom: -85px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.footer .footer_main * {
  color: #fff;
}
.footer .footer_main ul {
  margin-top: 0;
}
.footer .footer_main h3 {
  margin: 0 !important;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.footer .footer_main .quick-links {
  background: #1B4F8A;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
}
.footer .footer_main .our-services {
  background: #12345B;
  border-radius: 8px;
  padding: 40px 86px;
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.footer .footer_main .our-services::before {
  content: "";
  background-image: url(../img/round-shape-white.svg);
  position: absolute;
  width: 196px;
  height: 196px;
  bottom: -68px;
  right: -68px;
  display: block !important;
}
.footer .footer_main .contact-details {
  background: #061F3B;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.footer .footer-social {
  gap: 25px;
}
.footer .footer-social .social li a i {
  color: #FFF44E;
}
.footer .footer-social .social li a i:hover {
  color: #fff;
}
.footer .footer-logo_img {
  display: inline-block;
  max-width: 234px;
  mix-blend-mode: multiply;
}
.footer .contact-details .icon {
  display: flex;
  gap: 20px;
  align-items: baseline;
  text-wrap: balance;
}
.footer .contact-details .icon i {
  font-size: 20px;
  color: #FFF44E;
}
.footer a:hover {
  color: #FFF44E;
}
.footer .footer_copyright {
  padding: 145px 0 60px;
  font-size: 16px;
  line-height: 1.2;
  background: rgba(18,52,91,0.05);
  position: relative;
}
.footer .footer_copyright .different-text {
  font-size: 11pt;
  line-height: 1.4;
}
.footer .footer_copyright::after {
  background-image: url(../img/ring-ring.png);
  position: absolute;
  width: 100%;
  left: 0;
  content: "";
  top: 60px;
  z-index: -1;
  transform: rotate(180deg);
  bottom: 0;
}
.footer .footer_copyright .copyright-footer-wrapper > .row .row {
  row-gap: 15px;
}
.footer .footer_copyright .footer_links {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer .footer_copyright a:hover {
  color: #12345B;
}
.footer .footer_copyright .footer_maker i {
  animation: 1s plus-heart infinite;
  padding: 0 1px;
  font-size: 16px;
  color: #12345B;
}
