@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;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;
}
b{
  font-weight: 600 !important;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: center;
}

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

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

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

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

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

.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.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;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}

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

.container {
  max-width: 1350px;
}

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


.headerinner {
  background: #fff;
  padding: 0;
}

.headerinnertop {
  display: block;
  background: #303030;
}

.headerinner .row {
  background: #fff;
}

.headerinner .row:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
}

.rightuserbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

.rightuserbox .phone {
  display: inline-block;
  vertical-align: middle;
  color: #1c1c1c;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}

.rightuserbox .phone em {
  font-style: normal;
  padding-right: 10px;
  color: #009639;
}

.searchbtn {
  position: absolute;
  left: -10px;
  top: 49%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #f26121;
  font-size: 18px;
  border: none;
  outline: 0;
  line-height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 5px #fff;
}

.rightuserbox .userbx {
  display: inline-block;
  background: #303030;
  padding: 10px 15px 10px 40px;
  margin-left: 40px;
  position: relative;
  border-radius: 25px 0px 0 25px;
}

.rightuserbox .userbxinner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.rightuserbox .userbxinner a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.main-header {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  position: relative;
  z-index: 999;
}
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0;
  background: #fafafa;
  /*padding: 4px 0 2px;*/
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}

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

.logo {
  position: absolute;
  left: 0;
  top: -44px;
  background: #fff;
  padding: 5px 30px 5px 0;
  -ms-flex-item-align: center;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
  box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
  -webkit-border-radius: 0 0% 30% 0/0 70% 90% 100%;
  border-radius: 0 0% 30% 0/0 70% 90% 100%;
}

.logo:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
  -webkit-box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
  box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
}
.header-scrolled .logo {
  top: -15px;
  max-width: 195px;
  padding: 7px 30px 4px 0;
}
/*.header-scrolled .logo {
  margin-top: -10px;
  transition:all.5s ease;
}*/
.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}

.scrollto img {
  width:270px;
  height: auto;
  transition: all.5s ease;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}

.main-nav > ul {
  margin: 0px 0 0 0;
  display: flex;
}

.main-nav > ul > li {
  position: relative;
  border-left: 1px solid #ededed;
  white-space: nowrap;
  float: left;
}

.main-nav > ul > li:first-child {
  border-left: 0px solid #fff;
}

.main-nav a {
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16.7px;
  padding: 12px 22px;
}
.header-scrolled .main-nav a {
  padding: 16px 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: #ee732e;
  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: #1c1c1c;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

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

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

/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #272727;
  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: #f8cd24;
  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;
}

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

