@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;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+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

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

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

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

body {
  font-size: 14px;
  color: #182333;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

/*************************/
.container-fluid {
  width: 1300px;
}

/*************************/
.header_top_bg {
  position: relative;
  top: 0;
  display: flex;
  margin-top: -10px;
  right: 0;
  justify-content: right;
  width: 100%;
  z-index: 2;
  height: 46px;
  line-height: 49px;
}

.header_top_bg:before {
  content: "";
  position: absolute;
  left: -185px;
  z-index: -1;
  top: -1px;
  background: #07a5e2;
  width: 87px;
  height: 47px;
  transform: skew(45deg, 0deg);
  box-shadow: -39px 4px 0 -4px #bcbdc1c9;
  z-index: -9999;
}

#header:after {
  content: "";
  background: linear-gradient(to right, #00adef 0%, #029ad5 70%);
  height: 40px;
  width: 65%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*************************/
.header_top {
  border-top: 4px solid #cacbce;
}

.header_tp_lft ul li {
  float: left;
  padding: 0 10px;
}

.header_tp_lft ul li a img {
  margin-right: 10px;
}

.header_tp_lft ul li:last-child {
  border-right: 0px;
}

.header_tp_lft ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.header_social ul {
  float: right;
}

.header_tp_lft ul li a:hover {
  color: #000000;
}

.header_social ul li {
  display: inline-block;
  padding: 0 1px;
}

.header_social ul li img {
  width: 30px;
}

.header_social ul li:last-child {
  padding-right: 0px;
}

/*************************/
.fixed-top {
  position: relative;
  top: 0px;
  display: block;
  height: 118px;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 12%);
}

.logo {
  display: block;
  max-width: 40%;
  min-height: auto;
  position: relative;
  z-index: 99;
  margin-top: -37px;
  padding: 2px 0;
}

.logo:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 2px;
  z-index: 9999;
  right: -50px;
  height: 112px;
  background: linear-gradient(180deg, #cacbce 0%, #fff 102%);
}

.header_menu {
  display: flex;
}

#header .logo img {
  width: 115px;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-nav {
  position: relative;
}


.menu_bg::after {
  content: "";
  position: absolute;
  display: none;
  left: -50px;
  border-right: 50px solid rgb(0 0 0 / 50%);
  border-top: 94px solid transparent;
  z-index: -1;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: url(../images/divider.png) no-repeat right center;
  padding: 10px 17px;
}

.main-nav > ul > li:last-child {
  background: none;
  padding-right: 0px;
}

.main-nav > ul {
  margin: 20px 0 14px 0;
  display: block;
}

.main-nav a {
  color: #3b3b3b;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #32b0fa;
  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: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  border-radius: 3px;
}

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

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

.main-nav .drop-down ul li a {
  padding: 10px 15px;
  color: #182333;
  transition: all 200ms linear;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

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

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

.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 {
  padding-right: 35px;
}

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

.main-nav > ul > li:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  display: none;
  content: "";
  background-color: #e00303;
  opacity: 0;
  transition: all 200ms linear;
}

.main-nav > ul > li:hover:after {
  bottom: 0;
  opacity: 1;
  display: none;
}

.main-nav .drop-down ul li {
  border-bottom: 2px solid #f7f7f7;
}

/*******************/
.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 {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

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

.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 > a {
  padding-right: 35px;
}

.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: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 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);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.header-scrolled .main-nav > ul {
  margin-top: 5px;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

/*************************/
.video_wrapper {
  width: 100%;
  height: 84vh;
  overflow: hidden;
}

.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#video_section {
  position: relative;
  overflow: hidden;
}

#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 9%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

#video_overlap_data {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlap_heading {
  display: block;
  text-align: center;
}

.overlap_heading span {
  font-size: 40px;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  font-family: Times New Roman;
  padding-bottom: 15px;
  font-weight: bold;
  font-style: italic;
}

.banner_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  min-width: 170px;
}

.banner_btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  transition: 0.3s;
}

.btn_pd {
  padding: 6px;
}

.btn_pd span {
  color: #ffffff;
  background-color: #00adef;
}

.banner_btn:hover.btn_pd span {
  color: #fff;
  background-color: #bcbdc1;
}

.banner_btn::before,
.banner_btn::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}

.banner_btn.hover-border::before,
.banner_btn.hover-border::after {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  position: absolute;
  content: "";
}

