@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@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=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Teko:wght@300..700&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;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pd-0 {
  padding: 0;
}

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

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

/** **************** **/
#header_top {
  background: #38477700;
  padding: 8px 0;
  position: relative;
  z-index: 999;
}

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

.main-nav-bg {
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(70 70 70 / 30%);
  position: relative;
  z-index: 99;
  border-radius: 15px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  /*border-top: 4px solid #006666;*/
  /*padding: 4px 0 2px;*/
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
  background: #e8112200;
}

/* .fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 64px;
} */
/* .fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
} */

.header-scrolled .logo {
  bottom: 5px;
  width: 240px;
  margin-top: -10px;
  transition: all 0.5s ease;
}

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

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

.logo {
  position: absolute;
  transition: all 0.5s ease;
  /* bottom: 0px; */
  width: 255px;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}

/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
  height: 78px;
}

.header-scrolled {
  position: fixed;
  margin-top: 0px;
  /* padding: 6px 0; */
  box-shadow: 0px 0px 2px 3px rgb(70 70 70 / 23%);
}

.header-scrolled .header_menu {
  background: #fff;
  padding: 5px 0;
}

.header-scrolled .main-nav-bg {
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(70, 70, 70, 0);
  position: relative;
  z-index: 99;
  border-radius: 0px;
}

.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  top: 4px;
}

.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: 19px 0 19px 0;
  display: flex;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #074079;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 15px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
    bottom: 0px;
    opacity: 1;
}*/
.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: #e81122; */
  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: 16px;
  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: #e81122;
}

.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: 10px;
  padding: 5px 12px 5px 6px;
  margin-left: 3px;
  height: 46px;
  display: flex;
  background: #db0f0f;
  border: 2px solid #db0f0f;
}

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

.call_tp a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 31px;
  padding: 0px;
}

.call_tp a:hover {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
}

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

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

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.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 .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

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

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

.carousel-indicators {
  bottom: 30px;
}

.header-scrolled .button a {
  color: #fff;
}

/*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: #db0f0f;
}

#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 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: "Montserrat", 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: 30%;
  left: 100px;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

/** **************** **/
.carousel-sec {
  margin-top: -132px;
}

.carousel-sec .carousel-item h2 {
  line-height: 1.4;
  text-align: left;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  text-shadow: 7px -4px 33px #000000;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

.carousel-sec .carousel-item h2 span {
  display: block;
  font-weight: 900;
  font-size: 55px;
  color: #db0f0f;
  text-shadow: -1px 0px 5px #ffffff;
}

.carousel-sec .carousel-item p {
  text-shadow: 7px -4px 33px #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.8;
  font-weight: 400;
}

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

.carousel-sec .carousel-caption {
  height: auto;
  width: 750px;
}

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

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.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);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-caption,
  .carousel-item.active .carousel-caption {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}

/** **************** **/
.hm-about-dtl h1 {
  font-size: 33px;
  line-height: 35px;
  word-spacing: 2px;
  color: #db0f0f;
  font-weight: 900;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  margin-bottom: 12px;
}

.hm-about-dtl h1 span {
  color: #0b4a89;
}

.site-heading span {
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  /* text-shadow: -6px 0px 20px #9c9c9c; */
  color: #074079;
  font-size: 21px;
  /* margin-bottom: 44px; */
  font-weight: 600;
}

.site-title-tagline img {
  width: 43px;
  height: 43px;
  line-height: 23px;
  top: -5px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  margin-right: 3px;
}

.hm-about {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.hm-about-dtl {
  padding-top: 10px;
  position: relative;
}

.hm-about-dtl p {
  font-size: 15px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}

.hm-about-img {
  position: relative;
  width: 95%;
}

.hm-about-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #efefef;
  top: 20px;
  left: 20px;
  border-radius: 60px 0px 60px 60px;
  z-index: -1;
}

.hm-about-img img {
  border-radius: 60px 0 60px 60px;
  border: 3px solid #00000026;
}

.hm-abt-row {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.hm-abt-year img {
  width: 200px;
}

.hm-abt-exp {
  font-size: 29px;
  line-height: 35px;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  color: #333333;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

a.about-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0 30px 0 50px;
  margin-top: 20px;
}

a.about-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  border-radius: 1.625rem;
  border-color: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border: 1px solid #333333;
  background: #333333;
}

a.about-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

a.about-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.2rem;
  width: 1.125rem;
  height: 0.125rem;
  background: #6e6e73;
  transform: translate(1rem, 0);
  border-color: inherit;
}

a.about-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: -1px;
  width: 10px;
  height: 10px;
  border-top: 0.125rem solid #6e6e73;
  border-right: 0.125rem solid #6e6e73;
  transform: rotate(45deg);
}

a.about-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

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

.read_more {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 2px 4px 9px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #e81122;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: #e81122;
  margin-top: 15px;
}

.read_more:hover {
  color: #202020;
  background: #ffffff;
}

.circle {
  background: #ffffff;
  color: #e81122;
  border-radius: 8px;
  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: #e81122;
}

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

.read_more-new {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 4px 2px 4px 9px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #e81122;
  color: #e81122;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  margin-top: 25px;
}

.read_more-new:hover {
  color: #202020;
  background: #ffffff;
}

