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

body {
  padding: 0;
  margin: 0;
  font-family: "Regular";
  color: #101010;
  font-size: 16px;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  mix-blend-mode: difference;
}

#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bold";
  font-weight: 900;
}

@font-face {
  font-family: "Thin";
  src: url("../fonts/Proxima-Nova-Thin.otf");
}
@font-face {
  font-family: "Light";
  src: url("../fonts/Proxima-Nova-Alt-Light.otf");
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/Proxima-Nova-Semibold.otf");
}
@font-face {
  font-family: "Bold";
  src: url("../fonts/Proxima-Nova-Bold.otf");
}
@font-face {
  font-family: "Black";
  src: url("../fonts/Proxima-Nova-Black.otf");
}
@font-face {
  font-family: "Feelfree";
  src: url("../fonts/Feelfree-Personal-Use-Regular.ttf");
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
}
.bg-tm-primary {
  background-color: #384b98 !important;
}

.call-icon {
  width: 13px;
}

a {
  text-decoration: none;
}

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

section {
  padding: 80px 0;
}

header {
  z-index: 999;
  transition: all 300ms ease-in-out;
  background-color: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
}
header .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;
}
header .dropdown:hover .dropdown-menu.mega-dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  top: 80px;
}
header .dropdown-cat-wrap {
  display: flex;
  flex-wrap: wrap;
}
header .mega-dropdown ul {
  padding-left: 0;
}
header .dropdown-cat-wrap .dropdown-cat-item {
  width: 16.66%;
  flex: 0 0 auto;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  list-style-type: none;
  color: #4E4E4E;
  font-size: 14px;
}
header .dropdown-cat-item > a {
  text-align: center;
  display: block;
  margin: 15px 0;
  color: #4E4E4E;
}
header .dropdown-cat-item.active > a, header .dropdown-cat-item:hover > a {
  color: #384b98;
}
header .dropdown-cat-item > a > .ct-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #384b98;
  border-radius: 50%;
  display: grid;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
header #google-translate-dropdown select {
  padding: 5px;
  border-radius: 0;
  border-color: #ddd;
}
header #google-translate-dropdown select:focus {
  box-shadow: none;
  outline: 0;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 600ms ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.rounded-15 {
  border-radius: 15px;
}

.desc ol {
  padding-left: 15px;
}

.desc p, .desc ul li, .desc ol li {
  font-size: 16px;
  font-family: "Regular";
  line-height: 1.5;
  margin-bottom: 10px;
  color: #2B2A29;
}

.desc p:hover, .desc ul > li:hover, .desc ol > li:hover {
  color: #384b98;
}

.desc.text-white p, .desc.text-white ul li, .desc.text-white ol li {
  color: #fff;
}

.desc.text-white p:hover, .desc.text-white ul > li:hover, .desc.text-white ol > li:hover {
  color: #000;
}

.desc h6 {
  line-height: 1.6;
  font-weight: inherit;
  font-family: "Bold";
  font-size: 20px;
}

.top-header {
  background-color: #4F3E31;
}

.navbar-brand img {
  width: 140px;
  max-width: 100%;
  transition: all 300ms ease-in-out;
}

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