/*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-next {
  right: 2%;
}
.carousel .carousel-control-prev {
  left: 2%;
}
.carousel .carousel-control-next span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
.carousel .carousel-control-prev 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-next span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.carousel:hover .carousel-control-prev 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%);
  box-shadow: 0 0 0 10px rgb(50 52 51 / 50%);
  height: 30px;
  width: 30px;
  z-index: 121;
  line-height: 30px;
  text-align: center;
  position: absolute;
  border: 0px;
}
.carousel .carousel-control span:hover {
  background-color: #1e1e1e;
  box-shadow: 0 0 0 10px #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: 0px;
  text-align: center;
  list-style: none;
  bottom: 40px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff3b;
  border: 1px solid #ffffff00;
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #f26121;
  border: 1px solid #ffffff00;
}
.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

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

.hm-about{
  padding: 100px 0;
  overflow: hidden;
}
.hm-about-img{
  position: relative;
}
.hm-about-img:after {
  content: "";
  position: absolute;
  left: -30%;
  top: -210px;
  width: 400px;
  height: 220px;
  border-radius: 150px;
  background: #f4f5f7;
  z-index: -1;
  transform: rotate(65deg);
}
.hm-about-img:before {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -210px;
  width: 400px;
  height: 220px;
  border-radius: 150px;
  background: #f4f5f7;
  z-index: -1;
  transform: rotate(65deg);
}
.hm-about .row{
  align-items: center;
}
.hm-about-img{
  text-align: center;
}
.hm-about-dtl span{
  font-size: 33px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}
.hm-about-dtl span span{
  font-weight: 300;
}
.hm-about-dtl h1 {
  font-size: 22px;
  color: #212529;
  line-height: 32px;
  padding-top: 12px;
  padding-bottom: 7px;
  font-weight: 600;
}
.hm-about-dtl p{
  color: #57647c;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.common-btn{
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #10377c;
  padding: 13px 26px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  border-top-left-radius: 6px;
  background-color: #10377c;
  border-top-right-radius: 6px;
}
.common-btn:hover{
  background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.213) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #222;
  color: #fff;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 1);
  border-bottom-left-radius: 10.49138px;
  border-bottom-right-radius: 10.49138px;
  box-shadow: rgb(0 0 0 / 48%) 0px 0.27682px 6px 0px;
  border-top-left-radius: 10.49138px;
  border-top-right-radius: 10.49138px;
}
.hm-key .hm-key-icon1{
  border-top: 0px solid #ccc !important;
}
.hm-key .hm-key-icon3{
  border-bottom: 0px solid #ccc !important;
}
.hm-key .hm-key-icon {
  padding-left: 80px !important;
  padding-right: 40px !important;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  color: #212529;
}
.hm-key .hm-key-icon img{
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  transform: translate(-0%, -50%);
}

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

.hm-prod{
  background: #0f2646;
  padding: 100px 0 180px;
}

.hm-prod-head{
  margin-bottom: 50px;
}

.hm-prod-head p{
  font-size: 17px;
  color: #fff;
  line-height: 32px;
  padding-top: 12px;
  padding-bottom: 8px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 4px;
  opacity: 0.5;
}

.hm-prod-head h2{
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}

.hm-prod-head h2 span{
  font-weight: 200;
}

.hm-prod .slider {
  margin: 0 0 0 auto;
  position: relative;
}

.texture.texture-white--15 {
  background-image: url(../images/texture-white-15.svg);
  width: 313px;
  height: 157px;
  top: -30px;
  left: -20px;
  opacity: .1;
  position: absolute;
}

.texture.texture-white--14 {
  background-image: url(../images/texture-white-14.svg);
  width: 313px;
  height: 157px;
  position: absolute;
  bottom: -110px;
  right: -25px;
  opacity: .1;
}

.hm-prod .slider:after {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 100px;
  bottom: -70px;
  right: -15px;
  background: #f26121;
}

.swiper-wrapper img {
  width: 100%;
}

.swiper-custom-progressbar {
  background: #fff;
  position: absolute;
  margin-top: 32px;
  right: 0px;
  height: 5px;
  width: calc(100% - 180px);
  overflow: hidden;
  z-index: 1;
}

.swiper-custom-progressbar-fill {
  background: #0f2646;
  height: 5px;
  transition: width 300ms ease-out;
}
.swiper-button-nav {
  position: absolute;
  width: 200px;
  bottom: -49px;
  left: 85px;
  display: flex;
  gap: 10px;
}
.swiper-button-next, .swiper-button-prev{
  position: relative !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #fff;
  margin-top: 0 !important;
  background-size: 16px 17px !important;
}
.swiper-button-next, .swiper-button-prev{
  right: auto !important;
  left: auto !important;
}
.hm-prod-box{
  border: 4px solid #fff;
  background: #fff;
}
.hm-prod-name{
  background: #fff;
  padding: 20px;
}
.hm-prod-name span{
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
}
.btn-text a{
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 3px;
  color: #57647c;
  padding-right: 25px;
  position: relative;
  margin-top: auto;
  width: 100%;
}
.btn-text a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f26121;
  background-size: 9px 7px;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nOScgaGVpZ2h0PSc5JyB4bWxuczp2PSdodHRwczovL3ZlY3RhLmlvL25hbm8nPjxwYXRoIGQ9J003LjEwNiA1LjU2TDUuMjcyIDcuMzk2IDQuMDA1IDYuMTMgNS4yIDQuOTM1bDEuMTk0LTEuMjE2YzAtLjAxMS0uNTM3LS41NTktMS4xOTQtMS4yMTZMNC4wMDUgMS4zMDkgNS4yNzIuMDQzbDEuODM0IDEuODMzIDEuODM2IDEuODQyQTI5OS43NCAyOTkuNzQgMCAwIDEgNy4xMDcgNS41NnptLTMuOTY0IDBMMS4zMDcgNy4zOTYuMDQgNi4xM2wxLjE5NS0xLjE5NSAxLjE5NC0xLjIxNmMwLS4wMTEtLjUzNy0uNTU5LTEuMTk0LTEuMjE2TC4wNCAxLjMwOSAxLjMwNy4wNDNsMS44MzUgMS44MzMgMS44MzQgMS44NDJjMCAuMDA0LS44MjUuODMzLTEuODM0IDEuODQyeicgZmlsbD0nI2ZmZicvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
}


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


.hm-industry{
  background: #f4f5f7;
}
.hm-industry-head{
  text-align: center;
  padding: 60px 0;
}
.hm-industry-head p {
  font-size: 17px;
  color: #606060;
  line-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 4px;
  opacity: 0.5;
}
.hm-industry-head h2{
  font-size: 33px;
  font-weight: 600;
  line-height: 28px;
  color: #1c1c1c;
}
.hm-industry-head h2 span{
    font-weight: 300;
}
.hm-industry .tab{
  transform-origin: center bottom;
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
}
.hm-industry .tab:hover{
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
  z-index: 3;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.hm-industry .img-wrapper{
  height: 260px;
  overflow: hidden;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
}
.hm-industry .img-wrapper img{
  height: 100%;
  width: 100%;
}
.overlay-white--full {
  background-image: linear-gradient(90deg, hsl(0deg 0% 100%) 0, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, hsl(0deg 0% 100% / 0%) 0, hsl(0deg 0% 100% / 18%));
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: opacity 0.2s linear;
}
.overlay-red {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: opacity 0.2s linear;
  background-image: linear-gradient(90deg, #f26121 0, rgba(196, 22, 28, 0.01) 99%, rgba(196, 22, 28, 0)), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5));
  opacity: 0;
}
.tab-wrapper:hover .overlay-red{
  opacity: 1;
}
.app-inner-h2{
  position: absolute;
  top: 50%;
  left: 30px;
  right: 60px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
  transition: transform 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-inner-h2 h2{
  font-size: 30px;
}
.app-inner-h2 strong{
  color: rgb(242 97 33);
}
.tab-wrapper:hover .app-inner-h2 strong{
  color: #fff !important;
}
.app-inner-h2 span{
  color: #606060;
  display: block;
  font-weight: 400;
}
.tab-wrapper:hover .app-inner-h2 span{
  color: #fff !important;
}

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

.hm-map{
  padding: 80px 0;
}
.hm-map-heading{
  padding-bottom: 20px;
}
.hm-map-heading h2{
  font-size: 33px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 40px;
}
.hm-map-heading h2 span{
  font-weight: 300;
}


.hm-map-cont-bor{
  background: #fff;
  border: 1px solid #ccc;
  padding: 13px 30px;
  border-radius: 30px;
  position: relative;
  margin-top: -120px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.hm-map-img{
  position: relative;
  z-index: 1;
}
.hm-map-cont p{
  text-align: right;
  font-size: 22px;
  color: #212529;
}
.hm-map-cont p a{
  color: #f26121;
  text-decoration: underline;
}



.hm-map-dtl{
  text-align: center;
  margin-top: 30px;
}
.hm-map-icon{
  margin-bottom: 15px;
}
.hm-map-dtl .hover-fx {
  display: inline-block;
  cursor: pointer;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #f4f5f7;
  transition: 300ms;
}

.hm-map-dtl .hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #f26121;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hm-map-dtl:hover .hover-fx {
  background-color: #f26121;
  color: #00989A;
}

.hm-map-dtl:hover .hover-fx:after {
  opacity: 1;
  transform: scale(1.15);
}
.hm-map-dtl .hover-fx img{
  width: 90px;
}
.hm-map-dtl:hover .hover-fx img{
  filter: saturate(0) sepia(0) invert(0) hue-rotate(360deg) grayscale(0) brightness(9) contrast(5);
}
.hm-map-dtl span{
  font-size: 40px;
  font-weight: 700;
  color: #1c1c1c;
}
.hm-map-dtl p{
  color: #57647c;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

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


.ftr-btm-main {
  margin-top: 30px;
}

.fter-logo img {
  width: 230px;
  padding: 0px;
  border-radius: 9px;
}

footer {
  background: #141414;
  padding: 60px 0 55px;
}

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

.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.ftr-link ul li {
  line-height: 27px;
  position: relative;
  padding-left: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ftr-link ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #ed6e1e;
  margin-right: 14px;
  vertical-align: middle;
  transition: all 200ms linear 0s;
  position: absolute;
  left: 0;
  top: 13px;
}

.ftr-link ul li:hover:after {
  background-color: #7a9fe1;
}

.ftr-link ul li a {
  color: #dbdbdb;
  font-size: 15px;
  font-weight: 400;
}

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

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

.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 20px;
}

.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.ftr-cont p {
  color: #dbdbdb;
}

.ftr-cont p a {
  color: #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

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

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

.ftr-btm-main .align-center {
  border-bottom: 1px solid #ffffff1a;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
}

.ftr-btm {
  /*border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;*/
  padding: 15px 40px;
  margin: 5px 0;
}

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

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

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

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

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