.circle {
  background: #e81122;
  color: #ffffff;
  border-radius: 8px;
  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-new:hover .circle {
  color: #fff;
  background: #e81122;
}

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

.why_sec_bx:after {
  content: "";
  width: 1px;
  height: 75px;
  background: #0000001c;
  position: absolute;
  right: -5px;
  top: 0;
}

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

.why_icon_txt {
  padding-left: 20px;
}

.why_title {
  font-size: 35px;
  display: block;
  font-weight: 900;
  line-height: 1;
  color: #3e4095;
  letter-spacing: 1px;
}

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

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

.experties-area-inner {
  padding: 10px 0 45px 0;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

.single-experties .counter-inner .count-title span.plus {
  position: relative;
  font-size: 59px;
  /* font-family: "IBM Plex Sans Devanagari", sans-serif; */
  font-weight: 600;
}

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

.single-experties .counter-inner span.sub {
  color: #e81122;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

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

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

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

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

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

.company-info {
  /* background-color: #f7f7f769; */
  background-size: cover;
  /* background-attachment: fixed; */
  /* margin: 10px 0 50px 0; */
  padding: 30px 0px 80px 0;
  position: relative;
}

/*.company-info .opacity {
    height: 100%;
    background: rgba(17, 17, 17, 0.8);
    padding: 60px 0 60px 0;
}
*/
.counter-section span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  color: #0b4a89;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}

.counter-section .site-title-tagline img {
  width: 43px;
  height: 43px;
  line-height: 23px;
  top: -5px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 8px;
  margin-right: 1px;
}

.counter-section::after {
  content: url(../images/title-separator-nw.svg);
  position: relative;
  top: -10px;
  text-align: left;
  left: 0px;
  right: 0px;
}

.counter-pra p {
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}

.company-info .pattern-layer .pattern-1 {
  position: absolute;
  left: -110px;
  bottom: 80px;
  width: 321px;
  height: 321px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.company-info .pattern-layer .pattern-2 {
  position: absolute;
  left: 104px;
  top: 227px;
  width: 196px;
  height: 196px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.company-info .pattern-layer .pattern-3 {
  position: absolute;
  right: 0px;
  bottom: 68px;
  width: 297px;
  height: 559px;
  background-repeat: no-repeat;
}

.hm-prod {
  position: relative;
  top: 0px;
}

.hm-prod-head {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  margin-top: 100px;
}

.hm-prod-head h5 {
  color: #e87817;
  padding-bottom: 10px;
}

.hm-prod-head h2 {
  font-weight: 900;
  font-size: 35px;
}

.carousel-wrapingg {
  position: relative;
}

.carousel-wrapingg:after {
  content: " ";
  position: absolute;
  top: -30px;
  left: -41px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
  height: 300px;
  background-color: transparent;
  border: 2px solid rgb(11 74 137 / 84%);
  border-radius: 20px 0 0;
}

.carousel-wrapingg .owl-stage {
  padding-left: 15px !important;
}

.prod-slider .owl-stage-outer {
  padding: 2px 0 60px 0;
}

.prod-wrapper {
  max-width: 560px;
  transition: transform 0.5s ease-in-out;
}

.prod-wrapper img {
  border-radius: 5%;
  background: #f1f2f7;
}

.prod-slider h4 {
  color: #ffffff;
  /* padding-top: 31px; */
  text-align: center;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  top: -54px;
}

.prod-slider .item:hover h4 {
  color: #db0f0f;
}

.prod-wrapper span i {
  color: #fff;
  font-size: 30px;
}

.prod-slider .owl-nav {
  position: absolute;
  left: 1%;
  bottom: 21px;
  display: flex;
}

.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px !important;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
  background: #db0f0f;
  color: #fff;
}

/** *************** **/
.counter {
  position: relative;
}

.counter::before {
  position: absolute;
  background-color: #db0f0f17;
  width: 40px;
  height: 40px;
  content: "";
  top: 8px;
  z-index: -1;
  border-radius: 50%;
  left: -12px;
}

/** **************** **/
.agency-container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.agency-container::after {
  position: absolute;
  background: linear-gradient(178deg, #f7f7f7 0.76%, #f7f7f730 99.64%);
  width: 900px;
  height: 375px;
  content: "";
  top: -56px;
  z-index: -1;
  border-radius: 50px;
  right: -19px;
}

.agency-container::before {
  position: absolute;
  background-image: url(../images/h2-bg-overlay1-1.png);
  width: 965px;
  height: 473px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  top: -163px;
  z-index: 0;
  content: "";
  right: 0;
}

.services-list ul {
  list-style: none;
  padding: 0;
}

.services-list li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.services-list li i {
  margin-right: 15px;
  color: #db0f0f;
  font-size: 1rem;
}

.learn-more-btn {
  background-color: #db0f0f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}

.learn-more-btn:hover {
  background-color: #0b4a89;
  color: #fff;
}

.learn-more-btn i {
  margin-left: 10px;
}

.stats-section p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 40px;
}

.speci-section span {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  color: #0b4a89;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}

/** **************** **/
.service-block-three {
  margin-bottom: 25px;
}

.service-block-three .inner-box {
  position: relative;
  padding: 0 22px 35px;
  margin-top: 40px;
  border-radius: 29px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.service-block-three .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 15px;
  width: 93px;
  height: 58px;
  background-image: url(../images/icon-border-4.png);
}

.service-block-three .inner-box .icon-box img {
  position: relative;
  margin-top: -43px;
  display: inline-block;
  width: 80px;
  border-radius: 14px;
  height: 80px;
  padding: 10px;
  font-size: 46px;
  line-height: 80px;
  color: #000;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 42px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box .count {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 55px;
  font-weight: 700;
  font-family: sans-serif;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d3d3d6;
}

.service-block-three .inner-box .title-new {
  font-size: 14px;
  line-height: 1.8em;
}

.service-block-three .inner-box .title-new {
  margin-top: 15px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.3;
  font-size: 19px;
  color: #1e293b;
  font-weight: 700;
}

.service-block-three .inner-box .title-new::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 81px;
  height: 4px;
  background-color: #db0f0f;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.title-new a {
  padding: 20px 0 0 0;
  font-size: 17px;
  font-weight: 500;
  /* text-align: left; */
  color: #051016;
  position: relative;
  line-height: 1.5;
}

.text-new {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #777777;
  font-weight: 400;
}

/** **************** **/
.hm-indusrty {
  /* background: #e87817; */
  background:
    linear-gradient(rgb(0 0 0 / 13%), rgb(0 0 0 / 17%)),
    url(../images/h3-bg-section-5.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}

.service-style1 {
  position: relative;
  margin-bottom: 30px;
}

.service-style1 .service-img img {
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 17px;
}

.service-style1 .service-flip-title {
  position: absolute;
  left: -5px;
  top: 50%;
  margin: 0;
  text-align: center;
  z-index: 1;
  background-color: #f9f9f9;
  font-size: 17px;
  font-weight: 500;
  border: 4px solid #f6863c;
  -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: #000000c2;
  z-index: 0;
  opacity: 0.9;
  border: 4px solid #ffff;
  border-radius: 20px;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.footer-logo img {
  background-color: #fff;
  padding: 9px;
  border-radius: 19px;
}

.ftr-link ul li a i {
  color: #db0f0f;
}

.service-style1 .service-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  -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: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 46px;
  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;
}

.service-style1::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 81px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-style1:hover::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 7px;
  width: 200px;
  height: 4px;
  background-color: #db0f0f;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}

/* =============== */
.site-heading-new span {
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  /* text-shadow: -6px 0px 20px #9c9c9c; */
  color: #fff;
  font-size: 21px;
  /* margin-bottom: 44px; */
  font-weight: 600;
}

.site-heading-new .site-title-tagline img {
  width: 43px;
  height: 43px;
  line-height: 23px;
  background-color: #fff;
  top: -5px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  margin-right: 3px;
}

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

.hm-cleint {
  padding: 65px 0px;
}

.hm_cleint_box ul li {
  width: 14%;
  float: left;
  padding: 12px 8px;
  background-color: #fff;
}

.hm_cleint_box ul li:nth-child(1),
.hm_cleint_box ul li:nth-child(2),
.hm_cleint_box ul li:nth-child(3),
.hm_cleint_box ul li:nth-child(4),
.hm_cleint_box ul li:nth-child(5),
.hm_cleint_box ul li:nth-child(6),
.hm_cleint_box ul li:nth-child(8),
.hm_cleint_box ul li:nth-child(9),
.hm_cleint_box ul li:nth-child(10),
.hm_cleint_box ul li:nth-child(11),
.hm_cleint_box ul li:nth-child(12),
.hm_cleint_box ul li:nth-child(13) {
  border-right: 1px solid #efefef;
}

.hm_cleint_box ul li:nth-child(1),
.hm_cleint_box ul li:nth-child(2),
.hm_cleint_box ul li:nth-child(3),
.hm_cleint_box ul li:nth-child(4),
.hm_cleint_box ul li:nth-child(5),
.hm_cleint_box ul li:nth-child(6),
.hm_cleint_box ul li:nth-child(7) {
  border-bottom: 1px solid #efefef;
}

.tru-clint {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
  text-align: center;
}

/* =============== */
footer {
  background-color: #222222;
  padding: 50px 0 20px;
  position: relative;
  /* margin-top: 40px; */
  border-top: 4px solid #0b4a89;
}

.ftr-head {
  padding-bottom: 12px;
}

.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: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
}

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

.br {
  border-right: 1px solid #ffffff1a;
}

.bb {
  border-bottom: 1px solid #ffffff1a;
  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: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.ftr-cont p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.ftr-cont p:hover a {
  color: #fff;
}

.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}

.ftr-btm {
  padding-top: 20px;
}

.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #e81122;
}

.ftr-btm p span {
  color: #c3c3c3;
}

.ftr-btm p a {
  color: #fff;
}

.ftr-btm p a:hover {
  color: #fff;
}

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

.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;
} */
.icon6 i {
  background: #ff0033;
  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: inherit;
  text-align: left;
  padding-left: 30px;
}

.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

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

.hm-need-help h4 a:hover {
  color: #d2151e;
}

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

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

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

/*------------------*/
#safety_screen_banner {
  position: relative;
  min-height: 398px;
  background-image: url(../images/bread-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -133px;
  background-size: contain;
}

#safety_screen_banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    rgb(11 74 137 / 39%) 1%,
    rgb(0 0 0 / 76%) 49%,
    rgb(11 74 137 / 18%) 102%
  );
}

.inner_banner_heading {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  top: 52%;
  transform: translate(-50%, 0%);
  display: block;
  padding: 0 20px;
  text-align: center;
}

.inner_banner_heading h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  /* text-transform: uppercase; */
}

