@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+Gothic&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;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: "Mulish", sans-serif;
}

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

/** **************** **/
html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.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;
}
.pd-0 {
  padding: 0;
}
.pd-lr30 {
  padding: 0 30px;
}

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

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

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

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  border-top: 3px solid #145999;
  backdrop-filter: blur(51px);
  background: linear-gradient(90deg, #f4f6f9 -5.99%, #e3eaf1 100%);
  padding: 0px 0 0px;
}
.head-ico-mr-left {
  margin-left: 20px;
}
.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff00;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 64px;
}
.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e8112300;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
}
.header-scrolled .logo {
  bottom: 24px;
  width: 244px;
  margin-top: -13px;
  transition: all 0.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

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

.logo {
  position: absolute;
  transition: all 0.5s ease;
  /* bottom: -20px; */
  width: 300px;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}
.logo:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 91px;
  width: 384px;
  right: -36px;
  top: 0px;
  border-right: 4px solid #04c0f3;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}

.header-scrolled .logo:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 85px;
  width: 384px;
  right: -36px;
  top: 0px;
  border-right: 4px solid #04c0f3;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}

.header-scrolled {
  position: fixed;
  padding: 5px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  top: 10px;
}
.logo-ul {
  display: flex;
  flex-wrap: wrap;
  background: #e81122;
  padding: 0px 0 1px 0;
}
.logo-ul span {
  flex: 0 0 33.33%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 8px 0 8px 0;
  display: flex;
  align-items: center;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}
.main-nav a {
  color: #1e3458;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 16px;
}
.head-cont img {
  width: 55px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  padding-right: 0px;
}

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

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  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: 220px;
  position: relative;
}

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

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

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

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

.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: #0096d9;
}

.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;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 50px;
  padding: 5px 12px 5px 11px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #384777;
  border: 2px solid #384777;
}

.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.call_tp a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 15px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #292929;
}

.call_start a {
  padding-top: 6px;
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.head-cont-new:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  width: 2px;
  height: 47px;
  background: linear-gradient(180deg, #12c2f2 -5.99%, #1e365c 100%);
}

/** *************** **/
.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;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8cc63f;
  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: 0px 0px 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;
}

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

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0px;
}
#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: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  list-style: none;
  bottom: 15px;
  justify-content: left;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}
.read_more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 2px 5px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 30px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #00baf2 -5.99%, #1f3050 100%);
  margin-top: 15px;
}
.read_more:hover {
  color: #202020;
  background: #ffffff;
}
.circle {
  background: #ffffff;
  color: #052b45;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
}
.read_more:hover .circle {
  color: #fff;
  background: #00baf1;
}
/** **************** **/
.hm-about-bg {
  position: relative;
}

.hm-about-bg:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 132%;
  background: #f7f9fb;
  left: -20px;
  top: -80px;
  z-index: -9;
  border-radius: 0px 0px 10px 10px;
}

.arrow-animated-up {
  transform: translate(-50%, -50%);
  right: 5%;
  left: inherit;
  bottom: -180px;
  display: block !important;
  position: absolute !important;
}
.arrow-animated-up span {
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #e81122;
  margin: 20px;
  animation: arrowupanimate 2s infinite;
}
@keyframes arrowupanimate {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.arrow-animated-up span:nth-child(2) {
  animation-delay: -0.2s;
}

/** **************** **/
.hm-cleint {
  padding: 60px 0;
  background-color: #fdfdfd;
}
.hm-cleint-head h2 {
  font-weight: 800;
  position: relative;
}
.hm-cleint-head h2:after {
  content: "";
  width: 28px;
  height: 4px;
  background: #e9e9e9;
  right: -24px;
  top: 20px;
  position: absolute;
}
.hm-about-logo {
  /*box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  /* border: 4px solid rgb(238, 238, 238);*/
  position: relative;
  transition: all 500ms ease;
}
.hm-about-logo:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.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;
}
.hm-about-logo:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hm-about-logo:hover:before {
  opacity: 0.4;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

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

/** **************** **/
.home-about-content h6 {
  padding-bottom: 8px;
  font-weight: 700;
  position: relative;
}
.home-about-content h6::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #3ccaf2 -5.99%, #1f2f4e 100%);
  width: 26px;
  height: 3px;
  top: 11px;
  left: 76px;
  transform: skew(45deg, 0deg);
}
.hm_about_section {
  padding: 80px 0;
  position: relative;
}
.home-about-content h6 {
  padding-bottom: 12px;
  font-weight: 500;
  position: relative;
}
.home-about-content h1 {
  font-size: 26px;
  color: #1f3356;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.home-about-content h1 span {
  color: #00a4e5;
  font-weight: 900;
  margin-bottom: 12px;
}
.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
}