.footer-social ul {
  text-align: right;
}

.footer-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 5px;
  text-align: center;
  transition: .8s;
  -webkit-transition: .8s;
  background: #fff;
  border: 1px solid #ed6e1e;
}

.footer-social ul li:nth-child(1){
  background: #3b5998;
  border: 1px solid #3b5998;
}

.footer-social ul li:nth-child(2){
  background: #000;
  border: 1px solid #000;
}

.footer-social ul li:nth-child(3){
  background: #007ab9;
  border: 1px solid #007ab9;
}

.footer-social ul li:nth-child(4){
  background: linear-gradient(327deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
  border: 1px solid #fd1d1d;
}


.footer-social ul li:hover {
  background: #f26121 !important;
  border: 1px solid #f26121 !important;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
}

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

.prod-heading-section {
  padding: 240px 0 0px;
}
.prod-heading-section h1{
  color: #fff;
}
.prod-heading-url{
  padding: 40px 0;
  background: #fff;
  border-radius: 0 50px 0 0;
  position: relative;
  top: 3px;
  left: 10px;
}
.prod-heading-url:after{
  content: "";
  background: #fff;
  position: absolute;
  width: 500px;
  height: 80px;
  top: 0;
  left: -500px;
}

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

.prod-main{
  padding-bottom: 80px;
}
.prod-main-dtl{
  padding-bottom: 40px;
}
.prod-main-dtl h1{
  font-size: 36px;
  font-weight: 600;
  color: rgb(242 97 33);
  line-height: 40px;
  margin-bottom: 40px;
  position: relative;
}
.prod-main-dtl h1 span{
  font-weight: 300;
}
.prod-main-dtl h1:after{
  content: "";
  background: #c9c9c9;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -20px;
}
.prod-main-dtl p{
  color: #57647c;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

/**/
.prdIntLink {
  display: block;
  margin-top: 30px;
  position: sticky;
  top: 75px;
}
.prdIntLink a {
  display: inline-block;
  clear: both;
}
.getCatBtn {
  margin-bottom: 15px;
}
.prdIntLink a img {
  display: inline-block;
  vertical-align: middle;
}
.getCatBtn img {
  margin-top: -5px;
  width: 77px;
  margin-right: -5px;
}
.prdIntLink a span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
  background: rgb(242 97 33);
  padding: 17px 25px;
  display: inline-block;
  vertical-align: middle;
}
.prdIntLink a span strong {
  font-weight: 600;
}
.prdIntLink .queBtn span {
  padding-right: 85px;
  background: #f0f0f0;
  color: #5b5b5b;
}
.queBtn img {
  margin-left: -70px;
  width: 87px;
}
/**/
.prod-dtl{
  background: #f6f6f6;
  padding: 80px 0 60px;
}
.prod-sidebar{
  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, .05);
  box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  position: sticky;
  top: 100px;
}
.prod-sidebar h4{
  text-transform: uppercase;
  font-size: 20px;
  color: rgb(242 97 33);
}
.prod-sidebar ul{
  margin-top: 20px;
}
.prod-sidebar ul li{
  margin: 10px 0;
}
.prod-sidebar ul li a{
  background: #f6f6f6;
  padding: 15px;
  display: block;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 16.7px;
}
.prod-sidebar ul li a.active{
  background: rgb(242 97 33);
  color: #fff;
}