.breadcrumbs {
  padding: 0px 0;
  border-radius: 50px;
  position: relative;
  top: -140px;
  text-align: center;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li a,
.bnav_list ul li span {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  font-size: 15px;
}

.bnav_list ul li:after {
  color: #db0f0f;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
}

.bnav_list ul li:last-child::after {
    content: "";
    display: none;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li span {
  color: #db0f0f;
}

/* ================= */
/*------------------*/
.prod-banner {
  background-size: cover !important;
  position: relative;
  background-position: center 72% !important;
  background-repeat: no-repeat;
  padding: 90px 0 120px;
}

.prod-banner2 {
  padding: 50px 0;
}

.prod-banner-header {
  position: relative;
  z-index: 1;
}

.prod-banner-header h1 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding-bottom: 5px;
}

.prod-banner-header2 ul {
  margin-bottom: 0px;
}

.prod-banner-header ul {
  text-align: left;
}

.prod-banner-header ul li {
  display: inline-block;
  padding: 0 10px;
  color: #cfcfcf;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span i {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 20px;
}

.prod-banner:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 61%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.prod-inr-dtl h2,
h3,
h4,
h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  color: #0b4a89;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}

.prod-inr-dtl h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  border: 1px dashed #db0f0f;
  width: 62px;
  border-radius: 25px;
}