.home-about-content::after {
  position: absolute;
  background: linear-gradient(180deg, #ffffff00 -5.99%, #eff3f7 100%);
  width: 574px;
  height: 575px;
  top: -80px;
  left: -35px;
  z-index: -1;
  border-radius: 0 0 18px 18px;
  content: "";
  border: 1px solid #e6e6e6;
  border-top: none;
}

.hm-about-img img {
  width: 100%;
  position: relative;
  right: 2px;
  border-radius: 13px;
  border-top: 4px solid #00a0e1;
  border-bottom: 4px solid #00a0e1;
}
.hm-why-icon {
  width: 85px;
  height: 85px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #034aad;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.hm-why img {
  margin-bottom: 15px;
}
.hm-why {
  text-align: center;
}
.home-about-content {
  position: relative;
  padding: 16px 8px;
}
.why-us-head h2 {
  color: #424242;
  line-height: 1.22;
  font-weight: 800;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}
.why-us {
  padding: 75px 0;
}
/** **************** **/
.counter-nu span {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 25px;
  padding-bottom: 0;
  position: relative;
  color: #1f3356;
}
.cunter-box {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 30px 15px 30px;
  position: relative;
  text-align: center;
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.cuter-icon {
  width: auto;
  clear: both;
  position: absolute;
  right: 25px;
  top: 0px;
}
.cunter-box .cuter-icon {
  right: 0;
  left: inherit;
  opacity: 0.1;
}
.alignleft {
  text-align: left;
}
.cunter-box h5 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.conter-sec {
  padding: 100px 0 40px 0;
}
/** **************** **/

.mh-product-section {
  padding: 85px 0 130px 0;
  background-image: url(../images/pro-bg-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 752px; */
  background-attachment: fixed;
}
.hm-indus-dtl .hm-indus-img {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.hm-indus-box .owl-item.center .hm-indus-dtl img {
  opacity: 1;
}
.hm-indus-box .owl-item.center .hm-indus-dtl span {
  position: relative;
  z-index: 99;
  top: 241px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1f2f4e;
}
.hm-indus-dtl .hm-indus-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.8s;
}
.industrie-slider .owl-stage {
  padding: 35px 0 45px;
}
.industrie-slider .owl-item .hm-indus-dtl {
  opacity: 0.8;
  background-color: #fff;
  opacity: 0.8;
  padding: 5px;
}
.industrie-slider .owl-item.center .hm-indus-dtl {
  opacity: 1;
}
.hm-industry-nameh2 {
  color: #ffffff;
  line-height: 1.22;
  font-weight: 800;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}
.hm-indus-dtl span {
  background-color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #525252;
  padding-top: 0px;
  line-height: 56px;
}

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

.hm-indus-dtl .hm-indus-icon {
  width: 65px !important;
  /* text-align: center !important; */
  position: relative;
  left: 132px;
  z-index: -1;
}

.hm-industries {
  padding: 60px 0;
}

.hm-indus-box {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.hm-indus-dtl .owl-item.center .hm-indus-img img {
  transform: scale(1.2, 1.2);
  border-radius: 6px;
  border-bottom: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  /* border-right: 3px solid #bababa; */
  /* border-left: 3px solid #bababa; */
}
.industrie-slider .owl-item.center {
  z-index: 999;
}

.hm-indus-dtl {
  z-index: -999;
}

.hm-indus-dtl p {
  font-size: 14px;
  line-height: 23px;
}
.industrie-slider .owl-nav {
  position: absolute;
  top: 438px;
  right: 48%;
  margin: 0;
  display: flex;
}
.industrie-slider .owl-nav .owl-prev {
  border-radius: 10%;
  height: 44px;
  width: 47px;
  line-height: 16px !important;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  font-size: 29px !important;
  border: 1px solid #ffffff !important;
  margin: 0 0px;
  display: inline-block;
}
.industrie-slider .owl-nav .owl-next {
  border-radius: 10%;
  height: 44px;
  width: 47px;
  line-height: 16px !important;
  text-align: center;
  border: none;
  background: rgba(0, 185, 241, 0) !important;
  color: #ffffff !important;
  font-size: 29px !important;
  border: 1px solid #ffffff !important;
  margin: 0 0px;
  display: inline-block;
}
/** **************** **/
.testimils {
  padding: 60px 0;
  position: relative;
}
.testimils::before {
  content: "";
  position: absolute;
  background-color: #f4f4f4;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 348px;
}
.hm-about-video-img img {
  border-radius: 0.625rem;
  width: 100%;
}
.hm-about-video-img:after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #121214 0%, #360000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.625rem;
  opacity: 0.3;
}
.hm-about-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px 0px 0px 5px;
  height: 70px;
  width: 70px;
  line-height: 86px;
  background-color: transparent;
  background-image: linear-gradient(150deg, #ffffffb3 0%, #ffffff1a 100%);
  border-style: none;
  box-shadow: 0px 4px 12px 4px rgb(0 0 0 / 30%);
  text-align: center;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.hm-about-video span i {
  color: #fff;
  font-size: 30px;
}
.hm-about-video {
  background-color: #fff;
  border: 7px solid #ffffff;
  border-radius: 0.625rem;
  -ms-box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.102);
  -o-box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.102);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  /* box-shadow: 0 0.25rem 2.5rem rgb(0 0 0 / 10%); */
  position: relative;
  width: 100%;
}

.hm-about-video-img {
  position: relative;
  border-radius: 0.625rem;
}
/** **************** **/
.mh-client-img img {
  padding: 11px 20px;
  background-color: #ffffff;
  border-radius: 15px;

  width: 100%;
  margin: 55px 0 7px 0;
}

/** **************** **/
.hm-industry {
  padding: 60px 0;
}
.dlab-media {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.text-aling-team4 {
  text-align: center;
}

.text-aling-team4 img {
  width: 100%;
  height: auto;
}

.dlab-media::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #dedede;
  position: absolute;
  top: 0;
  left: 0;
}
.dlab-media:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #e6e5e5;
  position: absolute;
  top: 0;
  left: 0;
}

.dla-before:after {
  border-color: #00a6e7 #1f2f4e #04c0f3 #1f2f4e;
  z-index: 999;
  transform: rotate(0deg);
  transition: all 5.8s ease 0s;
}

.dlab-position a {
  font-size: 18px;
  color: #777;
  font-style: italic;
  font-weight: 700;
}

.dla-before:hover::after {
  transform: rotate(360deg);
}

.text-aling-team4 .dlab-title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  padding-bottom: 15px;
  margin: 19px 0 10px 0;
  position: relative;
  text-transform: uppercase;
}