.banner_btn.hover-border::before {
  bottom: 0;
  left: 0;
  border-left: 2px solid #00adef;
  border-bottom: 2px solid #00adef;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.banner_btn.hover-border::after {
  top: 0;
  right: 0;
  border-right: 2px solid #00adef;
  border-top: 2px solid #00adef;
  position: absolute;
  content: "";
}

.banner_btn.hover-border:hover::before {
  width: 10%;
  height: 25%;
  border-left: 2px solid #bcbdc1;
  border-bottom: 2px solid #bcbdc1;
}

.banner_btn.hover-border:hover::after {
  width: 10%;
  height: 25%;
  border-right: 2px solid #bcbdc1;
  border-top: 2px solid #bcbdc1;
}

/*************************/
.hm-about {
  padding: 80px 0;
}

.hm_produt_heading span {
  line-height: 0;
  font-size: 15px;
  color: #646464;
  font-weight: 600;
  border-left: 2px solid #bcbdc1;
  padding: 0px 15px 0px 7px;
}

.hm_produt_heading h1 {
  position: relative;
  font-size: 26px;
  color: #00adef;
  text-align: left;
  margin-top: 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.hm_par_text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 1.6;
  text-align: left !important;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

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

.unique-sec {
  float: right;
  width: 100%;
  height: 390px;
  margin-right: 10px;
  border-right: solid 1px #e6e9f3;
}

.hm_par_text {
  padding-right: 46px;
}

.boder-bottom {
  border-top: solid 1px #e6e9f3;
  padding-top: 20px;
  width: 540px;
}

.align-row {
  align-items: center;
}

/*************************/
.contct-button {
  background-color: #cacbce33 !important;
  padding: 10px 30px !important;
  margin-left: 30px;
  border-radius: 29px;
  margin-top: -4px;
  border: 2px solid #bcbdc1d9;
}

.why-us {
  padding: 45px 0px 50px 0;
  background-image: url(../images/abou-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hm-why {
  text-align: center;
}

.why-us-head h2 {
  color: #ffffff;
  line-height: 1.22;
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.hm-why span {
  display: block;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 600;
}

.hm-why-icon {
  width: 95px;
  height: 95px;
  line-height: 7;
  text-align: center;
  border: 3px solid #ffffff82;
  border-radius: 60%;
  margin: 0px auto 15px;
  background-color: #00a7e7;
}

.hm-why img {
  margin-bottom: 7px;
  width: 60px;
}

.hm-about-cont {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}

/*************************/
.hm_produt_heading h3 {
  position: relative;
  font-size: 30px;
  color: #00adef;
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.hm_produt_heading p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.hm-product {
  background-image: url(../images/pro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}


.content-col {
  z-index: 2;
}

.number-container {
  position: relative;
  height: 120px;
  width: 120px;
  margin-bottom: -30px;
}

.number-bg-circle {
  position: absolute;
  top: 20px;
  left: -9px;
  width: 80px;
  height: 80px;
  background-color: #bcbdc169;
  border-radius: 50%;
  top: -15px;
}

.number-text {
  position: absolute;
}

.number-text img {
  width: 65px;
  position: relative;
  top: -16px;
}

.freight-section h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1.5rem;
}

.freight-section p {
  color: #495057;
  max-width: 450px;
  margin-bottom: 2rem;
}

.btn-explore-more {
  border: 2px solid #00adef;
  color: #464646;
  background-color: #fff;
  border-top: solid 2px #bcbdc1;
  border-bottom: solid 2px #bcbdc1;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.boder-bottom {
  border-top: solid 1px #e6e9f3;
  padding-top: 26px;
  width: 540px;
}

.btn-explore-more:hover {
  background-color: #00adef;
  color: #fff;
  border-color: #07a5e2;
}

.image-col {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: end;
}

.image-stack {
  position: relative;
  max-width: 460px;
}

.main-freight-image {
  position: relative;
  width: 100%;
  border-radius: 20px;
  z-index: 2;
}

.align-center-row {
  justify-content: center;
  align-items: center;
}

.content-col h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.content-col p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #727272;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.image-col-left {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start !important;
}

/*************************/
.global-indutry {
  background-image: url(../images/globl-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 170px 0;
  position: relative;
}

.global-indutry::after {
  content: "";
  background-image: url(../images/curvee-white.png);
  width: 100%;
  background-size: 100%;

  height: 170px;
  top: -4px;
  right: 0;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
}

.global-indutry::before {
  content: "";
  background-image: url(../images/curvee-white-1.png);
  width: 100%;
  background-size: 100%;
  height: 170px;
  bottom: -1px;
  z-index: 999;
  right: 0;
  rotate: 180deg;
  position: absolute;
  background-repeat: no-repeat;
}

.global-img {
  position: relative;
}

.global-img::before {
  content: "";
  background-image: url(../images/map.png);
  width: 650px;
  height: 650px;
  top: -242px;
  right: -684px;
  z-index: 99;
  position: absolute;
  animation: rotate 20s linear infinite;
  background-repeat: no-repeat;
}

.hm-pro-btn a {
  border: 3px solid #00adef;
  padding: 17px;
  border-radius: 41px;
  color: #ffffff;
  background-color: #464646;
  font-weight: 500;
  font-size: 16px;
}

.hm-pro-btn a:hover {
  border: 3px solid #dbdbdb;
  padding: 17px;
  border-radius: 41px;
  color: #ffffff;
  background-color: #00adef;
  font-weight: 500;
  font-size: 16px;
}

.hm-pro-btn {
  text-align: center;
  margin-top: 70px;
}

.icon-right-arrow11 img {
  vertical-align: middle;
}

.caunter-marging {
  margin-top: 80px;
}

/*************************/
#hm_industry_sec {
  padding: 0px 0 0px 0;
}

.hm_produt_heading h4 {
  position: relative;
  font-size: 30px;
  color: #00adef;
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.industry_bx {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  border-radius: 0px;
  border: 10px solid rgb(221 221 221 / 13%);
}

.img_pd {
  margin-bottom: 20px;
}

.industry_bx .product_mg {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.industry_bx .product_mg img {
  object-fit: cover;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
}

.industry_bx .product_dtl_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: -moz-linear-gradient(
    top,
    rgba(25, 36, 54, 0) 34%,
    rgba(25, 36, 54, 0.08) 39%,
    #002c64 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(25, 36, 54, 0) 34%,
    rgba(25, 36, 54, 0.08) 39%,
    #002c64 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(25, 36, 54, 0) 0%,
    rgba(25, 36, 54, 0.08) 39%,
    #131313 100%
  );
}

.product_dtl_inner span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
}

/*************************/
.global-indutry h5 {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.why_sec_bx {
  position: relative;
  display: flex;
  align-items: center;
}

.why_sec_bx:after {
  content: "";
  width: 1px;
  height: 75px;
  background: #ffffff;
  position: absolute;
  right: 25px;
  top: 0;
}

.why_sec_bx2:after {
  content: "";
  width: 0px;
}

.why_icon_txt {
  padding-left: 20px;
}

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

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #f1f1f1;
  font-size: 18px;
  margin-top: 5px;
}

.col-md-6:nth-child(2) .why_sec_bx:after {
  background: none;
}

/*---------------*/
.contac-img img {
  width: 100%;
}

.boder-footer {
  text-align: center;
}

.hm-provide-dtl {
  text-align: center;
  background-color: #e9e9e966;
  padding: 9px;
  border-radius: 16px;
}

.align-items-center {
  position: relative;
  top: -76px;
  border-radius: 11px;
  padding: 15px 10px;
  background-color: #ffffff;
  x: 1ps;
  border-bottom: 5px solid #8f8f8f99;
}

.hm-need-help {
  background-size: cover;
  padding-top: 6px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-need-help i {
  color: #00adef;
  margin-left: 8px;
  font-size: 25px;
}

.hm-need-help h4 {
  color: #494848;
  letter-spacing: 0.6px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}

.hm-need-help h4 a {
  color: #01a8e2;
}

.hm-need-help h4 a i {
  color: #939598;
}

.hm-provide {
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}

.hm-provide-dtl h5 {
  font-size: 17px;
  color: #535353;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 15px;
}

.con-btm {
  color: #ffffff;
  background-color: #01a8e2;
  padding: 12px;
  position: relative;
  top: 10px;
  font-size: 13px;
  border-radius: 28px;
  font-weight: 600;
}

/*************************/
.info-box {
  background-color: #ffffff;
  color: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #939393;
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}

.info-box .icon-wrapper {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.info-box h3 {
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  font-size: 27px;
  font-weight: 700;
  color: #4a4a4a;
}

.icon-wrapper i {
  background-color: #00adef;
  padding: 9px;
  border-radius: 38px;
  height: 65px;
  line-height: 1.2;
  width: 65px;
  color: #fff;
  text-align: center;
}

.info-box p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #666565;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 9px;
}

.info-box::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12rem;
  opacity: 0.1;
  color: #bdbcbc;
  z-index: -1;
  pointer-events: none;
}

.vision-box::after {
  content: "\f2b5";
  top: -20px;
  right: -25px;
}

.mission-box::after {
  content: "\f0ac";
  bottom: -25px;
  right: -20px;
}

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

/* -------------- */
.btn-explore-con {
  border: 2px solid #00adef;
  color: #ffffff;
  background-color: #00adef;
  border-top: solid 2px #fefefe;
  border-bottom: solid 2px #fefefe;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-explore-con:hover {
  border: 2px solid #00adef;
  color: #5e5e5e;
  background-color: #dcdcdc;
  border-top: solid 2px #fefefe;
  border-bottom: solid 2px #fefefe;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

footer {
  background: #1d65b2;
  padding-bottom: 30px;
  margin-top: 0px;
  padding-top: 0px;
}

.ftr-logo {
  padding: 10px 20px 0px 0px;
  position: relative;
  margin-top: 0px;
  border-radius: 15px 75px 15px 15px;
}

.ftr-logos {
  margin: 0 auto;
  display: table;
  width: 79%;
}

.ftr-logo p {
  color: #182333;
  line-height: 20px;
  font-size: 15px;
  padding-left: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.ftr-logo ul {
  text-align: left;
}

.ftr-logo ul li {
  display: inline-block;
  padding: 0 5px;
}

.ftr-logo ul li img {
  width: 36px;
}

.ftr-logo-bord {
  position: relative;
  height: 1px;
  width: 80%;
  background-color: #b8b8b8;
  margin: 40px auto;
  display: table;
}

.ftr-logo-bord:after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.ftr-dtl {
  padding-top: 0px;
}

.hm_foot_hed h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.hm_foot_hed h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #32b0fa;
  display: block;
}

.hm_foot_hed ul li {
  padding: 5px 0;
}

.hm_foot_hed ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hm_foot_hed ul li a:hover {
  color: #32b0fa;
}

.hm_foot_cont {
  position: relative;
}

.hm_foot_cont:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 20px;
  background-color: #32b0fa;
  top: -50px;
  left: -40px;
  border-radius: 10px;
  z-index: -1;
}

.hm_foot_cont h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.hm_foot_cont h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #32b0fa;
  display: block;
}

.hm_foot_cont ul li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}

.hm_foot_cont ul li span {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}

.hm_foot_cont ul li a {
  color: #fff;
}

.hm_foot_cont ul li a:hover {
  color: #32b0fa;
}

.footer_btn {
  padding: 13px 0;
  background: #4a4a4a;
  border-bottom: 6px solid #bcbdc1;
}

.foot_dp_txt p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.foot_dp_txt p a {
  color: #fff;
}

.foot_dp_txt p a:hover {
  color: #32b0fa;
}

.footer-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.footer-shadow img {
  -webkit-user-drag: none;
  -moz-user-select: none;
}

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

.inner-banner {
  background: #41413f;
  position: relative;
}

.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;
  bottom: 100px;
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
  z-index: 1;
  right: 0px;
  text-align: center;
}

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

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

.inner-banner-head h1 span:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgb(29 101 178),
    rgb(255, 0, 0, 0)
  );
  width: 30px;
  height: 100%;
  right: -29px;
  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%);
  }
}

