/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.nav-link {
  padding: 0px;
}

.crossLine {
  background: transparent;
  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: #fff;
  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.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

/* Mobile dropdown fix */
@media (max-width: 991px) {
  .dropdown-menu.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Afacad Flux", sans-serif;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

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

p {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #6d6d6f;
  font-weight: 600;
}
@media (max-width: 1680px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

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

.mrg40 {
  margin-bottom: 40px;
}

.font22 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}

button {
  border: none;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1920px) and (max-width: 2500px) {
  .container {
    max-width: 1700px;
  }
}
@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: 150px 0px;
}
.sectionPadding.sectionPaddingTop0 {
  padding-top: 0px;
}
@media (max-width: 1680px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}
@media (max-width: 380px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.sectionTitle {
  font-size: 70px;
  line-height: 70px;
  color: #c5c5c5;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 1680px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.mainHeader {
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}
.mainHeader .navBlock {
  padding-top: 10px;
}
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.mainHeader header .navbarBtn {
  padding: 12px;
  background: #BA3122;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 70px;
}
.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;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  line-height: 25px;
}
@media (max-width: 1680px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
  }
}
.mainHeader header .navbarLink ul li.active > a, .mainHeader header .navbarLink ul li:hover > a {
  background: none;
  border-radius: 0;
  color: #14B8BD;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  display: none;
  min-width: 19rem !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .drpdwn_services {
  padding-right: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
  padding: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin: 0px !important;
  position: relative;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "";
  position: absolute;
  background: #BA3122;
  width: 5px;
  height: 100%;
  left: 0px;
  opacity: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #6d6d6f !important;
  padding: 15px 20px !important;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
  padding-right: 0px;
}
@media (max-width: 1680px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 10px 20px !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 10px 10px !important;
    font-size: 28px;
    line-height: 28px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #EAFFFF !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  opacity: 1;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #000 !important;
}
.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;
  border-radius: 0 10px 10px 0px !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 {
    padding: 0px !important;
  }
  .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 {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff !important;
    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;
  }
}
.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: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .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: #BA3122;
    width: 100%;
    position: fixed;
    top: 0;
    left: -128%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 20%;
  }
  .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 header .headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.mainHeader header .headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .headerMenu ul li {
  margin-left: 60px;
}
.mainHeader header .headerMenu ul li.active a, .mainHeader header .headerMenu ul li:hover a {
  color: #ba3122 !important;
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li.active a, .mainHeader header .headerMenu ul li:hover a {
    color: #000 !important;
  }
}
.mainHeader header .headerMenu ul li:last-child {
  margin-right: 80px;
}
@media (max-width: 1680px) {
  .mainHeader header .headerMenu ul li:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li:last-child {
    margin-right: 0px;
    margin-left: 0px !important;
  }
}
.mainHeader header .headerMenu ul li a {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #414141 !important;
  padding: 25px 10px !important;
}
@media (max-width: 1680px) {
  .mainHeader header .headerMenu ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li a {
    font-size: 45px;
    line-height: 45px;
    color: #fff !important;
    padding: 5px !important;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .headerMenu ul li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li {
    margin-left: 0px !important;
    margin-bottom: 40px !important;
  }
}
.mainHeader header .contactInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainHeader header .contactInfo ul li {
  background: #BA3122;
  padding: 18px 28px;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.mainHeader header .contactInfo ul li:first-child {
  margin-right: 0px;
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li:first-child {
    margin-left: 0px !important;
  }
}
.mainHeader header .contactInfo ul li:last-child {
  margin-right: 0px !important;
}
.mainHeader header .contactInfo ul li a {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #fff !important;
  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;
  padding: 0px !important;
}
.mainHeader header .contactInfo ul li a img {
  margin-right: 10px;
}
@media (max-width: 1680px) {
  .mainHeader header .contactInfo ul li a img {
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li a img {
    height: 35px;
    margin-right: 15px;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .contactInfo ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li a {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .contactInfo ul li {
    padding: 12px 16px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li {
    padding: 0px;
    margin-bottom: 10px;
  }
}
.mainHeader header .contactInfo ul li:hover {
  background: #000 !important;
}
.mainHeader header .contactInfo ul li:hover a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li:hover {
    background: transparent !important;
  }
}
@media (max-width: 1680px) {
  .mainHeader .logo img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .mainHeader .logo img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .mainHeader .logo img {
    height: 100px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.homebanner .bannerText h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 110px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1680px) {
  .homebanner .bannerText h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.homebanner img {
  width: 100%;
}
@media (max-width: 1680px) {
  .homebanner img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1199px) and (max-width: 1365px) {
  .homebanner img {
    height: 605px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .homebanner img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .homebanner img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homebanner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .homebanner img {
    height: 370px;
  }
}
.homebanner .slick-prev {
  background: #ba3122;
  z-index: 1;
  left: 2%;
  width: 30px;
  height: 30px;
}
.homebanner .slick-prev::before {
  content: "\f104";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 25px;
}
.homebanner .slick-next {
  background: #ba3122;
  z-index: 1;
  right: 2%;
  width: 30px;
  height: 30px;
}
.homebanner .slick-next:before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 25px;
}

.innerBanner {
  position: relative;
}
.innerBanner:before {
  content: "";
  position: absolute;
  background: linear-gradient(0.61deg, #000000 -2.81%, rgba(0, 0, 0, 0) 52.53%);
  width: 100%;
  height: 100%;
}
.innerBanner .bannerText {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  margin-bottom: 20px;
}
.innerBanner .bannerText h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 1680px) {
  .innerBanner .bannerText h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .innerBanner .bannerText h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .innerBanner .bannerText h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 380px) {
  .innerBanner .bannerText h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.innerBanner img {
  width: 100%;
}
@media (max-width: 991px) {
  .innerBanner img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.defaultBtn {
  background: #000000;
  padding: 18px 25px;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.defaultBtn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 1680px) {
  .defaultBtn {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 18px;
  }
}

.hmAboutUsSec {
  background: #BA3122;
}
.hmAboutUsSec .font55 {
  font-size: 55px;
  line-height: 65px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
@media (max-width: 1680px) {
  .hmAboutUsSec .font55 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .hmAboutUsSec .font55 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec .font55 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec .font55 {
    text-align: center;
  }
}
.hmAboutUsSec p {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1680px) {
  .hmAboutUsSec p {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec p {
    text-align: center;
  }
}
.hmAboutUsSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hmAboutUsSec ul li {
  margin-right: 0px;
}
@media (max-width: 1680px) {
  .hmAboutUsSec ul li img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec ul li img {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec .col-lg-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec.innerAboutUs .font55 {
    text-align: left;
    margin-top: 0px;
  }
}
.hmAboutUsSec.innerAboutUs p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hmAboutUsSec.innerAboutUs p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec {
    text-align: center;
  }
}

.ourProductSec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourProductSec .productBox {
  padding: 35px;
}
@media (max-width: 1680px) {
  .ourProductSec .productBox {
    padding: 25px;
  }
}
.ourProductSec .productBox .sectionTitle {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1680px) {
  .ourProductSec .productBox .sectionTitle {
    margin-bottom: 25px;
  }
}
.ourProductSec .productBox p {
  text-align: center;
}
.ourProductSec .productBox.productImgBox {
  text-align: center;
  -webkit-box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  padding: 50px 0px;
  border-radius: 20px;
  margin-bottom: 50px;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.ourProductSec .productBox.productImgBox p {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  margin-top: 100px;
}
@media (max-width: 1680px) {
  .ourProductSec .productBox.productImgBox p {
    font-size: 30px;
    line-height: 30px;
    margin-top: 70px;
  }
}
.ourProductSec .productBox.productImgBox img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  .ourProductSec .productBox.productImgBox img {
    height: 290px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1680px) {
  .ourProductSec .productBox.productImgBox {
    padding: 40px 0px;
    margin-bottom: 40px;
  }
}
.ourProductSec .productBox.productImgBox:hover p {
  color: #BA3122;
}

footer {
  background: #000;
  padding: 45px 0px;
}
@media (max-width: 1680px) {
  footer {
    padding: 35px 0px;
  }
}
footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerLogo {
  margin-right: 20px;
}
footer .footerLogo img {
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  footer .footerLogo img {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  footer .footerLogo img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  footer .footerLogo {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  footer .companyAdd {
    text-align: center;
  }
}
footer .companyAdd .location {
  font-size: 27px;
}
@media (max-width: 1680px) {
  footer .companyAdd .location {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .contactNo, footer .contactEmail {
  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;
}
footer .contactNo img, footer .contactEmail img {
  margin-right: 10px;
}
@media (max-width: 1680px) {
  footer .contactNo img, footer .contactEmail img {
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
footer .contactNo a, footer .contactEmail a {
  color: #6d6d6f;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
@media (max-width: 1680px) {
  footer .contactNo a, footer .contactEmail a {
    font-size: 18px;
    line-height: 18px;
  }
}
footer .contactNo a:hover, footer .contactEmail a:hover {
  color: #fff;
}
footer .contactNo span, footer .contactEmail span {
  margin: 0px 10px;
  display: inline-block;
  border: 1px solid #6d6d6f;
  height: 25px;
  width: 2px;
}
@media (max-width: 380px) {
  footer .contactNo span, footer .contactEmail span {
    width: 0;
    height: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  footer .contactNo, footer .contactEmail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  footer .contactNo, footer .contactEmail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .contactNo {
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  footer .contactNo {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  footer .contactNo {
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  footer .contactEmail a {
    margin-bottom: 10px;
  }
}
footer .companyName {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}
@media (max-width: 1680px) {
  footer .companyName {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
footer .footerAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerAdd.paddLeft {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footerAdd.paddLeft .footerLogo {
  margin-right: 0px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  footer .footerAdd.paddLeft .footerLogo {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  footer .ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  footer .ord2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .ord2 .footerAdd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 991px) {
  footer .ord3 .footerAdd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  footer .ord3 .footerAdd .footerLogo {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.founderSec .founderImg img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .founderSec .founderImg {
    margin-bottom: 30px;
  }
}
.founderSec p {
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .founderSec p {
    margin-bottom: 10px;
  }
}

.visionMissionSec {
  background: #1B1B1B;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.visionMissionSec .visionBox .visionTitle {
  color: #C5C5C5;
  font-size: 60px;
  line-height: 60px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .visionMissionSec .visionBox .visionTitle {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
}
.visionMissionSec .visionBox p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .visionMissionSec .visionBox p {
    font-size: 22px;
    line-height: 30px;
  }
}
.visionMissionSec .visionBox:first-child {
  margin-bottom: 70px;
}
@media (max-width: 1680px) {
  .visionMissionSec .visionBox:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .visionMissionSec {
    background: #1B1B1B;
  }
}

.productSec {
  background: #BA3122;
}
.productSec .sectionTitle {
  color: #fff;
}
.productSec p {
  color: #fff;
}
.productSec .productDetail {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .productSec .productDetail {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.productSec .listTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .productSec .listTitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.productSec ul {
  margin-bottom: 20px;
}
.productSec ul li {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.productSec ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media (max-width: 1680px) {
  .productSec ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 1680px) {
  .productSec ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
.productSec .defaultBtn {
  margin-top: 50px;
}
@media (max-width: 1680px) {
  .productSec .defaultBtn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .productSec .defaultBtn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .productSec .col-md-6 {
    margin-bottom: 30px;
  }
  .productSec .col-md-6:last-child {
    margin-bottom: 0px;
  }
}

.bushingSwitchgear, .productTransformer {
  background: #f4f4f4;
}
.bushingSwitchgear .sectionTitle, .productTransformer .sectionTitle {
  color: #000;
}
.bushingSwitchgear .slick-slide, .productTransformer .slick-slide {
  padding: 15px;
}
@media (max-width: 1680px) {
  .bushingSwitchgear .slick-slide, .productTransformer .slick-slide {
    padding: 10px;
  }
}
.bushingSwitchgear .slick-list .slick-track, .productTransformer .slick-list .slick-track {
  margin-left: 0px !important;
}
.bushingSwitchgear .slick-prev, .productTransformer .slick-prev {
  left: -3%;
  top: 47%;
  width: 40px;
  height: 40px;
}
.bushingSwitchgear .slick-prev:before, .productTransformer .slick-prev:before {
  background: url(../images/leftarrow.png) no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
}
@media (max-width: 1680px) {
  .bushingSwitchgear .slick-prev:before, .productTransformer .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1680px) {
  .bushingSwitchgear .slick-prev, .productTransformer .slick-prev {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .bushingSwitchgear .slick-prev, .productTransformer .slick-prev {
    left: -5%;
  }
}
.bushingSwitchgear .slick-next, .productTransformer .slick-next {
  left: inherit;
  top: 47%;
  right: -3%;
  width: 40px;
  height: 40px;
}
.bushingSwitchgear .slick-next:before, .productTransformer .slick-next:before {
  background: url(../images/rightarrow.png) no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
}
@media (max-width: 1680px) {
  .bushingSwitchgear .slick-next:before, .productTransformer .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1680px) {
  .bushingSwitchgear .slick-next, .productTransformer .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .bushingSwitchgear .slick-next, .productTransformer .slick-next {
    right: -5%;
  }
}
.bushingSwitchgear .switchgearBox, .productTransformer .switchgearBox {
  -webkit-box-shadow: 0px 4px 13px 2px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 13px 2px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bushingSwitchgear .switchgearBox img, .productTransformer .switchgearBox img {
  width: 100%;
}
.bushingSwitchgear .switchgearBox p, .productTransformer .switchgearBox p {
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #000;
  min-height: 60px;
}
@media (max-width: 1680px) {
  .bushingSwitchgear .switchgearBox p, .productTransformer .switchgearBox p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .bushingSwitchgear .switchgearBox p, .productTransformer .switchgearBox p {
    font-size: 18px;
    line-height: 28px;
    min-height: auto;
  }
}
@media (max-width: 1680px) {
  .bushingSwitchgear .switchgearBox, .productTransformer .switchgearBox {
    padding: 20px;
  }
}
.bushingSwitchgear .slick-dots, .productTransformer .slick-dots {
  bottom: -37px;
}
.bushingSwitchgear .slick-dots button, .productTransformer .slick-dots button {
  font-size: 0px;
  background: #BA3122;
  border-radius: 100%;
}
.bushingSwitchgear .slick-dots .slick-active button, .productTransformer .slick-dots .slick-active button {
  background: #000;
}

.productTransformer {
  background: #fff;
}

.contactSec .reachUs {
  background: #BA3122;
  padding: 110px 50px;
  border-radius: 20px;
  height: 100%;
}
.contactSec .reachUs .sectionTitle {
  color: #fff;
}
.contactSec .reachUs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.contactSec .reachUs ul li img {
  margin-right: 25px;
}
@media (max-width: 1680px) {
  .contactSec .reachUs ul li img {
    margin-right: 12px;
    height: 18px;
  }
}
.contactSec .reachUs ul li:last-child img {
  padding-top: 10px;
}
.contactSec .reachUs ul li p {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 1680px) {
  .contactSec .reachUs ul li p {
    font-size: 18px;
    line-height: 28px;
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contactSec .reachUs ul li a {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1680px) {
  .contactSec .reachUs ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.contactSec .reachUs ul li a:hover {
  color: #000;
}
@media (max-width: 1680px) {
  .contactSec .reachUs {
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs {
    padding: 30px 15px;
  }
}
.contactSec .sendUsMessage {
  background: #1B1B1B;
  padding: 110px 50px;
  border-radius: 20px;
  height: 100%;
}
.contactSec .sendUsMessage .sectionTitle {
  color: #fff;
}
.contactSec .sendUsMessage .form-group {
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage .form-group {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contactSec .sendUsMessage .form-group {
    margin-bottom: 0px;
  }
}
.contactSec .sendUsMessage .submitBtn {
  margin-top: 50px;
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage .submitBtn {
    margin-top: 25px;
  }
}
.contactSec .sendUsMessage label {
  display: block;
  color: #6D6D6F;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage label {
    font-size: 20px;
    line-height: 20px;
  }
}
.contactSec .sendUsMessage input {
  height: 60px;
  background: #d9d9d9;
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage input {
    height: 45px;
  }
}
.contactSec .sendUsMessage textarea {
  height: 100px;
  background: #d9d9d9;
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage textarea {
    height: 70px;
  }
}
@media (max-width: 1680px) {
  .contactSec .sendUsMessage {
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  .contactSec .sendUsMessage {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .contactSec .col-lg-4 {
    margin-bottom: 30px;
  }
}

.mapSec {
  padding-top: 0px;
}
.mapSec iframe {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 24px 11px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 24px 11px rgba(0, 0, 0, 0.1490196078);
  height: 500px;
}
@media (max-width: 1680px) {
  .mapSec iframe {
    height: 350px;
  }
}

.modal-dialog {
  max-width: 650px;
  margin: 5.75rem auto;
}
.modal-dialog .modal-header {
  border: none;
  padding: 25px;
  padding-bottom: 0px;
}
.modal-dialog .modal-header .modal-title {
  font-size: 30px;
  line-height: 30px;
}
.modal-dialog .form-select {
  color: #7a8289;
}
.modal-dialog .form-group {
  margin-bottom: 20px;
}
.modal-dialog .submitBtn .defaultBtn:hover {
  background: #BA3122;
  color: #fff;
}
.modal-dialog .modal-body {
  padding: 25px;
}

.form-control:focus, .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
}

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

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

.error {
  font-size: 16px !important;
  color: red !important;
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */