@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/
.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

/**/
.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

/** **************** **/
.align-center {
  align-items: center;
}

/** **************** **/
.container {
  max-width: 1220px;
}

/** **************** **/

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 0px 10px 0px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 2px;
}

.header_tp_dtl ul li:nth-child(3) {
  position: relative;
  top: 0px;
}

.header_tp_dtl ul li:last-child {
  border-right: 0px;
  border-left: 2px solid #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
  margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #1b4a99cc;
  top: 0;
  padding: 2px 0px;
  border-top: 5px solid #ededed;
  box-shadow: 0px 2px 0px rgb(255 255 255 / 46%);
}

.header_tp_dtl {
  position: relative;
}

.header_tp_dtl:after {
  position: absolute;
  content: "";
  top: 47px;
  right: 0;
  display: block;
  height: 0px;
  width: 70%;
  background: linear-gradient(90deg, #fff, #e2e2e2);
}

.header-scrolled .logo {
  margin-top: 4px;
}

.header-scrolled .scrollto img {
  width: 225px;
  height: auto;
}

.logo {
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  position: absolute;
}

.heade-logo-bg {
  position: relative;
}

.pd-lr30 {
  padding: 0 30px;
}

.heade-logo-bg:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 88px;
  width: 381px;
  right: -25px;
  top: -4px;
  border-radius: 0 0px 0px 0;
  z-index: -1;
}

.header-scrolled .heade-logo-bg:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 81px;
  width: 362px;
  right: -33px;
  top: -4px;
  border-radius: 0 0 0px 0;
  z-index: -1;
}

.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  box-shadow: 0px 2px 0px rgb(255 255 255);
  background-color: #174798;
}

.scrollto img {
  width: 240px;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 16px 0px 15px 0;
  display: flex;
  align-items: center;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 14px;
  /* text-transform: uppercase; */
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #f7f9fd;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #1747982e;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
  color: #1e2939;
  letter-spacing: 0.5px;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #174798;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.head-social {
  display: flex;
  background: #ed323712;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 8px 15px;
}

.head-social span {
  display: block;
  padding: 0px 13px;
}

.head-social span a {
  color: #ffffff;
}