/*-- ------------------------ --*/
#inn_product_middle {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

#inn_product_middle:before {
  position: absolute;
  content: "";
  background: url(../images/product_bg.png) no-repeat;
  background-position: right;
  background-size: cover;
  width: 33%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  z-index: 1;
}

.product_mid {
  padding: 40px 0;
  position: relative;
  z-index: 99;
}

.inner_video_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.product_video {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 40%;
  right: 0;
}

.inner_video_bx .product_video a {
  width: 80px;
  height: 80px;
  color: #fff;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.inner_video_bx .product_video a i {
  background: #fc0606;
  width: 100%;
  height: 100%;
  font-size: 17px;
  border-radius: 50px;
  line-height: 60px;
}

.inner_prd_hed h3 {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.inner_prd_hed h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #cacbce;
  display: block;
}

.inner_prd_hed h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  width: 30px;
  height: 4px;
  background: #1d65b2;
  display: block;
}

.inner_para p {
  font-size: 14px;
  color: #222222;
  display: block;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.other_list ul li i {
    left: 13px;
    line-height: 22px;
    color: #1d65b2;
    position: absolute;
    font-size: 13px;
}
.other_list ul li span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color: #606060;
  letter-spacing: 0.25px;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 12px;
}

#inn_product_middle:after {
  position: absolute;
  content: "";
  background: rgb(1 169 234 / 42%);
  width: 33%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  z-index: 1;
}

