/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@media (max-width: 991px) {
  .navbarBtn {
    padding: 7px;
  }
}

.crossLine {
  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: white;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #ffffff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

.subHeading {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  color: #000;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .subHeading {
    font-size: 26px;
    line-height: 39px;
  }
}
@media (max-width: 1400px) {
  .subHeading {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .subHeading {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (max-width: 991px) {
  .subHeading {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .subHeading {
    font-size: 15px;
    line-height: 25px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #767676;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
ul li {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #414141;
  padding-left: 20px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 9px;
  }
}
@media (max-width: 575px) {
  ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 7px;
  }
}
ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  top: 8px;
  background-color: #414141;
  border-radius: 100px;
}
@media (max-width: 1400px) {
  ul li::before {
    width: 6px;
    height: 6px;
  }
}
.paddingbtmZero {
  padding-bottom: 0px !important;
}

.teamNames {
  font-weight: 600 !important;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: black;
}
@media (max-width: 1400px) {
  .teamNames {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .teamNames {
    font-size: 24px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .teamNames {
    font-size: 23px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .teamNames {
    font-size: 22px;
    line-height: 23px;
  }
}
@media (max-width: 450px) {
  .teamNames {
    font-size: 21px;
    line-height: 22px;
  }
}

.positions {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1400px) {
  .positions {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .positions {
    font-size: 16px;
    line-height: 16px;
  }
}

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

.container {
  max-width: 100%;
  padding: 0px;
}
@media (min-width: 2000px) {
  .container {
    max-width: 1800px;
  }
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

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

.modal-dialog {
  max-width: 60%;
}
@media (max-width: 575px) {
  .modal-dialog {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .modal-dialog {
    max-width: 350px;
  }
}
.modal-dialog .prodsub {
  margin: 0px !important;
  color: #000 !important;
  text-align: center;
}
.modal-dialog .inquiryForm {
  background: transparent;
  padding: 0px;
}
.modal-dialog .paddFifty {
  padding: 0px !important;
}
.modal-dialog .comnBtn .defaultButton {
  color: #000;
}

.capcha_coad_area {
  display: flex;
  align-items: center;
  position: relative;
}
.capcha_coad_area #number-error {
  position: absolute;
  bottom: -15px;
  padding: 0;
}

.comnBtn {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.comnBtn .defaultButton {
  background: transparent;
  border-radius: 30px;
  text-align: center;
  padding: 16px 40px;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: ease-in-out 0.7s all;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #EF7F1A;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .comnBtn .defaultButton {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .comnBtn .defaultButton {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.comnBtn .roundButton {
  position: relative;
  background: #EF7F1A;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .comnBtn .roundButton {
    width: 40px;
    height: 40px;
  }
}
.comnBtn .roundButton img {
  height: 15px;
  width: 15px;
  transition: ease-in-out 0.2s all;
}
.comnBtn .roundButton.hvrShw {
  opacity: 0;
  margin-right: -60px;
  transform: scale3d(0.5, 0.5, 1);
  transition: all 0.7s;
}
.comnBtn .roundButton.hvrHde {
  transform: scale3d(1, 1, 1);
  transition: all 0.7s;
}
.comnBtn:hover .defaultButton {
  background: #EF7F1A;
  color: #000;
  font-weight: 500 !important;
  margin-right: 10px;
}
.comnBtn:hover .roundButton {
  background: #EF7F1A;
}
.comnBtn:hover .roundButton.hvrHde img {
  transform: rotate(45deg);
}

.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 {
  font-family: "Playfair", serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 100px;
  color: #D0D0D0 !important;
  margin-bottom: 40px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .sectionTitle {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1400px) {
  .sectionTitle {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.sectionPadding {
  padding: 150px 0px;
}
.sectionPadding.paddingBtmZro {
  padding-bottom: 0;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .sectionPadding {
    padding: 100px 0px;
  }
}
@media (max-width: 1400px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.paddFifty {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .paddFifty {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .paddFifty {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.widthheading {
  max-width: 911px;
}
.widthheading span {
  color: #D5D5D5 !important;
}
@media (max-width: 1400px) {
  .widthheading {
    max-width: 584px;
  }
}
@media (max-width: 767px) {
  .widthheading {
    max-width: none;
  }
}

.mainHeader {
  padding: 0 50px;
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 28%, rgb(0, 0, 0) 100%);
}
.mainHeader header .logo {
  position: relative;
  background: #000;
  border-bottom-right-radius: 20px;
}
.mainHeader header .logo::before {
  content: "";
  position: absolute;
  background: url(../images/cornor_banner.png) no-repeat;
  width: 15px;
  height: 15px;
  right: -15px;
}
.mainHeader header .logo::after {
  content: "";
  position: absolute;
  background: url(../images/cornor_banner.png) no-repeat;
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: 0;
  z-index: 1;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .logo a img {
  padding: 20px;
}
@media (max-width: 1400px) {
  .mainHeader header .logo a img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainHeader header .navbarLink ul {
  align-items: center;
  list-style: none;
}
.mainHeader header .navbarLink ul li {
  margin-right: 50px;
  list-style: none;
}
.mainHeader header .navbarLink ul li.dropdown {
  position: relative;
}
.mainHeader header .navbarLink ul li::before {
  display: none;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-bottom: 25px;
    margin-right: 0px;
    padding-left: 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 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  transition: 0.5s ease-in-out all;
  display: inline-block;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 26px;
    line-height: 30px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #ff9a38;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #d26a06;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin-right: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown {
  display: flex;
  align-items: center;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 16px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.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 > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #ff9a38 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.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 {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: transparent;
  }
  .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;
    padding: 3px 5px;
  }
  .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 {
  flex-direction: column;
  border: none;
}
@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;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  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: #ff9a38 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -103%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 120px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    padding: 0px;
    background-color: #000;
    position: relative;
  }
}

.homebanner {
  position: relative;
  background: #000;
  padding: 0 50px;
}
.homebanner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.homebanner .slick-dots {
  margin-top: 0px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  margin: auto;
  line-height: 0px;
  width: auto;
  transform: rotate(90deg);
}
.homebanner .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 10px;
}
.homebanner .slick-dots li:before {
  display: none;
}
.homebanner .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  background-color: #006792;
  padding: 0px;
  border-radius: 50%;
}
.homebanner .slick-dots li button:before {
  display: none;
}
.homebanner .slick-dots li.slick-active button {
  background: #EF7F1A;
}
.homebanner .bannerImage {
  position: relative;
}
.homebanner .bannerImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  background: linear-gradient(4.11deg, #000000 3.36%, rgba(0, 0, 0, 0) 70.61%);
  opacity: 0.7;
}
.homebanner .bannerImage img {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 7%;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homebanner .bannerText .bannerDesc {
  font-family: "Playfair", serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.homebanner .bannerText .bannerDesc span {
  display: block;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1400px) {
  .homebanner .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
  }
  .homebanner .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .homebanner {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .homebanner {
    padding: 0px 15px;
  }
  .homebanner .bannerImage img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText {
    left: 20px;
  }
}
@media (max-width: 380px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 30px;
    line-height: 35px;
  }
}

.innerbanner {
  position: relative;
  background-color: #000;
}
.innerbanner .innerbannerimg {
  position: relative;
}
.innerbanner .innerbannerimg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 30.1%);
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .innerbanner .innerbannerimg::before {
    background: linear-gradient(0deg, #000000 0%, rgba(18, 13, 19, 0) 77.1%);
  }
}
.innerbanner .innerbannerimg img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .innerbanner .innerbannerimg img {
    height: 150px;
  }
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  margin-bottom: 0px;
  font-family: "Playfair", serif;
  position: relative;
  left: 0;
  top: 33%;
  font-weight: 900;
  font-size: 70px;
  line-height: 100px;
}
@media (max-width: 1400px) {
  .innerbanner .innerBlock .innerText {
    font-size: 55px;
    line-height: 80px;
    top: 31%;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock .innerText {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBlock .innerText {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock .innerText {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 380px) {
  .innerbanner .innerBlock .innerText {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock {
    left: 0;
    justify-content: center;
  }
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  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;
    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;
}

.socialMda {
  display: flex;
  flex-wrap: wrap;
}
.socialMda li {
  margin: 0 20px 0 0;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .socialMda li {
    margin: 0px 9px 0 0;
  }
}
.socialMda li::before {
  display: none;
}
.socialMda li i {
  font-size: 40px;
  color: #fff;
  transition: 0.5s ease-in-out all;
}
.socialMda li i:hover {
  color: #EF7F1A;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .socialMda li i {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .socialMda li {
    margin: 0 16px 0 0;
  }
  .socialMda li i {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .socialMda li i {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .socialMda li {
    margin: 0 5px;
  }
}
@media (max-width: 450px) {
  .socialMda li {
    margin: 0 10px;
  }
  .socialMda li i {
    font-size: 22px;
  }
}

.hmAbout {
  background: #000;
}
.hmAbout.hmAboutDesk {
  display: block;
}
.hmAbout .hmAboutFlx {
  display: flex;
  flex-wrap: wrap;
}
.hmAbout .hmAboutFlx .hmAboutLft {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hmAbout .hmAboutFlx .hmAboutLft .sectionTitle {
  font-family: "Jost", sans-serif;
  font-weight: 250;
  color: #D5D5D5;
  margin-bottom: 0;
}
.hmAbout .hmAboutFlx .hmAboutLft .sectionTitle span {
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .hmAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 70px;
    line-height: 80px;
  }
}
.hmAbout .hmAboutFlx .hmAboutRgt {
  flex: 0 0 40%;
  max-width: 40%;
}
.hmAbout .hmAboutFlx .hmAboutRgt .aboutimg {
  text-align: center;
  margin-bottom: 60px;
}
.hmAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
  opacity: 0.1;
  transition: 0.5s ease-in-out all;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .hmAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .hmAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hmAbout .hmAboutFlx .hmAboutRgt .aboutimg:hover img {
  opacity: 1;
}
.hmAbout .hmAboutFlx .hmAboutRgt p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .hmAbout .hmAboutFlx .hmAboutLft .comnBtn {
    margin-top: 66px;
  }
  .hmAbout .hmAboutFlx .hmAboutRgt .aboutimg {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .hmAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .hmAbout.hmAboutPhone {
    display: block;
  }
  .hmAbout .hmAboutFlx {
    flex-direction: column;
  }
  .hmAbout .hmAboutFlx .hmAboutRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmAbout .hmAboutFlx .hmAboutRgt .aboutimg {
    text-align: left;
  }
  .hmAbout .hmAboutFlx .hmAboutLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    margin-bottom: 20px;
  }
  .hmAbout .hmAboutFlx .hmAboutLft .comnBtn {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .hmAbout .hmAboutFlx .hmAboutLft .comnBtn {
    padding-top: 15px;
  }
}

.hmUsp .sectionTitle {
  text-align: center;
}
.hmUsp .hmUspLst {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.hmUsp .hmUspLst li {
  flex: 0 0 21.66%;
  max-width: 21.66%;
  padding: 0 10px;
}
.hmUsp .hmUspLst li:before {
  display: none;
}
.hmUsp .hmUspLst li:nth-child(2) {
  flex: 0 0 17%;
  max-width: 17%;
}
.hmUsp .hmUspLst li:nth-child(2) .hmUspBx {
  background: #FFCD9F;
  height: 400px;
  border-radius: 30px;
}
.hmUsp .hmUspLst li:nth-child(3) .hmUspBx .hmUspBxTxt {
  bottom: 85px;
}
.hmUsp .hmUspLst li:nth-child(3) .hmUspBx .hmUspBxTxt p {
  color: #fff;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .hmUsp .hmUspLst li:nth-child(3) .hmUspBx .hmUspBxTxt {
    bottom: 55px;
  }
}
.hmUsp .hmUspLst li:nth-child(4) {
  flex: 0 0 17%;
  max-width: 17%;
}
.hmUsp .hmUspLst li:nth-child(4) .hmUspBx {
  background: #DAFF9F;
  height: 400px;
  border-radius: 30px;
}
.hmUsp .hmUspLst li .hmUspBx {
  position: relative;
}
.hmUsp .hmUspLst li .hmUspBx .hmUspBxTxt {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 250px;
}
.hmUsp .hmUspLst li .hmUspBx .hmUspBxTxt p {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .hmUsp .hmUspLst li .hmUspBx .hmUspBxTxt p {
    font-size: 23px;
    line-height: 34px;
  }
}
@media (max-width: 1400px) {
  .hmUsp .hmUspLst li {
    flex: 0 0 21.66%;
    max-width: 21.66%;
    padding: 0 10px;
  }
  .hmUsp .hmUspLst li:nth-child(2) {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .hmUsp .hmUspLst li:nth-child(2) .hmUspBx {
    height: 260px;
  }
  .hmUsp .hmUspLst li:nth-child(3) .hmUspBx .hmUspBxTxt {
    bottom: 50px;
  }
  .hmUsp .hmUspLst li:nth-child(4) .hmUspBx {
    height: 260px;
  }
  .hmUsp .hmUspLst li .hmUspBx .hmUspBxTxt {
    bottom: 30px;
    max-width: 150px;
  }
  .hmUsp .hmUspLst li .hmUspBx .hmUspBxTxt p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .hmUsp .hmUspLst li:nth-child(3) .hmUspBx .hmUspBxTxt {
    bottom: 28px;
  }
}
@media (max-width: 767px) {
  .hmUsp .hmUspLst {
    justify-content: flex-start;
  }
  .hmUsp .hmUspLst li {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    margin-bottom: 20px;
  }
  .hmUsp .hmUspLst li .hmUspBx {
    height: 270px !important;
  }
  .hmUsp .hmUspLst li .hmUspBx img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .hmUsp .hmUspLst li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 480px) {
  .hmUsp .hmUspLst li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.hmGlobal .sectionTitle {
  text-align: center;
}
.hmGlobal .hmGlobalImg {
  text-align: center;
}

.ourClient {
  background: #F6F6F6;
}
.ourClient .sectionTitle {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ourClient .sectionTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .ourClient .sectionTitle {
    margin-bottom: 20px;
  }
}
.ourClient .slick-dots {
  margin-top: 0px;
  height: 20px;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 0px;
  width: auto;
}
.ourClient .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 10px;
}
.ourClient .slick-dots li::before {
  display: none;
}
.ourClient .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  background-color: #006792;
  padding: 0px;
  border-radius: 50%;
}
.ourClient .slick-dots li button:before {
  display: none;
}
.ourClient .slick-dots li.slick-active button {
  background: #EF7F1A;
}
@media (max-width: 1400px) {
  .ourClient .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
  }
  .ourClient .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-grid .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 35px;
  margin: 0 14px 25px;
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
  opacity: 1;
  transition: 0.4s ease-in-out all;
}
.logo-grid .logo-item img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .logo-grid .logo-item {
    margin: 0 10px 25px;
    padding: 30px 25px;
    height: 140px;
  }
  .logo-grid .logo-item img {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .logo-grid .logo-item {
    padding: 15px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .logo-grid .logo-item {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .logo-grid .logo-item {
    max-width: 250px;
    margin: 0 auto;
    padding: 15px;
    height: 95px;
  }
}

footer {
  position: relative;
  background: #fff;
  padding: 150px 50px 0;
}
footer::before {
  content: "";
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  background: #3F3F3F;
  width: 95%;
  height: 1px;
  margin: auto;
}
footer .ftrMain {
  background: #000000;
  border-radius: 50px;
  padding-bottom: 0;
}
footer .ftrMain .ftrUpTxt {
  padding: 70px;
  border-bottom: 1px solid #3F3F3F;
}
footer .ftrMain .ftrUpTxt h2 {
  font-weight: 250;
  font-size: 110px;
  line-height: 110px;
  color: #fff;
  margin-bottom: 0;
}
footer .ftrMain .ftrUpTxt h2 .ftrArw {
  margin-left: 50px;
}
footer .ftrMain .ftrUpTxt h2 .ftrArw img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .ftrMain .ftrUp {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 70px 60px;
}
footer .ftrMain .ftrUp .ftrSub {
  font-family: "Playfair", serif;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
footer .ftrMain .ftrUp .ftrUplft {
  flex: 0 0 60%;
  max-width: 400px;
  margin: 0 auto 0 0;
}
footer .ftrMain .ftrUp .ftrUplft img {
  margin-bottom: 44px;
  display: block;
}
footer .ftrMain .ftrUp .ftrUpMid {
  flex: 0 0 15%;
  max-width: 15%;
}
footer .ftrMain .ftrUp .ftrUpMid .ftrLink li {
  margin-bottom: 20px;
}
footer .ftrMain .ftrUp .ftrUpMid .ftrLink li::before {
  display: none;
}
footer .ftrMain .ftrUp .ftrUpMid .ftrLink li:hover a, footer .ftrMain .ftrUp .ftrUpMid .ftrLink li.active a {
  color: #fff;
}
footer .ftrMain .ftrUp .ftrUpMid .ftrLink li:last-child {
  margin-bottom: 0;
}
footer .ftrMain .ftrUp .ftrUpMid .ftrLink li a {
  color: #696969;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  transition: 0.5s ease-in-out all;
}
footer .ftrMain .ftrUp .ftrUpRgt {
  flex: 0 0 30%;
  max-width: 30%;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li {
  margin-bottom: 30px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li::before {
  display: none;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li:last-child {
  margin-bottom: 0;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call {
  position: relative;
  padding-left: 40px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/call.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.location::before {
  background-image: url("../images/location.png");
  height: 25px;
  width: 30px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.mail::before {
  background-image: url("../images/mail.png");
  top: 7px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.mail a {
  display: block;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.mail a:first-child {
  margin-bottom: 10px;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
  color: #696969;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  transition: 0.5s ease-in-out all;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a:hover {
  color: #fff;
}
footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
  color: #696969;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
footer .ftrMain .ftrDwn {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 70px;
  align-items: center;
}
footer .ftrMain .ftrDwn .ftrDwnTxt {
  flex: 0 0 50%;
  max-width: 50%;
}
footer .ftrMain .ftrDwn .ftrDwnTxt p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
footer .ftrMain .ftrDwn .ftrDwnTxt:last-child {
  text-align: right;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  footer {
    padding: 100px 30px 0;
  }
  footer::before {
    bottom: 65px;
  }
  footer .ftrMain .ftrUpTxt {
    padding: 50px;
  }
  footer .ftrMain .ftrUpTxt h2 {
    font-size: 70px;
    line-height: 70px;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw {
    margin-left: 20px;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw img {
    height: 50px;
  }
  footer .ftrMain .ftrUp {
    padding: 50px 50px 40px;
  }
  footer .ftrMain .ftrUp .ftrSub {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  footer .ftrMain .ftrUp .ftrUplft {
    max-width: 300px;
  }
  footer .ftrMain .ftrUp .ftrUplft img {
    margin-bottom: 30px;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 15px;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li a {
    font-size: 16px;
    line-height: 16px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li {
    margin-bottom: 25px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li::before {
    display: none;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call {
    padding-left: 30px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 16px;
    line-height: 16px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 16px;
    line-height: 24px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.mail::before {
    top: 5px;
  }
  footer .ftrMain .ftrDwn {
    padding: 20px 50px;
  }
  footer .ftrMain .ftrDwn .ftrDwnTxt p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1400px) {
  footer {
    padding: 100px 30px 0;
  }
  footer::before {
    bottom: 65px;
  }
  footer .ftrMain .ftrUpTxt {
    padding: 50px;
  }
  footer .ftrMain .ftrUpTxt h2 {
    font-size: 70px;
    line-height: 70px;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw {
    margin-left: 20px;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw img {
    height: 50px;
  }
  footer .ftrMain .ftrUp {
    padding: 50px 50px 40px;
  }
  footer .ftrMain .ftrUp .ftrSub {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  footer .ftrMain .ftrUp .ftrUplft {
    max-width: 300px;
  }
  footer .ftrMain .ftrUp .ftrUplft img {
    margin-bottom: 30px;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 15px;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li a {
    font-size: 16px;
    line-height: 16px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li {
    margin-bottom: 25px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li::before {
    display: none;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call {
    padding-left: 30px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 16px;
    line-height: 16px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 16px;
    line-height: 24px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call.mail::before {
    top: 5px;
  }
  footer .ftrMain .ftrDwn {
    padding: 20px 50px;
  }
  footer .ftrMain .ftrDwn .ftrDwnTxt p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1199px) {
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 14px;
    line-height: 24px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 70px 30px 0px;
  }
  footer .ftrMain .ftrUpTxt {
    padding: 35px;
  }
  footer .ftrMain .ftrUpTxt h2 {
    font-size: 50px;
    line-height: 60px;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw img {
    height: 40px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt {
    flex: 0 0 40%;
    max-width: 40%;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 14px;
    line-height: 24px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 14px;
    line-height: 24px;
  }
  footer .ftrMain .ftrUp .ftrUplft {
    max-width: 260px;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  footer:before {
    width: 91%;
    bottom: 84px;
  }
  footer .ftrMain .ftrUp {
    padding: 40px 40px 40px;
  }
  footer .ftrMain .ftrUp .ftrSub {
    font-size: 18px;
    line-height: 18px;
  }
  footer .ftrMain .ftrUp li::before {
    display: none;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li::before {
    display: none;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li a {
    font-size: 12px;
    line-height: 12px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 12px;
    line-height: 22px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 12px;
    line-height: 22px;
  }
  footer .ftrMain .ftrDwn {
    flex-direction: column;
  }
  footer .ftrMain .ftrDwn .ftrDwnTxt {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  footer .ftrMain .ftrUpTxt h2 {
    font-size: 40px;
    line-height: 50px;
  }
  footer .ftrMain .ftrUpTxt h2 img {
    height: 30px;
  }
  footer .ftrMain .ftrUp .ftrUplft {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px !important;
    flex-direction: column;
  }
  footer .ftrMain .ftrUp .ftrUpRgt {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  footer .ftrMain .ftrUp .ftrUpMid {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 40px 15px 0px;
  }
  footer:before {
    width: 88%;
    bottom: 78px;
  }
  footer .ftrMain .ftrUpTxt h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  footer .ftrMain .ftrUpTxt h2 .ftrArw img {
    height: 30px;
  }
  footer .ftrMain .ftrUp {
    padding-bottom: 0px !important;
  }
  footer .ftrMain .ftrUp .ftrUpRgt {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrSub {
    text-align: center;
  }
  footer .ftrMain .ftrUp .ftrUpRgt .ftrCntct {
    max-width: 219px;
    margin: auto;
  }
  footer .ftrMain .ftrUp .ftrUpMid {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .ftrMain .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 10px;
  }
  footer .ftrMain .ftrDwn {
    padding: 10px 25px;
  }
  footer .ftrMain .ftrDwn .ftrDwnTxt p {
    font-size: 10px;
    line-height: 10px;
  }
}

.ourSolutionSec .comnBtn {
  justify-content: end;
  padding-right: 27px;
  padding-top: 0px;
}
.ourSolutionSec .comnBtn .defaultButton {
  color: #000;
}
@media (max-width: 1400px) {
  .ourSolutionSec .comnBtn {
    padding-right: 26px;
  }
}
@media (max-width: 480px) {
  .ourSolutionSec .comnBtn {
    justify-content: center;
    padding-right: 0px;
  }
}
.ourSolutionSec .sectionTitle {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .ourSolutionSec .sectionTitle {
    text-align: center;
    margin-bottom: 20px;
  }
}
.ourSolutionSec .row {
  align-items: center;
  margin-bottom: 40px;
}
.ourSolutionSec .slick-slide {
  padding: 0px 15px;
}
.ourSolutionSec .solutionSlider .slick-dots {
  bottom: -41px;
}
.ourSolutionSec .solutionSlider .slick-dots li:before {
  display: none;
}
.ourSolutionSec .solutionSlider .slick-dots li button {
  background: #006792;
  width: 18px;
  height: 18px;
  font-size: 0px;
  border-radius: 50px;
}
.ourSolutionSec .solutionSlider .slick-dots li.slick-active button {
  background: #EF7F1A;
}
.ourSolutionSec .solutionSlider .solutionBox {
  background: #CFCFCF;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  position: relative;
}
.ourSolutionSec .solutionSlider .solutionBox .solutionText p {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourSolutionSec .solutionSlider .solutionBox .solutionText p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .ourSolutionSec .solutionSlider .solutionBox .solutionText p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .ourSolutionSec .solutionSlider .solutionBox .solutionText p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourSolutionSec .solutionSlider .solutionBox .solutionImg img {
    height: 280px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .ourSolutionSec .solutionSlider .solutionBox .solutionImg img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 0px 0px 0px;
  padding: 15px;
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton .roundButton {
  background: #EF7F1A;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton .roundButton img {
  transition: ease-in-out 0.2s all;
}
@media (max-width: 1400px) {
  .ourSolutionSec .solutionSlider .solutionBox .exploreButton .roundButton {
    width: 40px;
    height: 40px;
  }
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton::before {
  content: "";
  position: absolute;
  background: url(../images/white_corner.png) no-repeat;
  width: 15px;
  height: 15px;
  top: -12px;
  right: -1px;
  z-index: 1;
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton:after {
  content: "";
  position: absolute;
  background: url(../images/white_corner.png) no-repeat;
  width: 14px;
  height: 14px;
  top: inherit;
  left: -14px;
  z-index: 1;
  bottom: -1px;
}
.ourSolutionSec .solutionSlider .solutionBox .exploreButton:hover .roundButton img {
  transform: rotate(45deg);
}
@media (max-width: 1400px) {
  .ourSolutionSec .solutionSlider .solutionBox {
    padding: 30px 30px 20px 30px;
  }
}

.whyUssec {
  background: #006792;
  border-radius: 50px;
  padding-bottom: 100px;
}
.whyUssec .whyusBox {
  padding-left: 130px;
  display: flex;
  padding-bottom: 100px;
}
.whyUssec .whyusBox .whyusContent {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 40px;
}
.whyUssec .whyusBox .whyusContent .sectionTitle {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .whyUssec .whyusBox .whyusContent .sectionTitle {
    margin-bottom: 40px;
  }
}
.whyUssec .whyusBox .whyusContent ul li {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  padding: 50px 0px;
  border-bottom: 2px dashed #178FC2;
  position: relative;
  counter-increment: li;
  padding-left: 50px;
}
.whyUssec .whyusBox .whyusContent ul li:first-child {
  padding-top: 0px;
}
.whyUssec .whyusBox .whyusContent ul li::before {
  display: none;
}
.whyUssec .whyusBox .whyusContent ul li span {
  content: counter(li);
  position: absolute;
  left: 0;
  font-size: 60px;
  line-height: 47px;
  font-weight: 300;
  color: #fff;
  opacity: 0.3;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .whyUssec .whyusBox .whyusContent ul li span {
    font-size: 50px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .whyUssec .whyusBox .whyusContent ul li span {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .whyUssec .whyusBox .whyusContent ul li span {
    font-size: 38px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .whyUssec .whyusBox .whyusContent ul li span {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .whyUssec .whyusBox .whyusContent ul li {
    font-size: 34px;
    line-height: 35px;
    padding: 40px 0px;
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .whyUssec .whyusBox .whyusContent ul li {
    font-size: 28px;
    line-height: 38px;
    padding: 40px 0px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .whyUssec .whyusBox .whyusContent ul li {
    font-size: 25px;
    line-height: 35px;
    padding: 30px 0px;
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .whyUssec .whyusBox .whyusContent ul li {
    font-size: 22px;
    line-height: 30px;
  }
}
.whyUssec .whyusBox .whyusContent .whyusDetail {
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .whyUssec .whyusBox .whyusContent .whyusDetail {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .whyUssec .whyusBox .whyusContent .whyusDetail {
    font-size: 18px;
    line-break: 24px;
  }
}
@media (max-width: 991px) {
  .whyUssec .whyusBox .whyusContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .whyUssec .whyusBox .whyusContent {
    padding-right: 0px;
  }
}
.whyUssec .whyusBox .whyusImgSec {
  flex: 0 0 30%;
  max-width: 30%;
}
.whyUssec .whyusBox .whyusImgSec img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .whyUssec .whyusBox .whyusImgSec {
    display: none;
  }
}
@media (max-width: 1400px) {
  .whyUssec .whyusBox {
    padding-bottom: 70px;
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .whyUssec .whyusBox {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .whyUssec .whyusBox {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .whyUssec .whyusBox {
    padding-left: 30px;
  }
}
.whyUssec .hmcounterSec {
  padding-right: 120px;
  padding-left: 120px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.whyUssec .hmcounterSec .counterlist {
  display: flex;
  flex-wrap: wrap;
}
.whyUssec .hmcounterSec .counterlist .counterBox {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  padding: 50px 0px;
}
.whyUssec .hmcounterSec .counterlist .counterBox span {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  color: #fff;
  font-family: "Playfair", serif;
}
@media (max-width: 1400px) {
  .whyUssec .hmcounterSec .counterlist .counterBox span {
    font-size: 40px;
    line-height: 50px;
  }
}
.whyUssec .hmcounterSec .counterlist .counterBox p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .whyUssec .hmcounterSec .counterlist .counterBox p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .whyUssec .hmcounterSec .counterlist .counterBox p {
    font-size: 14px;
    line-height: 14px;
  }
}
.whyUssec .hmcounterSec .counterlist .counterBox:last-child {
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 1400px) {
  .whyUssec .hmcounterSec .counterlist .counterBox {
    padding: 25px 0px;
  }
}
@media (max-width: 480px) {
  .whyUssec .hmcounterSec .counterlist .counterBox {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0px;
  }
}
@media (max-width: 1199px) {
  .whyUssec .hmcounterSec {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .whyUssec .hmcounterSec {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 575px) {
  .whyUssec .hmcounterSec {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1400px) {
  .whyUssec {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .whyUssec {
    padding-bottom: 70px;
  }
}

.ourHistory .sectionTitle {
  text-align: center;
}
.ourHistory .historyContent {
  padding-top: 150px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourHistory .historyContent {
    padding-top: 80px;
  }
}
@media (max-width: 1400px) {
  .ourHistory .historyContent {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .ourHistory .historyContent {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .ourHistory .historyContent {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .ourHistory .historyContent {
    padding-top: 0px;
    max-width: 450px;
    margin: auto;
  }
}
.ourHistory .historyimg {
  height: 100%;
}
.ourHistory .historyimg img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ourHistory .historyimg img {
    height: 350px;
  }
}
.ourHistory .headings {
  font-size: 40px;
  line-height: 40px;
  color: black !important;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .ourHistory .headings {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .ourHistory .headings {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 991px) {
  .ourHistory .headings {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .ourHistory .headings {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .ourHistory .headings {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .ourHistory .headings {
    font-size: 25px;
    line-height: 22px;
  }
}
.ourHistory .visMisiom {
  background-color: #CCECF9;
  border-radius: 20px;
  height: 100%;
  padding: 50px 40px;
}
@media (max-width: 1400px) {
  .ourHistory .visMisiom {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ourHistory .visMisiom {
    margin-top: 20px;
    height: auto;
  }
}
.ourHistory .visMisiom p {
  color: #414141;
}
.ourHistory .corevalues {
  background-color: #FFCD9F;
  border-radius: 20px;
  height: 100%;
  padding: 50px 40px;
}
@media (max-width: 1400px) {
  .ourHistory .corevalues {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ourHistory .corevalues {
    height: auto;
    margin: 20px 0px;
  }
}
.ourHistory .historybtmpadd {
  padding-top: 20px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourHistory .historybtmpadd {
    padding-top: 0px;
  }
}
@media (max-width: 1400px) {
  .ourHistory .historybtmpadd {
    padding-top: 0px;
  }
}

.directorsDesk {
  background-color: #F6F6F6;
  border-radius: 50px;
}
.directorsDesk .directorimg {
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .directorsDesk .directorimg {
    text-align: left;
  }
}
.directorsDesk .directorimg img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .directorsDesk .directorimg img {
    height: 400px;
  }
}
.directorsDesk .directorbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .directorsDesk .directorbox {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .directorsDesk .directorbox {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .directorsDesk .directorbox .sectionTitle {
    padding-top: 15px;
  }
}
.directorsDesk .directorbox .directorContent {
  padding-bottom: 65px;
}
@media (max-width: 1400px) {
  .directorsDesk .directorbox .directorContent {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .directorsDesk .directorbox .directorContent {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .directorsDesk .directorbox .directorContent {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .directorsDesk .directorbox .directorContent {
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .directorsDesk .directorbox .directorContent {
    padding-bottom: 10px;
  }
}
.directorsDesk .directorbox .directorContent p {
  font-weight: 400;
  color: black;
}

.executionTeam .sectionTitle {
  text-align: center;
}
.executionTeam .teams {
  padding-top: 30px;
  text-align: center;
}
.executionTeam .teamimg {
  text-align: center;
  min-height: 341px;
}
@media (max-width: 1400px) {
  .executionTeam .teamimg {
    min-height: 335px;
  }
}
@media (max-width: 1199px) {
  .executionTeam .teamimg {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .executionTeam .teamimg {
    min-height: 280px;
  }
}

.ourProcess {
  background-color: #000;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ourProcess .sectionTitle {
  text-align: center;
}
.ourProcess .subHeading {
  color: white;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .ourProcess .subHeading {
    padding-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .ourProcess .subHeading {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ourProcess .subHeading {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .ourProcess .subHeading {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .ourProcess .subHeading {
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .ourProcess .subHeading {
    padding-bottom: 10px;
  }
}
.ourProcess .processimg {
  margin: auto;
  text-align: center;
}

.ourInfra .sectionTitle {
  text-align: center;
}
.ourInfra .ourinfaimg {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .ourInfra .ourinfaimg {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .ourInfra .ourinfaimg {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .ourInfra .ourinfaimg {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .ourInfra .ourinfaimg {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .ourInfra .ourinfaimg {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .ourInfra .ourinfaimg {
    max-width: 350px;
  }
}
.ourInfra .ourinfaimg img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.ourInfra p {
  padding-top: 40px;
  text-align: center;
  max-width: 1500px;
  margin: auto;
}
@media (max-width: 1400px) {
  .ourInfra p {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .ourInfra p {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .ourInfra p {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .ourSolution {
    max-width: 500px;
    margin: auto;
  }
}
.ourSolution .solutionBox {
  margin-bottom: 25px;
  background: #CFCFCF;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  position: relative;
}
.ourSolution .solutionBox .solutionText p {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourSolution .solutionBox .solutionText p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .ourSolution .solutionBox .solutionText p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .ourSolution .solutionBox .solutionText p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .ourSolution .solutionBox .solutionImg img {
    height: 280px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .ourSolution .solutionBox .solutionImg img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ourSolution .solutionBox .exploreButton {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 0px 0px 0px;
  padding: 15px;
}
.ourSolution .solutionBox .exploreButton .roundButton {
  background: #EF7F1A;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ourSolution .solutionBox .exploreButton .roundButton img {
  transition: ease-in-out 0.2s all;
}
@media (max-width: 1400px) {
  .ourSolution .solutionBox .exploreButton .roundButton {
    width: 40px;
    height: 40px;
  }
}
.ourSolution .solutionBox .exploreButton::before {
  content: "";
  position: absolute;
  background: url(../images/white_corner.png) no-repeat;
  width: 15px;
  height: 15px;
  top: -12px;
  right: -1px;
  z-index: 1;
}
.ourSolution .solutionBox .exploreButton:after {
  content: "";
  position: absolute;
  background: url(../images/white_corner.png) no-repeat;
  width: 14px;
  height: 14px;
  top: inherit;
  left: -14px;
  z-index: 1;
  bottom: -1px;
}
.ourSolution .solutionBox .exploreButton:hover .roundButton img {
  transform: rotate(45deg);
}
@media (max-width: 1400px) {
  .ourSolution .solutionBox {
    padding: 30px 30px 20px 30px;
  }
}

.solAbout {
  background: #000;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.solAbout .subHeading {
  color: #D5D5D5;
}
.solAbout.hmAboutDesk {
  display: block;
}
.solAbout .hmAboutFlx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 35px;
  }
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .solAbout .hmAboutFlx {
    padding-bottom: 10px;
  }
}
.solAbout .hmAboutFlx .hmAboutLft {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 250;
  color: #D5D5D5;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 450px) {
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.solAbout .hmAboutFlx .hmAboutLft .sectionTitle span {
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: left;
}
.solAbout .hmAboutFlx .hmAboutRgt {
  flex: 0 0 40%;
  max-width: 40%;
}
.solAbout .hmAboutFlx .hmAboutRgt .servicebox {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #161616;
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox {
    padding: 10px 0px;
  }
}
.solAbout .hmAboutFlx .hmAboutRgt .servicebox .serimg {
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox .serimg img {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox .serimg img {
    height: 40px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox .serimg {
    margin-right: 20px;
  }
}
.solAbout .hmAboutFlx .hmAboutRgt .servicebox .sercontent p {
  color: #767676;
  text-align: left;
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutRgt .servicebox .sercontent p {
    font-size: 22px;
    line-height: 32px;
  }
}
.solAbout .hmAboutFlx .hmAboutRgt .aboutimg {
  text-align: center;
  margin-bottom: 60px;
}
.solAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
  opacity: 0.1;
  transition: 0.5s ease-in-out all;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.solAbout .hmAboutFlx .hmAboutRgt .aboutimg:hover img {
  opacity: 1;
}
.solAbout .hmAboutFlx .hmAboutRgt p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .solAbout .hmAboutFlx .hmAboutLft .comnBtn {
    margin-top: 66px;
  }
  .solAbout .hmAboutFlx .hmAboutRgt .aboutimg {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .solAbout .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .solAbout.hmAboutPhone {
    display: block;
  }
  .solAbout .hmAboutFlx .hmAboutRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solAbout .hmAboutFlx .hmAboutRgt .aboutimg {
    text-align: left;
  }
  .solAbout .hmAboutFlx .hmAboutLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solAbout .hmAboutFlx .hmAboutLft .sectionTitle {
    margin-bottom: 20px;
  }
  .solAbout .hmAboutFlx .hmAboutLft .comnBtn {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .solAbout .hmAboutFlx .hmAboutLft .comnBtn {
    padding-top: 15px;
  }
}
.solAbout .reachusbox {
  text-align: center;
}
@media (max-width: 767px) {
  .solAbout .reachusbox .reachus {
    padding-bottom: 10px;
  }
}
.solAbout .reachusbox .reachus a {
  display: block;
  align-items: center;
  color: #767676;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.solAbout .reachusbox .reachus a:hover {
  color: #fff;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solAbout .reachusbox .reachus a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  .solAbout .reachusbox .reachus a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .solAbout .reachusbox .reachus a {
    font-size: 14px;
    line-height: 22px;
  }
}
.solAbout .reachusbox .reachus img {
  margin-bottom: 20px;
}
.solAbout .reachusbox .reachus .adssp {
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .solAbout .reachusbox .reachus .adssp {
    padding-top: 10px;
  }
}
.solAbout .reachusbox .reachus p {
  padding: 0px;
  margin: 0px;
}

.map {
  margin-top: -40px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .map {
    margin-top: -20px;
  }
}

.inquiryForm {
  background: #006792;
  color: white;
  padding: 100px;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .inquiryForm {
    padding: 70px;
  }
}
@media (max-width: 991px) {
  .inquiryForm {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .inquiryForm {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .inquiryForm {
    padding: 30px;
  }
}
.inquiryForm .error {
  color: red;
}
.inquiryForm .comnBtn {
  padding-top: 20px;
}
.inquiryForm .sectionTitle {
  color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .inquiryForm .sectionTitle br {
    display: none;
  }
}
.inquiryForm .form-group {
  margin-bottom: 25px;
  color: white;
  border-radius: 10px;
}
.inquiryForm .form-group .roboto .textflx {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #664536;
}
@media (max-width: 1400px) {
  .inquiryForm .form-group .roboto .textflx {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .inquiryForm .form-group .roboto .textflx {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .inquiryForm .form-group .roboto .textflx {
    height: 40px;
  }
}
.inquiryForm .form-group .roboto .textflx img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .inquiryForm .form-group .roboto .textflx img {
    height: 35px;
  }
}
.inquiryForm .form-group textarea {
  height: 100px;
}
.inquiryForm .form-group #product {
  background-color: #004663;
  color: white;
}
.inquiryForm .form-control {
  background-color: #004663;
  color: white !important;
  border: none;
  height: 60px;
}
@media (max-width: 1400px) {
  .inquiryForm .form-control {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .inquiryForm .form-control {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .inquiryForm .form-control {
    height: 42px;
  }
}
.inquiryForm .form-control::-moz-placeholder {
  color: white;
}
.inquiryForm .form-control::placeholder {
  color: white;
}
.inquiryForm label {
  color: white;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.spanPlayfair {
  font-family: "Playfair", serif;
  text-align: center !important;
}

.paddtopzero {
  padding-top: 0px !important;
}

@media (max-width: 767px) {
  .careerbtnhide {
    display: none;
  }
}

.careerbtnshowphone {
  display: none !important;
}
@media (max-width: 767px) {
  .careerbtnshowphone {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .careerbtnshowphone.comnBtn {
    display: flex !important;
    padding-top: 20px;
  }
}
.careerbtnshowphone.comnBtn .defaultButton {
  color: #000;
}

.careerpadzero {
  padding-top: 0px !important;
}

.careerOpening .openings {
  border-bottom: 1px solid #B9B9B9;
  padding: 50px 0 30px;
}
@media (max-width: 991px) {
  .careerOpening .openings {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767px) {
  .careerOpening .openings {
    padding: 30px 0 30px;
  }
}
.careerOpening .openings .openingflx {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .careerOpening .openings .openingflx {
    flex-direction: column;
  }
}
.careerOpening .openings .openingflx .category {
  color: black;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 1400px) {
  .careerOpening .openings .openingflx .category {
    font-size: 26px;
    line-height: 39px;
  }
}
@media (max-width: 1199px) {
  .careerOpening .openings .openingflx .category {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .careerOpening .openings .openingflx .category {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .careerOpening .openings .openingflx .category {
    font-size: 22px;
    line-height: 34px;
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .careerOpening .openings .openingflx .category {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 380px) {
  .careerOpening .openings .openingflx .category {
    font-size: 18px;
    line-height: 30px;
  }
}
.careerOpening .openings .openingflx .comnBtn {
  padding: 0px;
}
.careerOpening .openings .openingflx .comnBtn .defaultButton {
  color: black !important;
}
.careerOpening .openings .postedon {
  color: #B4B4B4;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .careerOpening .openings .postedon {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  .careerOpening .openings .postedon {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .careerOpening .openings .postedon {
    font-size: 15px;
    line-height: 15px;
    padding-top: 10px;
  }
}
.careerOpening .openings .buttons {
  display: flex;
}
@media (max-width: 767px) {
  .careerOpening .openings .buttons {
    align-items: center;
  }
}
.careerOpening .openings .buttons .fulltime {
  margin-right: 30px;
  background: transparent;
  border-radius: 30px;
  text-align: center;
  padding: 14px 40px;
  color: #767676;
  display: inline-block;
  position: relative;
  transition: ease-in-out 0.7s all;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #767676;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .careerOpening .openings .buttons .fulltime {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .careerOpening .openings .buttons .fulltime {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .careerOpening .openings .buttons .fulltime {
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .careerOpening .openings .buttons .fulltime {
    margin-right: 5px;
  }
}
.careerOpening .openings .buttons .fulltime a {
  color: #767676;
}
.careerOpening .openings .buttons .yrExp {
  background: transparent;
  border-radius: 30px;
  text-align: center;
  padding: 14px 40px;
  color: #444444;
  display: inline-block;
  position: relative;
  transition: ease-in-out 0.7s all;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #444444;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .careerOpening .openings .buttons .yrExp {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .careerOpening .openings .buttons .yrExp {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.careerOpening .openings .buttons .yrExp a {
  color: #444444;
}

.solutiondetails {
  background: #000;
}
.solutiondetails.hmAboutDesk {
  display: block;
}
.solutiondetails .subHeading {
  color: #D5D5D5;
  text-align: start;
}
.solutiondetails ul {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .solutiondetails ul {
    padding-bottom: 15px;
  }
}
.solutiondetails ul li {
  color: #767676;
}
.solutiondetails ul li::before {
  color: #767676;
}
.solutiondetails .hmAboutFlx {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .solutiondetails .hmAboutFlx {
    flex-direction: column-reverse;
  }
}
.solutiondetails .hmAboutFlx .hmAboutLft {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
.solutiondetails .hmAboutFlx .hmAboutLft .sectionTitle {
  font-family: "Jost", sans-serif;
  font-weight: 250;
  color: #D5D5D5;
}
.solutiondetails .hmAboutFlx .hmAboutLft .sectionTitle span {
  font-weight: 400;
  color: #fff;
  display: block;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solutiondetails .hmAboutFlx .hmAboutLft .sectionTitle {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .solutiondetails .hmAboutFlx .hmAboutLft .sectionTitle {
    padding-top: 20px;
  }
}
.solutiondetails .hmAboutFlx .hmAboutRgt {
  flex: 0 0 40%;
  max-width: 40%;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg {
  text-align: center;
  margin-bottom: 60px;
  text-align: center;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg {
  background-color: #CFCFCF;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct {
  display: block !important;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider {
  height: 100%;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-track {
  height: 100%;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-list {
  height: 100%;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-list .slick-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-list .slick-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-dots {
  bottom: 20px;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-dots li::before {
  display: none !important;
}
.solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg.octproduct .slick-slider .slick-dots li button {
  font-size: 0px;
  background-color: #a39d9d;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}
@media (max-width: 1400px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg {
    height: 360px;
    width: 360px;
  }
}
@media (max-width: 767px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1400px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg.bgimg img {
    height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.solutiondetails .hmAboutFlx .hmAboutRgt p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg img {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .solutiondetails.hmAboutPhone {
    display: block;
  }
  .solutiondetails .hmAboutFlx {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .solutiondetails .hmAboutFlx {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .solutiondetails .hmAboutFlx .hmAboutRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solutiondetails .hmAboutFlx .hmAboutRgt .aboutimg {
    text-align: left;
  }
  .solutiondetails .hmAboutFlx .hmAboutLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solutiondetails .hmAboutFlx .hmAboutLft .sectionTitle {
    margin-bottom: 20px;
  }
  .solutiondetails .hmAboutFlx .hmAboutLft .comnBtn {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .solutiondetails .hmAboutFlx .hmAboutLft .comnBtn {
    padding-top: 15px;
  }
}

.salientFeatures .sectionTitle {
  text-align: center;
}
.salientFeatures .featurebox {
  background-color: #CCECF9;
  border-radius: 20px;
  padding: 50px 40px;
  margin-bottom: 20px;
  text-align: start;
  height: 100%;
}
.salientFeatures .featurebox b {
  margin-bottom: 10px !important;
  display: block;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .salientFeatures .featurebox {
    padding: 30px 30px;
  }
}
@media (max-width: 1400px) {
  .salientFeatures .featurebox {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .salientFeatures .featurebox {
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .salientFeatures .featurebox {
    max-width: 300px;
  }
}
.salientFeatures .featurebox .subHeading {
  text-align: start;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .salientFeatures .featurebox .subHeading {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .salientFeatures .featurebox .subHeading {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .salientFeatures .featurebox .subHeading {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .salientFeatures .featurebox .subHeading {
    font-size: 15px;
    line-height: 21px;
  }
}
.salientFeatures .featurebox p {
  margin: 0px;
}
@media (max-width: 575px) {
  .salientFeatures .featurebox p {
    margin: 0px;
  }
}

.technical_specification {
  text-align: center;
}
.technical_specification .subHeading {
  color: #000000;
  font-weight: 600;
  text-align: start;
}
@media (max-width: 991px) {
  .technical_specification .subHeading {
    font-size: 20px;
  }
}
.technical_specification .defaultButton {
  color: black;
}
.technical_specification table {
  border: 1px solid #CBCBCB;
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (max-width: 575px) {
  .technical_specification table {
    width: 900px;
  }
}
.technical_specification table tr {
  border-width: 2px;
}
.technical_specification table tr:nth-child(odd) td:nth-child(odd) {
  background-color: #EAF9FF;
}
.technical_specification table tr:nth-child(even) td:nth-child(even) {
  background-color: #EAF9FF;
}
.technical_specification table tr th {
  padding: 15px 20px;
  background-color: #00A0E3;
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .technical_specification table tr th {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .technical_specification table tr th {
    padding: 10px 13px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .technical_specification table tr th {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .technical_specification table tr th {
    font-size: 15px;
    line-height: 19px;
  }
}
.technical_specification table tr td {
  padding: 35px 20px;
  border-width: 2px;
  font-family: Jost;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  width: 12.5%;
}
@media (max-width: 1400px) {
  .technical_specification table tr td {
    font-size: 17px;
    line-height: 23px;
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .technical_specification table tr td {
    padding: 25px 13px;
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .technical_specification table tr td {
    font-size: 15px;
    line-height: 21px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .technical_specification table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 13px;
  }
}
.technical_specification table tr td, .technical_specification table tr th {
  border-width: 1px;
}

@media (max-width: 991px) {
  .tablenone {
    display: none;
  }
}

.serviceSec .servicedetail {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1400px) {
  .serviceSec .servicedetail {
    font-size: 22px;
    line-height: 30px;
  }
}
.serviceSec .sectionTitle {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .serviceSec .sectionTitle {
    padding-top: 30px;
  }
}

.industryweServe .sectionTitle {
  text-align: center;
}
.industryweServe .industryBox {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 10px 20px #ccc;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}
.industryweServe .industryBox .industryImage {
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .industryweServe .industryBox .industryImage {
    flex: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 575px) {
  .industryweServe .industryBox .industryImage img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.industryweServe .industryBox .industryName {
  flex: 0 0 80%;
  max-width: 80%;
}
.industryweServe .industryBox .industryName p {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .industryweServe .industryBox .industryName p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .industryweServe .industryBox .industryName {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1400px) {
  .industryweServe .industryBox {
    padding: 20px;
  }
}
.industryweServe .row {
  max-width: 73%;
  margin: auto;
  justify-content: center;
}
@media (max-width: 1199px) {
  .industryweServe .row {
    max-width: 100%;
  }
}

.whychooseusSec .sectionTitle {
  text-align: center;
}
.whychooseusSec .whychooseContent {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAF9FF;
  max-width: 77%;
  margin: auto;
}
.whychooseusSec .whychooseContent ul {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 10%;
  padding: 50px;
}
.whychooseusSec .whychooseContent ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 30px;
}
.whychooseusSec .whychooseContent ul li:before {
  display: none;
}
.whychooseusSec .whychooseContent ul li .whychooseicon {
  margin-right: 30px;
}
.whychooseusSec .whychooseContent ul li .whychooseicon img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent ul li .whychooseicon img {
    height: 60px;
  }
}
.whychooseusSec .whychooseContent ul li .whychoosecontent p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent ul li .whychoosecontent p {
    font-size: 22px;
    line-height: 30px;
  }
}
.whychooseusSec .whychooseContent ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent ul li {
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent ul {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .whychooseusSec .whychooseContent ul {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .whychooseusSec .whychooseContent ul {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
    padding: 30px;
  }
}
.whychooseusSec .whychooseContent .whychooseImg {
  flex: 0 0 40%;
  max-width: 40%;
}
.whychooseusSec .whychooseContent .whychooseImg img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent .whychooseImg img {
    height: 540px;
  }
}
@media (max-width: 991px) {
  .whychooseusSec .whychooseContent .whychooseImg img {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .whychooseusSec .whychooseContent .whychooseImg {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .whychooseusSec .whychooseContent .whychooseImg {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 1400px) {
  .whychooseusSec .whychooseContent {
    max-width: 85%;
  }
}
@media (max-width: 1199px) {
  .whychooseusSec .whychooseContent {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .whychooseusSec .whychooseContent {
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.error {
  font-size: 12px;
  line-height: 12px;
}

.dispnon {
  display: none;
}

.uploadresume .input-group .form-control {
  border: none;
  color: #000;
  width: 100%;
}
.uploadresume .input-group .form-control:focus {
  box-shadow: none;
}
.uploadresume i {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  top: 7px;
  height: auto;
  z-index: 3;
}
@media (max-width: 1400px) {
  .uploadresume .input-group-btn {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .uploadresume .input-group-btn {
    top: 6px;
  }
}
.uploadresume label.error {
  top: 100% !important;
}
.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
}
.uploadresume .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.uploadresume .career_btn {
  align-items: center;
  height: 100%;
  background: transparent;
  border-radius: 0px;
  color: #fff !important;
}
.uploadresume .career_btn img {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.octproduct {
  display: block;
}

.error {
  color: red !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .error {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .error {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */