@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
.rowTop,
.topHeader .row {
  align-items: center;
  display: flex;
}
.topInfo a,
a {
  text-decoration: none;
}
.secPad h2,
body,
header #navbarNav a {
  font-family: Lato, sans-serif;
}
#ContactUs .overlay,
.heroSlide .overlay {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#FAQ .button,
#footer h3,
.uppercase,
form .submit,
header #navbarNav a {
  text-transform: uppercase;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  color: #111;
}
a {
  transition: 0.8s;
}
input::-webkit-input-placeholder {
  color: #fff !important;
}
input:-moz-placeholder {
  color: #fff !important;
}
input::-moz-placeholder {
  color: #fff !important;
}
input:-ms-input-placeholder {
  color: #fff !important;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
}
textarea:-moz-placeholder {
  color: #fff !important;
}
textarea::-moz-placeholder {
  color: #fff !important;
}
textarea:-ms-input-placeholder {
  color: #fff !important;
}
.topHeader {
  background: #fff;
  padding: 0;
}
.rowTop {
  justify-content: space-between;
}
.topInfo a {
  color: #111;
  margin-left: 15px;
}
.topInfo a:hover i {
  color: #05bbf6;
}
.multiImg {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.multiImg img {
  width: auto;
  height: 32px;
  max-width: 100%;
}
.multiImg a:first-child img {
  height: 80px !important;
}
.multiImg a {
  display: block;
}
header {
  background: #111;
  padding: 4px 0;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
}
header .nav {
  background: 0 0;
}
header #navbarNav a {
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  padding: 0;
  position: relative;
  cursor: pointer;
}
header #navbarNav a::after {
  background-color: #05bbf6;
  content: " ";
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 100%;
  bottom: -4px;
}
header #navbarNav a.active::after,
header #navbarNav a:hover:after {
  opacity: 1;
}
.navWrp {
  display: flex;
  justify-content: space-between;
}
.navWrp img {
  max-height: 105px;
}
.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
#ContactUs,
#footer h3,
.heroSlide {
  position: relative;
}
.scroll-on img {
  max-height: 80px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#FAQ .button,
.heroSlide .button {
  line-height: 2.4em;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
}
.socialWrp {
  display: flex;
  column-gap: 5px;
  justify-content: center;
  margin-bottom: 15px;
}
.socialWrp a i {
  width: 32px;
  height: 32px;
  background: #3a589d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.socialWrp a i:hover {
  opacity: 0.8;
}
.socialWrp a .fa-twitter {
  background: #2478ba;
}
.socialWrp a .fa-linkedin-in {
  background: #0072b7;
}
.socialWrp a .fa-youtube {
  background: #c33223;
}
.heroSlide img {
  height: 531px;
  object-fit: cover;
}
.heroSlide .overlay {
  background-color: rgba(0, 0, 0, 0.424);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 13%;
  text-align: center;
}
.heroSlide h2 {
  font-size: 3.9em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#FAQ .accordion-title.active,
.heroSlide h3,
.heroSlide h4 {
  font-weight: 700;
}
#FAQ .button,
.callUsNow,
.heroSlide .button,
form .submit {
  letter-spacing: 0.03em;
  min-height: 2.5em;
}
.heroSlide h3 {
  font-size: 2em;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  padding: 0;
}
.heroSlide h4 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  padding: 0;
}
.heroSlide h4:first-child {
  margin-top: 1.5em;
}
.heroSlide p {
  font-size: 1.25rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.heroSlide .button {
  background-color: #05bbf6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bolder;
  padding: 0 1.2em;
  margin-top: 1rem;
}
#FAQ .button:hover,
.heroSlide .button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
  outline: 0;
}
.heroSlide .owl-dots {
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.heroSlide .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 40%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0 10px;
}
.heroSlide .owl-nav button:hover {
  background: 0 0 !important;
}
.heroSlide .owl-nav button i {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0.7;
}
#OurExpertise .row,
.callUsNow,
.sectionCyan .row {
  align-items: center;
}
.heroSlide .owl-nav button i:hover {
  background: #05bbf6;
  border: 2px solid #05bbf6;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  opacity: 0.4;
  transition: opacity 0.3s;
  width: 12px;
  background: 0 0;
}
.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #fff !important;
  opacity: 1;
}
.secPad {
  padding: 50px 0;
}
.secPad h2 {
  color: #000;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
.secPad li,
.secPad p {
  font-size: 1.1rem;
  margin-top: 10px;
}
.sectionCyan {
  background: #05bbf6;
  color: #fff;
}
#ContactUs .secPad,
#footer a,
.sectionCyan h2 {
  color: #fff;
}
.callUsNow {
  color: #05bbf6;
  background: #fff;
  font-size: 1.3em;
  width: 100%;
  display: flex;
  max-width: 204px;
  justify-content: center;
  float: right;
  font-weight: 900;
}
.callUsNow:hover {
  background: #0496c5;
  color: #fff;
}
#OurExpertise img {
  width: 100%;
  height: auto;
  max-height: 730px;
}
#OurExpertise a {
  color: #111;
  font-weight: 400;
}
#ProductSec h3,
.secPad h4,
form .submit {
  font-weight: 900;
}
.secPad ul {
  padding-left: 20px;
  margin: 0 0 20px;
}
.col-inner p,
.secPad ul li {
  margin-bottom: 10px;
}
#ContactUs .contactImg {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
#ContactUs .secPad h2.bigText {
  color: #05bbf6;
  font-size: 3rem;
}
#ContactUs .secPad .col-sm-6:first-child {
  padding-right: 4%;
}
#ContactUs .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
}
.rightUl li {
  margin-top: 0;
}
form .form-control {
  background-color: hsla(0, 0%, 100%, 0.2) !important;
  border: 1px solid hsla(0, 0%, 100%, 0.09) !important;
  border-radius: 99px;
  color: #fff !important;
}
form textarea.form-control {
  border-radius: 15px;
}
form .submit {
  margin: 10px auto 0;
  background: #05bbf6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 99px;
  font-size: 0.97em;
  padding: 0 1.2em;
}
form .submit:hover {
  background: #0496c5;
  border-color: rgba(0, 0, 0, 0.05);
}
#ProductSec {
  background-color: #f5f5f5;
  text-align: center;
}
#ProductSec img {
  height: 60px;
  margin-top: 15px;
}
#ProductSec h3 {
  font-style: normal;
  color: #000;
  font-size: 1.25em;
  margin-top: 15px;
}
#ProductSec p {
  color: #777;
}
#FAQ .accordion-button::after {
  margin-left: inherit;
  margin-right: 10px;
}
#FAQ .accordion-button {
  justify-content: flex-end;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  color: #777;
}
#FAQ .accordion-item {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#FAQ .accordion-body {
  font-size: 1.3em;
  color: #777;
}
#FAQ .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-color: var(--fs-color-primary);
  color: #05bbf6;
}
#FAQ .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2305bbf6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#FAQ .button {
  background-color: #05bbf6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: bolder;
  padding: 0 1rem;
  display: inline-block;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 1.15em;
}
#FindUs iframe {
  display: block;
}
#footer {
  background-color: #111;
  color: #fff;
}
#footer img {
  width: 100%;
  margin: 0 auto;
  max-width: 100px;
}
#footer h3 {
  font-size: 1.2rem;
  color: #05bbf6;
  font-weight: 600;
}
#footer h3::after span {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #05bbf6;
  bottom: 0;
}
#footer h4 {
  font-size: 16px;
  color: #a3a3a3;
}
.colBox {
  column-count: 2;
  column-gap: 20px;
}
.colBox > div {
  break-inside: avoid;
  margin-bottom: 20px;
}
#footerBottom {
  background: #414141;
  text-align: center;
  color: #fff;
}
#footerBottom .secPad {
  padding: 10px 0;
}
#footerBottom .secPad p {
  color: #b6b6b6;
  margin-bottom: 4px;
}
#footerBottom .secPad p:first-child {
  margin-bottom: 0;
}
.col-inner {
  padding: 51px 0 40px;
}
.col-inner h3 {
  font-size: 22px;
  font-weight: 600;
}
.ThankYou {
  text-align: center;
  padding: 10% 0;
}
.ThankYou h1 {
  font-size: 3rem;
  color: #05bbf6;
  font-weight: 600;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase;
}
.ThankYou i {
  color: #05bbf6;
  font-size: 4rem;
  text-shadow: 0 1px 1px #000;
  margin-bottom: 10px;
}
.secPad .ThankYou p {
  font-size: 1.5rem;
}
.heroWrp {
  min-height: 531px;
}
#AboutUs {
  min-height: 263px;
}
.ukNumber {
  margin-top: 10px;
}
#footer .mt-4 {
  margin-top: 2rem !important;
}