.inner_product_bx img {
  width: 100%;
  padding: 10px;
  background: #e1e1e1;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.inner_prd_hed h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #cacbce;
  display: block;
}

.inner_prd_hed h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  width: 30px;
  height: 4px;
  background: #1d65b2;
  display: block;
}

.inner_prd_hed h2 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  padding-top: 25px;
  position: relative;
}

.other_list h4 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 18px;
  padding-top: 15px;
  position: relative;
}

.other_list h4:before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #cacbce;
  display: block;
}

.other_list h4:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 30px;
  width: 30px;
  height: 4px;
  background: #1d65b2;
  display: block;
}

.product_section {
  padding: 50px 0;
}

.key-frems {
  padding: 30px 0;
}

.why_section_dtl {
  padding: 70px 0 70px 40px;
  background-color: #f5f7fb;
  position: relative;
}

.why_section_dtl:after {
  position: absolute;
  content: "";
  background-color: #f5f7fb;
  width: 60%;
  height: 100%;
  left: 100%;
  overflow-x: hidden;
  top: 0;
}

.why_section_dtl h4 span {
  color: #242424;
}

.card {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}

.card-header {
  padding: 12px 16px;
  background-color: #00aaeb;
  border-bottom: 0px;
  margin-bottom: 10px;
}