.home-about-content p {
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  line-height: 27px;
  word-spacing: 2px;
  margin-top: 15px;
  color: #5b5b5b;
}

.prod-inr-dtl h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  border: 1px dashed #db0f0f;
  width: 62px;
  border-radius: 25px;
}

.prod-inr-dtl h4:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  border: 1px dashed #db0f0f;
  width: 62px;
  border-radius: 25px;
}

.prod-inr-dtl h5:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  border: 1px dashed #db0f0f;
  width: 62px;
  border-radius: 25px;
}

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

.inr-prod-nav {
  background: #fff;
  padding: 20px;
  -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: 50px;
  margin-left: 20px;
}

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

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

.inr-prod-nav ul li a {
  background-color: #f7f7f7;
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  padding: 12px 15px 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.inr-prod-nav ul li a:hover {
  background-color: #0b4a89;
  color: #ffffff;
}

.bullet li {
  font-weight: 400;
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 3px;
  line-height: 27px;
  /* margin-top: 15px; */
  color: #5b5b5b;
}

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

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

.inner_pro {
  border-radius: 10px;
  background-color: #fdfdfd69;
  padding: 7px;
  box-shadow: rgb(0 0 0 / 15%) 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;
}

.bullet {
  margin-top: 20px;
}

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

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

.prod-table {
  margin-top: 20px;
}

.prod-table .table thead tr th {
  background: #313132;
  color: #fff;
  border: 1px solid #505050;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  vertical-align: middle;
  padding: 10px 10px;
}

.prod-table tr:nth-child(even) {
  background: #eceef2;
}

.prod-table .table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  letter-spacing: 0.2px;
  padding: 10px 15px;
  font-weight: 500;
}

.btn_groupmarket {
  padding: 1rem;
  background: #f5f6f8;
  flex-direction: column;
}

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

.why_section_dtl {
  padding: 6px 0 0px 0px;
  background-color: #f5f7fb;
  position: relative;
  margin-top: 15px;
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f7f7f7;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: #2e2c5300;
}

.card-header {
  padding: 10px 16px;
  background-color: rgb(11 74 137);
  border-bottom: 0px;
  margin-bottom: 8px;
}

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

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

