@font-face {
  font-family: 'Galano Grotesque DEMO';
  src: url('../fonts/GalanoGrotesqueDEMO-Bold.eot');
  src: url('../fonts/GalanoGrotesqueDEMO-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GalanoGrotesqueDEMO-Bold.woff2') format('woff2'), url('../fonts/GalanoGrotesqueDEMO-Bold.woff') format('woff'), url('../fonts/GalanoGrotesqueDEMO-Bold.ttf') format('truetype'), url('../fonts/GalanoGrotesqueDEMO-Bold.svg#GalanoGrotesqueDEMO-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #DD1D21;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  padding-top: 100px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    padding-top: 108px;
  }
}
@media (min-width: 1499px) {
  body {
    font-size: 20px;
  }
}
.themeColor {
  color: #C31D05;
}
.cursorPointer {
  cursor: pointer;
}
.white {
  color: #fff;
}
.breadcrumb {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .breadcrumb {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.breadcrumb a {
  display: block;
  color: #fff;
}
.lightBG {
  background-color: #F6F6F6;
  padding: 30px;
}
@media (min-width: 992px) {
  .lightBG {
    padding: 50px;
  }
}
a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
a:hover {
  color: #C31D05;
}
section,
footer {
  padding: 30px 0;
}
@media (min-width: 992px) {
  section,
  footer {
    padding: 70px 0;
  }
}
.subTitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  color: #C31D05;
}
.sectionSubTitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 576px) {
  .sectionSubTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sectionSubTitle {
    font-size: 28px;
  }
}
.sectionSubTitle.white {
  color: #fff;
}
.sectionTitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 576px) {
  .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sectionTitle {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .sectionTitle {
    font-size: 54px;
  }
}
@media (min-width: 1499px) {
  .sectionTitle {
    font-size: 58px;
  }
}
.sectionTitle.white {
  color: #fff;
}
.sectionContent {
  margin-bottom: 30px;
}
.buttonStyleHover {
  position: relative;
  text-transform: capitalize;
  color: #C31D05;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 7px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #C31D05;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.buttonStyleHover path {
  transition: all 0.3s ease;
}
.buttonStyleHover:hover {
  background-color: #C31D05;
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
.buttonStyleHover:hover path {
  fill: #fff;
  stroke: #fff;
}
.buttonStyle {
  display: inline-flex;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  color: #fff;
  border: 1px solid #C31D05;
  background-color: #C31D05;
  padding: 12px 25px;
  border-radius: 7px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.buttonStyle path {
  transition: all 0.3s ease;
}
.buttonStyle:hover {
  background-color: #fff;
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.16);
  color: #C31D05;
}
.buttonStyle:hover path {
  fill: #C31D05;
  stroke: #C31D05;
}
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 2px;
  color: transparent;
  border: 1px solid #5C5C5C;
  outline: none;
  background-color: transparent;
  min-width: 10px;
  height: 10px;
  margin-right: 7px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
  background-color: #C31D05;
  border: 1px solid #C31D05;
  border-radius: 10px;
  max-width: 15px;
  min-width: 30px;
}
.arrowsWrapper {
  text-align: end;
}
.arrowsWrapper .slick-arrow {
  position: relative;
  padding: 0;
  background-color: unset;
  border: none;
  margin: 0 15px 0 0;
  font-size: 0;
  background-color: #C31D05;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.arrowsWrapper .slick-arrow:last-child {
  margin: 0;
}
.arrowsWrapper .slick-arrow::after {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrowsWrapper .slick-arrow.slick-prev::after {
  background-image: url("../images/next.svg");
  transform: translate(-50%, -50%) rotate(180deg);
}
.arrowsWrapper .slick-arrow.slick-prev.slick-disabled {
  background-color: #fff;
  border: 1px solid #C31D05;
}
.arrowsWrapper .slick-arrow.slick-prev.slick-disabled::after {
  background-image: url("../images/prev.svg");
  transform: translate(-50%, -50%) rotate(0deg);
}
.arrowsWrapper .slick-arrow.slick-next::after {
  background-image: url("../images/next.svg");
  transform: translate(-50%, -50%) rotate(0deg);
}
.arrowsWrapper .slick-arrow.slick-next.slick-disabled {
  background-color: #fff;
  border: 1px solid #C31D05;
}
.arrowsWrapper .slick-arrow.slick-next.slick-disabled::after {
  background-image: url("../images/prev.svg");
  transform: translate(-50%, -50%) rotate(180deg);
}
.formWrapper .formInner .formTitle {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
@media (min-width: 992px) {
  .formWrapper .formInner .formTitle {
    font-size: 28px;
  }
}
.formWrapper .formInner .form-group {
  margin-bottom: 20px;
}
.formWrapper .formInner .form-group input[type="text"],
.formWrapper .formInner .form-group input[type="email"],
.formWrapper .formInner .form-group input[type="tel"],
.formWrapper .formInner .form-group input[type="date"],
.formWrapper .formInner .form-group textarea,
.formWrapper .formInner .form-group select {
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #F6F6F6;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  box-shadow: unset;
  padding: 20px 8rem;
  color: #000;
  min-height: 54px;
  transition: all 0.3s ease;
}
.formWrapper .formInner .form-group input[type="text"]:focus,
.formWrapper .formInner .form-group input[type="email"]:focus,
.formWrapper .formInner .form-group input[type="tel"]:focus,
.formWrapper .formInner .form-group input[type="date"]:focus,
.formWrapper .formInner .form-group textarea:focus,
.formWrapper .formInner .form-group select:focus {
  outline: none;
  border: 1px solid #C31D05;
}
.formWrapper .formInner .form-group input[type="text"]::placeholder,
.formWrapper .formInner .form-group input[type="email"]::placeholder,
.formWrapper .formInner .form-group input[type="tel"]::placeholder,
.formWrapper .formInner .form-group input[type="date"]::placeholder,
.formWrapper .formInner .form-group textarea::placeholder,
.formWrapper .formInner .form-group select::placeholder {
  color: #000;
}
.formWrapper .formInner .form-group label {
  margin-bottom: 7px;
}
.formWrapper .formInner .form-group .wpcf7-phonetext {
  padding-left: 52px !important;
}
.formWrapper .formInner .form-group br {
  display: none;
}
.formWrapper .formInner .form-group.btn-wrapper {
  position: relative;
  margin: 0;
}
.formWrapper .formInner .form-group.btn-wrapper p {
  margin: 0;
}
.formWrapper .formInner .form-group.btn-wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.formWrapper .formInner .form-group input[type="submit"] {
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  color: #fff;
  border: 1px solid #C31D05;
  background-color: #C31D05;
  padding: 12px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.formWrapper .formInner .form-group input[type="submit"]:hover {
  background-color: #fff;
  color: #C31D05;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border-bottom: 5px solid #C31D05;
}
header .navbarCustom .navbar-brand img {
  width: 170px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .navbarCustom .navbar-brand img {
    width: 190px;
  }
}
header .navbarCustom .navbar-toggler {
  position: relative;
  width: 25px;
  height: 19px;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  border: 0;
  padding: 0;
  transition: all 0.3s ease;
}
header .navbarCustom .navbar-toggler .navbar-ham-icon {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C31D05;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
header .navbarCustom .navbar-toggler .navbar-ham-icon:nth-child(1) {
  left: 0;
  top: 0;
}
header .navbarCustom .navbar-toggler .navbar-ham-icon:nth-child(2) {
  left: 0;
  top: 8px;
}
header .navbarCustom .navbar-toggler .navbar-ham-icon:nth-child(3) {
  left: 0;
  top: 16px;
}
header .navbarCustom .navbar-toggler[aria-expanded="true"] .navbar-ham-icon:nth-child(1) {
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}
header .navbarCustom .navbar-toggler[aria-expanded="true"] .navbar-ham-icon:nth-child(2) {
  left: 0;
  top: 6px;
  opacity: 0;
}
header .navbarCustom .navbar-toggler[aria-expanded="true"] .navbar-ham-icon:nth-child(3) {
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  header .navbarCustom .navbar-toggler {
    opacity: 0;
    visibility: hidden;
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  header .navbarCustom .navbarCustomCollapse .mainMenu {
    height: auto;
    overflow: unset;
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .navbarCustom .navbarCustomCollapse .mainMenu ul li a {
    font-size: 18px;
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu {
  pointer-events: none;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 9;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.07);
    transform: translateY(-5rem);
    display: block;
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px dotted;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu > li > a {
  display: block;
  padding: 1rem 1.3rem;
  color: #000;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu > li:last-child {
  border-color: transparent;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li > .sub-menu.show-sub-menu {
  display: block;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li:hover a {
  color: #C31D05;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  background: #fff;
  border-radius: 0 0 7px 7px;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li:hover > .sub-menu a:hover {
  color: #C31D05;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li.current_page_item a {
  color: #C31D05;
  font-weight: 600;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 992px) {
  header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children > a {
    padding-right: 40px;
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children .sub-menu-toggle {
  pointer-events: none;
  border: 0;
  position: absolute;
  height: 42px;
  top: 0;
  right: 0;
  font-size: 28px;
  color: #000;
  background-color: transparent;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children .sub-menu-toggle:after {
  content: "+";
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children .sub-menu-toggle.show-sub-menu:after {
  content: "-";
}
@media (min-width: 992px) {
  header .navbarCustom .navbarCustomCollapse .mainMenu ul li.menu-item-has-children .sub-menu-toggle:after {
    content: "";
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: 10px;
    background-repeat: no-repeat;
    width: 32px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul.navbar-headermenu-custom {
  overflow-y: auto;
  max-height: calc(100vh - 70px);
  padding-bottom: 40px;
}
header .navbarCustom .navbarCustomCollapse .mainMenu ul::-webkit-scrollbar {
  width: 0px;
}
header .navbarCustom .navbarCustomCollapse.showMenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header.fixed_top {
  box-shadow: 0px 3px 28px 0 rgba(0, 0, 0, 0.12);
}
header.fixed_top .navbarCustom .navbar-brand img {
  width: 170px;
}
section.sectionOne {
  padding: 0;
  position: relative;
  background-color: #FFC500;
}
section.sectionOne::before {
  content: "";
  background-color: #DD1D21;
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1390px) {
  section.sectionOne::before {
    height: 520px;
  }
}
section.sectionOne .bannerWrapper {
  position: relative;
}
section.sectionOne .bannerWrapper .singleItem {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 0;
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  position: relative;
  background-color: #000;
}
section.sectionOne .bannerWrapper .singleItem::before {
  content: "";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 992px) {
  section.sectionOne .bannerWrapper .singleItem {
    padding: 100px 0px;
  }
}
section.sectionOne .bannerWrapper .singleItem .bannerContentWrapper .bannerTitle {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}
section.sectionOne .bannerWrapper .singleItem .bannerContentWrapper .bannerTitle span.white {
  color: #fff;
}
@media (min-width: 768px) {
  section.sectionOne .bannerWrapper .singleItem .bannerContentWrapper .bannerTitle {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  section.sectionOne .bannerWrapper .singleItem .bannerContentWrapper .bannerTitle {
    font-size: 44px;
  }
}
section.sectionOne .bannerWrapper .singleItem .bannerContentWrapper .bannerContent .Content {
  font-size: 17px;
  position: relative;
  font-weight: 400;
  color: #fff;
}
section.sectionOne .bannerWrapper .arrowsWrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  section.sectionOne .bannerWrapper .arrowsWrapper {
    bottom: 50px;
  }
}
section.sectionTwo {
  position: relative;
  background: url("../images/BG1.png");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  section.sectionTwo {
    padding-bottom: 170px;
  }
}
section.sectionThree .singleItem .imgWrapper img {
  border-radius: 10px;
}
section.sectionThree .singleItem .productTitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 20px 0;
  color: #000;
}
@media (min-width: 576px) {
  section.sectionThree .singleItem .productTitle {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  section.sectionThree .sideLogo {
    right: 50px;
    bottom: 50px;
  }
}
section.sectionFour {
  background-size: cover;
  background-position: center;
  min-height: 434px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  section.sectionFour {
    padding-top: 0;
    min-height: 994px;
  }
  section.sectionFour::before {
    content: "";
    background-image: url("../images/triaglePattern.png");
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
}
section.sectionFive .contactBg {
  padding: 30px;
  border-radius: 10px;
  background-image: url("../images/contactBG.png");
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  section.sectionFive .contactBg {
    padding: 50px;
  }
}
section.sectionFive .contactBg .officeWrapper .content,
section.sectionFive .contactBg .officeWrapper .content a,
section.sectionFive .contactBg .officeWrapper .desc {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 576px) {
  section.sectionFive .contactBg .officeWrapper .content,
  section.sectionFive .contactBg .officeWrapper .content a,
  section.sectionFive .contactBg .officeWrapper .desc {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  section.sectionFive .contactBg .officeWrapper span {
    display: none;
  }
}
section.sectionFive .contactBg .officeWrapper span:last-child {
  display: none;
}
section.sectionFive .contactBg .formWrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.sectionFive .contactBg .formWrapper {
    margin-bottom: 0;
  }
}
section.sectionFive .contactBg .formWrapper .form-group input[type="text"],
section.sectionFive .contactBg .formWrapper .form-group input[type="email"],
section.sectionFive .contactBg .formWrapper .form-group input[type="tel"],
section.sectionFive .contactBg .formWrapper .form-group input[type="date"],
section.sectionFive .contactBg .formWrapper .form-group textarea,
section.sectionFive .contactBg .formWrapper .form-group select {
  border: 1px solid #E0E0E0;
  background-color: rgba(255, 255, 255, 0.29);
}
section.sectionFive .contactBg .formWrapper .form-group input[type="text"]:focus,
section.sectionFive .contactBg .formWrapper .form-group input[type="email"]:focus,
section.sectionFive .contactBg .formWrapper .form-group input[type="tel"]:focus,
section.sectionFive .contactBg .formWrapper .form-group input[type="date"]:focus,
section.sectionFive .contactBg .formWrapper .form-group textarea:focus,
section.sectionFive .contactBg .formWrapper .form-group select:focus {
  outline: none;
  border: 1px solid #C31D05;
}
section.sectionFive .contactBg .formWrapper .form-group input[type="text"]::placeholder,
section.sectionFive .contactBg .formWrapper .form-group input[type="email"]::placeholder,
section.sectionFive .contactBg .formWrapper .form-group input[type="tel"]::placeholder,
section.sectionFive .contactBg .formWrapper .form-group input[type="date"]::placeholder,
section.sectionFive .contactBg .formWrapper .form-group textarea::placeholder,
section.sectionFive .contactBg .formWrapper .form-group select::placeholder {
  color: #fff;
}
section.sectionFive .contactBg .formWrapper .form-group input[type="submit"] {
  color: #fff;
  border-radius: 7px;
  border: 2px solid #F9B810;
  background-color: #C31D05;
  transition: all 0.3s ease;
}
section.sectionFive .contactBg .formWrapper .form-group input[type="submit"]:hover {
  background-color: #fff;
  color: #C31D05;
  border: 2px solid #F9B810;
}
section.sectionFive.withBG {
  background-image: url('../images/allBG.png');
  background-position: bottom;
  background-size: cover;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  section.sectionFive.withBG {
    padding-bottom: 170px;
  }
}
section.sectionFive.withBG .removeBG {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
section.sectionFive.withBG .formWrapper .form-group input[type="text"],
section.sectionFive.withBG .formWrapper .form-group input[type="email"],
section.sectionFive.withBG .formWrapper .form-group input[type="tel"],
section.sectionFive.withBG .formWrapper .form-group input[type="date"],
section.sectionFive.withBG .formWrapper .form-group textarea,
section.sectionFive.withBG .formWrapper .form-group select {
  border: 1px solid #686868;
  background-color: #fff;
}
section.sectionFive.withBG .formWrapper .form-group input[type="text"]:focus,
section.sectionFive.withBG .formWrapper .form-group input[type="email"]:focus,
section.sectionFive.withBG .formWrapper .form-group input[type="tel"]:focus,
section.sectionFive.withBG .formWrapper .form-group input[type="date"]:focus,
section.sectionFive.withBG .formWrapper .form-group textarea:focus,
section.sectionFive.withBG .formWrapper .form-group select:focus {
  outline: none;
  border: 1px solid #C31D05;
}
section.sectionFive.withBG .formWrapper .form-group input[type="text"]::placeholder,
section.sectionFive.withBG .formWrapper .form-group input[type="email"]::placeholder,
section.sectionFive.withBG .formWrapper .form-group input[type="tel"]::placeholder,
section.sectionFive.withBG .formWrapper .form-group input[type="date"]::placeholder,
section.sectionFive.withBG .formWrapper .form-group textarea::placeholder,
section.sectionFive.withBG .formWrapper .form-group select::placeholder {
  color: #000;
}
section.sectionFive.withBG .formWrapper .form-group input[type="submit"] {
  color: #C31D05;
  border-radius: 7px;
  border: 2px solid #C31D05;
  background-color: #fff;
  transition: all 0.3s ease;
}
section.sectionFive.withBG .formWrapper .form-group input[type="submit"]:hover {
  background-color: #C31D05;
  color: #fff;
  border: 2px solid #C31D05;
}
section.sectionSeven {
  position: relative;
}
@media (min-width: 768px) {
  section.sectionSeven .customRowAlternate {
    flex-direction: row;
  }
  section.sectionSeven .customRowAlternate:nth-child(even) {
    flex-direction: row-reverse;
  }
}
section.sectionSeven .singleItem .imgWrapper img {
  border-radius: 10px;
}
section.sectionSeven .singleItem .teamTitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 576px) {
  section.sectionSeven .singleItem .teamTitle {
    font-size: 35px;
  }
}
section.sectionSeven .singleItem .teamSubTitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 576px) {
  section.sectionSeven .singleItem .teamSubTitle {
    font-size: 24px;
  }
}
section.sectionNine .detailsWrapper {
  background-color: #FAFAFA;
  padding: 30px;
  border-radius: 10px;
}
section.sectionNine .detailsWrapper .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
}
section.sectionNine .detailsWrapper .accordion-item .accordion-header {
  padding-left: 20px;
}
section.sectionNine .detailsWrapper .accordion-item .accordion-header .accordion-button {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: none;
  transition: all 0.3s ease;
}
section.sectionNine .detailsWrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #C31D05;
}
section.sectionNine .detailsWrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) path {
  fill: #C31D05;
}
@media (min-width: 992px) {
  section.sectionNine .detailsWrapper .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
  }
}
section.sectionNine .detailsWrapper .accordion-item .accordion-collapse {
  background-color: transparent;
  padding-left: 20px;
}
section.sectionNine .detailsWrapper .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #707070;
}
section.sectionTen iframe {
  margin: 0;
  border-radius: 10px;
}
section.sectionEleven {
  background: url("../images/allBG.png");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  section.sectionEleven {
    padding-bottom: 170px;
  }
}
section.sectionEleven .singleItem {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C5C5C5;
}
section.sectionEleven .singleItem .newsDate {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.sectionEleven .singleItem .newsTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  section.sectionEleven .singleItem .newsTitle {
    font-size: 26px;
  }
}
section.sectionEleven .singleItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.sectionTwelve .filterWrapper {
  border: 1px solid #EAEAEA;
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 15px;
  position: sticky;
  top: 89px;
}
section.sectionTwelve .filterWrapper .searchForm .search-field {
  border: none;
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #686868;
  width: 100%;
}
section.sectionTwelve .filterWrapper .searchForm .search-field::placeholder {
  color: #626262;
}
section.sectionTwelve .filterWrapper .searchForm .search-field:focus {
  outline: none;
}
section.sectionTwelve .filterWrapper .searchForm .search-submit {
  border: none;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 55px;
}
section.sectionTwelve .filterWrapper .searchForm .search-submit img {
  width: 20px;
}
section.sectionTwelve .filterWrapper .industryType {
  margin: 15px 0 0;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
}
section.sectionTwelve .filterWrapper .industryType::-webkit-scrollbar {
  width: 3px;
}
section.sectionTwelve .filterWrapper .industryType::-webkit-scrollbar-track {
  background-color: transparent;
}
section.sectionTwelve .filterWrapper .industryType::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #B5B5B5;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName {
  margin-bottom: 20px;
  cursor: pointer;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName a span.inactive {
  display: block;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName a span.active {
  display: none;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName a.active span.inactive {
  display: none;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName a.active span.active {
  display: block;
}
section.sectionTwelve .filterWrapper .industryType .singleIndustryName:last-child {
  margin-bottom: 0;
}
section.sectionTwelve .currentJobsWrapper {
  border: 1px solid #EAEAEA;
  background-color: #FAFAFA;
  border-radius: 15px;
}
section.sectionTwelve .currentJobsWrapper .singleItem {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px;
}
section.sectionTwelve .currentJobsWrapper .singleItem .text-underline {
  text-decoration: underline;
  color: #C31D05;
  font-size: 20px;
  font-weight: bold;
}
section.sectionTwelve .currentJobsWrapper .singleItem:last-child {
  border-bottom: none;
}
section.sectionTwelve .currentJobsWrapper .jobType {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
section.sectionTwelve .currentJobsWrapper .noResltFound {
  padding: 15px;
  text-align: center;
  border-radius: 15px;
}
section.sectionTwelve .currentJobsWrapper .content {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
section.sectionTwelve .currentJobsWrapper .content::-webkit-scrollbar {
  width: 7px;
}
section.sectionTwelve .currentJobsWrapper .content::-webkit-scrollbar-track {
  background-color: transparent;
}
section.sectionTwelve .currentJobsWrapper .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CBCBCB;
}
section.sectionTwelve .currentJobsWrapper .btnWrapper {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 20px;
}
.socialIcon {
  font-size: 14px;
}
footer {
  background-color: #FAFAFA;
}
footer .menuTitle {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #4A4A4A;
  text-transform: capitalize;
}
footer .footerMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footerMenu ul li {
  position: relative;
}
footer .footerMenu ul li a {
  position: relative;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
footer .footerMenu ul li:hover a {
  color: #C31D05;
}
footer .footerMenu ul.policyMenu li {
  margin-right: 20px;
}
footer .footerMenu ul.policyMenu li:last-child {
  margin: 0;
}
.copyrightWrapper {
  font-size: 14px;
}
.bottomFooter {
  padding: 7px;
}
@media (max-width: 992px) {
  .bottomFooter {
    text-align: center;
  }
}
.scrolltotop {
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
.scrolltotop img {
  width: 65px;
  height: auto;
}
.scrolltotop.hide {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-dialog .modal-content .closeModalBtn {
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .formWrapper {
  padding: 25px;
  background-color: #EFF1F5;
  border-radius: 0;
  box-shadow: unset;
}
.modal .modal-dialog .modal-content .modal-body .imgWrapper {
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body .imgWrapper img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-custom-size {
    max-width: 800px;
  }
}
section.homeWhoWeAre {
  background-image: url('../images/whoBG.png');
  background-position: top;
  background-size: cover;
}
section.blogWrapper .singlePostsInner {
  border: 1px solid #B6B6B6;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}
section.blogWrapper .singlePostsInner .preText,
section.blogWrapper .singlePostsInner .postDate {
  padding: 5px 0;
}
section.blogWrapper .singlePostsInner .iconWrapper img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0 0;
}
section.blogWrapper .singlePostsInner .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
section.blogWrapper .singlePostsInner .title a {
  color: #000;
  transition: all 0.3s ease;
}
section.blogWrapper .singlePostsInner .title a:hover {
  color: #C31D05;
}
section.blogWrapper .pagination {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  section.blogWrapper .pagination {
    margin-top: 20px;
  }
}
section.blogWrapper .pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
section.blogWrapper .pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin-bottom: 5px;
}
section.blogWrapper .pagination ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  color: #000;
  border: 1px solid #C31D05;
  font-weight: 600;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  section.blogWrapper .pagination ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
section.blogWrapper .pagination ul li.active a {
  border: 1px solid #C31D05;
  background-color: #C31D05;
  color: #fff;
}
section.blogWrapper .pagination ul li:hover a {
  border: 1px solid #C31D05;
  background-color: #C31D05;
  color: #fff;
}
section.blogWrapper .pagination ul li:not(:last-child) {
  margin-right: 15px;
}
section.singleBlogContent {
  position: relative;
}
section.singleBlogContent .sectionContent h1,
section.singleBlogContent .sectionContent h2,
section.singleBlogContent .sectionContent h3,
section.singleBlogContent .sectionContent h4,
section.singleBlogContent .sectionContent h5,
section.singleBlogContent .sectionContent h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
section.mapWrapper {
  position: relative;
}
section.mapWrapper::before {
  content: "";
  background-image: url("../images/mapIcon.png");
  background-size: cover;
  background-position: top;
  position: absolute;
  width: 280px;
  height: 280px;
  top: 0;
  left: 0;
}
section.mapWrapper .contentWrapper .content {
  font-weight: 700;
}
@media (min-width: 992px) {
  section.mapWrapper .contentWrapper .content {
    font-size: 18px;
  }
}
section.mapWrapper .iframeWrapper iframe {
  border-radius: 20px;
}
.defaultContentSection {
  background-color: #F6F6F6;
}
.defaultContentSection .contentInner {
  background-color: #fff;
}
.defaultContentSection .contentInner h1,
.defaultContentSection .contentInner h2,
.defaultContentSection .contentInner h3,
.defaultContentSection .contentInner h4,
.defaultContentSection .contentInner h5,
.defaultContentSection .contentInner h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
body.page-template-gracias,
body.error404 {
  padding: 0;
}
body.page-template-gracias header,
body.error404 header,
body.page-template-gracias footer,
body.error404 footer {
  display: none;
}
section.thankyouSecion,
section.fourzerofourSecion {
  background-image: linear-gradient(#f4fcff, #f7f4ff);
  min-height: calc(100vh);
}
section.thankyouSecion .no,
section.fourzerofourSecion .no {
  font-size: 110px;
  line-height: 1.2;
  font-weight: 700;
  color: #C31D05;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.thankyouSecion .no,
  section.fourzerofourSecion .no {
    font-size: 210px;
  }
}
section.thankyouSecion .no .yellow,
section.fourzerofourSecion .no .yellow {
  color: #F9B810;
}
section.thankyouSecion .centerContent .imgWrapper img,
section.fourzerofourSecion .centerContent .imgWrapper img {
  width: 380px;
  max-width: 850px;
}
section.thankyouSecion .centerContent .imgWrapper img.fourzeroimg,
section.fourzerofourSecion .centerContent .imgWrapper img.fourzeroimg {
  width: 460px;
}
section.thankyouSecion .centerContent .imgWrapper.thankyou img,
section.fourzerofourSecion .centerContent .imgWrapper.thankyou img {
  width: 380px;
  margin-top: -90px;
}
section.thankyouSecion .centerContent .mainTitle,
section.fourzerofourSecion .centerContent .mainTitle {
  font-size: 60px;
}
section.thankyouSecion .centerContent .mainTitle.thankyou,
section.fourzerofourSecion .centerContent .mainTitle.thankyou {
  font-size: 60px;
  margin-top: -90px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 992px) {
  section.thankyouSecion .centerContent .mainTitle.thankyou,
  section.fourzerofourSecion .centerContent .mainTitle.thankyou {
    font-size: 90px;
  }
}
section.thankyouSecion .centerContent .content h1,
section.fourzerofourSecion .centerContent .content h1,
section.thankyouSecion .centerContent .content h2,
section.fourzerofourSecion .centerContent .content h2,
section.thankyouSecion .centerContent .content h3,
section.fourzerofourSecion .centerContent .content h3,
section.thankyouSecion .centerContent .content h4,
section.fourzerofourSecion .centerContent .content h4,
section.thankyouSecion .centerContent .content h5,
section.fourzerofourSecion .centerContent .content h5,
section.thankyouSecion .centerContent .content h6,
section.fourzerofourSecion .centerContent .content h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
section.thankyouSecion .centerContent .content p,
section.fourzerofourSecion .centerContent .content p {
  font-weight: 400;
}
@media (min-width: 992px) {
  section.thankyouSecion,
  section.fourzerofourSecion {
    min-height: 100vh;
  }
}
section.thankyouSecion {
  background-image: linear-gradient(#f4fcff, #f7f4ff);
  padding-top: 132px;
}
body.page-template-landingpage,
body.page-template-lp-thank-you,
body.page-template-rules {
  padding: 0;
  position: relative;
}
body.page-template-landingpage header,
body.page-template-lp-thank-you header,
body.page-template-rules header,
body.page-template-landingpage footer,
body.page-template-lp-thank-you footer,
body.page-template-rules footer {
  display: none;
}
body.page-template-landingpage section.lpWrapper,
body.page-template-lp-thank-you section.lpWrapper,
body.page-template-rules section.lpWrapper {
  background-image: url(../images/lp-banner-thankyou.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 30%;
  height: auto;
  align-content: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  body.page-template-landingpage section.lpWrapper,
  body.page-template-lp-thank-you section.lpWrapper,
  body.page-template-rules section.lpWrapper {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  body.page-template-landingpage section.lpWrapper,
  body.page-template-lp-thank-you section.lpWrapper,
  body.page-template-rules section.lpWrapper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-landingpage section.lpWrapper .box,
  body.page-template-lp-thank-you section.lpWrapper .box,
  body.page-template-rules section.lpWrapper .box {
    position: absolute;
  }
  body.page-template-landingpage section.lpWrapper .box.boxOne,
  body.page-template-lp-thank-you section.lpWrapper .box.boxOne,
  body.page-template-rules section.lpWrapper .box.boxOne {
    top: 20%;
    left: 11%;
  }
  body.page-template-landingpage section.lpWrapper .box.boxOne img,
  body.page-template-lp-thank-you section.lpWrapper .box.boxOne img,
  body.page-template-rules section.lpWrapper .box.boxOne img {
    width: 140px;
  }
  body.page-template-landingpage section.lpWrapper .box.boxTwo,
  body.page-template-lp-thank-you section.lpWrapper .box.boxTwo,
  body.page-template-rules section.lpWrapper .box.boxTwo {
    bottom: 12%;
    left: 7%;
  }
  body.page-template-landingpage section.lpWrapper .box.boxTwo img,
  body.page-template-lp-thank-you section.lpWrapper .box.boxTwo img,
  body.page-template-rules section.lpWrapper .box.boxTwo img {
    width: 160px;
  }
  body.page-template-landingpage section.lpWrapper .box.boxThree,
  body.page-template-lp-thank-you section.lpWrapper .box.boxThree,
  body.page-template-rules section.lpWrapper .box.boxThree {
    top: 5%;
    right: 5%;
  }
  body.page-template-landingpage section.lpWrapper .box.boxThree img,
  body.page-template-lp-thank-you section.lpWrapper .box.boxThree img,
  body.page-template-rules section.lpWrapper .box.boxThree img {
    width: 160px;
  }
  body.page-template-landingpage section.lpWrapper .box.boxFour,
  body.page-template-lp-thank-you section.lpWrapper .box.boxFour,
  body.page-template-rules section.lpWrapper .box.boxFour {
    bottom: 10%;
    right: 9%;
  }
  body.page-template-landingpage section.lpWrapper .box.boxFour img,
  body.page-template-lp-thank-you section.lpWrapper .box.boxFour img,
  body.page-template-rules section.lpWrapper .box.boxFour img {
    width: 140px;
  }
}
body.page-template-landingpage section.lpWrapper .content,
body.page-template-lp-thank-you section.lpWrapper .content,
body.page-template-rules section.lpWrapper .content {
  border-top: 5px solid #F9B810;
  background: #fff;
  padding: 40px;
  border-radius: 7px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}
body.page-template-landingpage section.lpWrapper .firstTitle,
body.page-template-lp-thank-you section.lpWrapper .firstTitle,
body.page-template-rules section.lpWrapper .firstTitle {
  color: #fff;
  font-size: 3rem;
  line-height: 0.9;
  white-space: nowrap;
}
@media (min-width: 992px) {
  body.page-template-landingpage section.lpWrapper .firstTitle,
  body.page-template-lp-thank-you section.lpWrapper .firstTitle,
  body.page-template-rules section.lpWrapper .firstTitle {
    font-size: 3rem;
  }
}
body.page-template-landingpage section.lpWrapper .formWrapper,
body.page-template-lp-thank-you section.lpWrapper .formWrapper,
body.page-template-rules section.lpWrapper .formWrapper {
  padding: 25px 0;
}
@media (min-width: 450px) and (max-width: 700px) {
  body.page-template-landingpage section.lpWrapper,
  body.page-template-lp-thank-you section.lpWrapper,
  body.page-template-rules section.lpWrapper {
    background-size: 125% 125%;
  }
}
@media (min-width: 1200px) {
  body.page-template-landingpage section.lpWrapper,
  body.page-template-lp-thank-you section.lpWrapper,
  body.page-template-rules section.lpWrapper {
    background-image: url(../images/lp-banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    align-content: center;
  }
}
body.page-template-landingpage .sectionOne,
body.page-template-lp-thank-you .sectionOne,
body.page-template-rules .sectionOne {
  padding: 0;
  min-height: 100vh;
  margin: auto;
}
body.page-template-landingpage .sectionTwo,
body.page-template-lp-thank-you .sectionTwo,
body.page-template-rules .sectionTwo {
  margin: auto;
}
body.page-template-landingpage .sectionThree,
body.page-template-lp-thank-you .sectionThree,
body.page-template-rules .sectionThree {
  max-width: 1920px;
  margin: auto;
}
body.page-template-landingpage .bottomLine,
body.page-template-lp-thank-you .bottomLine,
body.page-template-rules .bottomLine {
  color: #4A4A4A;
  font-size: 16px;
  padding: 20px;
}
body.page-template-landingpage .bottomLine1,
body.page-template-lp-thank-you .bottomLine1,
body.page-template-rules .bottomLine1 {
  color: #000;
  font-size: 16px;
}
@media (min-width: 1200px) {
  body.page-template-lp-thank-you section.lpWrapper {
    min-height: 400px;
    align-content: start;
  }
}
@media (min-width: 1400px) {
  body.page-template-lp-thank-you section.lpWrapper {
    min-height: 400px;
    align-content: start;
  }
}
@media (min-width: 1920px) {
  body.page-template-lp-thank-you section.lpWrapper {
    min-height: 400px;
    align-content: start;
  }
}
.topWrapper .firstTitle {
  font-size: 3rem !important;
  width: 85%;
  margin: auto;
}
@media (max-width: 640px) {
  .topWrapper .firstTitle {
    font-size: 2rem !important;
  }
}
@media (min-width: 1300px) {
  .topWrapper .firstTitle {
    font-size: 3rem !important;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .topWrapper .firstTitle {
    font-size: 3rem !important;
  }
}
.topWrapper img {
  width: 90px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .topWrapper img {
    width: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 1300px) {
  .topWrapper img {
    width: 88px;
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .topWrapper img {
    width: 100px;
  }
}
