html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Phudu", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 95%;
}

.bg1 {
  background: #f2f2f0 !important;
}

.bg2 {
  background: #f1f3f4 !important;
}

/*================================================ Preloader CSS Start=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}

.preloader .loader {
  position: absolute;
  top: 40%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

.preloader::after,
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0B2447;
  transition: 0.6s;
}

.preloader .box img {
  background: 0 0;
  width: 240px;
  border-radius: 4px;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*================================== Preloader CSS End ================================*/
.scrollIndicator {
  position: absolute;
  right: 75px;
  bottom: 60px;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  text-orientation: sideways;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
}

.scrollIndicator a {
  color: #fff;
}

button.mobileMenu {
  background: transparent;
  border: 0;
  align-self: start;
  padding: 0px;
}

header nav.navbar.fixed-top button.mobileMenu {
  align-self: center;
}

button.mobileMenu svg {
  fill: #ffffff;
  width: 58px;
}

header nav.navbar.fixed-top button.mobileMenu svg {
  width: 52px;
}

/*================================== Header CSS Start ================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.topHeader {
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.topHeader .topHeaderBlock {
  position: relative;
}

.topHeader .topHeaderBlock a {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9019607843);
  display: inline-block;
  padding: 0 14px;
  transition: 0.4s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.topHeader .topHeaderBlock a:hover {
  color: #fff;
}

.topHeader .topHeaderBlock a svg {
  width: 16.5px;
  fill: #e6e6e6;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.topHeaderSocialBlock a {
  display: inline-block;
  margin: 0 8px;
}

.topHeaderSocialBlock a svg {
  width: 20px;
  fill: rgba(255, 255, 255, 0.9019607843);
  transition: 0.4s ease-in-out;
  position: relative;
  top: -3px;
}

.topHeaderSocialBlock a:hover svg {
  fill: #fff;
}

header nav.navbar {
  background: transparent;
  padding: 20px 0;
  transition: 0.4s ease-in-out;
}

header nav.navbar .navbar-brand {
  font-family: "Phudu", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
}

header nav.navbar .navbar-brand img {
  width: 200px;
}

header nav.navbar .navbar-brand span.logoTitle {
  display: none;
  visibility: hidden;
}

span.socialMediaTitle {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 300;
  margin-right: 42px;
  position: relative;
}

span.socialMediaTitle:before {
  content: "";
  position: absolute;
  top: 55%;
  right: -40px;
  width: 30px;
  transform: translate(0, -50%);
  height: 1px;
  background: #fff;
}

.navbarBackground {
  background: #101832;
  border-radius: 60px;
  display: inline-flex;
  padding: 0 25px;
  margin-right: 30px;
}

ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Phudu", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 18px;
  transition: 0.4s ease-in-out;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #ffa602;
}

ul.navbar-nav li.nav-item a.nav-link.nav-link2 {
  border: 1px solid #fff;
  padding: 10px 25px 11px;
  border-radius: 50px;
  position: relative;
}

ul.navbar-nav li.nav-item a.nav-link.nav-link2 svg {
  width: 22px;
  fill: #fff;
  position: absolute;
  left: 20px;
  top: 10px;
  transition: 0.4s ease-in-out;
}

ul.navbar-nav li.nav-item a.nav-link.nav-link2:hover svg {
  fill: #121212;
}

ul.navbar-nav li.nav-item a.nav-link.nav-link2:hover {
  border: 1px solid #ffa602;
  background: #ffa602;
  color: #121212;
}

ul.navbar-nav li.nav-item ul.dropdown-menu {
  border-radius: 0;
  background: #101832;
  border: 0;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
  font-family: "Phudu", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 16px;
  transition: 0.4s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.031372549);
}

ul.navbar-nav li.nav-item ul.dropdown-menu li:last-child a.dropdown-item {
  border-bottom: 0;
}

ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #121b38;
  color: #fea500;
}

header nav.navbar.fixed-top, .innerHeader header nav.navbar.fixed-top, .successHeader header nav.navbar {
  background: #000a25;
  padding: 0;
}

header nav.navbar.fixed-top .container, .successHeader header nav.navbar.fixed-top .container {
  max-width: 100%;
}

.successHeader .topHeader {
  display: none;
}

header nav.navbar.fixed-top .navbar-brand img, .successHeader header nav.navbar .navbar-brand img {
  width: 52px;
}

header nav.navbar.fixed-top .navbar-brand span.logoTitle, .successHeader header nav.navbar .navbar-brand span.logoTitle {
  display: block;
  visibility: visible;
  align-self: center;
  margin-left: 10px;
  margin-top: -3px;
}

header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link, .successHeader header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  padding: 20px 18px;
}

header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link.nav-link2, .innerHeader header nav.navbar ul.navbar-nav li.nav-item a.nav-link.nav-link2, .successHeader header nav.navbar ul.navbar-nav li.nav-item a.nav-link.nav-link2 {
  padding: 9px 25px 10px;
  margin-top: 5px;
}

header nav.navbar.fixed-top ul.navbar-nav li.nav-item ul.dropdown-menu {
  background: #000a25;
}

header nav.navbar.fixed-top ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #000a25;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
header nav.navbar.fixed-top .navbarBackground, .successHeader header nav.navbar .navbarBackground {
  background: transparent;
  border-radius: 0;
  padding: 0 0;
}

/*================================== Header CSS End ================================*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #fff;
    padding: 250px 16px 30px;
  }
  .mobile-offcanvas::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  .mobile-offcanvas::-webkit-scrollbar-track {
    border-radius: 20px;
  }
  .mobile-offcanvas::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 20px;
  }
  /*ul.cityUl {
      display: flex;
      flex-wrap: wrap;
      overflow-y: scroll;
      height: 100%;
      max-height: 160px;
      padding-right: 12px;
  }*/
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
  .mobile-offcanvas .offcanvas-header {
    padding: 0;
  }
  .mobile-offcanvas .offcanvas-header button.btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 1;
    font-size: 22px;
    border-radius: 50%;
    filter: opacity(0.8) invert(1);
  }
  .mobile-offcanvas a.navbar-brand img {
    width: 120px;
    margin-bottom: 12px;
  }
  .mobile-offcanvas .accordion .accordion-item {
    border: 0;
  }
  .mobile-offcanvas .accordion button.accordion-button, .mobile-offcanvas .accordion a.accordion-button {
    background-color: #fff;
    color: #000;
    padding: 14px 0 11px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
    display: none;
  }
  .ext-btn-group {
    position: relative;
    margin-top: 40px;
  }
  .ext-btn-group a {
    font-size: 1.12rem;
    background-color: #011bae;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #011bae;
    display: block;
    border-radius: 6px;
    padding: 12px 8px;
    color: #fff;
    text-align: center;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
  }
  .ext-btn-group a.ext-btn1 {
    background: #2d2d2d;
    border-color: #2d2d2d;
  }
  .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  .mobile-offcanvas .accordion .accordion-item .accordion-collapse {
    background: transparent;
  }
  .mobile-offcanvas .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 16px 0 0;
  }
  .mobile-offcanvas .accordion .accordion-item .accordion-collapse .accordion-body ul.sub-menu {
    list-style-type: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .accordion-body ul.sub-menu li {
    position: relative;
  }
  .accordion-item .accordion-collapse .accordion-body ul.sub-menu li a {
    color: #121212;
    padding: 10px 0 10px 25px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    display: block;
    font-family: "Phudu", sans-serif;
    position: relative;
  }
  .accordion-item .accordion-collapse .accordion-body ul.sub-menu li a svg {
    width: 14px;
    position: absolute;
    left: 3px;
    top: 15px;
    fill: #fca301;
  }
  .accordion-body ul.sub-menu li a i {
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.7882352941);
  }
  ul.contact-detail-mob {
    list-style-type: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-top: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  ul.contact-detail-mob li {
    position: relative;
  }
  ul.contact-detail-mob li a i {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 24px;
    color: #517137;
  }
  ul.contact-detail-mob li a {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    font-weight: 700;
    padding: 14px 25px 14px 55px;
    border-radius: 50px;
    border: 1px solid #000;
    transition: 0.4s ease-in-out;
    text-align: center;
  }
  ul.contact-detail-mob li a svg {
    width: 22px;
    fill: #000;
    position: absolute;
    left: 22px;
    top: 15px;
  }
  ul.contact-detail-mob li a:hover {
    background: #fea500;
    border-color: #fea500;
  }
  ol.social-media-mob-header {
    list-style-type: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 40px;
  }
  ol.social-media-mob-header li a {
    color: #121212;
    font-size: 24px;
    line-height: 28px;
    padding: 0 6px;
    margin: 0 6px;
    transition: 0.4s ease-in-out;
  }
  ol.social-media-mob-header li a:hover {
    color: #fff;
  }
  .offcanvasMainHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000a25;
    padding: 40px 12px 12px;
  }
  .offcanvasMainHeader a.navbar-brand {
    font-family: "Phudu", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin-right: 0;
  }
  .offcanvasMainHeader a.navbar-brand span.logoTitle {
    display: block;
  }
}
/* ============ mobile view .end// ============ */
/*================================== Main Banner CSS Start ================================*/
section.mainHeroBanner {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  background: url(../images/slider/slider01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.heroBannerImg:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url(../images/hero-image.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-y: bottom;
  background-position-x: left;
}

.heroMobileImg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.heroMobileImg img {
  width: 280px;
  float: right;
}

.heroBannerContent {
  padding: 40px 0 50px 30px;
}

.heroBannerContent h1 {
  position: relative;
  font-size: 54px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.heroBannerContent h1 span {
  color: #fea500;
}

.heroBannerContent h1 small {
  font-size: 60%;
}

.heroBannerContent p {
  position: relative;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 70px;
  width: 85%;
}

.heroBannerContent p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 55px;
  height: 1px;
  background: #fff;
}

/*================================== Main Banner CSS End ================================*/
section {
  position: relative;
  padding: 80px 0;
}

.mainTitle {
  position: relative;
  margin-bottom: 40px;
}

.mainTitle span.tagline {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #77888f;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 16px;
}

.mainTitle h2 {
  position: relative;
  font-size: 58px;
  line-height: 64px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.mainTitle h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 100px;
  height: 8px;
  background: #fea500;
}

.mainTitle p {
  font-size: 18px;
  line-height: 25px;
  color: #222;
  margin-bottom: 0;
  font-weight: 400;
}

.servicesBlock, .servicesViewBlock {
  position: relative;
  background: #fff;
  padding: 30px 25px 25px;
  height: 100%;
  text-align: center;
  border: 2px solid #f2f2f0;
  transition: 0.4s ease-in-out;
}

.servicesBlock:hover {
  background: #ffeece;
}

.servicesViewBlock:hover {
  background: #ebebeb;
}

.servicesBlock svg {
  width: 60px;
  fill: #121212;
  margin-bottom: 25px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.servicesBlock:hover svg {
  animation: shake 1s infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.servicesBlock h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #121212;
  letter-spacing: 1px;
}

.servicesBlock p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  color: #222;
}

a.heroBtn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  font-weight: 700;
  padding: 14px 30px 14px 58px;
  border-radius: 50px;
  border: 1px solid #000;
  transition: 0.4s ease-in-out;
}

a.heroBtn:hover {
  background: #fea500;
  border-color: #fea500;
}

a.heroBtn svg {
  width: 26px;
  fill: #000;
  position: absolute;
  left: 22px;
  top: 11px;
}

.viewAllBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.viewAllBlock svg {
  width: 46px;
  fill: #121212;
  margin-bottom: 12px;
  transform: rotate(-30deg);
  border: 2px solid #000;
  padding: 10px;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.servicesViewBlock:hover .viewAllBlock svg {
  transform: rotate(0deg);
}

.viewAllBlock h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #121212;
  letter-spacing: 1px;
}

section.aboutHomeSection {
  padding: 100px 0 80px;
}

.aboutHomeImg {
  position: relative;
  text-align: center;
}

.aboutHomeImg span.expTagline {
  position: absolute;
  left: 58px;
  top: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: left;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  color: #242424;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  word-spacing: 2px;
}

.aboutHomeImg span.expTagline b {
  color: #001cae;
}

.aboutHomeContent {
  position: relative;
  padding: 16px 0 0 50px;
}

.aboutHomeContent h2 {
  position: relative;
  font-size: 46px;
  line-height: 54px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.aboutHomeContent p {
  font-size: 21px;
  line-height: 31px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  text-align: justify;
}

.aboutHomeContent p b {
  font-weight: 600;
}

span.aboutTagline {
  position: relative;
  display: block;
  padding-left: 38px;
  color: #77888f;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

span.aboutTagline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
  transform: translate(0, -50%);
  width: 30px;
  height: 0.5px;
  background: #77888f;
}

.skillAbout {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.3294117647);
}

.skillAbout h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  align-self: center;
}

