@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-Regular.eot");
  src: url("../fonts/ProbaPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProbaPro-Regular.woff") format("woff"),
    url("../fonts/ProbaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proba Pro Bold";
  src: url("../fonts/ProbaPro-Bold.eot");
  src: url("../fonts/ProbaPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProbaPro-Bold.woff") format("woff"),
    url("../fonts/ProbaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proba Pro Md";
  src: url("../fonts/ProbaPro-Medium.eot");
  src: url("../fonts/ProbaPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProbaPro-Medium.woff") format("woff"),
    url("../fonts/ProbaPro-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-family: "Proba Pro";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-fluid {
  width: 90%;
  margin: auto;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  display: block;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.center-block {
  margin: 0 auto;
}
.col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-2-5 {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-4-5 {
  width: 41%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.h100 {
  height: 100%;
}
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-4-5,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.w30,
.w70 {
  float: left;
}
section {
  float: left;
  width: 100%;
}
.section-padding {
  padding: 80px 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.pdntb5 {
  padding: 5% 0;
}
.cwt {
  color: #fff;
}
.cbk {
  color: #000;
}
.cbk2 {
  color: #333;
}
.cblue {
  color: #001e61;
}
.cgray {
  color: #8f8e92;
}
.sz18 {
  font-size: 18px;
}
.sz20 {
  font-size: 20px;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}
.f-normal {
  font-weight: normal;
}
.hidden-xs {
  display: block !important;
}
.visible-xs {
  display: none !important;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.disp-block {
  display: block;
}
.probapro-bold {
  font-family: "Proba Pro Bold";
}
.probapro-medium {
  font-family: "Proba Pro Md";
}
.probapro-light {
  font-family: "Proba Pro Lt";
}

/* .popupopened{
    height: 100vh;
    overflow: hidden;
} */
/* .cpcb-popup.overlaynew{
    overflow:auto;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:99999;
    align-items: center;
    justify-content: center;
    display:none
} */
/* .cpcb-popup .popup-img{
    width: 960px;
}
.cpcb-popup .popup-img-mob{
    display: none;
}
.cpcb-popup .popup1{
    width: fit-content;
    display: flex;
    position: relative;
}
.popup-card-home{
    max-width: 50%;
    position: absolute;
    left: 36px;
    top: 190px;
}
.popup-card-home h3{
    font-size: 34px;
    line-height: 39px;
    color: #071E5D;
    font-weight: 700;
    margin-bottom: 10px;
}
.popup-card-home h5{
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    font-weight: 700;
    margin: 0;
}
.popup-card-home .popup-text{
    font-size: 16px;
    line-height: 23px;
    color: #242424;
    margin-bottom: 4px;
} */
/* .popup-card-home .popup-cpcb{
    font-size: 17px;
    line-height: 23px;
    color: #071E5D;
    font-weight: 600;
    background: yellow;
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 0;
}
.popup-card-home .learn-more-a{
    background: #071E5D;
    padding: 8px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
} */
/* .cpcb-close{
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
} */
/* .cpcb-close svg{
    width: 33px;
    height: 33px;
} */
/* 

@media screen and (max-width:600px){
    .cpcb-popup .popup-img{
        display: none;
    }
    .cpcb-popup .popup-img-mob{
        display: block;
        width: 100%;
        max-width: 334px;
    }
    .popup-card-home{
        max-width: 90%;
        position: absolute;
        left: 16px;
        top: 114px;
    }
    .popup-card-home h3{
        font-size: 30px;
        line-height: 34px;  
    }
    .popup-card-home .popup-cpcb{
        font-size: 15px;
        line-height: 20px;
    }

    .time-box {
        width: 45px !important;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        font-weight: bold;
        border-radius: 50%;
        z-index: 2;
    }
    .blue-btn{background-color:#001e61;color:#fff;padding:9px 0 10px 14px;border-radius:23px;font-size:14px;font-weight:600;display:inline-block;line-height:25px}
    .know-more-btn {
        margin-top: 110px !important;
        width: 160px !important;
    }
    .know-more-banner {
        margin-top: 115% !important;
        margin-left: 0% !important;
    }

    .bx-controls-direction{
        margin-bottom: 60px;
    }
} */
/* 
#countdown {
    text-align: center;
    display: flex;
    gap: 1px; 
} */
/* 
.time-box-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
} */
/* 
.time-box {
    width: 59px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50%;
    z-index: 2;

} */

/* .label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px; } */

/* Static dotted circle */
/* .time-box::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-sizing: border-box;
} */

.animated {
  -moz-animation-duration: 4000ms;
  -o-animation-duration: 4000ms;
  -webkit-animation-duration: 4000ms;
  -ms-animation-duration: 4000ms;
  animation-duration: 1000ms;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.enquire-now-btn {
  display: inline-block !important;
  cursor: pointer;
}
.burger-menu {
  display: block;
  padding: 15px 0 !important;
  margin: 10px 0 0;
}
.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
}
.bar3 {
  width: 10px;
  margin-left: 50%;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
  width: 20px;
  margin-left: 0;
}
.enquire-form-wrapper {
  padding: 20px 10px;
  position: fixed;
  top: 87px;
  z-index: 999;
  width: 250px;
  right: 5%;
  background-color: #f3f3f3;
  display: none;
}
.closebtn {
  position: absolute;
  right: 20px;
  top: -42px;
  color: #000;
  z-index: 99;
  border: 1px solid #000;
  padding: 6px 9px 6px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
}
::placeholder {
  color: #000;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-ms-input-placeholder {
  color: #000;
}
header {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 999;
  background: #fff;
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.01)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.01)
  );
}
header .container {
  position: relative;
  padding: 0 20px;
}
header .brand-logo {
  display: block;
  cursor: pointer;
  padding: 20px 0;
  width: 90%;
  float: left;
}
header .brand-logo img {
  width: 100%;
  display: block;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
header .brand-logo .logo-part-1 {
  float: left;
}
header .brand-logo .logo-part-2 {
  float: left;
  padding: 5px 0 0 10px;
}
header.shrink {
  background-color: #fff;
}
header.shrink .container {
  padding: 0 20px;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-div {
  padding: 0;
}
.menu-list {
  position: relative;
}
.menu-list li {
  display: inline-block;
  padding: 30px 0;
}
.menu-list li a {
  text-align: center;
  display: block;
  margin-right: 20px;
  color: #000;
  padding: 2px 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.menu-list li:last-child a {
  margin-right: 0;
}
.menu-list li a.active {
  color: #001e61;
  font-weight: 700;
}
.has-submenu {
  position: relative;
}
.hidden-xs.hidden-portrait.has-submenu {
  display: inline-block !important;
}
.visible-xs.visible-portrait.has-submenu {
  display: none !important;
}
.has-submenu i {
  vertical-align: middle;
  font-size: 15px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-weight: 500;
}
.submenu-div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #001e61;
}
.submenu-div ul li {
  display: block;
  padding: 0;
}
.submenu-div ul li a {
  margin-right: 0;
  padding: 10px 20px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #cacaca;
  cursor: pointer;
  position: relative;
}
.submenu-div ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  transition: all ease-in-out 0.5s;
  width: 0;
  height: 1px;
  right: 0;
}
.submenu-div ul li a:hover:after {
  width: 100%;
  background-color: #fff;
}
.has-submenu:hover .submenu-div {
  display: block;
}
.search-form-wrapper {
  width: 150px;
  padding: 27px 0;
  margin-left: 20px;
  position: relative;
}
.search-form-wrapper input[type="text"] {
  width: 100%;
  border-radius: 25px;
  height: 35px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.search-form-wrapper .search-submit-btn {
  background-color: #fff;
  -webkit-appearance: none;
  position: absolute;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  top: 29px;
  right: 6px;
  cursor: pointer;
}
.callnumber-enquire-btn-wrapper {
  padding: 15px 0 12px 10px;
}
.callnumber {
  margin-left: 10px;
  margin-right: 10px !important;
  padding: 9px 0;
}
.callnumber img {
  width: 28px;
  vertical-align: middle;
}
.callnumber span {
  padding: 0 2px;
}
.enquire-now-btn {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 14px 20px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.desktop-footer {
  color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.desktop-footer h3 {
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 1px;
}
.footer-menu {
  margin-left: 12px;
}
.footer-menu li {
  position: relative;
}
.footer-menu li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  background-image: url(../images/Path-615.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 11px;
  z-index: 9;
}
.footer-menu li a {
  color: #ffffff;
  display: block;
  margin: 0 0 6px;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
}
.footer-menu li a:hover {
  color: #fff;
}
.footer-address {
  font-weight: 300;
}
.desktop-lower-footer {
  padding: 20px 0;
}
.social-links {
  padding: 10px 0;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  display: block;
  margin-right: 10px;
}
.social-links li a svg .a {
  stroke: none;
}
.social-links li a:hover svg .a {
  fill: #fff;
}
.social-links li a:hover svg .b {
  fill: #000;
}
.desktop-upper-footer {
  padding: 30px 0;
}
.amuralink {
  color: #687781;
}
.home-contactus-upper-section {
  height: 528px;
}
.home-contactus-upper-section .container {
  height: 100%;
}
.contact-us-person-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.home-contactus-caption {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 44%;
  z-index: 99;
}
.home-contactus-caption .section-heading {
  margin-bottom: 25px;
}
.get-in-touch-btn {
  width: 190px;
}
.home-contactus-lower-section {
  background-color: #222c34;
}
.home-contactus-lower-section.section-padding {
  padding: 50px 0;
}
.home-contactus-item {
  height: 74px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.home-contactus-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.home-contactus-item:nth-child(2) {
  padding-left: 32px;
}
.home-contactus-item:last-child:after {
  display: none;
}
.footer-read-more-btn {
  width: 155px;
}
.footer-read-more-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.footer-read-more-btn:hover i {
  color: #000 !important;
}
.overlay {
  overflow: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.popup {
  max-width: 600px;
  width: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 40px auto;
}
.close {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  color: #000;
  font-size: 26px;
}
.download-brochure-wrapper {
  display: none;
  margin-top: 14px;
}
.download-brochure-btn {
  cursor: pointer;
}
.hidden-brochure-btn {
  background: #001e61;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
}
#back2Top {
  width: 40px;
  line-height: 33px;
  height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  left: 10px;
  background-color: #000;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
}
#back2Top img {
  vertical-align: middle;
  width: 23px;
}
.scroll-down-btn {
  position: absolute;
  width: 150px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 1%;
  z-index: 99;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 14px;
}
.scroll-down-btn img {
  width: 15px;
}

.home-section .scroll-down-btn {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #8080807d;
  border-radius: 32px;
  padding: 6px;
  justify-content: center;
}

/* .home-section .scroll-down-btn img {
  width: 20px;
} */

.chev-22 {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  /* center content if needed */
  vertical-align: middle;
  background: transparent;
  rotate: -90deg;
}

/* two strokes that form the \/ chevron */
.chev-22::before,
.chev-22::after {
  content: "";
  position: absolute;
  left: 5px;
  /* horizontal offset of the strokes */
  top: 4px;
  /* vertical offset of the strokes */
  width: 12px;
  /* length of each stroke */
  height: 2px;
  /* thickness of stroke */
  background: white;
  /* color of the arrow */
  transform-origin: left center;
  /* smooth rendering on some browsers */
  backface-visibility: hidden;
}

/* left stroke slanted down-right */
.chev-22::before {
  transform: rotate(45deg);
}

/* right stroke slanted down-left; shift left so both meet at center */
.chev-22::after {
  transform: rotate(-45deg);
  left: 5px;
  /* same left as before — strokes overlap to form \/ */
}

.breadcrum-list {
  border-bottom: 0.5px solid #7a9abf;
  padding: 20px 0;
  height: 70px;
}
.breadcrum-list li {
  display: inline-block;
}
.breadcrum-list li a {
  position: relative;
  font-size: 12px;
  display: block;
  padding: 0 20px;
  color: #000;
  height: 26px;
}
.breadcrum-list li:first-child a {
  padding-left: 0;
  color: #7a9abf;
}
.breadcrum-list li:first-child a i {
  width: 14px;
  height: 12px;
}
.breadcrum-list li a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  width: 0;
  height: 0;
  border: solid #dedede;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  display: inline-block;
  padding: 4px;
}
.breadcrum-list li:last-child a:after {
  display: none;
}
.common-slider-wrapper .slide,
.common-slider-wrapper-new .slide {
  height: 100vh;
}
.common-slider-wrapper .container,
.common-slider-wrapper-new .container {
  height: 100%;
}
.slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-banner-1 {
  background-image: url(../images/Gas-&-Engine-Manufacturers-In-India.webp);
}
/* .home-banner-1{background-image:url(../images/output-onlinepngtools.png)} */

/* .home-banner-1{background-image:url('https://baudouinindia.com/wp-content/uploads/2024/11/baudouin-large-1.png')} */
.home-banner-2 {
  background-position: center -35px;
}
.home-banner-3,
.home-banner-5 {
  background-position: center -13px;
}
.home-caption {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 18px;
  transform: translate(0, -50%);
  z-index: 99;
  margin-left: 20px;
}
.home-caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 133px;
  background-color: #001e61;
  border-radius: 4px;
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 1s, transform 1s;
}
.line-1 {
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 16px;
  font-weight: inherit;
  font-family: "Proba Pro Md";
}
.line-2 {
  font-size: 23px;
  line-height: 21px;
  font-weight: 700;
}
.line-3 {
  font-size: 23px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}
.hundred-years-design-element {
  position: absolute;
  width: 206px;
  top: 14%;
  right: 100px;
  z-index: 99;
}
.home-inner-caption {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transition: opacity 1s, transform 1s;
  -webkit-transform-style: preserve-3d;
}
.home-caption .blue-btn {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transition: opacity 1s, transform 1s;
  transition-delay: 1.1s;
  -webkit-transform-style: preserve-3d;
}
.blue-btn {
  background-color: #001e61;
  color: #fff;
  padding: 9px 0 10px 2px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
}
.blue-btn i,
.white-btn i,
.read-news-btn i,
.blue-border-btn i {
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
}
.blue-btn:hover {
  background-color: #000;
}
.white-btn {
  background-color: #fff;
  color: #001e61;
  padding: 8px 0 8px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
}
.white-btn:hover {
  background-color: #000;
  color: #fff;
}
.blue-btn:hover i,
.white-btn:hover i,
.blue-border-btn:hover i {
  margin-left: 15px;
}
.blue-border-btn {
  border: 1px solid #001e61;
  border-radius: 23px;
  color: #001e61;
  padding: 8px 0 8px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 25px;
}
.blue-border-btn:hover {
  background-color: #001e61;
  color: #fff;
}
.common-slider-wrapper-new .active-home-slide .home-inner-caption,
.common-slider-wrapper-new .active-home-slide .home-caption:before,
.common-slider-wrapper-new .active-home-slide .blue-btn,
.common-slider-wrapper .active-slide .home-inner-caption,
.common-slider-wrapper .active-slide .home-caption:before,
.common-slider-wrapper .active-slide .blue-btn {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 1;
}
.view-products-btn,
.discover-more-btn {
  margin-top: 60px;
  width: 200px;
}
.discover-more-btn {
  width: 190px;
}
.contact-us-element {
  position: fixed;
  right: 1.5%;
  bottom: 5%;
  z-index: 999;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.contact-us-image-div svg .a {
  fill: #001e61;
}
.contact-us-element.cblue {
  color: #001e61;
}
.contact-us-image-div {
  width: 69px;
  margin: 0 auto 8px;
}
.contact-us-image-div svg .a {
  stroke: none;
}
.contact-us-element:hover {
  transform: scale(1.1);
}
.section-heading {
  font-size: 42px;
  line-height: 53px;
  margin-bottom: 47px;
  font-weight: inherit;
  font-family: "Proba Pro Md";
}
.know-more-btn {
  margin-top: 156px;
  width: 200px;
  margin-left: 4px;
}
.know-more-banner {
  margin-top: 91%;
  margin-left: -19%;
}
.home-section .bx-prev,
.home-section .bx-next {
  position: absolute;
  top: 45%;
  z-index: 99;
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #001e61;
}
.home-section .bx-prev {
  background-image: url(../images/new-left-arrow.png);
  left: 20px;
}
.home-section .bx-next {
  background-image: url(../images/new-right-arrow.png);
  right: 20px;
}
.global-legacy-right-section {
  text-align: right;
}
.global-legacy-section {
  position: relative;
  background-size: 65%;
  background-position: right center;
  background-repeat: no-repeat;
}
.why-baudouin-slider-wrapper .bx-viewport {
  height: 380px !important;
  padding: 20px 0;
}
.why-baudouin-caption {
  top: 0;
  height: 100%;
  padding: 65% 20px 0;
  width: 100%;
  position: absolute;
  color: #fff;
  z-index: 99;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.why-baudouin-caption img {
  width: 32px;
}
.why-baudouin-slide.active-slide {
  z-index: 9;
}
.why-baudouin-slide img.img-full {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.why-baudouin-slide.active-slide img.img-full,
.why-baudouin-slide.active-slide .why-baudouin-caption {
  transform: scale(1.1, 1.1);
}
.why-baudouin-slide.active-slide .why-baudouin-caption {
  background-color: rgba(0, 83, 139, 0.3);
  background-blend-mode: multiply;
}
.why-baudouin-controls-wrapper {
  width: 13%;
  float: right;
}
.why-baudouin-controls-wrapper div {
  width: 33.3%;
  float: left;
  text-align: center;
  color: #00538b;
  font-size: 16px;
  font-family: "Proba Pro Md";
}
.why-baudouin-slider-pager {
  padding: 2% 0;
}
.why-baudouin-controls-wrapper a {
  display: block;
  font-size: 0;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
#why-baudouin-left a {
  background-image: url(../images/why-baudoin-left-arrow.svg);
}
#why-baudouin-right a {
  background-image: url(../images/why-baudoin-right-arrow.svg);
}
.baudouin-centers-slider-wrapper .bx-prev,
.baudouin-centers-slider-wrapper .bx-next,
.spare-part-slider-wrapper .bx-prev,
.spare-part-slider-wrapper .bx-next,
.baudouin-history-slider-wrapper .bx-prev,
.baudouin-history-slider-wrapper .bx-next {
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 99;
  bottom: 16%;
}
.baudouin-centers-slider-wrapper .bx-prev,
.spare-part-slider-wrapper .bx-prev,
.baudouin-history-slider-wrapper .bx-prev {
  background-image: url(../images/left-arrow-image.png);
  right: 100px;
}
.baudouin-centers-slider-wrapper .bx-next,
.spare-part-slider-wrapper .bx-next,
.baudouin-history-slider-wrapper .bx-next {
  background-image: url(../images/right-arrow-image.png);
  right: 50px;
}
.spare-part-slider-wrapper .bx-prev,
.spare-part-slider-wrapper .bx-next {
  bottom: 9%;
}
.spare-part-slider-wrapper .bx-prev {
  left: -641px;
  right: unset;
}
.spare-part-slider-wrapper .bx-next {
  left: -580px;
  right: unset;
}
.baudouin-history-slider-wrapper .bx-prev,
.baudouin-history-slider-wrapper .bx-next {
  bottom: inherit;
  top: 35%;
}
.baudouin-history-slider-wrapper .bx-prev {
  left: 0;
}
.baudouin-history-slider-wrapper .bx-next {
  right: 0;
}
.baudouin-history-slide {
  padding: 0px 5px;
}
.wide-products-slide-1 {
  background-image: url(../images/wide-products-lower-product-01.jpg);
}
.wide-products-upper-section.section-padding {
  padding: 80px 0 0;
}
.wide-products-right-section {
  padding-top: 20px;
}
.wide-products-lower-section,
.wide-products-lower-slider-wrapper .bx-viewport {
  height: 600px;
}
.wide-products-lower-slider,
.wide-products-lower-slider .slide {
  height: 100%;
}
.wide-products-slide-inner .col-7 {
  padding: 7% 0;
}
.wide-products-slide-inner h3 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.wide-product-heading-link {
  display: inline-block;
}
.wide-product-heading-link:hover h3 {
  color: #99bad0;
}
.wide-product-image-wrapper {
  position: relative;
  width: 450px;
  height: 450px;
}
.wide-product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e9;
  border-radius: 100%;
}
.wide-products-slide-inner p {
  font-size: 18px;
}
.wide-products-slide-inner {
  padding: 3% 0 3%;
}
.wide-product-image-wrapper img {
  position: relative;
  padding-top: 21%;
  margin: auto;
}
.wide-products-slide-1 img {
  width: 81%;
  margin-left: 39px;
  padding-top: 25%;
}
.wide-products-slide-2 img {
  width: 77%;
}
.wide-products-slide-3 img {
  width: 97%;
  margin-left: 34px;
  padding-top: 18%;
}
.wide-products-slide-4 img {
  width: 91%;
  padding-top: 13%;
}
.wide-products-slide-5 img {
  width: 88%;
  padding-top: 20%;
}
.wide-products-list {
  margin-left: 25px;
}
.wide-products-list li {
  list-style-type: disc;
  margin-bottom: 7px;
  font-weight: 500;
}
.wide-products-popup-heading {
  font-size: 23px;
  margin-bottom: 20px;
}
.wide-products-popup {
  padding: 2% 5%;
  width: 65%;
}
.wide-products-view-product {
  margin-top: 20px;
  width: 210px;
}
.wide-products-pagers-slider {
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}
.wide-products-pagers-slider a {
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 20%;
  float: left;
  position: relative;
  text-transform: capitalize;
}
a.wide-products-pagers-slide.active span {
  color: #fff;
  font-weight: 600;
}
#wide-products-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.wide-products-pagers-slider-wrapper {
  position: absolute;
  bottom: 20px;
  width: 1140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.durable-robust-parts-service-section {
  z-index: 1;
}
.durable-robust-item {
  padding: 0 15px;
}
.durable-robust-item-inner {
  width: 100%;
  height: 460px;
  border-radius: 7px;
  overflow-y: hidden;
}
.durable-robust-item-caption {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 75%;
  left: 0;
  height: 270px;
  bottom: -43%;
  padding: 13px 10px 15px 15px;
  z-index: 9;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.durable-robust-item-caption .col-2 {
  padding: 4px 0;
}
.durable-robust-item-caption .col-2 img {
  vertical-align: middle;
}
.durable-robust-item-caption .col-10 {
  font-weight: 700;
  font-size: 17px;
  padding: 0 10px;
}
.durable-robust-item-caption-upper {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.durable-robust-item-inner:hover .durable-robust-item-caption {
  bottom: 0;
}
.durable-robust-items-wrapper .bx-prev,
.durable-robust-items-wrapper .bx-next {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -60px;
  z-index: 99;
  font-size: 0;
}
.durable-robust-items-wrapper .bx-prev {
  left: 20px;
  background-image: url(../images/why-baudoin-left-arrow.svg);
}
.durable-robust-items-wrapper .bx-next {
  right: 20px;
  background-image: url(../images/why-baudoin-right-arrow.svg);
}
.durable-robust-items-wrapper .bx-pager {
  position: absolute;
  width: 75%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -65px;
  z-index: 9;
}
.durable-robust-items-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  width: 33.33%;
}
.durable-robust-items-wrapper .bx-pager .bx-pager-item a {
  display: block;
  background-color: #00538b;
  height: 1px;
  font-size: 0;
}
.durable-robust-items-wrapper .bx-pager .bx-pager-item a.active {
  position: relative;
  top: -2px;
  border-radius: 3px;
  height: 5px;
}
.parts-and-services-section.section-padding {
  padding: 150px 0 150px;
  background-image: url(../images/Parts-n-Service-Network.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.parts-and-services-content {
  background-color: #fff;
  display: inline-block;
  padding: 4%;
  width: 616px;
  border-radius: 6px;
}
.parts-and-services-section .section-heading {
  margin-bottom: 12px;
}
.parts-and-service-know-more-btn {
  margin-top: 20px;
  width: 180px;
}
.news-media-slide {
  display: block;
}
.news-media-content {
  padding: 34px;
  border: 0.5px solid #00538b;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.newstype-date-wrapper {
  font-weight: 800;
  padding-bottom: 13px;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.news-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  height: 47px;
}
.news-short-desc {
  font-size: 16px;
  margin-bottom: 13px;
  height: 100px;
}
.read-more-btn-wrapper {
  font-size: 32px;
}
#news-media-left,
#news-media-right {
  display: inline-block;
  margin-right: 10px;
}
#news-media-left a,
#news-media-right a {
  width: 40px;
  font-size: 0;
  display: block;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
#news-media-left a {
  background-image: url(../images/why-baudoin-left-arrow.svg);
}
#news-media-right a {
  background-image: url(../images/why-baudoin-right-arrow.svg);
}
.news-media-controls-and-readnews-btn-wrapper {
  padding: 40px 0 0;
}
.read-news-btn {
  display: inline-block;
  font-size: 14px;
  width: 150px;
  color: #00538b;
}
.read-news-btn:hover i {
  margin-left: 15px;
}
.news-media-read-news {
  padding: 10px 0;
}
.common-slider-wrapper .home-caption {
  top: 45%;
}
.aboutus-banner-1 {
  background-image: url(../images/aboutus-banner-01.jpg);
  background-position: center -50px;
}
.aboutus-home-section .home-caption:before,
.products-home-section .home-caption:before,
.generator-engines-home-section .home-caption:before,
.contactus-home-section .home-caption:before,
.marine-propulsion-engines-home-section .home-caption:before {
  background-color: #fff;
}
.our-history-section .container,
.generator-engines-overview-section .container,
.baudouin-engine-history-slide .container,
.baudouin-history-section .container,
.compressor-engines-products-section .container,
.contactus-inner-section .container,
.with-our-expertise-section .container,
.our-network-locator-section .container {
  max-width: 980px;
}
.mission-section {
  height: 726px;
  background-color: #00538b;
  background-blend-mode: multiply;
}
.mission-items-wrapper {
  margin-top: 90px;
}
.mission-item {
  padding: 0 15px;
  width: 33.33%;
  float: left;
}
.mission-inner-item {
  background-color: #00538b;
  padding: 50px 0;
  font-size: 18px;
  text-align: center;
  height: 440px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.3);
}
.mission-inner-image {
  height: 137px;
}
.mission-image-01 svg .a {
  fill: #00bbeb;
  stroke: none;
}
.mission-image-01 svg .b {
  fill: #72d3f2;
}
.mission-image-01 svg .d {
  fill: #eafaff;
}
.mission-image-01 svg .e {
  fill: #001f3f;
}
.mission-image-02 svg .a {
  fill: #00bbeb;
}
.mission-image-02 svg .c {
  fill: #eafaff;
}
.mission-image-02 svg .d {
  fill: #001f3f;
}
.mission-image-02 svg .e {
  fill: #fff;
}
.mission-image-03 svg .a {
  fill: #fff;
  stroke: inherit;
}
.mission-title {
  font-size: 24px;
  font-weight: 700;
  padding: 17px 0 21px;
}
.our-research-dev-item {
  padding: 20px 15px !important;
}
.our-research-dev-item-inner {
  padding: 35px 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  height: 216px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 1px 3px 8px rgba(0, 83, 139, 0.4);
}
.our-research-dev-item-inner:hover,
.our-research-dev-item-inner.active-research {
  background-color: #00538b;
  color: #fff;
}
.our-research-dev-item-inner:hover .our-research-dev-right-div path,
.our-research-dev-item-inner.active-research .our-research-dev-right-div path {
  fill: #fff;
}
.our-research-dev-right-div svg .a {
  stroke: none;
}
.world-class-manufacturing-map {
  width: 732px;
}
.sub-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.world-class-dev {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 45%;
  z-index: 9;
}
.world-class-pointers {
  position: absolute;
  z-index: 9;
}
.world-class-country-name {
  color: #00538b;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  padding: 1px 15px;
  background-color: #fff;
  box-shadow: 2px 4px 7px #ccc;
}
.world-class-dot-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  animation-iteration-count: infinite;
}
.country-india {
  text-align: center;
  bottom: 37%;
  right: 30%;
}
.country-india .world-class-country-name {
  position: absolute;
  left: -13px;
  top: 21px;
}
.country-russia {
  bottom: 69%;
  right: 18%;
  text-align: center;
}
.country-france {
  bottom: 53%;
  left: 44%;
}
.country-france .world-class-country-name {
  position: absolute;
  left: -89px;
}
.country-china {
  text-align: center;
  bottom: 45%;
  right: 24%;
}
.country-china .world-class-country-name {
  position: absolute;
  left: 28px;
  top: -7px;
}
.country-germany {
  text-align: center;
  bottom: 59%;
  left: 37%;
}
.country-germany .world-class-country-name {
  margin-left: 85px;
}
.country-italy {
  text-align: center;
  bottom: 50%;
  left: 49%;
}
.country-italy .world-class-country-name {
  position: absolute;
  top: 20px;
  left: 8px;
}
.country-usa {
  text-align: center;
  bottom: 50%;
  left: 18%;
}
.country-usa .world-class-country-name {
  position: absolute;
  left: -66px;
}
@-webkit-keyframes scaleDot {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDot {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.scaleDot {
  -webkit-animation-name: scaleDot;
  animation-name: scaleDot;
}
.world-class-bottom-row {
  padding: 77px 0 0;
}
.world-class-bottom-item {
  padding: 26px 15px !important;
}
.world-class-bottom-desc {
  height: 47px;
  margin-top: 18px;
  font-size: 18px;
}
.baudouin-centers-section {
  z-index: 1;
  padding: 80px 0 0;
  background-color: #00538b;
}
.baudouin-centers-section:before {
  content: "";
  background-color: #00538b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  z-index: -1;
  opacity: 0;
}
.active-baudouin-center-name,
.other-baudouin-center-name {
  padding: 20px 0 0;
}
.baudouin-centers-section .container {
  position: relative;
}
.baudouin-center-name h3 {
  font-size: 15px;
  font-weight: 400;
}
.baudouin-center-name h4 {
  font-size: 22px;
  font-weight: 700;
}
.active-baudouin-center-name .baudouin-center-name {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.other-baudouin-center-name .baudouin-center-name h4 {
  font-size: 20px;
}
.other-baudouin-center-name .baudouin-center-name h3 {
  font-size: 13px;
}
.baudouin-center-slide {
  padding: 0 0 80px;
}
.baudouin-center-slide .baudouin-center-map {
  position: absolute;
  z-index: 9;
}
.baudouin-center-1 .baudouin-center-map {
  top: 0;
  left: 46px;
  width: 465px;
}
.baudouin-center-2 .baudouin-center-map {
  top: 0;
  left: 0;
  width: 530px;
}
.baudouin-center-3 .baudouin-center-map {
  top: 40px;
  left: 0;
  width: 524px;
}
.baudouin-center-4 .baudouin-center-map {
  top: 0;
  left: 114px;
  width: 400px;
}
.baudouin-center-left-section .baudouin-center-name {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.baudouin-center-right-section .baudouin-center-name {
  color: #062236;
}
.baudouin-map-red-dot {
  position: absolute;
  z-index: 9;
}
.baudouin-center-1 .baudouin-center-map .baudouin-map-red-dot {
  bottom: 16%;
  right: 19%;
}
.baudouin-center-2 .baudouin-center-map .baudouin-map-red-dot {
  top: 46%;
  right: 24%;
}
.baudouin-center-3 .baudouin-center-map .baudouin-map-red-dot {
  top: 50%;
  left: 14%;
}
.baudouin-center-4 .baudouin-center-map .baudouin-map-red-dot {
  top: 55%;
  left: 18%;
}
.baudouin-center-name.col-3 {
  padding: 0 20px;
  width: 33.33%;
}
.other-baudouin-center-name .baudouin-center-name:first-child {
  margin-left: 14.5%;
}
.baudouin-engine-history-section {
  height: 795px;
}
.baudouin-engine-history-section.section-padding {
  padding: 50px 0 0;
}
.baudouin-engine-history-caption {
  height: 140px;
}
.baudouin-engine-history-slide {
  z-index: 1;
}
.baudouin-engine-big-history-year {
  position: absolute;
  top: 241px;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "Proba Pro Bold";
  margin: auto;
  width: 1140px;
  text-align: center;
  font-size: 180px;
  z-index: -1;
}
.baudouin-engine-history-year {
  font-size: 22px;
  margin-bottom: 8px;
}
.baudouin-engine-history-title {
  font-size: 36px;
  line-height: 46px;
}
.baudouin-engine-history-right {
  line-height: 28px;
  font-weight: 300;
}
.baudouin-history-engine-common {
  margin: auto;
}
.baudouin-history-engine-common img {
  width: 100%;
  display: block;
}
.baudouin-history-engine-image-1 {
  width: 39%;
}
.baudouin-history-engine-image-2 {
  padding-top: 15px;
  width: 57%;
}
.baudouin-history-engine-image-3 {
  padding-top: 118px;
  width: 57%;
}
.baudouin-history-engine-image-4 {
  padding-top: 105px;
  width: 49%;
}
.baudouin-history-engine-image-5 {
  padding-top: 115px;
  width: 38%;
}
.baudouin-history-engine-image-6 {
  width: 48%;
  padding-top: 119px;
}
.baudouin-engine-history-bottom {
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
  z-index: -1;
}
.baudouin-engine-history-slider-wrapper .bx-prev,
.baudouin-engine-history-slider-wrapper .bx-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.baudouin-engine-history-slider-wrapper .bx-prev {
  background-image: url(../images/new-left-arrow.png);
  left: -2%;
}
.baudouin-engine-history-slider-wrapper .bx-next {
  background-image: url(../images/new-right-arrow.png);
  right: -2%;
}
.baudouin-history-section {
  height: 600px;
  background-color: #00538b;
  background-blend-mode: multiply;
}
.baudouin-history-timeline-svg-container {
  padding: 20px 0;
  position: relative;
  height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  z-index: 9;
}
.baudouin-history-timeline-svg-container path.a {
  fill: none !important;
}
.line-dotted {
  fill: none;
  stroke-dasharray: 4 4;
  stroke-width: 2;
}
@keyframes line-dotted-anim {
  from {
    stroke-dashoffset: 1800;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.baudouin-timeline-anim path.a {
  animation: line-dotted-anim 8s linear forwards;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  stroke-width: 2;
}
.baudouin-history-pager-common {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.baudouin-history-dot {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.baudouin-history-pager-common.active {
  font-weight: 600;
}
.baudouin-history-pager-common.active .baudouin-history-dot:before {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  margin: auto;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.baudouin-history-pager-common.active .baudouin-history-dot:after {
  content: "";
  position: absolute;
  left: -13px;
  right: 0;
  margin: auto;
  top: -13px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.baudouin-history-1 {
  top: 30px;
  left: 12%;
}
.baudouin-history-2 {
  top: 31px;
  left: 27%;
}
.baudouin-history-3 {
  top: 29px;
  left: 40%;
}
.baudouin-history-4 {
  top: 26px;
  left: 61%;
}
.baudouin-history-5 {
  top: 17px;
  left: 75%;
}
.baudouin-history-6 {
  top: 26px;
  left: 90%;
}
.baudouin-history-left-content {
  background-color: #3375a2;
  color: #fff;
  padding: 30px 47px !important;
  float: left;
  width: 426px;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.baudouin-history-right-content {
  float: right;
}
.baudouin-history-right-image {
  width: 474px;
  float: right;
  margin-top: 48px;
  z-index: 9;
}
.baudouin-history-year {
  font-size: 27px;
  margin-bottom: 13px;
  font-family: "Proba Pro Bold";
}
.baudouin-history-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px;
}
.baudouin-history-big-year {
  color: #99bad0;
  font-size: 79px;
  position: absolute;
  top: 22px;
  left: 43%;
  z-index: 1;
  font-family: "Proba Pro Bold";
}
.baudouin-history-slider-wrapper {
  margin: 50px 0 0;
}
.baudouin-history-slider-wrapper .bx-viewport {
  height: 500px !important;
  padding: 40px 0 120px;
}
.our-history-video-wrapper {
  width: 100%;
  height: 480px;
}
#our-history-video {
  width: 100%;
  height: 100%;
}
.our-history-video-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 9;
  text-align: center;
  cursor: pointer;
}
.our-history-video-play-btn {
  background-color: #00538b;
  color: #fff;
  width: 93px;
  height: 93px;
  font-size: 24px;
  padding: 4% 0;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}
.world-class-bottom-item-image {
  height: 315px;
  overflow: hidden;
}
.world-class-bottom-item-image img {
  transform: scale(1.15);
  transition: transform 0.35s;
}
.world-class-bottom-inner:hover .world-class-bottom-item-image img {
  transform: scale(1);
}
.products-banner-1 {
  background-image: url(../images/products-page-banner.jpg);
  background-position: center -35px;
}
.highgrade-quality-section .section-heading {
  margin-bottom: 30px;
}
.products-category-item {
  padding: 30px 15px !important;
}
.products-category-image-div {
  height: 432px;
  overflow: hidden;
}
.products-category-image-div img {
  transform: scale(1.15);
  transition: transform 0.35s;
}
.products-category-name {
  color: #000;
  margin: 18px 0;
  font-size: 18px;
  font-weight: 600;
  height: 25px;
}
.products-category-short-desc {
  height: 75px;
  margin-bottom: 29px;
}
.products-category-button-wrapper .view-category-products-btn {
  width: 157px;
  text-align: center;
}
.products-category-item-inner:hover .products-category-image-div img {
  transform: scale(1);
}
.view-entire-range-btn {
  width: 198px;
}
.generator-engines-banner-1 {
  background-image: url(../images/generator-engines-desktop-banner-1.jpg);
}
.generator-engines-banner-bottom-div,
.compressor-engines-banner-bottom-div {
  background-image: url(../images/Rectangle-1624.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 84px;
  z-index: 9;
}
.generator-engines-banner-bottom-div .container,
.compressor-engines-banner-bottom-div .container {
  height: 100%;
  position: relative;
}
.generator-engines-design-element {
  position: absolute;
  bottom: -20px;
  width: 30%;
  right: 0;
  z-index: 9;
}
.generators-products-section,
.compressor-engines-products-section {
  background-color: #edf3f7;
}
.generators-product-item {
  padding: 15px 15px !important;
}
.generators-product-item-inner {
  background-color: #fff;
  padding: 20px;
  /* max-height: 500px; */
  min-height: 440px;
  border: 1px solid rgba(85, 85, 85, 0.3);
}
.generators-product-model {
  font-size: 16px;
  font-weight: 500;
}
.generators-product-model-number {
  font-size: 17px;
  font-weight: 600;
}
.generators-product-model-image-div {
  height: 220px;
  display: flex;
  align-items: center;
}
.generators-product-specifications {
  max-height: 140px;
}
.generators-product-specification-points {
  padding: 9px 0;
  font-weight: 600;
}
.generators-product-specification-points span {
  font-weight: 400;
  display: inline-block;
  margin-left: 9px;
}
.download-product-brochure-btn {
  width: 100%;
}
.compressor-engines-banner-1 {
  background-image: url(../images/compressor-engine-desktop-banner.jpg);
}
.compressor-engines-design-element,
.pumps-engines-design-element,
.gas-engines-design-element,
.marine-propulsion-engines-design-element {
  position: absolute;
  bottom: -20px;
  width: 30%;
  right: 0;
  z-index: 9;
}
.gas-engines-design-element {
  bottom: -46px;
  width: 42%;
  right: -62px;
}
.marine-propulsion-engines-design-element {
  width: 27%;
}
.compressor-engines-design-element,
.pumps-engines-design-element {
  bottom: 2px;
  width: 29%;
}
#inventory-table {
  display: table;
  width: 100%;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  margin-top: 15px;
}
.inventory-caption {
  display: block;
  width: 100%;
  background: #64e0ef;
  height: 55px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.inventory-header-row {
  background: #8b8b8b;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.inventory-row {
  display: table-row;
}
#inventory-table .inventory-row:nth-child(odd) {
  background-color: #f1f1f1;
}
.inventory-header-row .inventory-cell:first-child {
  background-color: #116ead !important;
}
.inventory-header-row .inventory-cell:nth-child(2),
.inventory-header-row .inventory-cell:nth-child(3),
.inventory-header-row .inventory-cell:nth-child(4) {
  background-color: #00538b !important;
}
.inventory-header-row span:first-child {
  border-top-left-radius: 6px;
}
.inventory-header-row span:last-child {
  border-top-right-radius: 6px;
}
#inventory-table .inventory-row:last-child span:first-child {
  border-bottom-left-radius: 6px;
}
#inventory-table .inventory-row:last-child span:last-child {
  border-bottom-right-radius: 6px;
}
.inventory-cell {
  display: table-cell;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  border: 1px solid rgba(85, 85, 85, 0.1);
}
.inventory-primary {
  text-align: left;
}
.inventory-row input[type="radio"],
.inventory-row input[type="checkbox"] {
  display: none;
}
.pumps-engines-banner-1 {
  background-image: url(../images/pump-engines-desktop-banner.jpg);
}
.gas-engines-banner-1 {
  background-image: url(../images/gas-engines-desktop-banner.webp);
}
.marine-propulsion-banner-1 {
  background-image: url(../images/marine-engine-desktop-banner.jpg);
}
.gas-engines-home-section .home-caption:before,
.contactus-home-section .home-caption:before {
  height: 77px;
}
.contactus-banner {
  background-image: url(https://baudouinindia.com/wp-content/uploads/2024/03/Contact-Page.jpg);
  background-position: center 42%;
}
.contactus-form-section form label,
.enquiry-form-wrapper form label {
  font-size: 12px;
}
.contactus-form-section form input,
.contactus-form-section form select,
.contactus-form-section form textarea,
.enquiry-form-wrapper form input,
.enquiry-form-wrapper form select {
  border: 1px solid rgba(85, 85, 85, 0.4);
  height: 42px;
  background-color: transparent;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.56px;
  color: #000;
  font-family: "Proba Pro";
  padding: 10px;
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
}
.contactus-form-section form .wpcf7-list-item {
  margin: 0 0 0px;
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 22px;
}
.contactus-form-section form .wpcf7-list-item input[type="checkbox"] {
  height: auto;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.contactus-form-section form .iagree .wpcf7-not-valid-tip {
  bottom: -20px;
}
.contactus-form-section form.sent .wpcf7-response-output {
  float: left;
  width: 100%;
  font-size: 23px;
}
.contactus-form-section form textarea {
  height: 145px;
  resize: none;
}
.contactus-form-section form p,
.enquiry-form-wrapper form p {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 0px;
}
.contactus-form-section form .wpcf7-form-control-wrap,
.enquiry-form-wrapper form .wpcf7-form-control-wrap {
  display: block;
}
.contactus-form-section div.wpcf7-mail-sent-ok,
.enquiry-form-wrapper div.wpcf7-mail-sent-ok {
  border: 0;
  float: left;
  width: 100%;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
.contactus-form-section form p span.wpcf7-not-valid-tip,
.enquiry-form-wrapper form p span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 11px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.contactus-form-section form p:nth-child(3),
.contactus-form-section form p:nth-child(4),
.contactus-form-section form p:nth-child(5),
.contactus-form-section form p:nth-child(6),
.contactus-form-section form p:nth-child(7),
.contactus-form-section form p:nth-child(8) {
  width: 50%;
  float: left;
}
.contactus-form-section form input[type="submit"],
.enquiry-form-wrapper form input[type="submit"] {
  background-color: #001e61;
  color: #fff;
  padding: 8px 25px;
  border-radius: 23px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #001e61;
}
.securecap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.contactform-text {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px !important;
}
.contactus-bottom-section {
  height: 560px;
}
.contactus-bottom-section .container {
  height: 100%; /*display:flex;flex-direction:column;align-items:center;justify-content:center*/
  padding: 10% 20px 0;
}
.find-local-partner-btn {
  width: 263px;
  text-align: left;
}
.find-service-provider-btn {
  width: 260px;
  text-align: left;
}
.parts-services-banner {
  background-image: url(../images/parts-services-desktop-banner.png);
}
.with-our-expertise-section.section-padding {
  padding: 60px 0;
}
.with-our-expertise-section p {
  font-size: 24px;
  line-height: 34px;
}
.spare-parts-section {
  height: 800px;
  background-color: #00538b;
  background-blend-mode: multiply;
}
.spare-parts-section .section-heading {
  margin-bottom: 35px;
}
.spare-part-slider-pager {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 100%;
}
.spare-part-slider-pager a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0;
  color: #fff;
  float: left;
  width: 100%;
  position: relative;
}
.spare-part-slider-pager a .col-2 {
  width: 10%;
}
.spare-part-slider-pager a .col-10 {
  width: 90%;
}
.spare-part-slider-wrapper {
  padding: 20px 0;
}
.spare-part-slider-pager a.active:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  border-radius: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.spare-part-slide-desc {
  padding-top: 28px;
}
.spare-part-slide-number {
  color: #3375a2;
  font-weight: 700;
  font-size: 36px;
}
.spare-part-slide-detail-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 15px;
}
.services-item,
.solution-item {
  padding: 20px 15px !important;
}
.services-item-image,
.solution-item-image {
  height: 260px;
  overflow: hidden;
}
.services-item-image img,
.solution-item-image img {
  transform: scale(1.15);
  transition: transform 0.35s;
}
.service-title,
.solution-title {
  font-size: 18px;
  padding: 27px 0;
}
.service-desc,
.solution-desc {
  max-height: 145px;
}
.services-item-inner:hover .services-item-image img,
.solution-item-inner:hover .solution-item-image img {
  transform: scale(1);
}
.reachus-section {
  height: 560px;
  position: relative;
  z-index: 9;
}
.reachus-inner-section {
  height: 100%;
}
.reachus-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Path-8864.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 276px;
  height: 100%;
  z-index: -2;
}
.reachus-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Rectangle-1123.svg);
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  width: 80%;
  height: 100%;
  z-index: -1;
}
.reachus-section .container {
  height: 100%;
  max-width: 980px;
  color: #fff;
}
.reachus-options {
  padding: 30px 0;
}
.reachus-option-desc a {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.reachus-bottom-btn-wrapper {
  margin-top: 30px;
}
.solution-section {
  background: #fff;
  background: -webkit-linear-gradient(to bottom, #ccdce8, #fff);
  background: linear-gradient(to bottom, #ccdce8, #fff);
}
.download-service-section {
  height: 420px;
}
.download-service-section .subtitle {
  margin-bottom: 10px;
}
.download-service-section .section-heading {
  margin-bottom: 25px;
}
.download-service-btn {
  width: 156px;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.our-network-section.section-padding,
.our-network-locator-section.section-padding,
.privacy-policy-section.section-padding {
  padding: 50px 0;
}
.our-network-locator-section {
  background-color: rgba(204, 220, 232, 0.2);
}
.our-network-section .section-heading {
  margin-bottom: 30px;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .search_filter > p:first-child,
#asl-storelocator.asl-p-cont.asl-bg-0 .store-locator h4,
#asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow .phone > b,
#asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow .address,
#asl-storelocator.asl-p-cont.asl-bg-0 .btn-default,
#asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow .categories,
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title,
#asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow > h3 {
  color: #0d538b;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  font-size: 16px;
  font-weight: 500;
}
#asl-storelocator.asl-p-cont.asl-bg-0
  .col-xs-12.search_filter
  .sl-search-group
  > span,
#asl-storelocator.asl-p-cont.asl-bg-0
  .col-xs-12.search_filter
  .asl-store-search
  > span,
#asl-storelocator.asl-p-cont.asl-bg-0
  #asl-geolocation-agile-modal
  .btn.btn-default,
#asl-storelocator.asl-p-cont.asl-bg-0 .inside.search_filter .Num_of_store {
  background: #0d538b repeat scroll 0 0;
}
#asl-storelocator.asl-p-cont.asl-bg-0 #style_1.infoWindow a.action {
  background: #0d538b repeat scroll 0 0 !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-cont button,
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-cont .btn.btn-asl {
  background-color: #0d538b;
}
#asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .p-area .glyphicon,
#asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .p-area {
  margin-bottom: 8px;
  font-size: 13px;
}
#asl-storelocator.asl-p-cont .col-xs-12.inside.search_filter {
  padding-top: 12px;
}
#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item {
  padding: 15px 10px 15px 10px;
}
.asl-p-cont .btn {
  font-weight: 600;
}
#asl-storelocator.asl-p-cont.container .panel-inner .sl-item .glyphicon {
  color: #0d538b;
  font-size: 12px !important;
}
#asl-storelocator.asl-p-cont .panel-inner .addr-sec .p-area {
  padding-left: 23px !important;
}
body #asl-storelocator.asl-p-cont.container.storelocator-main .sl-item a {
  font-size: 13px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.addr-sec,
.mt-10.distance .col-xs-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.our-network-locator-header {
  background-color: #7a9abf;
  border-radius: 6px;
  height: 80px;
  padding: 30px;
  color: #fff;
}
.our-network-locator-header .col-2 {
  width: 33%;
}
.our-network-locator-header input[type="checkbox"] {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.location-option span {
  padding: 0 4px;
}
.location-order-btn {
  font-size: 20px;
  margin-left: 15px;
}
.location-search-dropdown {
  margin-left: 15px;
}
.location-search-dropdown select {
  background-color: #7a9abf;
  mix-blend-mode: multiply;
  color: #fff;
  font-size: 18px;
  width: 220px;
  font-family: "Proba Pro";
  height: 32px;
  border-radius: 6px;
}
.location-search-dropdown select option {
  font-family: "Proba Pro";
}
.search-manuals-box {
  background-color: #dcdcdc;
  padding: 25px;
}
.search-manuals-box h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.search-manuals-box select {
  background-color: #fff;
}
.search-manuals-box select,
.search-manuals-box input[type="text"] {
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-family: "Proba Pro";
  padding: 10px;
}
.search-manuals-box .col-4,
.search-manuals-box .col-3 {
  padding: 10px 15px;
}
.search-manuals-box .col-9 {
  padding: 18px 15px;
}
.manuals-checkbox-wrapper {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
.manuals-checkbox-wrapper input[type="checkbox"] {
  width: 15px !important;
  height: 15px;
}
.manual-search-btn {
  background-color: #001e61;
  display: block;
  width: 100%;
  height: 45px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Proba Pro";
}
.search-result-div {
  background-color: #fff;
  padding: 15px;
  margin-top: 23px;
  border-radius: 6px;
}
.search-location-item {
  height: 260px;
  padding: 15px;
  border-top: 1px solid rgba(122, 154, 191, 0.4);
  position: relative;
}
.search-location-item.search-location-item-genset {
  height: 360px;
}
.search-location-item.search-location-item-genset .col-12:nth-child(4) {
  border-bottom: 1px solid rgba(122, 154, 191, 0.4);
}
.search-location-item.search-location-item-genset .col-12:nth-child(5) {
  margin-top: 15px;
}
.search-location-title {
  font-size: 16px;
  font-weight: 600;
  color: #0d538b;
  height: 50px;
}
.search-location-address {
  height: 90px;
}
.genset-location-state {
  height: 45px;
}
.search-location-call-number,
.search-location-email-address,
.search-location-contact-person {
  height: 40px;
}
.loc-ad-cont a {
  color: #0d538b;
  text-decoration: underline;
}
.search-result-div h3 {
  margin-bottom: 20px;
}
.search-location-item:nth-child(even) {
  border-right: 0;
  padding-left: 50px;
}
.search-location-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  border-right: 1px solid rgba(122, 154, 191, 0.4);
}
.search-location-item:nth-child(even):after {
  display: none;
}
.loc-ad-icon i {
  color: #0d538b;
  width: 18px;
  height: 26px;
}
.manual-box-output-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.manual-box-output-table caption {
  font-size: 1.5em;
  margin: 1em 0 0.75em;
  color: #001e61;
  font-weight: 600;
}
.manual-box-output-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.manual-box-output-table th,
.manual-box-output-table td {
  padding: 0.625em;
  text-align: center;
  font-size: 13px;
  height: 60px;
}
.manual-box-output-table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00538b;
}
.manual-box-output-table-wrapper {
  padding: 0 15px;
}
.glass {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}
#product-category-value {
  text-transform: capitalize;
}
#gallery-load-more.blue-btn {
  width: 150px;
  text-align: center;
  text-transform: capitalize;
  margin: auto;
  display: block;
  display: table;
}
#network-load-more.blue-btn {
  width: 150px;
  text-align: center;
  text-transform: capitalize;
  margin: auto;
  display: block;
  display: table;
}
.products-filter-table-title {
  background-color: #b8d4e6;
  padding: 30px 15px;
}
.products-filter-title-model-name {
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
}
.products-filter-engine-model-head {
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
}
.products-filter-column {
  border: 0.5px solid rgba(179, 179, 179, 0.4);
  height: 100px;
  padding: 15px;
}
.products-filter-model-title {
  color: #333333;
  font-weight: 600;
}
.products-filter-detail-odd-row {
  background-color: #fff;
}
.products-filter-detail-even-row {
  background-color: #f1f1f1;
}
.search-product-text {
  display: inline-block;
  padding-right: 15px;
}
.products-filter-dropdown-wrapper {
  text-align: right;
  padding: 20px 0px;
}
.products-filter-dropdown {
  border: 1px solid #7c7c90;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: transparent;
  font-size: 16px;
  font-family: "Proba Pro";
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  .hundred-years-design-element {
    right: 50px;
  }
  .aboutus-banner-1,
  .contactus-banner,
  .products-banner-1,
  .home-banner-2,
  .home-banner-3,
  .home-banner-5 {
    background-position: center center;
  }
  .baudouin-history-1 {
    top: 46px;
  }
  .baudouin-history-5 {
    top: 21px;
  }
  .baudouin-history-4 {
    top: 24px;
  }
  .baudouin-history-6 {
    top: 25px;
    left: 84%;
  }
  .generator-engines-design-element {
    width: 38%;
  }
  .compressor-engines-design-element {
    width: 40%;
    bottom: 15%;
  }
  .pumps-engines-design-element {
    width: 40%;
    bottom: -20%;
  }
  .gas-engines-design-element {
    width: 60%;
    right: -89px;
    bottom: -74px;
  }
  .download-service-section {
    height: 500px;
  }
  .wide-products-lower-section,
  .wide-products-lower-slider-wrapper .bx-viewport {
    height: 800px;
  }
  .wide-products-slide-inner {
    padding: 15% 0;
  }
  .marine-propulsion-engines-design-element {
    width: 34%;
  }
  .popup {
    margin: 80px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .aboutus-banner-1,
  .contactus-banner,
  .products-banner-1,
  .home-banner-2,
  .home-banner-3,
  .home-banner-5 {
    background-position: center center;
  }
  .section-heading {
    font-size: 29px;
    line-height: 37px;
  }
  .download-service-section .subtitle {
    margin-bottom: 6px;
  }
  .popup {
    margin: 80px auto;
  }
}
@media all and (max-width: 1023px) {
  header {
    background-color: #fff;
    height: 80px;
  }
  .hidden-portrait {
    display: none !important;
  }
  .visible-portrait {
    display: block !important;
  }
  .col-sm-1 {
    width: 8.333333333333333%;
  }
  .col-sm-2 {
    width: 16.66666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333333333%;
  }
  .col-sm-8 {
    width: 66.66666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333333%;
  }
  .col-sm-11 {
    width: 91.66666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  header .brand-logo {
    padding: 16px 0;
  }
  .menu-div {
    position: fixed;
    top: 0;
    right: -40%;
    z-index: 999;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 40%;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    height: 100%;
  }
  .showmenu {
    right: 0 !important;
  }
  .close-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    border: 2px solid #fff;
    padding: 3px 10px;
    z-index: 99;
    cursor: pointer;
  }
  .menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .menu-list li {
    display: block;
    padding: 4px 0;
  }
  .menu-list li a {
    display: block;
    font-size: 18px;
    text-align: left;
    padding: 9px 25px;
    border-right: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }
  .menu-list li a.active {
    font-weight: 900;
    color: #0d538b;
  }
  .submenu-div {
    position: relative;
    top: inherit;
    left: 0;
    width: auto;
    background-color: transparent;
  }
  .submenu-div ul li a {
    padding: 9px 25px;
    border-bottom: 0;
  }
  .has-submenu:hover .submenu-div {
    display: none;
  }
  .hidden-xs.hidden-portrait.has-submenu {
    display: none !important;
  }
  .visible-xs.visible-portrait.has-submenu {
    display: block !important;
  }
  .mobile-footer {
    width: 100%;
    z-index: 999;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
  }
  .mob-number {
    background-color: #01aae6;
    padding: 5px 0;
  }
  .mob-number a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  .call-btn {
    background: #fff;
    padding: 5px 5px;
  }
  .callnumber span {
    padding: 0 6px;
  }
  .callnumber img {
    width: 17px;
  }
  .callnumber {
    padding-right: 7px;
    border-right: 1px solid #ccc;
    margin-left: 0;
  }
  .callnumber.hidden-portrait {
    display: none !important;
  }
  .enquire-now-btn.hidden-portrait {
    display: none !important;
  }
  .mobile-enquire-button {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0 !important;
    background-color: #ef7014;
  }
  .enquire-form-wrapper {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 30px;
    z-index: 999;
    padding: 68px 15px 50px;
    position: fixed;
  }
  .section-padding {
    padding: 40px 0;
  }
  .footer-about.col-4 {
    width: 29%;
  }
  .social-links-wrapper.col-2 {
    width: 20.667%;
  }
  .social-links li a {
    margin-right: 3px;
  }
  .page-div {
    margin-top: 80px;
  }
  .common-slider-wrapper .slide,
  .common-slider-wrapper-new .slide {
    height: 92vh;
  }
  .common-slider-wrapper .bx-viewport,
  .common-slider-wrapper-new .bx-viewport {
    width: 100% !important;
  }
  .home-section.common-slider-wrapper-new .slide {
    height: 92vh;
  }
  .home-banner-1 {
    background-position: 83% center;
  }
  .home-banner-2 {
    background-position: 83% center;
  }
  .home-banner-3 {
    background-position: 83% center;
  }
  .home-banner-4 {
    background-position: 83% center;
  }
  .home-caption {
    margin-left: 22px;
    top: 43%;
  }
  .line-1 {
    font-size: 24px;
    line-height: 45px;
  }
  .contact-us-element {
    color: #001e61;
  }
  .mob-search-btn {
    background-color: #d8eaf5;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    border-radius: 100%;
    margin: 24px 20px 10px 0;
    cursor: pointer;
  }
  .search-form-wrapper {
    display: none;
    width: 300px;
    top: 80px;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 12px 15px;
    z-index: 99;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .search-form-wrapper:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.83);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    right: 66px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .search-form-wrapper .search-submit-btn {
    top: 14px;
    right: 19px;
  }
  .global-legacy-left-section img {
    width: 65%;
    margin: auto;
  }
  .why-baudouin-slider {
    margin-left: -8%;
    margin-right: -8%;
    position: relative;
  }
  .why-baudouin-caption {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .why-baudouin-slider-wrapper .bx-viewport {
    height: 400px !important;
  }
  .why-baudouin-slide.active-slide .why-baudouin-caption {
    opacity: 1;
  }
  .why-baudouin-controls-wrapper {
    width: 30%;
    float: none;
    margin: auto;
  }
  .section-heading {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .wide-products-lower-section {
    height: auto;
  }
  .wide-product-image-wrapper {
    margin: auto;
  }
  .wide-products-pagers-slider {
    border-top: 0;
  }
  .wide-products-pagers-slider-wrapper .bx-prev,
  .wide-products-pagers-slider-wrapper .bx-next {
    display: block;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 23%;
    z-index: 99;
  }
  .wide-products-pagers-slider-wrapper .bx-prev {
    background-image: url(../images/left-arrow-image.png);
    left: 0;
  }
  .wide-products-pagers-slider-wrapper .bx-next {
    background-image: url(../images/right-arrow-image.png);
    right: 0;
  }
  .wide-products-pagers-slider a {
    text-align: center;
    padding: 20px 0;
  }
  .wide-products-pagers-slider a span {
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;
  }
  .wide-products-slide-inner .col-7 {
    padding: 7% 0;
  }
  .wide-products-pagers-slider-wrapper {
    width: 90%;
  }
  .wide-products-lower-section,
  .wide-products-lower-slider-wrapper .bx-viewport {
    height: 870px !important;
  }
  #wide-products-pager a.active:before {
    display: none;
  }
  .wide-products-pagers-slider-wrapper .bx-viewport {
    height: auto !important;
  }
  .durable-robust-item-inner {
    width: auto;
  }
  .durable-robust-item {
    padding: 0;
  }
  .durable-robust-items-wrapper.row {
    margin-left: 0;
    margin-right: 0;
  }
  .wide-products-slide-inner h3 {
    font-size: 27px;
  }
  .durable-robust-item.robust-active .durable-robust-item-caption {
    bottom: 0;
  }
  .aboutus-banner-1 {
    background-position: 80% center;
  }
  .baudouin-history-section {
    height: auto;
  }
  .baudouin-history-left-content {
    width: 100%;
    height: auto;
  }
  .baudouin-history-slider-wrapper .bx-viewport {
    height: auto !important;
    padding: 0 0 150px;
  }
  .baudouin-history-big-year {
    left: unset;
    width: 100%;
    float: left;
    font-size: 72px;
    text-align: center;
    top: 24px;
  }
  .baudouin-history-right-image {
    width: 95%;
    float: none;
    margin: 48px auto 20px;
  }
  .baudouin-history-title {
    font-size: 30px;
  }
  .baudouin-history-timeline-svg-container {
    bottom: 50px;
  }
  .baudouin-history-1 {
    top: 33px;
    left: 10%;
  }
  .baudouin-history-2 {
    top: 34px;
    left: 27%;
  }
  .baudouin-history-3 {
    top: 31px;
    left: 43%;
  }
  .baudouin-history-4 {
    top: 29px;
    left: 61%;
  }
  .baudouin-history-5 {
    top: 25px;
    left: 75%;
  }
  .baudouin-history-6 {
    top: 30px;
    left: 88%;
  }
  .baudouin-engine-big-history-year {
    text-align: center;
    width: 100%;
    font-size: 105px;
  }
  .baudouin-engine-history-section {
    height: 730px;
  }
  .baudouin-history-engine-common {
    margin: auto;
  }
  .baudouin-history-engine-image-1 {
    width: 50%;
  }
  .baudouin-history-engine-image-2 {
    padding-top: 102px;
    width: 58%;
  }
  .baudouin-history-engine-image-3 {
    padding-top: 186px;
    width: 56%;
  }
  .baudouin-history-engine-image-4 {
    padding-top: 160px;
    width: 49%;
  }
  .baudouin-history-engine-image-5 {
    padding-top: 145px;
    width: 48%;
  }
  .baudouin-history-engine-image-6 {
    width: 48%;
    padding-top: 165px;
  }
  .mission-inner-image img {
    width: 90px;
  }
  .mission-inner-image {
    height: 110px;
  }
  .world-class-dev {
    position: relative;
    bottom: inherit;
    width: 100%;
  }
  .world-class-bottom-desc {
    margin-top: 10px;
  }
  .baudouin-center-slide {
    padding: 200px 0 30px;
  }
  .baudouin-centers-section {
    padding: 40px 0 0;
  }
  .baudouin-centers-section:before {
    height: 100%;
  }
  .baudouin-center-1 .baudouin-center-map,
  .baudouin-center-2 .baudouin-center-map,
  .baudouin-center-3 .baudouin-center-map,
  .baudouin-center-4 .baudouin-center-map {
    width: 40% !important;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .baudouin-map-red-dot {
    width: 30px;
  }
  .baudouin-map-red-dot img {
    width: 100%;
    display: block;
  }
  .baudouin-center-4 .baudouin-center-map {
    width: 35% !important;
  }
  .active-baudouin-center-name {
    padding: 20px 0 0;
    text-align: center;
  }
  .other-baudouin-center-name .baudouin-center-name:first-child {
    margin-left: 0;
  }
  .baudouin-centers-slider-wrapper .bx-prev,
  .baudouin-centers-slider-wrapper .bx-next {
    top: inherit;
    bottom: 5%;
  }
  .baudouin-centers-slider-wrapper .bx-prev {
    left: 0;
  }
  .baudouin-centers-slider-wrapper .bx-next {
    right: 0;
  }
  .baudouin-center-right-section .baudouin-center-name {
    width: 50%;
  }
  .baudouin-center-left-section .baudouin-center-name {
    margin-top: 255px;
  }
  .our-research-dev-item-inner {
    padding: 15px;
    font-size: 16px;
    height: 200px;
  }
  .home-contactus-caption {
    top: inherit;
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    padding: 50px 0 40px;
    text-align: center;
  }
  .home-contactus-caption h3 {
    margin-bottom: 20px;
  }
  .contact-us-person-image {
    position: relative;
    width: 80%;
    margin: auto;
  }
  .home-contactus-upper-section {
    height: auto;
  }
  .home-contactus-upper-section.section-padding {
    padding: 40px 0 0;
  }
  .home-contactus-item {
    font-size: 14px;
  }
  .home-contactus-item img {
    width: 30px;
    vertical-align: middle;
  }
  .home-contactus-item:nth-child(2) {
    padding-left: 8px;
  }
  .parts-and-services-section.section-padding {
    padding: 100px 0 410px;
    background-position: center bottom;
    background-size: contain;
    background-attachment: unset;
  }
  .durable-robust-parts-service-section:before {
    background-size: 100%;
    background-position: bottom right;
  }
  .our-history-section .container {
    padding: 0;
  }
  .our-history-inner-content {
    padding: 0 20px;
  }
  .our-history-section.section-padding {
    padding: 40px 0 0;
  }
  .products-banner-1 {
    background-position: 76% center;
  }
  .products-category-name {
    height: 56px;
  }
  .products-category-short-desc {
    height: 140px;
  }
  .generator-engines-banner-bottom-div,
  .compressor-engines-banner-bottom-div {
    height: 75px;
  }
  .contactus-form-section form p {
    padding: 0 3px;
  }
  .parts-services-banner {
    background-position: 80% center;
  }
  .spare-parts-section {
    height: 870px;
  }
  .spare-part-slider-wrapper .bx-prev,
  .spare-part-slider-wrapper .bx-next {
    bottom: 0;
  }
  .spare-part-slider-wrapper .bx-prev {
    left: 0;
  }
  .spare-part-slider-wrapper .bx-next {
    left: 50px;
  }
  .service-desc,
  .solution-desc {
    height: auto;
  }
  .reachus-section .container {
    padding: 40px 20px;
  }
  .reachus-section {
    height: 990px;
    background-repeat: no-repeat;
    background-image: url(../images/reachus-mobile-bg.png) !important;
    background-size: contain;
    background-position: center bottom;
  }
  .reachus-section:before {
    width: 100%;
    height: 406px;
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(to bottom, #292933, #fff);
    background: linear-gradient(to bottom, #292933, #fff);
  }
  .reachus-section:after {
    display: none;
  }
  .reachus-option-image {
    padding: 17px 0;
  }
  .reachus-option-image img {
    vertical-align: middle;
  }
  .reachus-common-option .col-sm-2 {
    width: 10%;
  }
  .reachus-common-option .col-sm-10 {
    width: 90%;
  }
  .download-service-section {
    background-position: 37% center;
  }
  .privacy-policy-section .section-heading {
    margin-bottom: 35px;
  }
  .privacy-policy-section .sub-title {
    font-size: 18px;
  }
  .search-location-item,
  .search-location-item.search-location-item-genset {
    height: auto;
  }
  .search-location-title,
  .search-location-address,
  .search-location-call-number,
  .search-location-email-address,
  .genset-location-state,
  .search-location-contact-person {
    height: auto;
    margin-bottom: 15px;
  }
  .search-location-title {
    margin-bottom: 20px;
  }
  .search-location-item {
    border-right: 0;
    padding: 15px 0;
  }
  .search-location-item:after {
    display: none;
  }
  .search-location-item:nth-child(even) {
    padding-left: 0;
  }
  .durable-robust-parts-service-section {
    background-position: center bottom;
    background-size: contain;
    background-attachment: inherit;
  }
  .world-class-bottom-item-image {
    height: 205px;
  }
  .other-baudouin-center-name .baudouin-center-name.col-3:first-child {
    margin-left: 0;
  }
  .services-item-image,
  .solution-item-image {
    height: 165px;
  }
  .global-legacy-section {
    background-position: right center;
    background-size: 100%;
  }
  .products-category-image-div {
    height: 277px;
  }
  .home-caption:before {
    height: 118px;
  }
  .home-section .bx-prev,
  .home-section .bx-next {
    top: 48%;
  }
  .home-section .bx-prev {
    left: 15px;
  }
  .home-section .bx-next {
    right: 15px;
  }
  .world-class-bottom-row {
    padding: 0;
  }
  .generators-product-model-image-div {
    height: 195px;
  }
  .download-product-brochure-btn {
    padding: 8px 0;
  }
  .download-product-brochure-btn .col-9 {
    width: 80%;
  }
  .download-product-brochure-btn .col-3 {
    width: 20%;
  }
  .search-manuals-box {
    padding: 25px 15px;
  }
  .search-manuals-box .col-4,
  .search-manuals-box .col-3 {
    padding: 10px 5px;
  }
  .manuals-checkbox-wrapper {
    font-size: 15px;
  }
  .manual-box-output-table td {
    word-break: break-word;
  }
  .wide-products-slide-1 {
    background-image: url(../images/wide-products-lower-mobile-product-01.jpg);
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 1em;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .col-xs-1 {
    width: 8.333333333333333%;
  }
  .col-xs-2 {
    width: 16.66666666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333333333333%;
  }
  .col-xs-5 {
    width: 41.66666666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333333333333%;
  }
  .col-xs-8 {
    width: 66.66666666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333333333333%;
  }
  .col-xs-11 {
    width: 91.66666666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-12-5 {
    width: 20%;
  }
  header {
    padding: 0;
    height: 60px;
  }
  header .brand-logo {
    width: 100%;
  }
  .left-header {
    width: 45%;
  }
  .right-header {
    width: 55%;
  }
  .burger-menu {
    padding: 10px 0 0 0 !important;
  }
  .menu-div {
    width: 80%;
    right: -80%;
  }
  .mob-search-btn {
    margin: 17px 20px 11px 0;
  }
  .search-form-wrapper {
    width: 100%;
    padding: 11px 20px;
    top: 70px;
  }
  .search-form-wrapper .search-submit-btn {
    top: 22%;
  }
  .page-div {
    margin-top: 60px;
  }
  .home-banner-1 {
    background-image: url(../images/Gas-&-Engine-Manufacturers-In-India-mobile.png);
    background-position: center bottom;
  }
  .home-banner-7 {
    background-image: url(../images/Baudouin-Event-Banner-Mobile.png);
    background-position: center bottom;
  }

  .event-banner {
    position: relative;
    width: 100%;
    height: 100vh;

    .event-content {
      position: absolute;
      top: 3% !important;
      left: 0%;
      right: 0%;
      color: #fff;

      .logo {
        width: 130px !important;
        margin-bottom: 1rem !important;
        margin-left: auto !important;
        display: block !important;
      }

      h2 {
        color: #fff !important;
        text-align: center !important;
        font-size: 22px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 34px !important;
        max-width: 80% !important;
        margin: 0 auto !important;

        span {
          color: #fff !important;
          font-size: 28px !important;
          font-style: normal !important;
          font-weight: 900 !important;
          line-height: 34px !important;
        }

        margin-bottom: 5px !important;
      }

      p {
        color: #fff !important;
        text-align: center !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        margin-bottom: 5px !important;
      }

      .event-location,
      .event-date {
        color: #fff !important;
        font-size: 16px !important;
        text-align: center !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        span {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
        }
      }

      .countdown {
        display: flex;
        gap: 3px !important;
        justify-content: center !important;

        div {
          text-align: center;
          min-width: 70px;

          span {
            color: #fff;
            text-align: center;
            font-size: 24.107px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1.687px;
            display: block;
          }

          small {
            color: #fff;
            text-align: center;
            font-size: 9.04px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.633px;
          }
        }
      }

      .line {
        width: 100% !important;
        height: 3.734px;
        background: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 1) 50%,
          rgba(0, 0, 0, 0) 100%
        );
        border-radius: 2px;
        margin-bottom: 20px;
      }

      a {
        margin: 10px auto !important;
        display: flex !important;
        justify-content: center !important;
      }
    }
  }
  /* .home-banner-1{background-image:url('https://baudouinindia.com/wp-content/uploads/2024/11/Website-Banner-03-scaled.jpg');background-position:center bottom} */
  .hundred-years-design-element {
    width: 43%;
    top: 3%;
    right: 18%;
  }
  .hundred-years-design-element img {
    width: 100%;
    display: block;
  }
  .home-caption:before {
    display: none;
  }
  .home-caption {
    padding-left: 0;
    left: 0;
    text-align: center;
    width: 100%;
    top: 20%;
    margin-left: 0;
  }
  .home-banner-1 .home-caption {
    top: 33%;
  }
  .common-slider-wrapper .home-caption {
    top: 22%;
    padding: 0px 10px;
  }
  .line-1 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 6px;
  }
  .line-2 {
    font-size: 18px;
  }
  .line-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .view-products-btn,
  .discover-more-btn {
    width: 165px;
    margin-top: 15px;
  }
  .view-products-btn .col-8 {
    width: 70%;
  }
  .view-products-btn .col-4 {
    width: 30%;
  }
  .why-baudouin-slider-container {
    width: 100%;
    padding: 0;
  }
  .why-baudouin-slider {
    margin-left: -55%;
    margin-right: -55%;
  }
  .why-baudouin-controls-wrapper {
    width: 40%;
  }
  .wide-products-lower-slider-wrapper {
    width: 100%;
  }
  .wide-product-image-wrapper {
    width: 330px;
    height: 330px;
  }
  .wide-products-slide-inner h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .wide-products-lower-section,
  .wide-products-lower-slider-wrapper .bx-viewport {
    height: 770px !important;
  }
  .wide-products-pagers-slider-wrapper .bx-viewport {
    height: auto !important;
  }
  .wide-products-slide-1,
  .wide-products-slide-2,
  .wide-products-slide-3,
  .wide-products-slide-4,
  .wide-products-slide-5 {
    background-position: 22% center;
  }
  .durable-robust-section .container {
    padding: 0;
  }
  .durable-robust-section .section-heading {
    width: 90%;
    margin: 0 auto 20px;
  }
  .durable-robust-item {
    padding: 0 15px;
  }
  .durable-robust-item-caption {
    width: 89%;
  }
  .durable-robust-parts-service-section:before {
    background-image: url(../images/Parts-n-service-mobile-bg.jpg);
  }
  .durable-robust-items-wrapper .bx-pager {
    width: 65%;
  }
  .parts-and-services-content {
    width: 100%;
  }
  .parts-and-services-section.section-padding {
    padding: 80px 0 250px;
  }
  .news-media-content {
    padding: 20px;
  }
  .read-more-btn-wrapper {
    font-size: 22px;
  }
  .global-legacy-left-section img {
    width: 100%;
    margin: auto;
  }
  .section-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .our-history-video-wrapper {
    height: 240px;
  }
  .our-history-video-play-btn {
    width: 65px;
    height: 65px;
    padding: 6% 0;
  }
  .baudouin-history-slider-wrapper {
    margin: 70px 0 0;
  }
  .baudouin-history-big-year {
    font-size: 54px;
  }
  .baudouin-history-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 38px;
  }
  .baudouin-history-left-content {
    padding: 30px 20px !important;
  }
  .baudouin-history-pager-common {
    font-size: 9px;
  }
  .baudouin-history-1 {
    top: 38px;
    left: 4%;
  }
  .baudouin-history-2 {
    top: 37px;
    left: 19%;
  }
  .baudouin-history-3 {
    top: 35px;
    left: 36%;
  }
  .baudouin-history-4 {
    top: 34px;
    left: 53%;
  }
  .baudouin-history-5 {
    top: 34px;
    left: 69%;
  }
  .baudouin-history-6 {
    top: 34px;
    left: 85%;
  }
  .baudouin-engine-history-slide .container {
    padding: 0;
  }
  .baudouin-engine-history-caption {
    height: 100px;
  }
  .baudouin-engine-history-slider-wrapper .bx-viewport {
    height: 500px !important;
  }
  .baudouin-engine-history-title {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 10px;
  }
  .baudouin-engine-big-history-year {
    top: 110px;
    font-size: 50px;
  }
  .baudouin-engine-history-section {
    height: 650px;
  }
  .baudouin-engine-history-slider-wrapper .bx-prev {
    left: -2%;
  }
  .baudouin-engine-history-slider-wrapper .bx-next {
    right: -2%;
  }
  .baudouin-engine-history-right {
    position: absolute;
    top: 360px;
  }
  .baudouin-engine-history-bottom {
    bottom: 255px;
  }
  .baudouin-history-engine-image-1 {
    width: 47%;
    padding-top: 0;
  }
  .baudouin-history-engine-image-2 {
    padding-top: 28px;
    width: 62%;
  }
  .baudouin-history-engine-image-3 {
    padding-top: 51px;
    width: 60%;
  }
  .baudouin-history-engine-image-4 {
    padding-top: 47px;
    width: 58%;
  }
  .baudouin-history-engine-image-5 {
    padding-top: 30px;
    width: 55%;
  }
  .baudouin-history-engine-image-6 {
    width: 61%;
    padding-top: 34px;
  }
  .mission-section {
    height: auto;
  }
  .mission-item {
    width: 100%;
    padding: 15px 15px;
  }
  .mission-inner-item {
    height: auto;
  }
  .world-class-manufacturing-map {
    width: 300px;
    margin: auto;
    float: none !important;
  }
  .world-class-dev {
    padding-top: 30px;
  }
  .world-class-country-name {
    font-size: 10px;
    line-height: 16px;
    padding: 1px 6px;
  }
  .country-germany {
    left: 37%;
  }
  .country-germany .world-class-country-name {
    margin-left: 42px;
  }
  .country-usa .world-class-country-name {
    left: -40px;
  }
  .country-france .world-class-country-name {
    left: -46px;
  }
  .country-india .world-class-country-name {
    left: -4px;
  }
  @-webkit-keyframes scaleDot {
    0% {
      -webkit-transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  @keyframes scaleDot {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .world-class-bottom-item {
    padding: 15px 15px;
  }
  .world-class-bottom-desc {
    height: auto;
  }
  .baudouin-center-right-section .baudouin-center-name {
    color: #fff;
  }
  .other-baudouin-center-name {
    padding: 8px 0 0 0;
  }
  .other-baudouin-center-name .col-3 {
    width: 33.33%;
    padding: 0;
  }
  .baudouin-center-map .baudouin-map-red-dot {
    width: 20px;
  }
  .other-baudouin-center-name .baudouin-center-name h4 {
    font-size: 12px;
  }
  .other-baudouin-center-name .baudouin-center-name h3 {
    font-size: 10px;
    font-weight: 500;
  }
  .active-baudouin-center-name .baudouin-center-name h4 {
    font-size: 18px;
  }
  .active-baudouin-center-name .baudouin-center-name h3 {
    font-size: 13px;
  }
  .baudouin-center-1 .baudouin-center-map,
  .baudouin-center-2 .baudouin-center-map,
  .baudouin-center-3 .baudouin-center-map,
  .baudouin-center-4 .baudouin-center-map {
    width: 57% !important;
  }
  .baudouin-center-slide {
    padding: 150px 0 50px;
  }
  .baudouin-centers-slider-wrapper .bx-prev,
  .baudouin-centers-slider-wrapper .bx-next {
    top: 385px;
  }
  .our-research-dev-item-inner {
    align-items: center;
    height: auto;
  }
  .our-research-dev-right-div {
    padding-bottom: 0;
  }
  .aboutus-banner-1 {
    background-color: #1b81ce;
    background-image: url(../images/aboutus-mobile-banner.png);
    background-position: center center;
  }
  .products-banner-1 {
    background-image: url(../images/products-page-mobile-banner.png);
  }
  .products-category-name {
    height: auto;
  }
  .products-category-short-desc {
    height: 75px;
  }
  .marine-propulsion-banner-1 {
    background-image: url(../images/marine-engine-mobile-banner.jpg);
  }
  .generator-engines-banner-1 {
    background-image: url(../images/generator-engine-mobile-banner.jpg);
  }
  .compressor-engines-banner-1 {
    background-image: url(../images/compressor-engine-mobile-banner.jpg);
  }
  .gas-engines-banner-1 {
    background-image: url(../images/gas-engines-mobile-banner.jpg);
  }
  .pumps-engines-banner-1 {
    background-image: url(../images/pump-engines-mobile-banner.jpg);
  }
  .compressor-engines-home-section .home-caption .line-1 {
    color: #333 !important;
  }
  .compressor-engines-home-section .home-caption .line-2 {
    color: #001e61 !important;
  }
  .generator-engines-banner-bottom-div,
  .compressor-engines-banner-bottom-div {
    bottom: -7px;
  }
  .generator-engines-design-element,
  .marine-propulsion-engines-design-element,
  .compressor-engines-design-element,
  .pumps-engines-design-element,
  .gas-engines-design-element {
    width: 64%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9px;
  }
  .compressor-engines-design-element,
  .pumps-engines-design-element {
    width: 72%;
    bottom: 17px;
  }
  .gas-engines-design-element {
    width: 100%;
    bottom: -13px;
  }
  .marine-propulsion-engines-design-element {
    bottom: 19px;
  }
  .generators-product-model-image-div {
    height: 290px;
  }
  .generators-product-model-image-div img {
    width: 75%;
    margin: auto;
  }
  .download-product-brochure-btn {
    padding: 8px 0;
    text-align: center;
  }
  .download-product-brochure-btn .col-9 {
    width: 70%;
  }
  .download-product-brochure-btn .col-3 {
    width: 30%;
  }
  #inventory-table {
    display: block;
    margin: 44px 0 0 0;
  }
  .inventory-caption {
    position: fixed;
    top: 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    z-index: 5;
    border-bottom: 2px solid #999;
  }
  .inventory-row {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 6px;
    margin: 5px 0;
  }
  .inventory-header-row {
    display: none;
  }
  .inventory-cell {
    display: block;
    padding: 7px 20px;
    border: 0;
    position: relative;
    height: 55px;
    line-height: 45px;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .inventory-primary {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
  }
  .inventory-primary:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    width: 0;
    height: 0;
    background-image: url(../images/Icon-feather-plus-circle.svg);
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  #inventory-table .inventory-row:nth-child(odd) {
    background-color: #fff;
  }
  .inventory-cell:nth-of-type(n + 2) {
    display: none;
  }
  .inventory-row input[type="radio"],
  .inventory-row input[type="checkbox"] {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .inventory-row input[type="radio"]:checked,
  .inventory-row input[type="checkbox"]:checked {
    z-index: -1;
  }
  .inventory-row input[type="radio"]:checked ~ .inventory-cell,
  .inventory-row input[type="checkbox"]:checked ~ .inventory-cell {
    /*display:block;*/
    border-bottom: 1px solid #eee;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
  }
  .inventory-row
    input[type="radio"]:checked
    ~ .inventory-cell:nth-of-type(n + 2):before,
  .inventory-row
    input[type="checkbox"]:checked
    ~ .inventory-cell:nth-of-type(n + 2):before {
    content: attr(data-label);
    display: inline-block;
    width: 60px;
    border-radius: 10px; /*height:20px;*/
    margin-right: 30px;
    font-size: 1em;
    line-height: 20px;
    text-align: left;
    color: #000;
    font-weight: 600;
  }
  .gas-engines-table
    .inventory-row
    input[type="radio"]:checked
    ~ .inventory-cell:nth-of-type(n + 2):before,
  .gas-engines-table
    .inventory-row
    input[type="checkbox"]:checked
    ~ .inventory-cell:nth-of-type(n + 2):before {
    margin-right: 16px;
  }
  .inventory-row input[type="radio"]:checked ~ .inventory-primary,
  .inventory-row input[type="checkbox"]:checked ~ .inventory-primary {
    width: 100%;
    border-bottom: 2px solid #999;
    background-color: #116ead;
    color: #fff;
    font-weight: 800 !important;
    font-size: 18px;
  }
  .inventory-row input[type="radio"]:checked ~ .inventory-primary:after,
  .inventory-row input[type="checkbox"]:checked ~ .inventory-primary:after {
    position: absolute;
    right: 18px;
    top: 18px;
    background-image: url(../images/Icon-awesome-minus-circle.svg);
    background-position: center;
    background-size: contain;
    border: 0;
    width: 16px;
    height: 16px;
    z-index: 2;
  }
  .contactus-banner {
    background-image: url(../images/contactus-mobile-banner.png);
    background-position: center center;
  }
  .contactus-form-section form p:nth-child(3),
  .contactus-form-section form p:nth-child(4),
  .contactus-form-section form p:nth-child(5),
  .contactus-form-section form p:nth-child(6),
  .contactus-form-section form p:nth-child(7),
  .contactus-form-section form p:nth-child(8) {
    width: 100%;
    float: left;
  }
  .parts-services-banner {
    background-image: url(../images/parts-service-mobile-banner.png);
  }
  .with-our-expertise-section.section-padding {
    padding: 40px 0;
  }
  .with-our-expertise-section p {
    font-size: 18px;
    line-height: 30px;
  }
  .spare-part-slider-wrapper {
    padding: 30px 0 80px;
  }
  .spare-part-slide-number {
    font-size: 29px;
  }
  .spare-part-slider-wrapper .bx-prev,
  .spare-part-slider-wrapper .bx-next {
    bottom: -14%;
  }
  .spare-part-slider-wrapper .bx-prev {
    left: 30%;
  }
  .spare-part-slider-wrapper .bx-next {
    right: 30%;
    left: unset;
  }
  .spare-parts-section {
    height: auto;
  }
  .reachus-common-option .col-xs-2 {
    width: 15%;
  }
  .reachus-common-option .col-xs-10 {
    width: 85%;
  }
  .reachus-option-desc a {
    font-size: 20px;
  }
  .reachus-options {
    padding: 0;
  }
  .reachus-section {
    height: 750px;
  }
  .download-service-section {
    background-image: url(../images/download-service-mobile-bg.png) !important;
    background-position: center center;
    height: 600px;
  }
  .manual-box-output-table {
    border: 0;
  }
  .manual-box-output-table caption {
    font-size: 1.3em;
  }
  .manual-box-output-table thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .manual-box-output-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .manual-box-output-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .manual-box-output-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .manual-box-output-table td:last-child {
    border-bottom: 0;
  }
  .our-network-locator-header {
    height: auto;
    padding: 15px 15px;
  }
  .our-network-locator-header .col-6 {
    margin: 8px 0;
  }
  .our-network-locator-header .col-2 {
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
  }
  .location-search-dropdown-wrapper {
    width: 80%;
  }
  .location-search-dropdown {
    width: 100%;
  }
  .location-order-wrapper {
    width: 20%;
    text-align: center;
  }
  .world-class-bottom-item-image,
  .services-item-image,
  .solution-item-image,
  .products-category-image-div {
    height: auto;
  }
  .world-class-bottom-item-image img,
  .services-item-image img,
  .solution-item-image img,
  .products-category-image-div img {
    transform: scale(1);
  }
  .global-legacy-section {
    background-position: right 69%;
  }
  .search-manuals-box .col-4:nth-last-child(2),
  .search-manuals-box .col-4:nth-last-child(3) {
    font-size: 15px;
  }
  .wide-products-pagers-slider a {
    font-size: 14px;
  }
  .wide-products-slide-inner {
    padding: 10% 0 5%;
  }
  .popup {
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 50px 20px;
  }
  .contact-us-element {
    right: 2%;
    font-size: 14px;
  }
  .contact-us-image-div {
    width: 49px;
    line-height: 2px;
    margin: 0 auto;
  }
  .home-contactus-item:after {
    display: none;
  }
  .home-contactus-item:nth-child(2) {
    padding-left: 0;
  }
  .home-contactus-item:first-child .col-3 {
    width: 16.667%;
  }
  .footer-about.col-4 {
    width: 100%;
  }
  .quick-links .footer-menu li {
    float: left;
    width: 50%;
  }
  .footer-menu li:before {
    top: 6px;
  }
  .home-contactus-lower-section.section-padding {
    padding: 30px 0px;
  }
  .social-links-wrapper.col-2 {
    width: 100%;
  }
  .desktop-footer-sub-section {
    padding-bottom: 40px;
  }
  .search-manuals-box .col-9 {
    padding: 18px 0px;
  }
  .manuals-checkbox-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
    display: block;
    font-size: 18px;
  }
  .products-filter-dropdown-wrapper {
    text-align: left;
  }
  .search-product-text {
    padding-right: 6px;
    font-size: 15px;
  }
}
@media all and (max-width: 320px) {
  .menu-list li a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .baudouin-history-pager-common {
    font-size: 7px;
  }
  .baudouin-history-big-year {
    font-size: 39px;
  }
  .baudouin-engine-big-history-year {
    font-size: 39px;
  }
  .baudouin-engine-history-title {
    font-size: 17px;
  }
  .baudouin-engine-history-bottom {
    bottom: 285px;
  }
  .why-baudouin-slider {
    margin-left: -73%;
    margin-right: -73%;
  }
  .wide-product-image-wrapper {
    width: 300px;
    height: 300px;
  }
  .location-search-dropdown {
    margin-left: 0;
  }
  .location-order-btn {
    margin-left: 25px;
  }
  .compressor-engines-design-element,
  .pumps-engines-design-element {
    bottom: 16px;
  }
}
div#preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
  padding: 2%;
}

.row.manual-box-output {
  position: relative;
}

@media (min-width: 768px) and (max-width: 821px) {
  .cpcb-popup .popup-img {
    /* max-width: 729px; */
    width: 740px;
  }
  .popup-card-home {
    max-width: 52%;
    position: absolute;
    left: 25px;
    top: 134px;
  }
  .know-more-btn {
    margin-top: 20px;
    width: 180px;
  }
  .time-box {
    width: 46px;
    height: 66px;
    /* color: #ffffff; */
    /* background-color: #28a745; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    z-index: 2;
  }
  .know-more-btn {
    margin-top: 109px;
    width: 160px;
    background: #001e61;
  }
}

.wpcf7-form-control-wrap[data-name="iagree"] .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #d9534f; /* Red error */
  position: relative;
}

.event-banner {
  position: relative;
  width: 100%;
  height: 100vh;

  .event-content {
    position: absolute;
    top: 15%;
    left: 0%;
    right: 0%;
    color: #fff;

    .logo {
      width: 250px;
      margin-bottom: 1rem;
      margin-left: auto;
      display: block;
    }

    h2 {
      color: #fff;
      font-family: "Proba Pro Md";
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 46px;

      span {
        color: #fff;
        font-family: "Proba Pro Md";
        font-size: 44px;
        font-style: normal;
        font-weight: 900;
        line-height: 42.961px;
      }

      margin-bottom: 15px;
    }

    p {
      color: #fff;
      font-family: "Proba Pro Md";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 27.495px;
      margin-bottom: 15px;
    }

    .event-location,
    .event-date {
      color: #fff;

      font-family: "Proba Pro Md";
      font-size: 18px;
      font-style: normal;
      font-weight: 900;
      line-height: normal;
      margin-bottom: 15px;
      span {
        display: flex;
        align-items: center;
        gap: 10px;
      }
    }

    .countdown {
      display: flex;
      gap: 1rem;
      margin: 2rem 0 15px;
      justify-content: flex-start;

      div {
        text-align: center;
        min-width: 70px;

        span {
          color: #fff;
          text-align: center;
          font-family: "Proba Pro Md";
          font-size: 51.209px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          letter-spacing: 3.585px;
          display: block;
        }

        small {
          color: #fff;

          text-align: center;
          font-family: "Proba Pro Md";
          font-size: 19.203px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          letter-spacing: 1.344px;
        }
      }

      span {
        display: flex;
        position: relative;
        top: -11%;
        justify-content: center;
        font-weight: 800;
        font-size: 29px;
      }
    }

    .line {
      width: 40%;
      height: 3.734px;
      background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(0, 0, 0, 0) 100%
      );
      border-radius: 2px;
      margin-bottom: 20px;
    }

    a {
      margin-top: 0px;
    }
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 767px) {
}