/* From Uiverse.io by vinodjangid07 */
.Download-button {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 0px 15px;
  margin-left: 30px;
  color: #184898;
  background: rgb(255 255 255);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgb(90 90 90 / 53%);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.Download-button span a {
	color: #184898!important;
}

.Download-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button::before {
  content: "";
  width: 5px;
  height: 40%;
  background-color: #b8b9b9;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.Download-button::after {
  content: "";
  width: 5px;
  height: 40%;
  background-color: #b8b9b9;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.Download-button:hover::before,
.Download-button:hover::after {
  height: 60%;
}

/*Only Fade Slide*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/*Only Fade Slide End*/
#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #174798;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

.carousel-caption p {
  text-align: center !important;
  font-size: 18px !important;
  letter-spacing: px !important;
  margin-top: 9px;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 500;
  /* text-shadow: 1px 1px 2px #000000; */
}

#carousel .caption span {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Space Grotesk", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
  background-image: url("../images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
  background-image: url("../images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
  background-image: url("../images/banner03.jpg");
}

#carousel .carousel-item {
  height: auto;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-indicators {
  bottom: 25px;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 75px;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

/** **************** **/

.carousel-sec .carousel-item h2 {
  line-height: 1.4;
  text-align: left;
  /* font-family: "Space Grotesk", sans-serif; */
  text-shadow: 0px -1px 6px #3f3f3f08;
  color: #174798;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.carousel-sec .carousel-item p {
  text-align: left !important;
  font-size: 15px !important;
  letter-spacing: 0.8px !important;
  margin-top: 9px;
  color: #1e2939;
  line-height: 1.8;
  font-weight: 400;
}

/** **************** **/

.carousel-sec .carousel-caption {
  height: max-content;
  width: 36%;
}

#carousel .carousel-item img {
  position: relative;
}

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
  animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================== */
.carousel-sec .caption-left {
  height: max-content;
  width: 40%;
}

.caption-left {
  position: absolute;
  top: 25%;
  left: 75px;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.caption-left p {
  text-align: left !important;
  font-size: 18px !important;
  letter-spacing: 0.8px !important;
  margin-top: 9px;
  color: #ffffff !important;
  line-height: 1.8;
  font-weight: 400;
  /* text-shadow: 1px 1px 0px #000000; */
}

.carousel-sec .caption-left h2 {
  line-height: 1.4;
  text-align: left;
  /* font-family: "Space Grotesk", sans-serif; */
  text-shadow: 0px -1px 6px #3f3f3f08;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.backside-bg {
  position: absolute;
  top: 35%;
  left: 75px;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #0d367cd4;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 15px;
  padding-bottom: 20px;
  color: #fff;
  padding-right: 20px;
  border: 2px SOLID #e2e2e2;
  text-align: left;
}

/** **************** **/
.home-about {
  padding: 80px 0 50px 0;
  background: url(../images/row-bg-home-new-1.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.home-about-content h1 {
  font-size: 40px;
  color: #1e2939;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.home-about-content h6 {
  padding-bottom: 5px;
  font-weight: 500;
  color: #174798;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}

.home-about-content h6::before {
  background: linear-gradient(90deg, #174798 40%, #174798 98%);
  position: absolute;
  top: 7px;
  left: 81px;
  content: "";
  width: 34px;
  border-radius: 0 20px 0 20px;
  height: 2px;
  /* border: 1px solid #000; */
}

.home-about-content h1 span {
  color: #5e5e5e;
}

.home-about-content p {
  letter-spacing: 0.7px;
  padding-bottom: 5px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #47576efa;
}

.home-about-content {
  top: 50%;
  padding: 0rem 0rem 0rem 0;
}

.text-box {
  position: absolute;
  left: 5px;
  bottom: 9px;
  width: 205px;
  /* height: 53px; */
  background: rgb(0 80 117 / 92%);
}

.curve-text {
  text-align: center;
}

.curve-text p {
  margin-top: -72px;
  font-size: 20px;
  color: #5e5e5e;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0px;
}

.curve-text span {
  position: absolute;
  left: 104px;
  bottom: 0;
  font-weight: 800;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* padding: 10px; */
  color: #f3f6f7;
  font-size: 5rem;
  -webkit-text-fill-color: #2b9eae;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(244 247 250);
  display: inline-block !important;
  vertical-align: middle;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.hm-before-bg {
  position: relative;
  display: inline-block;
}

.hm-before-bg::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -6px;
  width: 105%;
  z-index: -1;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/hero-2-2.png);
}

/*------------------*/

.hm-enquiry-btn {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.common-btn {
  width: 200px;
  height: 46px;
  background: linear-gradient(90deg, #174798 40%, #3c6faa 98%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #ffffff;
  font-weight: 400;
  letter-spacing: 0.9px;
  /* border: 0px; */
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b8b9b9;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: -1px;
  left: 7px;
  font-size: 9px;
}

.hm-about-btn {
  margin-top: 15px;
  margin: 30px auto 0 auto;
  justify-content: end;
  display: flex;
  justify-content: left;
}

.second-layer {
  position: absolute;
  margin-top: -220px;
  right: 50px;
}

/*---------------------------*/
.hm-advantage {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 85px 0;
  background-repeat: no-repeat;
}

.hm-advantage-box {
  padding: 30px 40px;
  text-align: center;
  overflow: hidden;
  height: 100%;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  box-shadow: 4px 6px 60px rgb(39 51 113 / 9%);
  border-radius: 12px;
}

.hm-advantage-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0;
  width: 0;
}

.hm-advantage-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0;
  width: 0;
}

.hm-advantage-box h4 {
  transition: 0.5s ease-out;
}

.hm-advantage-box h4 {
  font-size: 20px;
  padding: 6px 0 0 0;
  font-weight: 700;
  line-height: 1.25;
  font-weight: 600;
  font-size: 26px;
  line-height: 48px;
  color: #1e2939;
}

.hm-advantage-box p {
  letter-spacing: 0.7px;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #47576efa !important;
  text-align: center;
}

.hm-advantage-box p {
  transition: 0.5s ease-out;
}

.hm-advantage-box:hover p {
  color: #ffffff !important;
}

.hm-advantage-box:hover {
  transform: translateY(-0.25em);
  cursor: pointer;
  color: #ffffff !important;
  box-shadow: rgb(38 57 77) 0 20px 30px -10px;
}

.hm-advantage-box:hover::after {
  top: 0;
}

.hm-advantage-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/new-vission-bg.png);
  /* background: linear-gradient(180deg, #174798 74%, #174798 105%); */
  transition: 0.3s ease-out;
  z-index: -1;
}

.hm-advantage-box:hover h4 {
  color: #ffffff;
}

.hm-advantage-box h4 {
  transition: 0.5s ease-out;
}

.hm-advantage-icon {
  height: 80px;
  width: 92px;
  padding: 16px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 100%;
  display: table;
  justify-content: center;
  line-height: 55px;
  border: 1px solid #adadadcf;
  align-items: center;
}

/*-------------------*/

.main-pro img {
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #000;
}

.hm-solutions-dtl {
  position: relative;
  justify-content: center;
  display: flex;
  margin-top: -68px;
  background-color: #174798d9;
  padding: 14px 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.hm-solutions-dtl h4 {
  color: #fff;
  font-size: 14px;
  /* border: 1px solid #cccdce; */
  padding: 11px 20px;
  letter-spacing: 0.9px;
  border-radius: 11px;
}

/*-------------------*/
.mh-product-section {
  padding: 75px 0;
  background-image: url(../images/pro-bg.jpg);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.pro-inner-se {
  box-shadow: rgb(0 0 0 / 23%) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  border-radius: 15px;
  padding: 10px;
  background-image: url(../images/pro-bg-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
}

.pro-inner-se h4 {
  padding: 20px 0 15px 0;
  color: #2b9eae;
  font-size: 20px;
  font-weight: 600;
}

.hm-pro-slider .owl-carousel .pro-inner-se {
  overflow: inherit !important;
}

.hm-pro-slider .highlighted {
  position: relative;
  z-index: 99;
}

.owl-stage-outer {
  padding: 30px 0;
}

.hm-pro-slider .highlighted .pro-inner-se {
  transform: scale(1.1, 1.1);
  transition: 2s;
  border-radius: 10px;
  background: linear-gradient(89deg, #81c7d1 21%, #303030 139%);
  box-shadow: 0 0 0 1px #a9a9a9;
  position: relative;
}

.hm-pro-slider .highlighted .pro-inner-se h4 {
  color: #fff;
}

.hm-pro-slider .highlighted .pro-inner-se img {
  border-radius: 10px;
  margin-bottom: 5px;
}

.hm-industry-main .owl-nav {
  position: absolute;
  top: -90px;
  right: 10%;
  margin: 0;
  display: flex;
}

.hm-industry-main .owl-nav .owl-prev img {
  transform: translate(-0px, -1px);
}

.hm-industry-main .owl-nav .owl-next img {
  transform: translate(0px, -1px);
}

.home-pro-content h3 {
  font-weight: 600;
  text-align: center;
  color: #174798;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
}

.home-pro-content h3 span {
  color: #1e2939;
}

.hm-pr-aligh-met {
  display: flex;
  align-items: center;
}

.home-pro-content p {
  letter-spacing: 0.7px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #47576efa;
}

.hm-pro-btn {
  margin: 14px 0 14px 0px;
}

.hm-pro-btn a {
  font-size: 15px;
  padding: 7px 14px;
  border-radius: 24px;
  color: #fff;
  border: 1px solid #5e5e5e;
  font-weight: 500;
  color: #5e5e5e;
  background: linear-gradient(90deg, #ffffff 40%, #e3e3e3 98%);
}

.pro-inner-se img {
  border: 2px solid #ffffff;
}

/*-------------------*/
.counter {
  padding: 37px 0 0px 0;
}

.counter-head {
  margin-bottom: 25px;
}

.counter-head h2 {
  font-weight: 700;
  color: #81c7d1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #174798;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
}

.counter-head h2 span {
  color: #1e2939;
}

.why_sec_bx {
  position: relative;
  display: flex;
  background-color: #fefefe;
  align-items: center;
  padding: 18px 6px;
  border-radius: 17px;
  border: 1px solid #1e293929;
  box-shadow: 4px 6px 60px rgb(39 51 113 / 9%);
}

.why_icon_txt {
  padding-left: 9px;
}

.why_title {
  font-size: 38px;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #1e2939;
  letter-spacing: 1px;
}

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #333d4c;
  font-size: 14px;
  margin-top: 5px;
}

.hm-counter-bg {
  border-radius: 25px;
  padding: 25px 25px;
  position: relative;
  z-index: 2;
  margin-top: -5px;
}

/*-----------------*/
.hm-vission-sec {
  /* background-image: url(../images/bg1.png); */
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 130px 0 50px;
  background-color: #f6f8feb8;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -73px;
}

.vision_box_02 h3 {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.vision_box_02 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.vision_img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.vision_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.vision_box_02 h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 0px;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding-bottom: -4.5rem;
}

.vision_box_02 p {
  font-size: 0.875rem;
}

.vision_box_02body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  padding: 1rem;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: end;
  background: linear-gradient(to top, rgb(27 27 27 / 92%), rgb(94 94 94 / 22%));
}

/*-----------------*/
.service-style1 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-style1 .service-img img {
  width: 100%;
  border: 4px solid #e3e3e3;
}

.service-style1 .service-flip-title {
  position: absolute;
  left: -8px;
  top: 50%;
  margin: 0;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.7px;
  color: #174798;
  background-color: #cccdce;
  font-size: 17px;
  font-weight: 500;
  border: 4px solid #174798;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px 15px 40px 15px;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.service-style1 .service-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #174798b3;
  z-index: 1;
  opacity: 0.9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-style1 .service-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 40px;
}

.service-style1 .service-title {
  color: #ffffff;
  line-height: 1.6;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.service-style1 .service-title a {
  color: inherit;
}

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

.service-style1 .service-text {
  color: #01a3d5;
  line-height: 28px;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-style1 .service-btn,
.service-style1 .service-text,
.service-style1 .service-title {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.service-style1 .service-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -20px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.service-style1 .service-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.service-style1:hover .service-btn,
.service-style1:hover .service-text,
.service-style1:hover .service-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-style1:hover .service-title {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service-style1:hover .service-overlay {
  opacity: 0.9;
  visibility: visible;
}

.service-style1:hover .service-flip-title {
  margin-left: -100px;
  opacity: 0;
  visibility: hidden;
}

/* ----------------- */
#hm_client_sec {
  padding: 60px 0;
}

.hm_client_logo ul {
  margin: 0 auto;
  text-align: center;
}

.hm_client_logo ul li {
  position: relative;
  width: 13%;
  margin: 18px;
  display: inline-block;
}

.hm_client_logo {
  position: relative;
}

.border-lft {
  position: absolute;
  top: 4%;
  left: 10.5%;
  border-left: 0px;
}

.border-lft2 {
  position: absolute;
  top: 4%;
  left: 27%;
  border-left: 0px;
}

.border-lft3 {
  position: absolute;
  top: 4%;
  left: 43.5%;
  border-left: 0px;
}

.border-lft4 {
  position: absolute;
  top: 4%;
  left: 60%;
  border-left: 0px;
}

.border-lft5 {
  position: absolute;
  top: 4%;
  left: 76.5%;
  border-left: 0px;
}

/************************/
#hm_location_client {
  padding: 0 0 70px 0;
}

/* ------ */
#footer_bg {
  padding: 70px 0 70px 0;
  background-image: url(../images/footer-bg.jpg);
  width: 100%;
  /* height: auto; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_title span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: 10px;
}

.ftr-link ul li a {
  color: #fff;
  letter-spacing: 0.9px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 30px;
  font-size: 14px;
}

.ftr-link ul li:hover a {
  color: #81c7d1;
}

.cont_details {
  display: flow-root;
  padding-bottom: 15px;
  padding-top: 8px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  /* background: #81c7d1; */
  /* box-shadow: 0 0 0 3px rgb(255 255 255 / 22%); */
  margin-right: 6px;
  /* width: 40px; */
  /* height: 40px; */
  padding: 2px;
  float: left;
  border-radius: 10%;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_dtl span {
  font-size: 16px;
  color: #929293;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}

.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 32px;
  line-height: 23px;
}

.cont_dtl a {
  font-size: 14px;
  display: inline-flex;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.cont_dtl a:hover {
  color: #81c7d1;
}

.social_icon {
  margin-top: 20px;
  display: inline;
}

.social_icon ul li {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.social_icon li {
  display: inline-block;
}

.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.social_icon li i {
  font-size: 17px;
  padding-top: 3px;
}

.social_icon li.facebook i {
  color: #3b5998;
}

.social_icon li.instagram i {
  color: #cd4a72;
}

.social_icon li.linkedin i {
  color: #007ab9;
}

.social_icon li.twitter i {
  color: #000;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social_icon li.facebook:hover a {
  background: #3b5998;
}

.social_icon li.instagram:hover a {
  background: #cd4a72;
}

.social_icon li.linkedin:hover a {
  background: #007ab9;
}

.social_icon li.twitter:hover a {
  background: #000;
}

.social_icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.key-point {
  background: #1a195e;
  height: 100%;
  position: relative;
  padding: 30px 0px 30px 80px;
}

.key-point img {
  position: absolute;
  left: 16px;
  top: 30px;
}

.key-point span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  word-spacing: 2px;
  letter-spacing: 0.7px;
  font-weight: 700;
}

.key-point span span {
  font-weight: 300;
  color: #ffffff73;
}

/************************/
.foot-bottom {
  padding: 15px 0 15px;
  background: #174798;
  border: 1px dashed #fff;
  border-radius: 15px;
}

.foot-btm-head p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
}

.foot-btm-head p a {
  color: #c1c1c1;
  font-weight: 600;
}

.foot-btm-head p a:hover {
  color: #81c7d1;
}

/*-----------------*/
.why_icon {
  background-color: #f6f8fe;
  /* padding: 6px; */
  border-radius: 44px;
  width: 63px;
  height: 63px;
  text-align: center;
  /* display: flex
; */
  line-height: 4;
  border: 1px solid #00000024;
}

.why_icon img {
  width: 42px;
}

.hm-pro-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.hm-pro-slider .owl-nav .owl-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  border: none;
  background: #ffffff;
  color: #fff;
  font-size: 14px;
  border: 1px solid #5e5e5e;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}

.hm-pro-slider .owl-nav .owl-prev img {
  transform: translate(-20%, 0%);
}

.hm-pro-slider .owl-nav .owl-next {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;

  background: #fff;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #5e5e5e;
  transform: translate(25px, 0);
  cursor: pointer;
}

.hm-pro-slider .owl-nav .owl-next img {
  transform: translate(18%, 0%);
}

.icon-right-arrow11 img {
  margin-right: 10px;
}

.pro-inner-se img {
  width: 100%;
}

.footer-img img {
  width: 90%;
  background-color: #fff;
  padding: 3px;
}

.client-slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: 45%;
  line-height: 0;
  background-color: #ffffff !important;
  display: block;
  border: 1px solid #02548c;
  padding: 9px 14px !important;
  font-size: 26px;
  margin: 0;
  cursor: pointer;
  color: #174798;
  transform: translate(-50%, -50%);
}

.client-slider .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 45%;
  line-height: 0;
  background-color: #ffffff !important;
  display: block;
  border: 1px solid #02548c;
  padding: 9px 14px !important;
  font-size: 26px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.carousel-item img {
  width: 100%;
}

.carousel-sec {
  margin-top: -85px;
}

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

.inner-banner {
  background: #f3f3e8;
  position: relative;
  margin-top: -117px;
}

.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000057;
}

.inner-banner-rel {
  position: relative;
}

.inner-banner-head h1 {
  position: absolute;
  left: 0px;
  /* top: 0; */
  bottom: 160px;
  font-weight: 700;
  font-size: 35px;
  /* margin-bottom: 15px; */
  color: #ffffff;
  z-index: 1;
  right: 0px;
  text-align: center;
}

.inner-banner-head h1 span {
  background: #1c5091;
  padding: 10px 12px;
  position: relative;
  letter-spacing: 2px;
}

.inner-banner-head h1 span:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgb(23 71 152 / 71%)
  );
  width: 30px;
  height: 100%;
  left: -30px;
  top: 0;
}

.inner-banner-head h1 span:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgb(23 71 152),
    rgb(255, 0, 0, 0)
  );
  width: 30px;
  height: 100%;
  right: -30px;
  top: 0;
}

.cover-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .inner-banner-rel,
  .inner-banner .col-md-12 {
    position: initial;
  }

  /* .cover-desktop {
    display: none;
  } */

  .cover-mobile {
    display: block;
  }

  .inner-banner-head h1 {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    font-size: 22px;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

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

.inr-prod-nav {
  background: #c6c7c861;
  padding: 6px;
  -webkit-box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  -moz-box-shadow: 0 5px 22px 0 rgba(15, 53, 103, 0.05);
  box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  position: sticky;
  top: 100px;
  margin-left: 5px;
  overflow: hidden;
}

.inr-prod-nav ul {
  margin-bottom: 0px !important;
}

.inr-prod-nav ul li {
  margin-bottom: 3px;
}

.inr-prod-nav ul li a {
  background-color: #ffffff;
  color: #1a1a1ae8;
  display: block;
  font-size: 14px;
  padding: 8px 8px 9px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}

.inr-prod-nav ul li a:hover {
  background-color: #174798d9;
  color: #fff;
}

.bullet li {
  font-weight: 400;
  color: #565555;
  font-size: 14px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 14px;
  position: relative;
}

.bullet li:after {
  content: "";
  width: 4px;
  height: 5px;
  background: #d71f27;
  position: absolute;
  left: 2px;
  top: 10px;
  /* border-radius: 28%; */
}

.inner_pro img {
  width: 100%;
  border-radius: 10px;
}

.inner_pro {
  border-radius: 10px;
  background-color: #217d3e;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bullet li b {
  font-weight: 600;
  color: #262525;
  font-size: 16px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding: 5px 0 5px 3px;
  position: relative;
}

.row-bg-style {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.prod-inner {
  padding: 90px 0;
}

/* ======= */
.inr-prod-nav h3 {
  font-size: 15px;
  padding: 15px 15px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #717070;
  border-radius: 5px 5px 0 0;
}

.main-nav-overflow {
  overflow-y: scroll;
  height: 800px;
}

.main-nav-overflow-1 {
  overflow-y: scroll;
  height: 575px;
}

.prod-inner .hm-solutions-dtl {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: -78px !important;
  height: 78px;
  background-color: #174798d9;
  padding: 14px 0;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}

.prod-inner .hm-solutions-dtl h4 {
  color: #fff;
  font-size: 14px;
  /* border: 1px solid #cccdce; */
  padding: 11px 15px;
  letter-spacing: 0.9px;
  border-radius: 11px;
  line-height: 18px;
}

/* ----- */
.product_inner_heading h2 {
  font-size: 25px;
  padding-bottom: 0px;
  letter-spacing: 0.4px;
  margin-bottom: 11px;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  position: relative;
}

.product_inner_heading h2 span {
  color: #174798;
}

.product_inner_heading h3 {
  font-size: 25px;
  padding-bottom: 0px;
  letter-spacing: 0.4px;
  margin-bottom: 11px;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  position: relative;
}

.product_inner_heading h3 span {
  color: #174798;
}

.product-image-box img {
  width: 100%;
  padding: 10px;
  box-shadow: 4px 6px 60px rgb(39 51 113 / 9%);
  border-radius: 23px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.prod-section-table table thead,
.prod-section-table table thead {
  background: #174798;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.home-about-content p b {
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 500px !important;
  letter-spacing: 0.6px;
}

.bullet li {
  font-weight: 400;
  color: #565555;
  font-size: 14px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 14px;
  position: relative;
}

.bullet li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #858788;
  position: absolute;
  left: 2px;
  border-radius: 20px;
  top: 9px;
  /* border-radius: 28%; */
}

/* contact css starts */

.contact-section {
  padding: 80px 0;
  background-color: #fdfdfd;
  /* Slight off-white background */
}

/* --- Left Side: Form Styling --- */
.section-subtitle {
  color: #174798;
  /* Bootstrap primary blue */
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.section-title {
  font-weight: 700;
  color: #636363;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-desc {
  color: #6c757d;
  margin-bottom: 40px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  background-color: transparent;
  padding: 15px 0;
  margin-bottom: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #0d6efd;
  background-color: transparent;
}

.btn-submit {
  background-color: #174798;
  color: white;
  padding: 12px 40px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-submit:hover {
  background-color: #0b5ed7;
}

/* --- Right Side: Image & Info Cards --- */
.contact-image-column {
  position: relative;
}

.contact-image-column img {
  border: 7px solid #ededed;
  border-radius: 10px;
}

/* This creates the floating card stack effect */
.info-card-stack {
  position: absolute;
  top: 50%;
  left: -180px;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .info-card-stack {
    transform: translateX(0);
    /* Reset on mobile */
    margin: 40px auto;
  }

  .image-column {
    min-height: auto;
    padding: 40px 0;
  }
}

/* Individual Card Styling */
.info-card {
  background: #fff;
  padding: 20px 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  /* They stack flush */
  transition: transform 0.3s ease;
}

.info-card i {
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
  color: #636363;
}

.info-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #636363;
}

.info-card p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}

/* The Highlighted Blue Card (Middle) */
.info-card.blue-card {
  background-color: #174798;
  color: white;
  /* Make it slightly wider/pop out like the design */
  transform: scale(1.05);
  z-index: 3;
  position: relative;
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.3);
}

.info-card.blue-card i,
.info-card.blue-card p,
.info-card.blue-card h5 {
  color: white;
}

.contact-container {
  position: relative;
}

.container-border {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
}

.border-1 {
  border-left: 1px solid #1746987e;
  border-top: 1px solid #1746987e;
  left: -20px;
  top: -20px;
}

.border-2 {
  border-right: 1px solid #1746987e;
  border-top: 1px solid #1746987e;
  right: -20px;
  top: -20px;
}

.border-3 {
  border-left: 1px solid #1746987e;
  border-bottom: 1px solid #1746987e;
  left: -20px;
  bottom: -20px;
}

.border-4 {
  border-right: 1px solid #1746987e;
  border-bottom: 1px solid #1746987e;
  right: -20px;
  bottom: -20px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/* contact css ends */

.info-card.blue-card {
  position: relative;
}

.map-left {
  margin-top: 4rem;
}

.map-left iframe {
  border: 3px solid #888888 !important;
}

.map-left p {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background-color: #004289;
  border: 1px dashed #fff;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.pt-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: visible;
  /* Allows icon to protrude if needed */
  margin-bottom: 30px;
  background: transparent;
}

.pt-card:hover {
}

/* Header Section (Blue/Grey area) */
.pt-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 40px 20px 20px 20px;
  text-align: center;
  color: white;
  position: relative;
}

.header-bonded {
  background-color: #174798;
  /* The Blue Color */
}

.header-unbonded {
  background-color: #575757;
  /* The Grey Color */
}

/* The Icon Circle */
.icon-circle {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  /* Centers the icon */
  font-size: 28px;
  position: absolute;
  top: -35px;
  /* Pulls icon half out of top */
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  /* Matches header color */
  z-index: 10;
}

.pt-title {
  font-weight: 700;
  font-size: 25px;
  margin-top: 8px;
  /* Space for the floating icon */
}

/* Body Section (White area) */
.pt-body {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 30px;
  /* height: 500px; */
}

/* Table Row Styling */
.feature-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.feature-row:last-child {
  border-bottom: none;
}

.feature-label {
  font-weight: 700;
  color: #555;
  width: 25%;
  /* Fixed width for labels */
  padding-right: 10px;
}

.feature-desc {
  color: #666;
  width: 75%;
}

/* Bullet point styling for description */
.feature-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-desc li::before {
  content: "•";
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.feature-desc li {
  padding-left: 1em;
}

.unbonded-bonded h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.what-sets-us-apart-list p {
  font-size: 16px;
  letter-spacing: 1px !important;
}

.left-lines {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.left-line-one {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    280deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
}

.left-line-two {
  width: 50px;
  height: 2px;
  background: linear-gradient(
    280deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
  margin: 2px 0;
}

.left-line-three {
  width: 40px;
  height: 2px;
  background: linear-gradient(
    280deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
}

.right-line-one {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
}

.right-line-two {
  width: 50px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
  margin: 2px 0;
}

.right-line-three {
  width: 40px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(7, 152, 168, 1) 0%,
    rgba(87, 199, 133, 0) 100%
  );
  display: block;
}

.hm-product-head {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 10px;
}

.definition-bonded-unbonded h3 {
  padding: 0 30px;
}

.definition-bonded-unbonded ul {
  padding: 0 16px;
}

.why-font-size {
  font-size: 28px;
  font-weight: 600;
}

.icon-circle img {
  width: 48px;
}

.what-we-do {
  padding: 50px 0;
}

.partners {
  padding: 0 0 50px 0;
}

.partner-item {
  border: 1px solid #89898933;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partner-item-img {
  width: 70px;
  background-color: #004289;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  border: 1px dashed #fff;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , -50%); */
}

.partner-item-img img {
  width: fit-content;
  display: flex;
  justify-self: center;
  align-items: center;
  width: 50px;
  /* margin: 25px; */
}

.partner-item-content p {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #47576efa;
  padding-top: 5px;
}

.home-about-content h2 {
  font-size: 40px;
  color: #1e2939;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.hm-advantage-box h3 {
  font-size: 20px;
  padding: 6px 0 0 0;
  font-weight: 700;
  line-height: 1.25;
  font-weight: 600;
  font-size: 26px;
  line-height: 48px;
  color: #1e2939;
}

.Industries-page {
  padding: 60px 0 30px 0;
}

.hm-advantage-box:hover h3 {
  color: #ffffff;
}
  
  
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h6 {
	position:relative;
	padding:15px 25px;
	background: #003082;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
	color: #003082;
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 65px;
    right: -1px;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-img-circle {
    background-color: #174798;
    box-shadow: 0px 1px 5px rgb(64 64 64 / 55%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 30px;
    left: 24px;
    position: absolute;
    background-size: 20px;
    border-radius: 20%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 3px solid rgb(246 247 252 / 40%);
    border-radius: 10px;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
span.background-zalo-ib, span.background-call {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    background-size: cover;
}
span.background-call i{
	color: #fff;
	font-size: 24px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.hotline-bar {
    position: absolute;
    background: #174798;
    height: 46px;
    width: 0px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 10px;
    right: 38px;
    bottom: 21px;
    overflow: hidden;
}
.hotline-phone-ring-wrap:hover .hotline-bar{
	width: 210px;
}
.hotline-phone-ring-wrap .hotline-bar .text-hotline{
	white-space: nowrap;
  	text-overflow: ellipsis;
}
.hotline-bar > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-indent: 10px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    line-height: 45px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgb(246 248 254 / 70%);
}
.modal-header {
    text-align: center;
    background: #003082;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 0px;
}
h6.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f2f3f8;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #003082;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.25px;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #bebebe;
}
.request_form .form-group select {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.25px;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #bebebe;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #000000;
    font-weight: 400;
    letter-spacing:0.25px;
    padding: 10px 15px;
    font-size: 14px;
    min-height: 65px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #bebebe;
}
.enquire-pad-box {
	padding: 30px;
}
.submit_btn {
	font-size: 14px;
	padding: 10px 25px;
	background: #174798;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: 500;
	letter-spacing: 0.50px;
	border: 0px;
}
.submit_btn:hover {
    color:#fff;
	background: #000;
}