.skillAbout h4 span {
  display: block;
  font-size: 220%;
  line-height: 40px;
  color: #001cae;
  font-weight: 700;
}

.skillAbout img.skillAgentImg {
  width: 150px;
}

.aboutHomeTabs {
  position: relative;
  margin-top: 30px;
}

.aboutHomeTabs ul.nav.nav-tabs {
  border: 0;
}

.aboutHomeTabs ul.nav.nav-tabs li.nav-item {
  margin-right: 20px;
}

.aboutHomeTabs ul.nav.nav-tabs .nav-link {
  border: 0;
  color: #111;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  background: rgba(119, 136, 143, 0.3098039216);
  padding: 10px 24px;
  border-radius: 50px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  transition: 0.4s ease-in-out;
}

.aboutHomeTabs ul.nav.nav-tabs .nav-link.active {
  background: #001cae;
  color: #fff;
}

.aboutHomeTabs .tab-pane {
  position: relative;
  padding: 25px 0 0;
}

.aboutHomeTabs .tab-content .tabText {
  font-size: 19px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 0;
  font-weight: 400;
}

.bookSection {
  position: relative;
  padding: 70px 0;
  background: url(../images/consultation-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bookSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000618;
  opacity: 0.95;
}

.bookBlock {
  position: relative;
}

.bookBlock h2 {
  position: relative;
  font-size: 58px;
  line-height: 64px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.bookBlock h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 100px;
  height: 8px;
  background: #fea500;
}

.bookBlock p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.bookBtn a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  font-weight: 700;
  padding: 14px 30px 14px 58px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 8px;
  transition: 0.4s ease-in-out;
}

