/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  color: #818181;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  width: 100%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.sidenav .social-bar .icon {
  fill: white;
  height: 24px;
  width: 24px;
}

.sidenav .contact-info a {
  display: flex;
  font-size: 1rem;
}

.square-it {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #cccccc;
}

.gallery-photo .hover-caption {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.gallery-photo:hover .hover-caption {
  background-color: white;
  opacity: 1;
}

.top-section.ver-1 .social-bar-top .icon, .top-section.ver-1 .navbar-top .hamburger-icon, .why-us.ver-3 .svg-icon, .footer.ver-2 .footer-nav .icon, .footer.ver-2 .footer-nav .social-icons .icon {
  width: 1em;
  height: 1em;
}

.top-section.ver-1 .social-bar-top .icon, .top-section.ver-1 .navbar-top .hamburger-icon, .why-us.ver-3 .svg-icon, .footer.ver-2 .footer-nav .icon, .footer.ver-2 .footer-nav .social-icons .icon {
  width: 1em;
  height: 1em;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-pt-sans {
  font-family: "Open Sans", sans-serif;
}

.primary-bg {
  background-color: #1A126E;
}

.primary-heading-color {
  color: #1A126E;
}

.primary-border {
  border-color: #1A126E;
}

.primary-heading {
  color: #1A126E;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75rem;
}

.query-form .submit-button {
  background-color: #1A126E;
  color: white;
}

.text-banner {
  background-color: #002D72;
}
.text-banner .text-heading {
  color: white;
}
.text-banner .button {
  color: #1A126E;
  background-color: white;
}

.page-content h1 {
  font-weight: 600;
  font-size: 2rem;
}

.page-content h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

.page-content h3 {
  font-weight: 600;
  font-size: 1.6rem;
}

.page-content h4 {
  font-weight: 600;
  font-size: 1.4rem;
}

.page-content h5 {
  font-weight: 600;
  font-size: 1.2rem;
}

.page-content h6 {
  font-weight: 600;
  font-size: 1rem;
}

.page-content .ql-align-center {
  text-align: center;
}

.page-content .ql-align-justify {
  text-align: justify;
}

.page-content .ql-align-right {
  text-align: right;
}

.page-content blockquote {
  padding: 1rem;
  font-style: italic;
  border-left: 2px solid #31572c;
}

.page-content ul {
  list-style: disc inside !important;
}

.page-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.page-content .image {
  padding: 1.2rem;
}

.page-content .image.image-style-align-center {
  margin: 0 auto;
}

.page-content .image figcaption {
  padding: 0.24rem;
  background: #444;
  color: #fff;
}

.page-content .image.image-style-align-left {
  float: left;
}

.page-content .image.image-style-align-right {
  float: right;
}

.page-content .text-tiny {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */
}

.page-content .text-small {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.25rem;
  /* 20px */
}

.page-content .text-big {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
}

.page-content .text-huge {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}

.top-section.ver-1 .logo {
  color: #444;
}
.top-section.ver-1 .social-bar-top {
  background-color: #002D72;
}
.top-section.ver-1 .social-bar-top .icon {
  width: 1.4em;
  height: 1.4em;
  fill: #fff;
}
.top-section.ver-1 .navbar-top {
  background-color: #fff;
}
.top-section.ver-1 .navbar-top .navbar-links .link {
  color: #100A49;
}
.top-section.ver-1 .navbar-top .hamburger-icon {
  fill: #fff;
}

.introduction.ver-1 {
  background-color: none;
}
.introduction.ver-1 .primary-heading {
  color: #1A126E;
  line-height: 2rem;
}

.ps-items.ver-1 .ps-item .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
  border-radius: 0px;
}
.ps-items.ver-1 .label {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: left;
  font-weight: 600;
}

.ps-items.ver-2 .ps-item .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  border-radius: 0rem;
}
.ps-items.ver-2 .label {
  background-color: white;
  color: black;
  text-align: center;
  font-weight: 600;
}