.card-header a {
  font-size: 17px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #fff !important;
  letter-spacing: 0.3px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}

.card-body {
  padding: 15px;
  background: #fff;
}

.card-body p {
  font-size: 14px;
  line-height: 23px;
  display: block;
  color: #313131;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}

/* -------------- */
.faq-frems {
  padding-bottom: 135px;
}

.about_sec {
  padding: 50px 0 80px 0;
}

.about_sec {
  padding: 50px 0 80px 0;
}

.about_hed span {
  font-size: 17px;
  color: #565b7a;
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.about_hed h1 {
  text-align: center;
  position: relative;
  color: #324a9c;
  letter-spacing: 2px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.about_hed h4 {
  font-size: 21px;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  color: #0c8147;
  font-weight: 600;
}

.about_hed {
  padding-bottom: 40px;
}

.abt_lft span {
  font-size: 32px;
  color: #0e0e0e;
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #0e0e0e;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Philosopher", sans-serif;
}

.year_dtl {
  background-image: url(../images/banner1-new.jpg);
  font-size: 140px;
  line-height: 140px;
  font-weight: bold;
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #1d65b2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.yaer_span {
  font-size: 32px;
  color: #1d65b2;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}

.abt_para span {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
}

.abt_para {
  padding-right: 30px;
}

.abt_para p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  text-align: justify;
  color: #7c8393;
}

a.abt_anch {
  padding: 10px 20px;
  border: 1px solid #324a9c;
  background: #324a9c;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  display: inline;
  color: #fff;
  margin-right: 5px;
  font-weight: 500;
}

a.abt_anch:hover,
a.catlogue:hover {
  background: #1e65b1;
  color: #fff;
  border: 1px solid #1e65b1;
}

a.catlogue {
  background: #fff;
  color: #00adef;
  border: 1px solid #00adef;
}

.abt_btn {
  padding-top: 20px;
  display: flex;
}

.md_message {
  box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
  background: #fff;
  height: 100%;
}

.md_mg {
  position: relative;
}

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

.md_mg .tag {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 6px 12px;
  font-size: 20px;
  color: #fff;
  background: #00adef;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.msgBox {
  padding: 20px 20px 40px;
}

.msgBox p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  text-align: justify;
  color: #7c8393;
}

.msgBox p span {
  font-weight: bold;
}

.msgBox p a {
  display: block;
  color: #324a9c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.msgBox p a:hover {
  color: #0b8146;
}

/*************************/
.about-text-center h1 {
  text-align: center;
}

.abt_para p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 1.6;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.justy-text-align {
  justify-content: center;
}

.list-style-color ul li span {
  color: #fff;
}

.list-style-color ul li i {
  left: 10px;
  line-height: 22px;
  color: #ffffff;
  position: absolute;
  font-size: 16px;
}

/*--------------=====*/
.whychoes-padding-bottom {
  margin-bottom: 50px;
}

.single-experties {
  display: flex;
  align-items: center;
  position: relative;
  max-width: max-content;
}

.icon-area img {
  width: 90%;
}

.single-experties .counter-inner {
  margin-left: 0px;
}

.single-experties .counter-inner .count-title span.plus {
  position: relative;
  font-size: 45px;
  font-weight: 700;
}

.single-experties .counter-inner .count-title span.plus::after {
  position: absolute;
  right: -25px;
  top: 5px;
  content: "+";
  font-size: 36px;
  color: #414141;
}

.single-experties .counter-inner span.sub {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.single-experties::after {
  position: absolute;
  content: "";
  height: 223%;
  width: 1px;
  background: #00adef;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}

.single-experties .counter-inner .count-title {
  margin-bottom: 0;
  color: #414141;
}

.experties-area-inner {
  padding: 48px 0;
  border-top: 1px solid #00adef;
  border-bottom: 1px solid #00adef;
  margin-top: 50px;
  margin-bottom: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-experties:nth-child(4)::after {
  width: 0px;
}

/*=============-*/
.contact-section {
  padding: 80px 0 80px 0;
}

.hm-cnt-head {
  text-align: center;
  margin-bottom: 40px;
}

.hm-cnt-head h2 {
  font-weight: 800;
}

.contact-box {
  border: 2px solid #01aaea;
  position: relative;
  text-align: center;
  box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px,
    rgb(0 0 0 / 30%) 0 8px 16px -8px;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.contact-box:before {
  background-color: #fff;
  border: 1px solid #1a195e;
  border-radius: 50%;
  content: "";
  height: 150px;
  width: 135px;
  left: 50%;
  margin-left: -67px;
  margin-top: -70px;
  opacity: 0;
  position: absolute;
  top: 56%;
  will-change: transform, opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  z-index: 1;
}

.contact-box:hover:before {
  opacity: 1;
  -moz-transform: scale3d(3.4, 3.4, 1);
  -ms-transform: scale3d(3.4, 3.4, 1);
  -webkit-transform: scale3d(3.4, 3.4, 1);
  transform: scale3d(3.4, 3.4, 1);
}

.contact-box:hover .cont-icon {
  box-shadow: -3px -3px 5px 1px #fff0 inset;
}

.contact-box:hover .cont-icon img {
  transform: scale(1.3, 1.3);
}

.cont-icon {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #1a195e;
  background: #fff;
  margin: auto auto 10px;
  box-shadow: -3px -3px 5px 1px #0000006b inset;
  position: relative;
  z-index: 9;
}

.cont-icon img {
  width: 35px;
  left: -2px;
  position: relative;
}

.contact-box:hover > h5 {
  color: #000;
}

.contact-box:hover > h4 {
  color: #1d65b2;
}

.contact-box:hover > p,
.contact-box:hover > p > a {
  color: #000;
}

.contact-box h4 {
  font-size: 25px;
  margin: 8px 0 8px 0;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 9;
}

.contact-box h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 9;
  padding: 7px 0px 0 0;
}

.contact-box {
  overflow: hidden;
}

.contact-box {
  background: #01aaea;
}

.contact-box:hover {
  color: #fff;  
}

.contact-box p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  z-index: 9;
}

.contact-box p a {
  color: #fff;
  padding: 5px 0;
  position: relative;
  z-index: 9;
  display: block;
}

.contact-box .addr a {
  text-decoration: none;
}

.cnt-form-sec {
  padding: 80px 0 0 0;
}

.mid-contact-form {
  padding: 20px;
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}

.mid-contact-form input {
  height: 50px;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border: none;
}

.mid-contact-form textarea {
  background: #f7f7f7;
  padding-left: 20px;
  padding-top: 15px;
  height: 175px;
  width: 100%;
  border: none;
}

.cnt-btn {
  width: 180px;
  height: 46px;
  background: #1d65b2;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  margin-top: 20px;
}

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

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

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

.cnt-form-sec .hm-form-head h2 {
  font-weight: 800;
}

.cnt-form-sec .hm-form-head h2 {
  text-align: center;
  margin-bottom: 40px;
}

.map-section {
  padding: 80px 0 0;
}

.map-section iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}

.padding_section {
  margin: 50px 0 25px 0;
  justify-content: center;
  align-items: center;
  background: #0c8147;
}

.sustainability_bx {
  padding: 50px 30px;
}

.no_pd {
  padding-left: 0px;
  padding-right: 0px;
}

.sustainability_dtl p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.key_sustain_abt_bx {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  min-height: max-content;
  box-shadow: 0 0 20px #cccccc6e;
  margin-bottom: 30px;
}

.key_sustain_abt_bx .key_sustain_bx_mg {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}

.key_sustain_bx_mg:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.key_sustain_bx_mg:hover .key_sustain_bx_hed {
  background: #324a9c;
  color: #fff;
}

.key_sustain_bx_hed {
  position: absolute;
  content: "";
  bottom: 0;
  width: max-content;
  left: 0;
  background: rgb(50 74 156);
  z-index: 1;
  font-weight: 600;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.key_sustain_dtl {
  padding: 25px 20px;
}

.key_sustain_dtl p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  display: block;
  padding-bottom: 10px;
  color: #7c8393;
  font-weight: 500;
}

.sustain_main_bx {
  padding: 60px 0 170px 0;
}

.key_sustain_para {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  display: block;
  padding-top: 10px;
  color: #7c8393;
  font-weight: 500;
  text-align: center;
}

.prod-section-table {
  margin-bottom: 50px;
}

.prod-section-table .table-responsive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}

.prod-section-table .table-responsive > .table-bordered {
  background: #fff;
}

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

.prod-section-table table tbody th {
  font-weight: 500;
}

.prod-section-table table tbody td:last-child {
  border-right: 0px solid;
}

.prod-section-table table tbody td {
  color: #5b5b5b;
  padding: 15px 15px;
  border-right: 1px solid #dee2e6;
  text-align:center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

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

.prod-section-table thead tr td span {
  font-size: 20px;
  font-weight: 500;
}

.prod-section-table thead tr td {
  padding: 15px 17px;
  border-right: 1px solid #fff;
}

.prod-section-table thead tr th {
  border-top: 0px solid;
}

.prod-section-table .table {
  margin: 0;
}

.prod-section-table table thead tr th:last-child,
.prod-section-table thead tr td:last-child {
  border-right: 0px solid;
}

.prod-section-table table thead tr th {
  font-weight: 500;
  padding: 15px 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align:center;
}

.prod-section-table .table thead tr td:first-child {
  border-top: 0px solid;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.video-card-body {
  padding: 0px 0px;
}

.video-card-title {
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.7;
}
/* ----------------------------- */
.prod-tab {
  border: 1px solid rgba(102, 102, 102, 0.11);
}
.prod-tab .nav-tabs .nav-link.active {
  border-bottom: 3px #00a8e9 solid;
  background: #ffffff;
  color: #00a8e9;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  z-index: 1;
}
.prod-tab .nav-tabs {
  overflow: hidden;
  border-bottom: 0;
  background: #f5f6f7;
  position: relative;
}
.prod-tab .nav-tabs:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #4164b1;
  left: 0;
  bottom: 0;
  position: absolute;
}
.prod-tab .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.prod-tab .nav-tabs .nav-link {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 500;
  border-radius: 0px;
  border-top: 0px;
  color: #232323;
  font-size: 18px;
}
.prod-tab .nav-tabs .nav-item {
  flex-grow: 1;
  border-right: 1px #ddd solid;
}
.prod-tab .nav-tabs .nav-item:last-child {
  border-right: 0px;
}
.nav-tabs .nav-link:hover {
  border-color: #dee2e600 #dee2e600 #dee2e600;
}
.prod-tab .tab-pane {
  padding: 40px;
}


/* ===== */

/*************************/
.video_wrapper-test {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_wrapper-test video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#video_section {
  position: relative;
  overflow: hidden;
}

#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 9%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
/* ===== */
.modal-body1 .cls {
    margin-top: 10px;
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    position: absolute;
    opacity: 1;
    right: -10px;
    top: -25px;
}
.inner_product_img img {
	background:#fff;
	padding: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
#inner_product {
	padding:50px 0;
}
.btm-watsap {
    position: fixed;
    bottom: 15px;
    right: 225px;
    z-index: 99;
}
.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #1d65b2;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
	background-color: #dcdcdc;
	color: #5e5e5e;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #4a4a4a;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}
.max {
	border: #4a4a4a thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}


