@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.serif.blue {
  color: #214ca1;
}

p, a, li, .woocommerce-info, .wc-block-components-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

h1 {
  font-size: 75px;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 65px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 55px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
}
h2.big {
  font-size: 75px;
  margin-bottom: 30px;
}
@media all and (max-width: 1280px) {
  h2 {
    font-size: 45px;
  }
  h2.big {
    font-size: 65px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
  h2.big {
    font-size: 55px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
  h2.big {
    font-size: 45px;
  }
}
@media all and (max-width: 500px) {
  h2.big {
    font-size: 35px;
  }
}

h3 {
  font-size: 40px;
}
@media all and (max-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 500px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

@media all and (max-width: 767px) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #000;
  }
}

.btnL {
  display: inline-flex;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btnL .text {
  padding: 0px 30px;
  display: block;
}
.btnL .icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #ffffff;
}
.btnL .icon img {
  max-width: 100%;
  width: 20px;
}
.btnL:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .btnL .icon {
    width: 40px;
    height: 40px;
  }
  .btnL .icon img {
    max-width: 90%;
  }
}

.btnLBlue {
  display: inline-flex;
  border: 2px solid #214ca1;
  font-size: 16px;
  color: #214ca1;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btnLBlue .text {
  padding: 0px 30px;
  display: block;
}
.btnLBlue .icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #214ca1;
}
.btnLBlue .icon img {
  max-width: 100%;
  width: 20px;
  transform: rotate(180deg);
}
.btnLBlue:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .btnLBlue .icon {
    width: 40px;
    height: 40px;
  }
  .btnLBlue .icon img {
    max-width: 90%;
  }
}

.btnN {
  display: inline-flex;
  border: 2px solid #214ca1;
  font-size: 16px;
  color: #214ca1;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
}
.btnN:hover {
  text-decoration: none;
  background-color: #214ca1;
  color: #ffffff;
}

