@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(menu.css);
@import url(woocommerce-custom.css);
@import url(animation.css);
@import url(magnific-popup.css);
@import url(aos.css);
.pink_link a {
  color: #D9186E !important;
}
.pink_link a:hover {
  color: #e2b40d !important;
  text-decoration: underline;
}

b,
strong {
  font-weight: 600 !important;
}

.form-column .column,
.form-column p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

.label {
  font-weight: 600 !important;
}

.font-14 {
  font-size: 14px;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  overflow-x: hidden;
  color: #000 !important;
}

.head-top {
  font-size: 14px;
  text-transform: uppercase;
  color: #DD1970;
  font-weight: 500;
}

.subtitle {
  font-size: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #000 !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.subtitle b {
  font-weight: 800 !important;
  color: #DD1970;
}

.main-logo {
  max-height: none !important;
  height: 124px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.img-150 {
  height: 180px !important;
  max-width: none;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.wrap-text-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wrap-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap-text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wrap-text-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.navbar-start .navbar-item:hover {
  color: #DD1970 !important;
}

.button {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.button_theme {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: linear-gradient(90deg, #D24392 0%, #E44522 52%, #EC863D 100%);
  border: 1px solid #DD1970 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #fff !important;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}

.button_theme::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #444444 !important;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.button_theme:hover::before {
  width: 100%;
}

.button_theme span {
  position: relative;
  z-index: 2;
}

.button_theme:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #444444 !important;
  /* Your brand color */
}

.button_white {
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  display: inline-block;
  color: #14072D !important;
  border: 1px solid #949494 !important;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #000 !important;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}

.button_white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #DD1970 !important;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.button_white:hover::before {
  width: 100%;
}

.button_white span {
  position: relative;
  z-index: 2;
  color: #14072D !important;
}

.button_white:hover span {
  color: #fff !important;
}

.button_white:hover {
  color: #fff !important;
  text-decoration: none !important;
  /* Your brand color */
}
.button_white:hover i {
  color: #fff;
}

.button_black {
  position: relative;
  overflow: hidden;
  background-color: #252525 !important;
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #252525 !important;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}
.button_black i {
  color: #DD1970;
}

.button_black::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #DD1970 !important;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.button_black:hover::before {
  width: 100%;
}

.button_black span {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
}

.button_black:hover span {
  color: #ffffff !important;
}

.button_black:hover {
  color: #fff !important;
  text-decoration: none !important;
  /* Your brand color */
}
.button_black:hover i {
  color: #fff;
}

.primary-btn {
  background-color: #DD1970 !important;
  border: 1px solid #DD1970 !important;
  color: #ffffff !important;
}
.primary-btn:hover {
  background-color: #E44522 !important;
  border: 1px solid #E44522 !important;
  color: #ffffff !important;
}

.secondry-btn {
  background-color: #E44522 !important;
  border: 1px solid #E44522 !important;
  color: #ffffff !important;
}
.secondry-btn:hover {
  background-color: #0062C1;
  background: linear-gradient(336deg, rgb(0, 98, 193) 0%, rgb(2, 125, 226) 100%);
  color: #ffffff !important;
  border: 1px solid #DD1970 !important;
}

.primary-text {
  color: #DD1970 !important;
}

.secondry-text {
  color: #E44522 !important;
}

p {
  margin-bottom: 10px !important;
}

.check-list ul {
  list-style: none !important;
}
.check-list ul li {
  padding: 0px 10px 7px 25px;
  position: relative;
  text-align: left !important;
}
.check-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #DD1970;
  position: absolute;
  left: 0px;
  top: 0;
}

.theme-primary-box ul {
  list-style: none !important;
}
.theme-primary-box ul li {
  padding: 0px 10px 7px 25px;
  position: relative;
}
.theme-primary-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFFFFf;
  position: absolute;
  left: 0px;
  top: 0;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #525252 !important;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #525252 !important;
}

.top_pad {
  padding-top: 100px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/logo.png");
  text-align: center;
}
.preloader span {
  display: inline-block;
  margin: 0 auto;
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
}
.preloader span img {
  height: 140px;
}

section {
  position: relative;
}

.section-bg-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.section-bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-bg-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-wrap video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top {
  background-color: #DD1970 !important;
}
.header-top .level {
  position: relative;
  padding-bottom: 5px !important;
  padding-top: 5px;
  z-index: 1;
  font-size: 16px;
  color: #FFFFFf !important;
}
.header-top .level .header-social {
  font-size: 25px;
}
.header-top .level .header-social a {
  margin-left: 10px;
}
.header-top .level a {
  color: #fff !important;
}
.header-top .level a:hover {
  color: #E44522 !important;
}
.header-top .level .call-tab a {
  color: #FFFFFF;
  font-size: 14px;
}
.header-top .level .call-tab a .call-top {
  font-size: 20px;
  font-weight: 600 !important;
}

header {
  position: relative;
  margin: 0 auto;
  padding: 10px 50px 0px;
}
header .logo-nav {
  margin: 0px;
  padding: 0px;
}

.scrollup {
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 32px;
  right: 10px;
  text-align: center;
  z-index: 100;
  display: none;
  background-color: #E44522;
  color: #ffffff;
  border-radius: 5px;
  font-size: 30px;
  line-height: 0px;
  font-weight: bold;
  border: 1px solid #E44522;
}
.scrollup:hover {
  background-color: #DD1970;
  color: #ffffff !important;
  border: 1px solid #DD1970;
}

.head_icon {
  position: relative;
  padding-left: 70px;
}
.head_icon img {
  height: 71px;
  position: absolute;
  left: 0;
  top: -20px;
}

.title {
  font-size: 45px !important;
  margin-bottom: 10px !important;
}
.title b {
  color: #DD1970;
  font-weight: 600;
}

.subtitle2 {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: 700;
}
.subtitle2 b {
  color: #DD1970;
  font-weight: 600;
}

.subtitle3 {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}
.subtitle3 b {
  color: #DD1970;
  font-weight: 600;
}

.no-wrap {
  white-space: nowrap;
}

.theme-bg-section {
  background-color: #DD1970;
}

.theme-bg-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 25px;
}

