/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&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%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  transition: 0.2s ease-in-out all;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

p {
  font-size: 26px;
  line-height: 36px;
  margin: 0px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

.psmall {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .psmall {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .psmall {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .psmall {
    font-size: 13px;
    line-height: 18px;
  }
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
ul li {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  ul li {
    font-size: 21px;
    line-height: 31px;
  }
}
@media (max-width: 1199px) {
  ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  ul li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  ul li {
    font-size: 14px;
    line-height: 19px;
  }
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  color: #0639b4;
  display: inline-block;
  background: transparent !important;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out all;
  transition: all 0.5s ease-in-out;
  font-size: 22px;
  position: relative;
}
.defaultButton:hover {
  color: #0083ef;
}
.defaultButton:hover::after {
  background-color: #0083ef;
}
@media (max-width: 1400px) {
  .defaultButton {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .defaultButton {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .defaultButton {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .defaultButton {
    font-size: 13px;
  }
}
.defaultButton::after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #0232ad;
  bottom: -10%;
  left: 0%;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 991px) {
  .defaultButton::after {
    width: 38px;
    height: 2.6px;
  }
}
@media (max-width: 767px) {
  .defaultButton::after {
    width: 35px;
    height: 2.5px;
  }
}
@media (max-width: 480px) {
  .defaultButton::after {
    width: 30px;
  }
}
@media (max-width: 380px) {
  .defaultButton::after {
    height: 2px;
    width: 28px;
  }
}

.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;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .sectionTitle {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .sectionTitle {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 26px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1400px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.mainpaddingBottom {
  padding-bottom: 0px !important;
}

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

.mainHeader {
  padding: 10px 0;
  background: #fff;
  position: relative;
}
.mainHeader .logo img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .mainHeader .logo img {
    height: 90px;
    width: 100%;
  }
}
.mainHeader::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  bottom: 0%;
}
.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 li {
  margin-left: 10px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 25px;
  line-height: 25px;
  padding: 0px 10px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 7px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 6px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    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: #0083ef;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #0083ef;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 20px 10px;
  margin: 0;
  min-width: 700px;
  transform: inherit !important;
  top: 100% !important;
  border-radius: 10px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl {
  display: flex;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li {
  flex: 0 0 17%;
  max-width: 17%;
  margin: 0 10px 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li a {
  color: #000;
  font-size: 16px;
  padding: 0;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.5s ease-in-out all;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li a img {
  margin-bottom: 10px;
  border-radius: 10px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li:hover > a {
  color: #0083ef !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 600px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li {
    margin: 0 9px 0;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 5px 0;
    min-width: inherit;
    max-width: 100%;
    background: transparent;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li a {
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .componentDrop .commonUl li a img {
    display: none;
  }
  .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: #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: #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: 50px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.homebanner {
  position: relative;
  padding: 50px 0px 0px 0px;
  margin-bottom: -140px;
}
.homebanner .slick-dots {
  bottom: 0;
}
@media (max-width: 767px) {
  .homebanner .slick-dots {
    bottom: 0% !important;
    right: 0%;
    transform: none;
  }
}
.homebanner .slick-dots li {
  width: 10px;
  height: 10px;
}
.homebanner .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: lightgrey;
  border-radius: 50%;
  opacity: 0.5;
}
.homebanner .slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}
.homebanner .homeSlider {
  position: relative;
  z-index: 11;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .homeSlider .slick-slide {
    height: 638px;
  }
}
@media (max-width: 1400px) {
  .homebanner .homeSlider .slick-slide {
    height: 638px;
  }
}
@media (max-width: 1199px) {
  .homebanner .homeSlider .slick-slide {
    height: 555px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homebanner .homeSlider .slick-slide {
    height: 464px;
  }
}
@media (max-width: 991px) {
  .homebanner .homeSlider .slick-slide {
    height: 450px;
  }
}
.homebanner .homeSlider .bannerBox .bannerflex {
  display: flex;
  flex-direction: column-reverse;
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerImage {
  height: 602px;
  position: relative;
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerImage::after {
  content: " ";
  position: absolute;
  width: 65px;
  height: 100%;
  background-color: #0083ef;
  top: 0%;
  right: 0%;
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerImage::after {
    background-color: transparent;
  }
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerImage img {
  border-bottom-left-radius: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerImage img {
    height: 449px;
  }
}
@media (max-width: 1400px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerImage img {
    height: 449px;
  }
}
@media (max-width: 1199px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerImage img {
    height: 354px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerImage img {
    border-bottom-left-radius: 0px;
    height: 100%;
    width: 100%;
  }
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerText {
  padding-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText {
    padding-bottom: 17px;
  }
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row {
  align-items: flex-end;
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
  line-height: 95px;
  font-size: 90px;
  max-width: 743px;
  margin: 0px;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 57px;
    font-size: 53px;
    max-width: 418px;
  }
}
@media (max-width: 1400px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 57px;
    font-size: 53px;
    max-width: 418px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 49px;
    font-size: 45px;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 40px;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 33px;
    font-size: 31px;
  }
}
@media (max-width: 480px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 32px;
    font-size: 29px;
  }
}
@media (max-width: 380px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle {
    line-height: 26px;
    font-size: 24px;
  }
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .sectionTitle span {
  color: #0a40bb;
}
.homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  max-width: 613px;
  padding-bottom: 25px;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 4px;
  }
}
@media (max-width: 1400px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 4px;
  }
}
@media (max-width: 1199px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    font-size: 21px;
    line-height: 23px;
    padding-bottom: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    font-size: 17px;
    line-height: 16px;
    padding-bottom: 1px;
  }
}
@media (max-width: 991px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .bannerflex .bannerText .bannerDesc .row .bannerp {
    padding-top: 10px;
  }
}

.cardsSection {
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1400px) {
  .cardsSection {
    padding-top: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cardsSection {
    padding-top: 135px;
  }
}
.cardsSection::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0%;
  background: #e9f5ff;
  z-index: -1;
}
@media (max-width: 1400px) {
  .cardsSection::before {
    width: 100%;
    height: 50%;
    top: 3%;
  }
}
@media (max-width: 1199px) {
  .cardsSection::before {
    top: 8%;
  }
}
@media (max-width: 991px) {
  .cardsSection::before {
    background: transparent;
  }
}
.cardsSection .sectionTitle {
  text-align: center;
  max-width: 681px;
  margin: auto;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .cardsSection .sectionTitle {
    max-width: 480px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cardsSection .sectionTitle {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cardsSection .sectionTitle {
    padding-bottom: 20px;
  }
}
.cardsSection .acrylic {
  margin-bottom: 0px;
}
.cardsSection .acrylic .card1 {
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(0px);
  position: relative;
  transition: 0.5s ease-in-out all;
}
.cardsSection .acrylic .card1:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cardsSection .acrylic .card1 {
    margin-bottom: 40px;
  }
}
.cardsSection .acrylic .card1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .cardsSection .acrylic .card1 img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cardsSection .acrylic .card1 img {
    height: 300px;
  }
}
.cardsSection .acrylic .card1 p {
  background: #083db8;
  padding: 25px 0px;
  text-align: center;
  color: white;
}
@media (max-width: 1400px) {
  .cardsSection .acrylic .card1 p {
    padding: 17px 0px;
  }
}
@media (max-width: 991px) {
  .cardsSection .acrylic .card1 p {
    padding: 15px 0px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner::before {
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 45.04%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.innerbanner img {
  width: 100%;
}
@media (max-width: 1199px) {
  .innerbanner img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.innerbanner .innerBlock {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
}
.innerbanner .innerBlock .innerText span {
  display: block;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .innerbanner .innerBlock .innerText {
    font-size: 34px;
  }
  .innerbanner .innerBlock .innerText span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
  }
  .innerbanner .innerBlock .innerText span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock .innerText {
    font-size: 24px;
  }
  .innerbanner .innerBlock .innerText span {
    font-size: 14px;
  }
}

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

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

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

.paints .slick-dots {
  bottom: -11% !important;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  transform: rotate(0);
}
.paints .slick-dots li {
  margin: 0px 3px;
  width: auto;
  height: auto;
}
.paints .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #D9D9D9;
  border: #D9D9D9 solid 2px;
  padding: 0px;
  border-radius: 100%;
}
.paints .slick-dots li button:before {
  display: none;
}
.paints .slick-dots li.slick-active {
  width: auto;
}
.paints .slick-dots li.slick-active button {
  background: #0639b4;
  width: 50px;
  border-color: #0639b4;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .paints .slick-dots {
    bottom: -7% !important;
  }
}
.paints .row {
  align-items: center;
}
@media (max-width: 575px) {
  .paints .row .paintimg {
    margin-top: 30px;
  }
}
.paints .row .paintimg {
  padding-right: 80px;
}
@media (max-width: 1400px) {
  .paints .row .paintimg {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .paints .row .paintimg {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .paints .row .paintimg {
    padding-right: 0px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .paints .row .paintimg {
    padding-bottom: 20px;
  }
}
.paints .row .paintimg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .paints .row .paintimg img {
    height: 400px;
  }
}
@media (max-width: 380px) {
  .paints .row .paintimg img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .paints .row .paintdetails .sectionTitle {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .paints .row .paintdetails {
    max-width: 100%;
    text-align: center;
  }
}
.paints .row .paintdetails p {
  max-width: 654px;
}
@media (max-width: 1400px) {
  .paints .row .paintdetails p {
    max-width: 509px;
  }
}
@media (max-width: 1199px) {
  .paints .row .paintdetails p {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .paints .row .paintdetails p {
    max-width: 100%;
    text-align: center;
  }
}
.paints .row .paintdetails .psmall {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .paints .row .paintdetails .psmall {
    max-width: 488px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .paints .row .paintdetails .psmall {
    max-width: 415px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .paints .row .paintdetails .psmall {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .paints .row .paintdetails .psmall {
    max-width: none;
  }
}
.paints .row .paintdetails .defaultButton {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .paints .row .paintdetails .defaultButton {
    padding-top: 15px;
    height: 50px;
  }
  .paints .row .paintdetails .defaultButton::after {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .paints .row .paintdetails .defaultButton {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .paints .row .paintdetails .defaultButton {
    padding-top: 10px;
    height: 45px;
    text-align: center;
  }
  .paints .row .paintdetails .defaultButton::after {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.industrialSectors {
  background: #e0e9ff;
}
.industrialSectors .sectionTitle {
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .industrialSectors .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .industrialSectors .sectionTitle {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .industrialSectors .sectionTitle {
    text-align: center;
  }
}
.industrialSectors .industry_mainbox {
  display: flex;
  flex-wrap: wrap;
}
.industrialSectors .industry_mainbox .innerbox {
  display: flex;
  flex-wrap: wrap;
}
.industrialSectors .industry_mainbox .innerbox li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  list-style: none !important;
  padding: 0px 15px;
  padding-bottom: 30px;
}
.industrialSectors .industry_mainbox .innerbox li .industries_img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(0px);
  transition: 0.5s ease-in-out all;
}
.industrialSectors .industry_mainbox .innerbox li .industries_img::after {
  content: "";
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 50%, #232323 100%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .industrialSectors .industry_mainbox .innerbox li .industries_img::after {
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
  }
}
.industrialSectors .industry_mainbox .innerbox li .industries_img:hover {
  transform: translateY(-10px);
}
.industrialSectors .industry_mainbox .innerbox li .industries_img .img_txt {
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0%;
  color: white;
  z-index: 2;
  padding: 15px 20px;
}
.industrialSectors .industry_mainbox .innerbox li .industries_img .img_txt p {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 10px;
}
.industrialSectors .industry_mainbox .innerbox li .industries_img .img_txt span {
  font-size: 18px;
  line-height: 24px;
  display: block;
}
@media (max-width: 1199px) {
  .industrialSectors .industry_mainbox .innerbox li .industries_img .img_txt p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .industrialSectors .industry_mainbox .innerbox li .industries_img .img_txt span {
    font-size: 14px;
    line-height: 18px;
  }
}
.industrialSectors .industry_mainbox .innerbox li .industries_img img {
  width: 100%;
}
@media (max-width: 991px) {
  .industrialSectors .industry_mainbox .innerbox li .industries_img img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .industrialSectors .industry_mainbox .innerbox li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .industrialSectors .industry_mainbox .innerbox li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
}

.why_pozitron .sectionTitle {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .why_pozitron .sectionTitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .why_pozitron .sectionTitle {
    margin-bottom: 15px;
  }
}
.why_pozitron .pozitroncard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard {
    padding-bottom: 35px;
  }
}
.why_pozitron .pozitroncard .why_img {
  position: relative;
}
.why_pozitron .pozitroncard .why_img::before {
  content: "";
  position: absolute;
  background-color: #002da8;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  bottom: -3%;
  left: 0%;
  right: 0%;
  margin: auto;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard .why_img::before {
    display: none;
  }
}
.why_pozitron .pozitroncard .why_img::after {
  content: "";
  position: absolute;
  background-color: #0a41bc;
  height: 100px;
  width: 5px;
  left: 0%;
  right: 0%;
  margin: auto;
  bottom: -44%;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard .why_img::after {
    display: none;
  }
}
.why_pozitron .pozitroncard p {
  max-width: 315px;
  text-align: center;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard p {
    padding-top: 20px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .why_pozitron .pozitroncard p {
    padding-top: 12px;
  }
}
.why_pozitron .pozitroncard2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard2 {
    flex-direction: column-reverse;
  }
}
.why_pozitron .pozitroncard2 p {
  max-width: 315px;
  text-align: center;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .why_pozitron .pozitroncard2 p {
    max-width: 208px;
  }
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard2 p {
    padding-bottom: 0px;
    padding-top: 20px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .why_pozitron .pozitroncard2 p {
    padding-top: 12px;
  }
}
.why_pozitron .pozitroncard2 .why_img {
  position: relative;
}
.why_pozitron .pozitroncard2 .why_img::before {
  content: "";
  position: absolute;
  background-color: #002da8;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  top: -5%;
  left: 0%;
  right: 0%;
  margin: auto;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard2 .why_img::before {
    display: none;
  }
}
.why_pozitron .pozitroncard2 .why_img::after {
  content: "";
  position: absolute;
  background-color: #0a41bc;
  height: 100px;
  width: 5px;
  top: -45%;
  left: 0%;
  right: 0%;
  margin: auto;
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard2 .why_img::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .why_pozitron .pozitroncard .why_img, .why_pozitron .pozitroncard2 .why_img {
    text-align: center;
  }
  .why_pozitron .pozitroncard .why_img img, .why_pozitron .pozitroncard2 .why_img img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .why_pozitron .pozitroncard .why_img, .why_pozitron .pozitroncard2 .why_img {
    text-align: center;
  }
  .why_pozitron .pozitroncard .why_img img, .why_pozitron .pozitroncard2 .why_img img {
    max-width: 120px;
  }
}

.manufacturers {
  background: #e0e9ff;
}
@media (max-width: 767px) {
  .manufacturers .sectionTitle {
    text-align: center;
  }
}
.manufacturers .clientSlider {
  margin: 0px;
}
.manufacturers .clientSlider .slick-dots {
  bottom: 0;
  transform: inherit;
  right: inherit;
  bottom: inherit;
  position: relative;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .manufacturers .clientSlider .slick-dots {
    bottom: 0% !important;
    right: 0%;
    transform: none;
  }
}
.manufacturers .clientSlider .slick-dots li {
  width: 15px;
  height: 15px;
}
.manufacturers .clientSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #0b2c75;
  border-radius: 50%;
  opacity: 0.5;
}
.manufacturers .clientSlider .slick-dots li.slick-active button {
  background-color: #0b2c75;
  opacity: 1;
}
.manufacturers .clientSlider .clientBox .clientImage {
  margin: 15px;
  border: 1px solid #d1d1d1;
  padding: 30px 25px;
  height: 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .manufacturers .clientSlider .clientBox .clientImage {
    margin: 10px;
    padding: 10px 15px;
    height: 115px;
  }
}
@media (max-width: 1199px) {
  .manufacturers .clientSlider .clientBox .clientImage {
    height: 100px;
  }
}
@media (max-width: 380px) {
  .manufacturers .clientSlider .clientBox .clientImage {
    max-width: 300px;
    margin: 0 auto;
  }
}
.manufacturers .clientSlider .clientBox .clientImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footerpaddingHeading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .footerpaddingHeading {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footerpaddingHeading {
    padding-bottom: 15 px;
  }
}
@media (max-width: 991px) {
  .footerpaddingHeading {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footerpaddingHeading {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footerpaddingHeading {
    padding-bottom: 8px;
  }
}

.footer {
  background: #0b2c75;
  color: white;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .footer {
    padding-top: 70px;
  }
}
.footer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 9%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .footer::before {
    bottom: 11%;
  }
}
@media (max-width: 1199px) {
  .footer::before {
    bottom: 12%;
  }
}
@media (max-width: 767px) {
  .footer::before {
    bottom: 10%;
  }
}
@media (max-width: 480px) {
  .footer::before {
    bottom: 11%;
  }
}
.footer::after {
  content: " ";
  position: absolute;
  background-image: url(../images/semicircle.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 666px;
  width: 100%;
  z-index: 0;
  background-position: center;
}
@media (max-width: 1400px) {
  .footer::after {
    bottom: -17%;
  }
}
@media (max-width: 1199px) {
  .footer::after {
    height: 605px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer::after {
    height: 517px;
  }
}
@media (max-width: 767px) {
  .footer::after {
    display: none;
  }
}
.footer .sectionPadding {
  padding-bottom: 0px !important;
}
.footer ul li {
  color: #c7c7c7;
  list-style: none;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .footer ul li {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer ul li {
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .footer ul li {
    padding-bottom: 1px;
  }
}
.footer ul li:last-child {
  padding-bottom: 0px !important;
}
.footer ul li:hover a, .footer ul li.active a {
  color: #17b2ed;
}
.footer a {
  color: #fff;
  transition: 0.5s ease-in-out all;
  display: inline-block;
}
.footer a:hover {
  color: #17b2ed;
}
.footer a.active {
  color: #17b2ed;
}
.footer .footerHeading {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 50px;
  color: white;
}
@media (max-width: 1400px) {
  .footer .footerHeading {
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .footerHeading {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer .footerHeading {
    padding-bottom: 10px;
  }
}
.footer .footerbigHeading {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 1400px) {
  .footer .footerbigHeading {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .footer .footerbigHeading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer .footerbigHeading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .footer .footerbigHeading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .footer .footerbigHeading {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer .footer1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .footer .footer1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .footer .footer1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer1 {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.footer .footer1 .footerContact {
  flex: 0 0 43%;
  max-width: 43%;
}
@media (max-width: 767px) {
  .footer .footer1 .footerContact {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer .footer1 .footerContact {
    font-size: 23px;
    line-height: 27px;
  }
}
.footer .footer1 .footerContact .footerp {
  color: #fff;
  padding: 15px 0px 50px 0px;
}
@media (max-width: 1400px) {
  .footer .footer1 .footerContact .footerp {
    padding: 15px 0px 30px 0px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .footer .footer1 .footerContact .footerp {
    padding: 15px 0px 25px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer .footer1 .footerContact .footerp {
    padding: 12px 0px 20px 0px;
  }
}
@media (max-width: 991px) {
  .footer .footer1 .footerContact .footerp {
    padding: 15px 0px 20px 0px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .footer .footer1 .footerContact .footerp {
    text-align: center;
    padding: 6px 0px 15px 0px;
    font-size: 16px;
    line-height: 22px;
  }
}
.footer .footer1 .footerContact .footerDt a {
  display: block;
}
@media (max-width: 767px) {
  .footer .footer1 .footerContact .footerDt a {
    text-align: center;
  }
}
.footer .footer1 .quicklinks {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .footer .footer1 .quicklinks {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    border-top: 1px solid rgba(224, 233, 255, 0.1490196078);
    border-bottom: 1px solid rgba(224, 233, 255, 0.1490196078);
    padding: 20px 0px;
  }
  .footer .footer1 .quicklinks li a {
    padding: 3px;
  }
  .footer .footer1 .quicklinks li a:hover {
    color: #fff;
  }
}
.footer .footer1 .products {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .footer .footer1 .products {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
  }
  .footer .footer1 .products li a {
    padding: 3px;
  }
}
.footer .footer2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 1;
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .footer .footer2 {
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
  }
}
.footer .footer2 p {
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1400px) {
  .footer .footer2 p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .footer .footer2 p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  .footer .footer2 p {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer .footer2 .websiteDesign {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer2 .websiteDesign {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .footer .footer2 .websiteDesign {
    padding-top: 5px;
  }
}
@media (max-width: 380px) {
  .footer .footer2 .websiteDesign {
    padding-top: 4px;
  }
}
.footer .footerimg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.aboutus .row {
  align-items: center;
}
.aboutus .row .aboutusImg img {
  width: 100%;
}
@media (max-width: 767px) {
  .aboutus .row .aboutusImg img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 380px) {
  .aboutus .row .aboutusImg img {
    height: 300px;
  }
}
.aboutus .row .aboutusDetail {
  margin: auto;
}
.aboutus .row .aboutusDetail .sectionTitle {
  max-width: 582px;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .aboutus .row .aboutusDetail .sectionTitle {
    max-width: 437px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .aboutus .row .aboutusDetail .sectionTitle {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .aboutus .row .aboutusDetail .sectionTitle {
    padding-top: 25px;
    max-width: none;
    text-align: center;
  }
}
.aboutus .row .aboutusDetail p {
  max-width: 573px;
}

.aboutusMission .aboutvisioncard {
  position: relative;
  text-align: center;
}
.aboutusMission .aboutvisioncard::before {
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: #a9c0f9;
  top: 33%;
  left: -8%;
}
@media (max-width: 1400px) {
  .aboutusMission .aboutvisioncard::before {
    top: 39%;
  }
}
@media (max-width: 991px) {
  .aboutusMission .aboutvisioncard::before {
    left: -30%;
  }
}
@media (max-width: 767px) {
  .aboutusMission .aboutvisioncard::before {
    display: none;
  }
}
.aboutusMission .aboutvisioncard::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #a9c0f9;
  top: 38%;
  left: -108%;
}
@media (max-width: 1400px) {
  .aboutusMission .aboutvisioncard::after {
    top: 44%;
  }
}
@media (max-width: 991px) {
  .aboutusMission .aboutvisioncard::after {
    left: -129%;
  }
}
@media (max-width: 767px) {
  .aboutusMission .aboutvisioncard::after {
    display: none;
  }
}
.aboutusMission .aboutvisioncard img {
  padding-bottom: 10px;
}
.aboutusMission .aboutmissioncard {
  position: relative;
  margin-top: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .aboutusMission .aboutmissioncard {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .aboutusMission .aboutmissioncard {
    margin-top: 35px;
  }
}
.aboutusMission .aboutmissioncard::before {
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: #a9c0f9;
  bottom: 33%;
  right: -12%;
}
@media (max-width: 1400px) {
  .aboutusMission .aboutmissioncard::before {
    bottom: 47%;
  }
}
@media (max-width: 1199px) {
  .aboutusMission .aboutmissioncard::before {
    bottom: 51%;
  }
}
@media (max-width: 991px) {
  .aboutusMission .aboutmissioncard::before {
    right: -30%;
  }
}
@media (max-width: 767px) {
  .aboutusMission .aboutmissioncard::before {
    display: none;
  }
}
.aboutusMission .aboutmissioncard::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #a9c0f9;
  top: 62%;
  right: -111%;
}
@media (max-width: 1400px) {
  .aboutusMission .aboutmissioncard::after {
    top: 48%;
  }
}
@media (max-width: 1199px) {
  .aboutusMission .aboutmissioncard::after {
    top: 44%;
  }
}
@media (max-width: 991px) {
  .aboutusMission .aboutmissioncard::after {
    right: -128%;
  }
}
@media (max-width: 767px) {
  .aboutusMission .aboutmissioncard::after {
    display: none;
  }
}
.aboutusMission .aboutmissioncard img {
  padding-bottom: 10px;
}

.imgheight {
  height: 100%;
}

.aboutenviorment {
  background: #e9f5ff;
}
.aboutenviorment .aboutsection {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboutenviorment .aboutsection {
    flex-direction: column;
  }
}
.aboutenviorment .aboutsection .executiveteam {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .aboutenviorment .aboutsection .executiveteam {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .aboutenviorment .aboutsection .executiveteam:nth-child(2) {
    padding-top: 25px;
  }
}
.aboutenviorment .aboutsection .executiveteam:first-child img {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .aboutenviorment .aboutsection .executiveteam:first-child img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .aboutenviorment .aboutsection .executiveteam:first-child img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aboutenviorment .aboutsection .executiveteam:first-child img {
    margin-bottom: 0px;
  }
}
.aboutenviorment .aboutsection .executiveteam:first-child p {
  padding-bottom: 0px;
}
.aboutenviorment .aboutsection .executiveteam img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .aboutenviorment .aboutsection .executiveteam img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 380px) {
  .aboutenviorment .aboutsection .executiveteam img {
    height: 300px;
  }
}
.aboutenviorment .aboutsection .executiveteam p {
  max-width: 458px;
  padding-bottom: 50px;
}
.aboutenviorment .aboutsection .executiveteam .sectionTitle {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .aboutenviorment .aboutsection .executiveteam .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .aboutenviorment .aboutsection .executiveteam .sectionTitle {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .aboutenviorment .aboutsection .executiveteam .sectionTitle {
    padding-top: 25px;
  }
}
.aboutenviorment .aboutsection .executiveteam ul {
  padding-bottom: 50px;
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .aboutenviorment .aboutsection .executiveteam ul {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .aboutenviorment .aboutsection .executiveteam ul {
    padding-bottom: 20px;
  }
}
.aboutenviorment .aboutsection .executiveteam ul li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}
@media (max-width: 991px) {
  .aboutenviorment .aboutsection .executiveteam ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.aboutenviorment .aboutsection .executiveteam ul li::before {
  position: absolute;
  content: " ";
  width: 10px;
  height: 2px;
  left: 0;
  top: 12px;
  background-color: black;
}
@media (max-width: 1199px) {
  .aboutenviorment .aboutsection .executiveteam ul li::before {
    width: 8px;
  }
}
@media (max-width: 991px) {
  .aboutenviorment .aboutsection .executiveteam ul li::before {
    top: 9px;
  }
}

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

.productsdetails .sectionTitle {
  padding-bottom: 50px;
  margin: 0px;
}
@media (max-width: 1400px) {
  .productsdetails .sectionTitle {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .productsdetails .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .productsdetails .sectionTitle {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 15px;
    margin-top: 30px;
  }
}
.productsdetails .algnCntr {
  align-items: center;
}
.productsdetails p {
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .productsdetails p {
    padding-bottom: 10px;
  }
}
.productsdetails .psmall {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .productsdetails .psmall {
    padding-bottom: 10px;
  }
}
.productsdetails ul li {
  padding-left: 10px;
  list-style: none;
  position: relative;
  padding-bottom: 0px !important;
}
.productsdetails ul li::before {
  position: absolute;
  content: " ";
  width: 9px;
  height: 2px;
  left: -1%;
  top: 10px;
  background-color: black;
}
@media (max-width: 1199px) {
  .productsdetails ul li::before {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .productsdetails ul li::before {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .productsdetails ul li::before {
    width: 6px;
    top: 8px;
  }
}
.productsdetails .buttonss {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .productsdetails .buttonss {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .productsdetails .buttonss {
    padding-top: 10px;
  }
}
.productsdetails .buttonss .defaultButton {
  margin-right: 20px;
}
.productsdetails .imgprod {
  height: 600px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 1400px) {
  .productsdetails .imgprod {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .productsdetails .imgprod {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .productsdetails .imgprod {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .productsdetails .imgprod {
    height: 350px;
    padding-top: 30px;
  }
}
.productsdetails .imgprod::after {
  content: " ";
  position: absolute;
  height: 50%;
  width: 50%;
  top: -7%;
  right: -6%;
  z-index: 0;
  border-radius: 20px;
  background-color: #002da8;
}
@media (max-width: 1400px) {
  .productsdetails .imgprod::after {
    right: -8.1%;
  }
}
@media (max-width: 767px) {
  .productsdetails .imgprod::after {
    display: none;
  }
}
.productsdetails .imgprod img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: 11;
  position: relative;
}
.productsdetails .imgprod2 {
  height: 600px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .productsdetails .imgprod2 {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .productsdetails .imgprod2 {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .productsdetails .imgprod2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .productsdetails .imgprod2 {
    height: 350px;
    padding-top: 0;
  }
}
.productsdetails .imgprod2::after {
  content: " ";
  position: absolute;
  height: 50%;
  width: 50%;
  top: -7%;
  left: -6%;
  z-index: 0;
  border-radius: 10px;
  background-color: #002da8;
}
@media (max-width: 767px) {
  .productsdetails .imgprod2::after {
    display: none;
  }
}
.productsdetails .imgprod2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: 11;
  position: relative;
}
@media (max-width: 767px) {
  .productsdetails:nth-child(odd) .row {
    flex-direction: column-reverse;
  }
  .productsdetails:nth-child(odd) .imgprod {
    margin-bottom: 20px;
  }
}

.resourcetab .card {
  box-shadow: none;
  border: none;
  padding: 0px !important;
}
@media (max-width: 1199px) {
  .resourcetab .tabStructure {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .resourcetab .tabStructure {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .resourcetab .tabStructure {
    padding: 30px 0px;
  }
  .resourcetab .tabStructure .card {
    margin-top: 20px;
  }
}
.resourcetab .tabStructure .nav-tabs {
  justify-content: center;
}
.resourcetab .tabStructure .nav-tabs .nav-link {
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .resourcetab .tabStructure .nav-tabs .nav-link {
    font-size: 19px;
    padding: 15px 35px;
  }
}
@media (max-width: 767px) {
  .resourcetab .tabStructure .accordion-button {
    margin-bottom: 20px;
  }
}
.resourcetab .tabStructure .accordion-body {
  padding: 0px !important;
}
.resourcetab .technicalpdf .sectionTitle {
  text-align: center;
  padding: 50px 0px !important;
  color: #0333AE;
}
.resourcetab .technicalpdf .sectionTitle:first-child {
  padding-top: 0px !important;
}
.resourcetab .technicalpdf .techcard {
  border: 1px solid #ababab;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .resourcetab .technicalpdf .techcard {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.resourcetab .technicalpdf .techcard .techimg {
  text-align: center;
  padding: 60px 100px;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 1199px) {
  .resourcetab .technicalpdf .techcard .techimg {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .resourcetab .technicalpdf .techcard .techimg {
    padding: 60px 70px;
  }
}
@media (max-width: 480px) {
  .resourcetab .technicalpdf .techcard .techimg {
    padding: 45px 35px;
  }
}
.resourcetab .technicalpdf .techcard .techimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .resourcetab .technicalpdf .techcard .techimg img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .resourcetab .technicalpdf .techcard .techimg img {
    height: 100px;
  }
}
.resourcetab .technicalpdf .techcard .brochure {
  padding: 20px 0px;
}
@media (max-width: 1400px) {
  .resourcetab .technicalpdf .techcard .brochure {
    padding: 15px 0px;
  }
}
.resourcetab .technicalpdf .techcard .brochure p {
  text-align: center;
}
@media (max-width: 991px) {
  .resourcetab .technicalpdf .techcard .brochure p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .resourcetab .technicalpdf .techcard .brochure p {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.resourcetab .technicalpdf .techcard .brochure .psmall {
  text-align: center;
  display: block;
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .resourcetab .technicalpdf .techcard .brochure .psmall {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .resourcetab .technicalpdf .techcard .brochure .psmall {
    font-size: 16px !important;
  }
}

.careerpage .row {
  align-items: center;
}
.careerpage .careerimgg {
  position: relative;
}
.careerpage .careerimgg::after {
  content: " ";
  position: absolute;
  height: 50%;
  width: 50%;
  top: -7%;
  left: -6%;
  z-index: 0;
  border-radius: 10px;
  background-color: #002da8;
}
@media (max-width: 767px) {
  .careerpage .careerimgg::after {
    display: none;
  }
}
.careerpage .careerimgg img {
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}
.careerpage .careerdetails .sectionTitle {
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .careerpage .careerdetails .sectionTitle {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .careerpage .careerdetails .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .careerpage .careerdetails .sectionTitle {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.careerpage .careerdetails p {
  max-width: 586px;
}

.currentOpenings .sectionTitle {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .currentOpenings .sectionTitle {
    padding-bottom: 25px;
  }
}
.currentOpenings .accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 26px;
  line-height: 26px;
  background: #e9f5ff;
  border-radius: 20px;
  padding: 30px 50px;
}
@media (max-width: 1400px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  .currentOpenings .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 19px;
  }
}
.currentOpenings .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.currentOpenings .accordion .accordion-item .accordion-body {
  font-size: 22px;
  background: #e9f5ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 50px;
}
@media (max-width: 1400px) {
  .currentOpenings .accordion .accordion-item .accordion-body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .currentOpenings .accordion .accordion-item .accordion-body {
    padding: 20px;
  }
}
.currentOpenings .accordion .accordion-item .accordion-body p {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .currentOpenings .accordion .accordion-item .accordion-body p {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .currentOpenings .accordion .accordion-item .accordion-body p {
    padding-bottom: 10px;
  }
}

iframe {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .contactus {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .contactus {
    max-width: 450px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .contactus {
    max-width: 400px;
  }
}
@media (max-width: 380px) {
  .contactus {
    max-width: 350px;
  }
}
.contactus .contactusDetail {
  background: #0b2c75;
  padding: 100px 80px;
  color: white;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail {
    padding: 70px 60px;
  }
}
@media (max-width: 991px) {
  .contactus .contactusDetail {
    padding: 50px 33px;
  }
}
.contactus .contactusDetail .sectionTitle {
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .sectionTitle {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contactus .contactusDetail .sectionTitle {
    padding-bottom: 15px;
  }
}
.contactus .contactusDetail p {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail p {
    padding-bottom: 15px;
  }
}
.contactus .contactusDetail .contactp {
  padding-bottom: 0px;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .contactp {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .contactus .contactusDetail .contactp {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .contactus .contactusDetail .contactp {
    font-size: 15px;
    line-height: 22px;
  }
}
.contactus .contactusDetail .cotactblock {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .cotactblock {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contactus .contactusDetail .cotactblock {
    padding-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .contactus .contactusDetail .cotactblock {
    padding-bottom: 10px;
  }
}
.contactus .contactusDetail .cotactblock .contactinner {
  display: flex;
}
.contactus .contactusDetail .cotactblock .contactinner img {
  height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 25px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .cotactblock .contactinner img {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .contactus .contactusDetail .cotactblock .contactinner img {
    padding-right: 15px;
    height: 16px;
  }
}
.contactus .contactusDetail .cotactblock .contactinner a {
  color: white;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .cotactblock .contactinner a {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.contactus .contactusDetail .cotactblock .contactinner a:hover {
  color: #ccc;
}
@media (max-width: 991px) {
  .contactus .contactusDetail .cotactblock .contactinner .psmall {
    font-size: 14px;
  }
}
.contactus .contactusDetail .cotactblock .contactinner .contactheading {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .contactus .contactusDetail .cotactblock .contactinner .contactheading {
    font-size: 24px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contactus .contactusDetail .cotactblock .contactinner .contactheading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contactus .contactusDetail .cotactblock .contactinner .contactheading {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .contactus .contactusDetail .cotactblock .contactinner .contactheading {
    font-size: 17px;
  }
}
.contactus .sectionTitle {
  padding-bottom: 50px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .contactus .sectionTitle {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactus .sectionTitle {
    padding-top: 40px;
  }
}
.contactus .sectionpaddtop {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  .contactus .inquiryForm {
    padding-bottom: 30px;
  }
}
.contactus .inquiryForm .defaultButton {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .defaultButton {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .contactus .inquiryForm .defaultButton {
    padding-top: 20px;
  }
}
.contactus .inquiryForm .form-group {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .contactus .inquiryForm .form-group {
    margin-bottom: 8px;
  }
}
.contactus .inquiryForm .form-group .roboto {
  position: relative;
}
.contactus .inquiryForm .form-group .roboto .captcha {
  position: absolute;
  right: 1%;
  top: 11%;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group .roboto .captcha {
    top: 0%;
    right: 0%;
  }
  .contactus .inquiryForm .form-group .roboto .captcha img {
    border-radius: 0px 10px 10px 0px;
  }
}
@media (max-width: 767px) {
  .contactus .inquiryForm .form-group .roboto .captcha {
    top: 11%;
    right: 1%;
  }
  .contactus .inquiryForm .form-group .roboto .captcha img {
    border-radius: 0px;
  }
}
.contactus .inquiryForm .form-group label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group label {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .contactus .inquiryForm .form-group label {
    font-size: 13px;
    line-height: 13px;
  }
}
.contactus .inquiryForm .form-group .form-control {
  height: 50px;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group .form-control {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .contactus .inquiryForm .form-group .form-control {
    height: 50px;
  }
}
.contactus .inquiryForm .form-group textarea {
  height: 250px !important;
}
@media (max-width: 991px) {
  .contactus .inquiryForm .form-group textarea {
    height: 150px !important;
  }
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.enquiryPopup .modal-dialog {
  max-width: 900px;
}
.enquiryPopup .modal-dialog .modal-body {
  padding: 30px 30px;
  position: relative;
}
.enquiryPopup .modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 30px;
  top: 25px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .sectionTitle {
  margin-bottom: 20px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-group {
  margin-bottom: 20px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control {
  background: rgba(255, 255, 255, 0.5);
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::-moz-placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .modal-content {
  border: 0px;
  border-radius: 20px;
  background-color: #e9f5ff;
  overflow: hidden;
}

.modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.uploadresume {
  position: relative;
}
.uploadresume input[readonly] {
  background: rgba(255, 255, 255, 0.5);
  color: #3C3C3C;
  width: 100%;
  position: relative;
  font-size: 18px;
  cursor: text !important;
}
.uploadresume i {
  background: url(../images/upload_icon.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 15px;
  z-index: 222;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uploadresume label.error {
  top: 100%;
}
.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  padding: 0px;
  font-weight: 300;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  font-weight: 300;
  right: 0px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
.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;
  background: #F5F5F5;
}

.whymargintop {
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .whymargintop {
    margin-top: 0px !important;
  }
}

.ourExpertise .sectionTitle {
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1400px) {
  .ourExpertise .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ourExpertise .sectionTitle {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .ourExpertise .sectionTitle {
    padding-bottom: 10px;
  }
}
.ourExpertise p {
  text-align: center;
}
.ourExpertise .whyusCircles {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.ourExpertise .whyusCircles .circlesblock {
  background: #e9f5ff;
  border-radius: 100px;
  padding: 80px 50px;
  border-radius: 50%;
  margin: 0 auto;
  height: 350px;
  width: 350px;
  text-align: center;
  position: relative;
}
@media (max-width: 1400px) {
  .ourExpertise .whyusCircles .circlesblock {
    height: 300px;
    width: 300px;
    padding: 60px 40px;
  }
}
@media (max-width: 1199px) {
  .ourExpertise .whyusCircles .circlesblock {
    height: 270px;
    width: 270px;
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .ourExpertise .whyusCircles .circlesblock {
    height: 230px;
    width: 230px;
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .ourExpertise .whyusCircles .circlesblock {
    margin-bottom: 40px;
  }
}
.ourExpertise .whyusCircles .circlesblock::before {
  content: " ";
  position: absolute;
  border: 1px dashed #093eb9;
  top: -8%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 350px;
  width: 350px;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .ourExpertise .whyusCircles .circlesblock::before {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .ourExpertise .whyusCircles .circlesblock::before {
    height: 270px;
    width: 270px;
  }
}
@media (max-width: 991px) {
  .ourExpertise .whyusCircles .circlesblock::before {
    height: 230px;
    width: 230px;
  }
}
.ourExpertise .whyusCircles .circlesblock img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .ourExpertise .whyusCircles .circlesblock img {
    height: 70px;
  }
}
.ourExpertise .whyusCircles .circlesblock p {
  padding-top: 30px;
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ourExpertise .whyusCircles .circlesblock p {
    padding-top: 20px;
  }
}

.whyusResearch {
  padding-bottom: 200px;
}
@media (max-width: 1400px) {
  .whyusResearch {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .whyusResearch {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .whyusResearch {
    padding-top: 0;
  }
}
.whyusResearch .row {
  align-items: center;
}
.whyusResearch .row .researchimg {
  height: 500px;
  position: relative;
  z-index: 1;
  width: 630px;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchimg {
    height: 400px;
    width: 460px;
  }
}
@media (max-width: 1199px) {
  .whyusResearch .row .researchimg {
    height: 365px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .whyusResearch .row .researchimg {
    height: auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  .whyusResearch .row .researchimg {
    height: 300px;
  }
}
.whyusResearch .row .researchimg::before {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #002da8;
  height: 700px;
  width: 338px;
  z-index: -1;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchimg::before {
    height: 565px;
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .whyusResearch .row .researchimg::before {
    height: 510px;
    width: 230px;
  }
}
@media (max-width: 991px) {
  .whyusResearch .row .researchimg::before {
    display: none;
  }
}
.whyusResearch .row .researchimg::after {
  content: " ";
  position: absolute;
  border: 1px solid #002da8;
  top: -10%;
  left: 35%;
  height: 490px;
  width: 245px;
  z-index: -1;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchimg::after {
    height: 375px;
    width: 245px;
  }
}
@media (max-width: 991px) {
  .whyusResearch .row .researchimg::after {
    display: none;
  }
}
.whyusResearch .row .researchimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-left: 120px;
}
@media (max-width: 1199px) {
  .whyusResearch .row .researchimg img {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .whyusResearch .row .researchimg img {
    margin-left: 0px;
  }
}
.whyusResearch .row .researchDetails {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .whyusResearch .row .researchDetails {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .whyusResearch .row .researchDetails {
    margin-bottom: 25px;
  }
  .whyusResearch .row .researchDetails .sectionTitle {
    padding-top: 0 !important;
    margin-top: 0;
  }
}
.whyusResearch .row .researchDetails .sectionTitle {
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchDetails .sectionTitle {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .whyusResearch .row .researchDetails .sectionTitle {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .whyusResearch .row .researchDetails .sectionTitle {
    padding-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .whyusResearch .row .researchDetails .sectionTitle {
    padding-top: 20px;
  }
}
.whyusResearch .row .researchDetails p {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchDetails p {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .whyusResearch .row .researchDetails p {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .whyusResearch .row .researchDetails p {
    padding-bottom: 10px;
  }
}
.whyusResearch .row .researchDetails ul li {
  padding-bottom: 30px;
  padding-left: 20px;
  list-style: none;
  position: relative;
}
@media (max-width: 1400px) {
  .whyusResearch .row .researchDetails ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .whyusResearch .row .researchDetails ul li {
    padding-bottom: 10px;
  }
}
.whyusResearch .row .researchDetails ul li:last-child {
  padding-bottom: 0px;
}
.whyusResearch .row .researchDetails ul li::before {
  position: absolute;
  content: " ";
  width: 9px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: black;
}
@media (max-width: 1199px) {
  .whyusResearch .row .researchDetails ul li::before {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .whyusResearch .row .researchDetails ul li::before {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .whyusResearch .row .researchDetails ul li::before {
    width: 6px;
    top: 8px;
  }
}

.infrastructure {
  background-color: #e9f5ff;
}
.infrastructure .row {
  align-items: center;
}
.infrastructure .row .infradetails .sectionTitle {
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .infrastructure .row .infradetails .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .infrastructure .row .infradetails .sectionTitle {
    padding-bottom: 15px;
  }
}
.infrastructure .row .infradetails ul li {
  padding-bottom: 30px;
  position: relative;
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .infrastructure .row .infradetails ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .infrastructure .row .infradetails ul li {
    padding-bottom: 10px;
  }
}
.infrastructure .row .infradetails ul li::before {
  position: absolute;
  content: " ";
  width: 9px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: black;
}
@media (max-width: 1199px) {
  .infrastructure .row .infradetails ul li::before {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .infrastructure .row .infradetails ul li::before {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .infrastructure .row .infradetails ul li::before {
    width: 6px;
    top: 8px;
  }
}
.infrastructure .row .infradetails ul li:last-child {
  padding-bottom: 0px;
}
.infrastructure .row .infraeffect {
  position: relative;
}
.infrastructure .row .infraeffect::after {
  content: "";
  position: absolute;
  border: 1px solid #002da8;
  top: 0;
  left: 41px;
  bottom: 0;
  height: 227px;
  width: 577px;
  border-radius: 150px;
  margin: auto;
}
@media (max-width: 1400px) {
  .infrastructure .row .infraeffect::after {
    left: -37px;
  }
}
@media (max-width: 1199px) {
  .infrastructure .row .infraeffect::after {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .infrastructure .row .infraeffect::after {
    display: none;
  }
}
.infrastructure .row .infraeffect::before {
  content: "";
  position: absolute;
  background-color: #002da8;
  left: 39%;
  bottom: -142px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .infrastructure .row .infraeffect::before {
    bottom: -120px;
  }
}
@media (max-width: 767px) {
  .infrastructure .row .infraeffect::before {
    display: none;
  }
}

.qualityAssurance .qualitysection {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .qualityAssurance .qualitysection {
    flex-direction: column;
  }
}
.qualityAssurance .qualitysection .qualityimg {
  position: relative;
  z-index: 1;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .qualityAssurance .qualitysection .qualityimg {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.qualityAssurance .qualitysection .qualityimg img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .qualityAssurance .qualitysection .qualityimg img {
    height: 350px;
  }
}
.qualityAssurance .qualitysection .qualityDetails {
  position: relative;
  z-index: 2;
  padding: 100px 80px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background: white;
  margin-left: -100px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1400px) {
  .qualityAssurance .qualitysection .qualityDetails {
    padding: 50px 50px;
  }
}
@media (max-width: 991px) {
  .qualityAssurance .qualitysection .qualityDetails {
    padding: 35px 25px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .qualityAssurance .qualitysection .qualityDetails {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .qualityAssurance .qualitysection .qualityDetails {
    padding: 25px;
  }
}
.qualityAssurance .qualitysection .qualityDetails .sectionTitle {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .qualityAssurance .qualitysection .qualityDetails .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .qualityAssurance .qualitysection .qualityDetails .sectionTitle {
    padding-bottom: 15px;
  }
}
.qualityAssurance .qualitysection .qualityDetails ul li {
  padding-bottom: 30px;
  position: relative;
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .qualityAssurance .qualitysection .qualityDetails ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .qualityAssurance .qualitysection .qualityDetails ul li {
    padding-bottom: 10px;
  }
}
.qualityAssurance .qualitysection .qualityDetails ul li::before {
  position: absolute;
  content: " ";
  width: 9px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: black;
}
@media (max-width: 1199px) {
  .qualityAssurance .qualitysection .qualityDetails ul li::before {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .qualityAssurance .qualitysection .qualityDetails ul li::before {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .qualityAssurance .qualitysection .qualityDetails ul li::before {
    width: 6px;
    top: 8px;
  }
}

.certi {
  text-align: center;
}
.certi .sectionTitle {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1400px) {
  .certi .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .certi .sectionTitle {
    padding-bottom: 15px;
  }
}

.enquiryPopup .modal-dialog {
  max-width: 500px;
}
.enquiryPopup .modal-dialog .modal-body {
  padding: 30px 30px;
  position: relative;
}
.enquiryPopup .modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 25px;
  background: url(../images/cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-group {
  margin-bottom: 20px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control {
  background: rgba(255, 255, 255, 0.5);
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::-moz-placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .sectionTitle {
  font-size: 35px;
}
@media (max-width: 991px) {
  .enquiryPopup .modal-dialog .enquiryPopupBody .sectionTitle {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .enquiryPopup .modal-dialog .enquiryPopupBody .sectionTitle {
    font-size: 28px;
  }
}
.enquiryPopup .modal-dialog .modal-content {
  border: 0px;
  border-radius: 20px;
  background-color: #e1f6ff !important;
  overflow: hidden;
}
@media (max-width: 480px) {
  .enquiryPopup .modal-dialog .modal-content .defaultButton {
    font-size: 16px;
  }
}

.modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.socialMda {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.socialMda li {
  margin: 0 30px 0 0;
}
.socialMda li i {
  font-size: 40px;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1400px) {
  .socialMda li {
    margin: 0 20px 0 0;
  }
  .socialMda li i {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .socialMda li i {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .socialMda li {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .socialMda li {
    margin: 0 10px;
  }
  .socialMda li i {
    font-size: 22px;
  }
}

.careerPopup .modal-dialog {
  max-width: 700px;
}

.subProducts {
  background: #e9f5ff;
}
.subProducts .subProductsFlx {
  display: flex;
  flex-wrap: wrap;
}
.subProducts .subProductsFlx .subProductsBx {
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0 10px 30px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.subProducts .subProductsFlx .subProductsBx h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.subProducts .subProductsFlx .subProductsBx p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .subProducts .subProductsFlx .subProductsBx {
    flex: 0 0 47%;
    max-width: 47%;
    padding: 20px;
  }
  .subProducts .subProductsFlx .subProductsBx h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .subProducts .subProductsFlx .subProductsBx p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .subProducts .subProductsFlx .subProductsBx {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    margin-bottom: 30px;
  }
  .subProducts .subProductsFlx .subProductsBx h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .subProducts .subProductsFlx .subProductsBx p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .subProducts .subProductsFlx .subProductsBx {
    padding: 15px;
    margin-bottom: 20px;
  }
  .subProducts .subProductsFlx .subProductsBx h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .subProducts .subProductsFlx .subProductsBx p {
    font-size: 14px;
    line-height: 22px;
  }
}/*# sourceMappingURL=style.css.map */