@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 27px !important;
  position: relative !important;
  overflow-x: hidden;
  color: #1b1b1b !important;
  background-color: #fff;
}
.menu a:hover {
    text-decoration: none !important;
}
.center-p{
	text-align:center;
}
.location-list {
    padding: 10px 0 0;
    color: #ffffff;
    margin-top: 8px;
    border-top: 1px solid #ffffff14;
    font-size: 20px;
}
h3.margiin-left {
    margin-left: 150px !important;
}
.btn {
  display: inline-block;
  border: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  transition: opacity 1s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.7;
}
/* MENU STYLES */
.menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.menu-wrap .toggler {
  position: absolute;
  top: 0;
  right: 0;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  background: #014973;
}
.menu-wrap .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 60px;
  height: 49px;
  padding: 1rem;
  background: #009cc6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  border-radius: 30px;
}
/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before, .menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 3px;
  background: inherit;
  border-radius: 30px;
}
/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}
/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}
/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before, .menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
  transform: translateX(0);
}
.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}
.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.menu-wrap .menu {
  position: fixed;
  top: 0px;
  right: 0;
  width: 340px;
  height: 100%;
  visibility: hidden;
  overflow: visible;
  display: block;
  background: #004974;
  transform: translateX(310px);
  transition: all 0.4s ease;
  box-shadow: -9px 3px 20px #0000002e;
}
.menu-wrap .menu > div > div > ul > li:hover:before, .menu-wrap .menu > div > div > ul > li:active:before {
  opacity: 1;
}
.menu-wrap .menu > div > div > ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  background: #009cc6;
  top: 26px;
  transition: opacity .8s ease;
  opacity: 0;
}
.menu-wrap .menu > div {
  /* background: #024871; */
  /* border-radius: 50%; */
  /* display: flex; */
  /* flex: none; */
  /* align-items: center; */
  /* justify-content: center; */
  transform: scale(0);
  transition: all 0.4s ease;
  margin-top: 70px
}
.menu-wrap .menu > div > div {
  /* text-align: center; */
  /* max-width: 90vw; */
  /* max-height: 100vh; */
  opacity: 0;
  transition: opacity 0.4s ease;
}
header#masthead {
  position: relative;
  z-index: 9999;
}
.menu ul {
  text-align: left;
  margin: 0;
}
.menu-wrap .menu > div > div > ul > li {
  transition: transform .44s ease;
  position: relative;
}
.menu-wrap .menu > div > div > ul > li a.active:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  background: #009cc6;
  top: 26px;
  transition: opacity .8s ease;
}
a:focus {
  outline: none !important;
}
.menu-wrap .menu > div > div > ul > li a.active {
  color: #009cc6 !important;
}
.menu-wrap .menu > div > div > ul > li:hover {
  transform: translateX(10px);
}
.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.1rem 11px;
}
.menu-wrap .menu > div > div > ul > li a {
  color: white !important;
  font-weight: 700;
}
section#content-bottom-c {
  padding: 30px 0;
}
section#content-bottom-b {
	padding-top: 35px;
	background: #f2f6f7;
}
#content-bottom-d {
	padding: 40px 0;
}
div#ag-slideshow:after {
  content: "";
  background: url(https://elliotn91.sg-host.com/wp-content/uploads/pattern.png);
  position: absolute;
  width: 100%;
  height: 500px;
  background-size: contain;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right;
}
section.main {
  position: relative;
  z-index: 10;
  background: white;
}
ul.tick-list li {
	position: relative;
	padding: 6px 0 6px 25px;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	color: #1b1b1b;
}
.uk-scope .uk-card-body {
        padding: 30px;
    }
