@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@400;700&display=swap");
body {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #323232;
  font-weight: 400;
  word-wrap: break-word;
  font-family: "Oswald", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 1.9;
  word-wrap: break-word;
}

p small {
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

p,
li {
  font-size: 16px;
}

a {
  color: #323232;
  word-wrap: break-word;
}

strong {
  font-weight: 900;
  color: #323232;
}

em {
  opacity: 0.8;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none !important;
}

.bold-black {
  font-weight: normal;
}

h2 {
  margin-bottom: 20px;
}

input {
  width: 100%;
  border: 1px solid #ddd;
  height: 60px;
  padding-left: 27px;
  padding-right: 27px;
  background-color: #fff;
}

textarea {
  width: 100%;
  background-color: #fff;
  height: 9rem;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 17px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  button.button-lg-round {
    font-size: 18px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  p {
    font-size: 15px;
  }
  li {
    font-size: 15px;
  }
  button.button-lg-round {
    font-size: 16px;
  }
}

.logo-scrolled {
  margin-bottom: 0 !important;
}

.logo-scrolled img {
  width: 170px;
}

/* slide to top */
.slideanim {
  visibility: hidden;
}

.topslide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media (min-width: 1500px) {
  .custom-container {
    max-width: 1700px;
  }
}

.navslide {
  animation-name: nav-slide;
  -webkit-animation-name: nav-slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  z-index: 99999;
}

@keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #053cab;
}

.animated-icon2 span {
  background: #053cab;
}

.animated-icon3 span {
  background: #000;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

input:focus {
  outline: none;
}

button:focus {
  outline: 0;
}

/* Custom Header CSS */
@media (min-width: 1260px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 20px 20px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 7px 2px #2f2f2f;
  box-shadow: 0px 0px 7px 2px #2f2f2f;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
  padding-left: 1rem;
}
.navbar .navbar-brand img {
  width: auto;
}
.navbar .mobile-cta {
  display: none;
}
.navbar .nav-item > a {
  position: relative;
  overflow: hidden;
}
.navbar .nav-item > a:before {
  content: "";
  width: 95%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  left: -100%;
}
.navbar .nav-item > a:hover:before {
  left: 0%;
}
.navbar .cta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .cta-header a:nth-of-type(2) {
  background-color: #1c328d;
  border-radius: 50%;
}
.navbar .cta-header a {
  color: #fff;
  padding: 16px 19px;
  background-color: #053cab;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar .cta-header a i {
  font-size: 21px;
}
.navbar .cta-header a:nth-of-type(3) {
  background-color: #1ca811;
  border-radius: 50%;
}
.navbar .cta-header a:nth-of-type(3) i {
  font-size: 27px;
}

.navbar-nav li a {
  color: #323232 !important;
  font-size: 14px;
  font-weight: bold;
}

.navbar-nav li {
  margin-right: 8px;
}

.navbar-nav li.dropdown .dropdown-menu a {
  color: #111 !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111111),
    to(#111111)
  );
  background-image: linear-gradient(to right, #111111, #111111);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 1% 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 17px;
}
.navbar-nav li.dropdown .dropdown-menu a:hover {
  background-size: 100% 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #fff !important;
}

.navbar-info {
  padding: 0px 10px;
}

.navbar .dropdown-menu a {
  border-bottom: 2px solid transparent;
}

/* Default Header CSS   */
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ddd;
}

@media screen and (min-width: 1280px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: auto;
    left: -9px;
    padding: 0;
  }
  .dropdown:hover > .dropdown-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-menu:hover > .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .dropdown-menu {
    position: relative !important;
    margin-top: 0;
    background-color: transparent;
    border: none;
    padding-left: 27px;
  }
  .navbar .dropdown-menu a {
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #515151;
  }
  .navbar .nav-item .nav-link {
    border-bottom: 1px solid #ddd;
  }
  header .navbar .nav-item .nav-link .fas {
    padding-right: 3px;
    padding-left: 13px;
    float: right;
  }
}

a[href^="tel"] {
  text-decoration: none;
}

.search-box a[href^="tel"] {
  color: #053cab;
}

.dropdown-menu {
  min-width: 100%;
}
.dropdown-menu .second-row {
  margin-top: 3rem;
}
.dropdown-menu h6 {
  color: #053cab;
  padding-left: 29px;
}

.navbar .dropdown-menu a {
  font-size: 16px;
  font-weight: normal;
  color: #161616;
  padding: 15px 2rem 15px 17px;
}
.navbar .dropdown-menu a:hover {
  background-color: transparent;
}

.nav-scrolled {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  padding: 10px;
}
.nav-scrolled .navbar-brand img {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  width: 188px;
}

.mobile-sidenav {
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: #111111;
  height: 100%;
  right: -33rem;
  width: 31rem;
  padding: 4rem 3rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: auto;
}
.mobile-sidenav.show {
  right: 0;
}
.mobile-sidenav img.mobile-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.mobile-sidenav span.close-btn {
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 35px;
}
.mobile-sidenav .dropdown-menu {
  position: relative;
  background-color: transparent;
  float: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #053cab;
}
.mobile-sidenav .dropdown-menu li {
  padding-left: 25px;
}
.mobile-sidenav .mobile-dropdown ul {
  list-style: none;
  padding-left: 0;
}
.mobile-sidenav .mobile-dropdown ul li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  position: absolute;
  top: 33px;
  right: 32px;
  color: #fff;
}
.mobile-sidenav .mobile-dropdown ul li {
  width: 100%;
  border-bottom: 1px solid #053cab;
  position: relative;
}
.mobile-sidenav .mobile-dropdown ul li > a {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: table;
}
.mobile-sidenav .mobile-dropdown ul li > a i {
  float: right;
}
.mobile-sidenav .mobile-dropdown a {
  color: #fff;
  font-size: 25px;
  display: block;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dedfe0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.mobile-overlay.show {
  display: block;
}

footer {
  padding: 4rem 2rem;
  background-color: #15266b;
}
footer .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer p {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
footer h6 {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer .footer-flex h6 {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  color: #fff;
  font-size: 15px;
}
footer .footer-flex a,
footer .footer-flex p {
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
}
footer .col-lg-3 .footer-flex h6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}
footer .col-lg-5 .footer-flex h6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
}
footer .social-links a img {
  padding: 0 10px;
}

.top-banner {
  /* background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(../images/banner.jpg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/banner.jpg) !important; */
  /* height: 54rem; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 9rem;
}
.top-banner .container-fluid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}
.top-banner .container-fluid .col-xl-12 {
  padding: 0;
}
.top-banner .container-fluid h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.top-banner .container-fluid .banner-bg {
  position: relative;
  height: auto;
}
.top-banner .container-fluid .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 95%;
}
.top-banner .container-fluid .banner-caption > p {
  font-size: 25px;
  color: #fff;
}
.top-banner .container-fluid .banner-caption .banner-btn .custom-btn {
  padding: 21px 45px;
  margin-right: 20px;
}
.top-banner .container-fluid .banner-caption .banner-btn .call-btn {
  background-color: #fff;
  color: #444;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.view .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.view .rgba-black-light,
.view .rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.section-btn {
  text-align: center;
}

.custom-btn {
  background-color: #053cab;
  padding: 21px 35px;
  display: inline-block;
  color: #fff;
  margin-top: 2rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.custom-btn:hover,
.custom-btn:focus {
  color: #fff;
}

.sections {
  padding: 6rem 0;
}
.sections .section-title {
  margin-bottom: 3rem;
}
.sections .section-title h2 {
  position: relative;
  z-index: 1;
  color: #323232;
  text-transform: uppercase;
}
.sections .section-title h2 span {
  color: #053cab;
}



.choose .choose-box {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.choose .choose-box .img-box {
  background-color: #053cab;
  width: 250px;
  height: 250px;
  position: relative;
  margin: 1.5rem auto;
  border-radius: 50%;
  z-index: 2;
}
.choose .choose-box .img-box .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 210px;
  height: 210px;
  border: 3px solid #fff;
}
.choose .choose-box .img-box .circle.circle-inner {
  width: 180px;
  height: 180px;
  border: 2px solid #fff;
}
.choose .choose-box .img-box img {
  display: block;
  margin: 0 auto 1.5rem auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.choose .choose-box img.seperator {
  position: absolute;
  top: 45px;
  right: -12rem;
  z-index: -1;
  width: 22rem;
}

.full-width {
  background-color: #f7f7f7;
}
.full-width .container-fluid {
  padding: 0;
}
.full-width .container-fluid .row {
  margin: 0;
}
.full-width .container-fluid .row > div {
  padding: 0;
}

.services .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services .services-box {
  padding: 4rem 9rem;
}
.services .services-box h6 {
  font-weight: bold;
}
.services .services-box h2 {
  color: #053cab;
  font-weight: 700;
}

.services .col-lg-6 img {
  max-width: 100%;
}

.showcase {
  background-color: #fff;
}
.showcase .showcase-box {
  position: relative;
}
.showcase .showcase-box .showcase-caption {
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.showcase .showcase-box .showcase-caption h5 {
  background: #053cab;
  padding: 20px;
  color: #fff;
  display: table;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.showcase .owl-theme .owl-dots .owl-dot span {
  width: 122px;
  height: 6px;
  margin: 0;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 0;
}
.showcase .owl-theme .owl-dots .owl-dot.active span,
.showcase .owl-theme .owl-dots .owl-dot:hover span {
  background: #053cab;
}

.testimonials {
  padding-bottom: 6rem;
  padding-top: 0;
}
.testimonials .testi-box {
  background-color: #1c328d;
  text-align: center;
  padding: 4rem 15px;
}
.testimonials .testi-box img {
  width: auto;
  margin-bottom: 1rem;
}
.testimonials .testi-box p,
.testimonials .testi-box h6,
.testimonials .testi-box h5 {
  color: #fff;
}
.testimonials .testi-box p,
.testimonials .testi-box h6 {
  opacity: 0.7;
}
.testimonials .testi-box h5 {
  margin-top: 3rem;
}

.enquire {
  background-color: #053cab;
  padding: 0;
}
.enquire .container-fluid {
  padding: 0;
}
.enquire .container-fluid .parent-row {
  margin: 0;
}
.enquire .container-fluid .parent-row > .col-lg-6 {
  padding: 0;
  position: relative;
}
.enquire .container-fluid .parent-row .no-padding {
  padding: 0;
}
.enquire form {
  margin-top: 2rem;
}
.enquire .form-container {
  padding: 3rem 2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px 0px #111;
  box-shadow: 0px 0px 7px 0px #111;
}
.enquire h2 {
  color: #323232 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.enquire h2 span {
  color: #053cab;
}
.enquire p {
  color: #fff;
  opacity: 0.8;
  padding: 0 4rem;
}
.enquire .form-box {
  margin-bottom: 1.5rem;
}
.enquire .submit-box {
  margin-top: 1rem;
  padding: 0 15px;
}
.enquire .submit-box .g-recaptcha > div {
  display: block;
  margin-left: auto;
}
.enquire input.submit-btn {
  width: auto;
  background-color: #1c328d;
  color: #fff;
  padding: 16px 44px;
  border: none;
  margin: 0 auto;
  display: table;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: 15px;
}
.enquire .cta-form {
  margin-top: 3rem;
}
.enquire .cta-form .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.enquire .cta-form .cta-box span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  color: #47bbcf;
  font-family: "Helvetica Bold";
  font-size: 15px;
}
.enquire .cta-form .cta-box a {
  color: #fff;
  font-size: 15px;
}
.enquire iframe {
  margin-bottom: -7px;
}

.cta-footer {
  display: none;
}

.error-banner {
	
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.4)),
      to(rgba(255, 255, 255, 0.4))
    ),
    url(../images/error-banner.jpg) !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url(../images/error-banner.jpg) !important;
}
.error-banner .banner-caption h1 {
  color: #323232 !important;
  font-weight: 400;
}
.error-banner .banner-caption p {
  color: #323232 !important;
}

.thanks-banner {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.4)),
      to(rgba(255, 255, 255, 0.4))
    ),
    url(https://awnings.unishades.com.sg/wp-content/uploads/2021/06/thanks-banner.jpg) !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url(https://awnings.unishades.com.sg/wp-content/uploads/2021/06/thanks-banner.jpg) !important;
}
.thanks-banner .banner-caption h1 {
  color: #323232 !important;
  font-weight: 400;
}
.thanks-banner .banner-caption p {
  color: #323232 !important;
}

/* 6/3/2021 */

.enquire p {
  padding: 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
}

.enquire input.submit-btn {
  padding: 23px 44px;
}

.services .services-box h2 {
  color: #053cab;
  font-weight: 700;
  text-transform: uppercase;
}
footer .row {
  align-items: flex-start;
}

.enquire .form-container {
  z-index: 18;
}

form input {
  margin-bottom: 11px;
}

.enquire .submit-box .g-recaptcha > div {
  margin-bottom: 11px;
}

.navbar .navbar-brand img {
  width: 251px;
}

.thanks-banner .banner-caption h1,
.thanks-banner .banner-caption p {
  color: #fff !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0px, -50%);
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 2rem;
  top: -30px;
}

.owl-carousel .owl-nav button i {
  font-size: 41px;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 2rem;
  top: -30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
}

@media (min-width: 993px){
	.sections.choose{
		padding-bottom: 4rem;
	}
}

@media screen and (min-width: 1200px) {
  footer .row .col-lg-3 .footer-flex:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-dots {
    display: none;
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translate(0px, -50%);
  }

  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
  }

  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
  }
	
	.top-banner .container-fluid .banner-caption .banner-btn .custom-btn {
        margin-top: .5rem;
    }
}