.bookBtn a:nth-child(2):hover {
  background: #fea500;
  border: 1px solid #fea500;
}

.bookBtn a svg {
  width: 26px;
  fill: #fff;
  position: absolute;
  left: 22px;
  top: 11px;
}

.bookBtn a:nth-child(2) {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.bookBtn a:nth-child(2) svg {
  fill: #000;
}

.swiper.testimonialsSwiper {
  padding: 0 40px;
}

.swiper.testimonialsSwiper .swiper-button-prev, .swiper.testimonialsSwiper .swiper-button-next {
  color: #595959;
  transition: 0.4s ease-in-out;
}

.swiper.testimonialsSwiper .swiper-button-prev:hover, .swiper.testimonialsSwiper .swiper-button-next:hover {
  color: #000;
}

.swiper.testimonialsSwiper .swiper-button-prev {
  left: -2px;
}

.swiper.testimonialsSwiper .swiper-button-next {
  right: -2px;
}

.customersBlock {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 35px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
}

.customersBlock img.customersImg {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.customersBlock img.quotes {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 120px;
  filter: opacity(0.09);
}

.customersBlock p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  font-style: italic;
  transition: 0.4s ease-in-out;
}

.customersBlock p a, .customersBlock .customersBox h3 a {
  color: #011bae;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.customersBlock p a:hover, .customersBlock .customersBox h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.customersBlock p button.readMoreBtn {
  border: 0;
  background: transparent;
  padding: 0;
  color: #011bae;
  font-weight: 500;
  font-size: 90%;
  transition: 0.4s ease-in-out;
}

.customersBlock p button.readMoreBtn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.customersBlock .customersBox {
  position: relative;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
}

.customersBlock .customersBox h3 {
  font-size: 19px;
  line-height: 22px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-left: 12px;
}

.customersBlock .customersBox h3 small {
  font-size: 80%;
  line-height: 20px;
  color: #222;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.starReview {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  font-weight: 500;
  align-self: center;
  font-family: "Phudu", sans-serif;
  background: #eee;
  padding: 4px 12px 5px;
  border-radius: 50px;
}

.starReview svg {
  width: 16px;
  fill: #fea500;
  position: relative;
  top: -3px;
}

section.logoSection {
  padding: 50px 0;
  background: #ddd;
}

.logoAutoBlock {
  position: relative;
  text-align: center;
}

.logoBlock {
  position: relative;
}

.logoBlock h2 {
  position: relative;
  font-size: 46px;
  line-height: 52px;
  color: #121212;
  font-weight: 700;
  letter-spacing: 1px;
}

.logoAutoBlock img {
  width: 150px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
}

.swiper.logoAutoSwiper {
  position: relative;
}

#more {
  display: none;
}

