/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
.crossLine {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

.mainHeader.active .crossLine .line {
  background: #000;
}

#accordionId .accordion-item {
  border: 0px;
  border-bottom: 1px solid #CDCDCD;
  background: transparent !important;
}
#accordionId .accordion-item .accordion-header {
  padding: 0;
  border: 0;
}
#accordionId .accordion-item .accordion-header .accordion-button {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  color: #232323;
  background: transparent !important;
  padding: 60px 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  font-family: FontAwesome;
  color: #747474;
}
#accordionId .accordion-item .accordion-header .accordion-button.collapsed {
  background: transparent;
  color: #232323;
}
#accordionId .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #747474;
}
@media (max-width: 1600px) {
  #accordionId .accordion-item .accordion-header .accordion-button {
    font-size: 28px;
    line-height: 28px;
    padding: 30px 0px;
  }
}
@media (max-width: 1199px) {
  #accordionId .accordion-item .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  #accordionId .accordion-item .accordion-header .accordion-button {
    font-size: 28px;
    line-height: 30px;
    padding: 30px 0px;
  }
}
#accordionId .accordion-item .accordion-body {
  background: transparent;
  padding: 0px !important;
}
#accordionId .accordion-item:last-child {
  border-bottom: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-button::after {
  background-image: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  letter-spacing: 1px;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #232323;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

h3 {
  letter-spacing: 1px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
}
.defaultButton {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.defaultButton a, .defaultButton button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: #0E8368;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1600px) {
  .defaultButton a, .defaultButton button {
    font-size: 18px;
    line-height: 18px;
  }
}
.defaultButton a span, .defaultButton button span {
  width: 20px;
  height: 20px;
  display: block;
  background: #0E8368;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.defaultButton a:hover, .defaultButton button:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.defaultButton a:hover span, .defaultButton button:hover span {
  margin-right: 0px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .defaultButton {
    margin-top: 20px;
  }
}
.defaultButton .btn {
  background: none;
  border: none;
  padding: 0px !important;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  margin-bottom: 80px;
  font-size: 70px;
  line-height: 80px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.sectionTitle span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #0065BD;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .sectionTitle span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .sectionTitle span {
    font-size: 14px;
    line-height: 14px;
  }
}