.section-padding {
  padding: 7% 5%;
}
.section-padding.noPadTop {
  padding-top: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s ease 0.1s;
  padding: 0 5% 40px;
  z-index: 999;
}
.header .searchBar {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 30px;
  z-index: 9;
  text-align: center;
  left: 0;
  height: 0;
  opacity: 0;
  transition: all 1s ease 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -9;
  top: -100%;
}
.header .searchBar.open {
  height: 100px;
  opacity: 1;
  z-index: 999999;
  top: 0;
}
.header .searchBar .closeBtn {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  left: 10px;
  cursor: pointer;
}
.header .searchBar .closeBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
}
.header .searchBar .closeBtn span:last-child {
  transform: rotate(-45deg);
}
.header .searchBar form {
  width: 100%;
}
.header .searchBar form input[type=search] {
  width: 500px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  padding: 10px 15px 14px !important;
}
.header .searchBar form input[type=search]::placeholder {
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}
.header .searchBar form .search-submit {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  padding: 10px 40px 14px;
  font-size: 19px;
  text-transform: uppercase;
  background-color: #214ca1;
  color: #ffffff;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  border: none;
}
.header .searchBar form .search-submit:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .header .searchBar {
    display: none;
  }
}
.header .burger {
  position: absolute;
  right: 0%;
  height: 20px;
  width: 35px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
.header .burger.open {
  justify-content: center;
}
.header .burger.open span {
  transition: all 1s ease 0.1s;
}
.header .burger.open span:first-child {
  transform: rotate(45deg);
  position: absolute;
}
.header .burger.open span:nth-child(2n) {
  opacity: 0;
}
.header .burger.open span:last-child {
  position: absolute;
  transform: rotate(-45deg);
}
.header .burger span {
  background-color: #ffffff;
  width: 80%;
  height: 2px;
  display: block;
  transition: all 1s ease 0.1s;
}
.header .burger span:nth-child(2n) {
  margin-left: 20%;
}
@media all and (max-width: 992px) {
  .header .burger {
    display: flex;
  }
}
.header.normalHead {
  position: relative;
}
.header.normalHead .burger.open span {
  background-color: #ffffff;
}
.header.normalHead .burger span {
  background-color: #214ca1;
}
.header.normalHead .topHeader {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.header.normalHead .topHeader p {
  color: #000000;
}
.header.normalHead .innerHeader nav ul li.menuBtn a {
  border: 2px solid #214ca1;
  color: #214ca1;
}
.header.normalHead .innerHeader nav ul li.menuBtn a:hover {
  text-decoration: none;
  background-color: #214ca1;
  color: #ffffff;
}
.header.normalHead .innerHeader nav ul li.icon img {
  filter: invert(0);
}
@media all and (max-width: 992px) {
  .header.normalHead .innerHeader nav ul li.icon img {
    filter: invert(1);
  }
}
.header.normalHead .innerHeader nav ul li.searchMenu a img {
  filter: invert(0);
}
.header.normalHead .innerHeader nav ul li.cartMenu a img {
  filter: invert(0);
}
.header.normalHead .innerHeader nav ul li a {
  color: #000000;
}
@media all and (max-width: 992px) {
  .header.normalHead .innerHeader nav ul li a {
    color: #ffffff;
  }
}
.header.normalHead .innerHeader nav ul li .sub-menu {
  background-color: #214ca1;
}
.header.normalHead .innerHeader nav ul li .sub-menu li a {
  color: #ffffff;
}
.header .topHeader {
  padding: 10px 0;
  display: block;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.header .topHeader p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 14px;
}
.header .topHeader p a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.header .innerHeader {
  display: flex;
  position: relative;
  align-items: center;
}
.header .innerHeader .logo {
  width: 300px;
}
@media all and (max-width: 1600px) {
  .header .innerHeader .logo {
    width: 200px;
  }
}
@media all and (max-width: 1400px) {
  .header .innerHeader .logo {
    width: 170px;
  }
}
.header .innerHeader nav {
  position: absolute;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .innerHeader nav .mobile, .header .innerHeader nav .iconsMobile {
  display: none;
}
.header .innerHeader nav ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.header .innerHeader nav ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.header .innerHeader nav ul li.menuBtn a {
  display: inline-flex;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
}
.header .innerHeader nav ul li.menuBtn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #214ca1;
}
.header .innerHeader nav ul li.icon img {
  margin-right: 5px;
  filter: invert(1);
}
.header .innerHeader nav ul li.icon span {
  display: none;
}
.header .innerHeader nav ul li.searchMenu a {
  padding: 0 5px;
}
.header .innerHeader nav ul li.searchMenu a img {
  width: 20px;
  filter: invert(1);
}
.header .innerHeader nav ul li.cartMenu a {
  padding: 0 5px;
}
.header .innerHeader nav ul li.cartMenu a img {
  filter: invert(1);
  width: 25px;
}
.header .innerHeader nav ul li.menu-item-has-children a {
  padding-right: 20px;
}
.header .innerHeader nav ul li.menu-item-has-children a::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 5px;
  font-weight: lighter;
}
.header .innerHeader nav ul li.current-menu-item a {
  text-decoration: none;
}
.header .innerHeader nav ul li a {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 10px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  text-align: right;
}
.header .innerHeader nav ul li a:hover {
  text-decoration: none;
}
.header .innerHeader nav ul li.rightAlign .sub-menu {
  left: unset;
  right: 0;
}
.header .innerHeader nav ul li.widthAuto .sub-menu {
  width: auto;
}
.header .innerHeader nav ul li.twoColDrop.small .sub-menu {
  right: 0;
  left: unset;
  width: 500px;
}
.header .innerHeader nav ul li.twoColDrop .sub-menu {
  column-count: 2;
  column-gap: 20px;
  width: 600px;
}
.header .innerHeader nav ul li.twoColDrop .sub-menu li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.header .innerHeader nav ul li .sub-menu {
  background-color: rgb(33, 76, 161);
  position: absolute;
  flex-direction: column;
  padding: 20px 40px;
  top: 100%;
  width: 350px;
  left: 0;
  display: none;
  border-bottom: 2px solid #ffffff;
}
.header .innerHeader nav ul li .sub-menu li {
  width: 100%;
  text-align: left;
}
.header .innerHeader nav ul li .sub-menu li a {
  text-align: left;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.5;
  position: relative;
}
.header .innerHeader nav ul li .sub-menu li a::before {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #ffffff;
}
.header .innerHeader nav ul li .sub-menu li a:hover {
  opacity: 1;
}
.header .innerHeader nav ul li .sub-menu li a:hover::before {
  width: 100%;
}
@media all and (max-width: 1650px) {
  .header .innerHeader nav ul li a {
    padding: 20px 5px;
    font-size: 14px;
  }
}
@media all and (max-width: 1300px) {
  .header .innerHeader nav ul li.menuBtn {
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (max-width: 1100px) {
  .header .innerHeader nav ul li a {
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  .header .innerHeader nav {
    background-color: #000000;
    padding: 5%;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(120%);
    opacity: 0;
    transition: all 1s ease 0.3s;
  }
  .header .innerHeader nav .mobile {
    display: block;
    text-align: center;
  }
  .header .innerHeader nav .mobile img {
    max-width: 250px;
  }
  .header .innerHeader nav .iconsMobile {
    margin-top: 20px;
    display: inline-flex;
    border: 2px solid #ffffff;
  }
  .header .innerHeader nav .iconsMobile a {
    color: #ffffff;
    padding: 5px;
    width: 45px;
    height: 40px;
    display: inline-flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
  }
  .header .innerHeader nav .iconsMobile a:hover {
    text-decoration: none;
  }
  .header .innerHeader nav .iconsMobile a:nth-child(2n) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .header .innerHeader nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header .innerHeader nav ul li {
    justify-content: flex-start;
  }
  .header .innerHeader nav ul li.menuBtn {
    justify-content: flex-start;
  }
  .header .innerHeader nav ul li.menuBtn a {
    margin-top: 10px;
    width: auto !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
  }
  .header .innerHeader nav ul li.menuBtn a:hover {
    background-color: #ffffff !important;
    color: #214ca1 !important;
  }
  .header .innerHeader nav ul li a {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .header .innerHeader nav ul li a::before {
    transform: rotate(-90deg);
    font: 25px sans-serif;
  }
  .header .innerHeader nav ul li.icon span {
    display: block;
  }
  .header .innerHeader nav ul li:hover .sub-menu {
    display: flex;
  }
  .header .innerHeader nav ul li.rightAlign .sub-menu {
    right: 0;
    left: unset;
  }
  .header .innerHeader nav ul li.twoColDrop .sub-menu {
    width: 100%;
    column-count: 1;
  }
  .header .innerHeader nav ul li .sub-menu {
    width: 100% !important;
    height: 100%;
    background-color: #214ca1;
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transform: translateX(200%);
    transition: all 0.3s ease 0.1s;
  }
  .header .innerHeader nav ul li .sub-menu.show {
    transform: translateX(0);
    display: flex;
  }
  .header .innerHeader nav ul li .sub-menu .backMenu {
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .header .innerHeader nav ul li .sub-menu li a {
    opacity: 1;
    font-size: 16px;
  }
  .header .innerHeader nav ul li .sub-menu li a::before {
    display: none;
  }
  .header .innerHeader nav.show {
    transform: translateX(0);
    opacity: 1;
  }
}
@media all and (max-width: 1400px) {
  .header {
    padding: 0 1% 30px;
  }
}
@media all and (max-width: 992px) {
  .header {
    padding: 0 5% 20px;
  }
  .header .topHeader {
    margin-bottom: 20px;
  }
  .header .topHeader p {
    font-size: 12px;
  }
}

.backWhite {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}

footer {
  position: relative;
  z-index: 4;
}
footer .footerMain {
  background-color: #000000;
  display: grid;
  grid-template-columns: 70% 30%;
}
footer .footerMain .menusFooter {
  padding-right: 50px;
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  padding-bottom: 10px;
  padding-top: 10px;
  justify-content: space-between;
  border-right: 2px solid #ffffff;
}
footer .footerMain .menusFooter .menu h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .footerMain .menusFooter .menu.twocol {
  grid-column: span 2;
}
footer .footerMain .menusFooter .menu.twocol ul {
  column-count: 2;
  column-gap: 20px;
}
footer .footerMain .menusFooter .menu ul {
  margin: 0;
  padding: 0;
}
footer .footerMain .menusFooter .menu ul li {
  list-style: none;
}
footer .footerMain .menusFooter .menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
footer .footerMain .menusFooter .menu ul li a:hover {
  text-decoration: none;
}
footer .footerMain .contDets {
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
}
footer .footerMain .contDets h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .footerMain .contDets p {
  color: #ffffff;
}
footer .footerMain .contDets .btnL {
  margin-bottom: 30px;
  margin-top: 20px;
}
footer .footerMain .contDets .subHead {
  text-transform: uppercase;
}
footer .footerMain .contDets .address {
  margin-bottom: 30px;
}
footer .footerMain .contDets .address p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer .footerMain .contDets .conDets .det {
  display: grid;
  grid-template-columns: 30% 70%;
}
footer .footerMain .contDets .conDets .det p {
  width: 100%;
  text-transform: uppercase;
}
footer .footerMain .contDets .conDets .det p a {
  color: #ffffff;
  font-weight: 700;
  text-transform: lowercase;
  word-break: break-all;
}
footer .footerMain .contDets .conDets .det p.name {
  font-weight: 700;
}
footer .footerBottom {
  background-color: #ffffff;
  padding: 2% 5%;
}
footer .footerBottom .innerGrid {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
}
footer .footerBottom .innerGrid .logoBox img {
  margin-bottom: 30px;
}
footer .footerBottom .innerGrid .logoBox p {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .footerBottom .innerGrid .logoBox p.buildBy {
  opacity: 0.5;
}
footer .footerBottom .innerGrid .logoBox p.buildBy a {
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}
footer .footerBottom .innerGrid .secBox {
  padding-top: 30px;
}
footer .footerBottom .innerGrid .secBox .pagesB {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .footerBottom .innerGrid .secBox .pagesB a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footerBottom .innerGrid .secBox .social h4 {
  text-transform: uppercase;
}
footer .footerBottom .innerGrid .secBox .social .icons {
  margin-top: 20px;
  display: inline-flex;
  border: 2px solid #000000;
}
footer .footerBottom .innerGrid .secBox .social .icons a {
  color: #000000;
  padding: 5px;
  width: 45px;
  height: 40px;
  display: inline-flex;
  font-size: 22px;
  justify-content: center;
  align-items: center;
}
footer .footerBottom .innerGrid .secBox .social .icons a:hover {
  text-decoration: none;
}
footer .footerBottom .innerGrid .secBox .social .icons a:nth-child(2n) {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
footer .footerBottom .innerGrid .badgeBox {
  padding-top: 30px;
}
footer .footerBottom .innerGrid .badgeBox .bdgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
footer .footerBottom .innerGrid .mobile {
  display: none;
}
footer .footerBottom .innerGrid .mobile p {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
}
footer .footerBottom .innerGrid .mobile p.buildBy {
  margin-top: 0;
  opacity: 0.5;
}
footer .footerBottom .innerGrid .mobile p.buildBy a {
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}
@media all and (max-width: 1280px) {
  footer .footerMain {
    grid-template-columns: 100%;
  }
  footer .footerMain .menusFooter {
    padding-right: 0;
    border-right: 0;
  }
  footer .footerMain .contDets {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
@media all and (max-width: 992px) {
  footer .footerMain {
    grid-template-columns: 100%;
  }
  footer .footerMain .menusFooter {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  footer .footerMain .contDets {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  footer .footerBottom {
    padding: 5%;
    text-align: center;
  }
  footer .footerBottom .innerGrid {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  footer .footerBottom .innerGrid .logoBox img {
    margin-bottom: 10px;
  }
  footer .footerBottom .innerGrid .logoBox p {
    margin-bottom: 10px;
  }
  footer .footerBottom .innerGrid .secBox {
    padding-top: 0;
  }
  footer .footerBottom .innerGrid .secBox .pagesB {
    flex-direction: column;
  }
  footer .footerBottom .innerGrid .badgeBox .bdgs {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  footer .footerBottom .innerGrid .badgeBox .bdgs img {
    margin: 0 auto;
    max-width: 110px;
  }
  footer .footerBottom .innerGrid .desktop {
    display: none;
  }
  footer .footerBottom .innerGrid .mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  footer .footerMain .menusFooter {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  footer .footerMain .menusFooter .menu.twocol {
    grid-column: span 1;
  }
  footer .footerMain .menusFooter .menu h4 {
    margin-bottom: 20px;
  }
  footer .footerMain .menusFooter .menu ul li a {
    font-size: 14px;
  }
  footer .footerMain .contDets h4 {
    margin-bottom: 20px;
  }
  footer .footerMain .contDets .address {
    margin-bottom: 20px;
  }
  footer .footerMain .contDets .conDets .det {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }
  footer .footerMain .contDets .conDets .det p {
    margin-bottom: 0;
  }
  footer .footerBottom .innerGrid .badgeBox .bdgs {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  footer .footerBottom .innerGrid .badgeBox .bdgs img {
    margin: 0 auto;
    max-width: 110px;
  }
}
@media all and (max-width: 500px) {
  footer .footerMain .menusFooter .menu.twocol {
    grid-column: span 1;
  }
  footer .footerMain .menusFooter .menu.twocol ul {
    column-count: 1;
  }
}

.mainDiv h1, .mainDiv h2, .mainDiv h3, .mainDiv h4, .mainDiv h5, .mainDiv h6, .mainDiv p.serif {
  text-transform: uppercase;
  margin-top: 30px;
}
.mainDiv h1:first-child, .mainDiv h2:first-child, .mainDiv h3:first-child, .mainDiv h4:first-child, .mainDiv h5:first-child, .mainDiv h6:first-child, .mainDiv p.serif:first-child {
  margin-top: 0;
}

.pageBanner {
  padding-bottom: 3%;
}

a.button.wc-backward {
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #214ca1;
  padding: 15px 30px;
}
a.button.wc-backward:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce-info, .woocommerce-message {
  border-top-color: #214ca1;
}
.woocommerce-info::before, .woocommerce-message::before {
  color: #214ca1;
}

.loaderContainer {
  text-align: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding-top: 5%;
  z-index: 99;
  left: 0;
  height: 100%;
  display: none;
}
.loaderContainer .loader1 {
  width: 48px;
  height: 48px;
  border: 5px solid #f7f7f7;
  border-bottom-color: #214ca1;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  animation: rotation 2s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
  SASS file for Wrappers Only
*/
.lg-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}

.full-wrap {
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
}

.main-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}

.xs-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.homeBanner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background-color: rgba(33, 76, 161, 0.9);
}
.homeBanner video {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}
.homeBanner .firstBox {
  height: 100vh;
  z-index: 3;
}
.homeBanner .firstBox .main-wrap {
  position: relative;
  height: 100%;
}
.homeBanner .firstBox .inner {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: flex-end;
  z-index: 4;
}
.homeBanner .firstBox .inner .left h1 {
  color: #ffffff;
}
.homeBanner .firstBox .inner .left p {
  color: #ffffff;
  font-size: 20px;
  max-width: 100%;
  width: 800px;
}
.homeBanner .firstBox .inner .right a {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
}
.homeBanner .firstBox .inner .right a img {
  max-width: 100%;
  width: 30px;
}
@media all and (max-width: 992px) {
  .homeBanner .firstBox .inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .homeBanner .firstBox .inner .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .firstBox {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
  }
  .homeBanner .firstBox .main-wrap {
    width: 100%;
  }
  .homeBanner .firstBox .inner {
    position: relative;
  }
  .homeBanner .firstBox .inner .right a {
    width: 50px;
    height: 50px;
  }
  .homeBanner .firstBox .inner .right a img {
    width: 20px;
  }
}
.homeBanner .secondBox {
  height: 100vh;
  z-index: 3;
  position: relative;
}
.homeBanner .secondBox .main-wrap {
  position: relative;
  height: 100%;
}
.homeBanner .secondBox .innersecond {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 300px);
}
.homeBanner .secondBox .innersecond h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.homeBanner .secondBox .innersecond .colsec {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.homeBanner .secondBox .innersecond .colsec h4 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 15px;
}
.homeBanner .secondBox .innersecond .colsec h3 {
  font-weight: 700;
  color: #ffffff;
}
.homeBanner .secondBox .innersecond .colsec img {
  display: block;
  max-width: 53px;
  margin-bottom: 10px;
}
.homeBanner .secondBox .innersecond .colsec p {
  color: #ffffff;
}
.homeBanner .secondBox .innersecond .btnL {
  display: inline-flex;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.homeBanner .secondBox .innersecond .btnL .text {
  padding: 0px 30px;
  display: block;
}
.homeBanner .secondBox .innersecond .btnL .icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #ffffff;
}
.homeBanner .secondBox .innersecond .btnL .icon img {
  max-width: 100%;
  width: 20px;
}
@media all and (max-width: 992px) {
  .homeBanner .secondBox .innersecond .btnL .icon {
    width: 40px;
    height: 40px;
  }
  .homeBanner .secondBox .innersecond .btnL .icon img {
    max-width: 90%;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .secondBox .innersecond {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .secondBox {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
  }
  .homeBanner .secondBox .main-wrap {
    width: 100%;
  }
  .homeBanner .secondBox .innersecond {
    position: relative;
  }
  .homeBanner .secondBox .innersecond .colsec {
    grid-template-columns: 100%;
  }
}

.ourProds {
  padding-right: 0;
  overflow: hidden;
}
.ourProds .headBox {
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ourProds .headBox h2 {
  margin-bottom: 0;
}
.ourProds .headBox .arrowsP {
  display: flex;
  border: 2px solid #214ca1;
}
.ourProds .headBox .arrowsP > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourProds .headBox .arrowsP > div img {
  width: 100%;
}
.ourProds .headBox .arrowsP > div.nextP {
  background-color: #214ca1;
}
.ourProds .outterSli {
  overflow: hidden;
}
.ourProds .newProdSlider {
  overflow: visible;
  margin-top: 40px;
  width: 80%;
}
.ourProds .newProdSlider .slick-list {
  overflow: visible;
}
.ourProds .newProdSlider .slick-track {
  display: flex !important;
}
.ourProds .newProdSlider .slick-slide {
  height: inherit !important;
}
.ourProds .newProdSlider .prod {
  border: 3px solid #eeeeee;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ourProds .newProdSlider .prod .img {
  max-height: 350px;
}
.ourProds .newProdSlider .prod .img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.ourProds .newProdSlider .prod .textCont {
  padding: 30px;
  padding-bottom: 0;
}
.ourProds .newProdSlider .prod .textCont .cat {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.ourProds .newProdSlider .prod .textCont .cat a {
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.ourProds .newProdSlider .prod .textCont .type {
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.ourProds .newProdSlider .prod .textCont .type a {
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.ourProds .newProdSlider .prod .textCont h4 {
  text-transform: uppercase;
  font-size: 25px;
}
.ourProds .newProdSlider .prod .btnBox {
  bottom: -100px;
  position: relative;
  transition: all 0.3s ease 0.1s;
}
.ourProds .newProdSlider .prod .btnBox a {
  display: block;
  padding: 10px 20px;
  background-color: #214ca1;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.ourProds .newProdSlider .prod:hover {
  border-color: #214ca1;
}
.ourProds .newProdSlider .prod:hover .btnBox {
  bottom: 0;
}
.ourProds .btn_box {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .ourProds {
    padding-right: 5%;
  }
  .ourProds .headBox {
    padding-right: 0;
  }
  .ourProds .newProdSlider {
    width: 100%;
  }
  .ourProds .newProdSlider .prod .textCont {
    padding: 20px;
    padding-bottom: 0;
  }
  .ourProds .newProdSlider .prod .textCont h4 {
    font-size: 20px;
  }
  .ourProds .newProdSlider .prod .btnBox {
    bottom: 0;
  }
}

.ourServ {
  overflow: hidden;
  position: relative;
}
.ourServ::before {
  width: 100%;
  height: 50%;
  background-color: #eff4fe;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.ourServ .headBox {
  margin-bottom: 30px;
  text-align: center;
}
.ourServ .headBox h2 {
  margin-bottom: 40px;
}
.ourServ .headBox .copy {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.ourServ .headBox .arrowsS {
  display: inline-flex;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 2px solid #214ca1;
}
.ourServ .headBox .arrowsS > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourServ .headBox .arrowsS > div img {
  width: 100%;
}
.ourServ .headBox .arrowsS > div.nextS {
  background-color: #214ca1;
}
.ourServ .servSlider {
  width: 150%;
  position: relative;
  left: -25%;
}
.ourServ .servSlider .slick-list {
  overflow: visible;
}
.ourServ .servSlider .servBox {
  margin: 0 10px;
  position: relative;
  border: 2px solid transparent;
}
.ourServ .servSlider .servBox.slick-current {
  border: 2px solid #214ca1;
}
.ourServ .servSlider .servBox.slick-current .titleBox .btnBox {
  opacity: 1;
}
.ourServ .servSlider .servBox .imgbox {
  height: 600px;
  position: relative;
}
.ourServ .servSlider .servBox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourServ .servSlider .servBox .titleBox {
  background-color: #ffffff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 55% 37%;
  justify-content: space-between;
  align-items: center;
}
.ourServ .servSlider .servBox .titleBox .title h4 {
  text-transform: uppercase;
  color: #214ca1;
  font-size: 25px;
}
.ourServ .servSlider .servBox .titleBox .btnBox {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (max-width: 1800px) {
  .ourServ .servSlider {
    width: 200%;
    left: -50%;
  }
  .ourServ .servSlider .servBox .imgbox {
    height: 550px;
  }
  .ourServ .servSlider .servBox .titleBox {
    grid-template-columns: 50% 45%;
  }
}
@media all and (max-width: 1280px) {
  .ourServ .servSlider .servBox .imgbox {
    height: 550px;
  }
  .ourServ .servSlider .servBox .titleBox {
    grid-template-columns: 48% 50%;
  }
  .ourServ .servSlider .servBox .titleBox .title h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 992px) {
  .ourServ .servSlider {
    width: 260%;
    left: -80%;
  }
  .ourServ .servSlider .servBox .titleBox {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .ourServ .servSlider .servBox .titleBox .title h4 {
    font-size: 20px;
  }
  .ourServ .servSlider .servBox .titleBox .btnBox {
    opacity: 1;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .ourServ .servSlider {
    width: 100%;
    left: 0;
  }
}
.ourServ .slick-dots {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  padding: 0 5%;
}
.ourServ .slick-dots li {
  position: relative;
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
}
.ourServ .slick-dots li.slick-active::before {
  opacity: 1;
}
.ourServ .slick-dots li button {
  visibility: hidden;
}
.ourServ .slick-dots li::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #214ca1;
  opacity: 0.2;
}
@media all and (max-width: 992px) {
  .ourServ .slick-dots {
    display: none;
  }
}

.ourProjects {
  background-color: #eff4fe;
  position: relative;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.ourProjects .colBox {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
.ourProjects .colBox .textBox {
  padding: 20%;
}
.ourProjects .colBox .textBox .btnBox {
  margin-top: 30px;
}
.ourProjects .colBox .projects {
  position: relative;
}
.ourProjects .colBox .projects .arrowsP {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 10px;
  left: -15px;
  z-index: 2;
  top: 48%;
}
.ourProjects .colBox .projects .arrowsP > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourProjects .colBox .projects .arrowsP > div img {
  width: 100%;
}
.ourProjects .colBox .projects .arrowsP > div.prevPro {
  background-color: #214ca1;
}
.ourProjects .colBox .projects .arrowsP > div.prevPro img {
  transform: rotate(180deg);
}
.ourProjects .colBox .projects .arrowsP > div.nextPro {
  background-color: #214ca1;
}
.ourProjects .colBox .projects .arrowsP > div.nextPro img {
  transform: rotate(0deg);
}
.ourProjects .colBox .projects .projectSlider {
  width: 120%;
}
.ourProjects .colBox .projects .projectSlider .slick-track {
  display: flex !important;
}
.ourProjects .colBox .projects .projectSlider .project {
  height: inherit !important;
  margin: 0 10px;
}
.ourProjects .colBox .projects .projectSlider .project a {
  display: block;
}
.ourProjects .colBox .projects .projectSlider .project a:hover {
  text-decoration: none;
}
.ourProjects .colBox .projects .projectSlider .project .titleBox {
  background-color: #214ca1;
  padding: 40px;
  min-height: 180px;
}
.ourProjects .colBox .projects .projectSlider .project .titleBox h5 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.ourProjects .colBox .projects .projectSlider .project .titleBox h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.ourProjects .colBox .projects .projectSlider .project .imgBox {
  height: 500px;
  position: relative;
}
.ourProjects .colBox .projects .projectSlider .project .imgBox a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ourProjects .colBox .projects .projectSlider .project .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1600px) {
  .ourProjects .colBox .projects .projectSlider .project .titleBox {
    padding: 20px;
    min-height: 140px;
  }
}
@media all and (max-width: 1500px) {
  .ourProjects .colBox .projects .projectSlider .project .titleBox {
    min-height: 150px;
  }
}
@media all and (max-width: 1400px) {
  .ourProjects .colBox .projects .projectSlider .project .titleBox {
    min-height: 162px;
  }
}
@media all and (max-width: 992px) {
  .ourProjects .colBox {
    grid-template-columns: 100%;
  }
  .ourProjects .colBox .textBox {
    padding: 5%;
  }
  .ourProjects .colBox .projects {
    padding-left: 5%;
  }
  .ourProjects .colBox .projects .arrowsP {
    left: 10px;
  }
  .ourProjects .colBox .projects .projectSlider .project .titleBox {
    min-height: 162px;
  }
}
@media all and (max-width: 767px) {
  .ourProjects .colBox .projects .projectSlider {
    width: 150%;
  }
  .ourProjects .colBox .projects .projectSlider .project .titleBox {
    min-height: 150px;
  }
  .ourProjects .colBox .projects .projectSlider .project .imgBox {
    height: 400px;
  }
}
@media all and (max-width: 500px) {
  .ourProjects .colBox .projects .projectSlider {
    width: 180%;
  }
  .ourProjects .colBox .projects .projectSlider .project .imgBox {
    height: 300px;
  }
}

.ourPartners {
  overflow: hidden;
}
.ourPartners .headbox {
  margin-bottom: 50px;
}
.ourPartners .partnerSlider1, .ourPartners .partnerSlider2 {
  overflow: visible;
}
.ourPartners .partnerSlider1 .slick-list, .ourPartners .partnerSlider2 .slick-list {
  overflow: visible;
}
.ourPartners .partnerSlider1 .slick-list .slick-track, .ourPartners .partnerSlider2 .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.ourPartners .partnerSlider1 .slick-list .slick-track .part, .ourPartners .partnerSlider2 .slick-list .slick-track .part {
  margin: 0 40px;
}
.ourPartners .partnerSlider1 .slick-list .slick-track .part img, .ourPartners .partnerSlider2 .slick-list .slick-track .part img {
  height: 100%;
}
@media all and (max-width: 767px) {
  .ourPartners .partnerSlider1 .slick-list .slick-track .part, .ourPartners .partnerSlider2 .slick-list .slick-track .part {
    margin: 0 10px;
    width: 90px !important;
  }
  .ourPartners .partnerSlider1 .slick-list .slick-track .part img, .ourPartners .partnerSlider2 .slick-list .slick-track .part img {
    max-height: 30px;
  }
}
.ourPartners .partnerSlider2 {
  margin-top: 50px;
}
.ourPartners .partnerSlider2 .slick-list .slick-track .slick-slide {
  float: right;
}

.innerBanner {
  position: relative;
  height: 700px;
  padding-bottom: 5%;
  display: flex;
  align-items: flex-end;
}
.innerBanner .backImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.innerBanner h1 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-bottom: 30px;
  display: inline-block;
}
.innerBanner h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
  width: 400px;
  max-width: 100%;
}
@media all and (max-width: 1280px) {
  .innerBanner {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .innerBanner {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner {
    height: 450px;
  }
}

.additionalService {
  padding-top: 0;
}
.additionalService .textBox h4 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.additionalService .textBox h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  width: 200px;
  max-width: 100%;
}
.additionalService .textBox p {
  margin-bottom: 30px;
}
.additionalService .textBox .btnBox {
  margin-top: 30px;
}
.additionalService .textBox .list {
  column-gap: 200px;
  column-count: 2;
  margin-bottom: 50px;
}
.additionalService .textBox .list:last-child {
  margin-bottom: 0;
}
.additionalService .textBox .list p {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  line-height: 1;
  margin-bottom: 20px;
}
.additionalService .textBox .list p::before {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #214ca1;
  left: 0;
  content: "";
}
@media all and (max-width: 992px) {
  .additionalService .textBox .list {
    column-count: 1;
  }
}

.aboutService.IndusSec .two-col {
  grid-template-columns: 50% 50%;
}
.aboutService.IndusSec .two-col .textBox {
  padding-right: 150px;
}
.aboutService .two-col {
  display: grid;
  grid-template-columns: 65% 30%;
  justify-content: space-between;
  align-items: center;
}
.aboutService .two-col .textBox {
  padding-right: 100px;
}
.aboutService .two-col .textBox h4 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.aboutService .two-col .textBox h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  width: 200px;
  max-width: 100%;
}
.aboutService .two-col .textBox p {
  margin-bottom: 30px;
}
.aboutService .two-col .textBox .btnBox {
  margin-top: 30px;
}
.aboutService .two-col .textBox .list p {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  line-height: 1;
  margin-bottom: 20px;
}
.aboutService .two-col .textBox .list p::before {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #214ca1;
  left: 0;
  content: "";
}
.aboutService .two-col .img {
  position: relative;
}
.aboutService .two-col .img img {
  width: 100%;
}
.aboutService .two-col .img .arrowsSli {
  display: flex;
  position: absolute;
  left: -15px;
  z-index: 2;
  top: 48%;
}
.aboutService .two-col .img .arrowsSli > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.aboutService .two-col .img .arrowsSli > div img {
  width: 100%;
}
.aboutService .two-col .img .arrowsSli > div.prevSli {
  background-color: #214ca1;
}
.aboutService .two-col .img .arrowsSli > div.prevSli img {
  transform: rotate(180deg);
}
.aboutService .two-col .img .sliderImg .slick-track {
  display: flex !important;
}
.aboutService .two-col .img .sliderImg .slick-slide {
  height: inherit !important;
}
.aboutService .two-col .img .sliderImg .imgB {
  position: relative;
}
.aboutService .two-col .img .sliderImg .imgB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutService .listBox {
  margin-top: 40px;
}
.aboutService .listBox h4 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.aboutService .listBox h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  width: 200px;
  max-width: 100%;
}
.aboutService .listBox .list {
  column-count: 2;
  column-gap: 200px;
}
.aboutService .listBox .list p {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  line-height: 1;
  margin-bottom: 20px;
}
.aboutService .listBox .list p::before {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #214ca1;
  left: 0;
  content: "";
}
@media all and (max-width: 1280px) {
  .aboutService.IndusSec .two-col .textBox {
    padding-right: 100px;
  }
  .aboutService .two-col .textBox {
    padding-right: 100px;
  }
}
@media all and (max-width: 992px) {
  .aboutService.IndusSec .two-col {
    grid-template-columns: 100%;
  }
  .aboutService.IndusSec .two-col .textBox {
    padding-right: 0;
  }
  .aboutService .two-col {
    grid-template-columns: 100%;
    grid-gap: 50px;
  }
  .aboutService .two-col .textBox {
    padding-right: 0px;
  }
  .aboutService .listBox .list {
    column-count: 1;
  }
}

.formReq h2 {
  margin-bottom: 30px;
}
.formReq .gform_wrapper .gform-body input, .formReq .gform_wrapper .gform-body textarea {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.formReq .gform_wrapper .gform-body select {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.formReq .gform_wrapper .gform-body .gfield--type-fileupload .gfield_label {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.formReq .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area {
  background-color: transparent;
}
.formReq .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button {
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding: 10px 30px;
}
.formReq .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button:hover {
  background-color: #214ca1;
  color: #ffffff;
}
.formReq .gform_wrapper .gform_footer {
  text-align: center;
}
.formReq .gform_wrapper .gform_footer input {
  margin: 0 auto;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
.formReq .gform_wrapper .gform_footer input:hover {
  background-color: #214ca1;
  color: #ffffff;
}

.twoService {
  padding-top: 0;
}
.twoService .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
}
.twoService .two-col .textBox h4 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.twoService .two-col .textBox h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  width: 200px;
  max-width: 100%;
}
.twoService .two-col .textBox p {
  margin-bottom: 30px;
}
.twoService .two-col .textBox .btnBox {
  margin-top: 30px;
}
.twoService .two-col .textBox .list {
  column-gap: 200px;
}
.twoService .two-col .textBox .list p {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  line-height: 1;
  margin-bottom: 20px;
}
.twoService .two-col .textBox .list p::before {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #214ca1;
  left: 0;
  content: "";
}
@media all and (max-width: 992px) {
  .twoService .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.woocommerce .pagination, .search .pagination {
  display: none;
}
.woocommerce .downloadFile, .search .downloadFile {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.woocommerce .woocommerce-tabs, .search .woocommerce-tabs {
  display: none;
}
.woocommerce .woocommerce-message, .search .woocommerce-message {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}
.woocommerce .woocommerce-message a, .search .woocommerce-message a {
  background-color: #214ca1;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  padding: 10px 20px;
}
.woocommerce .lmp_load_more_button, .search .lmp_load_more_button {
  margin-top: 30px;
}
.woocommerce .lmp_load_more_button .lmp_button, .search .lmp_load_more_button .lmp_button {
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 17px !important;
}
.woocommerce .relatedProducts, .search .relatedProducts {
  padding-right: 0;
}
.woocommerce .relatedProducts .relatedHead, .search .relatedProducts .relatedHead {
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .relatedProducts .relatedHead .arrowsP, .search .relatedProducts .relatedHead .arrowsP {
  display: flex;
}
.woocommerce .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden), .search .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden) {
  border: 2px solid #214ca1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden) img, .search .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden) img {
  width: 100%;
}
.woocommerce .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden).nextP, .search .relatedProducts .relatedHead .arrowsP > div:not(.slick-hidden).nextP {
  background-color: #214ca1;
}
.woocommerce .relatedProducts .slidOut, .search .relatedProducts .slidOut {
  overflow: hidden;
}
.woocommerce .relatedProducts .slidOut .relatedSlider, .search .relatedProducts .slidOut .relatedSlider {
  margin-top: 0;
  width: 80%;
  overflow: visible;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .slick-track, .search .relatedProducts .slidOut .relatedSlider .slick-track {
  display: flex !important;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .slick-list, .search .relatedProducts .slidOut .relatedSlider .slick-list {
  overflow: visible;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .slick-slide, .search .relatedProducts .slidOut .relatedSlider .slick-slide {
  height: inherit !important;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product, .search .relatedProducts .slidOut .relatedSlider .product {
  text-align: center;
  border: 3px solid #eeeeee;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .imgOuter, .search .relatedProducts .slidOut .relatedSlider .product .imgOuter {
  aspect-ratio: 1.3/1;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .imgOuter img, .search .relatedProducts .slidOut .relatedSlider .product .imgOuter img {
  width: 100%;
  mix-blend-mode: multiply;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product a, .search .relatedProducts .slidOut .relatedSlider .product a {
  color: #000;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product a:hover, .search .relatedProducts .slidOut .relatedSlider .product a:hover {
  text-decoration: none;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont, .search .relatedProducts .slidOut .relatedSlider .product .prodCont {
  padding: 30px;
  padding-bottom: 0;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .cat, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .cat {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .cat a, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .cat a {
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .type, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .type {
  opacity: 0.6;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .type a, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .type a {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont h4, .search .relatedProducts .slidOut .relatedSlider .product .prodCont h4 {
  text-transform: uppercase;
  font-size: 25px;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product .button, .search .relatedProducts .slidOut .relatedSlider .product .button {
  display: block;
  bottom: -100px;
  position: relative;
  transition: all 0.3s ease 0.1s;
  padding: 15px 20px;
  background-color: #214ca1;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  border-radius: 0;
  border: 0;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product:hover, .search .relatedProducts .slidOut .relatedSlider .product:hover {
  border-color: #214ca1;
}
.woocommerce .relatedProducts .slidOut .relatedSlider .product:hover .button, .search .relatedProducts .slidOut .relatedSlider .product:hover .button {
  bottom: 0;
}
@media all and (max-width: 992px) {
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont, .search .relatedProducts .slidOut .relatedSlider .product .prodCont {
    padding: 15px;
  }
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont h4, .search .relatedProducts .slidOut .relatedSlider .product .prodCont h4 {
    font-size: 22px;
  }
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .type, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .type {
    margin-bottom: 0;
  }
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .button, .search .relatedProducts .slidOut .relatedSlider .product .button {
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont .cat, .search .relatedProducts .slidOut .relatedSlider .product .prodCont .cat {
    font-size: 14px;
  }
  .woocommerce .relatedProducts .slidOut .relatedSlider .product .prodCont h4, .search .relatedProducts .slidOut .relatedSlider .product .prodCont h4 {
    font-size: 20px;
  }
}
.woocommerce .product .price, .search .product .price {
  display: none;
}
.woocommerce .product .two-col, .search .product .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  margin-top: 40px;
}
.woocommerce .product .two-col h4, .search .product .two-col h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}
.woocommerce .product .two-col ul, .search .product .two-col ul {
  padding: 0;
  margin: 0;
}
.woocommerce .product .two-col ul li, .search .product .two-col ul li {
  font-size: 16px;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  list-style: none;
  position: relative;
  line-height: 1.2;
}
.woocommerce .product .two-col ul li::before, .search .product .two-col ul li::before {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #214ca1;
  left: 0;
  content: "";
  top: 3px;
}
.woocommerce .product .prodGrid, .search .product .prodGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  align-items: center;
}
.woocommerce .product .prodGrid .images, .search .product .prodGrid .images {
  width: 100%;
  float: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.woocommerce .product .prodGrid .images img, .search .product .prodGrid .images img {
  width: 100%;
  max-height: 550px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.woocommerce .product .prodGrid .summary, .search .product .prodGrid .summary {
  width: 100%;
  float: none;
  padding: 10%;
}
.woocommerce .product .prodGrid .summary h2, .search .product .prodGrid .summary h2 {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .woocommerce .product .prodGrid .summary h2, .search .product .prodGrid .summary h2 {
    margin-bottom: 10px;
  }
}
.woocommerce .product .prodGrid .summary .catBox, .search .product .prodGrid .summary .catBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.woocommerce .product .prodGrid .summary .catBox p, .search .product .prodGrid .summary .catBox p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce .product .prodGrid .summary .catBox p a, .search .product .prodGrid .summary .catBox p a {
  text-decoration: underline;
  color: #000000;
}
.woocommerce .product .prodGrid .summary .catBox p.type, .search .product .prodGrid .summary .catBox p.type {
  font-size: 22px;
}
.woocommerce .product .prodGrid .summary .catBox p.type a, .search .product .prodGrid .summary .catBox p.type a {
  font-size: inherit;
  font-weight: 300;
  color: #000;
}
.woocommerce .product .prodGrid .summary .catBox p.cat, .search .product .prodGrid .summary .catBox p.cat {
  font-size: 16px;
}
.woocommerce .product .prodGrid .summary .catBox p.cat a, .search .product .prodGrid .summary .catBox p.cat a {
  font-size: inherit;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 767px) {
  .woocommerce .product .prodGrid .summary .catBox, .search .product .prodGrid .summary .catBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .woocommerce .product .prodGrid .summary .catBox p.type, .search .product .prodGrid .summary .catBox p.type {
    font-size: 20px;
  }
  .woocommerce .product .prodGrid .summary .catBox p.cat, .search .product .prodGrid .summary .catBox p.cat {
    font-size: 14px;
  }
}
.woocommerce .product .prodGrid .summary .quantity, .search .product .prodGrid .summary .quantity {
  display: none;
}
.woocommerce .product .prodGrid .summary .single_add_to_cart_button, .search .product .prodGrid .summary .single_add_to_cart_button {
  display: inline-flex;
  border: 2px solid #214ca1;
  font-size: 16px;
  color: #214ca1;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  margin-top: 30px;
}
.woocommerce .product .prodGrid .summary .single_add_to_cart_button .text, .search .product .prodGrid .summary .single_add_to_cart_button .text {
  padding: 0px 30px;
  display: block;
}
.woocommerce .product .prodGrid .summary .single_add_to_cart_button .icon, .search .product .prodGrid .summary .single_add_to_cart_button .icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #214ca1;
}
.woocommerce .product .prodGrid .summary .single_add_to_cart_button .icon img, .search .product .prodGrid .summary .single_add_to_cart_button .icon img {
  max-width: 100%;
  width: 20px;
  transform: rotate(180deg);
}
.woocommerce .product .prodGrid .summary .single_add_to_cart_button:hover, .search .product .prodGrid .summary .single_add_to_cart_button:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .woocommerce .product .prodGrid .summary .single_add_to_cart_button .icon, .search .product .prodGrid .summary .single_add_to_cart_button .icon {
    width: 40px;
    height: 40px;
  }
  .woocommerce .product .prodGrid .summary .single_add_to_cart_button .icon img, .search .product .prodGrid .summary .single_add_to_cart_button .icon img {
    max-width: 90%;
  }
}
@media all and (max-width: 992px) {
  .woocommerce .product .two-col, .search .product .two-col {
    grid-template-columns: 100%;
    grid-gap: 30px;
    margin-top: 0;
  }
  .woocommerce .product .prodGrid, .search .product .prodGrid {
    grid-gap: 30px;
    grid-template-columns: 100%;
  }
  .woocommerce .product .prodGrid .summary, .search .product .prodGrid .summary {
    padding: 0;
  }
}
.woocommerce .shopPage .headingBox, .search .shopPage .headingBox {
  display: grid;
  grid-template-columns: 48% 50%;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce .shopPage .headingBox .filters .filterInner, .search .shopPage .headingBox .filters .filterInner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: flex-start;
}
.woocommerce .shopPage .headingBox .filters .filterInner p, .search .shopPage .headingBox .filters .filterInner p {
  margin-bottom: 0;
}
.woocommerce .shopPage .headingBox .filters .filterInner .head p, .search .shopPage .headingBox .filters .filterInner .head p {
  text-transform: uppercase;
  font-size: 20px;
}
.woocommerce .shopPage .headingBox .filterDrop, .search .shopPage .headingBox .filterDrop {
  width: 26%;
  border: 2px solid #cdcdcd;
}
.woocommerce .shopPage .headingBox .filterDrop#brandDrop, .search .shopPage .headingBox .filterDrop#brandDrop {
  display: none;
}
.woocommerce .shopPage .headingBox .filterDrop#catDrop, .search .shopPage .headingBox .filterDrop#catDrop {
  display: none;
}
.woocommerce .shopPage .headingBox .filterDrop p, .search .shopPage .headingBox .filterDrop p {
  padding: 5px 10px;
}
.woocommerce .shopPage .headingBox .filterDrop .drop, .search .shopPage .headingBox .filterDrop .drop {
  position: relative;
}
.woocommerce .shopPage .headingBox .filterDrop .drop::before, .search .shopPage .headingBox .filterDrop .drop::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 5px;
  font-size: 20px;
  top: 3px;
  font-weight: lighter;
}
.woocommerce .shopPage .headingBox .filterDrop .drop p, .search .shopPage .headingBox .filterDrop .drop p {
  color: #cdcdcd;
}
.woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop {
  width: 700px;
  right: 0;
  max-width: 100%;
}
.woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop .subdropinner, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop .subdropinner {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop p, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop p {
  width: 32%;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop {
    justify-content: flex-start;
  }
  .woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop .subdropinner, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop .subdropinner {
    justify-content: flex-start;
  }
  .woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop p, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop p {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .woocommerce .shopPage .headingBox .filterDrop.applyFilter .subdrop p, .search .shopPage .headingBox .filterDrop.applyFilter .subdrop p {
    width: 100%;
  }
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop, .search .shopPage .headingBox .filterDrop .subdrop {
  width: 700px;
  padding: 10px;
  background-color: #000000;
  position: absolute;
  top: 115%;
  right: 0;
  z-index: 99;
  display: none;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p, .search .shopPage .headingBox .filterDrop .subdrop p {
  color: #cdcdcd;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop .subdropinner, .search .shopPage .headingBox .filterDrop .subdrop .subdropinner {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p, .search .shopPage .headingBox .filterDrop .subdrop p {
  width: 32%;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .woocommerce .shopPage .headingBox .filterDrop .subdrop, .search .shopPage .headingBox .filterDrop .subdrop {
    justify-content: flex-start;
  }
  .woocommerce .shopPage .headingBox .filterDrop .subdrop .subdropinner, .search .shopPage .headingBox .filterDrop .subdrop .subdropinner {
    justify-content: flex-start;
  }
  .woocommerce .shopPage .headingBox .filterDrop .subdrop p, .search .shopPage .headingBox .filterDrop .subdrop p {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .woocommerce .shopPage .headingBox .filterDrop .subdrop p, .search .shopPage .headingBox .filterDrop .subdrop p {
    width: 100%;
  }
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p:not(.dis), .search .shopPage .headingBox .filterDrop .subdrop p:not(.dis) {
  border-bottom: 1px solid #333333;
  cursor: pointer;
  color: #cdcdcd;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  padding-left: 35px;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p:not(.dis):before, .search .shopPage .headingBox .filterDrop .subdrop p:not(.dis):before {
  content: "";
  left: 10px;
  top: 10px;
  height: 15px;
  aspect-ratio: 1/1;
  border: 1px solid #cdcdcd;
  position: absolute;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p:not(.dis).active, .search .shopPage .headingBox .filterDrop .subdrop p:not(.dis).active {
  color: #ffffff;
}
.woocommerce .shopPage .headingBox .filterDrop .subdrop p:not(.dis).active::before, .search .shopPage .headingBox .filterDrop .subdrop p:not(.dis).active::before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.woocommerce .shopPage .headingBox .filterSelected, .search .shopPage .headingBox .filterSelected {
  margin-top: 30px;
}
.woocommerce .shopPage .headingBox .filterSelected .inner, .search .shopPage .headingBox .filterSelected .inner {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.woocommerce .shopPage .headingBox .filterSelected .inner p, .search .shopPage .headingBox .filterSelected .inner p {
  margin-bottom: 0;
  border: 2px solid #c5c5c5;
  color: #c5c5c5;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
@media all and (max-width: 1280px) {
  .woocommerce .shopPage .headingBox, .search .shopPage .headingBox {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .shopPage .headingBox .filters .filterInner, .search .shopPage .headingBox .filters .filterInner {
    flex-direction: column;
    row-gap: 20px;
  }
  .woocommerce .shopPage .headingBox .filterDrop, .search .shopPage .headingBox .filterDrop {
    width: 100%;
    position: relative;
  }
  .woocommerce .shopPage .headingBox .filterDrop .subdrop, .search .shopPage .headingBox .filterDrop .subdrop {
    width: 100%;
  }
}
.woocommerce .products, .search .products {
  display: grid;
  margin-top: 5%;
  grid-gap: 20px;
}
.woocommerce .products.columns-2, .search .products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce .products.columns-3, .search .products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce .products.columns-4, .search .products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce .products .product, .search .products .product {
  text-align: center;
  border: 3px solid #eeeeee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce .products .product .imgOuter, .search .products .product .imgOuter {
  aspect-ratio: 1.3/1;
}
.woocommerce .products .product .imgOuter img, .search .products .product .imgOuter img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.woocommerce .products .product a, .search .products .product a {
  color: #000;
}
.woocommerce .products .product a:hover, .search .products .product a:hover {
  text-decoration: none;
}
.woocommerce .products .product .prodCont, .search .products .product .prodCont {
  padding: 30px;
  padding-bottom: 0;
}
.woocommerce .products .product .prodCont .cat, .search .products .product .prodCont .cat {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.woocommerce .products .product .prodCont .cat a, .search .products .product .prodCont .cat a {
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.woocommerce .products .product .prodCont .type, .search .products .product .prodCont .type {
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.woocommerce .products .product .prodCont .type a, .search .products .product .prodCont .type a {
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.woocommerce .products .product .prodCont h4, .search .products .product .prodCont h4 {
  text-transform: uppercase;
  font-size: 25px;
}
.woocommerce .products .product .button, .search .products .product .button {
  display: block;
  bottom: -100px;
  position: relative;
  transition: all 0.3s ease 0.1s;
  padding: 15px 20px;
  background-color: #214ca1;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  border-radius: 0;
  border: 0;
}
.woocommerce .products .product:hover, .search .products .product:hover {
  border-color: #214ca1;
}
.woocommerce .products .product:hover .button, .search .products .product:hover .button {
  bottom: 0;
}
@media all and (max-width: 992px) {
  .woocommerce .products.columns-2, .search .products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-3, .search .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-4, .search .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products .product .prodCont, .search .products .product .prodCont {
    padding: 15px;
  }
  .woocommerce .products .product .prodCont h4, .search .products .product .prodCont h4 {
    font-size: 22px;
  }
  .woocommerce .products .product .prodCont .type, .search .products .product .prodCont .type {
    margin-bottom: 0;
  }
  .woocommerce .products .product .button, .search .products .product .button {
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .products .product .prodCont .cat, .search .products .product .prodCont .cat {
    font-size: 14px;
  }
  .woocommerce .products .product .prodCont h4, .search .products .product .prodCont h4 {
    font-size: 20px;
  }
}

.contactBanner {
  position: relative;
  height: 700px;
  padding-bottom: 5%;
  display: flex;
  align-items: flex-end;
}
.contactBanner.overlay {
  background-color: #214ca1;
}
.contactBanner.overlay .backImg {
  opacity: 0.4;
}
.contactBanner .backImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.contactBanner h1 {
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-bottom: 30px;
}
.contactBanner h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
  width: 300px;
  max-width: 90%;
}
.contactBanner .bannerInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contactBanner .bannerInner .btnL {
  z-index: 2;
}
@media all and (max-width: 1280px) {
  .contactBanner {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .contactBanner {
    height: 500px;
  }
  .contactBanner h1 {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .contactBanner {
    height: 450px;
  }
  .contactBanner .bannerInner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.contDets .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
.contDets .two-col .contDetails .dets {
  margin-bottom: 30px;
}
.contDets .two-col .contDetails .dets .head {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}
.contDets .two-col .contDetails .dets p {
  font-size: 22px;
}
.contDets .two-col .contDetails .dets p a {
  font-size: inherit;
  color: #000000;
}
.contDets .two-col .contDetails .dets .det {
  display: grid;
  grid-template-columns: 30% 70%;
  max-width: 350px;
  width: 100%;
}
.contDets .two-col .contDetails .dets .det p {
  margin-bottom: 0;
}
.contDets .two-col .contDetails .address p {
  line-height: 1;
}
.contDets .two-col .formBox h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contDets .two-col .formBox .gform_wrapper .gform-body input, .contDets .two-col .formBox .gform_wrapper .gform-body textarea {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.contDets .two-col .formBox .gform_wrapper .gform-body select {
  font-family: "Urbanist", sans-serif;
  font-size: 16px !important;
  line-height: 1.1;
}
.contDets .two-col .formBox .gform_wrapper .gform-body .gfield--type-fileupload .gfield_label {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.contDets .two-col .formBox .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area {
  background-color: transparent;
}
.contDets .two-col .formBox .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button {
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding: 10px 30px;
}
.contDets .two-col .formBox .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button:hover {
  background-color: #214ca1;
  color: #ffffff;
}
.contDets .two-col .formBox .gform_wrapper .gform_footer input {
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
.contDets .two-col .formBox .gform_wrapper .gform_footer input:hover {
  background-color: #214ca1;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .contDets .two-col {
    grid-template-columns: 100%;
  }
}

.lookingSec {
  padding-bottom: 7%;
}
.lookingSec .two-col {
  display: grid;
  align-items: center;
  grid-template-columns: 40% 60%;
}
.lookingSec .two-col .headingCol {
  padding: 10%;
}
.lookingSec .two-col .pageCol {
  position: relative;
}
.lookingSec .two-col .pageCol .arrowsP {
  display: flex;
  position: absolute;
  left: -15px;
  z-index: 2;
  top: 48%;
}
.lookingSec .two-col .pageCol .arrowsP > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lookingSec .two-col .pageCol .arrowsP > div img {
  width: 100%;
}
.lookingSec .two-col .pageCol .arrowsP > div.prevPro {
  background-color: #214ca1;
}
.lookingSec .two-col .pageCol .arrowsP > div.prevPro img {
  transform: rotate(180deg);
}
.lookingSec .two-col .pageCol .outterPage {
  overflow: hidden;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider {
  width: 80%;
  overflow: visible;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slick-list {
  overflow: visible;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide {
  margin: 0 10px;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide a {
  text-decoration: none;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide a:hover {
  text-decoration: none;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide .titleBox {
  background-color: #214ca1;
  padding: 40px;
  min-height: 100px;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide .titleBox h5 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide .titleBox h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide .imgBox {
  height: 500px;
  position: relative;
}
.lookingSec .two-col .pageCol .outterPage .pageSlider .slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .lookingSec {
    padding: 5%;
    padding-right: 0;
  }
  .lookingSec .two-col {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .lookingSec .two-col .headingCol {
    padding: 0;
    padding-right: 5%;
  }
}

.whatwedo h2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.whatwedo .points {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 180px;
}
.whatwedo .points .point img {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
  display: block;
}
.whatwedo .points .point h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ff0000;
  font-size: 45px;
}
.whatwedo .points .point h4 {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.whatwedo .points .point h4::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #000000;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 1280px) {
  .whatwedo .points {
    grid-gap: 80px;
  }
}
@media all and (max-width: 992px) {
  .whatwedo .points {
    grid-gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .whatwedo .points {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .whatwedo .points .point {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .whatwedo .points .point h3 {
    font-size: 40px;
  }
}

.timeLine {
  overflow: hidden;
  padding-bottom: 7%;
  background-color: #eff4fe;
}
.timeLine h4 {
  text-transform: uppercase;
}
.timeLine .timelineNav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.timeLine .timelineNav::before {
  width: 100%;
  height: 2px;
  background-color: #214ca1;
  opacity: 0.6;
  content: "";
  left: 0;
  position: absolute;
}
.timeLine .timelineNav .time {
  position: relative;
  cursor: pointer;
  z-index: 2;
  background-color: #eff4fe;
  padding: 0 15px;
}
.timeLine .timelineNav .time.active h3 {
  opacity: 1;
}
.timeLine .timelineNav .time h3 {
  opacity: 0.5;
  color: #214ca1;
  font-weight: 700;
  margin-bottom: 0;
}
.timeLine .timelineSlider {
  width: 90%;
  overflow: visible;
}
.timeLine .timelineSlider .slick-list {
  overflow: visible;
}
.timeLine .timelineSlider .timeline .cols {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}
.timeLine .timelineSlider .timeline .cols .imgBox .img {
  position: relative;
  height: 600px;
}
.timeLine .timelineSlider .timeline .cols .imgBox .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.timeLine .timelineSlider .timeline .cols .copyBox {
  padding: 10%;
}
.timeLine .timelineSlider .timeline .cols .copyBox p.head {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
}
.timeLine .timelineSlider .timeline .cols .copyBox h4 {
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .timeLine .timelineSlider .timeline .cols .imgBox .img {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .timeLine {
    padding: 7% 5%;
  }
  .timeLine .section-padding {
    padding: 0;
    padding-bottom: 7%;
  }
  .timeLine .timelineNav .time {
    padding: 0 10px;
  }
  .timeLine .timelineSlider {
    width: 100%;
    overflow: hidden;
  }
  .timeLine .timelineSlider .timeline .cols {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .timeLine .timelineSlider .timeline .cols .imgBox .img {
    height: 400px;
  }
  .timeLine .timelineSlider .timeline .cols .copyBox {
    padding: 0%;
  }
}
@media all and (max-width: 500px) {
  .timeLine .timelineNav .time {
    padding: 0 5px;
  }
  .timeLine .timelineNav .time h3 {
    font-size: 20px;
  }
  .timeLine .timelineSlider .timeline .cols .imgBox .img {
    height: 300px;
  }
}
@media all and (max-width: 400px) {
  .timeLine .timelineNav .time h3 {
    font-size: 18px;
  }
}

.jobSec h2 {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.jobSec .jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  margin-top: 50px;
}
.jobSec .jobs .job .head {
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 700;
  margin-bottom: 0;
}
.jobSec .jobs .job h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.jobSec .jobs .job p {
  margin-bottom: 30px;
}
.jobSec .jobs .job ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.jobSec .jobs .job ul li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  font-family: "Urbanist", sans-serif;
  display: flex;
  font-weight: 500;
  align-items: flex-start;
}
.jobSec .jobs .job ul li::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  left: 0;
}
@media all and (max-width: 767px) {
  .jobSec .jobs {
    grid-template-columns: 100%;
  }
}

.careersForm h4 {
  text-transform: uppercase;
}
.careersForm .gform_wrapper {
  margin-top: 50px;
}
.careersForm .gform_wrapper .gform-body input, .careersForm .gform_wrapper .gform-body textarea {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.careersForm .gform_wrapper .gform-body select {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.careersForm .gform_wrapper .gform-body .gfield--type-fileupload .gfield_label {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
.careersForm .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area {
  background-color: transparent;
}
.careersForm .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button {
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding: 10px 30px;
}
.careersForm .gform_wrapper .gform-body .gfield--type-fileupload .gform_drop_area .button:hover {
  background-color: #214ca1;
  color: #ffffff;
}
.careersForm .gform_wrapper .gform_footer {
  text-align: center;
}
.careersForm .gform_wrapper .gform_footer input {
  margin: 0 auto;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #214ca1;
  color: #214ca1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
.careersForm .gform_wrapper .gform_footer input:hover {
  background-color: #214ca1;
  color: #ffffff;
}

.ourTeam .topbox {
  margin-bottom: 7%;
}
.ourTeam .topbox h4 {
  text-transform: uppercase;
}
.ourTeam .teamBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 7%;
}
.ourTeam .teamBox .imgBox {
  aspect-ratio: 1/1.3;
  position: relative;
}
.ourTeam .teamBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourTeam .teamBox .textB {
  padding: 20px;
}
.ourTeam .teamBox .textB h4 {
  text-transform: uppercase;
}
.ourTeam .teamBox .textB .type {
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
  font-size: 14px;
}
.ourTeam .bottomSec h2 {
  margin-bottom: 40px;
}
.ourTeam .bottomSec img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.ourTeam .bottomSec p {
  margin-bottom: 40px;
}
@media all and (max-width: 992px) {
  .ourTeam .teamBox {
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
}
@media all and (max-width: 450px) {
  .ourTeam .teamBox {
    grid-template-columns: 100%;
    justify-content: space-between;
  }
}

.our_Projects .headBox {
  padding-left: 5%;
  padding-bottom: 7%;
}
.our_Projects .projectsBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.our_Projects .projectsBox .project .projImg {
  height: 600px;
}
.our_Projects .projectsBox .project .projImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our_Projects .projectsBox .project .titleBox {
  padding: 20px 0;
}
.our_Projects .projectsBox .project .titleBox .head {
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 0;
}
.our_Projects .projectsBox .project .titleBox h4 {
  text-transform: uppercase;
}
.our_Projects .projectsBox .project .titleBox a {
  color: #214ca1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media all and (max-width: 1280px) {
  .our_Projects .projectsBox .project .projImg {
    height: 500px;
  }
}
@media all and (max-width: 992px) {
  .our_Projects .projectsBox {
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .our_Projects .projectsBox .project .projImg {
    height: 400px;
  }
}
@media all and (max-width: 600px) {
  .our_Projects .projectsBox .project .projImg {
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .our_Projects .projectsBox .project .projImg {
    height: 200px;
  }
  .our_Projects .projectsBox .project .titleBox .head {
    font-size: 14px;
  }
}

.projectDetails {
  padding: 7% 0;
}
.projectDetails .cols {
  display: grid;
  grid-template-columns: 45% 55%;
}
.projectDetails .cols .outDet {
  padding: 10%;
}
.projectDetails .cols .outDet h2 {
  margin-bottom: 30px;
}
.projectDetails .cols .outDet .details {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  row-gap: 20px;
}
.projectDetails .cols .outDet .details .detail .head {
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 700;
  margin-bottom: 0;
}
.projectDetails .cols .outDet .details .detail h4 {
  text-transform: uppercase;
}
.projectDetails .cols .imgGall {
  position: relative;
}
.projectDetails .cols .imgGall .arrowsP {
  display: flex;
  position: absolute;
  left: -15px;
  z-index: 2;
  top: 48%;
}
.projectDetails .cols .imgGall .arrowsP > div:not(.slick-hidden) {
  border: 2px solid #214ca1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectDetails .cols .imgGall .arrowsP > div:not(.slick-hidden) img {
  width: 100%;
}
.projectDetails .cols .imgGall .arrowsP > div:not(.slick-hidden).prevPro {
  background-color: #214ca1;
}
.projectDetails .cols .imgGall .arrowsP > div:not(.slick-hidden).prevPro img {
  transform: rotate(180deg);
}
.projectDetails .cols .imgGall .outerSlid {
  overflow: hidden;
}
.projectDetails .cols .imgGall .outerSlid .galSlider {
  overflow: visible;
  margin-top: 0;
  width: 90%;
}
.projectDetails .cols .imgGall .outerSlid .galSlider .slick-track {
  display: flex !important;
}
.projectDetails .cols .imgGall .outerSlid .galSlider .slick-list {
  overflow: visible;
}
.projectDetails .cols .imgGall .outerSlid .galSlider .slick-slide {
  height: inherit !important;
}
.projectDetails .cols .imgGall .outerSlid .galSlider .img {
  max-height: 500px;
  margin-right: 20px;
}
.projectDetails .cols .imgGall .outerSlid .galSlider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1280px) {
  .projectDetails {
    padding: 0;
  }
  .projectDetails .cols {
    grid-template-columns: 100%;
    row-gap: 30px;
    padding: 5%;
    padding-right: 0;
  }
  .projectDetails .cols .outDet {
    padding: 0;
    padding-right: 5%;
  }
}
@media all and (max-width: 767px) {
  .projectDetails {
    padding: 0;
  }
  .projectDetails .cols .outDet .details {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
}

.overviewBox h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.prevNext .cols {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 30px;
}
.prevNext .cols .project .projImg {
  position: relative;
  aspect-ratio: 1/1;
}
.prevNext .cols .project .projImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prevNext .cols .project .titleBox {
  padding: 20px 0;
}
.prevNext .cols .project .titleBox .head {
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 0;
}
.prevNext .cols .project .titleBox h4 {
  text-transform: uppercase;
}
.prevNext .cols .project .titleBox a {
  color: #214ca1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .prevNext .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop_table thead th {
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  text-align: center;
}
.shop_table thead th span {
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.shop_table tbody tr {
  text-align: center;
}
.shop_table tbody tr .product-thumbnail img {
  width: 150px;
}
.shop_table tbody tr .product-name a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  color: #214ca1;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .shop_table tbody tr.cart_item td {
    height: 100%;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .shop_table tbody tr.cart_item td::before {
    display: none;
  }
}

@media all and (max-width: 767px) {
  #order_review .shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: 100%;
  }
  #order_review .shop_table tbody tr.cart_item td {
    height: 100%;
    text-align: left !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #order_review .shop_table tbody tr.cart_item td::before {
    display: none;
  }
}

.woocommerce .wc-proceed-to-checkout .checkout-button {
  border-radius: 0;
  display: block;
  position: relative;
  transition: all 0.3s ease 0.1s;
  padding: 15px 20px;
  background-color: #214ca1 !important;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 16px !important;
  border-radius: 0;
  border: 0;
}
.woocommerce .product-remove {
  text-align: center;
}
.woocommerce .product-remove a {
  margin: 0 auto;
  color: #214ca1 !important;
  font-size: 25px !important;
}
.woocommerce .product-remove a:hover {
  background-color: #214ca1 !important;
}

.checkout .col2-set {
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
}
.checkout .col2-set::before, .checkout .col2-set::after {
  display: none;
}
.checkout .col2-set .col {
  padding: 0;
}
.checkout .col2-set .col .form-row {
  display: flex;
  flex-direction: column !important;
}
.checkout .col2-set .col .woocommerce-input-wrapper input {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 16px;
}
.checkout .col2-set .col2 {
  display: none;
}
.checkout #order_review .shop_table th, .checkout #order_review .shop_table td {
  text-align: left;
}
.checkout #order_review .shop_table td.product-name {
  font-size: 16px;
}

#payment.woocommerce-checkout-payment {
  background-color: transparent !important;
  border-radius: 0;
}
#payment.woocommerce-checkout-payment .form-row {
  flex-direction: column;
  background-color: transparent;
  align-items: flex-start;
}
#payment.woocommerce-checkout-payment .form-row #place_order {
  border-radius: 0;
  display: block;
  position: relative;
  transition: all 0.3s ease 0.1s;
  padding: 15px 20px;
  background-color: #214ca1 !important;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: 16px !important;
  border-radius: 0;
  border: 0;
}

.logoBox .logoGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.logoBox .logoGrid .logoImg .imgBox {
  padding-top: 100%;
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoBox .logoGrid .logoImg .imgBox img {
  width: 80%;
  height: 80%;
  top: 10%;
  object-fit: contain;
  object-position: center;
  position: absolute;
}
.logoBox .logoGrid .logoImg p {
  text-transform: uppercase;
  font-size: 22px;
  padding: 15px;
  padding-bottom: 0;
}
@media all and (max-width: 1280px) {
  .logoBox .logoGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .logoBox .logoGrid .logoImg p {
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 992px) {
  .logoBox .logoGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .logoBox .logoGrid .logoImg p {
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0;
  }
}

.latestBlogs .allBlogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.latestBlogs .allBlogs .blog .blog-img {
  position: relative;
  padding-top: 120%;
  margin-bottom: 20px;
}
.latestBlogs .allBlogs .blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.latestBlogs .allBlogs .blog .blog-content .subHeading {
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 700;
}
.latestBlogs .allBlogs .blog .blog-content h4 {
  text-transform: uppercase;
  color: #000;
}
.latestBlogs .allBlogs .blog .blog-content h4:hover {
  text-decoration: none;
}
.latestBlogs .allBlogs .blog .blog-content .readMore {
  color: #214ca1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .latestBlogs .allBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .latestBlogs .allBlogs {
    grid-template-columns: 100%;
  }
}

.mainBlog .date {
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 700;
}
.mainBlog .blogImg {
  margin: 30px auto;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.mainBlog .blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  position: absolute;
}

.viewNext .cols {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.viewNext .cols .blog .blog-img {
  aspect-ratio: 1/0.7;
  position: relative;
  margin-bottom: 20px;
}
.viewNext .cols .blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.viewNext .cols .blog .blog-content .subHeading {
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 700;
}
.viewNext .cols .blog .blog-content h4 {
  text-transform: uppercase;
  color: #000;
}
.viewNext .cols .blog .blog-content h4:hover {
  text-decoration: none;
}
.viewNext .cols .blog .blog-content .readMore {
  color: #214ca1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .viewNext .cols {
    grid-template-columns: 100%;
  }
  .viewNext .cols .blog {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