.prod-dtl-box{
  padding-bottom: 30px;
}
.prod-dtl-head h2{
  font-size: 25px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 40px;
  padding-bottom: 10px;
}
.prod-dtl-box p{
  color: #57647c;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.prod-dtl-box ul li{
  color: #57647c;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-left: 30px;
  position: relative;
}
.prod-dtl-box img{
  position: absolute;
  width: 15px;
  left: 0;
  top: 6px;
}

.conclusion{
  padding: 80px 0;
}
.prod-conclusion h2{
  font-size: 25px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 40px;
  padding-bottom: 10px;
}
.prod-conclusion p {
  color: #57647c;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

/** *******Vivek********* **/


.contact-section {
  padding: 60px 0px;
  /* Industrial background image placeholder */
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("../images/contact-form-bg.avif");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Left Column Text Styles */
.sub-heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.sub-heading-icon {
  color: #f26121;
  font-size: 18px;
  margin-right: 10px;
}

.sub-heading-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444444;
}

.contact-main-title h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 56px;
  display: block;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.contact-main-title .main-title-bold {
  font-weight: 700;
  color: #131313;
}

.contact-description-text {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 450px;
}

/* Contact Info Blocks */
.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 22px;

  border-bottom: 1px solid #ababab;
}

.info-item:last-child {
  border-bottom: none;
}