.sectionPadding {
  padding: 120px 0px;
}
.sectionPadding.padBtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1600px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.mainHeader {
  padding: 10px 0px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  backdrop-filter: blur(30px);
  position: fixed;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo, .mainHeader header .logoactive {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mainHeader header .logo a, .mainHeader header .logoactive a {
  display: block;
}
@media (max-width: 1400px) {
  .mainHeader header .logo a img, .mainHeader header .logoactive a img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .logo a img, .mainHeader header .logoactive a img {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .logo a img, .mainHeader header .logoactive a img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo a img, .mainHeader header .logoactive a img {
    height: 40px;
  }
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 50px;
  padding: 20px 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #232323;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  padding: 0px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
  }
}
.mainHeader header .navbarLink ul li a:focus-visible {
  outline: none;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 25px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 14px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #0e8368;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #f0b034;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 250px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  border: none;
  -webkit-box-shadow: 0px 10px 12px rgba(145, 145, 145, 0.3);
          box-shadow: 0px 10px 12px rgba(145, 145, 145, 0.3);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  padding: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 26px 20px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #0E8368;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #f0b034 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu {
  position: relative;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    padding: 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: transparent;
    padding-top: 20px;
    min-width: 100%;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:hover, .mainHeader header .navbarLink ul li > .dropdown-menu li .active {
    background: transparent;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:hover a, .mainHeader header .navbarLink ul li > .dropdown-menu li .active a {
    color: #f0b034 !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #0065BD;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 15%;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader.active {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.mainHeader.active .logo {
  display: none;
}
.mainHeader.active .logoactive {
  display: block;
}
.mainHeader .logoactive {
  display: none;
}

.homebanner {
  position: relative;
}
.homebanner .homebannerBox {
  position: relative;
  display: block !important;
}
.homebanner .homebannerBox:after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.94%, rgba(0, 0, 0, 0)), color-stop(86.7%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.94%, rgba(0, 0, 0, 0.7) 86.7%);
  width: 100%;
  height: 100%;
  top: 0;
}
.homebanner .homebannerBox .bannerTagLine {
  position: absolute;
  bottom: 175px;
  z-index: 1;
}
.homebanner .homebannerBox .bannerTagLine h2 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  max-width: 1050px;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .homebanner .homebannerBox .bannerTagLine h2 {
    font-size: 35px;
    line-height: 45px;
    max-width: 700px;
  }
}
@media (max-width: 480px) {
  .homebanner .homebannerBox .bannerTagLine h2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1600px) {
  .homebanner .homebannerBox .bannerTagLine {
    bottom: 150px;
  }
}
@media (max-width: 480px) {
  .homebanner .homebannerBox .bannerTagLine {
    left: 0;
  }
}
.homebanner .homebannerBox video {
  width: 100%;
}
@media (max-width: 1600px) {
  .homebanner .homebannerBox video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .homebanner .homebannerBox video {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .homebanner .homebannerBox video {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .homebanner .homebannerBox video {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .homebanner .homebannerBox video {
    height: 450px;
  }
}
.homebanner .thumbSec {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.homebanner .thumbSec .slider-thumb .slick-slide {
  margin-right: 30px;
  width: auto !important;
}
.homebanner .thumbSec .slider-thumb h3 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .homebanner .thumbSec .slider-thumb h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .homebanner .thumbSec .slider-thumb h3 {
    text-align: center;
  }
}
.homebanner .thumbSec .slider-thumb .line {
  height: 3px;
  display: block;
  width: 250px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  position: relative;
}
.homebanner .thumbSec .slider-thumb .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  -webkit-transition: width 0s;
  transition: width 0s;
}
@media (max-width: 1600px) {
  .homebanner .thumbSec .slider-thumb .line {
    width: 190px;
  }
}
@media (max-width: 480px) {
  .homebanner .thumbSec .slider-thumb .line {
    margin: auto;
    margin-bottom: 20px;
  }
}
.homebanner .thumbSec .slider-thumb .slick-current h3 {
  opacity: 1;
}
.homebanner .thumbSec .slider-thumb .slick-current .line:after {
  width: 100%;
  -webkit-animation: fillLine 2s linear forwards;
          animation: fillLine 2s linear forwards;
  opacity: 1;
}
@media (max-width: 1600px) {
  .homebanner .thumbSec {
    bottom: 55px;
  }
}

.innerbannerSec {
  position: relative;
}
.innerbannerSec::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.94%, rgba(0, 0, 0, 0)), color-stop(104.7%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.94%, #000000 104.7%);
  width: 100%;
  height: 100%;
  top: 0;
}
.innerbannerSec img {
  width: 100%;
}
@media (max-width: 991px) {
  .innerbannerSec img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.innerbannerSec .innerbannerText {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  left: 0;
}
.innerbannerSec .innerbannerText h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1600px) {
  .innerbannerSec .innerbannerText h1 {
    font-size: 26px;
    line-height: 36px;
    max-width: 900px;
  }
}
@media (max-width: 480px) {
  .innerbannerSec .innerbannerText h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  .innerbannerSec .innerbannerText {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .innerbannerSec .innerbannerText {
    padding: 0px 20px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 65px;
  margin-bottom: 0px;
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

/* Progress animation */
@-webkit-keyframes fillLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fillLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.slick-dots li button:before {
  content: none; /* remove default circle */
}

.font32 {
  font-size: 32px;
  line-height: 42px;
  color: #232323;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .font32 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .font32 {
    font-size: 18px;
    line-height: 24px;
  }
}

.hmAboutSec {
  position: relative;
  padding-top: 0px;
  margin-bottom: 120px;
}
.hmAboutSec:before {
  content: "";
  position: absolute;
  background: url(../images/hmabout.jpg) no-repeat;
  width: 26%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  border-bottom-right-radius: 30px;
}
@media (max-width: 991px) {
  .hmAboutSec:before {
    display: none;
  }
}
.hmAboutSec .font32 {
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .hmAboutSec .font32 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .hmAboutSec .font32 {
    margin-bottom: 20px;
  }
}
.hmAboutSec .sectionPadding {
  padding-bottom: 0px;
}
@media (max-width: 1600px) {
  .hmAboutSec {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hmAboutSec {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hmAboutSec {
    margin-bottom: 30px;
  }
}

.productSec {
  background: #F2F2F2;
}
.productSec .sectionTitle {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .productSec .sectionTitle {
    margin-bottom: 30px;
  }
}
.productSec .alEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .productSec .alEnd {
    margin-bottom: 50px;
  }
}
.productSec .mrg50 {
  margin-bottom: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.productSec p {
  margin-bottom: 0px;
}
.productSec .row .productBox {
  border-radius: 30px;
}
.productSec .row .productBox a {
  position: relative;
  display: block;
}
.productSec .row .productBox a:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #000000 100%);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0px;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.productSec .row .productBox img {
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 575px) {
  .productSec .row .productBox img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.productSec .row .productBox p {
  position: absolute;
  bottom: 30px;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .productSec .row .productBox p {
    font-size: 22px;
    line-height: 24px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .productSec .row .productBox {
    margin-bottom: 30px;
  }
}
.productSec .row .productBox:hover a:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.qualityStandaradSec {
  padding-top: 0px;
  padding-bottom: 0px;
}
.qualityStandaradSec .title p {
  font-size: 42px;
  line-height: 55px;
  color: #232323;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .qualityStandaradSec .title p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .qualityStandaradSec .title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.qualityStandaradSec .qualityStandaradSlider .qualitystandaraBox {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1600px) {
  .qualityStandaradSec .qualityStandaradSlider .qualitystandaraBox img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.qualityStandaradSec .qualityStandaradSlider .slick-prev {
  top: 64px;
  right: 0;
  left: inherit;
  z-index: 1;
}
.qualityStandaradSec .qualityStandaradSlider .slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #0E8368;
  font-size: 45px;
}
@media (max-width: 1600px) {
  .qualityStandaradSec .qualityStandaradSlider .slick-prev::before {
    font-size: 30px;
  }
}
.qualityStandaradSec .qualityStandaradSlider .slick-next {
  top: 20px;
  right: 0;
}
.qualityStandaradSec .qualityStandaradSlider .slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #0E8368;
  font-size: 45px;
}
@media (max-width: 1600px) {
  .qualityStandaradSec .qualityStandaradSlider .slick-next::before {
    font-size: 30px;
  }
}
.qualityStandaradSec .qualityStandaradSlider .slick-dots {
  bottom: -60px;
}
.qualityStandaradSec .qualityStandaradSlider .slick-dots li button {
  background: #0065BD;
  font-size: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.qualityStandaradSec .qualityStandaradSlider .slick-dots li.slick-active button {
  background: #0E8368;
}
@media (max-width: 991px) {
  .qualityStandaradSec .qualityStandaradSlider .slick-dots {
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .qualityStandaradSec {
    padding-bottom: 30px;
  }
}

.whyusSec {
  padding-top: 0px;
}
.whyusSec .title {
  text-align: center;
}
.whyusSec .sectionTitle {
  text-align: center;
}
.whyusSec .thumbSec {
  bottom: inherit;
  top: 0;
  z-index: 1;
  padding: 60px;
}
@media (max-width: 1600px) {
  .whyusSec .thumbSec {
    padding: 40px;
  }
}
.whyusSec .homebanner {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.whyusSec .homebanner:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69.31%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.31%, #000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.whyusSec .homebanner .homebannerBox:after {
  display: none;
}
.whyusSec .homebanner .homebannerBox .bannerTagLine {
  bottom: 50px;
  right: 60px;
}
.whyusSec .homebanner .homebannerBox .bannerTagLine h2 {
  font-size: 22px;
  line-height: 32px;
}
.whyusSec .homebanner .homebannerBox img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 1600px) {
  .whyusSec .homebanner .homebannerBox img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .whyusSec .homebanner .homebannerBox img {
    height: 400px;
  }
}
.whyusSec .thumbSec .slick-slide {
  margin-right: 60px;
}
.whyusSec .thumbSec .slick-slide:last-child {
  margin-right: 0px;
}
.whyusSec .thumbSec h3 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  opacity: 0.5;
}
.whyusSec .thumbSec .whyusSliderthumb h3 {
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1600px) {
  .whyusSec .thumbSec .whyusSliderthumb h3 {
    font-size: 17px;
    line-height: 24px;
  }
}
.whyusSec .thumbSec .line {
  height: 3px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  position: relative;
}
.whyusSec .thumbSec .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.whyusSec .thumbSec .slick-current h3 {
  opacity: 1;
}
.whyusSec .thumbSec .slick-current .line:after {
  width: 100%;
  -webkit-animation: fillLine 2s linear forwards;
          animation: fillLine 2s linear forwards;
  opacity: 1;
}

.corevaluSec .title {
  text-align: center;
}
.corevaluSec .sectionTitle {
  text-align: center;
}
.corevaluSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corevaluSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 100px;
  position: relative;
  background: url(../images/g_letter.png) no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #A6CFC6;
  background-size: 170px;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.corevaluSec ul li::before {
  content: "";
  position: absolute;
  background: url(../images/growth.png) no-repeat;
  width: 130px;
  height: 130px;
  background-size: contain;
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .corevaluSec ul li::before {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li::before {
    display: none;
  }
}
.corevaluSec ul li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 350px;
  background: #A6CFC6;
  left: 65px;
  top: 0;
  overflow: hidden;
  z-index: -2;
}
@media (max-width: 1600px) {
  .corevaluSec ul li:after {
    left: 30px;
    height: 268px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li:after {
    display: none;
  }
}
.corevaluSec ul li span {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  min-height: 56px;
}
@media (max-width: 1600px) {
  .corevaluSec ul li span {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li span {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .corevaluSec ul li span {
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  .corevaluSec ul li span {
    min-height: auto;
  }
}
.corevaluSec ul li p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 75px;
  min-height: 144px;
}
@media (max-width: 1600px) {
  .corevaluSec ul li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li p {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .corevaluSec ul li p {
    min-height: 72px;
  }
}
@media (max-width: 1600px) {
  .corevaluSec ul li {
    padding-left: 60px;
    background-size: 120px;
    min-height: 388px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    min-height: auto;
    background: none;
    padding-left: 0px;
    margin: 0px 20px;
    margin-bottom: 20px;
  }
  .corevaluSec ul li:last-child {
    border: none;
  }
}
@media (max-width: 991px) {
  .corevaluSec ul li {
    margin: 0px 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .corevaluSec ul li {
    margin: 0px 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .corevaluSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.corevaluSec ul li.execution {
  background: url(../images/r_letter.png) no-repeat;
  background-position: bottom left;
  background-size: 134px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.corevaluSec ul li.execution::before {
  top: 85px;
  background: url(../images/execution.png) no-repeat;
  background-size: contain;
}
.corevaluSec ul li.execution:after {
  height: 254px;
  top: 19%;
}
@media (max-width: 1600px) {
  .corevaluSec ul li.execution:after {
    height: 170px;
    top: 24%;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.execution:after {
    display: none;
  }
}
@media (max-width: 1600px) {
  .corevaluSec ul li.execution {
    background-size: 94px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.execution {
    background: none;
  }
}
.corevaluSec ul li.integrity {
  background: url(../images/e_letter.png) no-repeat;
  background-position: bottom left;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.corevaluSec ul li.integrity::before {
  top: 30px;
  background: url(../images/integrity.png) no-repeat;
  background-size: contain;
}
.corevaluSec ul li.integrity:after {
  height: 254px;
  top: 19%;
}
@media (max-width: 1600px) {
  .corevaluSec ul li.integrity:after {
    height: 192px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.integrity:after {
    display: none;
  }
}
@media (max-width: 1600px) {
  .corevaluSec ul li.integrity {
    background-size: 80px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.integrity {
    background: none;
  }
}
.corevaluSec ul li.innovation {
  background: url(../images/e_letter.png) no-repeat;
  background-position: bottom left;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.corevaluSec ul li.innovation::before {
  top: 0px;
  background: url(../images/innovation.png) no-repeat;
  background-size: contain;
}
.corevaluSec ul li.innovation:after {
  height: 254px;
  top: 19%;
}
@media (max-width: 1600px) {
  .corevaluSec ul li.innovation:after {
    height: 198px;
    top: 18%;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.innovation:after {
    display: none;
  }
}
@media (max-width: 1600px) {
  .corevaluSec ul li.innovation {
    background-size: 80px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.innovation {
    background: none;
  }
}
.corevaluSec ul li.sustainability {
  background: url(../images/n_letter.png) no-repeat;
  background-position: bottom left;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.corevaluSec ul li.sustainability::before {
  top: 30px;
  background: url(../images/sustainability.png) no-repeat;
  background-size: contain;
}
.corevaluSec ul li.sustainability:after {
  height: 300px;
  top: 19%;
}
@media (max-width: 1600px) {
  .corevaluSec ul li.sustainability:after {
    height: 210px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.sustainability:after {
    display: none;
  }
}
@media (max-width: 1600px) {
  .corevaluSec ul li.sustainability {
    background-size: 100px;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul li.sustainability {
    background: none;
  }
}
@media (max-width: 1199px) {
  .corevaluSec ul {
    margin: 0px -15px;
  }
}
@media (max-width: 480px) {
  .corevaluSec ul {
    margin: 0px;
  }
}
.corevaluSec .corevaluBox img {
  display: none;
}
@media (max-width: 1199px) {
  .corevaluSec .corevaluBox img {
    display: block;
    margin-bottom: 20px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

footer {
  background: url(../images/footer_bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-size: cover;
}
footer .title {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  max-width: 400px;
}
@media (max-width: 1600px) {
  footer .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  footer .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  footer .title {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .title {
    text-align: center;
  }
}
footer .defaultButton a {
  color: #fff;
}
footer .defaultButton a span {
  background: #fff;
}
@media (max-width: 991px) {
  footer .defaultButton a {
    margin: auto;
  }
}
@media (max-width: 767px) {
  footer .defaultButton a {
    margin: auto;
  }
}
@media (max-width: 991px) {
  footer .defaultButton {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .defaultButton {
    text-align: center;
    margin: 20px auto;
  }
}
footer .row {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  footer .row {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  footer .row {
    padding-bottom: 30px;
  }
}
footer .links h2 {
  color: #E2E2E2;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  footer .links h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .links h2 {
    text-align: center;
  }
}
footer .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .links ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  footer .links ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .links ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .links ul li a {
  margin-bottom: 0px;
}
footer .links ul li.active a {
  color: #f0af2f;
}
footer .links a {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
footer .links a.mrg35 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .links a.mrg35 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  footer .links a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  footer .links a {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  footer .links a {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .links a:hover {
  color: #f0af2f;
}
footer .links p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}
@media (max-width: 1600px) {
  footer .links p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .links p {
    max-width: 360px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  footer .links p {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .links.socialLinks ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 22px;
}
footer .links.socialLinks ul li:last-child {
  margin-right: 0px;
}
footer .links.socialLinks ul li a {
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
footer .links.socialLinks ul li a img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  footer .links.socialLinks ul li a img {
    height: 20px;
  }
}
footer .links.socialLinks ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1600px) {
  footer .links.socialLinks ul li {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  footer .links.socialLinks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .links.socialLinks {
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  footer .links.socialLinks {
    border: none;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  footer .links.socialLinks h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .links.quickLinks {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  footer .links.quickLinks {
    border: none;
  }
}
@media (max-width: 991px) {
  footer .links {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .links {
    margin-top: 10px;
    padding-bottom: 0px;
    text-align: center;
  }
}
footer .copyRightSec {
  padding: 20px 0px;
  border-top: 1px solid #fff;
}
footer .copyRightSec .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .copyRightSec .copyright .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyRightSec .copyright .text img {
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  footer .copyRightSec .copyright .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .copyRightSec .copyright p {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  footer .copyRightSec .copyright p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  footer .copyRightSec .copyright p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .copyRightSec .copyright p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  footer .copyRightSec .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1600px) {
  footer .copyRightSec {
    padding: 10px 0px;
  }
}
@media (max-width: 1600px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
}

.contactUsSSec .reachOuttoUs {
  position: relative;
}
.contactUsSSec .reachOuttoUs::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #0E8368;
  right: 5%;
  border-radius: 50%;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .contactUsSSec .reachOuttoUs::before {
    width: 150px;
    height: 150px;
  }
}
.contactUsSSec .reachOuttoUs span {
  background: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  margin-left: auto;
  position: relative;
}
.contactUsSSec .reachOuttoUs span img {
  background-color: #0065BD;
  border-radius: 50%;
  padding: 10px;
  -webkit-animation: rotateText 10s linear infinite;
          animation: rotateText 10s linear infinite;
}
@media (max-width: 1400px) {
  .contactUsSSec .reachOuttoUs span {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .contactUsSSec .reachOuttoUs {
    margin-bottom: 30px;
  }
}
.contactUsSSec .padd80 {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .contactUsSSec .padd80 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1600px) {
  .contactUsSSec .padd80 {
    padding-bottom: 30px;
  }
}
.contactUsSSec .sectionTitle {
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .contactUsSSec .sectionTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .contactUsSSec .sectionTitle {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .contactUsSSec .sectionTitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.contactUsSSec .formSec .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.contactUsSSec .formSec .form-group label {
  font-size: 18px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .contactUsSSec .formSec .form-group label {
    font-size: 16px;
    line-height: 16px;
  }
}
.contactUsSSec .formSec .form-group input {
  border: 1px solid #D8D8D8;
  height: 50px;
}
@media (max-width: 1600px) {
  .contactUsSSec .formSec .form-group input {
    height: 40px;
  }
}
.contactUsSSec .formSec .form-group textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  height: 150px;
}
@media (max-width: 1600px) {
  .contactUsSSec .formSec .form-group textarea {
    height: 100px;
  }
}
@media (max-width: 1600px) {
  .contactUsSSec .formSec .form-group {
    margin-bottom: 20px;
  }
}
.contactUsSSec .addressDetail {
  background: #0E8368;
  padding: 70px 60px;
  border-radius: 30px;
}
.contactUsSSec .addressDetail .addressSec {
  margin-bottom: 40px;
}
.contactUsSSec .addressDetail .addressSec span {
  font-size: 22px;
  line-height: 22px;
  display: block;
  color: #98CCC0;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .contactUsSSec .addressDetail .addressSec span {
    margin-bottom: 10px;
  }
}
.contactUsSSec .addressDetail .addressSec p {
  color: #fff;
  margin-bottom: 0px;
}
.contactUsSSec .addressDetail .addressSec a {
  color: #fff;
}
.contactUsSSec .addressDetail .addressSec a:hover {
  color: #d6d6d6;
}
@media (max-width: 1600px) {
  .contactUsSSec .addressDetail .addressSec .font32 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .contactUsSSec .addressDetail .addressSec .font32 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .contactUsSSec .addressDetail .addressSec {
    margin-bottom: 30px;
  }
}
.contactUsSSec .addressDetail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactUsSSec .addressDetail ul li {
  margin-right: 30px;
}
.contactUsSSec .addressDetail .socialLinks ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 30px;
}
.contactUsSSec .addressDetail .socialLinks ul li:last-child {
  margin-right: 0px;
}
.contactUsSSec .addressDetail .socialLinks ul li a {
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
.contactUsSSec .addressDetail .socialLinks ul li a img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .contactUsSSec .addressDetail .socialLinks ul li a img {
    height: 20px;
  }
}
.contactUsSSec .addressDetail .socialLinks ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1600px) {
  .contactUsSSec .addressDetail .socialLinks ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1600px) {
  .contactUsSSec .addressDetail {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contactUsSSec .addressDetail {
    padding: 30px;
  }
}
@media (max-width: 1600px) {
  .contactUsSSec .defaultButton {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contactUsSSec .defaultButton {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.mapSec {
  padding-top: 0px;
}
.mapSec iframe {
  width: 100%;
  height: 700px;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .mapSec iframe {
    height: 500px;
  }
}

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

@keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.aboutSec {
  background: #F2F2F2;
}
.aboutSec .aboutDetail p:last-child {
  margin-bottom: 0px;
}

.brandvision .visionImg {
  margin-left: -9%;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  .brandvision .visionImg {
    margin-left: -36%;
  }
}
@media (max-width: 1400px) {
  .brandvision .visionImg {
    margin-left: -19%;
  }
}
@media (max-width: 1199px) {
  .brandvision .visionImg {
    margin-left: -39%;
  }
}
@media (max-width: 991px) {
  .brandvision .visionImg {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.brandvision .visionImg video {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
@media (max-width: 1600px) {
  .brandvision .visionImg video {
    height: 430px;
  }
}
@media (max-width: 991px) {
  .brandvision .visionImg video {
    border-radius: 0px;
    width: 100%;
  }
}
.brandvision ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.brandvision ul li .visionText {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.brandvision ul li .visionText p {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1600px) {
  .brandvision ul li .visionText p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .brandvision ul li .visionText p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  .brandvision ul li .visionText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .brandvision ul li .visionText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.brandvision ul li .visionDetail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1600px) {
  .brandvision ul li .visionDetail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    max-width: 69%;
  }
}
@media (max-width: 1199px) {
  .brandvision ul li .visionDetail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .brandvision ul li .visionDetail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.brandvision ul li .visionDetail p {
  margin-bottom: 0px;
}
.brandvision ul li:last-child {
  border-bottom: 0px;
}
.brandvision ul li:first-child {
  padding-top: 0px;
}
@media (max-width: 1600px) {
  .brandvision ul li {
    padding: 40px 0px;
  }
}
@media (max-width: 1199px) {
  .brandvision ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .brandvision ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.founderSec {
  padding-top: 0px;
}
.founderSec .founderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2;
  border-radius: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.founderSec .founderContent p:last-child {
  margin-bottom: 0px;
}
.founderSec .founderContent .founderMessage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 140px;
  padding-right: 130px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.founderSec .founderContent .founderMessage .founderName {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1600px) {
  .founderSec .founderContent .founderMessage .founderName {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .founderSec .founderContent .founderMessage .founderName {
    font-size: 22px;
    line-height: 30px;
  }
}
.founderSec .founderContent .founderMessage span {
  font-size: 22px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 50px;
  color: #000;
}
@media (max-width: 1600px) {
  .founderSec .founderContent .founderMessage span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .founderSec .founderContent .founderMessage {
    padding: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .founderSec .founderContent .founderMessage {
    padding: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  .founderSec .founderContent .founderMessage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .founderSec .founderContent .founderMessage {
    padding: 20px;
  }
}
.founderSec .founderContent .founderImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.founderSec .founderContent .founderImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 991px) {
  .founderSec .founderContent .founderImg img {
    border-radius: 40px;
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 575px) {
  .founderSec .founderContent .founderImg img {
    height: auto;
  }
}
@media (max-width: 1600px) {
  .founderSec .founderContent .founderImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 1199px) {
  .founderSec .founderContent .founderImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .founderSec .founderContent .founderImg {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .founderSec .founderContent .founderImg {
    padding: 0px 20px;
  }
}
@media (max-width: 991px) {
  .founderSec .founderContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sustainabilitySec {
  padding-top: 0px;
}
.sustainabilitySec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .sustainabilitySec .sectionTitle {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sustainabilitySec .txtcenter {
    text-align: center;
  }
}
.sustainabilitySec .sustainabilityDetail p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .sustainabilitySec .sustainabilityDetail p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sustainabilitySec .sustainabilityDetail {
    margin-top: 20px;
  }
}
.sustainabilitySec img {
  width: 100%;
}

.smartenegrySec .sectionTitle {
  text-align: center;
}
.smartenegrySec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1122px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 50px;
}
.smartenegrySec ul li {
  text-align: center;
  margin-right: 10px;
}
.smartenegrySec ul li a {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  padding: 15px 80px;
  display: block;
}
@media (max-width: 1600px) {
  .smartenegrySec ul li a {
    font-size: 24px;
    line-height: 30px;
    padding: 12px 50px;
  }
}
@media (max-width: 991px) {
  .smartenegrySec ul li a {
    padding: 12px 40px;
  }
}
@media (max-width: 480px) {
  .smartenegrySec ul li a {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 20px;
  }
}
.smartenegrySec ul li:hover {
  background: #0065BD;
  border-radius: 10px;
}
.smartenegrySec ul li:hover a {
  color: #fff;
}
.smartenegrySec ul li.active {
  background: #0065BD;
  border-radius: 10px;
}
.smartenegrySec ul li.active a {
  color: #fff;
}
.smartenegrySec ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .smartenegrySec ul li {
    padding: 0px !important;
  }
}
@media (max-width: 1600px) {
  .smartenegrySec ul {
    max-width: 787px;
  }
}
.smartenegrySec .productContentBox {
  padding: 50px 70px;
  background: #F2F2F2;
  margin-bottom: 30px;
}
.smartenegrySec .productContentBox p {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0px;
  min-height: 50px;
}
@media (max-width: 1600px) {
  .smartenegrySec .productContentBox p {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .smartenegrySec .productContentBox p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 25px;
  }
}
@media (max-width: 1600px) {
  .smartenegrySec .productContentBox {
    padding: 35px 50px;
  }
}
.smartenegrySec .productContentBox img {
  width: 100%;
}

.mrg30 {
  margin-bottom: 30px;
}

.whoweareSec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whoweareSec p:last-child {
  margin-bottom: 0px;
}
.whoweareSec img {
  width: 100%;
}
@media (max-width: 1600px) {
  .whoweareSec img {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .whoweareSec img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.companyvisionSec {
  background: url(../images/company_vision.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center 10%;
}
.companyvisionSec .sectionTitle {
  text-align: center;
  margin-bottom: 400px;
  color: #fff;
}
@media (max-width: 1600px) {
  .companyvisionSec .sectionTitle {
    margin-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .companyvisionSec .sectionTitle {
    margin-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .companyvisionSec .sectionTitle {
    margin-bottom: 30px;
  }
}
.companyvisionSec .visionList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.companyvisionSec .visionList ul li {
  padding-right: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.companyvisionSec .visionList ul li:last-child {
  padding-right: 0px;
}
.companyvisionSec .visionList ul li .visionDetail h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .companyvisionSec .visionList ul li .visionDetail h2 {
    margin-bottom: 20px;
  }
}
.companyvisionSec .visionList ul li .visionDetail p {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .companyvisionSec .visionList ul li {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .companyvisionSec .visionList ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .companyvisionSec .visionList ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}

.propositionObjectives .sectionTitle {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .propositionObjectives .sectionTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .propositionObjectives .col-lg-6 {
    margin-bottom: 30px;
  }
}
.propositionObjectives .valuePropositionDetail {
  padding: 120px 100px;
  background: linear-gradient(244.62deg, #F6F6F6 0.78%, #D8D8D8 100%);
  border-radius: 40px;
  height: 100%;
}
@media (max-width: 1600px) {
  .propositionObjectives .valuePropositionDetail {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .propositionObjectives .valuePropositionDetail {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .propositionObjectives .valuePropositionDetail {
    padding: 40px 20px;
  }
}
.propositionObjectives .font32 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .propositionObjectives .font32 {
    min-height: 90px;
  }
}
@media (max-width: 991px) {
  .propositionObjectives .font32 {
    min-height: auto;
  }
}
.propositionObjectives p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .propositionObjectives p:last-child {
    min-height: 154px;
  }
}
@media (max-width: 991px) {
  .propositionObjectives p:last-child {
    min-height: auto;
  }
}

.smarterEngineering {
  padding-top: 0px;
}
.smarterEngineering .sectionTitle {
  text-align: center;
}
.smarterEngineering .font32 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.smarterEngineering p {
  text-align: center;
  max-width: 1490px;
  margin: auto;
}

.excellenceSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.excellenceSec ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.excellenceSec ul li:last-child {
  padding-right: 0px;
}
.excellenceSec ul li .excellenceDetails p {
  margin-bottom: 0px;
}
.excellenceSec ul li .excellenceDetails .font32 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .excellenceSec ul li .excellenceDetails .font32 {
    margin-bottom: 20px;
  }
}
.excellenceSec ul li .excellenceImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-right: 10px;
  text-align: center;
}
.excellenceSec ul li .excellenceImg img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .excellenceSec ul li .excellenceImg {
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .excellenceSec ul li .excellenceImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .excellenceSec ul li .excellenceImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1400px) {
  .excellenceSec ul li .excellenceImg img {
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .excellenceSec ul li .excellenceImg img {
    height: 70px;
  }
}
@media (max-width: 1600px) {
  .excellenceSec ul li {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .excellenceSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.topconSec {
  background: url(../images/topconbg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background-size: cover;
}
.topconSec .topconDetail {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(60px);
  padding: 115px 65px;
}
.topconSec .topconDetail .font32 {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .topconSec .topconDetail .font32 {
    margin-bottom: 20px;
  }
}
.topconSec .topconDetail p {
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .topconSec .topconDetail {
    padding: 60px 29px;
  }
}
@media (max-width: 480px) {
  .topconSec .topconDetail {
    padding: 40px 30px;
  }
}
@media (max-width: 1600px) {
  .topconSec .sectionTitle {
    margin-bottom: 20px;
  }
}

.cellEfficiencySec .efficiencyImg img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cellEfficiencySec .efficiencyImg img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
}
.cellEfficiencySec .efficiencyContent {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.cellEfficiencySec .efficiencyContent p {
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .cellEfficiencySec .efficiencyContent {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cellEfficiencySec .efficiencyContent {
    padding-left: 0px;
  }
}

.solarPanelsSec {
  background: url(../images/solar_panels.jpg) no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.solarPanelsSec::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, color-stop(32.94%, rgba(14, 102, 174, 0)), color-stop(56.71%, #0E66AE), color-stop(94.99%, #0E66AE));
  background: linear-gradient(270deg, rgba(14, 102, 174, 0) 32.94%, #0E66AE 56.71%, #0E66AE 94.99%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.solarPanelsSec .solarPanelContent {
  position: relative;
  max-width: 890px;
}
.solarPanelsSec .solarPanelContent .sectionTitle {
  color: #fff;
}
.solarPanelsSec .solarPanelContent p {
  color: #fff;
}
.solarPanelsSec .solarPanelContent p:last-child {
  margin-bottom: 0px;
}
.solarPanelsSec .solarPanelContent h3 {
  color: #fff;
}
.solarPanelsSec .solarPanelContent .font32 {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .solarPanelsSec .solarPanelContent .font32 {
    margin-bottom: 20px;
  }
}
.solarPanelsSec .solarPanelContent .mrg20 {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .solarPanelsSec .solarPanelContent {
    max-width: 705px;
  }
}
@media (max-width: 991px) {
  .solarPanelsSec .solarPanelContent {
    max-width: 100%;
  }
}

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

.qualityList li {
  padding: 50px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.qualityList li:hover {
  background: #FBFBFB;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
}
.qualityList li span {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  display: block;
  margin-bottom: 15px;
}
.qualityList li p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .qualityList li {
    padding: 30px;
  }
  .qualityList li span {
    font-size: 26px;
    line-height: 30px;
  }
  .qualityList li p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  .qualityList li {
    padding: 30px;
  }
  .qualityList li span {
    font-size: 22px;
    line-height: 30px;
  }
  .qualityList li p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .qualityList li {
    padding: 20px;
  }
  .qualityList li span {
    font-size: 20px;
    line-height: 28px;
  }
  .qualityList li p {
    font-size: 14px;
    line-height: 20px;
  }
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grayBg {
  background: #F2F2F2;
}

.roundedImage {
  border-radius: 40px;
}

.toproundedImage {
  border-radius: 320px 320px 0px 0px;
}
@media (max-width: 1600px) {
  .toproundedImage {
    height: 420px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 991px) {
  .tabReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.advanced_quality_control ul li {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #232323;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .advanced_quality_control ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.rightImage {
  margin-right: -9%;
  border-radius: 320px 0px 0px 320px;
  overflow: hidden;
  margin-left: 10%;
}
.rightImage img {
  width: 100%;
}

.overlapImage {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.overlapImage::before {
  content: "";
  background: linear-gradient(185.73deg, rgba(255, 255, 255, 0.2) 39.48%, #FFFFFF 95.44%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.overlapImage .overlapContent {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 50px 30px;
}
@media (max-width: 991px) {
  .overlapImage img {
    display: none;
  }
  .overlapImage .overlapContent {
    position: relative;
    background: url(../images/customer_service.jpg) no-repeat;
  }
  .overlapImage .overlapContent::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .overlapImage .overlapContent .col-lg-4, .overlapImage .overlapContent .col-lg-6 {
    position: relative;
  }
}
.overlapImage.blackOverlay video {
  border-radius: 40px;
}
@media (max-width: 1600px) {
  .overlapImage.blackOverlay video {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .overlapImage.blackOverlay video {
    max-width: 100%;
    height: auto;
  }
}
.overlapImage.blackOverlay .sectionTitle {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 1600px) {
  .overlapImage.blackOverlay .sectionTitle {
    max-width: 310px;
  }
}
.overlapImage.blackOverlay .overlapContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .overlapImage.blackOverlay .overlapContent {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .overlapImage.blackOverlay .overlapContent {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .overlapImage.blackOverlay .overlapContent {
    padding-top: 40px;
    position: relative;
    background: url(../images/customer_service.jpg) no-repeat;
    background-position: center;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 40px;
  }
  .overlapImage.blackOverlay .overlapContent::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .overlapImage.blackOverlay .overlapContent .col-lg-4, .overlapImage.blackOverlay .overlapContent .col-lg-6 {
    position: relative;
  }
  .overlapImage.blackOverlay .overlapContent .sectionTitle {
    position: relative;
    text-align: left;
    max-width: 100%;
    margin-left: 0 !important;
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .overlapImage.blackOverlay .overlapContent {
    padding: 30px 15px;
  }
}
.overlapImage.blackOverlay::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(94.33%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 94.33%);
}
.overlapImage.blackOverlay .threeCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
.overlapImage.blackOverlay .threeCol li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
}
.overlapImage.blackOverlay .threeCol li .colBox {
  padding: 20px 30px;
}
.overlapImage.blackOverlay .threeCol li .colBox .font32 {
  margin-bottom: 20px;
}
.overlapImage.blackOverlay .threeCol li .colBox p {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .overlapImage.blackOverlay .threeCol li .colBox {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .overlapImage.blackOverlay .threeCol li {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .overlapImage.blackOverlay .threeCol li .colBox .font32 {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .overlapImage.blackOverlay .overlapContent {
    position: relative;
    background: url(../images/reliability_core.jpg) no-repeat;
  }
  .overlapImage.blackOverlay .overlapContent::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .overlapImage.blackOverlay .overlapContent .threeCol {
    position: relative;
    padding: 0;
  }
}

.certiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.certiList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 5px;
}
.certiList li .certiBox {
  border: 1px solid #B5B1B1;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .certiList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .certiList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.pdfList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdfList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}
.pdfList li .pdfBox {
  border: 1px solid #B2B2B2;
  padding: 50px 20px;
  height: 100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pdfList li .pdfBox img {
  margin-bottom: 60px;
}
.pdfList li .pdfBox p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.pdfList li .pdfBox span {
  color: #AFAFAF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.pdfList li .pdfBox span::before {
  content: "";
  background: #AFAFAF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .pdfList li .pdfBox img {
    height: 80px;
    margin-bottom: 40px;
  }
  .pdfList li .pdfBox p {
    font-size: 18px;
    line-height: 24px;
  }
  .pdfList li .pdfBox span {
    font-size: 16px;
  }
  .pdfList li .pdfBox span::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .pdfList li .pdfBox {
    padding: 30px 15px;
  }
  .pdfList li .pdfBox img {
    height: 60px;
    margin-bottom: 30px;
  }
  .pdfList li .pdfBox p {
    font-size: 16px;
    line-height: 22px;
  }
  .pdfList li .pdfBox span {
    font-size: 14px;
  }
  .pdfList li .pdfBox span::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1199px) {
  .pdfList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .pdfList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .pdfList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.scroll-btn {
  display: none;
}

@media (max-width: 767px) {
  .menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .products-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    max-width: 80% !important;
  }
  .products-menu::-webkit-scrollbar {
    display: none;
  }
  .products-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 15px;
    padding: 10px !important;
  }
  .products-menu li.active a {
    color: #007bff;
  }
  .scroll-btn {
    position: absolute;
    top: 25%;
    background: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #000;
    border: none;
    padding: 0px;
    cursor: pointer;
    z-index: 10;
    display: block;
    font-size: 25px;
  }
  .scroll-btn.left {
    left: 5px;
  }
  .scroll-btn.right {
    right: 5px;
  }
}
.error {
  font-size: 12px !important;
  line-height: 12px !important;
  padding-top: 10px;
  color: red !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .borderB {
    border-bottom: 1px solid #fff;
  }
}

.facialg2wbSec .facialg2wbBox {
  max-width: 895px;
}
.facialg2wbSec .facialg2wbBox .facialg2wbText p {
  font-size: 42px;
  line-height: 34px;
  color: #232323;
  font-weight: 400;
  margin-top: 20px;
}
.facialg2wbSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.facialg2wbSec ul li {
  margin: 0px 10px;
  background: #D3EAFF;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .facialg2wbSec ul li {
    margin: 0px 6px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .facialg2wbSec ul {
    margin-bottom: 30px;
  }
}
.facialg2wbSec .productImg {
  position: relative;
}
.facialg2wbSec .productImg:before {
  content: "";
  position: absolute;
  background: #F0AF2F;
  width: 770px;
  height: 770px;
  border-radius: 100%;
  left: 28%;
  z-index: -1;
  top: -4%;
}
@media (max-width: 1199px) {
  .facialg2wbSec .productImg:before {
    height: 542px;
  }
}
@media (max-width: 991px) {
  .facialg2wbSec .productImg:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .facialg2wbSec .productImg img {
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .facialg2wbSec .productImg {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .facialg2wbSec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.keyfeaturesSec {
  background: url(../images/keyfeaturebg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.keyfeaturesSec .sectionTitle {
  color: #fff;
  text-align: center;
}
.keyfeaturesSec .mrg30 {
  margin-bottom: 30px;
}
.keyfeaturesSec .fetaureBox {
  padding: 50px 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  height: 100%;
}
.keyfeaturesSec .fetaureBox img {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .keyfeaturesSec .fetaureBox img {
    margin-bottom: 30px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .keyfeaturesSec .fetaureBox img {
    margin-bottom: 30px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.keyfeaturesSec .fetaureBox p {
  margin-bottom: 0px;
}
.keyfeaturesSec .fetaureBox .font32 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  min-height: 80px;
}
@media (max-width: 1600px) {
  .keyfeaturesSec .fetaureBox .font32 {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .keyfeaturesSec .fetaureBox .font32 {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .keyfeaturesSec .fetaureBox .font32 {
    min-height: auto;
  }
}
@media (max-width: 1600px) {
  .keyfeaturesSec .fetaureBox {
    padding: 40px 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .keyfeaturesSec .fetaureBox {
    padding: 40px 30px;
    margin-bottom: 25px;
  }
}

.warrantySec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.warrantySec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  padding-right: 30px;
}
.warrantySec ul li .warrantyBox {
  margin-bottom: 50px;
}
.warrantySec ul li .warrantyBox h3 {
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  min-height: 100px;
}
@media (max-width: 1600px) {
  .warrantySec ul li .warrantyBox h3 {
    font-size: 20px;
    line-height: 30px;
    min-height: 90px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .warrantySec ul li .warrantyBox h3 {
    min-height: auto;
  }
}
.warrantySec ul li .warrantyBox h3.minauto {
  min-height: auto;
}
@media (max-width: 767px) {
  .warrantySec ul li .warrantyBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .warrantySec ul li {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .warrantySec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}

.max95 {
  max-width: 95%;
}
@media (max-width: 991px) {
  .max95 {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */