body,
html {
  height: 100%;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Open Sans';
  font-size: 15px;
  background: #fff;
  line-height: 1.2;
  font-weight: 400 !important;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.eot');
  src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
    url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype'),
    url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.eot');
  src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Medium.woff2') format('woff2'),
    url('../fonts/OpenSans-Medium.woff') format('woff'),
    url('../fonts/OpenSans-Medium.ttf') format('truetype'),
    url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.montserrat {
  font-family: 'Montserrat';
}

/**,
::after,
::before {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}*/

/*---------------Font Start---------------*/
.font-weight-boldblack {
  font-weight: 900 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

/*---------------Font familly End---------------*/

/*---------------Font Size---------------*/
.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-80 {
  font-size: 80px;
}

.line-hight-1 {
  line-height: 1;
}

.line-hight-2 {
  line-height: 1.1;
}

.line-hight-22 {
  line-height: 1.2;
}

.line-hight-3 {
  line-height: 1.4;
}

.line-hight-4 {
  line-height: 1.6;
}

.line-hight-normal {
  line-height: normal;
}

.leter1 {
  letter-spacing: 1px;
}

.shadow-sm {
  box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, .075) !important;
}

.rounded {
  border-radius: .60rem !important;
}

.rounded15 {
  border-radius: 15px !important;
}

.rounded22 {
  border-radius: 22px !important;
}

/*---------------Font Size End---------------*/

.form-control {
  height: calc(2.2em + .75rem + 2.2px);
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  outline: none !important;
}


body ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body ::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body :-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body :-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

.custom-file-input {
  height: calc(2em + .75rem + 2px);
}

.custom-file-label {
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  line-height: 2;
  font-size: 14px;
}

.custom-file-label::after {
  height: calc(2em + .75rem);
  padding: .375rem .75rem;
  line-height: 2;
}

/*---------------Text Color Start---------------*/
.text-dark {
  color: #362F2F !important;
}

.text-muted {
  color: #5E5959 !important;
}

.text-danger {
  color: #E76024 !important;
}

.text-danger-dark {
  color: #C75B5B !important;
}

.text-primary {
  color: #002B45 !important;
}

.text-primary-light {
  color: #A3BFF3 !important;
}

.text-secondary {
  color: #CDCDCD !important;
}

.text-graydark {
  color: #555 !important;
}

.text-gray {
  color: #838B9E !important;
}

.text-whightlight {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-yellow {
  color: #f1c40f !important;
}


/*---------------Text Color End---------------*/

/*---------------Button Start---------------*/
.btn.focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-danger {
  background-color: #C75B5B;
  border-color: #C75B5B;
}

.btn-danger:hover,
.btn-check:focus+.btn-danger,
.btn-danger:focus {
  background-color: #D35922;
  border-color: #D35922;
}

.btn-yellow {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-yellow:hover,
.btn-check:focus+.btn-yellow,
.btn-yellow:focus {
  background-color: #d4ac0d;
  border-color: #d4ac0d;
}

.btn-primary {
  background-color: #002B45;
  border-color: #002B45;
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: #001623;
  border-color: #001623;
}

.btn-light {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #323232;
}

.btn-light:hover,
.btn-check:focus+.btn-light,
.btn-light:focus {
  background-color: #C75B5B;
  /* border-color: #C75B5B; */
  color: #fff;
}

.btn-light {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #323232;
}

.btn-light {
  background: linear-gradient(to right, #F5F5F5 50%, #C75B5B 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #323232;
  border: none;
  /* Ensure no unwanted borders */
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  /* Match with outline-transition-button */
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
  box-shadow: none;
}

.btn-light:hover,
.btn-check:focus+.btn-light,
.btn-light:focus {
  background-position: right bottom;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-light-header {
  background-color: #002B45 !important;
  color: #ffffff;
}

.btn-light-header:hover {
  background-color: #0F3E5A !important;
  color: #ffffff;
}


.outline-transition-button {
  position: relative;
  background: linear-gradient(to right, #002B45 50%, #F5F5F5 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.outline-transition-button:hover {
  background-position: right bottom;
  color: black;
}


.btn-outline-secondary {
  color: #212529;
  border-color: #04C09D;
  background-color: #fff;
}

.btn-outline-secondary:hover,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  background-color: #04C09D;
  border-color: #04C09D;
  color: #fff;
}

/*---------------Button End---------------*/

/*---------------BG Background Start---------------*/
.bg-primary {
  background-color: #002B45 !important;
  color: white;
}

.bg-primary:hover {
  background-color: #072436 !important;
}


.bg-primary-heading-main {
  background-color: #002B45 !important;
}

.bg-primary-heading {
  background-color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}

.bg-primary-heading:hover {
  /* background-color: white;
  color: #000; */
  transform: scale(1.08);
}

.bg-light {
  background-color: #F4F4F4 !important;
}

.bg-dark {
  background-color: #323232 !important;
}

.bg-danger {
  background-color: #C75B5B !important;
}

.bg-primary-light {
  background-color: #ECEFF6 !important;
}

.bg-gray {
  background-color: #4B4D53 !important;
}

.bg-yellow {
  background-color: #FFF !important;
}

/*---------------BG Background End---------------*/


/*.home-banner {padding-top: 3rem;}*/
.homepad {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.homepad-signin {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.homepad-community {
  padding-top: 1rem;
  padding-bottom: 5.5rem;
}

/*body.pad {
  padding-top: 103px;
}*/

.col-transition {
  transition: all 0.3s ease-in-out;
}

.col-transition:hover {
  transform: scale(1.05);
}


.navbar-toggler:focus {
  box-shadow: none;
}

.dot {
  font-size: 50px;
  line-height: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #4A4A4A;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-left: 1vw;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 190px;
  }
}

.navbar-nav .nav-item.dropdown ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-item.dropdown ul li button.dropdown-item:focus,
.navbar-nav .nav-item.dropdown ul li button.dropdown-item:hover {
  color: #fff;
  background-color: #e76024;
}

.nav-item {
  border: 1px solid #002B45;
}

.nav-item:hover {
  border: 1px solid white;
}

.navbar-nav li.nav-item.dropdown button.dropdown-toggle::after {
  border-top: .4em solid #4A4A4A;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  margin-left: .455em;
  top: .165em;
  position: relative;
}

.navbar-nav>li.nav-item a:hover,
.navbar-nav>li.nav-item button.active {
  color: #4A4A4A;
}

@media screen and (max-width: 991px) {

  /*-------------Menu Design Start--------------*/
  .header-top .nav-menu {
    margin-left: 0;
    position: absolute;
    top: 78px;
    right: 11px;
    left: 11px;
    background: #C75B5B;
    z-index: 1;
    padding: 0px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 15px;
    /* overflow: hidden; */
  }

  .header-top ul.navbar-nav li.nav-item.dropdown>a::after {
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-left: 0;
    margin-top: 1px;
  }

  .header-top ul.navbar-nav li.nav-item.show .dropdown-menu.submenu {
    background: #1c6dc4;
    margin-top: 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.3) !important;
    padding-top: 0;
  }

  .header-top ul.navbar-nav>li.show>a {
    border: none;
    background: #1c6dc4;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item a {
    color: #fff !important;
    font-size: 14px;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item:hover a {
    color: #ff5400 !important;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item a::before {
    content: "";
    background: #fff !important;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 10px;
    border-radius: 100%;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item:hover a::before {
    background: #ff5400 !important;
  }

  .header-top ul.navbar-nav>li>a {
    letter-spacing: 1px;
    padding: .8rem 1rem !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(185, 185, 185, 0.3);
  }

  .header-top ul.navbar-nav>li>a:hover {
    background: #ee7474;
    color: #fff !important;
  }

  /*.header-top .nav-menu button {
    width: 100%;
    border-radius: 0;
  }*/


  /*-------------Menu Design End--------------*/
}


/*new design*/
.social_media a {
  background: url(../images/media-icon.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 140px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.social_media button.fb {
  background-position: 1px 2px;
}

.social_media button.fb:hover {
  background-position: 1px -27px;
}

.social_media button.tw {
  background-position: -38px 0px;
}

.social_media button.tw:hover {
  background-position: -38px -27px;
}

.social_media button.pin {
  background-position: -79px 2px;
}

.social_media button.pin:hover {
  background-position: -79px -27px;
}

.social_media button.ista {
  background-position: -119px 2px;
}

.social_media button.ista:hover {
  background-position: -119px -27px;
}

.home-banner .carousel-item::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 2.74%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
}

.home-banner .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40%;
  margin-left: -650px;
}


.tophad .t24 {
  background-color: #13569D;
  width: 32px;
  height: 32px;
  line-height: 26px;
}

.roboticsurgery>a {
  border-radius: 80px;
  background: linear-gradient(90deg, #F1B062 0%, #F6456E 100%);
  box-shadow: 0px 0px 10px #F1B062;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 20px !important;
}

.free-seminar::after {
  width: 90px;
  display: inline-block;
  content: "";
  background: #fff;
  height: 1px;
  margin-left: 1rem;
}

.findmedical li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  margin-left: -20px;
  position: relative;
  top: -4px;
}

.online-appointment-mad {
  margin-top: -110px;
  z-index: 1;
}


.foter-call {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
}

.yearsexperiances {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 130px;
}

.yearsexperiances>div {
  border-bottom: 1px dashed rgba(210, 210, 210, 0.5);
}

.yearsexperiances>div:last-child {
  border-bottom: 0;
}

.gallerybg {
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(255, 255, 255, 0) 100%);
}

.gallerylight-box .details {
  padding: 25px;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.gallerylight-box .news-and-event:hover .details {
  opacity: 1;
  transition: opacity .2s .3s;
}

.gallerylight-box .news-and-event::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gallerylight-box .news-and-event .zoomicon {
  top: 50%;
  left: 50%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: -30px auto 0;
  max-width: 44px;
  opacity: 0;
}

.gallerylight-box .news-and-event:hover .zoomicon {
  opacity: 1;
}


.services-bg {
  background-image: url(../images/services-bg-01.png), url(../images/services-bg-02.png);
  background-position: top left, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 11%, 40%;
  padding-bottom: 23rem !important;
}

.services-row .services-icon {
  width: 77px;
  height: 77px;
  background-repeat: no-repeat !important;
  transition: opacity .8s;
}

.services-row .services-box:hover .services-icon {
  background-position: 0 -73px !important;
}

.services-row .services-box:hover {
  background-color: #fff !important;
  color: #5E5959 !important;
}

.services-row .services-box:hover h4 {
  color: #362F2F !important;
}

.services-row .services-box:hover p {
  color: #5E5959 !important;
}


.services-row .services-box a::after {
  background: url(../images/arrow-services.png) no-repeat;
  content: "";
  display: inline-block;
  width: 28px;
  height: 12px;
  background-position: 0 -7px;
  margin-left: 9px;
  background-size: 26px;
  top: 2px;
  position: relative;
}

.services-row .services-box:hover a {
  color: #0C388A !important;
}

.services-row .services-box:hover a::after {
  background-position: 0 -32px;
}


.whychoose-icon {
  background-color: #E8E8E8 !important;
  height: 80px;
  width: 74px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 60px;
  background-repeat: no-repeat !important;
  background-position: center 18px !important;
}

/*.whychoose-row .whychoose-box:hover .whychoose-icon {
  background-position: center -54px !important;
}

.whychoose-row .whychoose-box:hover {
  background-color: #0C388A !important;
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover h4 {
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover p {
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover .whychoose-icon {
  background-color: #fff !important;
}*/

.why-choose-section {
  margin-top: -18rem;
}

.news-blog-row .news-blog-box .details {
  bottom: 0;
  left: 0;
  right: 0;
}

.news-blog-row .news-blog-box .dateicon {
  width: 16px;
  height: 17px;
  background-repeat: no-repeat !important;
  background-size: 17px !important;
}

.news-blog-row .news-blog-box::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.7rem !important;
}

.news-blog-row .news-blog-box:hover .details {
  background-color: transparent !important;
}

.news-blog-row .news-blog-box:hover .details * {
  color: #fff !important;
}

.news-blog-row .news-blog-box:hover .dateicon {
  background-position: 0 -29px !important;
}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 2rem;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid #FFF;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #D35922;
  border-color: #D35922;
}

.newsblog-bg {
  background: linear-gradient(180deg, #ECEFF6 0%, #FFFFFF 100%);
}

.filtergallery {
  margin: 0 -1%;
}

.filtergallery.grid article {
  display: block;
  float: left;
  margin: 1%;
  width: 31.2222%;
}

@media (max-width: 991px) {
  .filtergallery.grid article {
    width: 47%;
    margin: 1.5%;
  }

  .filtergallery {
    margin: 0 -1.5%;
  }

  .vibrant-gujarat .vibrant-text {
    padding: 5px 5px;
    font-size: 12px !important;
  }

  .filter-button-btn button {
    padding: 8px 10px 9px;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.testimonials_img {
  max-width: 44px;
}

textarebutton.form-control {
  min-height: 120px;
}

footer {
  /*padding: 32rem 0 0.8rem;*/
  padding: 2.4rem 0 0.8rem;
}

.requestquote-mad {
  /*margin-bottom: -30rem;*/
}

.request-quote-form {
  z-index: 2;
}

.gallerylight-box .news-and-event *,
.services-row .services-box *,
.whychoose-row .whychoose-box *,
.news-blog-row .news-blog-box {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.inner-banner::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bullet {
  min-width: 20px;
  width: 20px;
}

.aboutpage-img {
  float: right;
  width: 44%;
  margin-left: 3rem;
}

.safety_img {
  max-width: 110px;
}

.range-services-row .owl-item.active:not(.owl-item.cloned.active) .range-services-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #707781;
}

.range-services-row .owl-item.active .range-services-box {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.range-services-row .owl-item.active .range-services-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #707781;
  opacity: 0;
}

.range-services-row .owl-item.active:hover .range-services-box .details

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) .range-services-box .details*/
  {
  opacity: 1;
}

.range-services-row .owl-item h5::before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #838B9E;
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  margin-top: -4px;
}

.range-services-row .owl-item.active:hover h5

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) h5*/
  {
  color: #13569D !important;
}

.range-services-row .owl-item.active:hover h5::before

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) h5::before*/
  {
  background: #13569D;
}


.amenitiesoffered-row .amenitiesoffered-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.amenitiesoffered-mad {
  margin-top: -132px;
}

.ourmission-color-box::before {
  background: rgba(12, 56, 138, 0.9);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ourmission-color-box>div {
  z-index: 1;
}

.footer.innerfooter {
  margin-top: -15rem;
  z-index: 0;
}

.contactpage {
  z-index: 1;
}

.footer::before {
  content: "";
  display: block;
  background: url(../images/footer--top.svg) no-repeat;
  height: 26vw;
  position: absolute;
  top: -25.5vw;
  left: -19vw;
  right: -3vw;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}

.footer {
  background: url(../images/footer-right.svg) no-repeat;
  background-position: right center;
}

.footer.inner-footer {
  margin-top: 12rem;
}

/*.services-bg.servicespage {padding-bottom: 5.5rem !important;}*/


/* faq */

.accordion-item {
  margin-bottom: 5px;
  border: none;
  background-color: transparent;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  background-color: #EBEBEB;
}

.accordion-collapse.collapse {
  border-radius: 10px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #323232;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  padding: 20px 20px 20px 27px;
}

.accordion-item .accordion-collapse.show {
  color: #fff;
  background-color: #323232;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 0px 9px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  margin-bottom: -1px;
}


.faq {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

/*.faq .reshaping-bottom-bg .reshaping-bottom-details { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }*/

.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23454545' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7);
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.navbar-nav li.nav-item.dropdown.roboticsurgery button.dropdown-toggle::after {
  border-top-color: #fff;
}

.user_top {
  margin-top: -60px;
}

.user img {
  max-width: 80px;
}

.pagination li.page-item a {
  font-size: 15px;
  padding: 6px;
  color: #333;
  width: 34px;
  height: 34px;
  text-align: center;
}

.favicon-logo01 {
  width: 30px;
  height: 30px;
}

.favicon-logo01 img {
  top: -3px;
  position: relative;
}

.about-img {
  border-radius: 30px 190px 30px 30px;
}

.misson-box:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, #002B45 100%);
  position: absolute;
}

.how-it-work-img {
  border-radius: 190px 0px 00px 20px;
}

.how-it-work-img-about {
  border-radius: 190px 0px 00px 20px;
}

header.header-top .logo {
  position: relative;
  top: -20px;
}

header.header-top {
  background: #014e4e;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


/*------------benner-----------------*/
section.home-banner {
  margin-top: 3rem;
}

.home-banner .hero-section {
  background-color: #012c47;
  border-radius: 20px;
  color: white;
  position: relative;
  padding: 40px;
}

.home-banner .homebanner h1 {
  font-size: 4.5rem;
}

.highlight {
  color: #ffc107;
}

.home-banner .image-container {
  position: relative;
  z-index: 1;
}

.home-banner .search-box {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  background: white;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.home-banner .search-box input {
  border: none;
  outline: none;
  width: 100%;
}

.home-banner .search-box i {
  color: #012c47;
}

.home-banner .image-container {
  right: -70px;
  bottom: -40px;
}

/*------------banner------------*/




.sidebar {}

.sidebar .nav-link {
  color: #041C40;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 1rem 1.6rem;
  background: #F5F5F5;
}

.sidebar .nav-link.active {
  background-color: #002B45;
  color: #fff;
}

.sidebar .form-section {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}

.form-control:focus {
  box-shadow: none;
}

.form-label.required::after {
  content: " *";
  color: red;
}


footer {
  background-color: #F4F8FB;
}

.footer-logo img {
  max-width: 120px;
}

footer a {
  color: #000000;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h5,
footer h6 {
  font-weight: 700;
}

.footer-icon i {
  font-size: 1.2rem;
}

.newsletter-input {
  background: #ffffff;
  border: 1px solid #3A3A3A1A;
  color: black;
  padding: 30px;
}

.newsletter-input::placeholder {
  color: #000000;
}

.newsletter-box button {
  right: 4px;
  top: 50%;
  margin-top: -26px;
  height: 51px;
  width: 146px;
}

.newsletter-btn {
  background-color: #1BB9BD;
  border: none;
  color: white;
}

.newsletter-btn:hover {
  background-color: #002B45;
  border: none;
  color: white;
}

.footer-bottom {
  border-bottom: 1px solid #295066;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  color: white;
}




.table thead {
  background-color: #002B45;
  color: white;
}

.table td,
.table th {
  vertical-align: middle;
}

body .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F6FBFF !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #F6FBFF !important;
}


/* Sort arrow icons */
.sort-icon {
  margin-left: 5px;
  font-size: 0.75rem;
}

.table td {
  padding: 10px 16px;
}

.table th {
  cursor: pointer;
  position: relative;
  padding: 15px 16px;
}



.table-grad {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;

}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c75b5b;
  border-color: #c75b5b;
}

.btn-custom-primary {
  position: relative;
  background: linear-gradient(to right, #002B45 50%, #04C09D 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  border: none;
  transition: all 0.4s ease-in-out;
}


.btn-custom-primary:hover {
  background-position: right bottom;
  color: white;
}

/* .btn-custom-primary:hover,
    .btn-check:focus+.btn-custom-primary,
    .btn-custom-primary:focus {
      background-color: #C75B5B;
      border-color: #C75B5B;
      color: white;
    } */


/*review*/

.review-card {
  border-bottom: 1px solid #dee2e6;
  padding: 1.5rem 0;
}

.review-card .review-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.review-card .review-user {
  display: flex;
  align-items: center;
}

.review-card .review-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.review-card .review-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.star-rating i.fil {
  color: #f1c40f !important;
}

.star-rating i.filnone {
  color: #C7D5DD !important;
}

.review-card .review-date {
  font-size: 0.9rem;
  color: #6c757d;
}

.review-card .fa-three-dots-vertical {
  cursor: pointer;
}

.review-card .fa-three-dots-vertical img {
  max-width: 5px;
}

.my-images-row .image-card:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 43, 69, 0.75);
  border-radius: 6px;
}

.my-images-row .image-overlay a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
}

.my-images-row .image-overlay,
.my-images-row .image-card:before {
  display: none;
}

.my-images-row .image-card:hover .image-overlay,
.my-images-row .image-card:hover:before {
  display: block;
}

.mywork-time .day-card {
  border-radius: 1rem;
  background-color: #f8fbff;
  border: 1px solid #e0e6ed;
  position: relative;
  transition: 0.3s;
}

.mywork-time .day-card.active {
  background-color: #002B45;
  color: white;
}

.mywork-time .day-card h6 {
  letter-spacing: 5px;
}

.mywork-time .day-card select {
  border-radius: 0.5rem;
}

.mywork-time .day-card input[type="checkbox"] {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 1rem;
  height: 1rem;
}

.mywork-time .day-card.active select {
  background-color: #fff;
  color: #000;
}

.mywork-time .day-card.active h6 {
  color: #fff !important;
}

.mywork-time .day-card.saturdat-sunday {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.founder-img {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.testimonials-left-img {
  border-top-right-radius: 110px;
}

.testimonial-card {
  padding-left: 60px;
  padding-right: 11rem;
}

.testimonial-card .fa-quote-left {
  top: -20px;
  left: -52px;
  color: #D8D7D7;
}

.carousel-arrow button {
  position: relative;
  border: 2px solid #002B45;
  opacity: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #002B45;
}

.carousel-arrow button:hover {
  background: #C75B5B !important;
  border-color: #C75B5B !important;
  color: #fff !important;
}

.pointer-event .carousel-arrow {
  margin-left: 60px;
}

/*Login*/
.left-panel {
  background-size: cover !important;
  color: white;
  height: 100vh;
  position: relative;
  border-radius: 22px 222px 22px 22px;
  overflow: hidden;
}

/* .login-form .logo img {max-width: 80px;} */
.left-panel .left-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 40px;
}

.left-panel-signin {
  background-size: cover !important;
  color: white;
  height: 100vh;
  position: relative;
  border-radius: 22px 222px 22px 22px;
  overflow: hidden;
}

.left-panel-signin .left-overlay-signin {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%);
  padding: 40px;
}

@media (max-width: 768px) {
  .left-panel-signin {
    border-radius: 0;
    /* Remove border-radius on small screens */
    margin-bottom: 20px;
    height: 500px;
  }
}

.owl-prev,
.owl-next {
  transition: all 0.3s ease;
}

.login-form {
  padding: 0px;
  max-width: 460px;
  margin: auto;
}

.custom-file-upload {
  position: relative;
}

.custom-file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.uploadfield button.upload-btn {
  right: 5px;
  top: 4px;
}

.uploadfield .file-name {
  line-height: 31px;
}

.chooseyour-row .card-overlay {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: white;
  background: linear-gradient(180deg, rgba(0, 43, 69, 0) 0%, rgba(30, 30, 30, 0.8) 100%);
  width: 100%;
}

.chooseyour-card {
  top: 100%;
  left: 0;
  right: 0;
  background: #002B45;
  bottom: 0;
  z-index: 2;
}

.chooseyour-row .chooseyour-card {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.chooseyour-row .card-hover {
  border-radius: 15px;
}

.chooseyour-row .chooseyour-card {
  opacity: 0;
}

.chooseyour-row .card-hover:hover .chooseyour-card {
  opacity: 1;
  top: 0;
}

.form-section .filter-btn.active {
  background-color: #cc5e5e;
  color: #fff;
}

.camps:hover i.shirt_hover {
  display: inline-block;
}

.camps:hover i.shirt,
.camps i.shirt_hover {
  display: none;
}

.form-section .btn-group button {
  min-width: 191px;
  min-height: 40px;
}

.form-section .form-select {
  padding: .675rem 2.25rem .675rem 1.3rem;
}

.services-listpage .activity-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.services-listpage .activity-img {
  height: 100px;
  width: 120px;
  object-fit: cover;
}

.badge-custom {
  background-color: #fdd835;
  border-radius: 0px 14px 0px 14px;
}

.services-listpage .services-list-box {
  width: 370px;
  border-radius: 12px;
  background-size: cover !important;
  background-position: center !important;
}

span.rating-badge {
  padding: 6px 12px;
  min-width: 82px;
}

/*.map-box {background-color: #f5f5f5; border-radius: 10px; overflow: hidden;}*/

.support-card {
  background-color: #002f4b;
  color: #ffffff;
}

.support-card .phone-number {
  font-size: 18px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-button {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 25px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}

.relatedservices .owl-carousel .card {
  border-radius: 12px;
  overflow: hidden;
}

.relatedservices .badge {
  font-size: 12px;
  background: #e4e4e4;
}

.relatedservices .owl-carousel .owl-item .rating-badge img {
  width: auto;
  display: inline-block;
}

.profile-card img.avatar {
  width: 80px;
  height: 80px;
}

.social-icons button {
  width: 40px;
  height: 40px;
}


.generated {
  background: #F3F8FC;
}


/*.section-title {
      font-size: 20px;
      font-weight: 600;
      margin-top: 40px;
    }

    .media-box {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
    }

    .media-box img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 32px;
      color: #fff;
      background: rgba(0, 0, 0, 0.4);
      padding: 10px 15px;
      border-radius: 50%;
    }

    .filter-btn-group .btn {
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .description-section {
      margin-top: 40px;
    }

    .btn-outline-primary, .btn-outline-danger {
      font-size: 14px;
    }

    .btn-danger {
      background-color: #dc3545;
      border-color: #dc3545;
    }*/

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s;
}

.gallery-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-row .overlay i {
  color: #fff;
  font-size: 2rem;
}

.modal .modal-body {
  /* padding: 0; */
  position: relative;
  /* background: black; */
}

.modal .modal-img {
  width: 100%;
  height: auto;
}

.modal .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0px 8px;
  border-radius: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.modal .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.modal .prev-btn {
  left: 15px;
}

.modal .next-btn {
  right: 15px;
}

.navbar-bottom-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* horizontal 0, vertical 2px, blur 4px */
  background-color: #002B45;
  /* make sure background is white */
}

/*Membership Header*/

.page .hirxpert-page-header,
.error404 .hirxpert-page-header {
  background-image: url(https://wordpress.zozothemes.com/hirxpert/wp-content/uploads/sites/38/2025/02/page-title-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/* Membership */

.membership-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.plan-card {
  background: #fff;
  border: 1px solid #012c47;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.plan-header {
  margin-bottom: 15px;
  position: relative;
}

.plan-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 44px;
  text-align: left;
  font-family: inherit;
}

.plan-badge {
  position: absolute;
  top: -50px;
  right: 50%;
  transform: translateX(50%);
  background: #012c47;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
}

.plan-price {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0px;
  text-align: left;
}

.plan-price small {
  font-size: 14px;
  color: #666;
}

.plan-description {
  font-size: 15px;
  color: #555;
  margin: 00px 0 20px;
  text-align: left;
  min-height: 190px;
}

.plan-footer .plan-button {
  display: inline-block;
  padding: 10px 25px;
  background: #ffffff;
  border: 2px solid #012c47;
  color: #012c47;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
}

.plan-footer .plan-button:hover {
  background: #012c47;
  color: #fff;
}

.plan-footer .plan-button.outline {
  background: #fff;
  border: 2px solid #012c47;
  color: #012c47;
}

.plan-footer .plan-button.outline:hover {
  background: #012c47;
  color: #fff;
}

/* New */

.elementor-hidden {
  display: none
}

.elementor-visibility-hidden {
  visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: .75em
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  background-color: transparent;
  margin: 0
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width: 1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width: 767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-custom-embed-play {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
}

.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

.elementor-align-center {
  text-align: center
}

.elementor-align-right {
  text-align: right
}

.elementor-align-left {
  text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }

  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width: 768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: -1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(10),
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: -1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(10),
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width: 767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

@media (prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start)
}

.e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal
}

.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy
}

.e-con-boxed {
  gap: initial;
  text-align: initial
}

.e-con.e-flex>.e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, .3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width: 767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile)
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  align-items: center;
  flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
  transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: .2em
}

.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-button-icon {
  align-items: center;
  display: flex
}

.elementor-button-icon svg {
  height: auto;
  width: 1em
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  display: inline-block
}

.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px
}

