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

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

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

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

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

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

body::-webkit-scrollbar-track {
  background: #ffffff;
}
/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
/** **************** **/
.container {
  max-width: 1350px;
}
/** **************** **/
header {
  padding: 10px 0;
}
.fixed-top,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.main-nav {
  margin-top: 26px;
}

.main-nav ul {
  position: relative;
}

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

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

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

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

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

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

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

.fixed-top {
  display: block;
  top: 0;
  /*padding: 4px 0 2px;*/
  box-shadow: 0px 4px 0px rgb(0 0 0 / 10%);
}

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

.header-scrolled .scrollto img {
  width: 214px;
  height: auto;
  margin-top: 9px;
}

.logo {
  position: relative;
}

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

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

.main-nav {
  float: right;
}

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

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

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

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

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

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

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

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

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

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

.main-nav .drop-down ul li a {
  padding: 7px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

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

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

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

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

.mobile-nav-toggle {
  position: absolute;
  right: 5px;
  top: 50px;
  font-size: 16px;
  z-index: 9998;
  border: 0;
  color: #fff;
  background: #264b8f;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 7px 6px;
  border-radius: 5px;
}

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

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

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

.header-scrolled .mobile-nav-toggle {
  top: 20px;
}

.get-cont {
  position: absolute;
  right: 20px;
  top: -12px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.header-scrolled .get-cont {
  display: none;
}
/**/
.language a {
  display: none !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
  padding: 8px 15px 8px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px 0px 20px 20px;
  background: #0066b2;
  color: #fff;
  letter-spacing: 0.5px;
  width: 194px;
  position: relative;
  top: 2px;
  border: 5px solid #0066b2;
  border-top: 0;
  border-bottom: 0px;
}
.goog-te-gadget img {
  display: none;
}
.goog-logo-link {
  display: none;
}
.goog-te-gadget {
  font-size: 0px !important;
  padding-top: 0px;
}
#google_translate_element {
  margin-top: 0px;
}
/**/

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

.banner-heading {
  background: #013e87;
  color: #fff;
  padding: 60px 0 60px;
}
.banner-heading-box h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;
  /*margin-bottom: 0.794vw;*/
  color: #fff;
  text-align: center;
}
.banner-heading-box h1 span {
  display: block;
}

.prod-enquiry {
  display: table;
  margin: 30px auto 20px;
}
.prod-enquiry span {
  margin-right: 10px;
}
.prod-enquiry span img {
  margin-right: 7px;
  width: 20px;
  position: relative;
  margin-top: -4px;
}
.prod-enquiry span a {
  color: #fff !important;
  border-width: 1px !important;
  border-color: #0066b2;
  font-size: 16px;
  background-color: #0066b2;
  border: 2px solid transparent;
  padding: 0.6em 1.2em;
  line-height: 1.7em !important;
  box-shadow: 5px 1px 5px 0px rgb(0 0 0 / 10%);
  transition: all 300ms ease 0ms;
  border-radius: 35px;
  position: relative;
}
.prod-enquiry span a:hover {
  padding: 0.6em 2.2em 0.6em 0.9em;
}
.prod-enquiry span a:after {
  font-size: 1.6em;
  line-height: 1em;
  content: " ";
  width: 8.17px;
  height: 14.76px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -1em;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  text-shadow: none;
  background: url(../images/prod-enquiry.svg) no-repeat;
  filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg)
    brightness(193%) contrast(102%);
}
.prod-enquiry span a:hover:after {
  opacity: 1;
  margin-left: 15px;
}
.prod-enquiry span .prod-equiry-get {
  color: #0066b2 !important;
  border-width: 1px !important;
  font-size: 16px;
  background-color: #ffff;
  border: 2px solid #0066b2;
  padding: 0.6em 1.2em;
  line-height: 1.7em !important;
  box-shadow: 5px 1px 5px 0px rgb(0 0 0 / 10%);
  transition: all 300ms ease 0ms;
  border-radius: 35px;
  position: relative;
}
.prod-enquiry span .prod-equiry-get:hover {
  padding: 0.6em 2.2em 0.6em 0.9em;
}
.prod-enquiry span .prod-equiry-get:after {
  font-size: 1.6em;
  line-height: 1em;
  content: " ";
  width: 8.17px;
  height: 14.76px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -1em;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  text-shadow: none;
  background: url(../images/prod-enquiry.svg) no-repeat;
  filter: none;
}
.prod-enquiry span .prod-equiry-get:hover:after {
  opacity: 1;
  margin-left: 15px;
}

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