.round-white-box-flex {
  margin: 30px 0px 30px 0px;
}
.round-white-box-flex .column {
  position: relative;
}
.round-white-box-flex .column:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  content: "";
  box-shadow: 0 0.1em 0.5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 14%);
}
.round-white-box-flex .column:hover::after {
  content: "";
  box-shadow: 0 0.9em 1.5em -0.125em rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
}

.footer-address-section {
  position: relative;
  z-index: 1;
  margin-bottom: -79px;
}

.footer_contact_box {
  margin: 30px 0;
  font-size: 18px;
}
.footer_contact_box .column {
  position: relative;
}
.footer_contact_box .column:not(:first-child)::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  content: "";
  box-shadow: 0 0.1em 0.5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  transition: 0.5s ease-out all;
}
.footer_contact_box .column:not(:first-child):hover::after {
  box-shadow: 0 0.9em 1.5em -0.125em rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.footer_contact_box .column:first-child::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(180deg, #570432 0%, #D9186E 100%);
  border-radius: 10px;
  content: "";
  box-shadow: 0 0.1em 0.5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  transition: 0.5s ease-out all;
}
.footer_contact_box .column:first-child:hover::after {
  box-shadow: 0 0.9em 1.5em -0.125em rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.address_box {
  position: relative;
  padding: 0px 0px 0px 110px;
  min-height: 110px;
}
.address_box img {
  width: 90px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.address_custom a {
  font-size: 25px;
  font-weight: 600;
}
.address_custom a:hover {
  text-decoration: underline;
}

.white-text {
  color: #fff !important;
}
.white-text b, .white-text strong {
  color: #fff;
}
.white-text .title,
.white-text .subtitle,
.white-text a {
  color: #fff !important;
}
.white-text a:hover {
  color: azure !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.mapWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.mapWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
}
.mapWrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.footer-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two equal columns */
  gap: 10px;
  /* Space between items */
  list-style: none;
  /* Remove bullet points if needed */
  padding: 0;
  /* Remove default padding */
}
ul.footer-services li {
  padding: 2px 0px;
}

.copyright-social {
  padding-top: 10px;
}

.copyright-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  transition: 0.3s;
  margin: 0 2px;
}

.copyright-social a:last-child {
  margin-right: 0;
}

.copyright-social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-link-mail {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 5px 10px;
  display: block;
  color: #fff;
  margin: 10px 0px 10px 0px;
}
.footer-link-mail:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-bottom {
  position: relative;
  margin-bottom: -120px;
}
.contact-bottom .contact-pic {
  min-height: 389px;
  border-radius: 25px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-bottom .contact-box {
  min-height: 389px;
  font-size: 18px;
}
.contact-bottom .contact-box .subtitle {
  font-size: 25px !important;
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
}

.form_box .column {
  padding-bottom: 0px !important;
}
.form_box p {
  padding: 0px !important;
  margin: 0px !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em !important;
  padding: 0.2em 1em;
  font-size: 14px;
}

.secondry-round-box {
  background-color: #E44522;
  border-radius: 25px;
  padding: 25px 25px 10px 25px;
  color: #fff;
}

.footer {
  background-color: #272727 !important;
  margin-top: 45px;
  padding: 100px 10px 90px 10px !important;
  position: relative;
  background-size: cover;
  position: relative;
}
.footer .content-block {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.footer .title {
  font-size: 45px !important;
  font-weight: 500 !important;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0 !important;
  padding-bottom: 0px !important;
}
.footer .title span {
  color: #0062C1;
  font-weight: 600;
}
.footer .subtitle {
  font-size: 23px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.footer .subscribe_title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600 !important;
  margin-bottom: 18px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #E44522;
  text-decoration: underline;
}
.footer hr {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-menu {
  margin: 10px 0px 10px 0px;
}
.footer .footer-menu li {
  padding: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: 400;
}
.footer .footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 5px 0px;
  transition: color 0.3s ease;
}
.footer .footer-menu li a:hover {
  color: #DD1970;
}
.footer .footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #DD1970;
  transition: width 0.3s ease;
}
.footer .footer-menu li a:hover::after {
  width: 100%;
}
.footer .footer-menu .current-menu-item a {
  color: #DD1970;
  text-decoration: none !important;
}
.footer .footer-contact-container {
  height: 100%;
  width: 100%;
  display: flex;
}
.footer .footer-contact {
  border-radius: 10px;
  width: 100%;
  background: #0172D0;
  padding: 35px 20px 35px 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.footer .footer-contact i {
  position: absolute;
  left: 20px;
  width: 59px;
  height: 59px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 59px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #141414;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
}
.footer .footer-contact .call2 {
  font-size: 25px;
}
.footer .footer-contact:hover i {
  background-color: #ffffff;
  color: #0172D0;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}
.footer .footer-contact-ul {
  -moz-column-count: 2;
  column-count: 2;
  font-size: 15px;
}
.footer .footer-contact-ul .title {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.footer .footer-contact-ul b {
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-contact-ul a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-contact-ul a:hover {
  color: antiquewhite;
}
.footer .footer-contact-ul li {
  margin-bottom: 20px;
}

.footer-help {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0px 0px 5px 0px;
}
.footer-help .current-menu-item a {
  position: relative;
}
.footer-help .current-menu-item a:after {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0A90FF;
  transition: width 0.3s ease;
}
.footer-help li {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
.footer-help li a {
  text-decoration: none;
  position: relative;
  padding: 5px 10px;
  color: #525252;
  transition: color 0.3s ease;
}
.footer-help li a:hover {
  color: #0A90FF;
}
.footer-help li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #0A90FF;
  transition: width 0.3s ease;
}
.footer-help li a:hover::after {
  width: 100%;
}
.footer-help .current-menu-item a {
  color: #0A90FF;
  text-decoration: none !important;
}

.footer_accreditations {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0px;
  font-size: 14px;
  color: #C4C4C4;
}
.footer_accreditations img {
  height: 81px;
}

.copyright {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  padding: 20px 20px;
  border-top: 1px solid #EDEDED;
}
.copyright span {
  font-weight: 400 !important;
  color: #6d6d6d !important;
  font-size: 14px;
}
.copyright span a {
  text-decoration: underline !important;
  font-weight: 500 !important;
}
.copyright .copyright_content {
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 18px;
}
.copyright .copyright_content a {
  text-decoration: underline;
}
.copyright .copyright_content a:hover {
  text-decoration: none;
}

.post-banner {
  background-color: #272727;
  padding: 100px 10px !important;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  position: relative;
}
.post-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.post-banner .subtitle {
  font-size: 25px;
  color: #FFFFFF;
}

.content-single-conference {
  position: relative;
  margin-top: -70px;
}
.content-single-conference hr {
  margin: 0.5rem 0;
}
.content-single-conference .article-box hr {
  margin: 1rem 0;
}

.theme-box-header .head-title {
  background-color: #DD1970;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  font-size: 21px;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.theme-primary-box {
  background-color: #DD1970;
  border-radius: 10px;
  padding: 25px;
  color: #FFFFFF;
}
.theme-primary-box .title {
  font-size: 20px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.theme-primary-box .subtitle {
  font-size: 25px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.theme-primary-box a {
  color: bisque;
  text-decoration: underline;
}
.theme-primary-box a:hover {
  color: #FFFFFF;
}

.enquiry-theme-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 20px;
}

.font-21 {
  font-size: 21px;
}

.transactions-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.transactions-box ul {
  list-style: none;
}
.transactions-box ul li {
  list-style: none;
  padding: 10px 110px 10px 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.transactions-box ul li .page {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100px;
  font-weight: 600;
  text-align: right;
  top: 10px;
}

.wpcf7-spinner {
  position: absolute;
  right: 10px;
}

.subscvribe-box .wpcf7 form .wpcf7-response-output {
  margin-top: 0px !important;
}

#pagination {
  text-align: center;
  padding-top: 10px;
}
#pagination span.current {
  display: inline-block;
  background-color: #DD1970;
  padding: 2px 10px;
  border: 1px solid #DD1970;
  color: #ffffff;
  border-radius: 5px;
}
#pagination a.page-numbers {
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 10px;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
}
#pagination a.page-numbers:hover {
  background-color: #DD1970;
  border: 1px solid #DD1970;
  color: #ffffff !important;
}

.img_normal .pic_box {
  text-align: center !important;
  text-align: center;
  display: flex;
  /* Enable flexbox */
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally (optional) */
}
.img_normal img {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  position: relative !important;
}

.custom-pic-banner {
  margin-bottom: 20px;
}
.custom-pic-banner img {
  width: 100%;
  border-radius: 10px;
}

.dashboard_custom th {
  width: 50%;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.dashboard_custom td {
  width: 50%;
  text-align: left !important;
  font-weight: 500 !important;
}
.dashboard_custom .subtitle {
  font-size: 21px !important;
  font-weight: 600 !important;
}

#user-registration {
  margin: 0px !important;
  background-color: transparent !important;
}

.user-registration-Button {
  background-color: #DD1970 !important;
  color: #ffffff !important;
  padding-bottom: 34px !important;
}

.user-registration-MyAccount-content,
.user-registration-MyAccount-navigation {
  background-color: #FFFFFF !important;
}

.expiry-table select {
  font-size: 18px;
}
.expiry-table table {
  width: 100% !important;
}
.expiry-table table td {
  text-align: center !important;
  padding-bottom: 10px;
}

.expire-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 20px 20px 17px;
}

.search-header {
  width: 450px;
  margin-right: 14px;
}

.book-btn-mob {
  position: absolute !important;
  right: 70px !important;
  top: 10px !important;
  display: none !important;
}

.blue_overlay {
  position: relative;
}
.blue_overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(8, 32, 98, 0.5);
}

.black_overlay {
  position: relative;
}
.black_overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(37, 23, 23);
  background: linear-gradient(356deg, rgba(37, 23, 23, 0.45) 16%, rgba(24, 34, 65, 0.9) 90%);
}

.black_overlay2 {
  position: relative;
}
.black_overlay2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  background: rgb(43, 56, 88);
  background: linear-gradient(0deg, rgba(43, 56, 88, 0.1180847339) 10%, rgba(40, 52, 84, 0.5270483193) 24%, rgba(21, 31, 60, 0.9836309524) 99%);
}