.card-body p {
  font-size: 15px;
  line-height: 1.6;
  display: block;
  color: #3d3d3ddb;
  letter-spacing: 0.25px;
  font-weight: 5400;
  padding-bottom: 10px;
}

#conclusion {
  padding: 65px 0;
  background-color: #f8f8f8d1;
}
.inr-prod-nav h3 {
  font-size: 23px;
  padding: 15px 15px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #db0f0f;
  border-radius: 10px 10px 0 0;
}
.inner-products {
  padding: 70px 0;
}
/*----------------------*/
.product_bx {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 25px;
}
.prod_mg {
  border: 1px solid #29292963;
}
.prod_hed_dtl {
  padding: 5px 10px;
  margin-top: 0px;
  background: #0c4b89;
  /* border: 2px solid #292929; */
  /* border: 1px; */
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_hed_dtl span {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  display: block;
  letter-spacing: 0.25px;
  font-weight: 400;
  text-transform: capitalize;
}
.prod_hed_dtl:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005cac;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: block;
}

/* contact */

.cont-main {
  padding: 50px 0 50px;
}
.cnt-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #f3b929;
  position: absolute;
  /* justify-self: anchor-center; */
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.cnt-head h2 {
  position: relative;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  color: #e10a11;
  padding: 0 0 35px 0;
}
.cnt-info-head h3 {
  font-weight: 600;
  font-size: 25px;
  color: #353535;
  padding: 0 0 35px 0;
}
.cnt-dtl-wrap {
  display: flex;
  margin-bottom: 25px;
}
.cnt-dtl-wrap .cnt-icon img {
  width: 24px;
  height: 24px;
}

.cnt-dtl-wrap .cnt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b4a89;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.cnt-info h4 {
  font-size: 19px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 5px;
}
.cnt-info a:hover {
  color: #e10a11;
}
.cnt-info a {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  display: inline-block;
}
.cnt-dtl-wrap:nth-child(3) .cnt-icon {
  background: #e10a11;
  border-radius: 50px;
  margin-right: 15px;
}
.cnt-info-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}
.cnt-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #0c4b8a, #0e4c8a);
  border-radius: 15px 15px 0 0;
}
.cnt-form-box input {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  display: inline-block;
}
.cnt-form-box textarea {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  display: inline-block;
}
.form-control:focus {
  color: #343434;
  background-color: #fff;
  border-color: #f3b92973;
  outline: 0;
  box-shadow: 0 0 3px 0px rgb(243 185 41);
}
.cnt-info-box-invert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #0c4b8a, #0e4c8a);
  border-radius: 15px 15px 0 0;
}
.cnt-info-box-invert .cnt-btn {
  width: 145px;
  height: 46px;
  background: #e20a11;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  border: 0px;
  transition: all 0.3sease -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;
}
.cnt-info-box-invert .cnt-btn:hover:before {
  transform: scaleX(1);
}
.cnt-info-box-invert .cnt-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #343434;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
/* --------------- */

/* --------------- */
.map-container {
  padding: 0px 0 80px;
}
.map-container iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border: 0;
}

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

.contact-page-btn {
  margin-top: 0 !important;
}
.heritage-section {
  padding: 80px 0;
}

.heritage-section__content {
  order: 2;
}

.heritage-section__image {
  order: 1;
}

.heritage-label {
  display: inline-block;
  margin-bottom: 24px;
}

.heritage-label__text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #db0f10;
  display: block;
  margin-bottom: 8px;
}

.heritage-label__divider {
  height: 4px;
  width: 64px;
  background-color: #0b4a8c;
}

.heritage-content {
  color: #0b4a8c;
}

.heritage-content h2 span {
  color: #db0f10;
}
.heritage-content h2 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  font-family: "IBM Plex Sans Devanagari", sans-serif;
}

.heritage-content p {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.heritage-content .highlight {
  color: #db0f10;
  font-weight: 600;
}

.heritage-footer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.heritage-footer p:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #0b4a8c;
  margin-bottom: 8px;
}

.heritage-footer p:last-child {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
}

