@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
.container-max {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.social-icon {
  display: none;
}

/* .......................header-top....................... */
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: 18px;
  padding-right: 20px;
  line-height: 165%;
  position: relative;
}

.header-links li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

.header-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

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

.header-links i {
  color: #ffffff;
  margin-right: 10px;
  font-weight: 700;
}

.header-links a {
  color: #ffffff;
  transition: all 0.5s;
}

.header-links a:hover {
  color: #ef8124;
}

.header-inner {
  display: inline-flex;
  align-items: center;
  height: 110px;
  max-width: 100%;
}

.menu-style1 > ul > li.mega-menu-wrap > a {
  color: #013f6c !important;
}

.menu-style1 > ul > li.mega-menu-wrap > a:hover {
  color: #013f6c !important;
}

.contact-content {
  padding: 0 35px 0 25px;
}

.contact-content .contact-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: normal;
  position: relative;
}

.contact-content .contact-title {
  position: relative;
  margin-bottom: 0;
}

.contact-content .contact-title a {
  color: #fff;
}

.contact-content .contact-title a:hover {
  color: #013f6c;
}

.main-menu ul li.menu-item-has-children > a:after {
  display: none;
}

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header-icons .searchBoxTggler {
  color: #013f6c;
  font-size: 18px;
  border: none;
  padding-left: 0;
  margin-right: 12px;
  padding-right: 20px;
  background-color: transparent;
  position: relative;
}

.header-icons .searchBoxTggler:hover {
  color: #013f6c;
}

.header-icons .searchBoxTggler i {
  font-weight: 700;
}

.header-icons .searchBoxTggler::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5px;
  height: 32px;
  background-color: #B4C4C6;
  top: 50%;
  transform: translateY(-50%);
}

.header-icons .searchBoxTggler::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 1px;
  height: 22px;
  background-color: #B4C4C6;
  top: 50%;
  transform: translateY(-50%);
}

.header-icons .icon-btn {
  color: #fff;
  margin-right: 20px;
  background-color: #013f6c;
  font-size: 20px;
}

.header-icons .icon-btn:hover {
  background-color: #013f6c;
}

.social-style1 {
  display: inline-flex;
  align-items: center;
}

.social-style1 .social-title {
  /* display: inline-block; */
  display: none;
  font-size: 15px;
  color: #000000;
  position: relative;
  margin-right: 15px;
  padding-right: 14px;
  line-height: 165%;
  font-weight: 600;
}

.social-style1 .social-title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5px;
  height: 22px;
  background-color: #b1c0c2;
  top: 50%;
  transform: translateY(-50%);
}

.social-style1 .social-title::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  height: 14px;
  background-color: #b1c0c2;
  top: 50%;
  transform: translateY(-50%);
}

.social-style1 a {
  color: #fff;
  font-size: 13px;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #013f6c;
  transition: 0.5s;
}

.social-style1 a:last-child {
  margin-right: 0;
}

.social-style1 a:hover {
  color: #013f6c;
  background-color: #fff;
}

.header-top {
  padding: 0px 0;
  background-color: #f3f3f3;
}

.header-links {
  padding: 7px 40px;
  position: relative;
}

.header-links::before {
  content: "";
  /* width: 760px; */
  width: 1080px;
  height: 100%;
  background-color: #013f6c;
  position: absolute;
  top: 0;
  left: -110px;
  transform: skewX(-30deg);
  border-radius: 0 0 15px 0;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 18px;
  padding-right: 20px;
  line-height: 165%;
  position: relative;
}

.header-sticky {
  padding: 5px 0;
}

body {
  font-size: 16px;
  color: #777777;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #1c73ea;
  font-family: "Poppins", sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  /* position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  z-index: 99; */
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 40px;
  font-weight: 700;
  border: 2px solid #ffffff;
  background-color: transparent;
  overflow: hidden;
  text-transform: uppercase;
}

.btn-style-one:hover {
  background-color: #ffffff;
  color: #1c73ea;
}

