@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@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);
.top_pad {
  padding-top: 109px;
}

.button {
  font-family: "Poppins", sans-serif !important;
  text-transform: none !important;
}

.font-23 {
  font-size: 23px;
  font-weight: 500;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Krona One", sans-serif !important;
}

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

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

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

strong {
  color: #376094 !important;
}

.site {
  overflow: hidden !important;
  /* removes internal scrollbar */
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  background-color: #fff;
  color: #252525 !important;
}

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

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

.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: #A06CF1 !important;
}

.primary_bg {
  background-color: #A06CF1;
}

.secondry_bg {
  background-color: #376094;
}

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

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

.btn-icon {
  border: 1px solid #A06CF1 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
}
.btn-icon i {
  display: inline-block;
  /* ensures height/width apply */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  /* centers icon vertically if using font icons */
  text-align: center;
  background-color: #772ADF;
  color: #fff;
  /* icon color */
  margin-right: 10px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.btn-icon:hover {
  color: #8F74FF !important;
}
.btn-icon:hover i {
  background-color: #9a29c7;
  transform: rotate(0deg);
}

.special-btn {
  background: #474545;
  background: linear-gradient(311deg, rgb(71, 69, 69) 0%, rgb(8, 8, 8) 100%);
  color: #ffffff !important;
  border: 1px solid #376094 !important;
}
.special-btn:hover {
  background: #F6931D;
  background: linear-gradient(311deg, rgb(246, 147, 29) 0%, rgb(247, 182, 101) 100%);
  color: #ffffff !important;
  border: 1px solid #A06CF1 !important;
}

.secondry-btn {
  background-color: #376094 !important;
  border: 1px solid #376094 !important;
  color: #ffffff !important;
}
.secondry-btn:hover {
  background-color: #3f3e3e !important;
  color: #ffffff !important;
  border: 1px solid #3f3e3e !important;
}

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

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

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

.check-list ul {
  list-style: none !important;
  margin-top: 20px;
}
.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: #A541FF;
  position: absolute;
  left: 0px;
  top: 3px;
}

.check-list.medium ul {
  list-style: none !important;
}
.check-list.medium ul li {
  font-size: 21px;
  font-weight: 600;
}

.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;
  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: #A06CF1 !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 a {
  color: #fff !important;
}
.header-top .level a:hover {
  color: #376094 !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_top {
  padding: 7px 0;
  text-align: center;
  background-color: #A06CF1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  /* Keep text in one line */
  overflow: hidden;
  /* Hide overflowing text */
  position: relative;
}
.header_top .marquee {
  display: inline-block;
  padding-left: 100%;
  /* Start off-screen right */
  animation: moveText 16s linear infinite;
}

/* Animation */
@keyframes moveText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.main_pad {
  padding-top: 79px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100%;
  padding: 27px 0px 0px 0px;
}
header .logo-nav {
  margin: 0px;
  padding: 0px;
}

.header-social {
  font-size: 25px;
  display: inline-block;
}
.header-social a {
  margin-left: 10px;
  color: #376094 !important;
}
.header-social a:hover {
  color: #A06CF1 !important;
}

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

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

.subtitle {
  font-size: 30px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
  color: #000 !important;
}
.subtitle b {
  color: #376094 !important;
  font-weight: 700 !important;
}

.title {
  font-size: 45px !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.title b {
  color: #A06CF1 !important;
  font-weight: 700 !important;
}

.title_top {
  font-size: 18px !important;
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #A06CF1;
  letter-spacing: 3px;
}

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

.subtitle3 {
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 27px;
}
.subtitle3 b {
  color: #A06CF1;
  font-weight: 600;
}

.title_section {
  font-size: 60px;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 60px;
}
.title_section b {
  color: #A06CF1;
  font-weight: 600;
}

.bg-gradient {
  background: linear-gradient(180deg, #230E4B 0%, #14072D 100%) !important;
}

.cutom_table {
  background-color: transparent !important;
  color: #fff !important;
}
.cutom_table th {
  color: #fff !important;
  border-color: #5538CE !important;
  background-color: #311469 !important;
}
.cutom_table td {
  border-color: #5538CE !important;
}

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

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

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

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

.round-white-box-flex {
  margin: 10px 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%);
  transition: 0.5s ease-out all;
}
.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%);
  transition: 0.5s ease-out all;
}

.white-text {
  color: #fff !important;
}
.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: #376094;
  border-radius: 25px;
  padding: 25px 25px 10px 25px;
  color: #fff;
}