.heritage-image-wrapper {
  position: relative;
  width: 95%;
}

.heritage-image-wrapper__layer-red {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-color: #db0f10;
  opacity: 0.1;
  transform: translate(24px, 24px);
  z-index: 1;
}

.heritage-image-wrapper__layer-blue {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-color: #0b4a8c;
  opacity: 0.1;
  transform: translate(-24px, -24px);
  z-index: 1;
}

.heritage-image-wrapper img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.heritage-image-wrapper figure {
  position: relative;
  z-index: 2;
}
.heritage-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 3;
  border-radius: 9px;
}

.heritage-image-caption p {
  color: white;
  margin: 0;
}

.heritage-image-caption p:first-child {
  font-size: 18px;
  font-weight: 600;
}

.heritage-image-caption p:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 4px;
}



.floating-item {
	position: fixed;
	top: 66%;
    right: 15px;
}
.floating-item .round {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    margin: 8px 0;
}
.floating-item .green {
    background-color: #2BBA31;
}
.floating-item .whatsapp {
    position: relative;
}
.floating-item .whatsapp::before {
	width: 34px;
    height: 34px;
    content: "";
    background-image: url(../images/whatsapp-icon.png);
    background-position: -128px -31px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floating-item .message {
    position: relative;
    transition: background-color 0.3s ease-in;
}
.floating-item .light-red {
    background-color: #0c4b89;
}
.floating-item .message span {
    position: absolute;
    right: 33px;
    width: 180px;
    opacity: 0;
    text-align: center;
    height: 100%;
    padding: 16px 0;
	letter-spacing:0.50px;
    padding-right: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.floating-item .message:hover:after {
    width: 218px;
    border-radius: 40px;
    transition: all 0.1s ease-in;
    background-color: #98012D;
}
.floating-item .message::before {
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../images/contact-icon.png);
    background-position: -5px -76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floating-item .message:after {
    content: '';
    width: 60px;
    height: 55px;
    background-color: transparent;
    right: 0;
    z-index: -1;
    position: absolute;
    border-radius: 40px;
    transition: all 0.3s ease-in;
}
.floating-item .message:hover span {
    opacity: 1;
    transition: all 0.5s ease-in;
    display: block;
}
.floating-item .enquiry {
    position: relative;
    transition: background-color 0.3s ease-in;
}
.floating-item .enquiry::before {
    width: 29px;
    height: 30px;
    content: "";
    background-image: url(../images/enquiry-icon.png);
    background-position: -5px -76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floating-item .enquiry:after {
    content: '';
    width: 60px;
    height: 55px;
    background-color: transparent;
    right: 0;
    z-index: -1;
    position: absolute;
    border-radius: 40px;
    transition: all 0.3s ease-in;
}
.floating-item .enquiry span {
    position: absolute;
    right: 33px;
    width: 180px;
    opacity: 0;
    text-align: center;
    height: 100%;
    padding: 16px 0;
	letter-spacing:0.50px;
    padding-right: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.floating-item .enquiry:hover span {
    opacity: 1;
    transition: all 0.5s ease-in;
    display: block;
}
.floating-item .enquiry:hover {
    border-radius: 0;
    background: #0080ff;
    border-radius: 50%;
    transition: background-color 0.1s ease-in;
}
.floating-item .enquiry:hover:after {
    width: 218px;
    border-radius: 40px;
    transition: all 0.1s ease-in;
    background-color: #0c4b89;
}
.floating-item .message:hover:after {
    width: 218px;
    border-radius: 40px;
    transition: all 0.1s ease-in;
    background-color: #0c4b89;
}
.floating-item .message:hover {
    border-radius: 0;
    background: #0080ff;
    border-radius: 50%;
    transition: background-color 0.1s ease-in;
}
.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #0c4b89;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
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: #0c4b89;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.request_form .form-group select {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
	min-height:80px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 15px;
    padding: 12px 25px;
    background: #db0f0f;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#1d1d1f;
}