.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px
}

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px
}

.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  padding: .5em;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: .5em
}

.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-square .elementor-icon {
  border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
  border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none !important
  }
}

@media (max-width: 767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width: -1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width: -1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width: 1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}




.download-data-box {
  margin-bottom: 35px;
}

.download-catname {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

/* List as cards */
.dlm-downloads {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}

.dlm-downloads li {
  flex: 1 1 250px;
  /* responsive width */
  display: flex;
  justify-content: center;
}

/* Card styling */
.download-item-box {
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
}

.download-item-box:hover {
  transform: translateY(-5px);
}

.file-icon {
  font-size: 60px;
  color: #0073aa;
  margin-bottom: 15px;
}

.download-file {
  font-weight: 600;
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  word-break: break-word;
}

.download-btn button {
  background-color: #014e4e;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

.download-btn button:hover {
  background-color: #005f8d;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .dlm-downloads li {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .dlm-downloads li {
    flex: 1 1 100%;
  }

  .file-icon {
    font-size: 50px;
  }
}

.btn-custom-back {
  color: #014e4e !important;
  border: 2px solid #014e4e !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
}

.btn-custom-back:hover {
  color: #fff !important;
  background-color: #014e4e !important;
  border-color: #014e4e !important;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
}

.btn-outline-light-login {
  background-color: #fff;
  color: #002B45;
}

.btn-outline-light-donation {
  background-color: #4CB8BB;
  color: #fff !important;
  border-color: #4CB8BB;
}

.btn-outline-light-donation:hover {
  background-color: transparent;
  color: #4CB8BB !important;
  border-color: #4CB8BB;
}

.footer-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #1a1a1ae8;
  font-family: "Poppins", sans-serif;
}

.footer-social .footer-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #3A3A3A1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social .footer-icon i {
  font-size: 18px;
  color: #1a1a1a;
}

/* Hover effect */
.footer-social .footer-icon:hover {
  background-color: #1BB9BD;
  border: none;
}

.footer-social .footer-icon:hover i {
  color: #ffffff;
}

.footer-top {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.footer-copy {
  font-size: 14px;
  color: #1a1a1ae8;
  font-family: "Poppins", sans-serif;
}

/* Footer menu */
.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav a {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 24px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.compliance-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  /* bootstrap primary light */
  display: flex;
  align-items: center;
  justify-content: center;
}

.compliance-icon-box i {
  font-size: 36px;
  color: #002B45;
}

.facility-link {
  color: #002B45;
  text-decoration: none;
  transition: color 0.3s ease;
}

.facility-link:hover {
  color: #0285d7;
}