header .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-family: "Regular";
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 1;
  position: relative;
}
header .navbar-nav .nav-item .nav-link#show-search-box {
  background-image: url(../images/magnifying-glass.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
header .navbar-nav .nav-item .nav-link#show-search-box.active {
  background-image: url(../images/close.png);
}
header .navbar-nav .nav-item .nav-link#show-search-box.active::after {
  display: none;
}
header .navbar-nav .nav-item .nav-link.active, header .navbar-nav .nav-item .nav-link:hover {
  color: #384b98;
}
header .navbar-nav .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #384b98;
  margin: auto;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  transform: translateY(30px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 9px 15px;
  font-size: 15px;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(56, 75, 152, 0.2);
  color: #000;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #384b98;
  color: #fff;
}
header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header .search-nav-wrap {
  flex-direction: row;
}
header .search-btn {
  padding: 10px;
  background: #384b98;
  height: 45px;
  width: 45px;
  display: grid;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
header .search-btn img {
  margin: 0 auto;
  filter: invert(1);
}
header .search-btn:hover {
  background: #000;
}

.btn-custom {
  background-color: #384b98;
  border: 1px solid #384b98;
  color: #ffffff;
  border: none;
  font-family: "Regular";
  padding: 13px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 35px;
  display: inline-block;
  margin-top: 5px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  color: #fff;
  /* opacity: 0.8; */
  background-color: #2B2A29;
  border-color: #2B2A29;
}

.btn-custom-dark {
  background-color: transparent;
  border: 1px solid #2B2A29;
  color: #2B2A29;
  /* border: none; */
  font-family: "Regular";
  letter-spacing: 1px;
  padding: 13px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 35px;
  display: inline-block;
  margin-top: 5px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.btn-custom-dark:hover, .btn-custom-dark:focus, .btn-custom-dark:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-custom-light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  /* border: none; */
  font-family: "Regular";
  letter-spacing: 1px;
  padding: 13px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 35px;
  display: inline-block;
  margin-top: 5px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.btn-custom-light:hover, .btn-custom-light:focus, .btn-custom-light:active {
  background-color: #fff;
  border-color: #fff;
  color: #384b98;
}

.bg-tm {
  background-color: #384b98;
}

.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: #000;
  position: relative;
}

.navbar-toggler::before, .navbar-toggler::after {
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  background: #000;
  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;
}

.form-label {
  font-weight: 600;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #2B2A29;
  background-image: url(../images/scroll-to-top.png);
  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: 25px;
  bottom: 55px;
  font-size: 0px;
  pointer-events: none;
  outline: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.carousel-control-next, .carousel-control-prev {
  width: 40px;
  position: absolute;
  display: inline-block;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 30px;
}

.carousel-control-prev-icon {
  background-image: url(../images/arrow-circle-left.png);
}

.carousel-control-next-icon {
  background-image: url(../images/arrow-circle-right.png);
}

.carousel-item {
  position: relative;
}

.carousel-item::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 75px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  max-height: 10%;
  max-width: 10%;
}

.carousel-item::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #fff;
  right: 75px;
  bottom: 0;
  max-height: 10%;
  max-width: 4%;
}

.carousel-caption h2 {
  font-family: "Tinos", serif;
  font-size: 55px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-caption h2 span {
  color: #384b98;
}

.carousel-caption p {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}

.carousel-caption {
  bottom: 0;
  text-align: left;
  left: 10%;
  right: 10%;
  margin: auto;
  height: -moz-min-content;
  height: min-content;
  padding-bottom: 0;
  max-width: 80%;
}

.section-heading h2, .section-heading h1 {
  font-family: "Poppins-ExtraBold";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #384b98;
  text-transform: uppercase;
  word-break: break-word;
}
.section-heading h2 span, .section-heading h1 span {
  color: #384b98;
}

.section-heading h3 {
  font-family: "Tinos", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 25px;
}
.section-heading h3 span {
  color: #384b98;
}

.section-heading > span {
  color: #2B2A29;
  font-family: "Light";
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}
.section-heading > span:hover {
  color: #384b98;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Regular";
  color: #2B2A29;
}
.section-heading p:hover {
  color: #384b98;
}

.about-content-wrap {
  position: relative;
}
.about-content-wrap::after {
  position: absolute;
  content: "";
  height: calc(100% + 110px);
  width: 50%;
  background-color: #384b98;
  background-image: url(../images/bg-vertical-30-large-tr.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  right: 0;
  top: -32px;
  z-index: -1;
}
.about-content-wrap::before {
  position: absolute;
  content: "";
  max-height: 8%;
  height: 100px;
  width: 250px;
  max-width: 20%;
  background-color: #fff;
  right: 0;
  bottom: -80px;
}

.abt-item:nth-child(n+2) {
  margin-top: 50px;
}

.title-bordered {
  font-size: 160px;
  font-weight: 600;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 0.4px #E5E5E5;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.product-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 3px solid #384b98;
  border-radius: 10px;
}
.product-item img {
  transition: all 500ms ease-in-out;
}
.product-item:hover img {
  transform: scale(1.15);
}
.product-item:hover .p-name {
  transform: scale(1.1);
}
.product-item::after {
  height: 60%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  z-index: 0;
  content: "";
}
.product-item .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
  text-align: center;
}
.product-item .product-content .p-name {
  font-family: "Tinos", serif;
  font-size: 20px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.sq-vector-rb {
  position: relative;
}
.sq-vector-rb::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #384b98;
  right: 75px;
  bottom: 0;
}

.sq-vector-lb {
  position: relative;
}
.sq-vector-lb::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #384b98;
  left: 75px;
  bottom: 0;
}

