/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");
.crossLine {
  background: #232323;
  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: #DB222A;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine {
    margin-top: 0px;
  }
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #232323;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  .crossLine {
    margin-top: 0px;
  }
}

#sidebarCollapse {
  z-index: 55555;
}

* {
  margin: 0;
  padding: 0;
}

@media (min-width: 1551px) and (max-width: 2500px) {
  .container {
    max-width: 1600px !important;
  }
}
body {
  font-family: "Teachers", sans-serif;
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

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

.margintopzero {
  margin-top: 0 !important;
}

.paddingTopZero {
  padding-top: 0 !important;
}

p {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Teachers", sans-serif;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.subTitle {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1551px) and (max-width: 2500px) {
  .subTitle {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1550px) {
  .subTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 18px;
  }
}

.fontThirtytwo {
  font-size: 32px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1550px) {
  .fontThirtytwo {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .fontThirtytwo {
    font-size: 21px;
    line-height: 31px;
  }
}
@media (max-width: 991px) {
  .fontThirtytwo {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 575px) {
  .fontThirtytwo {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 380px) {
  .fontThirtytwo {
    font-size: 17px;
    line-height: 27px;
  }
}

.defaultButton {
  background: #DB222A;
  padding: 16px 28px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  line-height: 18px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #004C8C;
  color: #fff;
}
@media (max-width: 1550px) {
  .defaultButton {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .defaultButton {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .defaultButton {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .defaultButton {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  .defaultButton {
    padding: 10px 10px;
    font-size: 13px;
    line-height: 13px;
  }
}

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

.bullets {
  list-style: none;
}
.bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 10px;
  width: 10px;
  border-radius: 15%;
  background: #23357e;
}
@media (max-width: 1199px) {
  .bullets li {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .bullets li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .bullets li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .bullets li::before {
    width: 7px;
    height: 7px;
  }
}

.sectionTitle {
  color: #232323;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1550px) {
  .sectionTitle {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1550px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.mainHeader {
  padding: 10px 0;
  position: relative;
  background: #004C8C;
}
.mainHeader::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  opacity: 50%;
}
@media (max-width: 991px) {
  .mainHeader::after {
    display: none;
  }
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.mainHeader header .logo {
  position: relative;
  z-index: 11;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .logo a img {
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-right: 50px;
  position: relative;
  padding: 0 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 5px 6px 5px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 0;
    padding-left: 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #232323;
    padding: 10px 12px 10px 12px;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin: 10px 0;
  }
}
.mainHeader header .navbarLink ul li:hover a, .mainHeader header .navbarLink ul li.active a {
  background: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li:hover a, .mainHeader header .navbarLink ul li.active a {
    color: white;
    background: none;
  }
}
.mainHeader header .navbarLink ul li:hover::after, .mainHeader header .navbarLink ul li.active::after {
  width: 100%;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background-color: #004C8C;
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  border: none;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin-right: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: white;
  padding: 10px;
  font-size: 19px;
  text-transform: capitalize;
  text-decoration: none !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: white;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          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 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: white;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #004C8C;
    color: white;
    border-bottom: 1 px solid white;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #DB222A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #003969;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader .contactSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  position: absolute;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 5.5%;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 1;
}
@media (max-width: 1550px) {
  .mainHeader .contactSec {
    padding-top: 15px;
  }
}
.mainHeader .contactSec .contactImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  font-family: "Poppins", sans-serif;
}
.mainHeader .contactSec .contactImg img {
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader .contactSec .contactImg p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 0px;
}
.mainHeader .contactSec .contactImg p:hover p {
  color: #db222a;
}
.mainHeader .contactSec .contactImg p a {
  color: #fff;
}
.mainHeader .contactSec .contactImg p a:hover {
  text-decoration: underline;
}
@media (max-width: 1550px) {
  .mainHeader:after {
    width: 60%;
  }
  .mainHeader header .logo a img {
    height: 65px;
  }
  .mainHeader header .navbarLink ul li {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 5px 8px 10px;
  }
  .mainHeader .contactSec .contactImg p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .logo a img {
    height: 65px;
  }
  .mainHeader header .navbarLink ul li {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    padding-top: 0;
  }
  .mainHeader header {
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainHeader header .logo a img {
    height: 60px;
  }
  .mainHeader header .navbarLink ul li {
    margin-right: 0px;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 25px;
    line-height: 25px;
    padding: 8px 5px 8px 10px;
    color: #fff;
  }
  .mainHeader .crossLine {
    background: transparent;
  }
  .mainHeader .crossLine .line {
    height: 4px;
    background: #fff;
  }
  .mainHeader .contactSec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0;
    background: #003969;
    padding: 10px;
    max-width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    width: 100%;
  }
  .mainHeader .navBlock .navbarBtn .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    padding-top: 0;
  }
  .mainHeader header .navbarLink ul li {
    margin-right: 0px;
  }
  .mainHeader header .logo a img {
    height: 50px;
  }
  .mainHeader .contactSec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0;
    background: #003969;
    padding: 10px;
    max-width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}
@media (max-width: 575px) {
  .mainHeader .contactSec .contactImg {
    padding-left: 20px;
  }
  .mainHeader .contactSec .contactImg p {
    font-size: 13px;
    line-height: 13px;
  }
  .mainHeader header {
    margin-top: 10px;
  }
  .mainHeader header .logo a img {
    height: 45px;
  }
}

.stickybtn {
  display: inline-block;
  position: fixed;
  z-index: 99999 !important;
  right: 0%;
  bottom: 30%;
}
.stickybtn ul li {
  list-style: none;
}
.stickybtn ul li .varticalButton a {
  padding: 20px 16px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
@media (max-width: 1550px) {
  .stickybtn {
    bottom: 30%;
  }
}
@media (max-width: 1199px) {
  .stickybtn {
    bottom: 30%;
  }
  .stickybtn ul li .varticalButton a {
    padding: 15px 10px;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
  }
  .stickybtn ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .stickybtn ul li a img {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .stickybtn {
    bottom: 35%;
  }
  .stickybtn ul li .varticalButton a {
    padding: 18px 11px;
  }
  .stickybtn ul li a img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .stickybtn {
    bottom: 30%;
  }
  .stickybtn ul li .varticalButton a {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 15px;
  }
  .stickybtn ul li a img {
    height: 35px;
  }
}
@media (max-width: 575px) {
  .stickybtn {
    bottom: 50%;
  }
  .stickybtn ul li a img {
    height: 30px;
  }
  .stickybtn ul li .varticalButton a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 8px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .homeSlider .bannerBox .bannerImage {
  position: relative;
}
.homebanner .homeSlider .bannerBox .bannerBox {
  display: block !important;
}
.homebanner .homeSlider .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -16%;
  z-index: 1;
}
.homebanner .homeSlider .bannerText .bannercontent {
  max-width: 60%;
}
.homebanner .homeSlider .bannerText .bannercontent .bannerexplr {
  font-size: 40px;
  line-height: 50px;
  color: #232323;
  font-weight: 400;
}
.homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
  font-size: 90px;
  line-height: 95px;
  color: #232323;
  font-weight: 400;
  color: #232323;
  margin-bottom: 30px;
}
.homebanner .homeSlider .bannerText .bannercontent .bannerDesc span {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 1550px) {
  .homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .homebanner .homeSlider .bannerText {
    top: 0;
  }
  .homebanner .homeSlider .bannerText .bannercontent {
    max-width: 65%;
  }
  .homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerText .bannercontent {
    max-width: 70%;
  }
  .homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .homebanner .homeSlider .bannerText .bannercontent {
    max-width: 60%;
  }
  .homebanner .homeSlider .bannerText .bannercontent .bannerDesc {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .homebanner .homeSlider .bannerBox .bannerImage img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(85.77deg, #232323 9.35%, rgba(35, 35, 35, 0) 44.37%);
}
@media (max-width: 767px) {
  .innerbanner::before {
    height: 250px;
    background: linear-gradient(52.77deg, #232323 9.35%, rgba(35, 35, 35, 0) 73.37%);
  }
}
@media (max-width: 480px) {
  .innerbanner::before {
    height: 200px;
  }
}
.innerbanner video {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .innerbanner video {
    height: 200px;
  }
}
.innerbanner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 380px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 6.5s -webkit-transform;
  transition: 6.5s -webkit-transform;
  transition: 6.5s transform;
  transition: 6.5s transform, 6.5s -webkit-transform;
}
@media (max-width: 767px) {
  .innerbanner img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .innerbanner img {
    height: 200px;
  }
}
.innerbanner img::before {
  background: linear-gradient(85.77deg, #232323 9.35%, rgba(35, 35, 35, 0) 44.37%);
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 60px;
  left: 10%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: inherit;
}
@media (max-width: 767px) {
  .innerbanner .innerBlock {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
  }
}
.innerbanner .innerBlock .innerText {
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1550px) {
  .innerbanner .innerBlock .innerText {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock .innerText {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock .innerText {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .innerbanner .innerBlock .innerText {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 380px) {
  .innerbanner .innerBlock .innerText {
    font-size: 20px;
    line-height: 20px;
  }
}

.innerbanner.loadedInnerbanner {
  position: relative;
  width: 100%;
  padding: 0%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.innerbanner.loadedInnerbanner img {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
          transform: translate3d(0, 0, 0) scale(1.25);
}

.loaded .innerbanner.loadedInnerbanner img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 6.5s -webkit-transform;
  transition: 6.5s -webkit-transform;
  transition: 6.5s transform;
  transition: 6.5s transform, 6.5s -webkit-transform;
}

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

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

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

.animationSec .animationCard {
  position: relative;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.animationSec .animationCard::before {
  content: "";
  position: absolute;
  top: -60%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 451px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.animationSec .animationCard .cardImg {
  overflow: hidden;
  margin: 0 auto;
}
.animationSec .animationCard .cardImg img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.animationSec .animationCard .animationText {
  padding: 25px;
  opacity: 1;
  position: absolute;
  bottom: 0%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.animationSec .animationCard .animationText h3 {
  color: #fff;
}
.animationSec .animationCard .animationHover {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.19);
  position: absolute;
  bottom: 0%;
}
.animationSec .animationCard .animationHover h3 {
  color: #fff;
}
.animationSec .animationCard .animationHover p {
  color: #fff;
}
.animationSec .animationCard:hover::before {
  opacity: 1;
}
.animationSec .animationCard:hover .animationText {
  opacity: 0;
}
.animationSec .animationCard:hover .cardImg img {
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.animationSec .animationCard:hover .animationHover {
  opacity: 1;
  bottom: -22%;
  overflow: visible;
}

.aboutusSec .aboutTittle {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #232323;
}
.aboutusSec .details {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #232323;
  margin-top: 60px;
}
.aboutusSec .aboutLine {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 40px;
}
.aboutusSec .aboutdetail {
  height: 100%;
}
.aboutusSec .aboutussec1 {
  height: 100%;
}
.aboutusSec .aboutImage {
  position: relative;
  height: 100%;
}
.aboutusSec .aboutImage::before {
  content: "";
  position: absolute;
  background: url(../images/red_box.jpg) no-repeat;
  height: 476px;
  width: 100%;
  left: -30px;
  top: -30px;
  background-size: contain;
  z-index: 1;
}
.aboutusSec .aboutImage img {
  position: relative;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1550px) {
  .aboutusSec .aboutImage img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutusSec .aboutImage::before {
    height: 70%;
  }
  .aboutusSec .aboutTittle {
    font-size: 45px;
    line-height: 50px;
  }
  .aboutusSec .details {
    font-size: 28px;
    line-height: 35px;
    margin-top: 30px;
  }
  .aboutusSec .aboutLine {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .aboutusSec .aboutTittle {
    font-size: 39px;
    line-height: 45px;
  }
  .aboutusSec .details {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
  .aboutusSec .aboutLine {
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .aboutusSec .aboutTittle {
    font-size: 28px;
    line-height: 35px;
  }
  .aboutusSec .details {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
  }
  .aboutusSec .aboutLine {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .aboutusSec .aboutImage {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .aboutusSec .aboutImage::before {
    height: 70%;
    left: 0;
    top: -20px;
  }
}

.productSec {
  background: #fdf7eb;
}
.productSec .tittleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .productSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .productSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.productSec ul li .probox {
  border: 1px solid #666666;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 45px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productSec ul li .probox:hover {
  background-color: #eef7ff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1550px) {
  .productSec ul li .probox {
    padding: 40px 35px 0;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .productSec ul li .probox {
    padding: 35px 20px 0;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .productSec ul li .probox {
    padding: 30px 30px 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .productSec ul li .probox {
    padding: 30px 30px 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.productSec ul li .probox .productImg {
  height: 100%;
  text-align: center;
}
.productSec ul li .probox .productImg img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.productSec ul li .probox .productImg img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1550px) {
  .productSec ul li .probox .productImg img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .productSec ul li .probox .productImg img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .productSec ul li .probox .productImg img {
    height: 160px;
  }
}
.productSec ul li .probox:last-child {
  margin-right: 0px;
}
.productSec ul li .probox .productTag {
  margin-top: 45px;
}
.productSec ul li .probox .productTag p {
  font-size: 28px;
  line-height: 28px;
  color: #232323;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1550px) {
  .productSec ul li .probox .productTag p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .productSec ul li .probox .productTag p {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .productSec ul li .probox .productTag p {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.productSec ul li .probox .productTag .detailTag {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.productSec ul li .probox .productTag .detailTag a {
  color: black;
}

.industrySection h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 60px;
}
.industrySection ul li {
  list-style: none;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #232323;
  padding-left: 30px;
  position: relative;
}
.industrySection ul li.active {
  color: #db222a;
}
.industrySection ul li.active::before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 115px;
  height: 2px;
  top: 12px;
  left: -25%;
}
.industrySection ul li:hover {
  color: #db222a;
}
.industrySection ul li:hover::before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 115px;
  height: 2px;
  top: 12px;
  left: -25%;
}
@media (max-width: 1550px) {
  .industrySection ul li {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 35px;
  }
  .industrySection ul li:hover::before {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .industrySection .sectionTitle {
    font-size: 38px;
    line-height: 40px;
  }
  .industrySection ul li {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .industrySection ul li:hover::before {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .industrySection .sectionTitle {
    font-size: 35px;
    line-height: 40px;
  }
  .industrySection ul li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .industrySection ul li:hover::before {
    width: 60px;
    top: 8px;
    left: -20%;
  }
  .industrySection ul li.active::before {
    width: 80px;
    top: 10px;
    left: -18%;
  }
}
@media (max-width: 767px) {
  .industrySection .sectionTitle {
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
  }
  .industrySection ul li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .industrySection ul li:hover::before {
    display: none;
  }
  .industrySection ul li:last-child {
    margin-bottom: 0px;
  }
  .industrySection ul li.active::before {
    width: 80px;
    top: 10px;
    left: -12%;
  }
}
@media (max-width: 575px) {
  .industrySection ul li.active::before {
    width: 60px;
    top: 10px;
    left: -12%;
  }
}

.clientSec {
  position: relative;
  background: #fdf7eb;
}
.clientSec .sectionTitle {
  text-align: center;
}
.clientSec .clientBox {
  position: absolute;
  width: 100%;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clientSec .clientBox .clientslider .clientImg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clientSec .clientBox .clientslider .clientImg img {
  height: 105px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clientSec .slick-prev::before {
  content: "\f104";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #5f5f5f;
  font-family: "fontAwesome";
  font-size: 35px;
  left: -30px;
  top: -15px;
}
.clientSec .slick-next::before {
  content: "\f105";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #5f5f5f;
  font-family: "fontAwesome";
  font-size: 35px;
  left: 30px;
  top: -15px;
}
@media (max-width: 1550px) {
  .clientSec .clientBox .clientslider .clientImg img {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .clientSec .clientBox .clientslider .clientImg img {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .clientSec .slick-next::before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .clientSec .slick-prev::before {
    left: -15px;
  }
  .clientSec .slick-next::before {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .clientSec .slick-prev::before {
    display: none;
  }
  .clientSec .slick-next::before {
    display: none;
  }
}

.gallerySection .galleryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallerySection .galleryBlock li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
  padding: 0 10px 20px;
}
.gallerySection .galleryBlock li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.gallerySection .galleryBlock li a:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}
.gallerySection .galleryBlock li a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.gallerySection .galleryBlock li a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin: auto;
  width: 0%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.gallerySection .galleryBlock li a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url(../images/zoom.png) center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.gallerySection .galleryBlock li img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1550px) {
  .gallerySection .galleryBlock li {
    padding: 0 10px 20px;
  }
  .gallerySection .galleryBlock li img {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .gallerySection .galleryBlock li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gallerySection .galleryBlock ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallerySection .galleryBlock ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .gallerySection .galleryBlock li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerSection {
  background: #02213d;
}
.footerSection .footerBox {
  margin-bottom: 25px;
}
.footerSection .footerBox .nav-link {
  padding: 0;
}
.footerSection .footerBox .Tittle {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 47px;
}
.footerSection .footerBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerSection .footerBox ul li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.footerSection .footerBox ul li:hover, .footerSection .footerBox ul li.active {
  text-decoration: underline;
}
.footerSection .footerBox p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
.footerSection .footerBox a {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}
.footerSection .footerBox a:hover {
  text-decoration: underline;
}
.footerSection .footerline {
  border-top: 1px solid #ffffff;
}
.footerSection .footerline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  color: #ffffff;
  padding: 20px 0;
}
@media (min-width: 1551px) and (max-width: 2500px) {
  .footerSection .footerline ul {
    padding: 15px 0;
  }
  .footerSection .footerline ul li {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1550px) {
  .footerSection .footerBox .Tittle {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .footerSection .footerBox ul li {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .footerSection .footerBox p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .footerSection .footerBox a {
    font-size: 16px;
    line-height: 35px;
  }
  .footerSection .footerline ul {
    padding: 15px 0;
  }
  .footerSection .footerline ul li {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1550px) and (max-width: 1550px) {
  .footerSection .footerline ul li {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1550px) and (max-width: 991px) {
  .footerSection .footerline ul li {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 1550px) and (max-width: 767px) {
  .footerSection .footerline ul li {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }
}
@media (max-width: 1550px) and (max-width: 575px) {
  .footerSection .footerline ul li {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 1199px) {
  .footerSection .footerBox {
    margin-bottom: 40px;
  }
  .footerSection .footerBox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .footerSection .footerBox .Tittle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .footerSection .footerBox p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .footerSection .footerline ul {
    padding: 15px 0;
  }
  .footerSection .footerline ul li {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .footerSection .footerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .footerSection .footerBox a {
    line-height: 16px;
    margin-bottom: 10px;
  }
  .footerSection .footerBox a:last-child {
    margin-bottom: 0;
  }
  .footerSection .footerBox .Tittle {
    margin-bottom: 20px;
  }
  .footerSection .footerBox ul li {
    margin-bottom: 20px;
  }
  .footerSection .footerBox ul li:last-child {
    margin-bottom: 0;
  }
  .footerSection .buttonfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footerSection .footerline ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .footerSection .footerline ul li {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 5px;
  }
  .footerSection .footerline ul li:last-child {
    margin-bottom: 0;
  }
  .footerSection .footerBox .Tittle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
  }
  .footerSection .footerBox ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .footerSection .footerBox .Tittle {
    margin-bottom: 15px;
  }
}

.prodBox .productSec {
  background: transparent;
}
.prodBox .productSec .tittleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .prodBox .productSec .tittleBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .prodBox .productSec .tittleBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}
.prodBox .productSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .prodBox .productSec ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .prodBox .productSec ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.prodBox .productSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .prodBox .productSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .prodBox .productSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.prodBox .productSec ul li .probox {
  border: 1px solid #666666;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 45px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prodBox .productSec ul li .probox:hover {
  background-color: #eef7ff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1550px) {
  .prodBox .productSec ul li .probox {
    padding: 40px 35px 0;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .prodBox .productSec ul li .probox {
    padding: 35px 20px 0;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .prodBox .productSec ul li .probox {
    padding: 30px 30px 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .prodBox .productSec ul li .probox {
    padding: 30px 30px 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.prodBox .productSec ul li .probox .productImg {
  height: 100%;
  text-align: center;
}
.prodBox .productSec ul li .probox .productImg img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.prodBox .productSec ul li .probox .productImg img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1550px) {
  .prodBox .productSec ul li .probox .productImg img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .prodBox .productSec ul li .probox .productImg img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .prodBox .productSec ul li .probox .productImg img {
    height: 160px;
  }
}
.prodBox .productSec ul li .probox:last-child {
  margin-right: 0px;
}
.prodBox .productSec ul li .probox .productTag {
  margin-top: 45px;
}
.prodBox .productSec ul li .probox .productTag p {
  font-size: 28px;
  line-height: 28px;
  color: #232323;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1550px) {
  .prodBox .productSec ul li .probox .productTag p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .prodBox .productSec ul li .probox .productTag p {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .prodBox .productSec ul li .probox .productTag p {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.prodBox .productSec ul li .probox .productTag .detailTag {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.prodBox .productSec ul li .probox .productTag .detailTag a {
  color: black;
}

.productBox .sectionTitle {
  font-weight: 500;
}
.productBox .prodimg {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E4DFD5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productBox .prodimg img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .productBox .prodimg img {
    width: 100%;
  }
}
.productBox .prodButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productBox .prodButtons a {
  padding-right: 20px;
  font-size: 18px;
  line-height: 18px;
  color: black;
  font-weight: 600;
  display: block;
  text-decoration: underline;
}
.productBox .prodButtons a:hover {
  color: #02213d;
}
@media (max-width: 1550px) {
  .productBox .prodButtons a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1550px) and (max-width: 991px) {
  .productBox .prodButtons a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 1550px) and (max-width: 767px) {
  .productBox .prodButtons a {
    font-size: 14px;
    padding-right: 15px;
    line-height: 14px;
  }
}
@media (max-width: 1550px) and (max-width: 575px) {
  .productBox .prodButtons a {
    font-size: 13px;
    padding-right: 12px;
    line-height: 13px;
  }
}
.productBox .prodbg {
  background-color: #f3e9d6;
  margin-bottom: 30px;
}
.productBox .prodbg .prodContent {
  padding: 70px 100px;
}
@media (max-width: 1550px) {
  .productBox .prodbg .prodContent {
    padding: 50px 70px;
  }
}
@media (max-width: 1199px) {
  .productBox .prodbg .prodContent {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .productBox .prodbg .prodContent {
    padding: 40px 50px;
  }
}
@media (max-width: 575px) {
  .productBox .prodbg .prodContent {
    padding: 30px 40px;
  }
}
@media (max-width: 380px) {
  .productBox .prodbg .prodContent {
    padding: 30px 30px;
  }
}
.productBox .prodbg2 {
  background-color: #f3e9d6;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .productBox .prodbg2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.productBox .prodContent {
  padding: 70px 100px;
}
@media (max-width: 1550px) {
  .productBox .prodContent {
    padding: 50px 70px;
  }
}
@media (max-width: 1199px) {
  .productBox .prodContent {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .productBox .prodContent {
    padding: 40px 50px;
  }
}
@media (max-width: 575px) {
  .productBox .prodContent {
    padding: 30px 40px;
  }
}
@media (max-width: 380px) {
  .productBox .prodContent {
    padding: 30px 30px;
  }
}

.marginbottomZero {
  margin-bottom: 0px !important;
}

.show1366btm {
  display: block;
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .show1366btm {
    display: none;
  }
}

.hideall {
  display: none;
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .hideall {
    display: block;
  }
}

@media (max-width: 991px) {
  .cusomizedExpansion .sectionTitle {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .cusomizedExpansion .sectionTitle {
    padding-top: 0px;
  }
}
.cusomizedExpansion .customisedimg {
  position: relative;
  height: 100%;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cusomizedExpansion .customisedimg {
    padding-bottom: 15px;
  }
}
.cusomizedExpansion .customisedimg img {
  height: 100%;
}
.cusomizedExpansion .customisedimg::before {
  content: " ";
  position: absolute;
  height: 70%;
  width: 60%;
  background-color: #db222a;
  left: -5%;
  top: -6%;
  z-index: -1;
}
@media (max-width: 1550px) {
  .cusomizedExpansion .customisedimg::before {
    top: -5%;
  }
}
@media (max-width: 991px) {
  .cusomizedExpansion .customisedimg::before {
    display: none;
  }
}

.directorDesk {
  background-color: #fdf7eb;
}
.directorDesk .subTitle {
  font-style: italic;
  font-weight: 500;
  margin-top: 0px;
}
.directorDesk .warmrregards {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}
.directorDesk .warmrregards::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 5px;
  background-color: black;
  top: 12px;
  bottom: 0;
  left: 0;
}

.whyShiya .sectionTitle {
  text-align: center;
}
.whyShiya .whyshivaDetails {
  background-color: #fdf7eb;
  padding: 80px 70px;
}
@media (max-width: 1550px) {
  .whyShiya .whyshivaDetails {
    padding: 70px 60px;
  }
}
@media (max-width: 1199px) {
  .whyShiya .whyshivaDetails {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .whyShiya .whyshivaDetails {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .whyShiya .whyshivaDetails {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .whyShiya .whyshivaDetails {
    padding: 15px 15px;
  }
}
.whyShiya img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.weEnsure {
  text-align: center;
  background-color: #fdf7eb;
}
.weEnsure .sectionTitle {
  text-align: center;
}
.weEnsure img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1550px) {
  .weEnsure img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .weEnsure img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .weEnsure img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.ourCapabilities {
  background-color: #fdf7eb;
}
.ourCapabilities .sectionTitle {
  text-align: center;
}
.ourCapabilities .accordion .accordion-item {
  border: none;
}
.ourCapabilities .accordion .accordion-item .accordion-header {
  border-top: 2px solid #c0b294;
}
.ourCapabilities .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fdf7eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ourCapabilities .accordion .accordion-item .accordion-header .accordion-button p {
  color: black;
  font-weight: 500;
}
.ourCapabilities .accordion .accordion-item .accordion-body {
  background-color: #fdf7eb;
  padding-top: 0px;
}
.ourCapabilities .accordion .accordion-item .accordion-body .subTitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1550px) {
  .ourCapabilities .accordion .accordion-item .accordion-body .subTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .ourCapabilities .accordion .accordion-item .accordion-body .subTitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  .ourCapabilities .accordion .accordion-item .accordion-body .subTitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .ourCapabilities .accordion .accordion-item .accordion-body .subTitle {
    font-size: 15px;
    line-height: 25px;
  }
}
.ourCapabilities .accordion .accordion-item .accordion-body ul {
  list-style: none;
}
.ourCapabilities .accordion .accordion-item .accordion-body ul li {
  position: relative;
  padding-left: 25px;
}
@media (max-width: 1550px) {
  .ourCapabilities .accordion .accordion-item .accordion-body ul li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .ourCapabilities .accordion .accordion-item .accordion-body ul li {
    padding-left: 15px;
  }
}
.ourCapabilities .accordion .accordion-item .accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #232323;
  top: 13px;
  left: 0;
}
@media (max-width: 1550px) {
  .ourCapabilities .accordion .accordion-item .accordion-body ul li::before {
    top: 12px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .ourCapabilities .accordion .accordion-item .accordion-body ul li::before {
    top: 11px;
  }
}

.bordernone {
  border: none !important;
}

.testing img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #e8e7e7;
}
.testing .fontThirtytwo {
  font-weight: 500;
}
.testing li {
  font-size: 22px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1550px) {
  .testing li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .testing li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .testing li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testing li {
    font-size: 15px;
    line-height: 25px;
  }
}
.testing li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #232323;
  top: 13px;
  left: 0px;
}
.testing ul {
  list-style: none;
}
.testing .ulflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1550px) {
  .testing .ulflex {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .testing .ulflex {
    padding-bottom: 0px;
  }
}
.testing .ulflex .ulfirst {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.testing .ulflex .ulsecond {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.testing .fontThirtytwo {
  padding-bottom: 30px;
}
@media (max-width: 1550px) {
  .testing .fontThirtytwo {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .testing .fontThirtytwo {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .testing .fontThirtytwo {
    padding-bottom: 10px;
    padding-top: 15px;
  }
}

.capcha_coad_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .contactus {
    margin-top: 50px;
  }
}
.contactus .contactdetail {
  height: 100%;
  padding-left: 70px;
  padding-bottom: 140px;
  background-color: #fdf7eb;
}
@media (max-width: 1550px) {
  .contactus .contactdetail {
    padding-left: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .contactus .contactdetail {
    padding-bottom: 70px;
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .contactus .contactdetail {
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 380px) {
  .contactus .contactdetail {
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.contactus .contactdetail a {
  color: #232323;
}
.contactus .contactdetail a:hover {
  color: #003969;
}
.contactus .contactdetail .contflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 80px;
}
@media (max-width: 1550px) {
  .contactus .contactdetail .contflex {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .contactus .contactdetail .contflex {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contactus .contactdetail .contflex {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contactus .contactdetail .contflex {
    padding-bottom: 40px;
  }
}
.contactus .contactdetail .contflex .contactlogos {
  text-align: center;
}
@media (max-width: 767px) {
  .contactus .contactdetail .contflex .contactlogos {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contactus .contactdetail .contflex .contdetailflx {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1550px) {
  .contactus .contactdetail .contflex .contdetailflx {
    padding-left: 20px;
  }
}
.contactus .inquirysection {
  padding-left: 70px;
}
@media (max-width: 1550px) {
  .contactus .inquirysection {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .contactus .inquirysection {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .contactus .inquirysection .inquiryForm {
    padding-bottom: 0px;
  }
}
.contactus .inquirysection .inquiryForm .defaultButton {
  margin-top: 30px;
  border: none;
}
.contactus .inquirysection .inquiryForm .form-group {
  margin-bottom: 40px;
}
.contactus .inquirysection .inquiryForm .form-group .roboto .textflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-bottom: 0;
}
@media (max-width: 1550px) {
  .contactus .inquirysection .inquiryForm .form-group .roboto .textflx {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .contactus .inquirysection .inquiryForm .form-group .roboto .textflx {
    height: 35px;
  }
}
@media (max-width: 575px) {
  .contactus .inquirysection .inquiryForm .form-group .roboto .textflx {
    height: 30px;
  }
}
.contactus .inquirysection .inquiryForm .form-group .roboto .textflx img {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1550px) {
  .contactus .inquirysection .inquiryForm .form-group .roboto .textflx img {
    height: 35px;
  }
}
.contactus .inquirysection .inquiryForm .form-group .roboto .capcha_coad_area {
  position: relative;
}
.contactus .inquirysection .inquiryForm .form-group .roboto .capcha_coad_area #number-error {
  position: absolute;
  bottom: -20px;
  padding: 0;
}
@media (max-width: 575px) {
  .contactus .inquirysection .inquiryForm .form-group .roboto .capcha_coad_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1550px) {
  .contactus .inquirysection .inquiryForm .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .contactus .inquirysection .inquiryForm .form-group {
    margin-bottom: 8px;
  }
}
.contactus .inquirysection .inquiryForm .form-group label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 1550px) {
  .contactus .inquirysection .inquiryForm .form-group label {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .contactus .inquirysection .inquiryForm .form-group label {
    font-size: 13px;
    line-height: 13px;
  }
}
.contactus .inquirysection .inquiryForm .form-group .form-control {
  height: 50px;
}
@media (max-width: 1550px) {
  .contactus .inquirysection .inquiryForm .form-group .form-control {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .contactus .inquirysection .inquiryForm .form-group .form-control {
    height: 35px;
  }
}
.contactus .inquirysection .inquiryForm .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contactus .inquirysection .inquiryForm .form-group textarea {
  height: 150px !important;
}
@media (max-width: 991px) {
  .contactus .inquirysection .inquiryForm .form-group textarea {
    height: 50px !important;
  }
}

.enquiryPopup .modal-dialog {
  max-width: 900px;
}
@media (max-width: 991px) {
  .enquiryPopup .modal-dialog {
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .enquiryPopup .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .enquiryPopup .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .enquiryPopup .modal-dialog {
    max-width: 300px;
  }
}
.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 .defaultButton {
  border: none;
}
.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::-webkit-input-placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::-moz-placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control:-ms-input-placeholder {
  color: #3C3C3C;
  font-size: 18px;
}
.enquiryPopup .modal-dialog .enquiryPopupBody .form-control::-ms-input-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: #edf2fa;
  overflow: hidden;
}

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

.proddifferent {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.proddifferent.active {
  display: block;
}

.galleryImg {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  padding: 10px;
  border-radius: 10px;
}
.galleryImg img {
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */