@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar ul {
  display: flex;
  justify-content: flex-end;
}
.topbar ul li {
  margin-left: 10px;
}
.topbar ul li a {
  color: #000;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
  display: inline-block;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .topbar ul li a {
    font-size: 12px;
  }
}
.topbar ul li.active a, .topbar ul li:hover a {
  color: #db720a;
}

.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: #db720a;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

#accordionId {
  margin-top: 30px;
}
#accordionId .accordion-item {
  border: none;
  border-bottom: 1px solid #dfdfdf !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#accordionId .accordion-item .accordion-header {
  padding: 0;
  border: 0;
}
#accordionId .accordion-item .accordion-header .accordion-button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #000;
}
#accordionId .accordion-item .accordion-header .accordion-button .flexAccordion {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-top: 5px;
}
#accordionId .accordion-item .accordion-header .accordion-button .flexAccordion li {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #878787;
}
#accordionId .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: url(../images/accor_arrow.svg) no-repeat;
  height: 25px;
  width: 25px;
  background-size: cover;
  border-radius: 50px;
  padding: 15px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: 20px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
#accordionId .accordion-item .accordion-header .accordion-button.collapsed {
  background: #fff;
}
@media (max-width: 575px) {
  #accordionId .accordion-item .accordion-header .accordion-button {
    flex-wrap: wrap;
  }
  #accordionId .accordion-item .accordion-header .accordion-button span {
    padding-left: 0;
  }
}
#accordionId .accordion-item .accordion-body {
  background: #fff;
}
#accordionId .accordion-item .accordion-body .accordion-ul {
  list-style-type: none;
}
#accordionId .accordion-item .accordion-body .accordion-ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #878787;
}
@media (max-width: 767px) {
  #accordionId .accordion-item .accordion-body .accordion-ul li {
    font-size: 13px;
    line-height: 18px;
  }
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

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

p {
  font-size: 16px;
  line-height: 23px;
}

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

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group .form-control {
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.form-group .text-right {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: 0px;
  background: #0B6FC7;
  display: flex;
  align-items: center;
}
.form-group .text-right p {
  margin-bottom: 10px;
}
.form-group .text-right img {
  border-radius: 0 6px 6px 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.info2,
.success,
.warning2,
.failure,
.validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(../../assets/images/error.png);
}

.error {
  color: #ff0000 !important;
}

label.error {
  font-size: 12px !important;
  position: absolute;
  margin: 0px !important;
}

#captchaerror {
  font-size: 12px !important;
  position: absolute;
  margin: 0px !important;
  right: 0;
  left: inherit;
}

::-moz-placeholder {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

::placeholder {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.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 .btn-file {
  position: absolute;
  right: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  background: #F67B00;
  border-radius: 6px;
}

.uploadresume input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.input-group-btn {
  background: #ff0000;
  border-radius: 0px 20px 20px 0px;
  height: 50px;
}

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

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #0B6FC7;
  color: #fff;
}

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

.sectionTitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #0B6FC7;
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    text-align: center;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 30px;
  }
}

.sectionPadding {
  padding: 80px 0px;
}
.sectionPadding.sectionPaddingB0 {
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 45px 0px;
  }
}

