body {
  padding: 0;
  margin: 0;
  font-family: "Regular";
  color: #242424;
scroll-padding-top: 100px;
}
html{
scroll-padding-top: 100px;
}
@font-face {
  font-family: "Bold";
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "SemiBold";
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Thin";
  src: url(../fonts/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Light";
  src: url(../fonts/Montserrat-Light.ttf);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
    background-color: #fff !important;
    background: #fff !important;
    transition: background-color 5000s;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "SemiBold";
  /* margin-top: 15px; */
  /* margin-bottom: 20px; */
}
.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {
  margin-top: 10px;
}
a {
  text-decoration: none;
}
p { font-size: 16px; line-height: 1.5;}
p:empty {
  display: none !important;
}
section {
  padding: 80px 40px;
}
.bg-custom-light {
  background-color: #f7f7f7 !important;
}
.bg-light-blue {
  background-color: #F5F8FF !important;
}
header {
  z-index: 99;
  transition: all 300ms ease-in-out;position: relative;
  background-color: #fff; /*box-shadow: 0 0 10px rgb(0 0 0 / 20%); */z-index: 99;  
  position: sticky; 
  width: 100%; 
  top: 0;
  /* backdrop-filter: blur(5px); */
  transition: all 300ms ease-in-out;
  border-bottom: 1px solid #ddd;
}
.top-header {
  background-color: #203265;
}
.form-header-search .form-control {
  background-image: url(../images/search.png);
  padding: 7px 40px 7px 15px;
  position: relative;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: 97%;
  font-family: "Medium";
	    font-size: 16px;
}
.form-header-search .form-control:focus {
  box-shadow: none;
}
.head-social { display: inline-block; margin-right: 20px;}
.head-social > li {
  display: inline-block;
  margin-right: 7px;
}

/*--- Header CSS Starts ---*/
.btn-custom-default {
  font-family: "Regular"; font-size: 16px; color: #fff; background-color: #2D417C; font-weight: 400; 
  padding: 10px 30px 10px 20px;
  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;
  border: 1px solid #203265;
  border-radius: 7px;
  display: inline-block;
  width: fit-content;
  touch-action: manipulation;
  cursor: pointer;
  position: relative;
  /* padding: 1.25rem 3.75rem; */
  /* border-radius: 1.87rem; */
  line-height: 1.25rem;
  transition: all 150ms ease-in-out;  
  /* border: 1px solid #FF9F37; */
  background-image: linear-gradient(45deg, #203265 0%, #2D417C 100%);
  box-shadow: 0 0.5rem 0.625rem 0 rgba(0,0,0,0.2),
              0 -0.125rem 0.75rem #203265 inset,
              0 0.375rem 0.125rem rgba(255,255,255, 0.4) inset,
              0 0.125rem 0.25rem 0 #2D417C inset;
}
.btn-custom-default::after, .btn-custom-primary::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25px;
  right: 5px;
  top: 0;
  bottom: 0;
  background-image: url(../images/angle-right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  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;
  margin: auto;
}
.btn-custom-default:hover, .btn-custom-default:focus, .btn-custom-default:active {
  color: #fff;
}
.btn-custom-primary {
  font-family: "Regular"; font-size: 16px; color: #fff; background-color: #EE7C00; font-weight: 400; 
  padding: 10px 30px 10px 20px; 
  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;
  border: 1px solid #FF9F37;
  border-radius: 7px;
  display: inline-block;
  width: fit-content;
   touch-action: manipulation;
  cursor: pointer;
  position: relative;
  /* padding: 1.25rem 3.75rem; */
  /* border-radius: 1.87rem; */
  line-height: 1.25rem;
  transition: all 150ms ease-in-out;  
  /* border: 1px solid #FF9F37; */
  background-image: linear-gradient(45deg, #FF9F37 0%, #EE7C00 100%);
  box-shadow: 0 0.5rem 0.625rem 0 rgba(0,0,0,0.2),
              0 -0.125rem 0.75rem #FF9F37 inset,
              0 0.375rem 0.125rem rgba(255,255,255, 0.4) inset,
              0 0.125rem 0.25rem 0 #EE7C00 inset;
}
.btn-custom-primary:hover {
  background-color: #EE7C00;
  border-color: #FF9F37;
  color: #fff;
}
.btn-custom-white {
  font-family: "Regular"; font-size: 16px; color: #203265; background-color: #fff; font-weight: 400; 
  padding: 10px 30px 10px 20px; 
  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;
  /* border: 1px solid #EE7C00; */
  border-radius: 7px;
  display: inline-block;
  width: fit-content;
   touch-action: manipulation;
  cursor: pointer;
  position: relative;
  /* padding: 1.25rem 3.75rem; */
  /* border-radius: 1.87rem; */
  line-height: 1.25rem;
  transition: all 150ms ease-in-out;  
  /* border: 1px solid #FF9F37; */
}
.btn-custom-white:hover {
color: #203265; background-color: #fff;
}
.btn-custom-default:hover::after, .btn-custom-primary:hover::after {
  background-position: 70%;
}
.btn-sm {
  font-size: 13px;
  padding: 7px 27px 7px 17px;
  line-height: 1.6;
}
header .navbar { padding: 0px 40px; }
header .top-header {
  padding: 10px 40px;
}
header.sticky {background-color: rgb(255 255 255 / 100%); backdrop-filter: blur(15px); box-shadow: 0 0 10px 0px rgba(0,0,0,0.09);}
.navbar-brand img { width: 170px; 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: 160px; filter: unset; }
.navbar-brand .brand-text:hover {
  text-decoration: underline;
}
.navbar-brand {
  font-size: 10px;
  font-weight: 500;
}
.navbar-nav > .nav-item > .nav-link {
  position: relative; overflow: hidden; 
  font-family: "Medium"; text-transform: uppercase; 
  font-size: 14px; color: #242424; font-weight: 400; 
  padding: 30px 15px 30px 7px;
  border-bottom: 4px solid transparent;
  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: 30px 15px 30px 7px!important; }
header.sticky .navbar-nav > .nav-item.dropdown > .nav-link {padding: 30px 20px 30px 7px!important; }
.navbar-nav .nav-item .btn-custom-primary, .navbar-nav .nav-item .btn-custom-default {
  font-size: 14px;
  padding: 7px 15px;
}
.navbar-nav .nav-item .dropdown-item {
  font-family: "Regular"; font-size: 15px; font-weight: 400;
  color: #242424;
  padding: 8px 10px;
  margin-bottom: 0px;
  border-radius: 0;
}
/* .navbar-nav .nav-item .dropdown-item:last-child {border-bottom: 0;} */
.nav-item .dropdown-item:active,.nav-item .dropdown-item.active, .nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
  color: #EE7C00;
  background-color: #fff;
}
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: #EE7C00;
  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: #EE7C00; border-bottom-color: #EE7C00; }
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: #EE7C00;
}
.nav-center li.nav-item {margin: 0 10px;}
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: #EE7C00; 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: #EE7C00; background-size: 15px; }
/* header .navbar-nav .nav-item .nav-link.search-btn > img { width: 15px; display: block; margin: 0 auto;} */
.dropdown > .nav-link { padding-right: 20px !important;}
.dropdown > .nav-link::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
  filter: grayscale(1) brightness(0.5);
  transform: rotate(0deg);
}
.dropdown-menu.mega-menu .accordion-header {
  font-weight: 400;
  font-family: 'Medium';
}
.dropdown-menu.mega-menu .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none !important;
}
.dropdown:hover > .nav-link::after {
  transform: rotate(180deg);
  filter: unset;
}
header.sticky .dropdown > .nav-link::after{
  /* filter: invert(1); */
}
.dropdown-menu {
  display: block;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  pointer-events: none;
  border: 0;
  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: 10px 10px;
}
.dropdown-menu.mega-menu {
  min-width: 100%;
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
  padding: 20px;
}
.dropdown:hover .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
header .dropdown-item:hover { background-color: transparent; }
.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: #EE7C00;
  position: relative;
}
.navbar-toggler::before, .navbar-toggler::after {
  position: absolute;
  content: ""; 
  right: 0;
  top: -10px;
  background: #EE7C00;
  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;
  /* align-items: center; */
  /* display: flex; */
  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);}