div#services h3 {
    font-size: 20px !important;
    margin: 15px 0 0!important;
    line-height: 28px !important;
    color: #0e2648 !important;
}
ul.tick-list {
  position: relative;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
ul.tick-list li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 6px;
    bottom: 0;
    font-family: 'Font Awesome 6 Pro';
    color: #019cc6;
    font-weight: 900;
}
.uk-panel.uk-padding.uk-width-1-1 {
  padding: 0 0px 0 20px;
}
h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif !important;
  color: #0e2648 !important;
  font-weight: 700 !important;
}
h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
div#footer .col-sm-12.col-md-6, div#footer .col-md-6, div#footer .col-md-4, div#footer .col-md-3, div#footer .col-md-9 {
  padding: 0;
}
section#content-bottom-a .uk-scope .uk-grid {
  align-items: center !important;
  vertical-align: middle;
}
.sh-box {
  padding: 30px 40px;
  background: #f4f4f4;
  border-radius: 50px;
  box-shadow: 0px 0px 34px #0000002b;
  max-width: 340px;
  margin-right: 90px;
  float: right;
}
div#logo {
	width: 190px;
	padding-top: 10px;
}
section#content-bottom-a .row, section#content-bottom-b .row {
  align-items: center;
}
.large-txt {
  font-size: 18px;
  line-height: 27px;
}
.sh-box ul li:before {
  content: "";
  position: absolute;
  background: url(https://elliotn91.sg-host.com/wp-content/uploads/check-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  left: 17px;
  top: 14px;
}
section#content-bottom-b .bttn {
  margin-top: 50px !important;
}
.sh-box ul li {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 55px;
  background: white;
  margin: 10px 0px;
  border-radius: 5px;
}
.sh-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-p.col-md-6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
}
section#content-bottom-c h2, section#content-bottom-c p {
  color: white !important;
}