.mainHeader {
  padding: 10px 0;
  background: #fff;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul.disnone {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul.disnone {
    display: block;
  }
}
.mainHeader header .navbarLink ul li {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
  transition: 500ms;
}
.mainHeader header .navbarLink ul li .dropdown-toggle i {
  padding-left: 6px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px;
    padding: 10px 0px 10px 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #db720a;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #db720a;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  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;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #444444;
  padding: 10px;
  font-size: 12px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #000 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #db720a;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #db720a !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu {
  background: transparent;
  border: none;
}
.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);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    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.lastDropdown .dropdown-menu {
  left: inherit;
  right: 0px;
  min-width: 150px;
}
.mainHeader header .navbarLink ul li.lastDropdown .dropdown-menu li a {
  width: 100%;
}
.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: #000 !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: #F1F1F1;
    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: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .dropdown-menu {
    background: transparent !important;
    border: 0px;
    padding: 10px;
  }
  .mainHeader header .navbarLink .dropdown-menu li {
    padding: 5px 0px !important;
  }
}
.mainHeader .logo a img {
  max-height: 50px;
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .mainHeader .container {
    max-width: 1250px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainHeader .logo a img {
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .mainHeader img {
    max-width: 270px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .homebanner .bannerImage img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .homebanner .bannerImage img {
    height: 350px;
  }
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: inherit;
}
.homebanner .bannerText.blueFrmt {
  left: 10% !important;
  bottom: 0;
  top: 0;
  right: inherit;
  margin: 0 auto 0 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homebanner .bannerText.blueFrmt .bannerDesc {
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  max-width: 500px;
}
@media (max-width: 1366px) {
  .homebanner .bannerText.blueFrmt .bannerDesc {
    font-size: 22px;
    line-height: 32px;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText.blueFrmt .bannerDesc {
    font-size: 18px;
    line-height: 28px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText.blueFrmt .bannerDesc {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText {
    bottom: 70px;
  }
}
.homebanner .bannerText .bannerDesc {
  font-size: 50px;
  line-height: 65px;
  font-style: italic;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 320px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 35px;
  }
}
.homebanner .bannerText .bannerDesc span {
  font-size: 60px;
}

.homeSlider .slick-prev {
  left: 87%;
  z-index: 1;
  top: 90%;
}
@media (max-width: 1199px) {
  .homeSlider .slick-prev {
    left: 85%;
  }
}
@media (max-width: 991px) {
  .homeSlider .slick-prev {
    left: 83%;
  }
}
@media (max-width: 480px) {
  .homeSlider .slick-prev {
    top: 86%;
    left: 78%;
  }
}
@media (max-width: 320px) {
  .homeSlider .slick-prev {
    left: 78%;
  }
}
.homeSlider .slick-prev:before {
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 15px;
  content: "\f104";
  font-family: FontAwesome;
  color: #fff !important;
  font-size: 35px;
}
.homeSlider .slick-next {
  right: 8%;
  z-index: 1;
  top: 90%;
}
@media (max-width: 767px) {
  .homeSlider .slick-next {
    right: 7%;
  }
}
@media (max-width: 480px) {
  .homeSlider .slick-next {
    top: 86%;
    right: 6%;
  }
}
.homeSlider .slick-next:before {
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 15px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff !important;
  font-size: 35px;
}

.innerbanner {
  position: relative;
  display: block !important;
}
.innerbanner .innerbannerBox img {
  width: 100%;
}
@media (max-width: 575px) {
  .innerbanner .innerbannerBox img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.innerbanner .bannerText {
  bottom: 19%;
  position: absolute;
  max-width: 570px;
}
.innerbanner .bannerText.careerBanner {
  max-width: 100%;
  bottom: 27%;
}
.innerbanner .bannerText.careerBanner h1 {
  text-align: center;
}
.innerbanner .bannerText h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}
.innerbanner .bannerText h1::before {
  left: 25%;
}
.innerbanner .bannerText h1::after {
  right: 25%;
}
@media (max-width: 991px) {
  .innerbanner .bannerText {
    bottom: 15%;
    max-width: 100%;
  }
  .innerbanner .bannerText h1 {
    font-size: 28px;
    line-height: 38px;
    max-width: 500px;
  }
  .innerbanner .bannerText.careerBanner {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .innerbanner .bannerText h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .innerbanner .bannerText.careerBanner {
    bottom: 23%;
  }
}
@media (max-width: 575px) {
  .innerbanner .bannerText h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.hmaccrSec {
  background: #F1F1F1;
}
.hmaccrSec .row {
  align-items: center;
}
.hmaccrSec .sectionTitle {
  padding: 0;
}
.hmaccrSec .accreditationsSlider {
  margin-bottom: 0px;
}
.hmaccrSec .accreditationsSlider .accrBox {
  max-width: 100;
  height: 100px;
  background: #FFFFFF;
  padding: 15px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.hmaccrSec .accreditationsSlider .accrBox img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hmaccrSec .accreditationsSlider .accrBox {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .hmaccrSec .accreditationsSlider .accrBox {
    max-width: 200px;
  }
}
.hmaccrSec .accreditationsSlider .slick-track {
  left: -50px;
}
.hmaccrSec .accreditationsSlider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  right: auto;
  left: auto;
  height: 3px;
  width: calc(100% - 0px);
  text-align: center;
}
.hmaccrSec .accreditationsSlider .slick-dots li {
  margin: 0px 2px;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
}
.hmaccrSec .accreditationsSlider .slick-dots li button {
  width: 3px;
  height: 3px;
  font-size: 0px;
  background-color: #999999;
  padding: 0px;
  border-radius: 100%;
}
.hmaccrSec .accreditationsSlider .slick-dots li button:before {
  display: none;
}
.hmaccrSec .accreditationsSlider .slick-dots li.slick-active {
  width: 10px;
}
.hmaccrSec .accreditationsSlider .slick-dots li.slick-active button {
  background: #999999;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.txt-white {
  color: #fff !important;
  text-align: center;
}

.hmabtSec .detailBox {
  max-width: 1160px;
  margin: 0 auto;
}

.successReason {
  background: #0B6FC7;
  padding-bottom: 110px;
}

.sevenAvenues {
  margin-top: -90px;
  display: flex;
  padding-top: 0px;
}
.sevenAvenues ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sevenAvenues .avenueBox {
  padding: 20px 10px 15px;
  background: #fff;
  max-width: 148px;
  text-align: center;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}
.sevenAvenues .avenueBox .img {
  padding-bottom: 10px;
}
.sevenAvenues .avenueBox p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .sevenAvenues ul {
    justify-content: center;
  }
  .sevenAvenues ul li {
    margin: 10px;
    max-width: 160px;
  }
}

.abttagLine {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
.abttagLine span {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  justify-self: center;
}
.abttagLine i {
  font-style: normal;
  min-width: 75px;
}
@media (max-width: 991px) {
  .abttagLine {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .abttagLine {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .abttagLine {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 320px) {
  .abttagLine {
    text-align: left;
  }
}

p {
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-weight: 600;
}
@media (max-width: 767px) {
  p {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  p {
    text-align: left;
  }
}

.abtBtn {
  margin-top: 10px;
  text-align: center;
}
.abtBtn a {
  display: inline-block;
  border: 3px solid #F58618;
  height: 63px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.subtitle {
  font-weight: 600;
  font-size: 65px;
  line-height: 70px;
  color: #0B6FC7;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .subtitle {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .subtitle {
    font-size: 27px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  .inspirationsec {
    background: #F1F1F1;
  }
}
.inspirationsec .inspirationbox {
  display: flex;
  flex-wrap: wrap;
}
.inspirationsec .inspirationbox .personimg {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .inspirationsec .inspirationbox .personimg {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 991px) {
  .inspirationsec .inspirationbox .personimg {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.inspirationsec .inspirationbox .personimg img {
  box-shadow: 0px 25px 15px rgba(0, 0, 0, 0.5);
}
.inspirationsec .inspirationbox .inspirationdetail {
  flex: 0 0 75%;
  padding-left: 70px;
  max-width: 75%;
}
@media (max-width: 1199px) {
  .inspirationsec .inspirationbox .inspirationdetail {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media (max-width: 991px) {
  .inspirationsec .inspirationbox .inspirationdetail {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 9%;
  }
}
@media (max-width: 320px) {
  .inspirationsec .inspirationbox .inspirationdetail {
    padding-top: 15%;
  }
}
.inspirationsec .inspirationbox .inspirationdetail .subtitle {
  max-width: 555px;
}
@media (max-width: 991px) {
  .inspirationsec .inspirationbox .inspirationdetail .subtitle {
    max-width: none;
    text-align: center;
  }
}
.inspirationsec .inspirationbox .inspirationdetail .detail {
  font-size: 35px;
  line-height: 42px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 320px) {
  .inspirationsec .inspirationbox .inspirationdetail .detail {
    text-align: left;
  }
}
.inspirationsec .inspirationbox .inspirationdetail .personbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.inspirationsec .inspirationbox .inspirationdetail .personbox span {
  height: 3px;
  width: 14.5px;
  background: #444444;
  margin-top: 13px;
}
.inspirationsec .inspirationbox .inspirationdetail .personbox .personname {
  padding-left: 16px;
}
.inspirationsec .inspirationbox .inspirationdetail .personbox .personname .bold {
  font-weight: 600;
}
@media (max-width: 575px) {
  .inspirationsec .inspirationbox .inspirationdetail .personbox .personname .font20 {
    text-align: left;
  }
}

.font20 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: normal;
}

.clientsec.sectionPadding {
  padding-top: 0;
}
@media (max-width: 991px) {
  .clientsec.sectionPadding {
    padding-top: 50px;
  }
}
.clientsec .sectionTitle {
  text-align: center;
}
.clientsec .clientSlider .clientbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 105px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 5px;
  background: #f1f1f1;
}
@media (max-width: 480px) {
  .clientsec .clientSlider .clientbox {
    max-width: 200px;
    margin: 0 auto;
  }
}
.clientsec .clientSlider .slick-slide {
  margin: 8px 8px;
}
.clientsec .clientSlider .slick-dots {
  position: relative;
}
.clientsec .clientSlider .slick-dots li {
  width: initial;
  height: initial;
  margin: 0;
  padding: 10px 0;
}
.clientsec .clientSlider .slick-dots li button {
  height: 1px;
  width: 33px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #DEDEDE;
}
.clientsec .clientSlider .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 1px;
}
.clientsec .clientSlider .slick-dots li.slick-active button {
  background-color: #B6B6B6;
  height: 3px;
  width: 70px;
}

footer {
  padding-top: 60px !important;
  background: #0B6FC7;
  color: #fff;
  text-align: center;
}
footer p {
  color: #fff;
}
footer.sectionPadding {
  padding-bottom: 10px;
}
footer .companyname {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
footer .address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  footer .address {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer .address {
    max-width: 190px;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 480px) {
  footer .location {
    margin: 10px 0;
  }
}
footer .location a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
footer ul li {
  list-style: none;
  margin: 0 15px;
}
footer ul li a {
  color: #fff;
}
footer ul li a i {
  transition: 400ms;
}
footer ul li a:hover i {
  transform: scale(1.5);
  color: #fff;
}
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  footer .copyright {
    flex-direction: column;
  }
}
footer .copyright p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 480px) {
  footer .copyright p {
    margin-bottom: 10px;
  }
}

.videogallerysec .img {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.videogallerysec .img img {
  height: auto;
}
@media (max-width: 767px) {
  .videogallerysec {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .videogallerysec .row {
    flex-direction: column-reverse;
  }
  .videogallerysec .row .col-lg-4 {
    display: none;
  }
}
.videogallerysec .videobox {
  position: relative;
}
.videogallerysec .videobox iframe {
  height: 400px;
  width: 100%;
}
.videogallerysec .videobox img {
  margin: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .videogallerysec .videobox {
    margin-bottom: 50px;
  }
  .videogallerysec .videobox iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .videogallerysec .videobox {
    margin-bottom: 0;
  }
  .videogallerysec .videobox iframe {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .videogallerysec .img {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 320px) {
  .videogallerysec .img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.poster {
  position: relative;
}

.poster:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/poster.jpg) no-repeat;
  background-size: cover;
  transition: 1s ease;
  opacity: 1;
  cursor: pointer;
}

.poster-active:after {
  opacity: 0;
  pointer-events: none;
}

.researchSection {
  background: linear-gradient(180deg, rgb(241, 241, 241) 50%, rgb(255, 255, 255) 50%);
}
.researchSection .abttagLine {
  font-size: 18px;
  line-height: 26px;
}
.researchSection .researchImgBox {
  padding: 30px 0px;
}
.researchSection .researchImgBox img {
  width: 100%;
}

.expertie {
  padding-top: 0px;
}
.expertie ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.expertie ul li {
  padding-left: 50px;
  position: relative;
  flex: 0 0 50%;
  align-items: center;
  padding-bottom: 20px;
}
.expertie ul li p {
  max-width: 310px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.expertie ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/bullet.png) no-repeat;
  left: 0;
}
@media (max-width: 991px) {
  .expertie ul {
    padding-top: 20px;
  }
  .expertie ul li {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .expertie ul li {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .expertie ul li::before {
    background-size: 20px;
  }
  .expertie ul li p {
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .expertie ul {
    padding-top: 10px;
  }
}

.facilitiSection .abttagLine {
  margin-bottom: 30px;
}
.facilitiSection img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .facilitiSection .abttagLine {
    margin-top: 30px;
  }
}

.manufacturingSection {
  padding-top: 100px;
  position: relative;
}
.manufacturingSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  left: 0;
  top: 0px;
  background: #eee;
  z-index: -1;
}
.manufacturingSection .sectionTitle {
  margin-bottom: 40px;
}
.manufacturingSection ul {
  display: flex;
  flex-wrap: wrap;
}
.manufacturingSection ul li {
  flex: 0 0 25%;
  margin-bottom: 0;
}
.manufacturingSection ul li:last-child {
  margin-bottom: 0;
}
.manufacturingSection ul li img {
  width: 100%;
}
@media (max-width: 991px) {
  .manufacturingSection {
    padding-top: 60px;
  }
  .manufacturingSection::before {
    height: 55%;
  }
}
@media (max-width: 767px) {
  .manufacturingSection {
    padding-top: 50px;
  }
  .manufacturingSection ul li {
    padding-bottom: 40px;
    flex: 0 0 100%;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .manufacturingSection ul li:last-child {
    padding-bottom: 0px;
  }
}

.menufectureBox .menufimg {
  margin-bottom: 20px;
  padding: 0px 10px;
}
.menufectureBox .menufimg img {
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.29);
}
.menufectureBox .abttagLine {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .menufectureBox .abttagLine {
    display: block;
  }
  .menufectureBox .abttagLine span {
    display: block;
    padding-left: 0px;
  }
}

.careerSection.backGrey {
  background: #eee;
}
.careerSection .sectionTitle {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .careerSection .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .careerSection .sectionTitle {
    padding-bottom: 10px;
  }
}

.careerSec .careerTagline {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.careerSec .accordion-body ul {
  display: flex;
  padding: 15px 0px;
  flex-wrap: wrap;
}
.careerSec .accordion-body ul li {
  margin: 5px 35px 7px 0px;
}
.careerSec .accordion-body .bullets {
  display: block;
  padding: 0px;
}
.careerSec .accordion-body .bullets li {
  padding-bottom: 8px;
}
.careerSec .accordion-body .submitbtn {
  text-align: left;
}
.careerSec .accordion-body .submitbtn button {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 25px;
}
@media (max-width: 1199px) {
  .careerSec .accordion-body ul li {
    margin: 7px 10px;
  }
  .careerSec .accordion-body .bullets li {
    margin: 5px 0px;
  }
  .careerSec .accordion-body .bullets li:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .careerSec .accordion-body ul li {
    flex: 0 0 50%;
    margin: 5px 0px;
  }
}
@media (max-width: 767px) {
  .careerSec .accordion-body ul li {
    flex: 0 0 100%;
    margin: 5px 0px;
  }
  .careerSec .accordion-body .submitbtn {
    text-align: center;
  }
  .careerSec .accordion-body p {
    text-align: left;
    padding-top: 10px;
  }
  .careerSec .accordion-body .bullets li {
    padding-bottom: 8px;
  }
  .careerSec .accordion-body .bullets li:first-child {
    margin-left: 0px;
  }
}

.modal .modal-dialog {
  max-width: 600px;
}
.modal .btn-close {
  max-width: 30px;
  margin-left: auto;
  margin-bottom: 20px;
  display: flex;
}
.modal .submitbtn {
  margin-top: 10px;
}
.modal .submitbtn button {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 30px;
}

.contactform .forminput {
  height: 50px;
  border-radius: 6px !important;
}
.contactform .messageinput {
  height: 50px !important;
  resize: none;
  margin-bottom: 20px;
  border-radius: 6px;
  padding-top: 15px;
}
.contactform label {
  color: #969697;
  font-size: 14px;
  line-height: 20px;
  left: 10px;
}
@media (max-width: 767px) {
  .contactform {
    padding-bottom: 0px;
  }
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}

.form-control::-moz-placeholder {
  color: #5c5c5c;
  font-style: italic;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
}

.form-control::placeholder, .form-control {
  color: #5c5c5c;
  font-style: italic;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
}

.submitbtn {
  text-align: center;
  margin-top: 30px;
}
.submitbtn a, .submitbtn button {
  position: relative;
  transition: 350ms;
  background: #F67B00;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  padding: 16px 40px;
  display: inline-block;
  overflow: hidden;
}
.submitbtn a::before, .submitbtn button::before {
  position: absolute;
  content: "";
  border-radius: 6px;
  transition: 350ms;
  background: #fff;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.submitbtn a:hover, .submitbtn button:hover {
  transition: 350ms;
  color: #444444;
}
.submitbtn a:hover::before, .submitbtn button:hover::before {
  height: 100%;
  transition: 350ms;
  bottom: 0;
  top: auto;
}
@media (max-width: 991px) {
  .submitbtn {
    margin-top: 15px;
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.graybg {
  background: #f1f1f1;
}

.contactSection {
  background: #f1f1f1;
}
.contactSection .spc30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .contactSection .spc30 {
    margin-top: 0;
  }
}
.contactSection i {
  color: #F67B00;
  padding-right: 15px;
  font-size: 25px;
  width: 30px;
  margin-top: 5px;
  font-size: 24px;
}
.contactSection .fa-envelope {
  font-size: 18px;
}
.contactSection p, .contactSection a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  max-width: 330px;
  color: #333;
  padding-left: 5px;
}
.contactSection .address, .contactSection .contact, .contactSection .mail, .contactSection .fax {
  display: flex;
}
@media (max-width: 991px) {
  .contactSection .col-lg-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contactSection .col-lg-4 img {
    width: 100%;
  }
}
.contactSection .address {
  margin-bottom: 15px;
}
.contactSection .address p {
  font-size: 16px;
  line-height: 24px;
}
.contactSection .addressFull p {
  max-width: 100%;
}
.contactSection .address .label {
  color: #F67B00;
}
.contactSection .number {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}
.contactSection .number a {
  padding-bottom: 7px;
  transition: 400ms;
}
.contactSection .contact, .contactSection .mail {
  padding-top: 0px;
}
.contactSection .contact {
  margin-bottom: 15px;
}
.contactSection .mail {
  margin-bottom: 50px;
}
.contactSection .fax {
  padding-top: 15px;
}
.contactSection .number a, .contactSection .mail a, .contactSection .fax a {
  transition: 400ms;
}
.contactSection .number a:hover, .contactSection .mail a:hover, .contactSection .fax a:hover {
  color: #F67B00;
}
@media (max-width: 991px) {
  .contactSection .spcUp {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contactSection .spcUp, .contactSection .spaceUpp {
    margin-top: 15px;
  }
  .contactSection p {
    max-width: 100%;
    text-align: left;
  }
  .contactSection .fax span, .contactSection .mail span {
    display: block;
  }
  .contactSection .address br {
    display: none;
  }
}
@media (max-width: 575px) {
  .contactSection .fax span, .contactSection .mail span {
    display: inline;
  }
}

.sustainSection .sustainBox {
  position: relative;
  display: flex;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
}
.sustainSection .sustainBox a {
  position: absolute;
  content: "";
  padding: 15px 20px;
  background: #0B6FC7;
  right: 0;
  bottom: 0px;
}
.sustainSection .sustainBox a:hover {
  transition: 500ms;
}
.sustainSection .sustainBox a:hover img {
  animation: tipUp;
}
.sustainSection .sustainBox .sustainDetail {
  padding: 36px 40px;
  background: #eee;
  height: 100%;
  width: 100%;
}
.sustainSection .sustainBox .sustainDetail .abttagLine {
  margin-bottom: 0px;
}
.sustainSection .sustainBox .sustainDetail ul {
  margin-top: 20px;
}
.sustainSection .sustainBox .sustainDetail ul li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.sustainSection .sustainBox .sustainDetail ul li:last-child {
  margin-bottom: 0px;
}
.sustainSection .sustainBox .sustainDetail ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #0B6FC7;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
@media (max-width: 1366px) {
  .sustainSection .sustainBox .sustainDetail ul li {
    margin-bottom: 10px;
  }
}
.sustainSection .sustainBox .sustainImg {
  max-height: 360px;
}
.sustainSection .sustainBox .sustainImg img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainSection .minheight250 {
  min-height: 230px;
}
@media (max-width: 1366px) {
  .sustainSection .abttagLine {
    font-size: 19px;
    line-height: 28px;
  }
  .sustainSection .minheight250 {
    min-height: 213px;
  }
}
@media (max-width: 1199px) {
  .sustainSection .col-md-12 {
    width: 100%;
  }
  .sustainSection .col-md-6 {
    width: 50%;
  }
  .sustainSection .minheight310 {
    min-height: 265px;
  }
  .sustainSection .min-height280 {
    min-height: 255px;
  }
  .sustainSection .sustainBox {
    flex-direction: row-reverse;
  }
  .sustainSection .sustainBox .sustainDetail {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .sustainSection .col-lg-4, .sustainSection .col-md-4 {
    width: 100%;
  }
  .sustainSection .minheight310, .sustainSection .minheight250 {
    min-height: inherit;
  }
  .sustainSection .sustainBox .sustainImg {
    display: none;
  }
  .sustainSection.csrSection .col-lg-4 {
    width: 33.33%;
  }
  .sustainSection.csrSection p {
    margin-bottom: 0px;
  }
  .sustainSection.csrSection .sustainBox a {
    padding: 5px 13px;
  }
  .sustainSection.csrSection .sustainBox a img {
    max-width: 10px;
  }
  .sustainSection.csrSection .abttagLine {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sustainSection.csrSection .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .sustainSection.csrSection .col-lg-4 {
    width: 100%;
  }
}

@keyframes tipUp {
  0% {
    transform: translatex(50px) rotateZ(45deg);
  }
  100% {
    transform: translatex(-70px) rotateZ(45deg);
  }
}
.productSection {
  background: #eee;
}
.productSection .our_milestone_certification {
  padding-top: 10px;
}
.productSection .our_milestone_certification .certiList ul li {
  padding: 0 5px;
}
.productSection .our_milestone_certification .certiList ul li p {
  width: 100%;
  margin: 0px;
}
.productSection .our_milestone_certification .certiList ul li a {
  margin-left: 0px;
  margin-right: 20px;
  min-height: inherit;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.productSection .our_milestone_certification .certiList ul li a img {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .productSection .our_milestone_certification .certiList ul li a {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .productSection .our_milestone_certification .certiList ul li a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .productSection .our_milestone_certification .certiList ul li a {
    min-height: inherit;
    margin: 0px;
  }
}

.gallerySec .boxGallery {
  padding: 10px;
  box-shadow: 0px 10px 20px #afadad;
  background: #fff;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .gallerySec .boxGallery {
    margin-bottom: 20px;
  }
}
.gallerySec .boxGallery a {
  position: relative;
}
.gallerySec .boxGallery img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallerySec .boxGallery .gallerytitle p {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .gallerySec .boxGallery .gallerytitle p {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .gallerySec .boxGallery .gallerytitle p {
    min-height: auto;
  }
}
.gallerySec .boxGallery .middle {
  width: 100%;
}
.gallerySec .boxGallery .middle .overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallerySec .boxGallery .middle .overlay1 .bdr_white .text {
  color: white;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}
.gallerySec .boxGallery .middle:hover .overlay1 {
  opacity: 1;
}
.gallerySec .boxGallery .middle:hover .overlay1 .bdr_white {
  border: 2px solid #fff;
  position: absolute;
  z-index: 10;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.gallerySec .boxGallery .middle:hover .overlay1 .bdr_white .text {
  opacity: 1;
}

.tab-pane .sectionTitle {
  font-style: italic;
}
.tab-pane .text-right {
  max-width: 470px;
  margin-left: auto;
}
.tab-pane p {
  line-height: 23px;
}
.tab-pane ul {
  margin-bottom: 10px;
}
.tab-pane ul p {
  margin-bottom: 15px;
  line-height: 24px;
}
.tab-pane ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.tab-pane ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F67B00;
  left: 0;
  top: 6px;
}
.tab-pane .font20 {
  color: #0B6FC7;
  margin-bottom: 10px;
  padding-top: 15px;
}
.tab-pane .bg_table_hd {
  background: #0B6FC7;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
  border: transparent solid 1px;
  padding: 0px 15px;
}
.tab-pane .table_hd {
  width: 100%;
  border-collapse: collapse;
}
.tab-pane .table_hd thead tr td {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
}
.tab-pane .content_table {
  border: #ddd solid 1px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  background: #fff;
}
.tab-pane .table_data {
  width: 100%;
  border-collapse: collapse;
}
.tab-pane .table_data tr td {
  border-bottom: #ddd solid 1px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.tab-pane .table_data tr td table tr td {
  border: none;
  padding: 6px 0px;
}
.tab-pane .table_data tr:last-child td {
  border-bottom: none;
}
.tab-pane .table_hd tr td, .tab-pane .table_data tr td {
  padding: 20px 20px;
  position: relative;
}
.tab-pane .table_hd tr td span, .tab-pane .table_data tr td span {
  color: #0B6FC7;
}
.tab-pane .table_hd thead tr th, .tab-pane .table_data thead tr th {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  background: #0B6FC7;
  color: #fff;
  font-weight: 500;
}
.tab-pane .table_hd thead tr th.min200, .tab-pane .table_data thead tr th.min200 {
  min-width: 200px;
}
@media (max-width: 991px) {
  .tab-pane .table_hd thead tr th.min200, .tab-pane .table_data thead tr th.min200 {
    display: none;
    width: auto !important;
  }
}
.tab-pane .pad20 {
  padding: 0px 10px;
  text-transform: capitalize;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.tab-pane .margintop10 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .tab-pane .sectionTitle {
    text-align: left;
  }
  .tab-pane .text-right {
    max-width: 100%;
  }
  .tab-pane p {
    text-align: left;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.table-responsive {
  margin-bottom: 15px;
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #0B6FC7; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loaderbox img {
  animation: zoomIn1 5s linear infinite;
}

@keyframes zoomIn1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.policy p {
  margin-bottom: 10px;
}
.policy ul p {
  margin-bottom: 5px;
  line-height: 24px;
}
.policy ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.policy ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F67B00;
  left: 0;
}

.iconFlex.facilityIcon {
  margin-bottom: 15px;
}
.iconFlex.facilityIcon li.avenueBox {
  flex: 0 0 20%;
  max-width: 20%;
}
.iconFlex.facilityIcon li .detail p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .iconFlex.facilityIcon li.avenueBox {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 767px) {
  .iconFlex.facilityIcon li.avenueBox {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.iconFlex ul {
  display: flex;
  flex-wrap: wrap;
}
.iconFlex ul li {
  margin: 6px;
}
.iconFlex ul li.avenueBox {
  padding: 20px 10px 15px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  flex: 0 0 13%;
  max-width: 13%;
}
.iconFlex ul li .img {
  margin-bottom: 15px;
}
.iconFlex ul li .img img {
  width: 55px;
}
.iconFlex ul li .detail p {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .iconFlex ul {
    justify-content: center;
  }
  .iconFlex ul li.avenueBox {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .iconFlex ul {
    justify-content: center;
  }
  .iconFlex ul li.avenueBox {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

.our_milestone_certification .certiList ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.our_milestone_certification .certiList ul li {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
  display: flex;
  padding-left: 0px;
}
.our_milestone_certification .certiList ul li::before {
  display: none;
}
.our_milestone_certification .certiList ul li a {
  display: block;
  margin: 0 10px;
  padding: 20px 15px;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  color: #000;
  transition: all 0.1s ease-in-out;
}
.our_milestone_certification .certiList ul li a i {
  color: #da7005;
  font-size: 30px;
  margin-bottom: 12px;
  transition: all 0.1s ease-in-out;
  display: block;
}
.our_milestone_certification .certiList ul li a p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.our_milestone_certification .certiList ul li a:hover {
  background: #da7005;
}
.our_milestone_certification .certiList ul li a:hover i, .our_milestone_certification .certiList ul li a:hover p {
  color: #fff;
}
@media (max-width: 1199px) {
  .our_milestone_certification .certiList ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .our_milestone_certification .certiList ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our_milestone_certification .certiList ul li p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .our_milestone_certification .certiList ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our_milestone_certification .certiList ul li a {
    display: flex;
    align-items: center;
  }
  .our_milestone_certification .certiList ul li a i {
    margin-bottom: 0px;
  }
  .our_milestone_certification .certiList ul li a p {
    padding-left: 10px;
    line-height: 21px;
  }
}

.thankyouSection {
  padding: 100px 0px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thankyouSection .thankBox {
  max-width: 800px;
  margin: 0 auto;
  background: #db720a;
  padding: 80px;
  background-repeat: no-repeat;
}
.thankyouSection .thankBox p, .thankyouSection .thankBox a, .thankyouSection .thankBox h2 {
  color: #fff;
}
.thankyouSection .thankBox .titleHeading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.thankyouSection .thankBox .defaultButton {
  margin-top: 30px;
}

.productDetail ul {
  display: flex;
  align-items: center;
}
.productDetail ul li:last-child {
  margin-left: 10px;
}
.productDetail ul li .abttagLine {
  border-bottom: 2px solid #000;
}
.productDetail .productDetailFlx {
  display: flex;
  flex-wrap: wrap;
}
.productDetail .productDetailFlx .prDtLft {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 35px;
}
.productDetail .productDetailFlx .prDtLft.flx100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.productDetail .productDetailFlx .prDtRgt {
  flex: 0 0 35%;
  max-width: 35%;
}
.productDetail .productDetailFlx .prDtRgt img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .productDetail .productDetailFlx .prDtLft {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .productDetail .productDetailFlx .prDtRgt {
    flex: 0 0 100%;
    max-width: 350px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailFlx .prDtRgt {
    margin: 0 auto;
  }
}

#my-world {
  background: #fff;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  padding: 30px 0px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  width: 20px !important;
  height: 20px !important;
}

.modal-open .modal .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 0.71);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1 !important;
}

.modifyModal a {
  text-decoration: none;
}
.modifyModal .modal-dialog {
  width: 100%;
  max-width: 570px;
}
.modifyModal .modal-content {
  border: none;
  background: #fff;
  box-shadow: 0px 4px 50px 15px rgba(0, 0, 0, 0.29);
  border-radius: 0px;
}
.modifyModal .modal-header {
  background: #0B6FC7;
  color: #fff;
  position: relative;
  border-radius: 0px;
  padding: 10px 5px;
  text-align: center;
}
.modifyModal .modal-header .modal-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: center;
  text-align: center;
  width: 100%;
}
.modifyModal .modal-header .btn-close {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/close.png) no-repeat center center #fff;
  background-size: 10px 10px;
  position: absolute;
  right: 18px;
  top: 17px;
  opacity: 1;
}
.modifyModal .modal-body {
  padding: 30px 20px;
}
.modifyModal .addresslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -30px;
}
.modifyModal .addresslist .boxaddress {
  padding: 20px 30px 30px 30px;
  border-right: #0B6FC7 solid 0px;
  width: 50%;
  margin-bottom: 30px;
}
.modifyModal .addresslist .boxaddress:nth-child(2n+2) {
  border-right: 0px;
}
.modifyModal .addresslist .boxaddress.onlyOne {
  border-right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.modifyModal .addresslist .boxaddress.onlyOne h6 {
  text-align: center;
}
.modifyModal .addresslist .boxaddress.onlyOne ul {
  margin: 0px auto;
  display: inline-block;
}
.modifyModal .addresslist .boxaddress h6 {
  font-size: 22px;
  color: #0B6FC7;
  font-weight: 600;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.modifyModal .addresslist .boxaddress h6 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 3px 0px 0px 0px;
}
.modifyModal .addresslist .boxaddress ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.modifyModal .addresslist .boxaddress ul li {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.modifyModal .addresslist .boxaddress ul li:last-child {
  padding-bottom: 0px;
}
.modifyModal .addresslist .boxaddress ul li span {
  margin-right: 8px;
  width: 20px;
  text-align: left;
}
.modifyModal .addresslist .boxaddress ul li a {
  color: #333;
  width: calc(100% - 28px);
}
.modifyModal .addresslist .boxaddress ul li a:hover {
  color: #F67B00;
}

.tablemain thead th {
  background: #0093dd;
  color: #fff;
  padding: 10px 20px !important;
}
.tablemain td {
  padding: 10px 20px !important;
}/*# sourceMappingURL=style.css.map */