.black_overlay3 {
  position: relative;
}
.black_overlay3:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 70%;
  bottom: 0;
  top: 0;
  background: rgb(43, 56, 88);
  background: linear-gradient(0deg, rgba(43, 56, 88, 0) 10%, rgba(21, 31, 60, 0.9836309524) 99%);
}

.blue_overlay2 {
  position: relative;
}
.blue_overlay2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(8, 32, 98, 0.7);
}

.zindex-1 {
  position: relative;
  z-index: 1;
}

.box_content {
  padding: 30px;
}

.cta-block {
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 70px 0px 70px 0px;
  color: #fff;
}

.footer-subscribe {
  width: 70%;
}

.main-title {
  font-size: 50px !important;
  font-weight: 600;
  margin-bottom: 50px;
}

.modal-card {
  display: block !important;
  width: 1300px !important;
}
.modal-card .column {
  padding-bottom: 0px !important;
}
.modal-card p {
  padding: 0px;
  margin: 0px;
}

.modal-card-head {
  background-color: #DD1970 !important;
}

.modal-card-title {
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
}

.modal-card-body {
  overflow-y: auto;
  /* Enable vertical scrolling */
  max-height: 70vh;
  /* Adjust height as needed */
}

.modal.is-active {
  display: flex;
  /* Ensures modal is shown */
}