.custom-carousel-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.custom-carousel-caption h2 {
  font-size: 50px;
/*   color: #203265; */
	color:#fff;
  margin-bottom: 15px;
  font-family: "Bold";
}
.custom-carousel-caption h5 {
  /* color: #747474; */
  color: #3c3c3c;
  font-family: "Medium";
  font-weight: 300;
  line-height: 1.5;
  font-size: 18px;
}
.main-banner .carousel-indicators {
  width: 30px;
  top: 0;
  bottom: 0;
  right: 30px;
  left: auto;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  align-content: center;
}
.main-banner .carousel-indicators .slide_indicator {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  border: 2px solid #EE7C00;
  margin-top: 7px;
  margin-bottom: 7px;
  opacity: 1;
}
.main-banner .carousel-indicators .slide_indicator::before {
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #EE7C00;
  margin: auto;
}
.main-banner .carousel-indicators .slide_indicator.active::before {
  width: 7px;
  height: 7px;
}

/* .custom-btn {z-index: 0; display: inline-block; overflow: hidden; text-decoration: none; position: relative; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; color: #fff; font-weight: 500; padding: 12px 35px; border: 2px solid #fff;  transition: all 300ms ease-in-out; background: transparent;}
.custom-btn i { margin-left: 5px; }
.custom-btn:hover { color: #131220; }
.custom-btn::after { position: absolute; content: ""; height: 100%; width: 100%;transition: all 300ms ease-in-out; background-color: #fff; z-index: -1; left: -100%; top:0; }
.custom-btn:hover::after { left: 0; } */
.section-heading > h2 {
  color: #203265;
  font-family: "SemiBold";
  font-size: 40px;
}
.section-heading > h3 {
  color: #203265;
}
.section-heading h5 {
  font-family: "SemiBold";
}
.section-heading h6 {
  font-family: "SemiBold";
  line-height: 1.5;
}
.section-heading h6 > span {
  color: #EE7C00;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  font-weight: 500;
}
.semi-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #242424;
  font-weight: 400;
}
.custom-btn.btn-dark {color: #fff; background-color: #EE7C00; border: 1px solid #EE7C00}
.custom-btn.btn-dark:hover {color: #fff; border-color: #242424;}
.custom-btn.btn-dark::after {background-color: #242424; }

.bg-custom-dark {
  background-color: #242424;
}
.col-service { position: relative; overflow: hidden; margin: 15px 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%; max-width: 33.333333%;padding-right: 15px;padding-left: 15px }
.service-item {position: relative; transition: all 300ms ease-in-out; background-color: #fff;}
.service-item:hover {
  box-shadow: 10px 10px 15px 5px rgba(52,55,61,0.05);
  background-color: #EE7C00;
}
.service-item h3 { 
  color: #242424;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.service-item p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service-item:hover p, .service-item:hover h3 {
  color: #fff;
}
.service-icon > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.service-item:hover .service-icon > img {
  filter: invert(1) brightness(0);
}
.cta-link {
  color: #EE7C00;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
  /* padding-right: 25px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center right; */
  transition: all 300ms ease-in-out;
  background-size: 16px;
  font-family: "Medium";
  position: relative;
  padding-right: 25px;
  /* background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; */
}
.cta-link.text-dark::after {
  filter: invert(1) brightness(0);
}
.cta-link::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  /* box-shadow: 13px -13px 0 2px #fff, -13px -13px 0 2px #fff, -13px 13px 0 2px #fff, 13px 13px 0 2px #fff, 0 0 0 2px #fff; */
}
.cta-link:hover {
  /* padding-right: 35px; */
  color: #EE7C00;
}
.cta-link:hover::after {
  /* animation: border 0.4s ease 1 forwards; */
}
@keyframes border {
  0% {
    box-shadow: 13px -13px 0 2px #EE7C00, -13px -13px 0 2px #EE7C00, -13px 13px 0 2px #EE7C00, 13px 13px 0 2px #EE7C00, 0 0 0 2px #EE7C00;
  }
  25% {
    box-shadow: 0 -52px 0 2px #EE7C00, -13px -13px 0 2px #EE7C00, -13px 13px 0 2px #EE7C00, 13px 13px 0 2px #EE7C00, 0 0 0 2px #fff;
  }
  50% {
    box-shadow: 0 -52px 0 2px #EE7C00, -52px 0px 0 2px #EE7C00, -13px 13px 0 2px #EE7C00, 13px 13px 0 2px #EE7C00, 0 0 0 2px #fff;
  }
  75% {
    box-shadow: 0 -52px 0 2px #EE7C00, -52px 0px 0 2px #EE7C00, 0px 52px 0 2px #EE7C00, 13px 13px 0 2px #EE7C00, 0 0 0 2px #fff;
  }
  100% {
    box-shadow: 0 -52px 0 2px #EE7C00, -52px 0px 0 2px #EE7C00, 0px 52px 0 2px #EE7C00, 50px 20px 0 2px #EE7C00, 0 0 0 2px #fff;
  }
}
.cta-link:hover::after {
  background-position: 50% 80%;
}
.service-item:hover .cta-link {
  /* filter: invert(1) brightness(9); */
}
.desc { color: #242424;}
.desc ul li, .desc p {
  margin-bottom: 10px;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Footer CSS Starts */
.f-title {
  position: relative;
  color: #fff;
}
.f-title button {
  display: none;
}
.f-listing { list-style-type: none;}
.main-footer p { color: #fff;}
.f-listing > li > a{
  color: #fff;
}
.f-listing > li > a:hover {
  color: #fff;
}
footer hr {
  border-color: rgba(255,255,255, 0.4);
}
.logo-footer {
  max-width: 200px;
}
/* .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; }
footer {background-color: #0D1529; padding: 0 40px 20px;}
.f-title {font-family: "SemiBold";color: #fff; letter-spacing: 0px;font-size: 16px;margin-bottom: 30px;position: relative;}
.f-title button { display: none; }
.footer-links, .contact-info { list-style-type: none; padding-left: 0;}
footer .desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}
.footer-collapse {border-top: 1px solid #ffffff70;padding-top: 25px;margin-top: 25px;}
.footer-links > li, .contact-info > li { margin-bottom: 15px; font-size: 14px; color: #fff;  font-family: "Regular"; transition: all 300ms ease-in-out; width: fit-content; display: flex; align-items: flex-start; }
.footer-links > li > a, .footer-links > li > span, .contact-info > li > span, .contact-info > li > a {color: #fff;font-family: "Regular";display: inline-block;font-size: 14px;font-weight: 400;}
.footer-links > li > a:hover, .contact-info > 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: 14px; margin-bottom: 8px; font-family: "Regular"; 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: "Regular"; font-size: 14px; color: #fff; margin: 0;line-height: 1.7; }
.footer-bottom a { font-family: "Regular"; font-size: 11px; color: #fff; }
.footer-content-wrap {
  background-color: #EE7C00;
  padding: 50px;
  border-radius: 30px;
}
/* .footer-main { margin-bottom: 100px; } */
.footer-main .desc p { color: #242424; font-size: 16px; line-height: 1.8;}
.mega-dropdown ul { padding-left: 0;}
.f-title .accordion-button::after {
  display: block;
  filter: grayscale(1) brightness(9);
  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: grayscale(1) brightness(9);
}

.developedby-wrap > img {
  filter: grayscale(1) brightness(9);
  width: 18px;
  transition: all 300ms ease-in-out;
}
.developedby-wrap:hover > img {
  filter: unset;
}
/* Footer CSS Ends */

.testimonial-item .profile-img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.testimonial-item {
  border-radius: 10px;
  padding: 60px 30px 30px;
  background-image: url(../images/quote-right.png);
  background-repeat: no-repeat;
  background-position: 50% 8%;
  background-size: 30px;
}
.testimonial-slider .owl-dots {margin-top: 20px; text-align: center;}
.testimonial-slider .owl-dots .owl-dot {
  margin: 0 3px;
}
.testimonial-slider .owl-dots .owl-dot > span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #242424;
  border-radius: 50%;
}
.testimonial-slider .owl-dots .owl-dot.active > span {
  background-color: #EE7C00;
}
.t-name {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
}
.t-designation {
  font-size: 14px;
  color: #242424;
}
.hero-banner-wrap {
  margin-top: 100px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 50px 50px 0;
  border-radius: 40px;
  background-color: #edf1ff;
  background-color: #f3f6ff;
}
.hero-caption > h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Regular";
  color: #242424;
}
.hero-caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.brand-thumb-wrap > img {
  aspect-ratio: 1/0.7;
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
  margin: 0 auto;
  /* object-position: bottom; */
}
.brand-item {
  aspect-ratio: 1 / 1;
  align-content: center;
  border-radius: 15px;
  margin: 13px 15px 20px;
  padding: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.brand-front {
  position: relative;
}
.brand-hvr .hvr-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;left: 0;
  background: #fff;
  align-content: center;
}
.brand-hvr .hvr-thumb > img {
  display: block;
  margin: 0 auto;
}
.brand-hvr .hvr-content {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* opacity: 0; */
  z-index: 1;
  padding: 30px 30px;
  transition: all 300ms ease-in-out;
  align-content: center;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.hvr-content p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
}
.brand-hvr {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
.brand-item:hover .brand-hvr {
  opacity: 1;
  pointer-events: auto;
}
.brand-name {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.custom-cta {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}
.bg-custom-dark-gradient {
  /* background-image: linear-gradient(146.67deg, rgb(5, 17, 26) 19.84%, rgb(40, 42, 67) 81.41%); */
  background-image: linear-gradient(146.67deg, #000871 19.84%, #3c499b 81.41%);
}
.gradient-box-wrap {
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: background-color .3s ease;
  background-position: 50%;
  background-size: cover;
}
.content-vr-box {
  flex: 3 1; flex-direction: column;
  text-align: left;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: background-color .3s ease;
  box-sizing: border-box;
  background-position: 50%;
  background-size: cover;
  line-height: 1.5;
}
.dash-thumb {
  flex: 5 1;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: background-color .3s ease;
  box-sizing: border-box;
  background-position: 50%;
  background-size: cover;
  line-height: 1.5;
}
.dash-thumb img {height: auto; width: 120%;}
.sub-heading  {
  font-weight: 600;
  line-height: 1.5;
}
.gradient-box-wrap p {
  font-weight: 300;
}
.workshop-wrp-box {
    background-color: #f5f5f6;
    /* box-shadow: 0px 0px 120px 0px #0000000D; */
    border-radius: 30px;
    padding: 20px;
    height: 100%;
}
.workshop-wrp-box1 .workforce-img-wrp {
    height: auto !important;
    text-align: right;
}
.workforce-img-wrp {
    height: 100%;
}
.workforce-img-wrp img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
.workforce-text-wrp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.workforce-text-wrp h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.workforce-text-wrp p {
    font-size: 15px;
}
.contact-form-wrap {
  border-top: 3px solid #EE7C00;
}

.custom-form input#mobile_code {
  height: 58px;
}
.custom-form .iti {
  width: 100%;
}
.custom-form textarea.form-control { 
  height: 80px;
}
.custom-form .form-control, .custom-form .form-select, .custom-form label {
  color: #000;
  font-size: 15px;
  font-family: "Medium";
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.custom-form p {
  margin-bottom: 0;
}
.custom-form .form-control, .custom-form .form-select {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: "Regular";
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.custom-form .wpcf7-list-item.first { margin-left: 0;}
.custom-form .form-control::placeholder {
  font-size: 14px;
  font-family: "Medium";
}
.custom-form-check .form-check-label {
  font-size: 14px;
  font-family: "Medium";
}
.custom-form .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
  /* content: url(../images/angle-right.png); */
  color: #fff;
  line-height: 1.8;
}
.breadcrumb-item{
  font-size: 13px;
}
.inner-banner {
  position: relative;
}
.sub-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 40px;
}
.sub-caption h1 {
  color: #fff;
  font-family: "SemiBold";
}
.sub-caption .breadcrumb .breadcrumb-item {
	text-align:left;
    display: inline-block;
    width: max-content;
}
.bg-banner-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.blogs-filter-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blogs-filter-wrap .blog-filter-btn {
  display: inline-block;
  padding: 7px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: rgb(255 255 255 / 0%);
  backdrop-filter: blur(5px);
  transition: all 300ms ease-in-out;
}
.blogs-filter-wrap .blog-filter-btn:hover, .blogs-filter-wrap .blog-filter-btn.active {
  background-color: #EE7C00;
  border-color: #EE7C00;
}
.filter-label {
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  background-color: #EE7C00;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 7px;
  font-family: 'Medium';
  letter-spacing: 0.5px;
}
.contact-info > li {
  display: flex;
}
.contact-info > li > .contact-icon img {
  width: 24px;
}
.contact-info > li a {color: #242424;}
.contact-info > li a:hover {
  color: #EE7C00;
}
.accordion-wrap {
  padding: 30px 50px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.custom-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.custom-accordion .accordion-item:last-child {
  border-bottom: 0;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #EE7C00;
}
.custom-accordion .accordion-item .accordion-button {
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 600;
}
.custom-accordion .accordion-button::after {
  background-image: url(../images/plus.png);
  height: 32px;
  width: 32px;
  background-size: 26px;
  background-position: center;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}
.oe-row {margin-bottom: 40px;}
.oe-row:last-child {margin-bottom: 0px;}
.oe-row:nth-child(odd) {
  flex-flow: row-reverse;
}
.custom-checklist {
  padding-left: 0;
  list-style-type: none;
}
.custom-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.custom-checklist li::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0;
  top: 3px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 18px;
}

.custom-form .input-group .form-control {
  padding: 15px 10px;
}
.custom-form .input-group .input-group-text > img {
  width: 16px;
}
.custom-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.bg-tm-light {
  background-color: #f3f6ff;
}
.custom-form label.error {
  position: relative;
  padding: 0;
  height: auto;
  color: #d00c0c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 7px;
  top: unset;
  left: 0;
  transform: none !important;
  border: 0;
}
.custom-form .form-control.error {
  border-color: #d00c0c;
}
.custom-form .input-group label.error {
  position: absolute;
  bottom: -13px;
  margin: 0;
  font-size: 12px;
  left: 10px;
}
.desc h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 20px;
}
.desc h3 { font-size: 26px; font-weight: 600;}
.desc h4 { font-size: 22px; font-weight: 600;}


/* Custom New ai Line tabs css starts */
.ai-tabs__line-container {
  display: block;
  height: 4px;
  position: relative;
  width: 100%;
}
.ai-tabs__line {
  height: 2px;
  background: #EE7C00;
  position: absolute;
  width: auto;
  transition: 0.25s ease;
}
.custom-nav-tabs .nav-link.active {
  color: #EE7C00;
  background-color: transparent;
}
.custom-nav-tabs {
  border-bottom: 0;
}
.custom-nav-tabs .nav-item {
  margin-right: 25px;
}
.custom-nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.custom-nav-tabs .nav-link {
  color: #000;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 0;
  border: 0;
  font-size: 15px;
  font-family: "Medium";
}
.custom-nav-tabs .nav-link:focus, .custom-nav-tabs .nav-link:active {
  box-shadow: none;
}
/* Custom New ai Line tabs css Ends */
.product-thumb img {
  transition: all 300ms ease-in-out;
  mix-blend-mode: multiply;
}
.product-item {
  position: relative;
  overflow: hidden;
}
.product-item .product-thumb img {
  max-height: 250px;
  height: auto;
  object-fit: contain;
}
.product-item:hover .product-thumb img {
  transform: scale(1.05);
}
.product-name {
  font-family: "Bold";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
  transition: all 300ms ease-in-out;
}
.product-item.product-dt-item:hover .product-name {
  opacity: 0;
}
.product-item:hover .product-name {
  color: #EE7C00;
}
.product-item p {
  font-size: 14px;
  font-family: "Light";
  color: #666666;
}
.product-hvr {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: start;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  padding: 20px 20px;
  transition: all 300ms ease-in-out;
  align-content: center;
}
.product-item:hover .product-hvr {
  opacity: 1;
}
.product-hvr > h5 {
  transform: translateX(50%);
  font-size: 16px;
  transition: all 300ms ease-in-out;
}
.product-hvr .desc h6 {
  font-family: "Regular";
  font-size: 14px;
}
.product-hvr .desc p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-item:hover .product-hvr > h5 {
  transform: translateX(0);
  /* transition-delay: 300ms; */
}
.search-letter-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.search-letter-btn-wrap .letter-btn {
  display: flex;
	align-items:center;
	justify-content:center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  font-family: "SemiBold";
  font-size: 14px;
  border: 1px solid #203265;
  color: #203265;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 1;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}
.letter-btn.btn-light {
  color: #fff;
  border-color: transparent;
  background-color: rgba(255,255,255, 0.1);
  backdrop-filter: blur(5px);
}
.search-letter-btn-wrap .letter-btn.btn-light:hover {
  background-color: rgba(255,255,255, 0.25);

}
.search-letter-btn-wrap .letter-btn.btn-light.active {
  background-color: #fff;
  border-color: #fff;
  color: #EE7C00;
}
.search-letter-btn-wrap .letter-btn:hover,
.search-letter-btn-wrap .letter-btn.active {
  background-color: #203265;
  color: #fff;
}
.search-letter-btn-wrap .letter-btn:last-child {
  margin-right: 0;
}
.search-diseas-form .search-input {
  background-image: url(../images/search.png);
  padding: 10px 15px 10px 40px;
  position: relative;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: 5px;
  font-family: "Medium";
}
.search-diseas-form .search-input:focus {
  box-shadow: none;
}
.section-divider {
  position: relative;
}
.section-divider::before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 80px);
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.videos-wrap {
  display: flex;
  width: 100%;
}
.video-item {
  width: 15%;
  /* max-width: 120px; */
  display: inline-block;
  transition: all 500ms ease-in-out;
  margin-right: 30px;
  position: relative;
}
.video-item:last-child {
  margin-right: 0;
}
.video-item.active {
  width: 55%;
  /* max-width: 100%; */
  width: inherit;
}
.video-item .video-holder { position: relative;}
.video-item .video-holder::before {
  position: absolute;
  content: "";
  height: calc(100% - 7px);
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
}
.video-item .video-holder > video {
  width: 100%;
  object-fit: cover;
  height: 450px;
  transition: all 300ms ease-in-out;
}
.video-item .video-holder video::-webkit-media-controls {
  display: none !important;
}
.video-item .video-holder video {
  pointer-events: none; /* Optional: prevents user interaction */
}
.video-overlay-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.video-overlay-content .video-count {
  font-size: 22px;
  color: #fff;
  font-family: "Bold";
}
.video-overlay-content h5 {
  font-family: "SemiBold";
  color: #fff;  
}
.video-overlay-content h5, .video-overlay-content .btn-custom-white { visibility: hidden; transition-delay: 1s; display: none;}
.video-item.active .video-overlay-content h5, .video-item.active .video-overlay-content .btn-custom-white { visibility: visible; display: block;}
.video-item.active .video-overlay-content .video-count { display: none; }
.update-box-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.update-box-wrap .update-thumb > img {
  aspect-ratio: 1/0.8;
  object-fit: cover;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.update-box-wrap:hover .update-thumb > img {
  transform: scale(1.1);
}
.update-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  height: 50%;
  transition: all 300ms ease-in-out;
  padding: 20px;
  align-content: end;
}
.update-info .desc, .update-info .btn-custom-primary { 
  visibility: hidden; transition-delay: 1s; display: none;
}
.update-box-wrap:hover .update-info .desc, .update-info:hover .btn-custom-primary { visibility: visible; display: block }
button.btn-custom-primary {
  padding-right: 20px;
}
button.btn-custom-primary::after {
  display: none;
}
.update-box-wrap:hover .update-info {height: 100%; background: rgba(0, 0, 0, 0.6); align-content: center;}
.update-box-wrap:hover .update-info .update-heading-wrap {
  border-bottom: 1px solid rgba(255,255,255, 0.4);
  margin-bottom: 30px;
}
.update-heading-wrap h3 {
  font-family: "SemiBold";
}
.presence-locations-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-top: 30px;
  grid-gap: 10px;
}
.presence-locations-wrap a {
  color: #000;
  font-family: "Medium";
  font-size: 18px;
  display: inline-block;
}

.presence-locations-wrap a:hover {
  color: #EE7C00;
}
.bg-tm-primary {
  background-color: #203265;
}
.inquiry-form .form-control, .inquiry-form .form-select {
  font-size: 15px;
  padding: 10px 15px;
  font-family: "Medium";
  color: #000;
}
.inquiry-form .form-control:focus {
  box-shadow: none;
}
/* Language Dropdown css starts */
.custom-dropdown {
      position: relative;
      display: inline-block;
    }

    .custom-btn {
      padding: 5px 20px 5px;
      /* border: 1px solid #ccc; */
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      position: relative;
    }
    .custom-btn::after {
      position: absolute;
      content: "";
      height: 20px;
      width:20px;
      background-image: url(../images/angle-down-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .custom-options {
      display: none;
      position: absolute;
      background: white;
      border: 1px solid #ccc;
      z-index: 999;
    }

    .custom-options div {
      padding: 10px;
      display: flex;
      align-items: center;
      cursor: pointer;
      gap: 10px;
    }

    .custom-dropdown:hover .custom-options {
      display: block;
    }

    .flag {
      width: 24px;
      height: 24px;
      object-fit: cover;
      border-radius: 50%;
    }

    #google_translate_element {
      display: none; /* Hide default Google Translate UI */
    }
    .language-dropdown {
      display: inline-block;
    }

/* Language Dropdown css ends */

.my-owl-nav .my-owl-prev,
.my-owl-nav .my-owl-next {
  border: 0;
  background-color: transparent;
}
.custom-head-pills { width: 25%; max-width: max-content;}
.custom-head-pills > li.nav-item  {
  width: 100%;
}
.custom-head-pills > .nav-item > .nav-link {
  background-color: transparent;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-family: "Medium";
}
.custom-head-pills > .nav-item > .nav-link.active {
  background-color: transparent;
  color: #EE7C00;
}
.col-menu-product {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}
.menu-product-item {
  height: 90%;
}
.menu-product-item .product-thumb-sm {
  aspect-ratio: 1/1;
  background-color: #f7f7f7;
  padding: 7px;
  border-radius: 5px;
  display: block;
  align-content: center;
  text-align: center;
}
.menu-product-item .product-thumb-sm > img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  min-width: 100px;
  display: block;
  margin: 0 auto;
  width: 100%;
  mix-blend-mode: multiply;
}
.menu-product-item:hover .product-thumb-sm > img {
  transform: scale(1.05);
}
.menu-product-item span {
  display: block;
  text-align: center;
  color: #000;
  font-family: "Regular";
  font-size: 14px;
  margin-top: 10px;
  word-break: break-all;
}
.menu-col {
  flex: 0 0 auto;
  width: 14.28%;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-row {
  display: flex; flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.custom-head-pills > .nav-item > .nav-link:focus, .custom-head-pills > .nav-item > .nav-link:active {
  box-shadow: none;
}

/* =================== */


.heyo:hover {
  fill: #CC2929;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: #e88200;
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 15px;
  font-family: "Medium";
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  height: 35px;
  line-height: 1;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

/* =================== */

.arrival-product-thumb {
  aspect-ratio: 1/0.5;
  object-fit: contain;
  object-position: center;
  transition: all 300ms ease-in-out;
}
.arrival-product-item .arrival-product-thumb {
  mix-blend-mode: multiply;
}
.arrival-product-item:hover .arrival-product-thumb {
  transform: scale(1.07);
}
.arrival-product-item p {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* Category Page CSS Starts */

.category-item {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 1/0.8; */
}
.category-item:hover {
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  background-color: #203265;
}
.category-item .cat-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.category-item .cat-thumb > img {
  transition: all 300ms ease-in-out;
  border-radius: 20px;
  width: 100%;
}
.category-item:hover .cat-thumb > img {
  transform: scale(1.1);
}
.cat-name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Medium";
  position: absolute;
  bottom: 0;
  padding: 30px 20px 20px;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  transition: all 300ms ease-in-out;
  height: 100px;
  align-content: center;
}
.category-item:hover .cat-name {
  color: #fff;
  padding-bottom: 40px;
  height: 80%;
}

/* Category Page CSS Ends */
.brands-multirow-slide .owl-nav {
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  height: fit-content;
  width: 100%;
  justify-content: space-between;
  display: flex;
  pointer-events: none;
}
.brands-multirow-slide .owl-nav .owl-next, .brands-multirow-slide .owl-nav .owl-prev {
  pointer-events: auto;
  background: #EE7C00 !important;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
}
.brands-multirow-slide .owl-nav .owl-next > img, .brands-multirow-slide .owl-nav .owl-prev > img {
  /* filter: invert(1) brightness(9); */
  width: 22px;
}
.brands-multirow-slide .owl-nav .owl-next:hover, .brands-multirow-slide .owl-nav .owl-prev:hover {
  background-color: #000 !important;
}
.brands-multirow-slide .owl-nav .owl-next {
  margin-left: 15px;
}
.product-pictures-wrap {
  background-color: #F5F8FF;
  border-radius: 20px;
}
.product-pictures-wrap .product-item > img {
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.product-pictures-wrap .product-item:hover > img {
  transform: scale(1);
}
.product-desc h6, .intro-wrap h6 {
  color: #203265;
}
.intro-content {
  border: 1px solid #cfc9c9;
  border-radius: 10px;
}
.intro-content p {
  margin-bottom: 5px;
}
.product-pictures-wrap .product-img {
  mix-blend-mode: multiply;
}
.product-pictures-wrap .owl-thumbs .owl-thumb-item {
  height: 100px;
  margin-right: 5px;
  width: 100%;
  max-width: 100px;
  background: #fff;
  border: none;
  overflow: hidden;
}
.product-pictures-wrap .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  transition: all 300ms ease-in-out;
  height: auto;
  mix-blend-mode: multiply;
}
.product-pictures-wrap .owl-thumbs .owl-thumb-item.active {
  border-bottom: 1px solid #EE7C00;
}
.product-pictures-wrap .owl-nav {
  transform: translateY(50%);
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
.product-pictures-wrap .owl-thumbs {
  margin-top: 25px;
	white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}
.product-pictures-wrap .owl-thumbs .owl-thumb-item:hover img { 
  transform: scale(1.1);
}
.product-pictures-wrap .owl-nav > .owl-prev, .product-pictures-wrap .owl-nav > .owl-next {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #ddd !important;
    border-radius: 50%;
}
/* .custom-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.custom-accordion .accordion-item:last-child {
  border-bottom: 0;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #EE7C00;
}
.custom-accordion .accordion-item .accordion-button {
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 600;
} */
.custom-accordion-sm .accordion-item .accordion-header { margin-top: 0;}
.custom-accordion-sm .accordion-item .accordion-body { padding-top: 0; padding-bottom: 15px;}
.custom-accordion-sm .accordion-item {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  /* padding-bottom: 7px; */
  /* margin-bottom: 7px; */
}
.custom-accordion-sm .accordion-item:last-child {
  border-bottom: 0;
}
.custom-accordion-sm .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #EE7C00;
  /* -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1120c5, #9465ff 86%, #1120c5);
  -webkit-background-clip: text; */
}
.custom-accordion-sm .accordion-item .accordion-button {
  box-shadow: none !important;
  font-size: 18px;
  font-family: "Medium";
  color: #6b6b6b;
  padding: 20px 0;
}
.custom-accordion-sm .accordion-item .accordion-button:hover {
  color: #000;
}
.custom-accordion-sm .accordion-item .accordion-button:not(.collapsed):hover {
  color: #EE7C00;  
}
.custom-accordion-sm .accordion-item .accordion-button:hover::after {
  opacity: 1;
}
.custom-accordion-sm .accordion-button::after {
  background-image: url(../images/next.png);
  height: 22px;
  width: 22px;
  background-size: 20px;
  background-position: center;    
  /* filter: grayscale(1) brightness(0); */
  /* opacity: 0.5; */
  transition: all 300ms ease-in-out;
  transform: rotate(45deg);
}
.custom-accordion-sm .accordion-button:not(.collapsed)::after {
  background-image: url(../images/next.png);
  transform: rotate(-45deg);
  opacity: 1;
  filter: unset;
}
.abt-accordion.custom-accordion-sm .accordion-button::after,
.abt-accordion.custom-accordion-sm .accordion-button:not(.collapsed)::after {
  height: 50px;
  width: 50px;
  background-size: 20px;
  border-radius: 50%;
  background-color: #efefef;
}
.abt-accordion.custom-accordion-sm .accordion-button:not(.collapsed)::after{
  background-color: #fff;
}
.abt-accordion.custom-accordion-sm .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f7f7f7 !important;
}
.abt-accordion .accordion-item {
  /* display: flex; */
  background-color: transparent;
  /* padding: 15px; */
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.abt-accordion .accordion-item .accordion-item-no {
  font-size: 26px;
  font-family: "Medium";
}
.abt-accordion .accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.abt-accordion .accordion-body {
  padding-left: 60px;
}
.listed-item {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.listed-item:hover {
  background-color: #F5F8FF;
}
.listed-item p { margin-bottom: 0; font-family: "Regular"; }
.listed-item h6 { margin-top: 0;}
.li-icon {
  display: inline-block;
}
.li-icon > img {
  transition: all 300ms ease-in-out;
  transform: scale(0.8);
}
.listed-item:hover .li-icon > img {
  transform: scale(1);
}
.theme-img { position: relative; overflow: hidden;}
.theme-img > img { 
  transition: all 300ms ease-in-out;
  width: 100%;
}
.theme-img:hover > img { 
  transform: scale(1.1);
}

.about-thumb-wrapper .about-thumb {
  /* width: 50%; */
}
.exp-wrap {
  padding: 15px;
  background-color: #203265;
  color: #fff;
  border-radius: 10px 10px 10px 0;
  display: flex;
  align-items: flex-start;
  max-width: 75%;
  justify-content: center;
  font-size: 18px;
}
.exp-wrap > span { 
  width: min-content;
}
.exp-wrap > span.year-count {
  font-family: "Bold";
}
.col-abt-thumb {
  position: relative;
}
.col-abt-thumb::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 15px;
  background-color: #EE7C00;
  transition: all 300ms ease-in-out;
}
.col-abt-thumb:first-child:before {
  bottom: 0;
  right: 15px;
}
.col-abt-thumb:last-child:before {
  top: -21%;
  left: 13px;
}
.about-thumb-wrapper:hover .col-abt-thumb:first-child:before {
  bottom: 15px;
}
.about-thumb-wrapper:hover .col-abt-thumb:last-child:before {
  top: -18%;
}
.about-thumb-wrapper .col-abt-thumb .about-thumb {

}
.counter-container {
  /* background-color: transparent; */
  border-radius: 15px;
}
.counter-container .counter {
  color: #000;
  font-size: 60px;
  font-family: "Bold";
}
.counter-container p {
  /* text-transform: uppercase; */
  font-family: "Regular";
  color: #EE7C00;
}
.excell-item {
  box-shadow: 10px 0px 25px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.excell-item .excell-title {  
  font-family: "Medium";
}
.excell-item .exc-no {
  font-family: "Medium";
}
.excell-item .icon > img {
  transition: all 300ms ease-in-out;
  transform: scale(0.8);
}
.excell-item:hover .icon > img {
  transform: scale(1);
}
.linkedin-icon {
  background-image: url(../images/li.png);
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-dnc-banner {
  position: relative;
  padding: 50px 40px;
}
.search-dnc-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #FF9F37, #EE7C00);
}
.search-item-list {
  margin-bottom: 80px;
}
.search-item {
  padding: 20px 0;
}
.search-item-list:last-child {
  margin-bottom: 0;
}
.cta-scrollup {
  padding-right: 25px;
  background-image: url(../images/);
}
.table-custom thead th {
  background-color: #203265;
  color: #fff;
  font-family: "Medium";
  font-weight: inherit;
}
.table-custom th, .table-custom td {
  font-size: 14px;
  padding: 12px;
}
.table-custom thead {
  position: sticky;
  top: 0px;
  z-index: 9;;
}
.team-item {
  position: relative;
}
.team-thumb > img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}
.member-info {
  padding: 15px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}
.member-info h5 {
  font-size: 15px;
}
.member-info h6 {
  font-size: 14px;
}
.member-info p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.team-item:hover .member-info p {
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.map-wrap iframe {
  width: 100%;
  height: 550px;
  height: calc(100vh - 200px);
}
.home{
	width:100%;
  position: relative;
}
.home:before{
	content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-color: rgba(0,0,0,0.9); */
}
.home h3{
	position:relative;
	font-size:40px;
	text-align: left;
    color:#009393;
  /* margin-left:15%; */
	/* font-weight:700; */
  top: 0;
}
.stage{
	width: auto;
	margin-top: 0;
  height: 60px;
  position: relative;
}
.cubespinner{
	-webkit-animation-name:spincube;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:6s;
	animation-name:spincube;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;
	animation-duration:6s;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:25px 25px 0;
	-moz-transform-origin:25px 25px 0;
	-ms-transform-origin:25px 25px 0;
	transform-origin:25px 25px 0;
}
.cubespinner div {
  position:absolute;
  width:400px;
  height:45px;
  text-align:left;
  color:#109393;
  /* font-family:'Raleway', sans-serif; */
  font-size: 40px;
  /* font-weight:700; */
}
.cubespinner .face1{
  color:#FF9F37;
  -webkit-transform:translateZ(25px);
  -moz-transform:translateZ(25px);
  -ms-transform:translateZ(25px);
  transform:translateZ(25px);
  -webkit-backface-visibility: hidden;
}
.cubespinner .face2{
  color:#FF9F37;
  -webkit-transform: rotateX(90deg) translateZ(25px);
  -moz-transform: rotateX(90deg) translateZ(25px);
  -ms-transform: rotateX(90deg) translateZ(25px);
  transform: rotateX(90deg) translateZ(25px);
  -webkit-backface-visibility: hidden;
}
.cubespinner .face3{
  color:#FF9F37;
  -webkit-transform:rotateX(180deg)  translateZ(25px);
  -moz-transform:rotateX(180deg)  translateZ(25px);
  -ms-transform:rotateX(180deg)  translateZ(25px);
  transform:rotateX(180deg)  translateZ(25px);
  -webkit-backface-visibility: hidden;
}
.cubespinner .face4{
  color:#FF9F37;
  -webkit-transform:rotateX(270deg) translateZ(25px);
  -moz-transform:rotateX(270deg) translateZ(25px);
  -ms-transform:rotateX(270deg) translateZ(25px);
  transform:rotateX(270deg) translateZ(25px);
  -webkit-backface-visibility: hidden;
}

/*Cubical Flipping or rotation*/
@-webkit-keyframes spincube {
    from,to  { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}
    15%      { -webkit-transform: rotateX(90deg);}
    25%      { -webkit-transform: rotateX(90deg);}
    40%      { -webkit-transform: rotateX(180deg);}
    50%      { -webkit-transform: rotateX(180deg);}
    65%      { -webkit-transform: rotateX(270deg);}
    75%      { -webkit-transform: rotateX(270deg);}
    95%      { -webkit-transform: rotateX(360deg);}
    100%      { -webkit-transform: rotateX(360deg);}
  }
  @keyframes spincube {
    from,to {
	  -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }
    15% {
	  -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
	25% {
	  -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
	40% {
	  -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      transform: rotateX(180deg);
    }
	50% {
	  -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      transform: rotateX(180deg);
    }
    65% {
	  -webkit-transform: rotateX(270deg);
      -moz-transform: rotateX(270deg);
      -ms-transform: rotateX(270deg);
      transform: rotateX(270deg);
    }
	75% {
	  -webkit-transform: rotateX(270deg);
      -moz-transform: rotateX(270deg);
      -ms-transform: rotateX(270deg);
      transform: rotateX(270deg);
    }
	90% {
	  -webkit-transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
      transform: rotateX(360deg);
    }
    100% {
	  -webkit-transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
      transform: rotateX(360deg);
    }
  }
.job-role {
  background-image: url(../images/briefcase.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  padding-left: 25px;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-family: "Medium";
}
.job-type {
  background-image: url(../images/clock.png);
  background-repeat: no-repeat;background-position: center left;
  background-size: 18px;
  padding-left: 25px;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-family: "Medium";
}
.job-location {
  background-image: url(../images/map-pin.png);
  background-repeat: no-repeat; background-position: center left;
  background-size: 18px;
  padding-left: 25px;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-family: "Medium";
}
.openings-item p { font-size: 14px;}
.job-apply-form .form-label {
  font-family: "SemiBold";
  color: #000;
  font-size: 14px;
}
.job-apply-form .form-control ,.job-apply-form .form-select {
  padding: 10px 15px;
  font-size: 14px;
}
.artical-item .blog-title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.artical-item .short-desc p {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Regular";
}
.post-date {
  font-family: "Medium";
  font-size: 15px;
  padding-left: 25px;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
  line-height: 1.5;
}
.artical-item {
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.artical-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.artical-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.56;
}
.legacy-content-wrapper {
  position: relative;
}
.legacy-content-wrapper::before {
  position: absolute;
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  background-color: #000;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.legacy-item {
  margin-bottom: 50px;
  position: relative;
}
.legacy-item:last-child { margin-bottom: 0;}
.legacy-item:nth-child(odd) .row {
  flex-flow: row-reverse;
}
.legacy-item:nth-child(odd) .row .legacy-thumb-wrap {
  text-align: right;
}
.legacy-item:nth-child(odd) .row img {
  display: block;
  margin-left: auto;
}
.legacy-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #EE7C00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ceo-thumb {
  position: relative;
  z-index: 1;
}
.ceo-msg-wrap {
  position: relative;
  padding: 40px 25px 25px 0;
  z-index: 0;
}
.ceo-msg-wrap::before {
  position: absolute;
  content: "";
  height: calc(100% + 15%);
  width: calc(100% + 40%);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
}
.history-item {
  /* border-top: 3px solid #ddd; */
  transition: all 300ms ease-in-out;
  position: relative;
}
.history-item::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  transition: all 300ms ease-in-out;
  background-color: #ddd;
  left: 0;top: 0;
}
.history-item::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 0px;
  transition: all 500ms ease-in-out;
  background-color: #EE7C00;
  left: 0;top: 0;
}
.history-item:hover::before {
  width: 100%;
  z-index: 1;
}
.history-item:hover {
  border-color: #EE7C00;
}
.history-item:hover .h-number,
.history-item:hover .h-year {
  color: #EE7C00;
}
.history-item .h-desc p {
  font-size: 15px;
}
.pillar-bg-wrap {
  position: relative;
}
.pillar-bg-wrap::before {
  position: absolute;
  content: "";
  max-height: 80%;
  max-width: 70%;
  aspect-ratio: 1.4/1.6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background-image: url(../images/manufacturing-thumb-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: -1;
  margin: auto;
}
.job-search-form .form-label {
  font-family: "SemiBold";
}
.job-search-form .form-control {
  padding: 10px 15px;
  font-family: "Medium";
}
.job-search-form .btn-outline-secondary {
  background: #203265;
}
.job-search-form .btn-outline-secondary:hover , .job-search-form .btn-outline-secondary:focus {
  background: #203265;
}
.job-search-form .btn-outline-secondary img {
  filter: grayscale(1) brightness(9);
}
.job-search-form .form-control:focus {
  box-shadow: none;
}
.hiring-slide-item img {
  aspect-ratio: 1/0.65;
  object-fit: cover;
}
.owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-top: 20px;
  background: #ff9e3767 !important;
  margin-right: 5px;
  border-radius: 10px;
}
.owl-dots .owl-dot.active {
  width: 20px;
  background:#FF9F37 !important;
}
.career-custom-nav .nav-link {
  color: #3c3c3c;
}
.career-custom-nav .nav-link.active {
  color: #EE7C00;
  border-color: #EE7C00;
}
.career-custom-nav .nav-link > img {
  filter: grayscale(1);
}
.career-custom-nav .nav-link.active > img {
  filter: unset;
}
.team-career-item {
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  transition: all 300ms ease-in-out;
}
.team-career-item h6 {
  margin-bottom: 0;
  font-size: 15px;
}
.icon-sm {
  transform: scale(0.9);
  transition: all 300ms ease-in-out;
}
.team-career-item:hover .icon-sm {
  transform: scale(1);
}
.team-career-item:hover {
  cursor: pointer;
  box-shadow: 5px 5px 15px 0px rgb(238, 124, 0, 0.2);
  /* background-color: rgb(238, 124, 0, 0.05); */
}
.map-bar {
  position: -webkit-sticky; position: sticky; top: 150px;
}
.product-acc-desc > ul {
  list-style-type: none;
  padding-left: 0;
}
.product-acc-desc > ul li {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  /* height: 100%; */
  transition: all 300ms ease-in-out;
  margin-bottom: 0px;
}
.product-acc-desc > ul li p { margin-bottom: 0;}
.product-acc-desc > ul li:hover {
  background-color: #F5F8FF;
}
.product-acc-desc > ul li p { margin-bottom: 0; font-family: "Regular"; }
.product-acc-desc > ul li h6 { margin-top: 0;}
.li-icon {
  display: inline-block;
}
.li-icon > img {
  transition: all 300ms ease-in-out;
  transform: scale(0.8);
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.product-acc-desc ul li:hover .li-icon > img {
  transform: scale(1);
}
@media only screen and (min-width: 1200px) {
  .product-acc-desc > ul {
    display: grid;  
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
  }

}
.search-list {
  list-style-type: decimal;
  padding-left: 25px !important;
}
.search-list li::marker {
  font-weight: 600;
  font-size: 20px;
}
.search-post-card a {
  width: max-content;
  display: block;
}
.search-list li {
  margin-bottom: 20px;
}
.search-list li:last-child {
  margin-bottom: 0;
}
.search-post-card h2 {
	font-size: 22px;
  font-weight: 700;
  color: #21232f;
}
.search-post-card a:hover h2 {
  color: #EE7C00;
  text-decoration: underline;
}
.search-post-card .text-muted {
  font-weight: 700;
  color: #1a9a9a !important;
}
.no-seasult-found-box{
	padding: 100px 20px !important;
}
.form-control, .form-select {
  font-size: 14px;
  padding: 10px;
}
.map-wrap-sm > iframe {
  height: 350px;
  width: 100%;
}
#our-history {
  scroll-margin-top: 100px; 
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display:none;
}

.custom-nav-tabs .nav-item:nth-child(8n+1) .nav-link.active { color: #EE7C00; }
.custom-nav-tabs .nav-item:nth-child(8n+2) .nav-link.active { color: #7e060a; }
.custom-nav-tabs .nav-item:nth-child(8n+3) .nav-link.active { color: #01359a; }
.custom-nav-tabs .nav-item:nth-child(8n+4) .nav-link.active { color: #FFC107; }
.custom-nav-tabs .nav-item:nth-child(8n+5) .nav-link.active { color: #6F42C1; }
.custom-nav-tabs .nav-item:nth-child(8n+6) .nav-link.active { color: #DC3545; }
.custom-nav-tabs .nav-item:nth-child(8n+7) .nav-link.active { color: #a11266; }
.custom-nav-tabs .nav-item:nth-child(8n+8) .nav-link.active { color: #f15b31; }



.product-dt-slide .product-item {
	background:#F5F8FF;
}

.our-categoary  {
    position: relative;
/*     background-image: url(../images/pattern-3.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.our-categoary::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/pattern-3.png);
	z-index:-1;
	 filter: grayscale(1);
	opacity:0.5;

}
.custom-form-check .wpcf7-list-item {
  margin: 0 15px 0 0;
}
.custom-form .wpcf7-list-item.last {
  margin-right: 0;
}

/* our ceo */
.board-of-directors-box img {
    border-radius: 10px 10px 0 0;
}
.board-of-directors-box {
	border: 1px solid #d0cccc;
    border-radius: 10px;
    border-bottom: 4px solid #ee7c00;
}
.board-of-directors-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ee7c00;
    margin: 10px 0;
}
.board-of-directors-text-wrap p {
    text-align: center;
	    color: #333;
}
.offcanvas-backdrop{
	margin-top:0;
}
.team-offcanvas {
    height: max-content;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 35% !important;
    max-height: 100vh;
    padding: 100px 0 !important;
    background-color: #203265;
    color: #fff;
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
}
.team-offcanvas .offcanvas-body {
    overflow-x: unset;
    overflow-y: unset;
}
.img-reveal1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.team-offcanvas .team-thumb img {
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    object-position: top;
}
.team-offcanvas .text-wrap {
    padding-left: 150px;
}
.team-offcanvas .team-title-wrap .designation {
    font-weight: 700;
    font-style: italic;
    color: #e8a93f;
}
.team-offcanvas .offcanvas-header {
    position: absolute;
    top: 10px;
    right: 10px;
}
.offcanvas-header .btn-close {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    right: 25px !important;
    top: 25px !important;
    background-size: 12px;
    z-index: 9;
}
.message-fm-director-text h2 {
    color: #e88200;
    font-size: 25px;
    font-weight: 700;
	    margin-bottom: 10px;
}
.message-fm-director-img {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
    z-index: 1;
}
.message-fm-director-img::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 93%;
    height: 93%;
    border: 1px solid #e88200;
    z-index: -1;
    border-radius: 10px;
}
.img-reveal {
	overflow: hidden;
}
.img-reveal img {
    animation: revealImage 1.5s ease forwards;
	border-radius: 10px;
}
.img-reveal .img-overlay{
    animation: revealOverlay 1.5s ease forwards;
    border-radius: 10px;
}
.img-reveal .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e8a93f;
    z-index: 2;
    transform: translateX(0);
    border-radius: 10px;
}
p.designation {
    color: #203265;
    font-weight: 600;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
/* Keyframes for movement */
@keyframes revealOverlay {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.event-frame img {
	aspect-ratio: 1/0.8;
	width:100%;
	object-fit:cover;
}
.event-frame a::before {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	left: 0;
	top:-100%;
	background-color: #203265;
	opacity: 0.8;
	transition: 300ms ease-in-out;
	pointer-events:none;
}
.event-frame a::after {
	position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 55px;
    height: 55px;
    background: transparent;
    background-image: url('../images/view.png');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #e8a93f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.5s ease;
    z-index: 3;
}
.event-frame a:hover::after {
    opacity: 1;
    margin-top: 0;
}
.event-frame a:hover::before {
	top:0;
}
.office-locations-wrap .accordion-item {
	scroll-margin-top: 150px;
	scroll-padding-top: 200px;
}
/*Landing Page CSS Starts*/

.tp-product-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.tp-product-item.bg-red  {
    background-color: #f6ded7;
}
.tp-product-item.bg-green  {
    background-color: #d2e7d4;
}
.tp-product-item.bg-blue  {
    background-color: #c6e6f7;
}
.tp-product-item.bg-gray  {
    background-color: #dee0df;
}
.tp-product-item.bg-red h3 {
    color: #d73d3d;
}
.tp-product-item.bg-green h3 {
    color: #318539;
}
.tp-product-item.bg-blue h3 {
    color: #1e4284;
}
.tp-product-item.bg-gray h3 {
    color: #535658;
}
.tp-product-item h3 > span {
    font-family: 'Regular';
}
.tp-thumb img {
    aspect-ratio: 0.8/1;
    /*height: 300px;*/
    object-fit: contain;
    transition: all 300ms ease-in-out;
}
.tp-content {
    padding: 65px 5px;
    text-align:center;
    max-width:55%;
}
.tp-content .cta-link {color: #000;}
.tp-content .cta-link::after {
    filter: grayscale(1) brightness(0);
}
.tp-product-item:hover .tp-thumb img {
    transform: scale(1.05);
}
.tp-ing-list {
    list-style: none;
    padding-left:0;
}
.tp-ing-list>li {
    padding-left: 30px;
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 18px;
    font-family: 'Medium';
    margin-bottom: 10px;
}
.landing-banner {position:relative;}
.landing-banner .banner-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    padding: 15px 50px;
}
.tp-form-wrapper {
    padding: 60px 30px;
}
.tp-form .form-floating > .form-control { 
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color:#fff !important;
    padding-left: 3px;
}
.tp-form .form-floating > .form-control + label {
    padding-left:0; color:#fff;
}
.tp-form-wrapper {
    background-image: url(../images/form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.tp-form-wrapper::before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    left:0;
    top:0;
    background: #e88302;
    opacity: 0.85; z-index: -1;
}
.tp-form .form-floating>textarea:focus~label::after, .tp-form .form-floating>textarea:not(:placeholder-shown)~label::after { background-color: transparent; }
.tp-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
    border-color: #3a9b43;
    background: #3a9b43;
    color: #fff;
    text-align:center;
}

/*Landing Page CSS Ends*/

.job-description ul {
	margin-bottom: 10px;
}
.job-description h5 {
	color: #374151;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}
.job-description p {
	color: #4b5563; margin-bottom: 10px; font-weight: 500;
}
.job-description h3{
	color: #1e3a8a; font-size: 32px; margin-bottom: 20px; border-bottom: 3px solid #f97316; padding-bottom: 15px; font-weight: 600;
}
.job-description hr {
	border: none;
    border-top: 1px solid #e5e7eb;
    margin: 30px 0;
}
.job-description h4 {
	color: #1e3a8a;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.job-description ul {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-gap: 10px;
	}
	.job-description ul li {
		margin-bottom: 0;
	}
}

.home-slider .carousel-indicators{
	display:none;
}
.whatsapp-sticky-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.whatsapp-sticky-left img{
	height: 50px;
    width: 100%;
}