/*===header-wrap start====*/
.is-sticky {
  position: fixed !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(7px);
  animation: slideDown 0.45s ease-out;
  background-color: #fff !important;
  width: 100%;
  top: 0;
  border-radius: 0px;
  z-index: 10;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  background: #ffffff;
}
.header .headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .headerWrap .leftLogo,
.header .headerWrap .rightLogo {
  width: 120px;
}
.header .headerWrap .headerMenu {
  width: calc(100% - 240px);
  text-align: center;
}
.header .headerWrap .headerMenu .menuWrap {
  text-align: center;
}
.header .headerWrap .headerMenu .menuWrap ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header .headerWrap .headerMenu .menuWrap ul li {
  padding: 0 15px;
  line-height: 90px;
  position: relative;
}
.header .headerWrap .headerMenu .menuWrap ul li a {
  font-size: 17px;
  color: #013f6c;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
}
.header .headerWrap .headerMenu .menuWrap ul li.has-dropdown {
  text-align: left;
}
.header .headerWrap .headerMenu .menuWrap ul li.has-dropdown:hover > .tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 2px 0;
  background: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0px 10px 30px rgba(25, 25, 26, 0.1);
  border-radius: 0 0 15px 15px;
  transform: rotateX(-90deg);
  transform-origin: top;
  transition: all 0.3s ease;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li {
  line-height: normal;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li:not(:last-child) {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(1, 63, 108, 0.1882352941);
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a {
  font-size: 16px;
  display: block;
  padding: 10px 20px 10px 0;
  color: #003d68;
  transition: 0.5s;
  position: relative;
  line-height: 130%;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #013f6c;
  border-radius: 50%;
  left: 0;
  top: 18px;
  opacity: 0;
  transition: 0.5s;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a:hover {
  color: #013f6c;
  padding-left: 20px;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a:hover::before {
  opacity: 1;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li.has-dropdown {
  position: relative;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li.has-dropdown > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li.has-dropdown > .tp-submenu {
  top: 10px;
  left: 99%;
  margin-left: 1px;
  border-radius: 2px 2px 10px 10px;
  background: #fff;
  width: 310px;
  box-shadow: 0px 10px 30px rgba(25, 25, 26, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: top left;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li.has-dropdown:hover > .tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.header.is-sticky {
  background-color: #000000;
  backdrop-filter: blur(3px);
  box-shadow: none;
  border-bottom: 1px solid rgba(253, 187, 5, 0.8588235294);
}

.header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  animation: slideDown 0.35s ease-out;
  background-color: #ffffff;
  z-index: 110;
  width: 100%;
}
.header.is-sticky .headerWrap .headerMenu .menuWrap ul li {
  padding: 0 20px;
  line-height: 75px;
}
.header.is-sticky .headerWrap .headerMenu .menuWrap ul li a {
  color: #013f6c;
}
.header.is-sticky .headerWrap .headerMenu .menuWrap ul li .toggle-btn {
  color: #013f6c;
}
.header.is-sticky .leftLogo,
.header.is-sticky .rightLogo {
  width: 100px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Parent submenu */
.tp-submenu li {
    position: relative;
}

/* Second level submenu */
.submenu-child {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Hover pe show */
.tp-submenu li:hover > .submenu-child {
    opacity: 1;
    visibility: visible;
}

/* Optional */
.submenu-child li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    /* white-space: nowrap; */
}


.secH {
  font-size: 45px;
  color: #013f6c;
  font-weight: 700;
  margin-bottom: 20px;
}

.subH {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* inner banner section start */
.innerBanner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.innerBanner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, #000 9.82%, rgba(0, 0, 0, 0) 92.77%);
}
.innerBanner .innerBannerImg {
  width: 100%;
  height: 100%;
}
.innerBanner .innerBannerImg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/**** breadcrumb ****/
.pageHeader {
  min-width: 260px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 12px 12px 0px 0px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(5px);
  padding: 20px 20px;
}
.pageHeader .pageHead {
  color: #FFF;
  text-align: center;
  font-family: "Jura", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.pageHeader .breadCrumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}
.pageHeader .breadCrumb li {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.pageHeader .breadCrumb li a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.pageHeader .breadCrumb li:not(:first-child) {
  padding-left: 15px;
}
.pageHeader .breadCrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: fontawesome;
  color: #FFF;
  position: absolute;
  right: -15px;
  top: 2px;
  font-size: 14px;
}

/* inner banner section end */
.commonSec {
  padding: 90px 0;
}

.secTop {
  text-align: center;
}
.secTop .grindHeadTwo {
  font-size: 30px;
}

.main-header-three__top {
  position: relative;
  display: block;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-bottom: 1px solid #ececec;
}

.main-header-three__top-inner {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
}

.main-header-three__top-left {
  position: relative;
  display: block;
  float: left;
}

.main-header-three__top-left ul {
  position: relative;
  display: flex;
  float: right;
}

.main-header-three__top-left ul li {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 60px;
  border-left: 0px solid #ececec;
  padding: 11px 20px;
  color: #fff;
}

.main-header-three__top-left ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
}

.main-header-three__top-left ul li .icon {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.main-header-three__top-left ul li .icon span::before {
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 700;
}

.main-header-three__top-left ul li .text {
  position: relative;
  display: block;
}

.main-header-three__top-left ul li .text p {
  color: #1b1d21;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  font-family: var(--thm-manrope-font);
}

.main-header-three__top-left ul li .text p a {
  color: #60626d;
  transition: all 500ms ease;
}

.main-header-three__top-left ul li .text p a:hover {
  color: var(--thm-base);
}

.main-header-three__top-left ul li .text p span {
  color: #60626d;
  font-weight: 400;
}

.main-header-three__top-right {
  float: right;
}

.main-header-three__top-right ul {
  position: relative;
  display: flex;
  float: right;
}

.main-header-three__top-right ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  border-left: 1px solid #ececec;
  padding-right: 20px;
}

.main-header-three__top-right ul li:last-child {
  border-right: 1px solid #ececec;
}

.main-header-three__top-right ul li .icon {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.main-header-three__top-right ul li .icon span::before {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.main-header-three__top-right ul li .text {
  position: relative;
  display: block;
}

.main-header-three__top-right ul li .text p {
  color: #1b1d21;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  font-family: var(--thm-manrope-font);
}

.main-header-three__top-right ul li .text p a {
  color: #ffffff;
  transition: all 500ms ease;
}

.main-header-three__top-right ul li .text p a:hover {
  color: var(--thm-base);
}

.main-header-three__top-right ul li .text p span {
  color: #60626d;
  font-weight: 400;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  visibility: hidden;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  height: 30px;
  font-weight: 600;
  border: 1px solid #dbdbdb !important;
  color: #000 !important;
  padding: 0 10px 0 10px !important;
  border-radius: 10px;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 0 !important;
  color: #666;
  white-space: nowrap;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  display: flex;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: 0;
  padding-top: 14px;
  display: none;
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
  display: none;
}

.g-trans {
  float: right !important;
  margin-right: 15px;
}

.goog-te-gadget-simple {
  margin: 4px 0;
  height: 30px;
  font-weight: 600;
  border: 1px solid #dbdbdb !important;
  color: #000 !important;
  padding: 0 10px 0 10px !important;
  border-radius: 10px;
}

.goog-te-gadget-simple li a {
  color: #000 !important;
}

.btnOne {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: rgb(1, 63, 108);
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: inline-block;
  transition: 0.5s;
}

/* ................aboutintro-box............... */
.about-inner {
  margin-top: 20px;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
}

.aboutintro-box {
  padding: 80px 0;
  padding-bottom: 0px;
}

.intro-box {
  position: relative;
  background: #fff;
}

.intro-box::before {
  content: "";
  background-image: url(../images/branding-vector-big.svg);
  position: absolute;
  top: 5vw;
  left: 0;
  width: 12vw;
  height: 10vw;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

/***
=============================================
Sec Title Css
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 0px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.sec-title.center .sec-title__tagline {
  justify-content: center;
}

.sec-title__tagline .left-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  margin-right: 15px;
}

.sec-title__tagline .left-line::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .left-line::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.sec-title__tagline .right-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  margin-left: 15px;
}

.sec-title__tagline .right-line::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .right-line::after {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.sec-title__title {
  font-size: 53px;
  line-height: 43px;
  font-weight: 800;
  text-transform: uppercase;
  color: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
}

/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  background: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  border-radius: 5px;
  padding: 0px 35px 0px;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.3s linear;
  z-index: 1;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: #6dd14a;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  transform: scale(1);
}

/* ..............  .sec-product.......... */
.p-90 {
  padding: 35px 0;
}

.sec-product {
  background: #013f6c;
}

.hm-sec-product-list .container-product-list {
  display: flex;
  height: 50vh;
}

.hm-sec-product-list .section {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: end;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex 0.4s ease;
  position: relative;
}

.hm-sec-product-list .section .overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6588235294));
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color 0.8s ease;
}

.hm-sec-product-list .section .overlay .menu-prod-list {
  opacity: 0;
  padding: 40px 0;
  float: left;
  width: 100%;
}

.hm-sec-product-list .section .content {
  z-index: 2;
  padding-bottom: 36px;
  padding-left: 15px;
}

.hm-sec-product-list .section .content h3 {
  color: #fff;
  border-left: 4px solid #013f6c;
  text-transform: capitalize;
  font-size: 20px;
  padding-left: 15px;
}

.hm-sec-product-list .section:hover {
  flex: 2;
}

.hm-sec-product-list .section:hover .overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7882352941);
  float: left;
  height: 100%;
  width: 100%;
  padding: 0 14px;
  margin-top: -3px;
  backdrop-filter: blur(4px);
  border: 4px solid #013f6c;
}

.hm-sec-product-list .section:hover .content {
  opacity: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list {
  opacity: 1;
  padding-top: 50px;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li {
  flex: 0 0 47%;
  padding: 0 10px;
  margin-top: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a {
  color: linear-gradient(-260deg, #013f6c 0%, #71d24e 138%);
  font-size: 19px;
  position: relative;
  margin-bottom: 13px;
  border: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 70px;
  left: 12px;
  bottom: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a::before {
  display: none;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li a {
  color: #fff;
  font-size: 16px;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list .menu-prod-list-sub a {
  padding: 7px 0 !important;
  border-bottom: 0;
  display: flex;
  align-items: start;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li a i {
  color: #013f6c;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list h2 a {
  color: #fff;
  text-transform: uppercase;
  padding-left: 11px;
  font-size: 24px;
  float: left;
  margin-left: 10px;
  margin-bottom: 26px;
  border-left: 6px solid #013f6c;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul {
  float: left;
  width: 100%;
}

.sec-product .sec-title__title {
  color: #fff;
  text-align: center;
}

/* ..homeintro-row1.... */
.hindalcoStories .slick-slide .figure {
  position: relative !important;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.hindalcoStories {
  position: relative;
}

.hindalcoStories .slick-slide .figure {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.hindalcoStories .slick-slide .figure {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.hindalcoStories .slick-slide {
  margin: 0 15px;
}

.hindalcoStories .slick-slide:nth-child(even) .figure {
  margin-top: 60px;
}

.hindalcoStories .figure-img {
  width: 100%;
  transform: translateY(0);
  transition: all 0.6s;
  margin-bottom: 0;
}

.hindalcoStories figure img {
  width: 100%;
  transition: opacity 1.2s, transform 1.2s;
  -webkit-transition: opacity 1.2s, transform 1.2s;
  -moz-transition: opacity 1.2s, transform 1.2s;
  -ms-transition: opacity 1.2s, transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
}

.hindalcoStories .readmore-arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 30px;
  height: 18px;
  transition: right 0.6s;
}

.hindalcoStories .slick-slide a:hover .readmore-arrow {
  right: 25px;
}

.hindalcoStories .slick-slide a:hover .figure-caption {
  padding-bottom: 20px;
  bottom: 0px;
}

.hindalcoStories .slick-slide a:hover .slide-picture {
  transform: translateY(-10px);
}

.hindalcoStories .slick-slide .figure:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.media-stories-list .figure:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.shape-mockup {
  position: absolute;
}

/*------------------- 3.3. Titles -------------------*/
.title-area {
  margin-bottom: 10px;
  line-height: 100%;
}

.title-area .sec-subtitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  line-height: 100%;
  display: inline-block;
  position: relative;
  margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 30px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}

.title-area .sec-subtitle::after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 30px;
  background-color: #262727;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}

.title-area .sec-subtitle.right-shape {
  margin-left: 0;
}

.title-area .sec-subtitle.right-shape::before {
  display: none;
}

.title-area .sec-subtitle.left-shape {
  margin-right: 0;
}

.title-area .sec-subtitle.left-shape::after {
  display: none;
}

.title-area .sec-title {
  font-size: 38px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 117%;
  color: #013f6c;
  font-weight: 700;
}

.title-area .sec-title .title-highlight {
  display: inline-block;
  color: #013f6c;
}

.tab-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

/* Small devices */
@media (max-width: 767px) {
  .title-area .sec-title {
    font-size: 28px;
  }
  .title-arraw {
    display: none;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  background-color: #109C3D;
  color: #fff;
  line-height: 1;
  padding: 18px 30px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.vs-btn:hover {
  color: #fff;
  border-color: #6dd14a;
  background-color: #6dd14a;
}

.vs-btn2 {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  background: #013f6c;
  color: #fff;
  line-height: 1;
  padding: 5px 7px 5px 28px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.vs-btn2 i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0b5f9d;
  border-radius: 50px;
  margin-left: 20px;
  transition: all 0.5s ease;
}

.vs-btn2:hover {
  color: #fff;
  border-color: #0b5f9d;
  background-color: #0b5f9d;
}

.vs-btn2:hover i {
  background-color: #013f6c;
}

.icon-btn {
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  background-color: var(--smoke-color);
  border: none;
  padding: 0;
  text-align: center;
  color: red;
  border-radius: 50%;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.icon-btn:hover {
  color: #fff;
  background-color: #6dd14a;
}

.icon-btn2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0B3F46;
  border: none;
  line-height: 1;
}

.icon-btn2:hover {
  background-color: #109C3D;
}

.custom-arraw .icon-arraw {
  border: 2px dashed #27565C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}

.custom-arraw .icon-arraw:not(:last-child) {
  margin-right: 7px;
}

.custom-arraw .icon-arraw:hover {
  border-color: #109C3D;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 104px);
  height: var(--icon-size, 104px);
  line-height: var(--icon-size, 104px);
  text-align: center;
  background-color: #109C3D;
  color: #fff;
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #109C3D;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.play-btn:after {
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: #fff;
  color: red;
}

.link-btn {
  color: red;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  transition: all ease 0.3s;
}

.link-btn i {
  margin-right: 7px;
}

.link-btn:hover {
  color: #109C3D;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: #109C3D;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: #fff;
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: #6dd14a;
  color: #fff;
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}
.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  background-color: transparent;
  width: 25px;
  height: 18px;
  position: relative;
}

.bar-btn .bar:before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
  background-color: #fff;
}

.bar-btn .bar:nth-child(2):before {
  top: 50%;
  margin-top: -1.5px;
  width: 25px;
  right: -6px;
}

.bar-btn .bar:nth-child(3):before {
  top: auto;
  bottom: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-btn2 i {
    width: 45px;
    height: 45px;
    margin-left: 12px;
  }
}
.indus img {
  opacity: 0.1;
}

figure {
  position: relative !important;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.index-figure-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 17px;
  line-height: 140%;
  font-weight: 600;
  color: rgb(255, 255, 255);
  z-index: 2;
  padding: 20px 72px 20px 30px;
  background: rgb(3 55 93 / 90%);
  transition: 0.6s;
}

.figure {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.figure:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.figure-img {
  width: 100%;
  transform: translateY(0);
  transition: all 0.6s;
  margin-bottom: 0;
}

figure img {
  width: 100%;
  transition: opacity 1.2s, transform 1.2s;
  -webkit-transition: opacity 1.2s, transform 1.2s;
  -moz-transition: opacity 1.2s, transform 1.2s;
  -ms-transition: opacity 1.2s, transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
}

.flip.in-view {
  transform: perspective(2500px) rotateY(0) !important;
  opacity: 1;
  visibility: visible;
  backface-visibility: visible;
  transition: transform 0.6s cubic-bezier(0.4, -0.05, 0.25, 1), visibility 0s linear 0s;
}

.hindalcoStories .readmore-arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 30px;
  height: 18px;
  transition: right 0.6s;
}

.hindalcoStories figure img {
  width: 100%;
  transition: opacity 1.2s, transform 1.2s;
  -webkit-transition: opacity 1.2s, transform 1.2s;
  -moz-transition: opacity 1.2s, transform 1.2s;
  -ms-transition: opacity 1.2s, transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
}

.hindalcoStories {
  position: relative;
  padding: 60px 0 !important;
  background-image: url(../images/moving-toward-Industry-bg-v1.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* card flip css */
.cards {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.cards .each-card {
  width: 100%;
}

.valueCardWrap {
  padding-top: 40px;
}

/* From Uiverse.io by joe-watson-sbf */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 386px;
  perspective: 1000px;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* border: 1px solid coral; */
  border-radius: 25px;
  padding: 32px;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/flip-bg-front.jpg) no-repeat;
  background-size: cover;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-image: url(../images/flip-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  box-shadow: 15px 20px 41px 0px rgba(0, 0, 0, 0.16);
  transform: rotateY(180deg);
}

.flip-card-Para {
  height: 185px;
  overflow-y: auto;
}

.flip-card-Para::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.flip-card-Para::-webkit-scrollbar-track {
  background-color: #ccc;
}

.flip-card-Para::-webkit-scrollbar-thumb {
  background-color: #43c206;
}

.each-card .number {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #cfd8cc;
  font-family: "Poppins";
  font-size: 80px;
  font-weight: 900;
}

.each-card .title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #000;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.each-card .inline-span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.each-card .inline-span .img-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  min-height: 85px;
  min-width: 85px;
  background-color: #fff;
  border-radius: 50%;
}

.each-card .inline-span .img-con svg {
  height: 80%;
  width: 80%;
}

.each-card p {
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

/* about seventh section */
.abt-seventh-section {
  padding: 50px 0px;
  background-color: #eafaff;
}

.abt-seventh-section .sec-head {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0px 120px;
}

.abt-seventh-section .head-info {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 200px;
}

.abt-seventh-section .flip-card {
  height: 535px;
}

.abt-seventh-section .flip-card-front {
  padding: 0px;
  background: transparent;
  border: none;
}

.abt-seventh-section .flip-card-back {
  height: 520px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-image: url(../images/pattern-bg.png);
  box-shadow: none;
}

.abt-seventh-section .flip-card-front .leaderImg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  overflow: hidden;
}

.abt-seventh-section .flip-card-front .leaderImg img {
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-seventh-section .flip-card-front .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  bottom: 0px;
}

.abt-seventh-section .flip-card-front .designation {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: left;
  margin-right: auto;
  padding: 16px 4px;
}

.abt-seventh-section .flip-card-front .designation .name {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid black;
  border-radius: 40px;
}

.abt-seventh-section .flip-card-front .designation p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
}

.abt-seventh-section .flip-card-back .designation {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
}

.abt-seventh-section .flip-card-back .designation .name {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-bottom: 0;
}

.abt-seventh-section .flip-card-back .designation p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
}

.abt-seventh-section .flip-card-back .img-contain {
  display: flex;
  gap: 16px;
}

.abt-seventh-section .flip-card-back p {
  color: #fff;
}

.abt-seventh-section .flip-card-back .designation p {
  color: #fff;
}

.abt-seventh-section .flip-card-back .designation .name {
  color: #fff;
}

.abt-seventh-section .flip-card-back .img-contain img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
}

.abt-seventh-section .each-card .inline-span {
  justify-content: flex-start;
  align-items: flex-start;
}

.abt-seventh-section .each-card {
  padding: 0px 8px;
  width: 100%;
}

.abt-seventh-section .slick-list {
  padding-top: 50px;
}

/*slick arrow button */
.abt-seventh-section .leaders .slick-prev,
.abt-seventh-section .leaders .slick-next {
  position: absolute;
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  bottom: -30px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.abt-seventh-section .leaders .slick-prev {
  right: 666px;
}

.abt-seventh-section .leaders .slick-prev::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #828282;
  height: 30px;
  width: 30px;
  top: -2px;
  left: 0px;
  transform: rotate(180deg);
}

.abt-seventh-section .leaders .slick-prev:hover:before {
  color: #fff;
}

.abt-seventh-section .leaders .slick-prev:hover {
  background-color: #43C206;
}

.abt-seventh-section .leaders .slick-next {
  right: 620px;
}

.abt-seventh-section .leaders .slick-next::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #828282;
  height: 30px;
  width: 30px;
  top: 3px;
  left: 1px;
}

.abt-seventh-section .leaders .slick-next:hover:before {
  color: #fff;
}

.abt-seventh-section .leaders .slick-next:hover {
  background-color: #43C206;
}

.abt-seventh-section .leaders .slick-next::after {
  position: absolute;
  content: "";
  height: 43px;
  width: 45px;
  border-top: 1px solid rgba(28, 32, 35, 0.4431372549);
  border-right: 1px solid rgba(28, 32, 35, 0.4431372549);
  border-bottom: 1px solid rgba(28, 32, 35, 0.4431372549);
  bottom: -7px;
  right: -7px;
  border-radius: 0px 50px 50px 0px;
}

.abt-seventh-section .leaders .slick-prev::after {
  position: absolute;
  content: "";
  height: 43px;
  width: 45px;
  border-top: 1px solid rgba(28, 32, 35, 0.4431372549);
  border-left: 1px solid rgba(28, 32, 35, 0.4431372549);
  border-bottom: 1px solid rgba(28, 32, 35, 0.4431372549);
  bottom: -7px;
  left: -7px;
  border-radius: 50px 0px 0px 50px;
}

.leaderSocialIcon {
  display: flex;
  gap: 10px;
}

.leaderSocialIcon a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

/*--clientSec start--*/
.clientSec {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 160px !important;
  overflow: hidden;
}

.clientSec::before {
  width: 100%;
  height: 100%;
  background: url(../images/clientBg.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* filter: blur(1px); */
}

.clientSec .container {
  position: relative;
  z-index: 1;
}

.clientSec .secH {
  color: #013f6c;
}

.clientSec p {
  color: #131111;
}

.linkWrap {
  margin-top: 30px;
}

.testiContentInner {
  border-radius: 20px;
  padding: 20px 45px;
  box-shadow: 4px 20px 11px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
  position: relative;
}

.testmonialSec {
  position: relative;
  margin-top: -125px;
  z-index: 1;
  padding-bottom: 110px;
  overflow: hidden;
}

/* .home .testmonialSec{
    overflow: visible !important;
  } */
.gradient {
  width: 800px;
  height: 800px;
  filter: blur(50px);
  background-image: linear-gradient(rgba(255, 187, 152, 0.4), #c9e1ea, rgba(0, 107, 215, 0.0509803922));
  animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.testmonialSec .gradient {
  width: 600px;
  height: 400px;
  top: 85%;
  background-image: linear-gradient(rgba(7, 61, 133, 0.1607843137), rgba(109, 209, 74, 0.3215686275), rgba(0, 111, 191, 0.3215686275));
}

.testmonialSec .slick-list .slick-track {
  padding-bottom: 30px !important;
  padding-top: 60px !important;
}

.testiItem {
  margin: 0 20px;
}

.testiImg {
  width: 120px;
  height: 120px;
  position: relative;
  margin-top: -75px;
  border-radius: 50%;
  border: 10px solid #073d85;
  overflow: hidden;
  margin-bottom: 20px;
}

.testiImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.testimonialWrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.testimonialWrap .slick-dots li button {
  font-size: 0px;
  width: 12px;
  height: 12px;
  background-color: #b4b4b4;
  border-radius: 50%;
  padding: 0px;
  box-shadow: none;
  border: 0px;
}

.testimonialWrap .slick-dots li.slick-active button {
  background-color: #2c8ef1;
}

.testiRating {
  position: absolute;
  right: 50px;
  top: 30px;
  display: flex;
  gap: 5px;
}

.testiLeftImg {
  top: 8px;
  left: 0;
  position: absolute;
}

.testiRightImg {
  bottom: 0px;
  right: 0;
  position: absolute;
  width: 200px;
}

.testiRightImg img {
  width: 100%;
  opacity: 0.4;
}

.testiRating a {
  color: #ffc107;
}

/*--clientSec end--*/
.btnWrap a {
  display: inline-block;
  background-color: rgb(0, 107, 215);
  padding: 3px;
  padding-right: 40px;
  border-radius: 100px;
  position: relative;
  transition: 0.5s;
}

.btnWrap a span {
  padding: 10px 20px;
  background-color: transparent;
  display: inline-block;
  border-radius: 100px;
  font-weight: 500;
  transition: 0.5s;
  color: #fff;
}

.btnWrap a::after {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  right: 7px;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #109C3D;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.btnWrap a:hover span {
  background-color: #fff;
  color: #109C3D;
}

.btnWrap a:hover::after {
  background-color: transparent;
  padding-left: 10px;
}

.linkWrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.linkWrap ul .btnWrap {
  padding-top: 0px;
}

.linkWrap ul li a {
  color: #000000;
}

.commonPadding {
  padding: 110px 0;
}

.testiContentBtm {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.testiContentBtm {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.testiTxt {
  min-height: 100px;
}

.testiTxt p {
  margin-bottom: 15px;
}

.testiproInfo h4 {
  color: #1179c4;
  font-size: 20px;
  font-weight: bold;
}

.testiVideoicon a {
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #ececec;
  padding: 15px;
  border-radius: 50%;
  padding-left: 17px;
}

.testiproInfo p {
  font-size: 16px;
}

.innovationAssociates-counter .count-box h3 {
  color: #013f6c;
  font-size: 84px;
  line-height: 94px;
  margin-bottom: 0;
  font-weight: 700;
}

.innovationAssociates-counter .count-box p {
  color: #4A4A49;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
  padding: 0 0px;
  font-weight: 600;
}

.innovationAssociates-counter .count-box {
  content: "";
  background-image: url("../images/innovation-associates-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 228px;
  position: relative;
  padding: 15px 15px;
  border-radius: 20px;
}

.innovationAssociates-counter .count-box span {
  color: #013f6c;
  font-size: 55px;
  line-height: 18px;
  position: relative;
  bottom: -24px;
  left: 5px;
}

.innovationAssociates-counter .count-box .rupee-txt {
  font-size: 34px;
  line-height: 38px;
  position: relative;
  top: -15px;
  left: -5px;
  bottom: auto;
}

.count-box {
  text-align: center;
}

.count-box .inline-count {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}

.count-box h3 {
  font-size: 3.375rem;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(#013f6c, #0b5f9d, #013f6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count-box p {
  color: #000;
  /*font-size: 1.125rem; line-height: 1.75rem;*/
  margin-bottom: 0;
  padding: 0 8px;
  font-weight: 600;
}

.count-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.count-box span {
  color: #013f6c;
  font-size: 2.563rem;
  line-height: 3.188rem;
  margin-bottom: 0;
  padding: 0 0px;
  font-weight: 600;
}

.innovationAssociates-section {
  position: relative;
}

.back-to-top {
  --back-to-top-size: 70px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  /* Small devices */
}

@media (max-width: 767px) {
  .back-to-top {
    --back-to-top-size: 60px;
    bottom: 80px;
    right: 10px;
  }
}
.back-to-top .progress-circle {
  display: inline-block;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  transform: rotate(-90deg);
  background: #013f6c;
  border-radius: 50%;
}

.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}

.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.progress-percentage:hover {
  color: #fff;
}

.back-to-top .progress-circle .bg {
  stroke: #fff;
}

.back-to-top .progress-circle .progress {
  stroke: #ef8124;
  stroke-dasharray: 251.2;
  /* Circumference = 2 * PI * R (R=40) */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: #ffffff;
  pointer-events: none;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  transition: color 0.2s linear;
  /* Small devices */
}

@media (max-width: 767px) {
  .back-to-top .progress-percentage {
    font-size: 10px;
  }
}
.back-to-top:hover .progress-percentage {
  color: #ef8124;
}

.scroll-to-top {
  display: none;
}

/* < !--Global Footprint--> */
.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #f2f2f2;
}

/*map css*/
.mapBox {
  position: relative;
  z-index: 0;
  font-size: 14px;
  float: none;
  max-width: 1128px;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
}

.mapPoint {
  position: absolute;
  z-index: 103;
  width: 2.1978%;
  height: 3.84615%;
  border-radius: 20px;
}

.point-A {
  top: 27%;
  left: 54.5%;
}

.point-B {
  top: 19%;
  left: 72.5%;
}

.point-C {
  top: 45%;
  left: 58%;
}

.point-D {
  top: 48%;
  left: 62.2%;
}

.point-E {
  top: 51%;
  left: 75.5%;
}

.point-F {
  top: 34%;
  left: 63.3%;
}

.point-G {
  top: 57%;
  left: 55%;
}

.point-H {
  top: 36.5%;
  left: 66.5%;
}

.point-I {
  top: 39%;
  left: 59%;
}

.point-J {
  top: 44%;
  left: 61.2%;
}

.point-K {
  top: 37%;
  left: 15.8%;
}

.point-L {
  top: 22.5%;
  left: 53.5%;
}

.point-M {
  top: 46%;
  left: 72.8%;
}

.point-N {
  top: 52%;
  left: 78%;
}

.point-O {
  top: 61.5%;
  left: 79.5%;
}

.point-P {
  top: 62%;
  left: 55.8%;
}

.point-a {
  top: 30%;
  left: 50.5%;
}

.point-b {
  top: 25%;
  left: 72%;
}

.point-c {
  top: 47%;
  left: 51%;
}

.point-d {
  top: 53%;
  left: 63%;
}

.point-e {
  top: 56%;
  left: 72.5%;
}

.point-f {
  top: 34%;
  left: 56%;
}

.point-g {
  top: 57.5%;
  left: 50.1%;
}

.point-h {
  top: 38%;
  left: 68.8%;
}

.point-i {
  top: 41%;
  left: 56%;
  text-align: left;
  line-height: 14px;
}

.point-j {
  top: 42.5%;
  left: 63.5%;
  text-align: left;
  line-height: 14px;
}

.point-K {
  top: 66%;
  left: 23.8%;
}

.point-k {
  top: 73%;
  left: 22.5%;
  text-align: left;
  line-height: 14px;
}

.point-l {
  top: 25%;
  left: 49.5%;
}

.point-m {
  top: 46%;
  left: 75.4%;
}

.point-n {
  top: 53.5%;
  left: 80.5%;
}

.point-o {
  top: 66.8%;
  left: 77.8%;
}

.point-p {
  top: 67.5%;
  left: 56%;
}

@media (max-width: 1199.98px) {
  .mapPoint img {
    width: 10px;
    height: 15px;
  }
  .point-a {
    top: 30%;
    left: 49.5%;
  }
  .point-b {
    top: 25%;
    left: 72%;
  }
  .point-c {
    top: 47%;
    left: 49%;
  }
  .point-d {
    top: 53%;
    left: 63%;
  }
  .point-e {
    top: 56%;
    left: 72.5%;
  }
  .point-f {
    top: 37%;
    left: 55.5%;
  }
  .point-g {
    top: 60%;
    left: 50%;
  }
  .point-h {
    top: 38%;
    left: 68.8%;
  }
  .point-i {
    top: 25%;
    left: 39%;
  }
  .point-j {
    top: 41.5%;
    left: 63.5%;
  }
  .point-k {
    top: 25%;
    left: 41.5%;
  }
  .point-k {
    top: 43%;
    left: 13.5%;
  }
  .point-l {
    top: 25%;
    left: 48.5%;
  }
  .point-m {
    top: 46%;
    left: 75.4%;
  }
  .point-n {
    top: 57.5%;
    left: 78.8%;
  }
  .point-o {
    top: 66.8%;
    left: 77.8%;
  }
  .point-p {
    top: 67.5%;
    left: 56%;
  }
}
@media (max-width: 991.98px) {
  .mapBox {
    font-size: 12px;
  }
  .point-a {
    top: 29%;
    left: 48.5%;
  }
  .point-b {
    top: 25%;
    left: 72%;
  }
  .point-c {
    top: 47%;
    left: 46%;
  }
  .point-d {
    top: 53%;
    left: 61%;
  }
  .point-e {
    top: 56%;
    left: 70.5%;
  }
  .point-f {
    top: 36%;
    left: 54.5%;
  }
  .point-g {
    top: 60%;
    left: 48%;
  }
  .point-h {
    top: 36%;
    left: 69%;
  }
  .point-i {
    top: 22%;
    left: 37%;
  }
  .point-j {
    top: 41.5%;
    left: 63.5%;
  }
  .point-k {
    top: 25%;
    left: 41.5%;
  }
  .point-k {
    top: 43%;
    left: 11.5%;
  }
  .point-l {
    top: 22%;
    left: 56%;
  }
  .point-m {
    top: 46%;
    left: 75.4%;
  }
  .point-n {
    top: 54.5%;
    left: 80%;
  }
  .point-o {
    top: 67.8%;
    left: 77.8%;
  }
  .point-p {
    top: 67.5%;
    left: 57.5%;
  }
}
@media (max-width: 767.98px) {
  .point-A {
    top: 23%;
  }
  .point-D {
    top: 44%;
  }
  .point-E {
    top: 47%;
  }
  .point-G {
    top: 52.5%;
  }
  .point-I {
    top: 18%;
  }
  .point-J {
    top: 39%;
    left: 61%;
  }
  .point-L {
    top: 18.5%;
  }
  .point-M {
    top: 42%;
  }
  .point-N {
    top: 49%;
  }
  .point-O {
    top: 57.5%;
  }
  .point-P {
    top: 61%;
  }
}
.text-primary {
  color: #000000 !important;
  font-weight: 500;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #f2f2f2;
}

/*--map start--*/
.mapWrap {
  position: relative;
  height: 660px;
}

.mapWrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mapWrap iframe {
  width: 100%;
}

.contactFrm {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: absolute;
  top: 0;
  right: 320px;
  box-shadow: 0px 0px 25px 0px rgba(77, 77, 77, 0.3490196078);
  margin-top: -60px;
  z-index: 1;
  width: 520px;
}

@media (min-width: 1200px) {
  .contactFrm {
    right: calc((100% - 1110px) / 2);
  }
}
@media (min-width: 1400px) {
  .contactFrm {
    right: calc((100% - 1290px) / 2);
  }
}
.testiContentBtm {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.testiContentBtm {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.testiTxt {
  min-height: 100px;
}

.testiproInfo h4 {
  color: #013f6c;
  font-size: 20px;
  font-weight: bold;
}

.testiVideoicon a {
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #ececec;
  padding: 15px;
  border-radius: 50%;
  padding-left: 17px;
}

.testiproInfo p {
  font-size: 16px;
}

.userInfoPopupForm {
  padding-top: 30px;
}

.userInfoPopupForm .inputBox label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.frmWrap .inputTxt,
.userInfoPopupForm .inputBox input[type=text],
.userInfoPopupForm .inputBox input[type=email],
.userInfoPopupForm .inputBox input[type=tel],
.userInfoPopupForm .inputBox textarea {
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  border-radius: 100px;
  border: none;
  /* background-color: #f1f1f1; */
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #ced4da;
}

.userInfoPopupForm .inputBox input[type=text],
.userInfoPopupForm .inputBox input[type=email],
.userInfoPopupForm .inputBox input[type=tel],
.userInfoPopupForm .inputBox textarea {
  margin-bottom: 0;
}

.frmWrap .textarea,
.userInfoPopupForm .inputBox textarea {
  height: 130px;
  padding: 20px;
  border-radius: 15px;
}

.frmWrap.btnWrap,
.userInfoPopupForm .inputBox.btnBox {
  padding-top: 0px;
}

.frmWrap.btnWrap .frmBtn,
.userInfoPopupForm .inputBox input[type=submit] {
  display: inline-block;
  border-radius: 30px;
  background-color: #c6070e;
}

.userInfoPopupForm .inputBox input[type=submit] {
  width: 200px;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
}

.subBtn {
  background-color: transparent;
  border: none;
  padding: 0 50px;
  min-height: 55px;
  color: #fff;
}

/*--map wrap end--*/
/*--footer start--*/
.newsLetterForm {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  margin-bottom: 30px;
}

.footerWrap {
  padding: 80px 0 0;
  background-color: #002b4b;
  position: relative;
  z-index: 0;
}

.footBg {
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
  height: 130px;
  transform: rotate(-1deg);
}

.footBg img {
  width: 100%;
  height: 100%;
}

.footerLogo img {
  width: 250px;
  background: #ffffff;
  padding: 7px;
  border-radius: 10px;
}

.newsLetterForm .leftTxt h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.newsLetterForm .rightForm {
  width: 40%;
}

.newsInput {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff;
}

.newsLetterForm .frmWrap {
  position: relative;
}

.newsLetterForm .frmWrap .newsBtn {
  position: absolute;
  right: 2px;
  width: 45px;
  height: 45px;
  background: url(../images/home/next.png) no-repeat center center #c6070e;
  border-radius: 50%;
  top: 2px;
  border: none;
  background-size: 50%;
  color: #fff;
}

.newsLetterForm .frmWrap input:focus {
  outline: none;
}

.newsLetterForm input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-size: 14px;
}

.newsLetterForm input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-size: 14px;
}

.newsLetterForm input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footerMain {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  margin-top: -100px;
}

.footerMainInn {
  padding-top: 170px;
}

.page-template-contact .footerMainInn {
  padding-top: 50px;
}

.footerWrap::before {
  /* width: 100%; */
  width: calc(100% + 32px);
  height: 190px;
  content: "";
  /* background: url(../images/home/footer-top.png) no-repeat center top; */
  background: url(../images/foot-bg.png) no-repeat center top;
  background-size: cover;
  content: "";
  position: absolute;
  top: -144px;
  right: -32px;
}

.newsLetterForm::after {
  width: 70%;
  border-radius: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: url(../images/line.png) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-size: 100%;
}

.footerTxt {
  padding-top: 20px;
}

.footerTxt p {
  color: #fff;
}

.fotoerContent {
  padding: 30px 0;
}

.fotoerContent .footer_widget h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.fotoerContent .footer_widget ul li {
  margin-bottom: 10px;
}

.fotoerContent .footer_widget ul li a,
.fotoerContent .footer_widget ul li p {
  color: #fff;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}

.fotoerContent .footer_widget ul li a:hover {
  color: #ef8124;
}

.contactListF li {
  display: flex;
}

.contactIcon {
  /* width: 40px; */
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.contactIcon img {
  width: 86%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contactListF li p,
.contactListF li a {
  width: calc(100% - 30px);
}

.contactListF li:not(:last-child) {
  margin-bottom: 10px !important;
}

.copyrightSec {
  background-color: #01243f;
  padding: 10px 0;
}

.copyrightWrap {
  display: flex;
  justify-content: center;
}

.copyrightWrap p,
.copyrightWrap a {
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  background-image: none;
  width: 50px;
  height: 50px;
  background-color: rgba(199, 7, 14, 0.4901960784);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: auto;
  left: auto;
  color: #7f7f7f;
  backdrop-filter: blur(5px);
  transition: 0.5s;
}

.swiper-button-prev.swiper-button-white {
  right: 51px;
  bottom: 0;
}

.swiper-button-next.swiper-button-white {
  right: 0;
  bottom: 0;
}

.swiper-button-next.swiper-button-white:hover,
.swiper-button-prev.swiper-button-white:hover {
  background-color: rgb(199, 7, 14);
  color: #fff;
}

.socialInfo {
  margin-top: 30px;
}

.countWrap .countItem:last-child::after {
  display: none;
}

.globeInmg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  z-index: -1;
}

.globeInmg img {
  width: 100%;
}

/*--footer end--*/
.frmHeading h2 {
  margin-bottom: 0px;
}

.frmHeading p {
  margin-bottom: 10px;
}

.partnerSlider .slick-track .logoItem .logoImg {
  padding: 0 15px;
}

.partnerSlider .slick-track .logoItem .logoImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.headerWrap.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  animation: slideDown 0.35s ease-out;
  background-color: #fff;
  z-index: 99;
  width: 100%;
}

.headerWrap.is-sticky .headerRightTop {
  display: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.aboutPgSec_8 {
  overflow: hidden !important;
}

.headerWrap.is-sticky .headerRightBottom {
  border-top: none;
  margin-top: 0px;
}

.headerWrap.is-sticky .leftLogo {
  width: 80px;
}

.headerWrap.is-sticky .leftLogo img {
  width: 100%;
}

.mobFilter {
  display: none;
}

.partner {
  padding-top: 0px !important;
}

.about-text {
  margin-bottom: 10px;
  line-height: 150%;
}

.about-content {
  padding-left: 30px;
}

.inner-p {
  text-align: justify;
}

.aboutPgSec_4 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.page-template-about_us section {
  overflow: hidden;
}

.vmvIcon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #184090;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  transition: 0.5s;
}

.vmvContent {
  background: url(../images/value-bg.png) no-repeat center top;
  padding: 60px 36px;
  background-size: cover;
  min-height: 430px;
  box-shadow: 0px 15px 16px -10px #9b9b9b;
  position: relative;
  margin-top: -10px;
  transition: 0.5s;
}

.vmvNo {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 110px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.09);
  line-height: 100px;
  transition: 0.5s;
}

.vmvContent h4 {
  color: #184090;
  font-size: 24px;
  font-weight: bold;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 9px;
}

.vmvContentText {
  overflow: auto;
  padding: 8px;
}

.vmvItem:hover .vmvContent {
  background: url(../images/vmvIcon.png) no-repeat center top;
  background-size: cover;
}

.vmvItem:hover .vmvIcon {
  background-color: #c7070e;
}

/* .....................our-journey................... */
.aboutPgSec_3 {
  background-image: url(../images/moving-toward-Industry-bg-v11.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
}

.aboutPgSec_3 .owl-item > div {
  cursor: pointer;
  transition: margin 0.4s ease;
}

.aboutPgSec_3 .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

.aboutPgSec_3 .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

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

.journeyItem .journeyContent {
  position: absolute;
  width: 760px;
  min-height: 50px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  top: 110px;
  left: 49%;
  transform: translateX(-50%);
  box-shadow: -1px 8px 30px -1px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: 0.6s all;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.journeyYr {
  width: auto;
  display: inline-flex;
  justify-content: end;
  flex-direction: column;
  margin: 0 auto;
  align-items: end;
  transform: rotate(-90deg);
  position: relative;
  padding-left: 30px;
}

.journeyYr::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #545454;
  position: absolute;
  left: -6px;
  top: 12px;
  content: "";
  background: #184090;
}

.owl-carousel.owl-drag .owl-item.active.center .journeyYr {
  transform: rotate(-90deg) translatex(11px);
}

.owl-carousel.owl-drag .owl-item.active.center .journeyItem .journeyContent {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.journeySlider {
  margin-top: 60px;
}

.journeyYr h4 {
  color: #858585;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

.journeyYr p {
  margin-bottom: 0px;
  color: #858585;
}

.owl-carousel.owl-drag .owl-item.active.center h4 {
  font-size: 30px;
  color: #184090;
}

.journeySlider {
  display: block;
  height: 100%;
  min-height: 375px;
  padding-top: 30px;
  overflow: hidden;
  position: relative;
}

.journeySlider::before {
  top: 100px;
  width: 100%;
  height: 2px;
  background: url(../images/slider-line.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  content: "";
}

.owl-carousel.owl-drag .owl-item.active.center .journeyYr::before {
  transform: scale(1.5);
  background-color: #c7070e;
}

.journeyItem .journeyContent::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  transform: translateX(-50%);
}

.owl-item.cloned.active .journeyItem h4,
.owl-item.active .journeyItem h4 {
  opacity: 0.7;
}

.owl-item.active.center .journeyItem h4 {
  opacity: 1;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav button span {
  font-size: 0px;
}

.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
  top: 80px;
  position: absolute;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  background: url(../images/right-arrow-hover.png) no-repeat center center #0270bf !important;
  transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/left-arrow-hover.png) no-repeat center center #0270bf !important;
  transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/left-arrow-hover.png) no-repeat center center #c7070e !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/right-arrow-hover.png) no-repeat center center #c7070e !important;
}

.aboutPgSec_3 .journeyLeftImg {
  position: absolute;
  top: 0;
  left: 0;
}

.aboutPgSec_3 .journeyRightImg {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* .....................farming.................. */
.farming {
  overflow: hidden;
}

.farming .row {
  position: relative;
}

.farming .text-box ul li {
  margin-bottom: 5px;
  position: relative;
  font-weight: 700;
  display: block;
}

.farming .text-box {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 15px;
  padding: 20px 30px;
  width: 38%;
  position: absolute;
  z-index: 15;
  left: 0;
  top: 10%;
}

.farming .item .content-box {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, #000 95%);
  padding: 1px 23px 1px 61px;
  width: 100%;
}

.farming .text-box p {
  margin-bottom: 10px;
  line-height: 22px;
}

.capabilities-slider .slick-dots {
  bottom: -40px;
}

.farming:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.farming:nth-child(2n) .text-box {
  width: 38%;
  right: 0;
  left: inherit;
}

.farmer-counter {
  background-color: #efeddf;
  padding-top: 52px;
  padding-bottom: 19px;
  margin-bottom: 0;
  margin-top: 60px;
}

.item img {
  width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.common-btn {
  border-radius: 25px;
  padding: 6px 10px 6px 20px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-blue,
.btn-white:hover {
  background-color: #007bc2;
  color: #fff;
}

.common-btn-link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px 6px 20px;
}

.farming-padding-top {
  padding-top: 80px;
}

.farming .text-box p {
  margin-bottom: 19px;
  line-height: 27px;
}

.text-box-inner-in h3 {
  font-weight: 700;
  line-height: 41px;
  font-size: 32px;
  color: #004f89;
  margin-bottom: 8px;
}

.bg-fixed {
  background-image: url(../images/moving-toward-Industry-bg-v11.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.footerWrap2::before {
  display: none;
}

.footerMain2 {
  margin-top: 0px;
}

/* Contact us */
.contact-sec .contact-xea {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.contact-sec .contact-xea img {
  max-width: 40px;
}

.contact-sec .contact-xea p {
  margin: 0;
}

.contact-address-row {
  border-bottom: 1px solid #D2DEEF;
}

.contact-address-row,
.contact-tel-row {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-address-col,
.contact-tel-col {
  width: 50%;
  border-right: 1px solid #D2DEEF;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: flex-start;
}

.contact-tel-col {
  width: 33.33%;
  align-items: center;
}

.contact-address-col .con,
.contact-tel-col .con {
  margin-left: 15px;
}

.contact-address-col .con span,
.contact-tel-col .con span {
  color: #0162a9;
  font-weight: 600;
  font-size: 20px;
}

.contact-address-col:last-child,
.contact-tel-col:last-child {
  border: 0;
}

.contact-tel-col .con a {
  color: #000;
}

.contact-tel-col .con a:hover {
  color: #000;
}

.get-touch-area {
  width: 50%;
  padding: 50px;
}

.get-touch-area .gettouch-sec {
  width: 80%;
}

.contact-us-main .map-area iframe {
  height: 100% !important;
}

.about-section-two {
  padding: 50px 0;
}

.left-right-structure.right-image-structure .slide-left:before {
  content: "";
  background-image: url(../images/branding-vector-big.svg);
  position: absolute;
  bottom: 0vw;
  left: 0;
  width: 7vw;
  height: 5vw;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-right-structure.right-image-structure .content-part {
  padding: 0 60px 0vw 32%;
}

.content-part p {
  color: #131313;
  text-align: justify;
  margin-bottom: 20px;
}

.content-part p strong {
  font-weight: 600;
}

.circle-element {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.circle-element .figure {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circle-element .figure img {
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; */
  transition: all 1s;
  height: 260px;
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.circle-element:hover img {
  transform: scale(1.2) rotate(-3deg);
}

.circle-element .figure-caption {
  font-size: 18px;
  line-height: 24px;
  color: #1F1F1F;
  font-weight: 600;
  margin-top: 10px;
}

.circle-element .figure .abslide-picture {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.circle-element .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s ease;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.circle-element:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.circle-element .overlay span {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 82%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}

.circle-element:hover .overlay span {
  opacity: 1;
  transition: 1.3s ease;
}

.overlay-circle-element {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  border: 5px solid #fff;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.overlay-circle-element .overlay span img {
  width: 30px;
  height: 20px;
  margin-left: 0;
}

/* .map-marker.active-itm ~ .map-marker {
  pointer-events: none;
  } */
.section-heading-wrap p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
}

.para-txt {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
}

.businesses-slider.commonCenter-slider .slick-list {
  padding: 37px 0 !important;
}

.circle-element .figure-caption {
  font-size: 18px;
  line-height: 24px;
  color: #1F1F1F;
  font-weight: 600;
  margin-top: 10px;
  padding: 0px 15px;
}

.aluminium-businesses-slider .slick-arrow {
  background-color: #2581C4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.Primary-Aluminium-Offerings-section .blogthumbnail-carousel .slick-arrow {
  background-color: #2581C4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.aluminium-businesses-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #013f6c;
  border: none;
  z-index: 1;
  cursor: pointer;
}

.aluminium-businesses-slider .slick-arrow i {
  font-size: 1.275rem;
  font-weight: 300;
}

.aluminium-businesses-slider .slick-prev.slick-arrow {
  left: -35px !important;
}

.aluminium-businesses-slider .slick-next.slick-arrow {
  right: -35px !important;
}

.slick-prev.slick-arrow i {
  content: "";
  background-image: url(../images/button-prev-arrow-white.svg);
  width: 20px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
  background-size: 7px;
  background-repeat: no-repeat;
}

.slick-next.slick-arrow i {
  content: "";
  background-image: url(../images/button-next-arrow-white.svg);
  width: 20px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
  background-size: 7px;
  background-repeat: no-repeat;
}

.aluminium-businesses-section {
  padding: 80px 0px;
  background-color: rgba(227, 227, 227, 0.3803921569);
}

.thumbnail-carousel.carousel .slick-arrow img,
.slick-arrow img {
  width: 8px;
  max-width: initial;
}

#quarterly-table tbody td:first-child {
  text-align: left;
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.left-right-structure {
  overflow: hidden;
}

.cs_list.cs_style_1 {
  margin-top: 10px;
}

.cs_list.cs_style_1 li::after {
  content: "\f360";
  font-family: "FontAwesome";
  margin-right: 13px;
  font-size: 20px;
  margin-top: -3px;
  margin-right: 13px;
  font-size: 16px;
  margin-top: -3px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #013f6c;
  background-position: center;
}

.cs_list.cs_style_1 li {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #1d1e1e;
  font-weight: 400;
}

.h3-heading {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
  color: #0062a9;
}

.inner-pages-p strong {
  font-weight: 600;
  color: #04426e;
}

.item_box {
  overflow: hidden;
  text-align: center;
  color: #fff !important;
  box-shadow: #fff 0 0 0 0;
  background: rgb(255, 255, 255);
  border: #eaeaea 1px solid;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.item_box .image {
  position: relative;
  overflow: hidden;
}

.item_box .con {
  background-color: #eee;
  /* padding-left: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_box .con .tt {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 42px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.item_box .con .read-more {
  height: 42px;
  width: 42px;
  min-width: 42px;
  display: block;
  text-align: center;
  align-content: center;
  color: white;
  background-color: #ca2212;
}

.item_box .con .read-more svg {
  width: 18px;
  height: 18px;
}

.item_box .overlay-bx {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-left: 50px;
  z-index: 1;
  transition: all 600ms ease;
}

.item_box:hover .overlay-bx {
  top: 0;
}

.item_box .overlay-bx::before {
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 90%;
  width: 1px;
  background-color: #ffffff;
  content: "";
  opacity: 0.7;
}

.item_box .overlay-bx::after {
  position: absolute;
  bottom: 25px;
  left: 0;
  height: 1px;
  width: 90%;
  background-color: #ffffff;
  opacity: 0.7;
  content: "";
}

.item_box .overlay-bx p {
  color: white;
  font-size: 16px;
}

.item_box .overlay-bx a {
  color: #ca2212;
}

.item_box .overlay-bx a:hover {
  color: #fff;
}

.item_box .image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.services_feature {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.h2_title_1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ca2212;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.h2_title_1:after {
  background: #ca2212 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.services_feature .item-bx {
  padding: 25px;
  /* height: 100%; */
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-right: 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.services_feature .item-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.3s linear;
}

.services_feature .item-bx:hover:before {
  width: 100%;
}

.services_feature .item-bx:last-of-type {
  border-right: 1px solid #e7e7e7;
}

.services_feature .item-bx .titleH4 {
  color: var(--sec);
  font-weight: 600;
  /* letter-spacing: 1px; */
  padding: 0;
  margin: 0 0 4px;
  text-align: left;
  font-size: 17px;
  transition: 0.3s linear;
}

.services_feature .item-bx:hover .titleH4 {
  color: white;
}

.services_feature .item-bx .count {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 70px;
  font-weight: 800;
  transition: 0.8s;
  color: rgba(255, 255, 255, 0.15);
}

.services_feature .item-bx p {
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  transition: 0.4s;
}

.services_feature .item-bx:hover p {
  color: white;
}

.services_feature .item-bx .numb {
  font-size: 60px;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #c5a47e;
}

.services_feature .item-bx img {
  margin-bottom: 20px;
  max-width: 70px;
}

.home_blog_1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: #272727;
}

.img-wrap {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  height: 365px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.service_content {
  position: relative;
  height: 365px;
  color: #9f9f9f;
  font-size: 16px;
  line-height: 24px;
  background: #333;
  margin-bottom: 25px;
  border-radius: 0px 0px 0px 50px;
}

.home_bgrid_1:nth-child(2) .service_content {
  border-radius: 0px 50px 0px 0px;
}

.service_content .center_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
  padding: 0 60px;
}

.service_content .center_box .sTitle_h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #ca2212;
  font-weight: 400;
  margin-bottom: 15px;
}

.service_content .center_box .sTitle_h4 a {
  color: #ca2212;
}

.service_content .center_box p {
  margin-bottom: 20px;
  color: #9f9f9f;
}

.innerpages {
  padding: 50px 0px;
}

.inner-apges-image {
  width: 500px;
  float: right;
  padding-left: 20px;
  /* padding: 40px; */
  border-radius: 0px 55px 0px 0px;
  overflow: hidden;
}

.inner-apges-image img {
  width: 100%;
}

.inner-pages-content p {
  text-align: justify;
}

.inner-pages-content strong {
  color: #00355b;
  font-weight: 500;
}

.inner-pages-content h2 {
  font-size: 33px;
  font-weight: 700;
  color: #013f6c;
}

.carousel-indicators .active {
  background-color: #002a47;
  width: 30px;
  height: 3px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #013f6c;
  border-radius: 50%;
  font-size: 20px;
}

.client-section .client-logo .item {
  transition: transform 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid rgba(239, 238, 238, 0.5803921569);
  /* background-color: #ddd; */
  padding: 5px;
}

.client-section .client-logo .item:hover {
  transform: translateY(-5px);
}

.client-section .client-logo img {
  width: 100%;
  margin: 0 auto;
}

.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.client-section {
  padding: 40px 0px;
  background-image: url(../images/contact-bg.jpg);
}

.quick-connect {
  position: fixed;
  bottom: 20%;
  left: 0;
  z-index: 99999999;
}

.quick-connect a {
  color: white;
}

.call {
  background-color: #0266af;
  color: white;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.whatsapp a {
  color: #fff;
}

.whatsapp {
  background-color: #6dd14a;
  color: #fff;
  font-size: 23px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.whatsapp:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shakes {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.hidden-txt {
  display: none;
}

.leadersSlider .slick-prev,
.leadersSlider .slick-next {
  position: absolute;
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.leadersSlider .slick-next::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leadersSlider .slick-prev::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  /* For Safari */
}

.leadersSlider .slick-prev {
  left: 35%;
  right: auto;
  bottom: -22px;
}

.leadersSlider .slick-next {
  right: calc(50% - 36px);
  bottom: -22px;
}

.leadersSlider .slick-arrow:hover {
  background-color: #43c206;
  color: #fff;
}

.leadersSlider .slick-arrow:hover::before {
  color: #fff;
}

.leadersSlider .slick-arrow {
  height: 40px !important;
  width: 40px !important;
  font-size: 0px;
  z-index: 100;
  background-color: #013f6c;
  border-radius: 10px;
}

.ft-contact-cta-items,
.ft-contact-page-form-wrapper {
  padding: 30px;
  background-color: #f4f4f4;
}

.ft-section-title-2 {
  margin: 0 auto;
  max-width: 580px;
}

.ft-section-title-2 .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #b22d30;
}

.ft-section-title-2 h2 {
  color: #003440;
  font-size: 36px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 25px;
}

.ft-contact-cta-items {
  margin-bottom: 20px;
  transition: 0.3s;
}

.ft-contact-cta-items .ft-contact-cta-icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #b22d30;
}

.ft-contact-cta-items .ft-contact-cta-icon i {
  font-size: 45px;
  color: #fff;
}

.ft-contact-cta-items .ft-contact-cta-text {
  max-width: 80%;
}

.ft-contact-cta-items .ft-contact-cta-text h3 {
  color: #002a34;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.ft-contact-page-form-wrapper h3 {
  color: #b22d30;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 5px;
}

.ft-contact-page-form-wrapper input,
.ft-contact-page-form-wrapper textarea {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.ft-contact-page-form-wrapper textarea {
  height: 130px;
  padding-top: 15px;
}

.ft-contact-page-form-wrapper button {
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 6px;
  background-color: #b22d30;
  transition: 0.5s;
}

.Submit-box:hover,
.ft-contact-page-form-wrapper button:hover {
  background-color: #00044b;
}

.Submit-box {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 6px;
  background-color: #b22d30 !important;
  transition: 0.5s;
}

.ft-contact-cta-text p {
  margin-bottom: 5px;
}

.subBtn3 {
  background-color: #013f6c !important;
  /* Primary blue background */
  color: #ffffff;
  /* White text */
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.subBtn3:hover {
  background-color: #0056b3 !important;
  /* Darker on hover */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.new-product {
  color: #0e0e0e;
}

.product-image img {
  width: 100%;
}

.inmer-pages-bg {
  background-image: url(../images/inner-pages-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

.inmer-pages-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5411764706);
  z-index: -1;
}

.rounded-4 {
  border: 2px solid rgba(233, 233, 233, 0.2509803922);
  padding: 25px;
  background: #fff;
  text-align: left;
}

.desicription-h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #013f6c;
}

.technical-detaiils h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 9px;
  color: #082100;
}

/* ................. */
.card {
  max-width: 100%;
  margin: auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* padding: 18px 30px; */
  border: none;
  height: 100%;
  overflow: hidden;
}

.card h2 {
  color: #013f6c;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #013f6c;
  padding-bottom: 10px;
  font-weight: 700;
  margin-top: 11px;
}

ul.specs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.specs li {
  background: #f2f2f2;
  margin-bottom: 12px;
  padding: 7px 20px;
  border-left: 6px solid #013f6c;
  border-radius: 8px;
  transition: background 0.3s;
  color: #003e6b;
  text-align: left;
}

ul.specs li:hover {
  background: #e8e8e8;
}

.label {
  font-weight: bold;
  display: inline-block;
  width: auto;
  color: #333;
}

.value {
  color: #444;
}

.about-text strong {
  font-weight: 600;
}

.card-image img {
  width: 100%;
}

.card-content {
  padding: 0px 20px;
}

.testiproInfo p {
  display: none;
}

.homeintro-row1 .business-intro .readmore:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */

.group-companies-section{
  position: relative;
  padding: 80px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.section-title{
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.section-title .sub-title{
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title h2{
  color: #013f6c;
  font-size: 38px;
  font-weight: 700;
}

.section-title p{
  color: rgba(0, 0, 0, 0.75);
  max-width: 650px;
  margin: auto;
  line-height: 28px;
}

.companies-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.company-card{
  position: relative;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 40px 18px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
}

.company-card:hover{
  transform: translateY(-10px);
  border-color: #013f6c;
}

.company-bg{
  position: absolute;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #013f6c, #055c9b);
  border-radius: 50%;
  opacity: 0.08;
  top: -80px;
  right: -60px;
}

.company-logo{
  background: #fff;
  border-radius: 20px;
  margin: auto auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  position: relative;
  z-index: 2;
}

.company-logo img{
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.company-card h3{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.company-card h3 a {
  color: #000;
}

.company-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg,#013f6c,#0072ff);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.company-btn:hover{
  background: #fff;
  color: #0d2236;
}

.cm-btn {
  background: #e31e24;
  color: #fff !important;
  border-radius: 30px;
  border: none !important;
}

.cm-btn::before {
  display: none !important;
}

.cm-btn:hover {
  -webkit-box-shadow: 4px 5px 0 #0005;
  box-shadow: 4px 5px 0 #0005;
  -webkit-box-shadow: 7px 10px 15px #0004;
  box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.cm-btn {
  position: relative;
  background: #013f6c;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  margin: 0;
  border: 0 solid transparent;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  min-width: 150px;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: inherit;
  letter-spacing: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.cm-btn:before {
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cm-btn:hover:before {
  background-color: #013f6c;
  bottom: 0;
  top: auto;
  width: 100%;
  opacity: 1;
}

.cm-btn:hover {
  color: #ffffff;
}

@media(max-width:991px){

  .companies-grid{
    grid-template-columns: repeat(2,1fr);
  }

  .section-title h2{
    font-size: 34px;
  }

}

@media(max-width:576px){

  .group-companies-section{
    padding: 80px 0;
  }

  .companies-grid{
    grid-template-columns: 1fr;
  }

  .section-title h2{
    font-size: 28px;
  }

  .company-card{
    padding: 35px 20px;
  }

}




/* Vision Mission Value Section */

.vmv-section{
    background: #013f6c;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    padding: 100px 0;
}

.section-title{
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle{
    color: #cbd5e1;
    font-size: 16px;
    max-width: 650px;
    margin: auto;
}

.vmv-card{
    background: #1e293b;
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.vmv-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.vmv-card::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}

/* .vision-card::before{
    background: #f97316;
} */

.mission-card::before{
    background: #06b6d4;
}

/* .value-card::before{
    background: #22c55e;
} */

.icon-box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box i{
    font-size: 34px;
    color: #ffffff;
}

.vmv-card h3{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
}

.vmv-card p{
    color: #cbd5e1;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 0;
}

.value-list{
    padding-left: 18px;
    margin-bottom: 0;
}

.value-list li{
    color: #cbd5e1;
    margin-bottom: 4px;
    font-size: 15px;
    position: relative;
}

.value-list li::marker{
    color: #22c55e;
}

/* Responsive */

@media(max-width: 991px){

    .section-title{
        font-size: 34px;
    }

    .vmv-card{
        padding: 35px 25px;
    }
}

@media(max-width: 576px){

    .section-title{
        font-size: 28px;
    }

    .section-subtitle{
        font-size: 14px;
    }

    .vmv-card h3{
        font-size: 24px;
    }
}



/* Why Choose Us Section */

.why-choose-section{
    background: #f8fafc;
    overflow: hidden;
    padding: 100px 0;
}

.section-tag{
    display: inline-block;
    background: #013f6c;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why-content h2{
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #013f6c;
    margin-bottom: 20px;
}

.why-content p{
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.why-points{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.point-box{
    background: #ffffff;
    padding: 22px;
    border-radius: 18px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: 0.4s ease;
    /* border: 1px solid #e2e8f0; */
    align-items: center;
}

.point-box:hover{
    transform: translateX(10px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.point-icon{
    min-width: 70px;
    height: 70px;
    border-radius: 16px;
    background: #013f6c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-icon i{
    color: #ffffff;
    font-size: 28px;
}

.point-text h5{
    font-size: 22px;
    font-weight: 600;
    color: #013f6c;
    margin-bottom: 8px;
}

.point-text p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}

.why-image{
    padding-left: 40px;
}

.main-img{
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.experience-box{
    position: absolute;
    bottom: 30px;
    left: 0;
    background: #FFF;
    color: #013f6c;
    padding: 30px 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.experience-box h3{
    color: #013f6c;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.experience-box span{
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Responsive */

@media(max-width: 1199px){

    .why-content h2{
        font-size: 42px;
    }
}

@media(max-width: 991px){

    .why-image{
        padding-left: 0;
    }

    .why-content h2{
        font-size: 36px;
    }

    .experience-box{
        left: 20px;
    }
}

@media(max-width: 576px){

    .why-content h2{
        font-size: 30px;
    }

    .point-box{
        flex-direction: column;
    }

    .experience-box{
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        width: 100%;
    }
}








.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}

.testimonial-slider {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}

.testimonialSwiper {
  overflow: hidden !important;
  padding: 50px 0 !important;
}

.testimonialSwiper .swiper-slide-prev,
.testimonialSwiper .swiper-slide-next {
  opacity: 0.6;
  transform: scale(0.85);
  z-index: 5;
  visibility: visible;
}

.testimonialSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 10;
}

.testimonialSwiper .swiper-wrapper {
  align-items: center;
}

.testimonialSwiper .swiper-slide {
  opacity: .45;
  transform: scale(.82);
  transition: all .5s ease;
  pointer-events: none;
}

.testimonialSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.02);
  z-index: 9;
  pointer-events: auto;
}

.testimonialSwiper .swiper-slide-prev,
.testimonialSwiper .swiper-slide-next {
  opacity: .8;
  transform: scale(.90);
  z-index: 5;
}

.testimonialSwiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: .25;
}

.testimonial-card {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 45px 30px 55px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  min-height: 460px;
}

.testimonialSwiper .swiper-slide-active .testimonial-card {
  min-height: auto;
}

.testimonialSwiper .swiper-slide-prev .testimonial-card,
.testimonialSwiper .swiper-slide-next .testimonial-card {
  min-height: auto;
}

.client-image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 8px solid #f2f2f2;
}

.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonialSwiper .swiper-slide-prev .client-image,
.testimonialSwiper .swiper-slide-next .client-image {
  width: 95px;
  height: 95px;
}

.testimonial-card h3 {
  font-size: 30px;
  color: #003b80;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonialSwiper .swiper-slide-prev h3,
.testimonialSwiper .swiper-slide-next h3 {
  font-size: 30px;
}

.designation {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.testimonialSwiper .swiper-slide-prev .designation,
.testimonialSwiper .swiper-slide-next .designation {
  font-size: 18px;
}

.stars {
  color: #ff9800;
  font-size: 22px;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: #555;
  line-height: 150%;
  font-size: 16px;
}

.testimonialSwiper .swiper-slide-prev p,
.testimonialSwiper .swiper-slide-next p {
  font-size: 16px;
}

.quote-icon {
  position: absolute;
  top: 25px;
  left: 28px;
  color: #013f6c;
  font-size: 52px;
}

.gear-bg {
  position: absolute;
  right: -10px;
  bottom: -15px;
  font-size: 110px;
  color: rgba(0, 0, 0, 0.04);
}

.bottom-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #013f6c;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
  width: 62px !important;
  height: 62px !important;
  background: #003b80;
  background-image: none !important;
  border-radius: 50%;
  color: #fff !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.testimonialSwiper .swiper-button-prev {
  left: 0 !important;
}

.testimonialSwiper .swiper-button-next {
  right: 0 !important;
}

.testimonialSwiper .swiper-button-next::after,
.testimonialSwiper .swiper-button-prev::after {
  font-size: 22px !important;
  font-weight: 700;
}

.testimonialSwiper .swiper-pagination {
  position: relative !important;
  margin-top: 25px;
}

.testimonialSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #003b80;
  opacity: 1;
}

.testimonialSwiper .swiper-pagination-bullet-active {
  background: #ff9800;
}

.slide-count {
  text-align: center;
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  color: #003b80;
}

.slide-count span {
  color: #ff9800;
}

@media(max-width:1200px) {

  .testimonial-slider {
    padding: 20px 20px 80px;
  }

  .testimonialSwiper .swiper-slide,
  .testimonialSwiper .swiper-slide-active,
  .testimonialSwiper .swiper-slide-prev,
  .testimonialSwiper .swiper-slide-next {
    transform: scale(1);
    opacity: 1;
  }
}

@media(max-width:768px) {

  .testimonial-card {
    min-height: auto !important;
    padding: 40px 25px 50px;
  }

  .testimonial-card h3 {
    font-size: 28px !important;
  }

  .designation {
    font-size: 18px !important;
  }

  .testimonial-card p {
    font-size: 16px !important;
  }

  .testimonialSwiper .swiper-button-next,
  .testimonialSwiper .swiper-button-prev {
    display: none !important;
  }
}