.ps-items.ver-3 .ps-item .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  border-radius: 0rem;
}
.ps-items.ver-3 .label {
  background-color: transparent;
  color: #1A126E;
  text-align: center;
  font-weight: 600;
}

.more-button {
  background-color: #E81828;
  color: white;
}

.meta {
  background-color: #eee;
}

.ps-items.ver-4 .ps-item .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  border-radius: 0rem;
}
.ps-items.ver-4 .label {
  background-color: white;
  color: black;
  text-align: center;
  font-weight: 600;
}

.ps-items.ver-5 .ps-item .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 160%;
  border-radius: 0rem;
}
.ps-items.ver-5 .label {
  background-color: white;
  color: black;
  text-align: center;
  font-weight: 600;
}

.ver-2.testimonials-comp {
  background-color: #f1f1f1;
}
.ver-2.testimonials-comp .heading-icon {
  fill: #1A126E;
}
.ver-2.testimonials-comp .glide__bullets {
  bottom: -30px;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet {
  background-color: #ddd;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet--active {
  background-color: #1A126E;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet {
  background-color: #888;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet--active {
  background-color: #1A126E;
}
.ver-2.testimonials-comp .testimonial-item {
  background-color: none;
  border-radius: 0px;
}
.ver-2.testimonials-comp .glide__arrows .glide__arrow {
  background-color: none;
  box-shadow: none;
  border: none;
}
.ver-2.testimonials-comp .glide__arrows .glide__arrow svg {
  fill: #1A126E;
}
@media (max-width: 768px) {
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--left {
    left: -1rem;
  }
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--right {
    right: -1rem;
  }
}
@media (min-width: 769px) {
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--left {
    left: -0.5rem;
  }
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--right {
    right: -0.5rem;
  }
}

.why-us.ver-3 {
  background-color: none;
}
.why-us.ver-3 .image-wrapper {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us.ver-3 .title {
  color: white;
  line-height: 2.5rem;
}
.why-us.ver-3 .svg-icon {
  width: 2rem;
  height: 2rem;
  fill: #444;
}
.why-us.ver-3 .secondary-bg {
  background-color: none;
}

.faqs.ver-1 {
  background-color: none;
}
.faqs.ver-1 .icon svg {
  fill: #1A126E;
}
.faqs.ver-1 .faq-item .faq-question {
  color: #1A126E;
}
.faqs.ver-1 .faq-item .faq-answer {
  color: #111;
  max-height: 0;
  color: inherit;
}
.faqs.ver-1.expanded {
  background-color: none;
}

.footer.ver-2 .footer-nav {
  background-color: #002D72;
}
.footer.ver-2 .footer-nav .icon {
  width: 1.4em;
  height: 1.4em;
  fill: #fff;
}
.footer.ver-2 .footer-nav .social-icons .icon {
  width: 1.4em;
  height: 1.4em;
  fill: #fff;
}
.footer.ver-2 .footer-nav .column-heading {
  color: #fff;
  font-weight: 600;
}
.footer.ver-2 .footer-meta {
  background-color: #002D72;
  color: #ffffff;
  border-top-width: 0.15rem;
  border-top-color: #ddd;
}

.latest-blogs.ver-3 {
  background-color: none;
}
.latest-blogs.ver-3 .item {
  background-color: none;
}
.latest-blogs.ver-3 .item-image {
  position: relative;
  padding-bottom: 40%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.latest-blogs.ver-3 .item-image .placeholder {
  background-color: #444;
  color: #fff;
}
.latest-blogs.ver-3 .date-bg {
  background-color: #1A126E;
}

.projects .glide__bullets {
  bottom: 2em;
}
.projects .glide__bullets .glide__bullet {
  background-color: #ddd;
}
.projects .glide__bullets .glide__bullet--active {
  background-color: #1A126E;
}

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