.modal-card {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal-card-foot {
  background-color: #E44522 !important;
  color: #ffffff;
}
.modal-card-foot .call-footer {
  font-size: 25px;
  font-weight: bold;
}

.blog-content h1,
.blog-content h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-size: 25px;
  font-weight: 500;
}

.blog-banner-custom {
  padding-top: 180px;
}

.blog-content video {
  width: 100%;
  display: block;
  height: 340px;
  margin: 30px 0px;
}

.blog-pic {
  margin-bottom: 25px;
  text-align: center;
}
.blog-pic img {
  border-radius: 10px;
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_logos {
  display: flex;
  /* Use flexbox for alignment */
  justify-content: center;
  /* Center logos horizontally */
  align-items: center;
  /* Align logos vertically */
  gap: 20px;
  /* Set equal spacing between logos */
  margin-bottom: 20px;
}

.footer_logos ul {
  display: flex;
  /* Ensures inline logos */
  gap: 30px;
  /* Space between logos */
  list-style: none;
  /* Remove bullet points */
  padding: 0;
  margin: 0;
}

.footer_logos li {
  display: flex;
  /* Keeps images aligned properly */
  align-items: center;
}

.footer_logos img {
  height: 70px;
  /* Set same height for all logos (adjust as needed) */
  width: auto;
  /* Maintain aspect ratio */
  -o-object-fit: contain;
     object-fit: contain;
  /* Ensures logos don’t get cropped */
}

.img-small-custom img {
  width: 300px;
  display: inline-block !important;
}

.img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#side-quote-btn {
  position: fixed;
  right: -79px;
  /* Adjust position */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  background: #3D5AA9;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 9;
  padding: 14px 20px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease, background-color 0.3s ease;
}