.footer_address_block {
  background-color: #376094 !important;
}
.footer_address_block .footer_contact {
  position: relative;
  color: #000;
  padding-left: 63px;
  text-align: left;
}
.footer_address_block .footer_contact i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 55px;
}
.footer_address_block .footer_contact .email-text {
  display: block;
  font-size: 20px;
}
.footer_address_block .footer_contact .email-text a {
  color: #000;
  font-weight: 600;
}
.footer_address_block .footer_contact .email-text a:hover {
  text-decoration: underline;
}
.footer_address_block .footer_contact .call-text {
  display: block;
  font-size: 36px;
  line-height: 30px;
}
.footer_address_block .footer_contact .call-text a {
  color: #000;
  font-weight: 600;
}
.footer_address_block .footer_contact .call-text a:hover {
  text-decoration: underline;
}

.footer-logo-gap {
  padding: 100px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}
.footer-logo-gap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 400px;
  border-radius: 100%;
  background: radial-gradient(49.27% 49.27% at 50.64% 49.27%, rgba(119, 42, 223, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
  transition: filter 1s ease, transform 1s ease;
  filter: brightness(1);
  /* normal light */
}
.footer-logo-gap:hover::before {
  filter: brightness(1.5);
  /* brighter light */
  transform: scale(1.05);
  /* gentle glow expansion */
}

.common_shade {
  position: relative;
  overflow: hidden;
}
.common_shade::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  height: 700px;
  border-radius: 100%;
  background: radial-gradient(49.27% 49.27% at 50.64% 49.27%, rgba(119, 42, 223, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
  transition: filter 1s ease, transform 1s ease;
  filter: brightness(1);
  /* normal light */
}
.common_shade:hover::before {
  filter: brightness(1.5);
  /* brighter light */
  transform: scale(1.05);
  /* gentle glow expansion */
}

.common_shade_middle {
  position: relative;
  overflow: hidden;
}
.common_shade_middle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 700px;
  flex-shrink: 0;
  border-radius: 100%;
  background: radial-gradient(49.27% 49.27% at 50.64% 49.27%, rgba(119, 42, 223, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
  transition: filter 1s ease, transform 1s ease;
  filter: brightness(1);
  /* normal light */
}
.common_shade_middle:hover::before {
  filter: brightness(1.5);
  /* brighter light */
  transform: scale(1.05);
  /* gentle glow expansion */
}

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

.footer {
  background-color: #c6c5eb !important;
  padding: 10px 30px 10px 30px !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.footer .footer-contact {
  font-weight: 500;
  font-size: 18px;
}
.footer .subtitle2 {
  font-size: 20px;
}
.footer .footer_logo {
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .title {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #fff;
}
.footer .title span {
  color: #0062C1;
  font-weight: 600;
}
.footer .subtitle {
  font-size: 23px !important;
  color: #FFFFFF;
  text-transform: none !important;
  text-align: left;
  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: #376094;
  text-decoration: underline;
}
.footer hr {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 14px !important;
}
.footer .footer-menu {
  text-align: left;
}
.footer .footer-menu li.heading_menu a {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.footer .footer-menu li.heading_menu_middle {
  margin-top: 10px !important;
}
.footer .footer-menu li.heading_menu_middle a {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.footer .footer-menu li {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0px;
  text-align: left;
}
.footer .footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding: 3px 0px;
  font-size: 15px;
  font-weight: 300;
}
.footer .footer-menu li a:hover {
  color: #A06CF1;
}
.footer .footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #A06CF1;
  transition: width 0.3s ease;
}
.footer .footer-menu li a:hover::after {
  width: 100%;
}
.footer .footer-menu .current-menu-item a {
  color: #A06CF1;
  text-decoration: none !important;
}

.footer-privacy {
  text-align: center;
  padding-bottom: 10px;
}
.footer-privacy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-privacy li {
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.footer-privacy li .menu-text {
  font-weight: 500 !important;
}
.footer-privacy li a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-privacy li a:hover {
  color: #A06CF1;
}
.footer-privacy .current-menu-item a {
  color: #A06CF1;
}

.footer_address {
  color: #C6C5EB !important;
  text-align: right;
}

.footer-menu2 {
  text-align: center;
}
.footer-menu2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu2 li {
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.footer-menu2 li a {
  color: #C6C5EB;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-menu2 li a:hover {
  color: #A06CF1;
}
.footer-menu2 .current-menu-item a {
  color: #A06CF1;
}

.copyright_content {
  padding: 10px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
}

.copyright {
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  padding: 36px 0px 20px 0px;
  position: relative;
  overflow: hidden;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright .has-text-right {
  font-size: 16px !important;
}

.footer-content-menu {
  text-align: left;
}

.link-theme {
  color: #9D88F4 !important;
  text-decoration: underline;
}
.link-theme:hover {
  color: #8F74FF !important;
  text-decoration: none !important;
}

.footer-social {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #A06CF1;
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  color: #fff !important;
  margin-right: 5px;
  text-align: center;
}
.footer-social a:hover {
  background-color: #376094;
}

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

.theme-box-header .head-title {
  background-color: #A06CF1;
  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: #A06CF1;
  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: #A06CF1;
  padding: 2px 10px;
  border: 1px solid #A06CF1;
  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: #A06CF1;
  border: 1px solid #A06CF1;
  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: #A06CF1 !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;
}

.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;
}

.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: #A06CF1 !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: #376094 !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;
}

.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: cover;
     object-fit: cover;
}

#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: 20px 14px 30px 14px;
}

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

.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: #A06CF1;
  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: #A06CF1;
  text-decoration: underline;
}
.menu_mob_details ul li:hover i {
  color: #376094;
  transform: scale(1.2);
}
.menu_mob_details ul li .call-size {
  font-size: 20px;
  font-weight: 600;
}

.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;
}

.icon-btn i {
  margin-left: 10px;
  display: inline-block;
  /* needed for transform */
  transform: rotate(-45deg);
  /* initial rotation */
  transition: transform 0.3s ease;
  /* smooth animation */
}

.icon-btn:hover i {
  transform: rotate(0deg);
  /* rotate back (or adjust as needed) */
}

.button_border {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: transparent !important;
  border: 1px solid #B994FF !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  text-decoration: none;
  color: #B994FF !important;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}

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

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

.button_border span {
  position: relative;
  z-index: 2;
  text-decoration: none;
}

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

.button_theme {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #A06CF1 !important;
  border: 1px solid #A06CF1 !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: none !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: #376094;
  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;
  /* Your brand color */
}

.button_white {
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  display: inline-block;
  color: #14072D !important;
  border: 1px solid #A06CF1 !important;
  font-family: "Raleway", 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 i {
  color: #A06CF1;
}

.button_white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #A06CF1 !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;
}

.locations_banner {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}
.locations_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7) !important;
}
.locations_banner .column {
  position: relative;
  z-index: 1;
}

.location_welcome {
  padding: 50px 50px;
}

.img_bg {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.location_box_block {
  overflow: hidden;
  padding: 50px 50px 100px 50px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.location_box_block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
}
.location_box_block .column {
  position: relative;
  z-index: 1;
}

.location_brands_block {
  background-color: #f2f2f2;
  padding: 50px 50px 50px 50px;
}

.location_quote_form {
  position: relative;
  padding: 50px 0px;
  background-color: #000000;
}
.location_quote_form a {
  color: #F6931D;
}

.is-overflow-hide {
  overflow: hidden;
  position: relative;
}

.location_recent_works {
  padding: 50px;
}

.content-locations {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}
.content-locations h1,
.content-locations h2,
.content-locations h3,
.content-locations h4,
.content-locations h5 {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-locations hr {
  background: #8F74FF;
  background: linear-gradient(90deg, rgba(246, 147, 29, 0) 0%, rgb(143, 116, 255) 50%, rgba(246, 147, 29, 0) 100%);
  margin: 45px 0px !important;
}
.content-locations .article-box hr {
  margin: 1rem 0;
}
.content-locations .card {
  background-color: #14072D;
  color: #fff !important;
  border-radius: 10px 10px 0px;
}

.image_full_location {
  min-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-cta-block {
  background-color: #0F1230;
  border-radius: 20px;
  overflow: hidden;
}
.footer-cta-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.footer-cta-block .footer_cta_content {
  padding: 30px;
}

.button_header2 {
  display: none !important;
}

.block-background {
  background: linear-gradient(180deg, #230E4B 0%, #14072D 100%);
}

.footer-add {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px 100px 20px;
  position: relative;
}
.footer-add #matrix-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-add .column {
  position: relative;
  z-index: 5;
}

.container.popup-small {
  max-width: 700px !important;
}

@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;
  }
}
@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) {
  .title {
    font-size: 36px !important;
  }
  .title b {
    color: #A06CF1 !important;
    font-weight: 700 !important;
  }
  .main-logo {
    height: 23px;
  }
  header .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer_address_block {
    padding-bottom: 20px;
  }
  .hide-hd {
    display: none !important;
  }
  .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;
  }
  .button_header {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    padding-top: 10px;
  }
  .footer_address {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
  .footer-add {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 20px 70px 20px;
    position: relative;
    text-align: center;
  }
  .button_header2 {
    display: inline-block !important;
    margin: 0 auto;
    position: absolute !important;
    right: 70px;
    top: 14px;
  }
  .home .navbar {
    margin-top: 0px;
  }
  .content-locations h1,
  .content-locations h2,
  .content-locations h3,
  .content-locations h4,
  .content-locations h5 {
    font-size: 25px;
    font-weight: 600;
  }
  .location_box_block {
    padding: 20px 20px 50px 20px !important;
  }
  .is-mob-center {
    text-align: center;
  }
  .footer {
    padding: 45px 20px !important;
    text-align: center;
  }
  .footer .subtitle {
    text-align: center;
  }
  .footer .footer-menu {
    text-align: center;
  }
  .footer .footer-menu li {
    text-align: center !important;
  }
  .copyright {
    padding: 0px 0px;
    text-align: center;
  }
  .copyright .has-text-right {
    text-align: center !important;
  }
  .copyright .column {
    padding: 0px 0px 5px 0px !important;
  }
  .is-menu-mob-visible {
    display: block !important;
    position: relative;
    z-index: 27;
    text-align: center;
  }
  .hide-desk {
    display: none !important;
  }
  .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: 600 !important;
  }
  .is-mob-center {
    text-align: center;
  }
  header .navbar {
    background-color: transparent !important;
    height: 67px;
  }
  .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 {
    top: 7px;
    position: relative;
  }
  .navbar-burger {
    position: absolute !important;
    top: 5px !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;
    background-color: #A06CF1;
    width: 390px;
    border-radius: 10px 10px 10px 10px;
    z-index: 1;
  }
  .navbar-menu.is-active a {
    color: #fff !important;
  }
  .top_pad {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-content-menu,
  .footer .subtitle,
  .footer .footer-menu,
  .footer .footer-menu li,
  .footer .legal-menu li {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
  .title {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
  .header_custom {
    min-height: 64px;
  }
  .mapWrapper {
    min-height: 300px;
  }
  .accordion section .custom-header h5 {
    font-size: 23px !important;
  }
  .modal-card-foot {
    display: block !important;
  }
  .subtitle {
    font-size: 25px !important;
    font-weight: 600 !important;
  }
  .title_section {
    font-size: 40px;
    line-height: 40px;
  }
  .search-header {
    width: 100%;
    margin-right: 7px;
  }
  .header-search {
    margin-left: 20px;
  }
  .post-banner {
    background-color: #A06CF1;
    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) {
  .footer .title {
    font-size: 25px !important;
  }
  .email-text {
    font-size: 14px !important;
  }
  .navbar-menu.is-active {
    left: auto !important;
    width: 100%;
  }
  .navbar {
    background-color: transparent !important;
  }
  .header_custom {
    padding-left: 70px;
  }
  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: 10px !important;
  }
  .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 {
    display: none !important;
    top: 14px !important;
  }
  .navbar-menu.is-active {
    left: -79px;
    width: 100%;
  }
}
.casestudy-logo {
  width: 230px;
  background-color: #8716EC;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}
.casestudy-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-subtitle {
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 700;
  text-transform: uppercase !important;
  color: #886CFF !important;
  margin-top: 20px;
}

.case-title-content {
  font-weight: 500;
  font-size: 21px;
}

.location-section {
  background-color: #FFF1F1;
  padding: 70px 45px;
}

.round-white-box-location {
  margin: 45px 0 20px;
}
.round-white-box-location .column {
  position: relative;
}
.round-white-box-location .column::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 10px;
  background-color: #fff;
  content: "";
  transition: box-shadow 0.4s ease, color 0.4s ease, transform 0.4s ease;
}
.round-white-box-location .column: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);
  color: hsl(0, 0%, 29%);
  transform: scale(1.02);
}

.location-footer-block {
  position: relative;
  z-index: 2;
  padding: 30px;
}
.location-footer-block .logo-location {
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.location-footer-block .location_name {
  font-size: 25px;
  font-weight: 600;
  color: #D35765;
}
.location-footer-block .location_name b {
  color: #000;
  font-weight: 700;
}
.location-footer-block .location_image {
  height: 190px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.location-footer-block .location_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.location-footer-block .location_content {
  font-size: 16px;
  margin-bottom: 18px;
}
.location-footer-block .address_details ul {
  list-style: none;
  margin-bottom: 20px;
}
.location-footer-block .address_details ul li {
  list-style: none;
  position: relative;
  padding: 10px 10px 10px 36px;
  text-align: left;
  font-size: 18px;
}
.location-footer-block .address_details ul li i.icon-fa {
  color: #E67E98;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 10px;
}
.location-footer-block .address_details ul li a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.location-footer-block .address_details ul li a:hover {
  color: #D35765;
}

@media only screen and (max-width: 768px) {
  .location-section {
    background-color: #FFF1F1;
    padding: 25px 18px;
  }
}/*# sourceMappingURL=custom.css.map */