.dlab-title a {
  color: #222222;
  line-height: 1.4;
}

.text-aling-team4 .dlab-title:after {
  content: "";
  width: 51px;
  height: 3px;
  background: #ffca0a;
  margin: 0 auto;
  position: absolute;
  bottom: 3px;
  left: 0px;
  right: 0;
  border-radius: 100px;
}

.dlab-info {
  position: relative;
}
.hm-industry {
  background-image: url(../images/pro-bg.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/** **************** **/
.pro-hm-images img {
  width: 100%;
}
.pro-hm-images {
  padding: 15px;
  background-color: #ffff;
  border-radius: 7px;
}
.pro-content {
  text-align: center;
}
.pro-content h3 {
  font-size: 18px;
  padding: 15px 0 0 0;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 2;
  color: #1f3354;
  text-transform: uppercase;
}

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

.social-icon {
  margin-top: 20px;
  margin-left: 26px;
}
.footer-logo img {
  padding: 3px 0;
}
footer {
  background: linear-gradient(358deg, #1f2f4e -6.99%, #1f2f4e 114%);
  padding: 55px 0 20px;
  position: relative;
  /* margin-top: 40px; */
  /* border-top: 4px solid #04c0f3; */
}

.ftr-head {
  padding-bottom: 12px;
}
.footer-logo-bg {
  background-color: #fff;
  position: relative;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.ftr-link ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
}
.ftr-link ul li:hover a {
  color: #02bbf2;
}
.footer-logo-bg {
  background-color: #fff;
  position: relative;
}
.br {
  border-right: 1px dashed #ffffff80;
}
.bb {
  border-bottom: 1px dashed #ffffff80;
  padding-bottom: 30px;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.ftr-cont p a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.ftr-btm p span {
  color: #00b6f1;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}

.ftr-btm p {
  font-weight: 600;
  font-size: 15px;
  color: #1f3253;
  text-align: right;
}
.ftr-btm p span {
  color: #00b6f1;
}
.ftr-btm p a {
  color: #18b8f1;
}
.ftr-btm p a:hover {
  color: #1f2f4e;
}
.ftr-right {
  padding-top: 20px;
  padding-left: 20px;
}
.ftr-right ul {
  text-align: right;
}
.ftr-right ul li {
  display: inline-block;
  padding-left: 15px;
}
.ftr-right ul li a {
  font-size: 18px;
  color: #dbdbdb;
}
.ftr-right ul li:hover a {
  color: #fff;
}

.social-icon ul {
  opacity: 1;
  text-align: right;
}
.social-icon ul li {
  display: inline-block;
  padding-right: 8px;
}
.social-icon ul li a {
  opacity: 1;
}
.social-icon ul li a i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}
.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}
.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}
.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}
.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.icon6 i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

.pd-0 {
  padding: 0;
}
.hm-need-help {
  background: url(../images/need-further.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.hm-need-help h4 a {
  color: #d2151e;
}
.hm-need-help h4 a:hover {
  color: #ffffff;
}
.hm-need-help h4 a i {
  color: #939598;
}
.hm-provide {
  background: rgb(210 21 30);
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}
.hm-provide-dtl {
  text-align: center;
}
.hm-provide-dtl img {
  margin-bottom: 4px;
}
.hm-provide h5 {
  font-size: 13px;
  text-align: center;
}
.align-items-center {
  position: relative;
  top: -45px;
}
/*------------------*/

.contact {
  padding: 10px 0 80px 0;
}
.contact-map {
  margin-top: 50px;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.contact-head {
  margin-bottom: 40px;
  margin-top: 60px;
}
.contact-head h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #034aad;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-box {
  text-align: center;
  box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
  background: #fff;
  padding: 30px 10px;
  height: 100%;
  border: 3px solid #00b7f1;
}
.contact-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact-box a,
.contact-box p {
  font-weight: 500;
  color: #3a3a3a;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
}
.contact-box a:hover {
  color: #034aad;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: #00b9f1;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  margin: 0 auto;
  display: table;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: #f4d506;
}
/* -------------- */
.inner-banner {
  background: url(../images/bread-crom.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  padding: 70px 0;
  position: relative;
}
.inner-banner::after {
  content: "";
  background: #23242996;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inner-banner-head h1 {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 35px;
  font-weight: 700;
}
.inner-banner-link {
  background-color: rgb(248 248 248);
  padding: 10px 0;
}
.inner-banner-link ul li {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.inner-banner-link ul li a {
  color: #00b3f0;
}
.inner-banner-link ul li i {
  opacity: 0.5;
}
.inner-banner-link ul li {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
  font-size: 17px;
}
/* ---------- */

.inner-prod-main {
  padding: 80px 0 0px;
}
.inner-prod-head {
  margin-bottom: 15px;
}
.inner-prod-head h2 {
  letter-spacing: 1px;
  font-family: sans-serif;
  color: #424242;
  font-weight: 700;
  font-size: 30px;
  /* text-transform: uppercase; */
  line-height: 1.4;
}
.inner-prod-dtl p {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  padding-bottom: 14px;
}

.inn-prod-img img {
  padding: 6px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.inner-prod-main {
  background-image: url(../images/map.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-prod-dtl {
  padding-right: 30px;
}
/* ----- */
.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;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
.prod-section-table table thead,
.prod-section-table table thead {
  background: #00b5f0;
  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;
}
/* ---------------- */
#service_inner_middle {
  background-image: url(../images/digital-marketing2.jpg);
  background-position: center left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

.why_section_dtl h4 {
  font-size: 29px;
  font-weight: 700;
  color: #ffd801;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.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: #fff;
}
.card {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.card-header {
  padding: 12px 16px;
  background-color: #1f2f4e;
  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: #1f2f4e;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}
/* --------- */
.inner-prod-dtl ul {
  margin-bottom: 10px;
}
.inner-prod-dtl ul li {
  background-image: url(../images/list-style.svg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 31px;
  background-size: 20px;
}
.inner-prod-dtl ul li {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
  padding-bottom: 12px;
}

.prod-head-two {
  margin-bottom: 10px;
}
.prod-head-two h3 {
  letter-spacing: 0px;
  font-family: sans-serif;
  color: #47c7f3;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.4;
}
.prod-head-two h3 span {
  color: #1f2f4e;
}

#inn_product_sec {
  padding: 60px 0;
}
.inner_video_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  border-radius: 5px;
}
.inner_video_bx iframe {
  width: 100%;
  height: 315px;
}
.video_heading {
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.video_heading span {
  text-align: center;
  padding: 7px 7px;
  background: #1f304e;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  min-height: 60px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  display: flex;
}
.video_mx {
  position: relative;
  padding-bottom: 25px;
}

#inn_product_sec h2 {
  font-size: 26px;
  color: #1f3356;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.multi-prod-rang {
    background: #fff;
    padding-top: 5px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    position: sticky !important;
    top: 100px;
}
.multi-prod-rang h4 {
    padding: 13px 0;
    padding-left: 17px;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(35deg, #1f2f4e 0%, #01bef2 100%);
    position: relative;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.multi-prod-rang ul li {
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.multi-prod-rang ul li a {
    padding: 12px 0 12px 14px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    background: #eff4f8;
}

.key-frame{
        padding: 0 0 80px 0;

}


/*WHATSAPWEB*/
/*WHATSAPWEB*/
.floating_btn {
  position: fixed;
  bottom: 10px;
  left: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
