/* ----- 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&amp;family=Oswald:wght@200..700&amp;display=swap");
.crossLine {
  background: #fff;
  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: #000;
  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: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
  .crossLine .line.crossLine2 {
    top: 44%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", serif;
  font-weight: 400;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1500px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

button {
  border: none;
}

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

.form-control:focus {
  border-color: #354f9e;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

p {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #636363;
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }
}

.bigPara {
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #636363;
}
@media (max-width: 1400px) {
  .bigPara {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .bigPara {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .bigPara {
    font-size: 18px;
    line-height: 24px;
  }
}

.fnt30 {
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
  color: #223030;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .fnt30 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .fnt30 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .fnt30 {
    margin-bottom: 10px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}
ul.bullets li {
  position: relative;
  padding-left: 20px;
}
ul.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #e7d9cc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
ul.bullets li p span {
  font-weight: 600;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.comnBtn {
  background: #000;
  padding: 0;
  display: inline-block;
  font-family: "Jost", serif;
  color: #223030;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.5s ease-in-out;
  background: transparent;
  position: relative;
}
.comnBtn i {
  padding-right: 5px;
}
.comnBtn:hover, .comnBtn:focus {
  color: #354f9e;
}
.comnBtn.clrWht:hover, .comnBtn.clrWht:focus {
  color: #a5b2d7;
}
@media (max-width: 1199px) {
  .comnBtn {
    font-size: 18px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .comnBtn {
    font-size: 16px;
    line-height: 14px;
  }
}

.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-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #223030;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
.sectionPadding.paddBtZro {
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 55px 0;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.subTitle {
  font-family: "Jost", serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  color: #959d90;
  position: relative;
  margin-bottom: 20px;
}
.subTitle .subSde {
  padding-right: 10px;
}
.subTitle .subSde img {
  height: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .subTitle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .subTitle {
    font-size: 12px;
    line-height: 12px;
  }
}

.mainHeader {
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 100%;
  z-index: 1;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
@media (max-width: 1400px) {
  .mainHeader header .logo a img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .mainHeader header .logo a img {
    height: 70px;
  }
}
@media (max-width: 450px) {
  .mainHeader header .logo a img {
    height: 60px;
  }
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 50px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 35px;
  }
}
.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-size: 20px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  padding: 10px;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    padding: 15px 12px 15px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #354f9e;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #7c94dd;
    background: transparent;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 20px 0;
  margin: 0;
  min-width: 220px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transform: inherit !important;
  top: 100% !important;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 10px 0;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  transition: 0.5s ease-in-out all;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 14px;
    line-height: 12px;
  }
}
.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: #E7D9CC !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;
    padding: 0;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:hover, .mainHeader header .navbarLink ul li > .dropdown-menu li.active {
    color: #7c94dd;
  }
  .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;
}
@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: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 80px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homebanner .bannerText .bannerDesc {
  font-family: "Oswald", serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 100px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.homebanner .bannerText .bannerDesc span {
  display: block;
  font-family: "Jost", serif;
  text-transform: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}
@media (max-width: 1400px) {
  .homebanner .bannerText {
    bottom: 40px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 40px;
    line-height: 70px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 30px;
    line-height: 50px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText {
    bottom: 20px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 22px;
    line-height: 36px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText {
    bottom: 20px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .homebanner .bannerImage img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText .bannerDesc {
    line-height: 32px;
    margin-bottom: 0;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbanner .innerBlock .innerText {
  font-size: 65px;
  font-weight: 400;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .innerbanner .innerBlock {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 55px;
    line-height: 90px;
  }
}
@media (max-width: 450px) {
  .innerbanner img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 45px;
    line-height: 80px;
  }
}

.inquiryForm .form-group {
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .inquiryForm .form-group {
    margin-bottom: 20px;
  }
}
.inquiryForm .defaultButton a {
  color: #fff;
}
.inquiryForm label.error {
  font-size: 14px !important;
  line-height: 22px !important;
  color: red !important;
  margin-bottom: 0 !important;
}

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 30px 0 0;
  cursor: pointer;
}
.socialMda li img {
  transform: scale(1);
  transition: 0.4s ease-in-out all;
}
.socialMda li:hover img, .socialMda li.active img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .socialMda li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .socialMda {
    justify-self: center;
  }
  .socialMda li {
    margin: 0 20px 0;
  }
}

.hmAbout .abtflx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmAbout .abtflx.flxDtRws {
  flex-direction: row-reverse;
}
.hmAbout .abtflx.flxDtRws .abtLft {
  margin: 0;
  max-width: 50%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .hmAbout .abtflx.flxDtRws .abtLft {
    max-width: 100%;
    padding-left: 0;
  }
}
.hmAbout .abtflx .abtLft {
  flex: 0 0 50%;
  max-width: 50%;
  max-width: 600px;
  margin: 0 auto 0 0;
}
.hmAbout .abtflx .abtLft .comnBtn {
  margin-top: 20px;
}
.hmAbout .abtflx .abtRgt {
  flex: 0 0 50%;
  max-width: 50%;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx {
  background: #eeefe9;
  border-radius: 30px;
  padding: 60px 30px;
  margin-bottom: 30px;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .numTxt {
  font-family: "Oswald", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  color: #513d34;
  margin-bottom: 20px;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .dullTxt {
  font-family: "Jost", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #818181;
  margin-bottom: 0;
}
.hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .dullTxt .spTxt {
  font-weight: 700;
  color: #513d34;
}
.hmAbout .abtflx.flxSus .abtLft {
  flex: 0 0 65%;
  max-width: 62%;
}
.hmAbout .abtflx.flxSus .abtRgt {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .hmAbout .abtflx.flxSus {
    justify-content: center;
    text-align: center;
  }
  .hmAbout .abtflx.flxSus .abtLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmAbout .abtflx.flxSus .abtRgt {
    flex: 0 0 100%;
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  .hmAbout .abtflx .abtLft {
    max-width: 480px;
  }
  .hmAbout .abtflx .abtLft .comnBtn {
    margin-top: 10px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li {
    padding: 0 15px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx {
    padding: 45px 25px;
    margin-bottom: 30px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .numTxt {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .dullTxt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .hmAbout .abtflx .abtLft {
    max-width: 410px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx {
    padding: 35px 20px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .numTxt {
    font-size: 40px;
    line-height: 40px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .dullTxt {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .hmAbout .abtflx .abtLft {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hmAbout .abtflx .abtRgt {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  .hmAbout .abtflx .abtRgt.tpZro {
    margin-top: 0;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx {
    padding: 30px 20px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .numTxt {
    font-size: 35px;
    line-height: 35px;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx .dullTxt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .hmAbout .abtflx .abtLft {
    text-align: center;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li {
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .hmAbout .abtflx .abtRgt .abtRgtFlx li .abtRgtBx {
    text-align: center;
  }
}

.hmSctr {
  margin-bottom: -100px;
}
.hmSctr .hmSctrDt .hmSctrUl {
  display: flex;
  flex-wrap: wrap;
}
.hmSctr .hmSctrDt .hmSctrUl li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background: #fff;
  transform: scale(0.95);
  transition: 0.5s ease-in-out all;
}
.hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt {
  padding: 30px;
}
.hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt p {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #223030;
  margin-bottom: 0;
}
.hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx:hover {
  transform: scale(1);
}
@media (max-width: 1400px) {
  .hmSctr {
    margin-bottom: -70px;
  }
  .hmSctr .hmSctrDt .hmSctrUl li {
    padding: 0 10px;
  }
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt {
    padding: 20px;
  }
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt p {
    font-family: "Oswald", serif;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt {
    padding: 18px;
  }
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .hmSctr {
    margin-bottom: 0;
    padding-bottom: 40px !important;
  }
  .hmSctr .hmSctrDt .subTitle {
    text-align: center;
  }
  .hmSctr .hmSctrDt .sectionTitle {
    text-align: center;
  }
  .hmSctr .hmSctrDt .hmSctrUl li {
    flex: 0 0 100%;
    max-width: 400px;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
  .hmSctr .hmSctrDt .hmSctrUl li:last-child {
    margin-bottom: 0;
  }
  .hmSctr .hmSctrDt .hmSctrUl li .hmSctrBx .sctrTxt {
    text-align: center;
  }
}

.clrWht {
  color: #fff;
}

.brds30 {
  border-radius: 30px;
}

.hmGrwInds {
  background: #223030;
  padding-top: 200px;
}
.hmGrwInds.tpNrmlPadd {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .hmGrwInds.tpNrmlPadd {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .hmGrwInds.tpNrmlPadd {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .hmGrwInds.tpNrmlPadd {
    padding-top: 30px;
  }
}
.hmGrwInds .grwIndsDt .grwIndsTp {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.hmGrwInds .grwIndsDt .grwIndsTp .grwIndsTpLft {
  flex: 0 0 50%;
  max-width: 50%;
}
.hmGrwInds .grwIndsDt .grwIndsTp .grwIndsTpRgt {
  flex: 0 0 50%;
  max-width: 50%;
}
.hmGrwInds .grwIndsDt .grwIndsTp .grwIndsTpRgt p {
  color: #eeefe9;
}
@media (max-width: 1400px) {
  .hmGrwInds .grwIndsDt .grwIndsTp {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hmGrwInds .grwIndsDt .grwIndsTp .subTitle {
    text-align: left;
  }
  .hmGrwInds .grwIndsDt .grwIndsTp .sectionTitle {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hmGrwInds .grwIndsDt .grwIndsTp {
    margin-bottom: 20px;
  }
  .hmGrwInds .grwIndsDt .grwIndsTp .grwIndsTpLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmGrwInds .grwIndsDt .grwIndsTp .grwIndsTpRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hmGrwInds .grwIndsDt .grwIndsFlx {
  display: flex;
  flex-wrap: wrap;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 10px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx {
  padding: 35px 30px;
  margin-bottom: 30px;
  background: #304242;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  min-height: 260px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx:last-child {
  margin-bottom: 0;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx .indsIcon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #e7d9cc;
  margin-bottom: 20px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #eeefe9;
  margin-bottom: 0;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 50px;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx {
  flex: 0 0 31.33%;
  max-width: 31.33%;
  margin: 0 11px;
}
@media (max-width: 1199px) {
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 {
    margin-bottom: 40px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx {
    margin: 0 9px;
  }
}
@media (max-width: 991px) {
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 {
    margin-bottom: 30px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li {
    justify-content: center;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 0 10px 25px;
    min-height: auto;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 {
    margin-bottom: 30px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li {
    justify-content: center;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx {
    flex: 0 0 100%;
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 450px) {
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 {
    margin-bottom: 20px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl.flx33 li .grwIndsBx {
    margin-bottom: 15px;
  }
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwInds {
  flex: 0 0 30%;
  max-width: 30%;
}
.hmGrwInds .grwIndsDt .grwIndsFlx .grwInds img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .hmGrwInds {
    padding-top: 150px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx {
    display: flex;
    flex-wrap: wrap;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li {
    padding: 0 10px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx {
    padding: 20px 15px;
    margin-bottom: 20px;
    min-height: 212px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx .indsIcon {
    height: 40px;
    width: 40px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx p {
    font-size: 14px;
    line-height: 22px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds img {
    height: 442px;
  }
}
@media (max-width: 1199px) {
  .hmGrwInds {
    padding-top: 130px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .hmGrwInds .grwIndsDt .subTitle {
    text-align: center;
  }
  .hmGrwInds .grwIndsDt .sectionTitle {
    text-align: center;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx {
    padding: 15px 15px;
    min-height: 218px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx .indsIcon {
    height: 30px;
    width: 30px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds img {
    height: 455px;
  }
}
@media (max-width: 767px) {
  .hmGrwInds {
    padding-top: 40px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds img {
    height: 450px;
  }
}
@media (max-width: 450px) {
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx {
    min-height: auto;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwIndsUl li .grwIndsBx:last-child {
    margin-bottom: 20px;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds {
    max-width: 300px;
    margin: 0 auto;
  }
  .hmGrwInds .grwIndsDt .grwIndsFlx .grwInds img {
    height: auto;
  }
}

.hmClient .sectionTitle {
  margin-bottom: 0;
}
.hmClient .row {
  align-items: center;
}
.hmClient .hmClienthead {
  padding-left: 20%;
}
.hmClient .clientSlider .slick-list {
  padding: 0 17% 0 0 !important;
}
.hmClient .clientSlider li.clientBox {
  padding: 15px 30px 0;
  margin: 15px 10px 15px;
  text-align: center;
  max-width: 230px;
  transition: 0.4s ease-in-out all;
  min-height: 110px;
  position: relative;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.hmClient .clientSlider li.clientBox img {
  margin: 0 auto;
  text-align: center;
  height: 105px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .hmClient {
    padding-bottom: 10px;
  }
  .hmClient .hmClienthead {
    padding-left: 0%;
    text-align: center;
  }
  .hmClient .hmClienthead .subTitle {
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .hmClient .clientSlider .slick-list {
    padding: 0 17% 0 0 !important;
  }
  .hmClient .clientSlider li.clientBox {
    padding: 15px 20px 0;
    max-width: 240px;
    margin: 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .hmClient {
    padding-bottom: 10px;
  }
  .hmClient .hmClienthead {
    padding-left: 0%;
    text-align: center;
  }
  .hmClient .clientSlider .slick-list {
    padding: 0 32% 0 0 !important;
  }
  .hmClient .clientSlider li.clientBox {
    padding: 15px 20px 0;
  }
}
@media (max-width: 575px) {
  .hmClient {
    padding-bottom: 10px;
  }
  .hmClient .hmClienthead {
    padding-left: 0%;
    text-align: center;
  }
  .hmClient .clientSlider .slick-list {
    padding: 0 !important;
  }
  .hmClient .clientSlider li.clientBox {
    padding: 15px 35px 0 15px;
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .hmClient .clientSlider li.clientBox {
    padding: 25px 20px 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .hmClient .clientSlider li.clientBox img {
    height: 60px;
  }
}

.hmGblPrsnc .hmGblflex {
  display: flex;
  flex-wrap: wrap;
}
.hmGblPrsnc .hmGblflex .gblPrsnc {
  flex: 0 0 50%;
  max-width: 50%;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_mobile {
  display: none;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .img_gloable {
  padding-right: 130px;
  padding-bottom: 20px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .img_gloable img {
  width: 100%;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location i {
  width: 22px;
  height: 22px;
  background: url(../images/bullet_map.png) no-repeat center center;
  display: block;
  background-size: contain;
  cursor: pointer;
  border: transparent solid 2px;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location span {
  background: #fff;
  position: absolute;
  color: #000;
  padding: 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  bottom: -18px;
  left: -11px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: none;
  white-space: nowrap;
  border-radius: 6px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.51);
  /*&::after{ content: ''; position: absolute; left: 0px; bottom: -15px;  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff;}*/
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location:hover i {
  border: #363636 solid 0px;
  border-radius: 100%;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location:hover span {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  bottom: -18px;
  width: auto;
  display: block;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location.location_Uttar_Pradesh {
  left: 35%;
  top: 32%;
  z-index: 4;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location.location_delhi {
  left: 22%;
  top: 23.5%;
  z-index: 3;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location.location_Madhya_Pradesh {
  left: 26%;
  top: 45%;
}
@media (max-width: 767px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section {
    display: none;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .global_map_mobile {
    display: block;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .global_map_mobile img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_mobile {
    display: block;
    margin: 0px -15px;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_mobile img {
    max-width: 100%;
  }
}
.hmGblPrsnc .hmGblflex .gblPrsnc .clientSld {
  display: flex;
  flex-wrap: wrap;
}
.hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox {
  flex: 0 0 30.33%;
  max-width: 33.33%;
  padding: 10px;
  margin: 10px 8px;
  text-align: center;
  transition: 0.4s ease-in-out all;
  min-height: 120px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox img {
  margin: 0 auto;
  text-align: center;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .img_gloable {
    padding-right: 100px;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox {
    min-height: 95px;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox img {
    height: 75px;
  }
}
@media (max-width: 1199px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .img_gloable {
    padding-right: 70px;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox {
    flex: 0 0 30.33%;
    max-width: 30.33%;
    padding: 10px;
    margin: 10px 6px;
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc:last-child {
    margin-bottom: 0;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .img_gloable {
    padding-right: 0;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location.location_delhi {
    left: 27%;
    top: 25.5%;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_section .map_location.location_Uttar_Pradesh {
    left: 43%;
    top: 33%;
  }
}
@media (max-width: 767px) {
  .hmGblPrsnc .gblPrsnc .subTitle {
    text-align: center;
  }
  .hmGblPrsnc .gblPrsnc .sectionTitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .global_presence_section .global_map_mobile .img_gloable {
    max-width: 300px;
    margin: auto;
  }
  .hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 15px;
    margin: 10px 10px;
  }
}
@media (max-width: 450px) {
  .hmGblPrsnc .hmGblflex .gblPrsnc .clientSld .clientBox {
    flex: 0 0 100%;
    max-width: 275px;
    margin: 0 auto 20px;
  }
}

footer {
  background: #afc1a3;
}
footer .ftrDt {
  padding: 100px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
footer .ftrDt .ftrLft {
  flex: 0 0 60%;
  max-width: 60%;
}
footer .ftrDt .ftrLft .ftrBig {
  font-family: "Oswald", serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 120px;
  color: #223030;
  margin-bottom: 50px;
}
footer .ftrDt .ftrLft .ftrDtUl {
  max-width: 45%;
  margin-bottom: 50px;
}
footer .ftrDt .ftrLft .ftrDtUl li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
footer .ftrDt .ftrLft .ftrDtUl li p {
  font-family: "Jost", serif;
  font-size: 22px;
  color: #515151;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
footer .ftrDt .ftrLft .ftrDtUl li a {
  font-family: "Jost", serif;
  font-size: 22px;
  color: #515151;
  font-weight: 400;
  line-height: 32px;
  transition: 0.4s ease-in-out all;
}
footer .ftrDt .ftrLft .ftrDtUl li a:hover {
  color: #354f9e;
}
footer .ftrDt .ftrLft .ftrDtUl li.map::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("../images/location.png");
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .ftrDt .ftrLft .ftrDtUl li.mail::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("../images/mail.png");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .ftrDt .ftrLft .ftrDtUl li.call::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("../images/call.png");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .ftrDt .ftrRgt {
  flex: 0 0 40%;
  max-width: 40%;
  margin-top: 60px;
  padding-left: 60px;
}
footer .ftrDt .ftrRgt .ftrLstFlx {
  display: flex;
  flex-wrap: wrap;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst {
  flex: 0 0 50%;
  max-width: 50%;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst p {
  font-family: "Oswald", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #223030;
  margin-bottom: 75px;
  position: relative;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst p::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #223030;
  height: 2px;
  width: 60px;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li {
  margin-bottom: 30px;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li a {
  font-family: "Jost", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #515151;
  transition: 0.5s ease-in-out all;
}
footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li.active a, footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li:hover a {
  color: #354f9e;
}
footer .cpyLst {
  border-top: 1px solid #515151;
}
footer .cpyLst .ftrLast {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  align-items: center;
}
footer .cpyLst .ftrLast p {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
  font-family: "Jost", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
footer .cpyLst .ftrLast .rgt {
  text-align: right;
}
@media (max-width: 1400px) {
  footer .ftrDt {
    padding: 70px 0 30px;
  }
  footer .ftrDt .ftrLft .ftrBig {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 30px;
  }
  footer .ftrDt .ftrLft .ftrDtUl {
    margin-bottom: 30px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li.map::before {
    top: 3px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li.mail::before {
    top: 3px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li.call::before {
    top: 3px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li p {
    font-size: 16px;
    line-height: 26px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li a {
    font-size: 16px;
    line-height: 26px;
  }
  footer .ftrDt .ftrRgt {
    margin-top: 40px;
    padding-left: 40px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst > p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 45px;
    position: relative;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst > p::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #223030;
    height: 2px;
    width: 60px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li {
    margin-bottom: 20px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li a {
    font-size: 16px;
    line-height: 24px;
  }
  footer .cpyLst .ftrLast {
    padding: 10px 0;
  }
  footer .cpyLst .ftrLast p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  footer .ftrDt {
    padding: 55px 0 30px;
  }
  footer .ftrDt .ftrLft .ftrBig {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  footer .ftrDt {
    padding: 40px 0 30px;
  }
  footer .ftrDt .ftrLft .ftrBig {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 25px;
  }
  footer .ftrDt .ftrRgt {
    padding-left: 10px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst > p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  footer .cpyLst .ftrLast p {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .cpyLst .ftrLast .rgt {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .ftrDt {
    padding: 30px 0 10px;
  }
  footer .ftrDt .ftrLft {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .ftrDt .ftrLft .ftrBig {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
    text-align: center;
  }
  footer .ftrDt .ftrLft .ftrDtUl {
    max-width: 40%;
    margin: 0 auto 20px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li {
    margin-bottom: 15px;
  }
  footer .ftrDt .ftrRgt {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst:last-child {
    margin-top: 10px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 35px;
    text-align: center;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst p::before {
    right: 0;
    margin: auto;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl {
    text-align: center;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li {
    margin-bottom: 15px;
  }
  footer .ftrDt .ftrRgt .ftrLstFlx .ftrLst .linkUl li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  footer .ftrDt .ftrLft .ftrBig {
    font-size: 45px;
    line-height: 55px;
  }
  footer .ftrDt .ftrLft .ftrDtUl {
    max-width: 71%;
  }
  footer .ftrDt .ftrLft .ftrDtUl li p {
    font-size: 14px;
    line-height: 20px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li.mail::before {
    top: 6px;
  }
  footer .ftrDt .ftrLft .ftrDtUl li.call::before {
    top: 4px;
  }
}

.cntctSec {
  position: relative;
}
.cntctSec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: #223030;
  z-index: -1;
}
.cntctSec .cntctFlx {
  display: flex;
  flex-wrap: wrap;
}
.cntctSec .cntctFlx.ultaFlx .cntctLft {
  margin: 0 0 0 auto;
}
.cntctSec .cntctFlx .cntctLft {
  flex: 0 0 50%;
  max-width: 700px;
  margin: 0 auto 0 0;
}
.cntctSec .cntctFlx .cntctLft.noBack {
  background: transparent;
  padding: 0;
}
.cntctSec .cntctFlx .cntctLft.noBack .careerImg {
  border-radius: 30px;
  width: 100%;
}
.cntctSec .cntctFlx .cntctLft .cntctDt p {
  color: #223030;
  font-family: "Jost", serif;
}
.cntctSec .cntctFlx .cntctLft .cntctDt a {
  color: #223030;
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: 0.5s ease-in-out all;
}
.cntctSec .cntctFlx .cntctLft .cntctDt a:hover {
  color: #354f9e;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .mnBox {
  margin-top: 58px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .mnBox p {
  margin-bottom: 30px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .mnBox:first-child {
  margin-top: 35px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .locate {
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .locate::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("../images/location.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .locate.call::before {
  background-image: url("../images/call.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .locate.mail {
  margin-bottom: 0px;
}
.cntctSec .cntctFlx .cntctLft .cntctDt .locate.mail::before {
  background-image: url("../images/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.cntctSec .cntctFlx .cntctRgt {
  flex: 0 0 50%;
  max-width: 50%;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm {
  display: flex;
  flex-wrap: wrap;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm .form-group.flx100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm .form-group label {
  font-size: 20px;
  font-family: "Jost", serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  color: #fff;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm select {
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
  border-radius: 10px;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm input,
.cntctSec .cntctFlx .cntctRgt .inquiryForm select {
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 26px;
  background-color: #f4f3f3;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.4s ease-in-out all;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm input:hover, .cntctSec .cntctFlx .cntctRgt .inquiryForm input:focus,
.cntctSec .cntctFlx .cntctRgt .inquiryForm select:hover,
.cntctSec .cntctFlx .cntctRgt .inquiryForm select:focus {
  border-color: #2d3b75;
  box-shadow: none;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm textarea {
  height: 180px;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  background-color: #f4f3f3;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.4s ease-in-out all;
}
.cntctSec .cntctFlx .cntctRgt .inquiryForm textarea:hover, .cntctSec .cntctFlx .cntctRgt .inquiryForm textarea:focus {
  border-color: #2d3b75;
  box-shadow: none;
}
.cntctSec .cntctFlx .cntctRgt .cntctBtn {
  margin-top: 50px;
  margin-bottom: 0;
}
.cntctSec .cntctFlx .cntctRgt .cntctBtn .comnBtn {
  border: none !important;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .cntctSec .cntctFlx .cntctLft {
    max-width: 650px;
  }
}
@media (max-width: 1400px) {
  .cntctSec .cntctFlx .cntctLft {
    max-width: 500px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt a {
    font-size: 16px;
    line-height: 22px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .mnBox {
    margin-top: 30px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .mnBox:first-child {
    margin-top: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .mnBox p {
    margin-bottom: 15px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.call::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.mail::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctRgt .inquiryForm .form-group {
    padding: 0 10px;
  }
  .cntctSec .cntctFlx .cntctRgt .inquiryForm .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
  .cntctSec .cntctFlx .cntctRgt .inquiryForm select {
    height: 40px;
  }
  .cntctSec .cntctFlx .cntctRgt .inquiryForm input,
  .cntctSec .cntctFlx .cntctRgt .inquiryForm select {
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .cntctSec .cntctFlx .cntctRgt .inquiryForm textarea {
    height: 130px;
    font-size: 14px;
    line-height: 22px;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .cntctSec .cntctFlx .cntctLft {
    max-width: 440px;
    margin: 0 auto 30px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt a {
    font-size: 16px;
    line-height: 16px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt p {
    font-size: 16px;
    line-height: 24px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate::before {
    height: 25px;
    width: 25px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.call::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.mail::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctBtn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cntctSec::before {
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 64%;
  }
  .cntctSec .cntctFlx.ultaFlx {
    flex-direction: column-reverse;
  }
  .cntctSec .cntctFlx.ultaFlx .cntctLft {
    margin: 30px auto 0;
  }
  .cntctSec .cntctFlx .cntctLft {
    flex: 0 0 100%;
    max-width: 350px;
    padding-bottom: 60px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate {
    margin-bottom: 20px;
  }
  .cntctSec .cntctFlx .cntctRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctFrm .sectionTitle {
    text-align: center;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctFrm p {
    text-align: center;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctFrm .cntctBtn {
    margin: 10px auto 0;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .cntctSec::before {
    height: 70%;
  }
  .cntctSec .cntctFlx .cntctLft {
    max-width: 300px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .mnBox {
    margin-top: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate {
    padding-left: 35px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate::before {
    height: 30px;
    width: 30px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.call::before {
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctLft .cntctDt .locate.mail::before {
    top: 6px;
    height: 20px;
    width: 20px;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctFrm .inquiryForm .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cntctSec .cntctFlx .cntctRgt .cntctFrm .inquiryForm .cntctBtn {
    margin-top: 0;
  }
}

.clrBlkAlg {
  color: #223030 !important;
}

.functnlSec .functnlDt .functnlFlx {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.functnlSec .functnlDt .functnlFlx .functnlBx {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.functnlSec .functnlDt .functnlFlx .functnlBx .comnBtn {
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .functnlSec .functnlDt .functnlFlx {
    margin-top: 20px;
  }
  .functnlSec .functnlDt .functnlFlx .functnlBx .comnBtn {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .functnlSec .functnlDt .functnlFlx .functnlBx .comnBtn {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .functnlSec .functnlDt .functnlFlx .functnlBx {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .functnlSec .functnlDt .functnlFlx .functnlBx:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .functnlSec .functnlDt .functnlFlx .functnlBx {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .functnlSec .functnlDt .functnlFlx .functnlBx p {
    margin-bottom: 10px;
  }
  .functnlSec .functnlDt .functnlFlx .functnlBx .comnBtn {
    margin-top: 0;
  }
}

.careerSec .abtflx {
  align-items: flex-start;
}
.careerSec .abtflx .careerTxt {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .careerSec .abtflx .careerTxt {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .careerSec .abtflx .careerTxt {
    text-align: center;
  }
}

.clrCrm {
  color: #e7d9cc;
}

.careerMidSec {
  background: #223030;
}
.careerMidSec .careerMidList .careerMidListFlx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}
.careerMidSec .careerMidList .careerMidListFlx:last-child {
  border-bottom: none;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListLft {
  flex: 0 0 25%;
  max-width: 25%;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListLft img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListMid {
  flex: 0 0 35%;
  max-width: 35%;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListMid h3 {
  margin-bottom: 0;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListLst {
  flex: 0 0 40%;
  max-width: 40%;
}
.careerMidSec .careerMidList .careerMidListFlx .careerMidListLst p {
  color: #eeefe9;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .careerMidSec .careerMidList .careerMidListFlx {
    padding: 20px 0;
  }
  .careerMidSec .careerMidList .careerMidListFlx .careerMidListLft img {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .careerMidSec .careerMidList .careerMidListFlx {
    padding: 15px 0;
  }
  .careerMidSec .careerMidList .careerMidListFlx .careerMidListLft {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .careerMidSec .careerMidList .careerMidListFlx .careerMidListLft img {
    height: 30px;
  }
  .careerMidSec .careerMidList .careerMidListFlx .careerMidListMid {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .careerMidSec .careerMidList .careerMidListFlx .careerMidListLst {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .careerMidSec {
    text-align: center;
  }
}

.careerLast .careerLastFlx {
  display: flex;
  flex-wrap: wrap;
}
.careerLast .careerLastFlx .careerLastLft {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}
.careerLast .careerLastFlx .careerLastLft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #eeefe9;
  width: 80%;
  height: 80%;
  z-index: -1;
}
.careerLast .careerLastFlx .careerLastLft img {
  padding: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.careerLast .careerLastFlx .careerLastRgt {
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 50px;
  padding-top: 40px;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm {
  display: flex;
  flex-wrap: wrap;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group.flx100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group label {
  font-size: 20px;
  font-family: "Jost", serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  color: #464c57;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
  border-radius: 10px;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm input,
.careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 26px;
  background-color: #f4f3f3;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.4s ease-in-out all;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm input:hover, .careerLast .careerLastFlx .careerLastRgt .inquiryForm input:focus,
.careerLast .careerLastFlx .careerLastRgt .inquiryForm select:hover,
.careerLast .careerLastFlx .careerLastRgt .inquiryForm select:focus {
  border-color: #2d3b75;
  box-shadow: none;
}
.careerLast .careerLastFlx .careerLastRgt .inquiryForm .comnBtn {
  border: none !important;
}
@media (max-width: 1400px) {
  .careerLast .careerLastFlx .careerLastRgt {
    padding-left: 30px;
    padding-top: 20px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group {
    padding: 0 10px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
    height: 40px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm input,
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .careerLast .careerLastFlx {
    flex-direction: column-reverse;
  }
  .careerLast .careerLastFlx .careerLastLft {
    flex: 0 0 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
  .careerLast .careerLastFlx .careerLastRgt {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group {
    padding: 0 10px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
    height: 40px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm input,
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm select {
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .careerLast .careerLastFlx .careerLastLft {
    max-width: 300px;
  }
  .careerLast .careerLastFlx .careerLastLft img {
    padding: 25px;
  }
  .careerLast .careerLastFlx .careerLastRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .careerLast .careerLastFlx .careerLastRgt .inquiryForm .form-group label {
    font-size: 14px;
    line-height: 22px;
  }
}

.uploadresume .input-group {
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.uploadresume .input-group .form-control {
  border: none;
  color: #000;
  border-radius: 10px !important;
}
.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: 0px;
  height: 100%;
  z-index: 3;
}
.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 {
  display: flex;
  align-items: center;
  height: 100%;
  background: transparent;
  color: #fff !important;
}
.uploadresume .career_btn img {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

#tempfile-error {
  display: block;
  width: 100%;
}

.submitform .form-control {
  font-family: "Jost", sans-serif;
}
.submitform .inputarea {
  margin-bottom: 15px;
}
.submitform label.error {
  font-size: 14px !important;
  line-height: 22px !important;
  color: red !important;
  margin-bottom: 0 !important;
}

.modal-body {
  padding-bottom: 50px;
}

.modalBtn {
  padding-top: 10px;
}

@media (min-width: 1600px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.prdctDts {
  margin-top: 50px;
}
.prdctDts .fnt30 {
  color: #636363;
  font-weight: 400;
}
.prdctDts p {
  margin-bottom: 30px;
}
.prdctDts p:last-child {
  margin-bottom: 0;
}
.prdctDts .prdtDtsFlx {
  display: flex;
  flex-wrap: wrap;
}
.prdctDts .prdtDtsFlx p {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px 0 0;
}
.prdctDts .prdtDtsFlx p:last-child {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .prdctDts {
    margin-top: 30px;
  }
  .prdctDts p {
    margin-bottom: 20px;
  }
  .prdctDts .prdtDtsFlx p {
    padding: 0 25px 0 0;
  }
  .prdctDts .prdtDtsFlx p:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .prdctDts {
    margin-top: 25px;
  }
  .prdctDts p {
    margin-bottom: 15px;
  }
  .prdctDts .prdtDtsFlx p {
    padding: 0 20px 0 0;
  }
  .prdctDts .prdtDtsFlx p:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .prdctDts .prdtDtsFlx p {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .prdctDts {
    text-align: center;
    margin-top: 20px;
  }
  .prdctDts p {
    margin-bottom: 10px;
  }
  .prdctDts .prdtDtsFlx p:last-child {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */