@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
::after,
::before {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;
}

:root {
  --headingFont: ;

  --bodyFont: ;

  --primaryColor: ;

  --secondaryColor: ;
}

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;

  padding: 0;

  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";

  clear: both;

  position: relative;

  width: 100%;

  display: table;
}

body {
  background: #fff;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 1.5;

  font-family: "Montserrat", sans-serif;
}

section {
  padding: 60px 0;
}

.container-fluid {
  padding: 0 40px;
}

.container {
  max-width: 1170px;

  padding: 0px 15px;

  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

a {
  display: inline-block;

  transition: all 0.5s ease-in-out;
}

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

  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  font-weight: 400;

  font-style: normal;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

p {
  margin: 0;
}

/* ===================== common css start ====================== */

/* ================== mobile menu section start================= */

.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;

  text-decoration: none;

  width: 25px;

  position: absolute;

  top: 50px;

  right: 15px;
}

.mobileMenuButton span {
  width: 25px;

  height: 2px;

  border-radius: 4px;

  background: #000;

  display: block;

  opacity: 1;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;

  background: #565656;
}

.mm-navbar__title > span {
  color: #fff;
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */

.mm-page {
  position: initial;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border-color: #000000;
}

.mm-listitem.active {
  background: #878787;
}

/* ==================== mobile menu section end =================== */

/*========================== header start ==========================*/

.site-main {
  overflow: hidden;
}

.bottom_hdr {
  background: #fff;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;

  transition: 0.4s all ease-in-out;
}

.call_mail a {
  font-size: 13px;

  color: #595260;
}

.call_mail figure {
  margin-bottom: 0;
}

.home_bnr {
  position: relative;

  margin-top: 52px;
}

.home_bnr figure {
  margin-bottom: 0;
}

.bnr-cntnt {
  position: absolute;

  top: 50%;

  left: 50%;

  color: #fff;

  transform: translate(-50%, -50%);

  width: 1000px;

  text-align: center;
}

.bnr-cntnt h5 {
  font-size: 17px;

  font-weight: 900;

  letter-spacing: 2px;
}

.bnr-cntnt h1 {
  font-size: 50px;

  font-weight: 900;

  letter-spacing: 3.15px;
}

.bnr-cntnt p {
  font-size: 20px;

  padding-top: 22px;

  color: #ffffff;
}

.home_bnr a {
  text-transform: uppercase;

  font-size: 13px;

  font-weight: 600;

  background-color: #f6882e;

  padding: 10px 20px;

  color: #fff;

  margin-top: 48px;

  transition: 0.4s all ease-in-out;
}

.home_bnr a:hover {
  background-color: #3a55a6;
}

h2 {
  text-align: center;

  font-size: 35px;

  color: #2c2e43;

  font-weight: 800;

  text-transform: capitalize;
}

.sub_hdng {
  font-size: 20px;

  color: #595260;

  margin-top: 22px;

  text-align: center;

  margin-bottom: 20px;
}

.industry_slider .slider_card figure {
  margin-bottom: 0;
}

.slider_content {
  margin: 15px;

  position: relative;
}

.slider_card .slider_inner {
  position: absolute;

  width: auto;

  text-align: center;

  padding: 30px 0 30px 0;

  margin: 0 0px;

  height: auto;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  min-height: 226px;
}

.slider_card figure {
  position: relative;
}

.slider_card figure h4 {
  position: absolute;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.5);

  width: 100%;

  padding: 10px;

  text-align: center;
}

.industry_slider figure img {
  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

.slider_card .slider_inner.inner_first {
  background-color: #41a848;
}

.slider_card h4 {
  color: #fff;

  font-size: 25px;

  font-weight: 900;

  text-transform: uppercase;
}

.slider_card .slider_inner p {
  font-size: 15px;

  font-weight: 400;

  line-height: 20.72px;

  padding: 0 10px 20px 10px;

  color: #fff;

  min-height: 154px;
}

.slider_card .slider_inner button {
  font-size: 13px;

  color: #fff;

  font-weight: 600;

  text-transform: uppercase;

  border-bottom: 1px solid #fff;

  padding: 0;

  border-radius: 0px;
}

.industry_slider .owl-dots {
  display: flex;

  text-align: center;

  justify-content: center;

  gap: 10px;

  align-items: center;
}

.industry_slider .owl-dot {
  height: 20px;

  width: 20px;

  transition: all 0.3s ease-in-out;
}

/* #41a848 green



#3a55a6 blue



#f6882e orange */

.industry_slider .owl-dots .owl-dot:nth-child(3n) {
  background: #41a848;
}

.industry_slider .owl-dots .owl-dot:nth-child(3n + 1) {
  background: #3a55a6;
}

.industry_slider .owl-dots .owl-dot:nth-child(3n + 2) {
  background: #f6882e;
}

.industry_slider .owl-dots .owl-dot.active {
  transform: scale(1.3);
}

.industry_slider .owl-stage {
  height: 570px;
}

.legacy_sec {
  background-color: #f3f3f3;
}

.legacy_sec .timeline_box figure {
  text-align: center;

  margin-bottom: 0;
}

.legacy_sec .timeline_box img {
  border: 3px solid #f6882e;
}

.timeline_box {
  position: relative;
}

.timeline_box::before {
  position: absolute;

  content: "";

  background: url("../images/arrow.png") no-repeat;

  height: 100%;

  width: 100%;

  top: 100%;

  left: 50%;

  transform: translate(-31%, 5px);
}

.timeline_box_scnd::before {
  position: absolute;

  content: "";

  background: url("../images/arrow.png") no-repeat;

  height: 100%;

  width: 100%;

  top: 100%;

  left: 50%;

  transform: translate(-14%, 5px);
}

.timeline_box_third::before {
  position: absolute;

  content: "";

  background: url("../images/arrow.png") no-repeat;

  height: 100%;

  width: 100%;

  top: 100%;

  left: 50%;

  transform: translate(-3%, 5px);
}

.timeline_box_four::before {
  position: absolute;

  content: "";

  background: url("../images/arrow-down.png") no-repeat;

  height: 100%;

  width: 100%;

  top: -100%;

  left: -58%;

  transform: rotate(180deg);
}

.timeline_box_five::before {
  position: absolute;

  content: "";

  background: url("../images/arrow-down.png") no-repeat;

  height: 100%;

  width: 100%;

  top: -100%;

  left: -43%;

  transform: rotate(180deg);
}

.timeline_box_six::before {
  position: absolute;

  content: "";

  background: url("../images/arrow-down.png") no-repeat;

  height: 100%;

  width: 100%;

  top: -100%;

  left: -35%;

  transform: rotate(180deg);
}

.upper {
  display: flex;

  justify-content: center;

  gap: 50px;

  margin-left: -44px;
}

.lower {
  display: flex;

  justify-content: center;

  gap: 50px;

  margin-left: 190px;
}

.timeline_box_first p {
  position: absolute;

  top: 110%;

  left: 30%;

  color: #3a55a6;

  font-size: 20px;

  font-weight: 700;
}

.timeline_box_scnd p {
  position: absolute;

  top: 110%;

  left: 45%;

  color: #3a55a6;

  font-size: 20px;

  font-weight: 700;
}

.timeline_box_third p {
  position: absolute;

  top: 110%;

  left: 58%;

  color: #3a55a6;

  font-size: 20px;

  font-weight: 700;
}

.timeline_box_four p {
  position: absolute;

  top: -20%;

  left: 45%;

  color: #3a55a6;

  font-size: 18px;

  font-weight: 700;
}

.timeline_box_five p {
  position: absolute;

  top: -20%;

  left: 60%;

  color: #3a55a6;

  font-size: 20px;

  font-weight: 700;
}

.timeline_box_six p {
  position: absolute;

  top: -20%;

  left: 68%;

  color: #3a55a6;

  font-size: 20px;

  font-weight: 700;
}

.core_box {
  background-color: #f3f3f3;

  padding: 30px 25px;

  position: relative;
}

.core_box::before {
  position: absolute;

  content: "";

  height: 100%;

  width: 10px;

  background-color: #3a55a6;

  left: 0;

  top: 0;
}

.core_box p {
  font-size: 20px;

  color: #2c2e43;

  font-weight: 400;

  margin-top: 28px;
}

.value_sec p {
  font-size: 18px;

  margin-top: 20px;

  line-height: 25.6px;

  color: #2c2e43;

  font-weight: 400;
}

.blue_btn {
  background-color: #3a55a6;

  color: #fff;

  padding: 16px 24px;

  text-align: center;

  font-size: 21px;

  font-weight: 600;

  margin-top: 30px;

  transition: 0.4s all ease-in-out;

  border-radius: 10px;

  display: inline-flex;

  gap: 15px;
}

.blue_btn:hover {
  background-color: #f6882e;
}

.blue_btn img {
  transition: 0.4s all ease-in-out;
}

.blue_btn:hover img {
  transform: rotate(45deg);
}

.value_sec figure {
  margin-bottom: 0;
}

.social_sec {
  background-color: #f0f0f0;
}

.social_sec p {
  font-size: 15px;

  font-weight: 400;

  line-height: 24px;

  color: #484848;
}

.social_sec figure {
  margin-bottom: 0;
}

.social_sec figure img {
  border-bottom: 3px solid #3a55a6;
}

.social_sec .card_inner {
  padding: 20px;

  background-color: #fff;
}

.award_card figure {
  margin-bottom: 0;
}

.award_card {
  text-align: center;

  padding: 0 11.5px;
}

.award_slider {
  margin-top: 55px;
}

.event_inner a {
  width: 100%;
}

.award_card h4 {
  padding: 20px;

  font-size: 15px;

  font-weight: 700;

  color: #fff;

  line-height: 19.48px;

  text-align: left;

  height: 117px;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  border: 2px solid #000;

  background: #000;
}

.award_card img {
  height: 250px;

  width: 100%;

  object-fit: cover;

  object-position: top;
}

.social_card .card_inner h4 {
  font-size: 17px;

  font-weight: 700;

  padding-bottom: 15px;

  height: 55px;
}

.award_card p {
  line-height: 20.72px;

  font-size: 15px;

  color: #595260;

  font-weight: 400;
}

.event_slider {
  margin-top: 55px;
}

.event_slider figure img {
  width: 100%;

  height: 230px;

  object-fit: cover;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

.event_slider .event_card {
  padding: 0 15px;
}

.event_slider .slick-prev {
  font-size: 0;

  background: url("../images/prev-arrow.svg") no-repeat;

  height: 50px;

  width: 50px;

  border: none;

  top: 100%;

  position: absolute;

  z-index: 1;

  transform: translate(-100%, 50%);

  left: 50%;

  border-radius: 50%;
}

.event_slider .slick-next {
  font-size: 0;

  background: url("../images/next-arrow.svg") no-repeat;

  height: 50px;

  width: 50px;

  border: none;

  top: 100%;

  position: absolute;

  z-index: 1;

  transform: translate(150%, 50%);

  right: 50%;

  border-radius: 50%;
}

.award_slider .slick-prev {
  font-size: 0;

  background: url("../images/prev-arrow.svg") no-repeat;

  height: 50px;

  width: 50px;

  border: none;

  top: 100%;

  position: absolute;

  z-index: 1;

  transform: translate(-100%, 50%);

  left: 50%;

  border-radius: 50%;
}

.award_slider .slick-next {
  font-size: 0;

  background: url("../images/next-arrow.svg") no-repeat;

  height: 50px;

  width: 50px;

  border: none;

  top: 100%;

  position: absolute;

  z-index: 1;

  transform: translate(150%, 50%);

  right: 50%;

  border-radius: 50%;
}

.event_slider .event_inner {
  position: relative;

  background: #fff;

  -webkit-box-shadow: 0 0 15px -8px rgb(0 0 0 / 0.52);

  -moz-box-shadow: 0 0 15px -8px rgb(0 0 0 / 0.52);

  box-shadow: 0 0 15px -8px rgb(0 0 0 / 0.52);

  margin: 10px 0;
}

.event_slider .event_inner figure {
  margin-bottom: 0;
}

.event_slider .event_inner .event_cntnt {
  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  padding: 10px;

  min-height: 122px;
}

.event_slider .event_inner .event_cntnt p {
  font-size: 14px;

  font-weight: 700;

  color: #7b7b7b;

  line-height: normal;

  padding: 15px 0;
}

.event_slider .event_inner .event_cntnt a {
  /* color: #feba12; */

  font-weight: 700;

  font-size: 16px;

  margin-top: 15px;
}

.event_slider .event_inner p {
  display: inline-flex;

  gap: 5px;

  align-items: center;
}

.event_slider .event_inner p img {
  height: 15px;
}

.event_slider .event_inner .event_cntnt h6 {
  font-size: 15px;

  color: #131313;

  text-overflow: ellipsis;

  overflow: hidden;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  font-weight: 600;
}

.coming-soon {
  background: url("../images/home-bnr.png") no-repeat;

  background-attachment: fixed;

  background-size: cover;

  height: 100vh;

  overflow-y: hidden;
}

#shadow-host-companion {
  display: none;
}

.coming-soon h2 {
  color: #fff;

  font-size: 60px;

  padding: 60px 0;
}

.coming-soon h5 {
  font-size: 30px;

  color: #fff;

  font-weight: 600;
}

.partner_slider figure {
  margin-bottom: 0;

  padding: 0 30px;
}

.partner_slider figure img {
  height: 60px;

  object-fit: cover;
}

.team_sec h5 {
  color: #2c2e43;

  font-size: 20px;

  font-weight: 500;

  text-transform: capitalize;

  font-weight: 400;

  text-align: center;

  padding-top: 34px;
}

.team_sec .team_card {
  padding: 30px 15px 28px 30px;

  border-radius: 10px;

  box-shadow: 2px 1px 16px rgb(191 154 31 / 46%),
    0 15px 12px rgba(0, 0, 0, 0.22);
}

.team_sec .team_card figure {
  margin-bottom: 0;
}

.team_sec .team_card .blue_btn {
  padding: 8.97px 13.46px;

  font-size: 11.77px;

  color: #fff;

  font-weight: 600;

  border: none;

  background-color: transparent;

  transition: 0.4s all ease-in-out;

  background: #484848;
}

.team_sec .team_card .blue_btn:hover {
  background-color: #3a55a6;

  color: #fff;
}

.team_sec .team_card .blue_btn img {
  height: 15px;
}

.team-inner {
  display: flex;

  justify-content: space-between;

  align-items: baseline;
}

.team_card p {
  color: #020202;

  font-size: 15px;

  font-weight: 400;

  line-height: 20.72px;

  height: 90px;

  font-weight: 500;
}

/* presence */

.locationName {
  color: #c74724 !important;

  font-weight: bold;

  font-size: 20px;

  position: absolute;

  left: 20%;

  top: 20%;

  display: flex;

  flex-direction: column;
}

.locationName a {
  color: #3a55a6;
}

.locationName .locationActive {
  color: #c74724;
}

.redArrow {
  border: 2px solid #c74724;

  padding: 10px;
}

.verticalLineRed {
  width: 2px;

  height: 30px;

  gap: 0px;

  opacity: 0px;

  background: #c74724;

  margin: 0px 18px;
}

.verticalLineGray {
  width: 2px;

  height: 300px;

  gap: 0px;

  opacity: 0px;

  background: #c4c4c4;

  margin: 0px 18px;
}

.locationInfo {
  background-color: #3a55a6;

  padding: 20px;

  height: max-content;
}

.locationInfo p {
  color: #fff;

  font-size: 12px;

  margin-top: 10px;

  margin-bottom: 5px;
}

.locationInfo h3 {
  font-size: 18px;

  color: #fff;

  font-weight: bold;

  line-height: 1.3;

  margin-top: 15px;
}

.locationInfo a {
  color: #fff;
}

.dirIcon {
  display: inline-block;

  padding-right: 5px;
}

.site-footer {
  background-color: #3a55a6;

  padding: 60px 0 10px 0;
}

.site-footer h5 {
  font-size: 20px;

  font-weight: 900;

  color: #fff;

  letter-spacing: 3.15px;

  padding-bottom: 30px;
}

.site-footer ul li button {
  font-size: 13px;

  font-weight: 600;

  color: #fff;

  padding: 0;
}

.site-footer ul li a {
  font-size: 13px;

  font-weight: 600;

  color: #fff;
}

.site-footer ul li {
  padding-bottom: 18px;
}

.site-footer p {
  font-size: 17px;

  font-weight: 400px;

  padding: 54px 0 17px 0;

  color: #fff;
}

.policy {
  border-top: 1px solid #fff;
}

.policy p {
  padding-top: 26px;
}

.policy p a {
  font-size: 17px;

  font-weight: 400;

  color: #fff;
}

.backtotop {
  font-size: 13px;

  color: #fff;

  padding-top: 26px;
}

.industry_slider figure img {
  height: 260px;
}

.product-mdl a {
  color: #3a55a6;

  font-size: 17px;

  text-decoration: underline;

  font-weight: 600;
}

.product-mdl h1 {
  color: #c74724;

  font-size: 25px !important;

  font-weight: 700;
}

.inner_scnd {
  background-color: #3a55a6;
}

.inner_third {
  background-color: #f6882e;
}

.social_slider .slick-prev {
  position: absolute;

  z-index: 1;

  top: 50%;

  left: 0;

  transform: translate(-50%, -100%);

  border: none;

  font-size: 0;

  background: url("../images/prev-arrow.svg") no-repeat;

  height: 50px;

  width: 100px;
}

.social_slider .slick-next {
  position: absolute;

  z-index: 1;

  top: 50%;

  right: 0;

  transform: translate(100%, -100%);

  background: url("../images/next-arrow.svg") no-repeat;

  font-size: 0px;

  border: none;

  height: 50px;

  width: 100%;
}

/*=========================== header end ===========================*/

/*========================== banner start ==========================*/

.banner figure img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.logo {
  max-width: 245px;
}

.header-left {
  position: relative;

  min-height: 74px;

  align-content: center;

  background-color: #3a55a6;
}

.header-left::before {
  content: "";

  position: absolute;

  width: 100px;

  height: 0;

  border-top: 74px solid #3a55a6;

  border-left: 83px solid transparent;

  left: -95px;

  top: 0;
}

.header-left::after {
  content: "";

  position: absolute;

  right: -79px;

  top: 0;

  width: 100px;

  height: 74px;

  background: #3a55a6;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;

  margin-right: 7px;

  position: relative;

  top: 3px;
}

.stellarnav.light {
  background: transparent;

  display: flex;

  justify-content: flex-end;

  gap: 52px;

  /* padding-right: 15px; */
}

.stellarnav.light ul li a {
  color: #fff;

  font-size: 13px;

  font-weight: 600;
}

.stellarnav {
  position: relative;

  width: 100%;

  z-index: 9900;

  line-height: normal;
}

.stellarnav ul {
  margin: 0;

  padding: 0;

  text-align: left;
}

.top_hdr {
  background-color: #fff;
}

.site-header.sticky {
  transform: translateY(-38px);
}

.product-mdl h6 {
  font-size: 15px;
}

.product_list {
  column-count: 2;
}

.industry_slider figure img {
  height: 300px;

  object-fit: cover;
}

.social_card .blue_btn {
  display: inline-flex;

  gap: 10px;
}

.social_card .blue_btn img {
  object-fit: contain;
}

.social_sec .social_main {
  padding: 0 15px;
}

.timeline_box a {
  pointer-events: none;
}

/* legacy section css  */

.timeline {
  overflow-x: auto;

  padding: 0;

  height: 220px;
}

.timeline ul {
  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;

  padding-top: 15px;

  align-items: flex-start;

  gap: 180px;

  padding-left: 18%;

  width: max-content;

  position: relative;
}

.timeline ul li {
  position: relative;

  z-index: 1;

  padding: 0 0 25px 0;
}

.sm_time_gap {
  font-size: 24px;

  font-weight: 400;

  line-height: 33px;

  letter-spacing: 0em;

  text-align: center;

  color: #242424;

  transition: all 0.3s ease-in-out;

  left: 32px;

  position: relative;
}

.timeline ul li .red_dot {
  display: inline-block;

  position: absolute;

  left: 50%;

  top: 40px;

  transform: translate(-50%, 0);

  height: 11px;

  width: 11px;

  border-radius: 50%;

  border: 3px solid #3a55a6;

  transition: all 0.4s ease-in-out;

  background: #fff;

  z-index: 2;
}

.year_diff {
  font-size: 48px;

  font-weight: 800;

  line-height: 28px;

  letter-spacing: 0em;

  text-align: left;

  color: #757575;
}

.timeline ul li::after {
  position: absolute;

  content: "";

  width: 320px;

  height: 3px;

  background: #3a55a6;

  left: 64px;

  top: 44px;
}

.timeline::-webkit-scrollbar {
  display: none;
}

.timeline ul li:hover .sm_time_gap,
.timeline ul li.active .sm_time_gap {
  opacity: 0;
}

.timeline ul li:hover .red_dot,
.timeline ul li.active .red_dot {
  background: #3a55a6;
}

.red_dot {
  height: 12px;

  width: 12px;

  background: #3a55a6;

  position: absolute;

  top: -5px;

  left: 0;
}

.timeline ul li:hover .year_diff p,
.timeline ul li.active .year_diff p {
  opacity: 1;

  top: 64px;
}

.year_diff p {
  font-size: 14px;

  font-weight: 400;

  line-height: 19px;

  letter-spacing: 0em;

  text-align: left;

  color: #6e6e6e;

  position: absolute;

  left: 62px;

  top: 80px;

  width: 230px;

  transition: all 0.3s ease-in-out;

  opacity: 0;
}

.year_diff span {
  top: -38px;

  position: relative;

  left: 55px;

  opacity: 0;

  transition: all 0.4s ease-in-out;
}

.timeline ul li:hover .year_diff span,
.timeline ul li.active .year_diff span {
  opacity: 1;
}

.timeline ul li:nth-child(even) .sm_time_gap {
  top: 55px;
}

.timeline_arrow {
  gap: 30px;

  align-items: center;

  justify-content: center;
}

.timeline_arrow a img {
  width: 50px;
}

.banner_slider .bnrs figure img {
  height: 600px;

  object-fit: cover;
}

.owl-nav .owl-prev span {
  position: absolute;

  z-index: 1;

  top: 50%;

  left: 0;

  transform: translate(-50%, -100%);

  border: none;

  font-size: 0;

  background: url(../images/prev-arrow.svg) no-repeat;

  height: 50px;

  width: 100px;
}

.owl-nav .owl-next span {
  position: absolute;

  z-index: 1;

  top: 50%;

  right: 0;

  transform: translate(100%, -100%);

  background: url(../images/next-arrow.svg) no-repeat;

  font-size: 0px;

  border: none;

  height: 50px;

  width: 100%;
}

.banner_slider .slick-prev {
  position: absolute;

  z-index: 1;

  top: 50%;

  left: 0;

  transform: translate(100%, -100%);

  border: none;

  font-size: 0;

  background: url(../images/left-arrow.svg) no-repeat center center / 25px;

  height: 40px;

  width: 40px;

  border-radius: 50%;

  transition: all 0.3s ease-in-out;
}

.banner_slider .slick-prev:hover {
  background: #ffffff62 url(../images/left-arrow.svg) no-repeat center center /
    25px;
}

.banner_slider .slick-next {
  position: absolute;

  z-index: 1;

  top: 50%;

  left: 93%;

  transform: translate(-10%, -100%);

  background: url(../images/right-arrow.svg) no-repeat no-repeat center center /
    25px;

  font-size: 0px;

  border: none;

  height: 40px;

  width: 40px;

  border-radius: 50%;

  transition: all 0.3s ease-in-out;
}

.banner_slider .slick-next:hover {
  background: #ffffff62 url(../images/right-arrow.svg) no-repeat center center /
    25px;
}

/*=========================== banner end ===========================*/

/* #41a848 green



#3a55a6 blue



#f6882e orange */

.industry_slider .owl-item:nth-child(3n) .slider_card .slider_inner {
  background: #41a848;
}

.industry_slider .owl-item:nth-child(3n + 1) .slider_card .slider_inner {
  background: #3a55a6;
}

.industry_slider .owl-item:nth-child(3n + 2) .slider_card .slider_inner {
  background: #f6882e;
}

/* ========================== responsive ========================== */

@media (min-width: 1440px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 1023px) {
  /* mmenu start */

  .mobileMenuButton {
    display: inline-block;
  }

  .site-header {
    background-color: #fff;
  }

  .header-left::before {
    display: none;
  }

  .header-left {
    display: none;
  }

  .mobileMenuButton {
    top: 50px;
  }

  #menu {
    z-index: 15 !important;
  }

  .bnr-cntnt {
    width: 100%;

    padding: 0 15px;
  }

  .bnr-cntnt h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 25px;
  }

  .home_bnr {
    margin-top: 21px;
  }

  .timeline_box::before {
    position: absolute;

    content: "";

    background: url("../images/arrow.png") no-repeat;

    height: 100%;

    width: 100%;

    top: 100%;

    left: 50%;

    transform: translate(-31%, 5px);

    display: none;
  }

  .timeline_box_scnd::before {
    position: absolute;

    content: "";

    background: url("../images/arrow.png") no-repeat;

    height: 100%;

    width: 100%;

    top: 100%;

    left: 50%;

    transform: translate(-14%, 5px);

    display: none;
  }

  .timeline_box_third::before {
    position: absolute;

    content: "";

    background: url("../images/arrow.png") no-repeat;

    height: 100%;

    width: 100%;

    top: 100%;

    left: 50%;

    transform: translate(-3%, 5px);

    display: none;
  }

  .timeline_box_four::before {
    position: absolute;

    content: "";

    background: url("../images/arrow-down.png") no-repeat;

    height: 100%;

    width: 100%;

    top: -100%;

    left: -58%;

    transform: rotate(180deg);

    display: none;
  }

  .timeline_box_five::before {
    position: absolute;

    content: "";

    background: url("../images/arrow-down.png") no-repeat;

    height: 100%;

    width: 100%;

    top: -100%;

    left: -43%;

    transform: rotate(180deg);

    display: none;
  }

  .timeline_box_six::before {
    position: absolute;

    content: "";

    background: url("../images/arrow-down.png") no-repeat;

    height: 100%;

    width: 100%;

    top: -100%;

    left: -35%;

    transform: rotate(180deg);

    display: none;
  }

  .timeline_box_scnd p {
    position: absolute;

    top: 110%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_first p {
    position: absolute;

    top: 110%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_third p {
    position: absolute;

    top: 110%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_six p {
    position: absolute;

    top: -20%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .timeline_box_five p {
    position: absolute;

    top: -20%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .timeline_box_four p {
    position: absolute;

    top: -20%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .lower {
    display: flex;

    justify-content: center;

    gap: 10px;

    margin-left: 0;
  }

  .upper {
    display: flex;

    justify-content: center;

    gap: 10px;

    margin-left: 0px;
  }

  .blue_btn {
    background-color: #3a55a6;

    color: #fff;

    padding: 10px 15px;

    text-align: center;

    font-size: 15px;

    font-weight: 600;

    margin-top: 20px;

    transition: 0.4s all ease-in-out;
  }

  .bnr-cntnt p {
    font-size: 13px;
  }

  .bnr-cntnt h5 {
    font-size: 15px;
  }

  .sub_hdng {
    font-size: 15px;
  }

  .slider_card .slider_inner h4 {
    font-size: 20px;
  }

  p {
    font-size: 15px !important;
  }

  .award_card h4 {
    padding: 20px 0 15px 0;

    font-size: 16px;

    font-weight: 900;

    text-transform: uppercase;

    /* color: #2c2e43; */

    letter-spacing: 3.15px;

    line-height: 26.48px;

    height: auto;

    padding: 10px;
  }

  .timeline ul {
    padding-left: 0;
  }

  .banner_slider .slick-prev {
    left: -69px;
  }

  .owl-nav .owl-next span,
  .social_slider .slick-next {
    right: 42px;

    opacity: 0.5;
  }

  .owl-nav .owl-prev span,
  .social_slider .slick-prev {
    left: 42px;

    opacity: 0.5;
  }

  .team_sec h5 {
    font-size: 20px;
  }

  .team-inner figure img {
    width: 110px;
  }

  .locationInfo h3 {
    font-size: 17px;
  }

  .product_list {
    column-count: 1;
  }

  .mm-navbar {
    background-color: #3a55a6;
  }

  .mm-navbar__title > span {
    color: #fff;

    font-size: 17px;

    font-weight: 500;
  }

  /* mmenu end */
}

@media (max-width: 767px) {
  .banner_slider .bnrs figure img {
    height: 226px;
    object-fit: cover;
  }
  .home_bnr {
    padding-bottom: 0;
  }
  section {
    padding: 40px 0;
  }

  .timeline_box_scnd p {
    position: absolute;

    top: 120%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_first p {
    position: absolute;

    top: 120%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_third p {
    position: absolute;

    top: 120%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, -50%);
  }

  .timeline_box_six p {
    position: absolute;

    top: -35%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .timeline_box_five p {
    position: absolute;

    top: -35%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .timeline_box_four p {
    position: absolute;

    top: -35%;

    left: 50%;

    color: #3a55a6;

    font-size: 20px;

    font-weight: 700;

    transform: translate(-50%, 0);
  }

  .logo {
    max-width: 130px;
  }

  .call_mail a {
    font-size: 8px;
  }

  .site-header.sticky .mobileMenuButton {
    top: 50px;
  }

  .slider_card .slider_inner p {
    padding: 10px;
  }

  .legacy_sec .timeline_box img {
    border: 3px solid #f6882e;

    height: 100px;

    min-width: 100px;
  }

  .value_sec p {
    font-size: 15px;

    margin-top: 20px;

    line-height: 25.6px;

    color: #2c2e43;

    font-weight: 400;
  }

  .social_sec .card_inner {
    padding: 20px 15px;

    background-color: #fff;
  }

  .call_mail figure img {
    height: 15px;

    width: 15px;
  }

  .locationName {
    left: 13%;
  }

  .banner_slider .slick-prev {
    left: -69px;

    top: 95%;

    display: none !important;
  }

  .banner_slider .slick-next {
    top: 95%;

    left: 91%;

    display: none !important;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .owl-dots .owl-dot:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 479px) {
}