section#content-bottom-c p {
  font-size: 18px;
  line-height: 27px;
}
.footer-p p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a.uk-button.uk-button-default {
  border: 2px solid #009cc6;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 20px;
  background: #009cc6;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 20px 0 !important;
  font-weight: 500 !important;
  padding: 0 26px !important;
  line-height: 45px !important;
  height: 48px !important;
}
section#content-bottom-a {
  background: #eef2f4;
  padding: 30px 0;
}
section#content-bottom-c {
  background: linear-gradient(284deg, #004a76, #03466e, #002d55);
}
iv#logo {
  max-width: 300px !important;
}
h1 {
  color: white !important;
  font-size: 42px !important;
  margin: 40px 0 10px !important;
}
section#content-bottom-a {
  background: url(https://elliotn91.sg-host.com/wp-content/uploads/@id-services-banner.jpg);
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slideshow-content {
  max-width: 1400px;
  /* margin: auto; */
  max-width: 60%;
}
.header-text {
  float: left;
  width: 60%;
  text-align: left;
  margin-left: 50px;
}
.logo {
  float: left;
}
.logo .col-sm-12 {
  padding: 0;
  margin-top: 10px;
}
.slideshow-content {
  max-width: 100%;
  height: 200px;
}
.slideshow-content h1 {
  margin-top: 5px !important;
}
div#ag-slideshow {
  background: linear-gradient(47deg, #004a76, #03466e, #002d55);
  padding: 25px 0 18px;
  position: relative;
}
div#ag-slideshow .container-fluid {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 99;
}
div#ag-slideshow .container-fluid {
  max-width: 1166px;
  margin: auto;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-top {
  padding-top: 30px;
}
div#ag-slideshow {
  background: linear-gradient(47deg, #004a76, #03466e, #002d55);
	    overflow: hidden;
}
h2 {
  font-size: 42px !important;
  line-height: 44px !important;
  margin-bottom: 30px !important;
}
.widget {
  margin: 0;
}
div#pageTitle {
  position: relative;
  max-width: 1160px;
  margin: auto;
}
div#content {
  padding: 45px 20px;
}
a.bttn, input.wpcf7-form-control.has-spinner.wpcf7-submit {
  text-decoration: none !important;
  background: #009cc6 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 0 26px !important;
  line-height: 48px !important;
  height: 48px !important;
  display: inline-block !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  margin: 20px 0 !important;
  /* border: 2px solid #45b7ef; */
  font-weight: 500 !important;
  box-shadow: 0px 0px 5px 1px #0000001c !important;
}
a.bttn:hover, input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #0f2648 !important;
  border-color: #0f2648 !important;
}
.blue-bk {
  background: #45b7ef;
  color: white;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  max-width: 440px;
  border-radius: 3px;
}
.h3, h3 {
  font-size: 1.75rem;
  display: inline-block;
}
.contact-form {
  padding: 15px 0px 0 30px;
}
#content-bottom-c a, #content-bottom-c a:visited {
	color: #54dbff !important;
}
#content-bottom-c a:hover {
	text-decoration: underline !important;
}
.post-thumbnail {
  float: right;
  margin: 30px 0 30px 30px;
  max-width: 440px;
}
.center {
  text-align: center !important;
}
.container {
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
div#footer {
  margin: auto;
  padding: 10px 0 0;
}
.white-text, .white-text a {
  color: white !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.container-fluid {
  padding: 0 !important;
}
main#primary {
  max-width: 1200px;
  margin: auto;
  padding: 25px 30px;
}
h3 {
    font-size: 22px !important;
    margin: 15px 0 !important;
    line-height: 31px !important;
    color: #0e2648 !important;
}
.white-text strong {
  color: white !important;
}
footer.entry-footer {
  display: none;
}
.padding-top {
  padding-top: 30px;
}
a {
  text-decoration: none;
  background-color: transparent;
}
h1, h2, h3, h4 {
  color: #333;
}
.post, .page {
  margin: 0;
}
a:visited {
  color: #45b7ef;
}
label {
  display: block !important;
  margin-bottom: .5rem;
}
.half.last {
  float: right;
}
.half {
  float: left;
  width: 48%;
  margin-bottom: 12px;
}
label {
  margin-top: 0;
}
.wpcf7-not-valid-tip {
  color: #c4b7b7;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  font-size: 14px;
  color: white;
}
textarea {
  overflow: auto;
  resize: vertical;
  min-height: 66px !important;
  padding: 5px 15px !important;
  margin: 2px 0 0 !important;
  font-size: 16px !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  width: 100% !important;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  max-width: 100% !important;
  color: #6e6e6e;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  margin: 2px 0 0;
  vertical-align: middle;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 0 25px !important;
  line-height: 44px !important;
  height: 45px !important;
  display: block !important;
  font-size: 16px !important;
  margin: 0 !important;
  border: 2px solid #009cc6 !important;
  font-weight: 500 !important;
  float: right;
}
img {
  border-radius: 3px;
}
@media (max-width: 480px) {}
@media (min-width: 481px) and (max-width: 767px) {}
@media (max-width: 767px) {
	h3.margiin-left {
  margin-left: 0px !important;
}
  div#ag-slideshow:after {
    height: 529px;
    background-size: cover;
    background-position: 179px 0px !important;
    opacity: 0.7;
  }
  div#content {
    padding: 15px 20px;
  }
  .uk-panel.uk-padding.uk-width-1-1 {
    padding: 15px 0 0;
  }
  .sh-box {
    max-width: 100%;
    margin-right: 0px;
  }
  .large-txt, section#content-bottom-c p {
    font-size: 20px;
    line-height: 29px;
  }
  .footer-logo img {
    max-width: 110px;
  }
  .footer-p.col-md-8 {
    text-align: center;
  }
  .footer-logo {
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
  }
  section#content-bottom-c h2, h2 {
    font-size: 39px !important;
    line-height: 45px !important;
    margin-bottom: 27px !important;
  }
  ul.tick-list {
    position: relative;
    list-style: none;
    margin: 0 !important;
    margin-left: 0px !important;
    padding: 5px !important;
  }
  div#logo {
    width: 170px;
    margin-top: 0px;
  }
  h1 {
    font-size: 2.2rem !important;
  }
  div#ag-slideshow .container-fluid {
    max-width: 100%;
    margin: auto;
    padding-left: 25px !important;
  }
  .menu-wrap .menu {
    width: 230px;
  }
  .menu-wrap .menu > div {
    margin-top: 95px;
  }
  .menu-wrap .menu > div > div > ul > li {
    font-size: 1.4rem;
    padding: 1.1rem 10px;
  }
  .slideshow-content h1 {
    margin-top: 40px !important;
  }
  .header-text {
    float: none;
    width: inherit;
    text-align: left;
    margin-left: 0;
  }
  .logo {
    float: none;
  }
  .slideshow-content {
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
	h3.margiin-left {
  margin-left: 25px !important;
}
  .menu-wrap .menu {
    width: 250px;
  }
  div#ag-slideshow .container-fluid {
    max-width: 767px;
    margin: auto;
    padding-left: 44px !important;
  }
  h1 {
    font-size: 2.2rem !important;
  }
  div#ag-slideshow:after {
    height: 445px;
    background-repeat: no-repeat;
    background-position: 134% 0;
  }
  div#ag-slideshow::after {
    height: 471px;
    background-repeat: no-repeat;
    background-position: 164%;
  }
  .uk-panel.uk-padding.uk-width-1-1 {
    padding: 30px 0px 0 0px;
  }
  .sh-box {
    padding: 20px 35px;
    background: #f4f4f4;
    border-radius: 50px;
    box-shadow: 0px 0px 34px #0000002b;
    max-width: 100%;
    margin-right: 0px;
    float: right;
  }
  ul.tick-list {
    position: relative;
    list-style: none;
    margin: 0 !important;
    margin-left: 0px !important;
    padding: 0 !important;
  }
  section#content-bottom-c h2 {
    font-size: 36px !important;
    line-height: 39px !important;
    margin-bottom: 25px !important;
  }
  textarea {
    min-height: 70px !important;
  }
  div#footer .col-sm-12.col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .footer-logo {
    width: 130px;
  }
  .slideshow-content {
    height: 220px;
  }
  div#logo {
    width: 150px;
  }
  .header-text {
    margin-right: 100px;
    width: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
	h3.margiin-left {
  margin-left: 65px !important;
}
  .menu-wrap .menu {
    width: 264px;
  }
  div#ag-slideshow .container-fluid {
    max-width: 920px;
    margin: auto;
  }
  div#ag-slideshow:after {
    height: 512px;
    background-repeat: no-repeat;
    background-position: 128% 0px;
  }
  .slideshow-content {
    max-width: 1400px;
  }
  h1 {
    font-size: 2.7rem !important;
  }
  h2 {
    font-size: 39px !important;
    line-height: 43px !important;
    margin-bottom: 30px !important;
  }
  .sh-box {
    margin-right: 50px;
    float: right;
  }
  section#content-bottom-c h2 {
    font-size: 39px !important;
    line-height: 49px !important;
    margin-bottom: 28px !important;
  }
  .header-text {
    margin-right: 50px;
    width: 50%;
  }
  .slideshow-content {
    height: 250px;
  }
}
/* (1440x900) WXGA+ Display */
@media (min-width: 1200px) and (max-width: 1440px) {}
/* HiDPI Laptop Display */
@media (min-width: 1281px) and (max-width: 1440px) {
  ul.tick-list {
    position: relative;
    list-style: none;
    margin: 0 !important;
    margin-left: 0px !important;
    padding: 0 !important;
  }
  div#ag-slideshow::after {
    right: -6%;
  }
}
/* MDDPI Laptop Display */
@media (min-width: 1201px) and (max-width: 1280px) {
  ul.tick-list {
    margin-left: 0px !important;
  }
  div#ag-slideshow::after {
    right: -12%;
  }
}
@media (min-width: 960px) and (max-width: 991px) {}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}