section.servicesSection {
  padding: 50px 0 80px;
}

.stickyTop {
  position: sticky;
  top: 80px;
}

.servicesSidebar {
  position: relative;
  padding: 12px 12px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  height: calc(100vh - 95px);
}

.servicesSidebar h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 20px 16px 12px;
  background: #dedede;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.servicesSidebar ul li a {
  padding: 13px 8px 13px 20px;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  border-bottom: 1px solid #e8ecef;
  color: #121212;
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.servicesSidebar ul li:last-child a {
  border-bottom: 0;
}

.servicesSidebar ul li a:hover {
  color: #f09c02;
  background: #f9f9f9;
}

.servicesSidebar ul li a:before {
  content: "";
  width: 5px;
  left: 0;
  bottom: 43%;
  background: #f09c02;
  height: 5px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.servicesSidebar ul li a:hover:before {
  height: 100%;
  bottom: 0;
}

.servicesSidebar ul li a svg {
  width: 18px;
  align-self: center;
  fill: #121212;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.servicesSidebar ul li a:hover svg {
  fill: #f09c02;
}

.servicesContent {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  margin-left: 20px;
  height: 100%;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
}

.servicesContent img.serviceBannerImg {
  border-radius: 20px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

hr.mainHr {
  margin: 40px 0;
  background-color: #dde1e3;
  opacity: 1;
}

ul.servicesPageUl {
  display: flex;
  flex-wrap: wrap;
}

ul.servicesPageUl li {
  flex: 0 0 auto;
  width: 20%;
}

.servicesPageBlock {
  position: relative;
  background: #f7f7f7;
  padding: 16px 12px 12px;
  height: 100%;
  text-align: center;
  transition: 0.4s ease-in-out;
  border: 2px solid #fff;
}

.servicesPageBlock:hover {
  background: #ffeece;
}

.servicesPageBlock svg {
  width: 48px;
  fill: #121212;
  margin-bottom: 16px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.servicesPageBlock:hover svg {
  animation: shake 1s infinite;
}

.servicesPageBlock h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #121212;
  letter-spacing: 1px;
}

.visionMissionBlock {
  position: relative;
  text-align: center;
  padding: 30px 25px 25px;
  border: 1px solid #000000;
  height: 100%;
  border-radius: 20px;
}

.visionMissionBlock svg {
  width: 65px;
  fill: #121212;
  margin-bottom: 25px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.visionMissionBlock:hover svg {
  animation: shake 1s infinite;
}

.visionMissionBlock h2 {
  position: relative;
  font-size: 26px;
  line-height: 36px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.visionMissionBlock p {
  font-size: 21px;
  line-height: 31px;
  color: #121212;
  margin-bottom: 0;
  font-weight: 400;
}

/*========================================== Privacy Policy Page CSS Start =================================================*/
h3.subHead {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #121212;
  letter-spacing: 0.5px;
}

ul.mainUl, ol.mainOl {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}

p.subPara, ul.mainUl li, ol.mainOl li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  margin-top: 16px;
  font-weight: 400;
  transition: 0.4s ease-in-out;
}

p.subPara a:hover, ul.mainUl li a:hover, ol.mainOl li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

p.subPara a, ul.mainUl li a, ol.mainOl li a {
  color: #011bae;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

ul.mainUl li span.spanCount, ol.mainOl li span.spanCount {
  position: absolute;
  left: -30px;
  top: 0px;
  font-weight: 700;
  font-size: 90%;
}

ul.mainUl li svg, ol.mainOl li svg {
  width: 16px;
  position: absolute;
  left: -28px;
  top: 7px;
  fill: #fca301;
}

/*================================================ Privacy Policy Page CSS End =================================================*/
/*================================================ FAQ CSS Start =================================================*/
.faqSectionBox {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
}

.mainAccordion button.accordion-button {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #121212;
  padding: 17px 30px 17px 50px;
  background: transparent;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}

.mainAccordion button.accordion-button::after {
  position: absolute;
  right: 0;
  top: 20px;
}

.mainAccordion button.accordion-button span {
  position: absolute;
  left: 0;
  top: 13px;
  background: rgba(253, 163, 0, 0.37);
  border: 1px solid rgba(253, 163, 0, 0.83);
  padding: 2px 4px;
  width: 35px;
  text-align: center;
  border-radius: 2px;
}

.mainAccordion .accordion-button:focus {
  border-color: #dfdfdf;
  box-shadow: none;
}

.mainAccordion .accordion-item {
  background: transparent;
  border: 0;
}

.mainAccordion .accordion-body {
  position: relative;
  padding: 0 30px 20px 50px;
}

.mainAccordion .accordion-body p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.mainAccordion .accordion-body p a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mainAccordion .accordion-body p a {
  color: #011bae;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.mainAccordion .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

/*================================================ FAQ CSS End =================================================*/
/*========================================= Contact Us Page Start ====================================*/
section.mainHeroBanner.innerHeroBanner {
  height: auto;
  padding: 300px 0 30px;
}

.innerHeroBannerContent {
  position: relative;
  text-align: center;
}

.innerHeroBannerContent h1 {
  font-size: 52px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
}

.contactPageContent {
  position: relative;
  padding: 40px 0;
}

.contactPageContent h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  color: #121212;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contactPageContent p {
  font-size: 21px;
  line-height: 31px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.contactPageContentBox {
  position: relative;
  margin-top: 25px;
  display: flex;
}

.contactPageContentBox svg {
  width: 38px;
  position: absolute;
  left: 0;
  top: 8px;
  fill: rgba(0, 0, 0, 0.2);
}

.contactPageContentText {
  position: relative;
  padding-left: 55px;
}

.contactPageContentText span.cpcTitle {
  font-family: "Phudu", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #77888f;
  margin-bottom: 2px;
}

.contactPageContentText address, .contactPageContentText a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}

.contactPageContentText a:hover {
  color: #011bae;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contactPageContentText a {
  font-weight: 700;
}

.contactPageContentText address b {
  font-weight: 900;
  font-size: 95%;
}

.contactPageForm {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  margin-left: 50px;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
}

.contactPageForm h3 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #121212;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}

.contactPageForm label.form-label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 3px;
}

.contactPageForm label.form-label span {
  color: #bd0505;
}

.contact-form-input {
  position: relative;
}

.contactPageForm input, .contactPageForm select, .contactPageForm textarea {
  font-size: 19px;
  padding: 8px 16px 8px 42px;
  height: 46px;
  font-weight: 700;
  color: #121212;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(1, 27, 174, 0.1019607843);
}

.contactPageForm select option {
  font-weight: 700;
  font-size: 19px;
  padding: 8px 16px 8px 42px;
}

.contact-form-input svg {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 18px;
}

.contactPageForm textarea {
  height: 100px;
}

.contactPageForm .form-control:focus, .contactPageForm .form-select:focus, .contactPageForm .form-control:active, .contactPageForm .form-select:active {
  color: #000;
  background-color: rgba(1, 27, 174, 0.1019607843);
  border: 0;
  box-shadow: none;
}

.contactPageForm button.btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 50px;
  border: 1px solid #333;
  transition: 0.4s ease-in-out;
}

.contactPageForm button.btn:hover {
  background: #fea500;
  border-color: #fea500;
  color: #121212;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.googleMaps {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}

.googleMaps iframe {
  width: 100%;
  height: 400px;
}

/*========================================= Contact Us Page End ====================================*/
.bookConsultationImg {
  position: relative;
  height: 100%;
  background: url(../images/book-consultation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contactPageForm.bookConsultationForm {
  padding: 40px 60px 40px 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

/*========================================= Footer Section Start ====================================*/
footer {
  background: url(../images/footer-bg/xl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.footerMainBlock {
  position: relative;
  padding: 70px 0 45px;
}

.footerLogo {
  position: relative;
  left: -100px;
}

.footerLogo img {
  width: 250px;
  filter: opacity(0.2);
}

.footerBrand {
  position: relative;
}

.footerBrand h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.footerBrand p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  margin-bottom: 0;
}

.footerContact {
  position: relative;
  margin-top: 25px;
}

.footerContact address {
  font-size: 17px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-bottom: 16px;
}

.footerContact a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 300;
  margin-bottom: 16px;
  color: rgb(255, 255, 255);
  transition: 0.4s ease-in-out;
}

.footerContact address, .footerContact a {
  position: relative;
  padding-left: 28px;
}

.footerContact a svg, .footerContact address svg {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  fill: #fff;
}

.footerContact a:hover {
  color: #fea500;
}

.footerSocialMedia {
  position: relative;
  background: rgba(255, 255, 255, 0.031372549);
  padding: 14px 30px;
  border-radius: 60px;
  width: 280px;
  margin: 30px 0 0;
}

h2.footerTitle {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}

ul.quickLinkUl {
  position: relative;
}

ul.quickLinkUl li {
  margin-bottom: 8px;
}

ul.quickLinkUl li a {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  transition: 0.4s ease-in-out;
  padding-left: 20px;
}

ul.quickLinkUl li a:hover {
  color: #fea500;
}

ul.quickLinkUl li a svg {
  width: 16px;
  fill: rgba(255, 255, 255, 0.7019607843);
  position: absolute;
  left: 0;
  top: 2px;
}

ul.socialMedia {
  position: relative;
  display: flex;
  margin-top: 20px;
  justify-content: end;
}

ul.socialMedia li a {
  display: block;
  border-radius: 50px;
  position: relative;
  margin: 0 12px;
  transition: 0.4s ease-in-out;
}

ul.socialMedia li a svg {
  width: 22px;
  fill: rgba(255, 255, 255, 0.75);
  transition: 0.4s ease-in-out;
  position: relative;
  top: -3px;
}

ul.socialMedia li a:hover svg {
  fill: rgb(255, 255, 255);
}

span.footerSocialMediaSpan {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  margin-right: 42px;
  position: relative;
}

span.footerSocialMediaSpan:before {
  content: "";
  position: absolute;
  top: 55%;
  right: -40px;
  width: 30px;
  transform: translate(0, -50%);
  height: 1px;
  background: #fff;
}

ul.usefulLinkUl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

ul.usefulLinkUl li a {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin: 2px 8px;
  transition: 0.4s ease-in-out;
}

ul.usefulLinkUl li a:hover {
  color: rgb(255, 255, 255);
}

.footerCopyrightBlock {
  background: #f2f2f0;
  padding: 14px 0;
}

.footerCopyrightBlock p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.9);
  transition: 0.4s ease-in-out;
  font-weight: 600;
}

.footerCopyrightBlock a {
  color: rgba(0, 0, 0, 0.9);
  transition: 0.4s ease-in-out;
  font-style: italic;
}

.footerCopyrightBlock p a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*========================================= Footer Section End ====================================*/
/**************************** Success Start *****************************/
.successSection {
  position: relative;
  height: 100vh;
}

.successBlock {
  position: relative;
  margin-top: 40px;
}

.successBlock svg {
  fill: #127f12;
  width: 75px;
  margin-bottom: 20px;
}

.successBlock h2 {
  position: relative;
  font-size: 42px;
  line-height: 48px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.successBlock p {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

a.successBtn {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid #333;
  transition: 0.4s ease-in-out;
}

a.successBtn:hover {
  background: #fea500;
  border-color: #fea500;
  color: #121212;
}

/**************************** Success End *****************************/
.alert.alertMain {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  padding: 12px 38px 12px 40px;
}

.btn-close:focus {
  box-shadow: none;
}

.alert.alertMain button.btn-close {
  padding: 16px;
  font-size: 14px;
}

.alert.alertMain svg {
  position: absolute;
  left: 12px;
  top: 12px;
}

.ctaBtn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  background: #fea500;
  font-weight: 700;
  padding: 12px 20px 12px 50px;
  border-radius: 50px;
  border: 1px solid #fea500;
  margin: 0 6px;
  transition: 0.4s ease-in-out;
}

.ctaBtn a:nth-child(1):hover {
  background: #fea500;
  border: 1px solid #fea500;
}

.ctaBtn a svg {
  width: 22px;
  fill: #000;
  position: absolute;
  left: 20px;
  top: 12px;
}

.ctaBtn a:nth-child(2) {
  background: #fff;
  color: #000;
  border-color: #000;
}

.ctaBtn a:nth-child(2) svg {
  fill: #000;
}

.bookSection.reportingSection {
  background: none;
}

.bookSection.reportingSection:before {
  background: #f2f2f0;
}

.text-black {
  color: #000 !important;
}

.bookSection.reportingSection .bookBlock h2:before {
  left: 0;
  transform: none;
}/*# sourceMappingURL=main.css.map */

.process-title {
  font-size: 22px;
  color: #1f3347;
  margin-bottom: 20px;
}

.steps-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.step-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.step-card h4 {
  font-size: 20px;
  color: #1f3347;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 18px;
  line-height: 25px;
  color: #222;
  margin-bottom: 0;
  font-weight: 400;
}
.ctaButtonsSection h2 {
  font-size: 40px;
  font-weight: 600;
  color: #2f3e2e;
}

.cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.cta-btn {
  padding: 15px 45px;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}

.blue-btn {
  background: #000A25;
}

.blue-btn:hover {
  background: #000A25;
  color: #ffffff;
}

.green-btn {
  background: #fea500;
}

.green-btn:hover {
  background: #fea500;
  color: #ffffff;
}

@media (max-width: 576px) {
    .cta-btn {
        min-width: 100%;
        font-size: 16px;
    }
}
.custom-modal {
    border-radius: 10px;
    padding: 0;
}

.custom-modal h2 {
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 600;
}

.custom-modal h5 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000A25;
}

.custom-modal ul {
    padding-left: 18px;
}

.custom-modal ul li {
    margin-bottom: 6px;
    font-size: 16px;
    list-style: disc;
    margin-left: 30px;
}

.modal.fade .modal-dialog {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.ultra-modal {
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.08);
}

.ultra-title {
  font-weight: 700;
  font-size: 32px;
  background: #000A25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ultra-note{
  color: #000A25;
}

.custom-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.zigzag-timeline,
.zt-step {
  display: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.process-box {
  background: #000A25;
  backdrop-filter: blur(10px);
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
}

.process-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.process-number {
  background: #fea500;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
}

.process-header h4 {
  font-size: 16px;
  margin: 0;
}

.process-box ul {
  padding-left: 18px;
  margin: 0;
}

.process-box ul li {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 5px;
  list-style-type: disc;
  margin-left: 20px;
}

@media(max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}