/* IMAGE SLIDER  */

ul.service-slider {
    list-style-image: none;
    padding-left: 0;
}

ul.service-slider li::marker {
   content: none;
} 

ul.service-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


ul.service-slider.owl-carousel .owl-nav button.owl-prev {
    left: 2rem;
}

ul.service-slider.owl-carousel .owl-nav button.owl-next {
    right: 2rem;
}

ul.service-slider.owl-carousel .owl-item {
    margin-right: 0 !important;
}


.service-slider.owl-carousel .owl-nav button i {
    color: #fff;
    padding: 16px 19px;
    background-color: #053cab;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
}

/* edit 10/14/2021 */
.images-banner .owl-nav {  display:none!important; }
.images-banner .item { min-height: 607px; background-repeat: no-repeat; background-size: cover; background-position:center; }
.service-slider-holder  {    display: flex;
    flex-wrap: wrap;}
.service-slider-holder .item {    width: calc(100%/3 - 10px);
    margin: 5px;}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.34);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.popupgallery {     width: 52%;
    margin: 0 auto;
    position: relative; }
.popupgallery img { width:100%; }
.popupgallery .mfp-close {color: #fff; 
    opacity: 1; }
.popupgallery .prev-arrow {
    position: absolute;
    left: -51px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 35px;}
.popupgallery .next-arrow {
    position: absolute;
    right: -51px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 35px;top:0;}
@media screen and (max-width: 991px) {
.popupgallery {
    width: 72%;
    margin: 0 auto;
    position: relative;
}
}
@media screen and (max-width: 500px) {
  .service-slider-holder .item {
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
.popupgallery {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.service-slider-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}

/*10/24/2022*/
.ty-wrapper {
    margin-top: 18rem;
}

.page-template-thank-you footer {
    display:none;
}

/* Dev Christian: 04/15/2024 */
.error-banner{
    height: 100vh;
    margin: 0;
}

.error-banner.top-banner .container-fluid .banner-bg{
	height: 100%;
}