#side-quote-btn:hover {
  right: -72px;
  background-color: #525252;
}

.book-free-btn-mob {
  margin-top: 4px;
}

.clients_block {
  padding: 50px 14px 25px 14px;
}

.google_review_block {
  padding-top: 20px;
  padding-bottom: 50px;
}

.header_custom {
  position: relative;
  padding-left: 283px;
  text-align: right;
  min-height: 124px;
}
.header_custom .navbar-brand {
  position: absolute;
  left: 0;
  height: 124px;
}

.header_top {
  display: flex; /* Align children horizontally */
  justify-content: flex-end; /* Align to the right */
  align-items: center; /* Vertically center items */
  gap: 15px;
  padding-top: 10px;
}

.header_top .call-size {
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  display: flex; /* Make text and icon flex children */
  align-items: center; /* Vertically center text + icon */
  gap: 5px;
  /* Space between icon and phone number */
}
.header_top .call-size:hover {
  color: #D24392;
}

.header_top .call-size img {
  display: block; /* Remove inline baseline alignment */
  height: 35px; /* Adjust size as needed */
  width: auto;
}

.header_top .button.special-btn {
  display: inline-block;
  /* Add your button styling here */
}

.menu_mob_details {
  font-size: 16px;
}
.menu_mob_details ul {
  display: block;
}
.menu_mob_details ul li {
  display: block;
  padding: 10px 0px 10px 0px;
}
.menu_mob_details ul li i {
  color: #DD1970;
  margin-right: 5px;
  font-size: 18px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.menu_mob_details ul li a {
  color: #141414;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.menu_mob_details ul li a:hover {
  color: #DD1970;
  text-decoration: underline;
}
.menu_mob_details ul li:hover i {
  color: #E44522;
  transform: scale(1.2);
}
.menu_mob_details ul li .call-size {
  font-size: 20px;
  font-weight: 600;
}

.footer-form {
  background-color: #DD1970;
  color: #fff;
}
.footer-form .form-content {
  padding: 30px;
}
.footer-form .form-content .subtitle {
  font-size: 34px !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.footer-form-section {
  padding: 25px 0px 25px 0px !important;
  margin: 0px !important;
}

.footer-about {
  position: relative;
}
.footer-about .about-content {
  padding: 45px 45px 130px 45px;
}
.footer-about .about-content .subtitle {
  font-size: 45px !important;
  text-transform: uppercase;
  padding: 0px 0px 5px 0px !important;
  margin: 0px !important;
  font-weight: 400 !important;
}
.footer-about .about-content .title {
  font-size: 49px !important;
  color: #DD1970;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-about .img-bottom {
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.footer-about .img-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-special-radius {
  border-radius: 10px 0px 10px 0px !important;
}

.is-menu-mob-visible {
  display: none !important;
}

.columns.flex-height {
  display: flex;
  flex-wrap: wrap;
}
.columns.flex-height .column {
  display: flex;
  align-items: stretch;
}

.accredition_block {
  text-align: center; /* center items */
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; /* removes inline-block whitespace */
}

.accredition_block li {
  display: inline-block;
  width: 20%; /* 5 per row */
  box-sizing: border-box;
  font-size: 16px; /* reset font size for content inside li */
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

/* Larger first 5 images */
.accredition_block li:nth-child(-n+5) img {
  height: 140px;
}

/* Smaller remaining images */
.accredition_block li:nth-child(n+6) img {
  height: 90px;
}

.accredition_block img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
  margin: 0 auto;
}

.accredition_block li:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.blog_box_single {
  position: relative;
}
.blog_box_single .blog-pic {
  width: 290px; /* Ensure width and height are equal */
  height: 290px; /* Same as width for a circle */
  border-radius: 50%; /* Perfect circle */
  overflow: hidden;
  border: 10px solid #2B2B2B;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog_box_single .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content_single {
  padding: 10px;
  text-align: center;
}
.blog-content_single .date_head {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: 600;
  padding-bottom: 10px;
}
.blog-content_single hr {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  background-color: #e6e6e6;
}
.blog-content_single .subtitle {
  font-size: 23px !important;
  padding-bottom: 0px !important;
  text-transform: none;
  font-weight: 600 !important;
}
.blog-content_single .subtitle a {
  color: black;
}
.blog-content_single .subtitle a:hover {
  color: #D9186E;
}

.recent_section {
  padding: 70px 0px 70px;
  background-color: #fff6f1;
}

@media only screen and (max-width: 1408px) {
  .blog-banner-custom {
    padding-top: 250px;
  }
  .contact-bottom .contact-pic {
    min-height: auto;
    height: 330px;
  }
  .contact-bottom .contact-box {
    min-height: auto;
  }
  .main-logo {
    max-height: none !important;
    height: 102px;
  }
}
@media only screen and (max-width: 1320px) {
  .modal-card {
    display: block !important;
    width: 100% !important;
  }
  .img-small-custom img {
    width: 100%;
  }
}
@media only screen and (max-width: 1215px) {
  .footer-about {
    position: relative;
  }
  .footer-about .about-content {
    padding: 18px;
  }
  .footer-about .about-content .subtitle {
    font-size: 36px !important;
  }
  .footer-about .about-content .title {
    font-size: 40px !important;
  }
  .footer-about .img-bottom {
    height: 130px;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .search-header {
    width: 300px;
    margin-right: 14px;
  }
  .main-title {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .accredition_block li {
    width: 25%; /* 4 per row */
  }
  .footer {
    background-color: #272727 !important;
    margin-top: 0px;
    padding: 50px 20px 50px 20px !important;
  }
  .is-menu-mob-visible {
    display: block !important;
  }
  .hide-desk {
    display: none !important;
  }
  .header_top {
    display: none;
  }
  .clients_block {
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .contact-bottom .contact-pic {
    min-height: auto;
    height: auto;
  }
  .contact-bottom .contact-box {
    min-height: auto;
  }
  .contact-bottom {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hidden-dekstop {
    display: none !important;
  }
  .top-level {
    display: block !important;
    text-align: center;
  }
  .top-level .level-left {
    display: block !important;
    text-align: center;
  }
  #side-quote-btn {
    display: none;
  }
  .blog-banner-custom {
    padding-top: 160px;
  }
  .light_blue_overlay p h5 {
    font-size: 19px !important;
  }
  .black_overlay2 {
    position: relative;
  }
  .black_overlay2:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    background: rgba(22, 36, 79, 0.7) !important;
  }
  .main-banner .banner-content {
    padding-left: 14px !important;
  }
  .main-banner {
    padding-left: 0px !important;
  }
  .cta-block {
    padding: 50px 20px;
    text-align: center;
  }
  .subtitle {
    font-size: 36px !important;
    font-weight: 700 !important;
  }
  .subtitle2 {
    font-size: 30px !important;
    font-weight: 700 !important;
  }
  .subtitle3 {
    font-size: 25px !important;
    font-weight: 700 !important;
  }
  .is-mob-center {
    text-align: center;
  }
  .book-btn-mob {
    display: inline-block !important;
  }
  .header.fixed .book-btn-mob {
    display: inline-block !important;
    position: relative !important;
    top: 14px !important;
  }
  .header.fixed .navbar-burger {
    right: 0px !important;
    top: 10px;
  }
  header .navbar {
    padding: 5px 0px;
  }
  .header_custom {
    position: relative;
    padding-left: 200px;
    text-align: right;
    min-height: 75px;
  }
  .header_custom .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
  }
  .main-logo {
    height: 70px;
    top: 2px;
    position: relative;
  }
  .navbar-burger {
    position: absolute !important;
    right: 10px !important;
  }
  .header-right-mob {
    padding-right: 72px;
    display: flex !important;
  }
  header .container {
    padding-left: 14px !important;
    padding-right: 0px !important;
  }
  section {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-bottom: 0px !important;
  }
  .site-branding {
    width: 140px !important;
  }
  .is-hide-1024 {
    display: none !important;
  }
  .navbar-menu {
    padding: 10px !important;
  }
  .navbar-menu.is-active {
    display: block;
    position: absolute !important;
    top: 100%;
    right: 10px;
    overflow-y: auto;
    height: auto;
    text-align: left;
    box-shadow: none !important;
    left: auto;
    width: 340px;
    z-index: 1;
  }
  header {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .accredition_block li {
    width: 33%; /* 4 per row */
    margin-bottom: 25px;
  }
  .accredition_block li:nth-child(-n+5) img {
    height: 100px;
  }
  .accredition_block li:nth-child(n+6) img {
    height: 70px;
  }
  .title {
    font-size: 36px !important;
    margin-bottom: 10px !important;
  }
  .header_custom {
    min-height: 64px;
  }
  .mapWrapper {
    min-height: 300px;
  }
  .accordion section .custom-header h5 {
    font-size: 18px !important;
  }
  .modal-card-foot {
    display: block !important;
  }
  .subtitle {
    font-size: 36px !important;
    font-weight: 700 !important;
  }
  .search-header {
    width: 100%;
    margin-right: 7px;
  }
  .header-search {
    margin-left: 20px;
  }
  .post-banner {
    background-color: #DD1970;
    padding: 50px 10px 100px 10px !important;
  }
  .post-banner .subtitle {
    font-size: 21px;
  }
  #navbar-top li:last-child {
    display: none !important;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-contact-ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer .mt-6 {
    margin-top: 10px !important;
  }
  .preloader span {
    top: 18%;
  }
  .no-wrap {
    white-space: inherit;
  }
}
@media only screen and (max-width: 550px) {
  .navbar-menu.is-active {
    right: 10px;
    width: 250px;
  }
  .button.is-responsive {
    font-size: 12px !important;
  }
  .footer .footer-contact {
    border-radius: 10px;
    width: 100%;
    background: #0172D0;
    padding: 25px 10px 25px 70px;
    text-align: left;
  }
  .footer .footer-contact i {
    left: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .footer .footer-contact .call2 {
    font-size: 20px;
  }
  .footer .title {
    font-size: 36px !important;
  }
  ul.footer-services {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Two equal columns */
    gap: 0px;
    /* Space between items */
    list-style: none;
    /* Remove bullet points if needed */
    padding: 0;
    /* Remove default padding */
  }
  ul.footer-services li {
    padding: 10px 10px;
  }
  .navbar-burger {
    right: 0px !important;
    top: 0px;
  }
  .site-branding {
    width: 114px !important;
  }
  .header-right {
    padding-left: 122px !important;
  }
  .search-header {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .book-btn-mob, .header.fixed .book-btn-mob {
    display: none !important;
  }
  .address_box {
    position: relative;
    padding: 0px 0px 0px 0px;
    min-height: 110px;
  }
  .address_box img {
    display: none;
  }
  .box_content {
    padding: 14px;
  }
}
.gform_custom .gform-theme--foundation .gform_fields {
  --gf-form-gap-y: 20px !important;
}
.gform_custom .gform-theme--foundation .gfield textarea {
  height: 100px !important;
}
.gform_custom .gform_title {
  display: none;
}
.gform_custom .gform_button.button {
  border-radius: 50px !important;
  background: linear-gradient(90deg, #D24392 0%, #E44522 52%, #EC863D 100%);
}

.gform_custom_newsletter .gform-theme--foundation .gform_fields {
  --gf-form-gap-y: 10px !important;
}
.gform_custom_newsletter .gform_title, .gform_custom_newsletter .gfield_label {
  display: none !important;
}
.gform_custom_newsletter .gform_button.button {
  border-radius: 50px !important;
  background: linear-gradient(90deg, #D24392 0%, #E44522 52%, #EC863D 100%);
}/*# sourceMappingURL=custom.css.map */