.sq-vector-rt {
  position: relative;
  padding-top: 200px;
}
.sq-vector-rt::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #fff;
  right: 75px;
  top: 0;
}

.sq-vector-tl {
  position: relative;
}
.sq-vector-tl::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #fff;
  left: 75px;
  top: 0;
}

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

.home-contact-wrap {
  padding: 50px 30px 100px;
  margin-bottom: -120px;
  background-image: url(../images/bg-vertical-30-large-tr.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.partner-logo-slide .logo-item {
  padding: 25px 15px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.partner-logo-slide .logo-item img {
  height: 45px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-end-80 {
  position: relative;
}
.bg-end-80::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 80%;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url(../images/bg-horizontal-20-large-tr.png);
  background-color: #384b98;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.core-values-wrap {
  position: relative;
}
.core-values-wrap .core-value-item {
  padding: 25px 15px;
  background-color: #384b98;
  position: relative;
  border-radius: 5px;
  z-index: 0;
  background-image: url(../images/bg-vertical-opacity-30.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.core-values-wrap .core-value-item::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 150%;
  left: -10%;
  right: 0;
  top: 95px;
  margin: 0 auto;
  z-index: -4;
  background-color: #fff;
  box-shadow: inset 0 0 10px #919191;
}
.core-values-wrap .core-value-item .flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.core-values-wrap .core-value-item .flip-box .flip-box-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.core-values-wrap .core-value-item .flip-box .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.core-values-wrap .core-value-item .flip-box .flip-box-front,
.core-values-wrap .core-value-item .flip-box .flip-box-back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
}
.core-values-wrap .core-value-item:hover .flip-box-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.core-values-wrap .core-value-item:hover .flip-box-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.core-values-wrap .core-value-item:hover {
  transform: scale(1.05);
}
.core-values-wrap .core-value-item .icon-wrap {
  position: relative;
}
.core-values-wrap .core-value-item .icon-wrap::after {
  position: absolute;
  content: "";
  height: 155px;
  width: 155px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -2;
  box-shadow: inset 0 0 10px #919191;
}
.core-values-wrap .core-value-item .icon-wrap .icon {
  position: relative;
  display: grid;
  align-items: center;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  z-index: 0;
}
.core-values-wrap .core-value-item .icon-wrap .icon::before {
  position: absolute;
  content: "";
  height: 75%;
  width: 75%;
  border-radius: 50%;
  background-color: rgba(56, 75, 152, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
}
.core-values-wrap .core-value-item .icon-wrap .icon img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 300ms ease-in-out;
}
.core-values-wrap .core-value-item h4 {
  font-family: "Tinos", serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  min-height: 48px;
  display: grid;
  align-items: center;
}

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

.bg-tm-light-secondary {
  background-color: rgba(56, 75, 152, 0.2);
}

.blog-item {
  margin-top: 50px;
}
.blog-item:first-child {
  margin-top: 0;
}
.blog-item:nth-child(even) .row {
  flex-flow: row-reverse;
}
.blog-item .blog-thumb img {
  border-radius: 10px;
  aspect-ratio: 1/0.55;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-item .blog-date {
  padding-left: 20px;
  background-image: url(../images/fa-regular-calendar-days.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  color: #384b98;
  margin-top: 8px;
  display: block;
}
.blog-item .blog-title {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Tinos", serif;
}
.blog-item .blog-title:hover {
  color: #384b98;
}

footer {
  color: #fff;
  font-family: "Regular";
  /* Footer CSS Starts */
  /* Footer CSS Ends */
}
footer .footer-intro {
  background-repeat: no-repeat;
  background-color: rgba(56, 75, 152, 0.2);
  border-radius: 20px;
  background-image: url(../images/footer-shape-2-2.jpg);
  background-size: 100px;
  background-position: top right;
  padding: 30px;
}
footer .footer-cta-wrap {
  background-repeat: no-repeat;
  background-color: #384b98;
  border-radius: 20px;
  background-image: url(../images/footer-shape-2-1.jpg);
  background-size: 100px;
  background-position: bottom right;
  padding: 40px 40px 10px;
  position: relative;
  z-index: 0;
  font-family: "Thin";
}
footer .footer-cta-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg-horizontal-20-large-tr.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
footer .f-semi-title, footer strong {
  font-family: "Regular";
  font-weight: 400;
}
footer .footer-logo {
  width: 200px;
}
footer .f-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: inherit;
  font-family: "Tinos", serif;
  margin-bottom: 15px;
}
footer .f-title button {
  display: none;
}
footer .f-title .accordion-button::after {
  filter: invert(1) brightness(9);
  position: absolute;
  top: 0;
  right: 0;
}
footer .f-listing {
  list-style-type: none;
}
footer .main-footer p {
  color: #fff;
  font-size: 15px;
  font-family: "Thin";
}
footer .main-footer span > img {
  width: 13px;
}
footer .f-listing li {
  margin-bottom: 8px;
}
footer .f-listing li a {
  color: #fff;
  font-family: "Thin";
  font-size: 15px;
}
footer .f-listing li a:hover {
  color: #000;
}
footer .social-media-links li {
  display: inline-block;
  margin-right: 10px;
}
footer .social-media-links li a {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: grid;
  align-items: center;
  transition: all 300ms ease-in-out;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .social-media-links li a::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #384b98;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}
footer .social-media-links li a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
footer .social-media-links li a:hover {
  background-color: #384b98;
}
footer .social-media-links li a:hover img {
  filter: grayscale(1) brightness(9);
}
footer .social-media-links li a:hover::after {
  opacity: 1;
  transform: scale(1.15);
}
footer .sub-footer p {
  font-family: "Thin";
}
footer .developedby-wrap a > img {
  width: 18px;
  filter: grayscale(1) brightness(9);
  transition: all 300ms ease-in-out;
  margin-left: auto;
  display: block;
}

.custom-owl-carousel .owl-nav .owl-prev, .custom-owl-carousel .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  background-color: #fff !important;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #384b98 !important;
  transition: all 300ms ease-in-out;
}
.custom-owl-carousel .owl-nav .owl-prev:hover, .custom-owl-carousel .owl-nav .owl-next:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.custom-owl-carousel .owl-nav .owl-prev:hover img, .custom-owl-carousel .owl-nav .owl-next:hover img {
  filter: grayscale(1) brightness(9);
}
.custom-owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.custom-owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #D2D2D2;
  margin: 0 3px;
}
.custom-owl-carousel .owl-dots .owl-dot.active {
  background-color: #384b98;
}

.inner-banner-wrap {
  position: relative;
  padding: 50px 0;
  background-color: #384b98;
  background-image: url(../images/bg-horizontal-20-large-tr.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.inner-banner-wrap .inner-banner-caption h1 {
  font-family: "Tinos", serif;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb {
  margin-top: 20px;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item {
  font-family: "Regular";
  color: #fff;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../images/next.png);
  padding-top: 3px;
}

.contact-info-list li {
  margin-bottom: 15px;
  font-size: 15px;
}

.custom-form label {
  color: #828282;
}
.custom-form label.error {
  position: relative;
  padding: 0;
  transition: none !important;
  margin: 0;
}
.custom-form .form-control {
  box-shadow: none;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #C8C8C8;
}
.custom-form input[type=file] {
  line-height: 2.5;
}
.custom-form textarea.form-control {
  resize: none;
  height: 90px;
}

.map-iframe-wrap iframe {
  height: 400px !important;
  width: 100% !important;
}

.choose-item {
  transition: all 300ms ease-in-out;
  border: 5px solid rgba(56, 75, 152, 0.2);
}
.choose-item:hover {
  border-color: #384b98;
}

.about-core-value-item .value-title {
  font-family: "Tinos", serif;
  text-transform: uppercase;
}
.about-core-value-item .value-text {
  color: #2B2A29;
  font-size: 16px;
  font-family: "Regular";
}

.about-imgs-wrapper .thumb-hover {
  border-radius: 15px;
}
.about-imgs-wrapper .thumb-hover .abt-thumb1 {
  height: 60%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-imgs-wrapper .thumb-hover .abt-thumb2 {
  height: 40%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-imgs-wrapper .thumb-hover .abt-thumb3 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-tm-full {
  background-image: url(../images/bg-horizontal-20-large-tr.png);
  background-color: #384b98;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.goal-item .goal-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.goal-item .goal-thumb img {
  aspect-ratio: 1/0.8;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.goal-item h5 {
  font-size: 18px;
}
.goal-item h5:hover {
  color: #384b98;
}
.goal-item p {
  font-size: 15px;
  font-family: "Light";
}
.goal-item p:hover {
  color: #384b98;
}

/* CheckBox Custom CSS Starts */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border: 1px solid #384b98;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #f6f4f1;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .check-text {
  color: #384b98;
}

.check-text {
  font-size: 15px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #384b98;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

/* CheckBox Custom CSS Ends */
.product-listing-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.product-listing-item .product-ls-thumb {
  aspect-ratio: 1/1;
  text-align: center;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.product-listing-item .product-ls-thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80%;
  transition: all 300ms ease-in-out;
}
.product-listing-item .p-ls-title {
  font-weight: 400;
  font-family: "Regular";
  line-height: 1.5;
  color: #2B2B2B;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-listing-item:hover .p-ls-title {
  color: #384b98;
}
.product-listing-item:hover .product-ls-thumb img {
  transform: scale(1.05);
}

.sub-title {
  color: #384b98;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #384b98;
}

.custom-accordion .accordion-item .accordion-button {
  box-shadow: none;
  font-family: "Regular";
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) brightness(0);
}
.custom-accordion .accordion-item .accordion-body {
  font-size: 15px;
  padding-top: 0;
}

/* Product New Zoom Starts */
.product__carousel {
  display: block;
  max-width: 100%;
  margin: 1em auto 3em;
}

.product__carousel .product-thumb-anchore {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide .product-thumb-anchore {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.custom-product-slider {
  position: relative;
}
.custom-product-slider .swiper-wrapper {
  pointer-events: none;
  z-index: 10;
}
.fancy-zoom {
  position: absolute !important;
  left: auto;
  top: auto;
  bottom: 10px !important;
  right: 10px !important;
  z-index: 999;
  pointer-events: auto !important;
  display: inline-block !important;
  height: 35px;
  width: 35px;
  background-color: #000;
  border: 1px solid #777;
  border-radius: 7px;
  background-image: url(../images/magnifying-glass.png);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.fancy-zoom:hover {
  background-color: #384b98;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #000;
  height: 100%;
  width: 50%;
  top: 20px;
  z-index: 9;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  max-height: 120px !important;
  aspect-ratio: 1/1;
}
.product__carousel .gallery-thumbs .swiper-slide:hover {
  border-color: #adadad;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  opacity: 0;
}

.swiper-button-next:hover {
  cursor: url("../images/arrow-circle-right.png"), auto;
}

.swiper-button-prev:hover {
  cursor: url("../images/arrow-circle-left.png"), auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.gallery-thumbs {
  height: 100% !important;
}

/* Product New Zoom Ends */
.career-panel .accordion-toggle {
  cursor: pointer;
}
.career-panel .accordion-toggle:hover td {
  background-color: rgba(56, 75, 152, 0.2) !important;
}

.popup-product-thumb {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.popup-product-thumb img {
  height: 100%;
}

.key-item .thumb {
  border-radius: 15px;
}
.key-item .thumb img {
  border-radius: 10px;
  aspect-ratio: 1/0.85;
  -o-object-fit: cover;
     object-fit: cover;
}

.whatsapp-fixed-icon {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 999;
}
.whatsapp-fixed-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.vertical-tabs-wrapper {
  padding: 30px;
  border-radius: 20px;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs {
  display: block;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item {
  display: block;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link {
  display: block;
  width: -webkit-fill-available;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px dashed #ddd;
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  background-image: url(../images/right-arrow.png);
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link.active::after {
  opacity: 1 !important;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link:focus, .vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link:hover {
  outline: none;
  box-shadow: none;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link:focus:after, .vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link:hover:after {
  opacity: 0.5;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link span.fs-5 {
  font-family: "Black";
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item .nav-link small {
  font-family: "Medium";
  font-size: 14px;
}
.vertical-tabs-wrapper .nav-tabs.vertical-tabs .nav-item:last-child .nav-link {
  border-bottom: 0 dashed #ddd;
}
.vertical-tabs-wrapper .vertical-tab-content {
  padding: 40px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
}
.vertical-tabs-wrapper .ind-thumb img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 5px solid #384b98;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.vertical-tabs-wrapper .ind-thumb img:hover {
  transform: scale(1.05);
}
.vertical-tabs-wrapper .ind-content .ind-title {
  font-size: 26px;
  font-family: "Black";
}
.vertical-tabs-wrapper .ind-content .ind-desc p {
  font-family: "Light";
  line-height: 1.5;
  font-size: 18px;
}

.home-main-slider .carousel-item .main-banner-bg {
  height: 88.5vh;
  max-height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-hover {
  position: relative;
  overflow: hidden;
}
.thumb-hover img {
  transition: all 300ms ease-in-out;
}
.thumb-hover:hover img {
  transform: scale(1.15);
}

.core-value-slide .owl-item {
  transition: all 300ms ease-in-out;
  margin: 20px 10px !important;
  transform: scale(0.9);
}
.core-value-slide .owl-item.active.center {
  transform: scale(1.05);
}

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}

.my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.my-navbar-nav:last-child {
  border-right: 0;
}

.round-btn {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 34px;
  text-align: center;
  line-height: 50px;
  color: gray;
  float: right;
}

.flip-icon {
  transform: scaleX(-1);
}

.hidden-search-box {
  display: none;
  position: absolute;
  float: none;
  background-color: rgb(255, 255, 255);
  height: 50px;
  width: 500px;
  z-index: 1000;
  right: 0;
  border-radius: 50px;
  top: 110%;
  font-size: 16px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.addon-btn {
  width: 80px;
  height: 50px;
  background-color: #384b98;
  border: 0 none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  outline: 0;
}

.addon-text-box,
.addon-text-box:active {
  background-color: transparent !important;
  border: 0 none;
  color: #000 !important;
  border-radius: 0;
  border: 1px solid #384b98;
  font-family: "Regular";
  /* margin-left: calc(5px + 1.13em); */
  /* margin-right: calc(5px + 1.13em); */
  height: 50px;
  padding-left: 20px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.traingle {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(37, 51, 66) solid;
  float: right;
  margin-top: -10px;
  margin-right: 10px;
}

.connect-listing {
  padding-left: 0;
}
.connect-listing li {
  margin-top: 25px;
}
.connect-listing li .connect-icon {
  display: grid;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  transition: all 300ms ease-in-out;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.connect-listing li .connect-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
  z-index: -1;
}
.connect-listing li .connect-icon img {
  display: block;
  margin: 0 auto;
}
.connect-listing li h6 {
  margin-bottom: 5px;
}
.connect-listing li a {
  color: #fff;
}
.connect-listing li a:hover {
  color: #000;
}
.connect-listing li:hover .connect-icon {
  background-color: #fff;
}
.connect-listing li:hover .connect-icon::after {
  opacity: 1;
  transform: scale(1.15);
}

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

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

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

.mobile-menu .dropdown-menu.mega-dropdown {
  background-color: #fff;
  height: 89.5vh;
  overflow-y: auto;
  padding: 0;
  top: 70px !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;
}

.sub-dd-content {
  margin: 0 20px;
}

.back-to-main {
  display: block;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 20px;
  min-height: 73px;
  box-shadow: none !important;
  outline: 0;
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
}

.back-to-main img {
  width: 16px;
  display: inline-block;
}

.back-to-main > span {
  color: #4e4e4e;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  white-space: nowrap;
  display: inline-block;
  padding: 25px 5px !important;
}

.back-to-main > span:first-child {
  margin-right: 15px;
}

.mega-dropdown .sub-dd-content .dropdown-item {
  margin-bottom: 10px;
}

.mega-dropdown .sub-dd-content .dropdown-item > a {
  display: block;
  padding: 10px 0;
  color: #4e4e4e;
}

.menu-link-box > img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 300ms ease-in-out;
}

.contact-detail-menu {
  background-color: #fff;
  padding: 30px 15px;
  margin-top: 30px;
}

.mobile-menu {
  display: none;
}

.mobile-menu .navbar-nav .nav-item .nav-link, header.sticky .mobile-menu .navbar-nav .nav-item .nav-link {
  padding: 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: 25px 5px !important;
}

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

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child {
  padding: 25px 5px 25px 25px !important;
}

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

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

.mob-dd.inactive-dd .dropdown-menu.mega-dropdown {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mob-dd.active-dd .dropdown-menu.mega-dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ac-title button {
  display: none;
}

.ac-title .accordion-button::after {
  filter: invert(1) brightness(0);
  position: absolute;
  top: 10px;
  right: 0;
}

.az-nav-wrap {
  margin-top: -10px;
}
.az-nav-wrap .custom-product-nav {
  border-bottom: 0;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  display: inline-flex;
}
.az-nav-wrap .custom-product-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 15px;
  border-color: transparent;
  border: 0;
  color: #74777b;
  background: #F6F4F1;
  box-shadow: 4px 8px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 10px 16px;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  border-radius: 0;
  margin-top: 10px;
}
.az-nav-wrap .custom-product-nav .nav-item .nav-link:hover, .az-nav-wrap .custom-product-nav .nav-item .nav-link.active {
  margin-top: 0px;
  padding: 15px 16px;
  background-color: #384b98;
  color: #fff;
}

.h-100-vh {
  height: 100vh;
}

.ty-bg {
  position: relative;
  z-index: 1;
}

.ty-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/bg-horizontal-20-large-tr.png);
  filter: grayscale(1) invert(1);
  opacity: 0.3;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}

.error {
  color: red !important;
}

.custom-form label.error {
  position: relative;
  padding: 0;
  transition: none !important;
  margin: 0;
}

.category-sidebar-wrap {
  position: sticky;
  top: 100px;
}/*# sourceMappingURL=style.css.map */