.video_wrapper video {
  width: 100%;
  /* border: 10px solid #fff;*/
  /* position: relative;
  margin-top: -340px;*/
}

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

.hm-abt {
  padding: 60px 0;
}
.hm-about-dtl {
  padding-right: 60px;
}
.hm-about-dtl h2 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0.794vw;
  letter-spacing: calc(3.968vw * -0.01);
}
.hm-about-dtl h2 span {
  text-transform: uppercase;
  color: #013f87;
}
.hm-about-dtl h2 span span {
  color: #0066b2;
}
.hm-about-dtl p {
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}

.hm-about-exp ul li {
  float: left;
  width: 50%;
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.hm-about-exp ul li:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 80%;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.hm-about-exp ul li:nth-child(5):after,
.hm-about-exp ul li:nth-child(6):after {
  display: none;
}

.hm-about-exp ul li:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 2px;
  height: 80%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hm-about-exp ul li:nth-child(2):before,
.hm-about-exp ul li:nth-child(4):before,
.hm-about-exp ul li:nth-child(6):before {
  display: none;
}

.hm-about-exp ul li img {
  width: 80px;
}

.hm-about-exp ul li span {
  display: block;
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-top: 5px;
}
.hm-about-img {
  position: relative;
}
.hm-about-pic {
  overflow: hidden;
  border-radius: 25px;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.hm-about-pic img {
  transition: all 0.5s;
}
.hm-about-pic:hover img {
  transform: scale(1.1);
}
.hm-about-picture {
  position: absolute;
  overflow: hidden;
  left: -130px;
  bottom: -100px;
  border-radius: 25px;
  border: 8px solid #f8f8f8;
}
.hm-about-picture img {
  width: 250px;
  transition: all 0.5s;
}
.hm-about-picture:hover img {
  transform: scale(1.1);
}

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

.hm-prod {
  background: #f8f8f8;
  padding: 60px 0px 60px;
}
.hm-prod-dtl h2 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 31px;
  color: #2f2f2f;
}
.hm-prod-dtl h4 {
  color: #343434;
  font-size: 1.3rem;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.hm-prod-dtl p {
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.25px;
}

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

.hm-feature {
  padding: 60px 0;
}
.hm-feature-head {
  padding-bottom: 20px;
  text-align: center;
}
/*
.hm-feature-box {
  padding: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hm-feature-box img {
  padding-bottom: 10px;
  transition: 0.5s;
}
.hm-feature-box:hover img {
  transform: scale(1.1, 1.1);
}

.main-feature-box span {
  color: #343434;
}
.main-feature-box span span {
  color: #000;
  font-weight: 500;
  display: block;
  font-size: 18px;
}
.main-feature-box {
  text-align: center;
}
.main-feature-box {
  text-align: center;
  margin-bottom: 25px;
}*/
/*.feature-slider .owl-dots{
  display: flex;
  justify-content: center;
}
.feature-slider .owl-dot span{
  width: 10px;
  height: 10px;
  display: block;
  background: #d9d9d9;
  margin: 0 5px;
  border-radius: 50%;
}
.feature-slider .owl-dot.active span{
  background: #000;
}*/
.prod-catg-box {
  text-align: center;
  padding: 30px 0;
}
.prod-catg-box span {
  display: block;
  align-content: center;
  height: 60px;
  color: #54595f;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.prod-catg-box:hover span {
  color: #013e87;
  font-weight: 500;
}
.prod-catg-img {
  position: relative;
}
.prod-catg-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  background: #f8f8f8;
  z-index: -1;
}
.prod-catg-img img {
  transition: 0.5s;
}
/* .prod-catg-img:hover img {
  transform: scale(1.1, 1.1);
} */
/** **************** **/

.hm-application {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hm-applications-head {
  padding-bottom: 40px;
  text-align: center;
}
.hm-applications-head h2 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 35px;
  color: #2f2f2f;
}
.carousel-wrapingg {
  position: relative;
}
.carousel-wrapingg .owl-stage {
  padding-left: 15px !important;
}
.prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.prod-slider .owl-nav .owl-prev {
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  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: #0066b2;
  color: #fff;
}
.hm-applications-box span {
  padding-top: 15px;
  text-align: center;
  display: block;
  letter-spacing: 0.1px;
  color: #343434;
}

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

.hm-sustainability {
  padding-top: 10px;
  padding-bottom: 70px;
}
.hm-sustainability-head {
  padding-bottom: 40px;
  text-align: center;
}
.hm-sustainability-head h2 {
  font-weight: 600;
  font-size: 35px;
  color: #2f2f2f;
}
.hm-sustainability-dtl {
  box-shadow: 1px 2px 5px #cdcdcd;
  padding: 15px 10px;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.hm-sustainability-icon {
  position: absolute;
  top: 50%;
  left: 35px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #eaf3fe;
  text-align: center;
  border-radius: 50%;
  transform: translate(0%, -50%);
}
.hm-sustainability-icon i {
  font-size: 25px;
  color: #0066b2;
  line-height: 55px;
}
.hm-sustainability-dtl h5 {
  color: #343434;
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 70px;
  font-family: "Poppins", sans-serif;
}

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

.hm-solar .col-md-6 {
  margin: 15px 0;
}
.hm-solar-box {
  background: #eaf3fe;
  border: 5px solid #0066b2;
  padding: 20px;
  height: 100%;
  text-align: left;
}
.hm-solar-box h4 {
  padding-bottom: 2px;
}
.hm-solar-box ul li {
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.25px;
  padding-left: 30px;
  position: relative;
  padding-top: 5px;
}
.hm-solar-box ul li span {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
}

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

.hm-en-compliant {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #013e87;
  margin-top: 60px;
}
.hm-en-compliant-head {
  padding-bottom: 30px;
  /* text-align: center;*/
  color: #fff;
}
.hm-en-compliant-head h4 {
  font-size: 22px;
  padding-top: 10px;
  color: #ffffffe3;
  font-weight: 300;
}
.hm-en-compliant-certficate span {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.hm-en-compliant-box h4 {
  color: #343434;
  font-size: 1.3rem;
  line-height: 32px;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.hm-en-compliant-box p {
  color: #ffffffe3;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.25px;
  padding-top: 5px;
}
.hm-en-compliant-box span {
  font-weight: 600;
}

.hm-en-compliant-list ul li {
  color: #ffffffe3;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
  padding: 12px 0 12px 20px;
  position: relative;
}

.hm-en-compliant-list ul li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0px;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 50%;
}

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

footer {
  padding: 60px 0 40px;
}
.ftr-logo {
  text-align: center;
  width: 90%;
}
.ftr-logo span {
  display: block;
  font-size: 17px;
  font-weight: 300;
  padding-top: 10px;
  margin-left: 54px;
  letter-spacing: 0.5px;
}
.ftr-head h3 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
  text-align: left;
  font-size: 1.5rem;
  color: #2f2f2f;
}
.ftr-logo p {
  text-align: justify;
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.25px;
  padding-top: 10px;
}
.ftr-link ul li {
  padding-bottom: 16px;
}
.ftr-link ul li a {
  color: #54595f;
  font-size: 15px;
  display: block;
  letter-spacing: 0.5px;
}
.ftr-link ul li a:hover {
  color: #0065b2;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #f0f0f061;
  border-color: #d1d1d1;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  outline: none;
}
.contact_form .form-group textarea {
  display: block;
  width: 100%;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #f0f0f061;
  border-color: #d1d1d1;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  outline: none;
}
.contact_form .form-group {
  margin-bottom: 10px;
}
.contact_form .form-group input:focus {
  border-color: #969696;
  transition: all 0.5s;
}
.contact_form .form-group textarea:focus {
  border-color: #969696;
  transition: all 0.5s;
}
.contact_form .cnt-sub-btn {
  padding: 10px 20px 10px 20px;
  border-radius: 27px;
  background: #0065b2;
  color: #fff;
  border: 0px;
  cursor: pointer;
}
.contact_form .cnt-sub-btn:hover {
  background: #343434;
}

.footer_social_icon {
  position: relative;
  z-index: 1;
}
.footer_social_icon ul {
  text-align: center;
}
.footer_social_icon ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 18%;
  margin-left: 8px;
}
.footer_social_icon li a {
  border-radius: 18%;
  display: block;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  border: 2px solid #d1d1d1;
  color: #54595f;
  -moz-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.footer_social_icon li i {
  font-size: 16px;
  line-height: 40px;
}
.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.5s;
  transition-duration: 0.5s;
  -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(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer_social_icon li.facebook:hover a {
  background: #3b5998;
  border: 2px solid #3b5998;
}
.footer_social_icon li.twitter:hover a {
  background: #000000;
  border: 2px solid #000000;
}
.footer_social_icon li.linkedin:hover a {
  background: #007ab9;
  border: 2px solid #007ab9;
}
.footer_social_icon li.youtube:hover a {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.footer_social_icon li.facebook:hover i,
.footer_social_icon li.twitter:hover i,
.footer_social_icon li.linkedin:hover i,
.footer_social_icon li.youtube:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.ftr-rights-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
  margin-top: 30px;
}
.ftr-rights-reserved p {
  padding-right: 30px;
}

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

.raas-intro {
  padding-top: 80px;
}
.raas-intro-head {
  padding-bottom: 30px;
}
.raas-intro-head h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  word-spacing: 2px;
  text-transform: uppercase;
}
.raas-intro-head h1 span {
  color: #0066b2;
  font-size: 25px;
  font-weight: 500;
  padding-top: 15px;
  display: block;
}
.construction-dtl {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.construction-dtl p {
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}
.construction-dtl p a {
  text-decoration: underline;
  color: #0066b2;
}
/** **************** **/
.get-cont-num {
  position: absolute;
  right: 20px;
  top: 0px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.get-cont-num span a {
  margin: 0px !important;
  padding: 0.75rem 2rem;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 87px;
  background: #0066b2;
  color: #fff;
  letter-spacing: 0.9px;
  width: 218px;
  position: relative;
  top: 23px;
  border: 0px solid #0066b2;
  border-top: 0;
  border-bottom: 0px;
}
.get-cont-num span a:after {
  font-size: 1.6em;
  line-height: 1em;
  content: " ";
  width: 8.17px;
  height: 14.76px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -1em;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  text-shadow: none;
  background: url(../images/prod-enquiry.svg) no-repeat;
  filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg)
    brightness(193%) contrast(102%);
}
.get-cont-num span a:hover:after {
  opacity: 1;
  margin-left: 15px;
}

.header-scrolled .get-cont-num {
  top: -9px;
}
/* ============ */
.ftr-cont {
  padding-bottom: 30px;
  padding-left: 65px;
  position: relative;
}
.ftr-cont h4 {
  font-weight: 600;
  font-size: 18px;
  color: #44494f;
  margin-bottom: 2px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 35%);
  margin-right: 15px;
  width: 45px;
  height: 45px;
  padding: 2px;
  float: left;
  border: 1px solid #013d82;
  border-radius: 59%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.ftr-cont p a {
  color: #53585f;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 24px;
}

.hm-en-compliant-certficate {
  margin: 9px;
}