.icon-box {
  width: 10%;
  height: 55px;
  background-color: #f26121;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  margin-right: 20px;
}

.info-content {
  width: 90%;
}

.info-content-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.info-content-detail {
  font-size: 15px;
  color: #777777;
}

.info-content .info-content-detail a {
  color: #777777;
}

/* Right Column Form Styles */
.form-container {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
}

.contact-form-title h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #131313;
  letter-spacing: 0.8px;
}

.form-title-bold {
  font-weight: 700;
}

.custom-input {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  outline: none;
  transition: border-color 0.3s;
}

.custom-input:focus {
  border-color: #f26121;
}

.custom-textarea {
  height: 180px;
  resize: none;
}

.submit-btn {
  background-color: transparent;
  border: 2px solid #f26121;
  color: #002c3e;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #f26121;
  color: #ffffff;
}

/*  */

.indistries-page {
  padding: 50px 0px 50px 0;
}

/* Sticky Left Side Logic */
.indistries-page-sticky-content-box {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 250px; /* Distance from top of screen when it sticks */
  padding-right: 60px;
}

.indistries-page-text-title h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #131313;
  margin-bottom: 8px;
}

.indistries-page-text-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin-bottom: 40px;
  max-width: 400px;
}

.indistries-page-cta-button {
  display: inline-block;
  background-color: #d1a684;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-decoration: none;
  transition: 0.3s;
}

.indistries-page-cta-button:hover {
  background-color: #b88e6b;
  color: #ffffff;
}

/* Right Side Image Grid */
.indistries-page-image-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.about-img-1 {
  animation: rotate 20s infinite linear;
}

.about-img-2 {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.about-page-section {
  width: 100%;
  background: url(../images/about-page-bg.jpg) bottom no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 50px 0px;
}

/* Abstract blue waves simulation */
.about-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 10% 20%,
    rgba(216, 230, 248, 0.4) 0%,
    transparent 40%
  );
  z-index: 0;
}

.about-page-container {
  position: relative;
  z-index: 1;
}

.about-page-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
}

.about-page-gear-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

.about-page-main-title h1 {
  font-size: 33px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}

.about-page-main-title span {
  font-weight: 300;
}

.about-page-subtitle h2 {
  font-size: 22px;
  color: #212529;
  line-height: 32px;
  padding-top: 12px;
  padding-bottom: 7px;
  font-weight: 600;
}

.about-page-text p {
  font-size: 15px;
  line-height: 26px;
  color: #57647c;
  margin-bottom: 20px;
}

.indistries-page-text-title span{
  font-weight: 300;
}

.about-page-text b {
  color: #333333;
}

.about-page-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about-page-list-item {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 12px;
}

.about-page-check-icon {
  color: #f15a24;
  margin-right: 10px;
  font-size: 14px;
}

/* Button Styling */
.about-page-btn {
  display: inline-block;
  background: linear-gradient(180deg, #3a5b8a 0%, #1b365d 100%);
  color: #ffffff;
  padding: 14px 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  border-bottom: 4px solid #f15a24;
  transition: 0.3s;
}

.about-page-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
  box-shadow: 0px 8px 15px rgba(27, 54, 93, 0.3);
}

/* Bottom Feature Cards */
.about-page-cards-row {
  margin-top: 15px;
}

.about-page-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s;
}

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

.about-page-card-icon-box {
  width: 70px;
  height: 70px;
  border: 2px solid #f15a24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
}

/* Inner orange icon circle */
.about-page-card-icon-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}

.about-page-card-icon-inner img {
  width: 45px;
}

.about-page-card-title {
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 1px;

      font-size: 21px;
}

.about-page-card-desc {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h6 {
	position:relative;
	padding:15px 25px;
	background: #f26121;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
	color: #f26121;
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
    /* z-index: 999999999999999999999999; */
}
.modal-header {
    text-align: center;
    background: #f26121;
    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: #f4f5f7;
   /* z-index: 999999999; */
}
.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: #f26121;
    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: 14px;
	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: 14px;
	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: 14px;
	padding: 12px 25px;
	background: #f26121;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#0f2647;
}

