html {
  scroll-padding-top: 80px;
}


body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #4E4E4E;
  overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
  }

a {
  text-decoration: none;
}

button {
  border: 0;
  box-shadow: none;
}

p {
  font-size: 15px;
  line-height: 1.5;
}

section {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

/*--- Header CSS Starts ---*/
header {
  transition: all 300ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  z-index: 99;
  /* position: fixed; */
  width: 100%;
}

header .navbar {
  padding: 0;
  padding: 0 55px;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-brand>img {
  width: 200px;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

header.sticky .navbar-brand>img {
  width: 150px;
}

.navbar-nav .nav-item .nav-link,
.dropdown-item>a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
  font-weight: 400;
  padding: 30px 15px;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

header.sticky .navbar-nav .nav-item .nav-link {
  padding: 20px 15px !important;
}

header .navbar-nav.desk-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 4px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  bottom: 0px;
  top: unset;
  margin: auto;
  background-color: #fec435;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

header .navbar-nav.desk-nav .nav-item:hover .nav-link::before,
header .navbar-nav.desk-nav .nav-item .nav-link.active::before {
  opacity: 1;
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link[aria-expanded="true"] {
  color: #000;
}

header .navbar-nav.desk-nav .nav-item .dropdown-item:hover {
  background: #efefef;
  color: #000;
}

.navbar-nav.desk-nav .nav-item .dropdown-item.active,
.navbar-nav.desk-nav .nav-item .dropdown-item.active:hover {
  color: #fff;
  background-color: #fec435;
}

.nav-center li.nav-item {
  margin: 0 10px;
}

.register-link .nav-link {
  color: #fff !important;
  padding: 25px 30px !important;
  background-color: #4E4E4E;
  border-bottom: 10px solid #1D4A9F;
}

header.sticky .navbar-nav .nav-item.register-link .nav-link {
  padding: 15px 30px !important;
}

header .navbar-nav .nav-item .nav-link.search-btn {
  position: relative;
  background-color: #fec435;
  height: 40px;
  width: 40px !important;
  border-radius: 50%;
  display: grid;
  align-items: center;
  padding: 0 !important;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: none;
}

header .navbar-nav .nav-item .nav-link.search-btn.search-close {
  background-image: url(../images/close.png);
  background-color: #fec435;
  background-size: 15px;
}

.mobile-menu .subdrop-down-menu li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.mobile-menu .sub-menu .nav-item {
  margin: 0 10px;
  padding: 25px 5px !important;
  border-bottom: 1px solid #ccc !important;
}

.mobile-menu {
  /*min-height: 89vh;*/
  background-color: #fec435;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.mobile-menu>.navbar-nav {
  background-color: #f8f8f8;
}

.mobile-menu .dropdown-menu.mega-dropdown {
  background-color: #f8f8f8;
  height: 89.5vh;
  overflow-y: auto;
  padding: 0;
  top: 50px !important;
  box-shadow: none !important;
}

.mobile-menu::-webkit-scrollbar {
  width: 3px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mobile-menu {
  display: none;
}

.mobile-menu .navbar-nav .nav-item .nav-link,
header.sticky .mobile-menu .navbar-nav .nav-item .nav-link {
  padding: 10px 0 !important;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4E4E4E;
  font-size: 15px !important;
  white-space: nowrap;
}

.mobile-menu .navbar-nav .nav-item .nav-link>a,
header.sticky .mobile-menu .navbar-nav .nav-item .nav-link>a {
  color: #4e4e4e;
}

.mobile-menu .navbar-nav .nav-item .nav-link span {
  color: #4E4E4E;
  font-size: 15px !important;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 0px !important;
}

.mobile-menu .nav-register .nav-item {
  margin: 0 !important;
}

.mobile-menu .nav-register .register-link .nav-link span {
  color: #fff !important;
  padding: 25px 25px !important;
  background-color: #4E4E4E;
  display: inline-block;
  font-size: 15px !important;
}

.mobile-menu .nav-register .register-link .nav-link span:last-child>img {
  width: 15px;
  filter: invert(1);
}

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child>img {
  width: 15px;
}

.mobile-menu .navbar-nav .nav-item {
  border-bottom: 1px solid #ccc !important;
}

.mobile-menu .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: 0 !important;
}

.mobile-menu .navbar-nav.nav-register .nav-item .nav-link {
  border-bottom: 0 !important;
}

.mobile-menu .sub-menu .subdrop-down-menu .nav-link {
  padding: 10px 0 !important;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  pointer-events: none;
  border: 0;
  border-radius: 0;
  padding: 10px 0px;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.dropdown:hover .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.sub-dropdown-menu {
  position: absolute;
  display: block;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  pointer-events: none;
  border: 0;
  top: 15px;
  list-style-type: none;
  left: 100%;
  border-radius: 0;
  padding: 10px 5px;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.dropdown-menu>li:hover>.sub-dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
}

.scroll-down a {
  display: inline-block;
  position: relative;
}

.scroll-down span {
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fd9f27;
  display: inline-block;
  letter-spacing: 0px;
}

.scroll-down a::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 3px;
  background-color: #fd9f27;
  bottom: -170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-heading>h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #4E4E4E;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.5;
}

.section-heading>h2,
.section-heading>h1 {
  text-stroke: 1px #505050;
  text-fill-color: transparent;
  -moz-text-stroke: 1px #505050;
  -moz-text-fill-color: transparent;
  -o-text-stroke: 1px #505050;
  -o-text-fill-color: transparent;
  -webkit-text-stroke: 1px #505050;
  /* -webkit-text-stroke: 1px #707070; */
  -webkit-text-fill-color: transparent;
  font-family: 'Lora', serif;
  font-size: 45px;
  /* line-height: 0.3;
  line-height: 0.5; */
  /* text-align: left; */
  letter-spacing: -2px;
  /* -webkit-text-stroke: 1px #000; */
  /* opacity: 0.4; */
  position: relative;
  z-index: -1;
}

.section-heading>h3 {
  font-size: 60px;
  /* line-height: 1; */
  /* color: #fec435; */
  color: #4e4e4e;
  margin-top: -10px;
  clear: both;
  display: block;
  font-weight: 600;
  /* margin-left: 30px; */
  /* text-align: left; */
  margin-bottom: 50px;
}

.section-heading>h2>span,
.section-heading>h1>span,
.section-heading>h3>span {
  color: #1d499d;
}

.section-sub-heading>h2 {
  color: #4E4E4E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  font-size: 35px;
}

.section-sub-heading>h2>span {
  color: #1d499d;
}

.section-heading>h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.bg-solid .section-heading>h3,
.bg-solid .section-heading>h2,
.bg-solid .section-heading>h1,
.bg-solid .desc p {
  color: #fff;
}

.section-title {
  color: #000000;
  font-size: 120px;
  font-family: 'Lora', serif;
  margin: 0;
  font-weight: 400;
  position: absolute;
  /*left: -9%;*/
  z-index: 1;
  bottom: 0;
  opacity: 0.05;
  transform: rotate(-90deg) translate(70%, -120%);
}

.heading-line::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 55px;
  background-color: #A5E1FF;
  bottom: 15px;
  right: -95px;
}

header.sticky .dropdown:hover .dropdown-menu.mega-dropdown {
  top: 60px;
}

header.sticky .dropdown .mega-dropdown {
  top: 60px;
}

.dropdown:hover .dropdown-menu.mega-dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  top: 80px;
}

.mega-dropdown {
  position: fixed !important;
  top: 118px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 15px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 15px -10px #808080;
  -webkit-box-shadow: 0 10px 15px -10px #808080;
  -o-box-shadow: 0 10px 15px -10px #808080;
  -ms-box-shadow: 0 10px 15px -10px #808080;
  -moz-box-shadow: 0 10px 15px -10px #808080;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #eee;
}

.mega-dropdown .dropdown-item {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

/* .desk-nav .mega-dropdown .dropdown-item { margin: 0; padding: 0; margin-bottom: 30px;} */
.mega-dropdown .dropdown-item>a {
  padding: 0;
}

.m-title {
  font-weight: 600;
}

.custom-link-content>span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  float: left;
  margin-right: 10px;
  line-height: 1;
}

.custom-link-content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

header .dropdown-item:hover {
  background-color: transparent;
}

header .dropdown-item {
  font-size: 15px;
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 1px;
}

.menu-link-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.menu-link-box .hover-img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

.hover-img>img {
  width: 100%;
}

.menu-link-box::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background-color: #A5E1FF;
  bottom: 0;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

/* .menu-link-box:hover::before { opacity: 0.25; } */
.menu-link-box:hover .hover-img {
  opacity: 1;
}

.navbar-toggler {
  border: 0;
  display: grid;
  height: 24px;
  align-items: center;
  position: relative;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  height: 2px;
  border-radius: 3px;
  display: inline-block;
  background: #fec435;
  position: relative;
}

.navbar-toggler::before,
.navbar-toggler::after {
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  background: #fec435;
  transform: rotate(0deg);
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  border-radius: 3px;
  margin: auto;
  transform-origin: right top;
  transform-style: preserve-3D;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler::before {
  top: 0;
  bottom: unset;
  transform-origin: right top;
  transform-style: preserve-3D;
}

.navbar-toggler::after {
  top: unset;
  transform-origin: right bottom;
  transform-style: preserve-3D;
  bottom: 0;
}

.navbar-toggler[aria-expanded="true"]::before {
  transform: rotate(-45deg);
  top: 0;
  width: 32px;
}

.navbar-toggler[aria-expanded="true"]::after {
  transform: rotate(45deg);
  bottom: 0;
  width: 32px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.dropdown-toggle::after {
  border: 0;
  content: url(../images/arrow-down.svg);
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 0 0 7px;
  position: relative;
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.dropdown:hover .dropdown-toggle::after {
  filter: grayscale(0);
}

.search-navbar-nav {
  flex-direction: row;
}

.search-header-wrapper {
  background: linear-gradient(to bottom, #fae4ab, #fec435);
  padding: 100px 70px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

.search-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.search-btn:hover {
  animation: pulse-animation 2s infinite;
}

.search-btn:hover::before {
  animation: pulse-animation 3s infinite;
}

.search-form .form-control {
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 10px 10px 45px;
  background-image: url(../images/search-blue.png);
  background-repeat: no-repeat;
  background-position: 11px;
  background-size: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #4E4E4E;
}

.search-form .form-label {
  font-weight: 300;
  font-size: 12px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(254, 196, 53, 0.3);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(254, 196, 53, 0);
  }
}

/* Banner CSS Starts */

.home-slider .carousel-item {
  /* background-image: radial-gradient(circle, #fae4ab -10%, #fec435 60%); */
  /* background-image: radial-gradient(circle, #fec435 -10%, #fae4ab 60%); */
}

.home-slide-thumb {
  aspect-ratio: 1/1.1;
  object-fit: contain;
}

/* Banner CSS Ends */

/* Footer CSS Starts */
footer .social-links {
  display: none;
}

/* footer .footer-bottom .col-5 .text-end a:nth-child(1),footer .footer-bottom .col-5 .text-end a:nth-child(2),footer .footer-bottom .col-5 .text-end a:nth-child(3){
  display: none;
} */
.f-title {
  position: relative;
  color: #fff;
}

.f-title button {
  display: none;
}

.f-listing {
  list-style-type: none;
}

.main-footer p {
  color: #b2b2b2;
}

.f-listing>li>a {
  color: #b2b2b2;
}

.f-listing>li>a:hover {
  color: #fff;
}

.developedby-wrap a>img {
  width: 18px;
  filter: grayscale(1) brightness(9);
  transition: all 300ms ease-in-out;
  margin-left: auto;
  display: block;
}

.footer-logo>img {
  width: 250px;
  filter: grayscale(1) brightness(0);
}

footer {
  background: radial-gradient(circle, #fec435 -10%, #fec435 60%);
  padding: 0 0 20px;
}

.f-title {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

a.f-title:hover {
  color: #fff;
}

.f-title button {
  display: none;
}

.footer-links {
  list-style-type: none;
  padding-left: 0;
}

.footer-collapse {
  border-top: 1px solid #ffffff70;
  padding-top: 25px;
  margin-top: 25px;
}

.footer-links>li {
  margin-bottom: 15px;
  font-size: 13px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.footer-links>li>a,
.footer-links>li>span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.footer-links>li>a:hover {
  color: #fff;
}

.social-links>li {
  display: inline-block;
  margin-right: 10px;
}

.social-links>li:last-child {
  margin-right: 0;
}

.footer-links>li>h6 {
  font-size: 13px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
  letter-spacing: 0px;
}

.social-links>li>a {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: grid;
  align-items: center;
  text-align: center;
}

.social-links>li>a>img {
  display: block;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}

.social-links>li>a:hover>img {
  filter: invert(1);
}

.footer-bottom {
  border-top: 1px solid hsl(0deg 0% 0% / 20%);
  padding: 0 60px 0;
}

.footer-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: #000000;
  margin: 0;
  line-height: 1.7;
}

.footer-bottom a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: #000000;
}

.footer-main {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 90% 15%;
  background-size: contain;
  padding: 100px 60px 50px;
  margin-bottom: 50px;
  position: relative;
}

/* .footer-main { margin-bottom: 100px; } */
.footer-main .desc p {
  color: #000000;
  font-size: 12px;
  line-height: 1.8;
}

.mega-dropdown ul {
  padding-left: 0;
}

.f-title .accordion-button::after {
  display: block;
  /* filter: invert(1); */
  background-image: url(../images/plus.png);
  background-size: 16px;
  background-position: center;
  width: 20px;
  height: 100%;
}

.f-title .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
  /* filter: invert(1); */
}

/* Footer CSS Ends */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #1d252d;
  background-image: url(../images/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;

  color: #fff;
  clear: both;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 55px;
  font-size: 0px;
  pointer-events: none;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-cat-wrap {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-cat-wrap .dropdown-cat-item {
  width: 20%;
  flex: 0 0 auto;
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  color: #4E4E4E;
  font-size: 14px;
}

.dropdown-cat-item>a {
  text-align: center;
  display: block;
  margin: 15px 0;
  color: #4E4E4E;
}

.dropdown-cat-item>a:hover,
.dropdown-cat-item>a.active {
  color: #1D4A9F;
}

.dropdown-cat-item>a>.ct-thumb {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border: 1px solid #1D4A9F;
  border-radius: 50%;
  display: grid;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.ct-thumb img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.custom-bg-gray {
  background-color: #EDEDED;
}

/* Home Main-Banner Starts */
.carousel-inner{
  display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
    background-image: radial-gradient(circle, #fae4ab -10%, #fec435 60%);
}

.main-banner .carousel-item {
  /* min-height: calc(100vh - 80px); */
  /* padding: 50px 0; */
  /* background-color: #F2F2F2; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.custom-carousel-caption {
  /* padding: 0 0 0 20px; */
  /* border-left: 3px solid #1D4A9F; */
}

.custom-carousel-caption h3 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  /* margin-top: -16px; */
  clear: both;
  display: block;
  margin-left: 0;
  text-align: left;
  margin-bottom: 30px;
}

.custom-carousel-caption h2 {
  text-stroke: 1px #ffffff;
  text-fill-color: transparent;
  -moz-text-stroke: 1px #ffffff;
  -moz-text-fill-color: transparent;
  -o-text-stroke: 1px #ffffff;
  -o-text-fill-color: transparent;
  -ms-text-stroke: 1px #ffffff;
  -ms-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  /* font-family: TwCenMTStd Bold; */
  font-family: 'Lora', serif;
  font-size: 167px;
  /* line-height: 0.4; */
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.custom-carousel-caption h2>span {
  color: #1D4A9F;
}

.custom-carousel-caption span {
  display: block;
  text-align: left;
  font-size: 170px;
  font-weight: 900;
  color: rgb(176 137 45 / 30%);
  line-height: 1;
}

.banner-cta {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  border: 2px solid #fff;
}

.carousel-indicators {
  display: block;
  top: 0;
  margin: auto;
  right: unset;
  left: 5%;
  bottom: 0;
  transform: translateY(-50%);
  height: fit-content;
}

.carousel-indicators .slide_indicator {
  display: block;
}

.carousel-indicators button.slide_indicator {
  text-indent: unset;
  background-color: transparent;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.carousel-indicators button.slide_indicator::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #ffffff50;
  left: 30px;
  top: 8px;
  transition: 300ms all ease-in-out;
}

.carousel-indicators button.slide_indicator.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  transition: 300ms all ease-in-out;
}

.scroll-down-btn {
  position: absolute;
  right: 40px;
  height: 100px;
  color: #fff;
  font-size: 11px;
  text-transform: lowercase;
  bottom: 50px;
}

.scroll-down-btn:hover {
  color: #000;
}

.scroll-down-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scroll-down-btn::before {
  position: absolute;
  content: "";
  border-left: 3px solid transparent;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 6px;
  width: 6px;
  margin: 0 auto;
}

.scroll-down-btn:hover::after {
  height: 40%;
}

.scroll-down-btn:hover::before {
  opacity: 0;
}

/* Home Main-Banner Ends */

.custom-link>span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
}

.custom-link {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  /* display: inline-block; */
  /* padding: 10px 25px; */
  /* New Start */
  /* background-image: url(../images/arrow-right-half.svg); */
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  /* letter-spacing: 0.7px; */
  border: 1px solid #4e4e4e;
  background: #fec435;
  background: linear-gradient(0deg, #fae4ab 0%, #fec435 100%);
  /* width: 130px; */
  /* height: 40px; */
  /* line-height: 42px; */
  padding: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 5px;
}

.custom-link:hover {
  color: #333;
  /* padding-right: 45px; */
}

.custom-link {
  background: #fec435;
  background: linear-gradient(0deg, #fae4ab 0%, #fec435 100%);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  /* width: 130px;
  height: 40px; */
  /* line-height: 42px;  */
  padding: 0;
  border: none;
  border-radius: 5px;
}

.custom-link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.custom-link::before,
.custom-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #fec435;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.custom-link::before {
  height: 0%;
  width: 2px;
}

.custom-link::after {
  width: 0%;
  height: 2px;
}

.custom-link:hover {
  background: #fff;
  box-shadow: none;
}

.custom-link:hover::before {
  height: 100%;
}

.custom-link:hover::after {
  width: 100%;
}

.custom-link span:hover {
  color: #fec435;
  /* background-color: #fff; */
}

.custom-link span::before,
.custom-link span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fec435;
  transition: all 0.3s ease;
}

.custom-link span::before {
  width: 2px;
  height: 0%;
}

.custom-link span:after {
  width: 0%;
  height: 2px;
}

.custom-link span:hover::before {
  height: 100%;
}

.custom-link span:hover::after {
  width: 100%;
}

.custom-link.text-white {
  background-image: url(../images/white-arrow-right-half.svg);
}

.custom-link.text-white:hover {
  color: #A5E1FF !important;
}

.abt-row {
  padding-top: 35px;
  padding-bottom: 65px;
  position: relative;
}

.abt-row::after {
  content: "";
  height: 2px;
  width: calc(100% - 30px);
  background-color: #BABABA;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.abt-row:last-child {
  padding-bottom: 0;
}

.abt-row:first-child {
  padding-top: 0;
}

.abt-row:last-child::after {
  display: none;
}

.custom-bg-light {
  background-color: #F8F8F8;
}

.home-product-slide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.product-item-wrap {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 15px;
}

.product-item {
  margin: 25px 0;
}

.product-item .thumb {
  position: relative;
  overflow: hidden;
  padding-top: 85%;
}

.product-item .thumb>img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.product-item:hover .thumb>img {
  transform: scale(1.1);
}

.product-item .thumb::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #A5E1FF;
  z-index: 1;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.product-item:hover .thumb::after {
  height: 5px;
}

.product-item .product-name {
  color: #4E4E4E;
  font-weight: 600;
  font-size: 14px;
}

.product-item:hover .product-name {
  color: #1d499d;
}

.bg-dark-blue {
  background-color: #232860;
}

.solid-line {
  margin-bottom: 30px;
  /* border-bottom: 2px solid #fff; */
  height: 2px;
  background-color: #A5E1FF;
  width: 70px;
  display: inline-block;
}

.df-item span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.df-item .icon>img {
  filter: grayscale(1) brightness(9);
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.df-item {
  display: block;
}

.df-item:hover span {
  color: #A5E1FF;
}

.df-item:hover .icon>img {
  filter: unset;
}

.owl-item .dtc-item {
  margin: 10px 17px 10px 3px;
}

.dtc-item {
  box-shadow: 1px 3px 6px #00000036;
  height: 100%;
  padding: 40px 35px;
}

.dtc-item h3 {
  color: #4E4E4E;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dtc-item .desc p {
  line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dtc-item .desc {
  margin-bottom: 35px;
}

.dtc-item .dtc-no {
  color: #1d499d;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}

.nav-vertical-center .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  height: 45px;
  pointer-events: none;
}

.dtc-slider.nav-vertical-center .owl-nav {
  left: -55px;
  width: calc(100% + 80px);
}

.nav-vertical-center .owl-nav .owl-prev,
.nav-vertical-center .owl-nav .owl-next {
  /* background: #fff !important; */
  border-radius: 50%;
  pointer-events: auto;
}

.owl-nav .owl-prev>img,
.owl-nav .owl-next>img {
  width: 40px;
}

/* 
.nav-vertical-center .owl-nav .owl-prev.disabled,
.nav-vertical-center .owl-nav .owl-next.disabled {
  display: none;
} */
.nav-vertical-center {
  position: relative;
}

.testimonial-section {
  position: relative;
}

.section-bottom-divider::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  max-width: 1300px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #bababa;
}

.section-top-divider::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  max-width: 1300px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #bababa;
}

.testimonial-desc p {
  font-family: "Lora", serif;
  font-size: 22px;
}

.person-info p {
  margin-bottom: 0;
}

.testimonial-item {
  padding: 80px 60px 0;
}

.testimonial-item::before {
  position: absolute;
  content: "“";
  font-family: "Lora", serif;
  color: #1d499d;
  font-size: 76px;
  font-weight: 600;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  line-height: 1;
}

.testimonial-slider .owl-prev>img,
.testimonial-slider .owl-next>img {
  width: 30px;
}

.person-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #4E4E4E;
  margin-bottom: 5px;
}

.person-info p {
  font-size: 14px;
}

.bg-map::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0;
  /* background-image: url(../images/millcreek-map.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(1);
  z-index: -1;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  /* color: #e3e3e3; */
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  /* line-height: 3; */
  opacity: 0.8;
}

.text-dark .breadcrumb .breadcrumb-item a,
.text-dark .breadcrumb .breadcrumb-item.active,
.text-dark .breadcrumb-item+.breadcrumb-item::before {
  color: #4E4E4E;
}

.text-white .breadcrumb .breadcrumb-item a,
.text-white .breadcrumb .breadcrumb-item.active,
.text-white .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-size: 15px;
}

.value-box h6 {
  font-weight: 400;
  font-size: 14px;
}

.search-result-heading>h2>span {
  color: #fec435;
}

.search-filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-filter-wrapper .filter-item {
  padding-left: 20px;
  font-size: 14px;
}

.search-item {
  margin-bottom: 30px;
}

.search-item:last-child {
  margin-bottom: 0px;
}

.search-section {
  background: #F0F0F0;
}

.sr-content h5 {
  color: #4E4E4E;
  font-weight: 600;
  font-size: 16px;
}

.sr-label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #BFBFBF;
  padding: 3px 5px;
  color: #fff;
  margin-bottom: 10px;
}

.sr-content .desc p {
  line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-accordion {
  border-bottom: 1px solid #dedede;
}

.custom-accordion .accordion-button,
.custom-accordion .accordion-button:focus,
.custom-accordion .accordion-button:active {
  box-shadow: none;
}

.custom-accordion .accordion-button {
  padding-left: 0;
  font-size: 18px;
  border-radius: 0 !important;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  color: #4e4e4e;
}

.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button[aria-expanded="true"] {
  color: #fd9f27;
}

.custom-accordion .accordion-item {
  border: 0
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.custom-accordion .acc-no {
  font-size: 35px;
  font-weight: 900;
  display: inline-block;
  margin-right: 20px;
  color: #1d499d;
  font-family: 'Lora', serif;
}

.custom-accordion .accordion-button::after {
  background-image: url(../images/plus.png);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

.custom-accordion .accordion-button::after {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fec435;
  background-position: center;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.custom-form .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 15px;
  border-color: #9B9B9B;
  color: #4e4e4e;
}

.custom-form .form-control:focus {
  box-shadow: none;
}

.form-title {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 0;
}

.form-title>span {
  background-color: #fff;
  display: inline-block;
  padding-right: 20px;
}

.map>iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

.desc h6,
.desc h5,
.desc h4,
.desc h3,
.desc h2,
.desc h1 {
  font-weight: 600;
}

.desc li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.home-service-slide {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.service-item {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 15px;
  margin: 0 0 30px;
}

.service-item .thumb>img {
  aspect-ratio: 1/0.6;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
}

.service-item .thumb:hover>img {
  filter: grayscale(0);
}

.service-item .thumb {
  border: 5px solid #fec435;
  border-radius: 7px;
  transition: all 300ms ease-in-out;
  box-shadow: 1px 5px 10px rgb(0 0 0 / 16%);
}

.service-item .thumb:hover {
  box-shadow: 1px 5px 10px rgb(0 0 0 / 25%);
}

.home-nav-tabs {
  /* border-bottom: 0; */
}

.home-nav-tabs .nav-item {
  width: 25%;
}

.home-nav-tabs .nav-item .nav-link {
  border: 0;
  color: #4e4e4e;
  border-radius: 7px;
}

.home-nav-tabs .nav-item .nav-link img {
  width: 50px;
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}

.home-nav-tabs .nav-item .nav-link:hover img {
  opacity: 0.7;
}

.home-nav-tabs .nav-item .nav-link:hover {
  background-color: #efefef;
}

.home-nav-tabs .nav-item .nav-link.active img {
  opacity: 1;
}

.home-nav-tabs .nav-item .nav-link.active {
  color: #000;
  background-image: radial-gradient(circle, #fae4ab -10%, #fec435 60%);
}

.blog-title {
  color: #000;
}

a.blog-title:hover {
  color: #fec435;
}

.inner-banner-wrap {
  padding-top: 150px;
}

.custom-form .input-group {
  border-bottom: 1px solid #a7a7a7;
}

.custom-form .input-group .input-group-text {
  background-color: transparent;
  border: 0;
}

.custom-form .form-control {
  border-radius: 0;
  font-size: 15px;
  color: #000;
  padding: 15px;
  box-shadow: none !important;
  border: 0;
}

.custom-form .input-group .form-control {
  background-color: transparent;
}

.contact-info>li {
  font-size: 20px;
  color: #000;
  list-style-type: none;
  margin-bottom: 10px;
}

.blog-item .blog-thumb {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-thumb img {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  border-radius: 10px;
  aspect-ratio: 1/0.7;
  object-fit: cover;
}

.blog-item:hover .blog-thumb img {
  transform: scale(1.05);
}

.map-wrap iframe {
  width: 100%;
  border: 0;
  height: 450px;
}

.contact-info>li>a {
  color: #000;
}

.whatsapp-fixed-icon {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 999;
}

.whatsapp-fixed-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.banner-caption h6 {
  line-height: 1.5;
}

.inner-banner-caption {
  padding: 80px 150px;
}

.dark-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #1D1D1D;
  opacity: 0.2;
}

.inner-banner-caption {
  /* position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; */
  padding-top: 170px;
}

.inner-banner-caption h1 {
  /* color: #fff; */
  font-size: 40px;
  font-weight: 600;
  /* line-height: 1.5; */
  text-stroke: 0.6px #ffffff;
  text-fill-color: transparent;
  -moz-text-stroke: 0.6px #ffffff;
  -moz-text-fill-color: transparent;
  -o-text-stroke: 0.6px #ffffff;
  -o-text-fill-color: transparent;
  -ms-text-stroke: 0.6px #ffffff;
  -ms-text-fill-color: transparent;
  -webkit-text-stroke: 0.6px #ffffff;
  -webkit-text-fill-color: transparent;
  /* font-family: TwCenMTStd Bold; */
  font-family: 'Lora', serif;
  font-size: 120px;
  /* line-height: 0.9; */
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.text-dark.inner-banner-caption h1 {
  color: #000;
}

.breadcrumb .breadcrumb-item a {
  /* color: #F8F8F8; */
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.text-white .breadcrumb .breadcrumb-item a,
.text-white .breadcrumb .breadcrumb-item.active,
.text-white .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.value-icon img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin: 0 auto;
}

.value-icon {
  margin: 0 auto 20px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #fec435;
  display: grid;
  align-items: center;
  text-align: center;
}

/* Inner Pages */
.inner-banner {
  position: relative;
  padding: 100px 40px;
  background-image: radial-gradient(circle, #fae4ab -10%, #fec435 60%);
  /* min-height: 80vh; */
}

.inner-banner-caption h2 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  /* margin-top: -16px; */
  clear: both;
  display: block;
  /* margin-left: 50px; */
  text-align: left;
  margin-bottom: 50px;
  /* margin-top: -35px; */
}

.inner-page-thumb {
  margin-bottom: -130px;
  position: relative;
}

.inner-page-thumb>img {
  border-radius: 20px;
}

.blog-main-img {
  margin-top: -150px;
  border-radius: 20px;
}

.product-thumb>img {
  /* aspect-ratio: 1/1.2; */
  object-fit: contain;
  display: block;
  margin: auto;
}

.bg-eclips {
  clip-path: ellipse(95% 100% at 50% 100%);
  background-color: #f7f7f7;
}

.benefit-item {
  /* display: flex; */
  /* flex-wrap: wrap; */
}

/* .benefit-item .content { display: inline-block;  } */
.benefit-item .content h6 {
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.content ul {
  padding-left: 15px;
}

.benefit-item .icon {
  margin-right: 15px;
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);
}

.benefit-item .icon>img {
  width: 64px;
  transition: all 300ms ease-in-out;
}

.benefit-item:hover .icon>img {
  transform: scale(1.1);
}

.bg-tm-light {
  background-color: #fff5dd;
}

.developedby-wrap>img {
  filter: grayscale(1) brightness(0);
  width: 18px;
}

.product-ontro-item:nth-child(even) {
  flex-flow: row-reverse;
  margin-top: 50px;
}

.cm-listing>li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 50px;
  position: relative;
}

.cm-listing {
  padding-left: 0;
  border-left: 2px dashed #fec435;
}

.cm-listing>li p {
  margin-bottom: 0;
}

.cm-listing>li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -6px;
  top: 7px;
  background-color: #fec435;
}

.limbda-feature-wraper .limbda-feature-carousel{
  display: flex;
  justify-content: center;
}

.limbda-feature-box-wrap a{
  color: #000;
}
.limbda-feature-box-wrap h2{
  font-size: 25px;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
.limbda-feature-box-wrap img{
  aspect-ratio: 1/0.9;
  object-fit: contain;
}

.mobile-menu .subdrop-down-menu li:last-child {
    border-bottom: 0;
}


.is-invalid {
    border-color: #dc3545;
}

label.error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
