/*** ----- FONTS  ----- ***/
/*  
    roboto-light    -  font-weight: 300
    roboto-regular  -  font-weight: 500
    roboto-bold     -  font-weight: 700
    roboto-black    -  font-weight: 900

    poppins-light    -  font-weight: 300
    poppins-regular  -  font-weight: 400
    poppins-medium   -  font-weight: 500
    poppins-bold     -  font-weight: 700

    libre-baskerville-regular   -  font-weight: 400
    libre-baskerville-bold      -  font-weight: 700
/*


/*** ----- COLORS  ----- ***/
/*** ----- GENERAL STYLES  ----- ***/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #2a2b2c;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #2a2b2c;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.modal-active {
  overflow-y: hidden;
}

p {
  color: #464E65;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 0.6em;
  color: #2a2b2c;
}
p.large {
  color: #464E65;
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #35395A;
}

h1 {
  font-size: 3.1rem;
  line-height: 1.1em;
}
h1.front {
  font-size: 3.1rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.2em;
}

h2.wp-block-heading {
  margin-top: 0;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.3em;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.3em;
}

h5 {
  font-size: 1.65rem;
  line-height: 1.3em;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.25s ease;
  color: #0170C1;
  font-weight: 600;
}
a:hover {
  color: #d46f10 !important;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-fluid {
  max-width: 1600px;
}

.container {
  max-width: 1200px;
}

.no-margin {
  margin: 0;
}

.red-clr {
  color: red;
}

.bold {
  font-weight: 700;
}

.overlay {
  -o-border-image: linear-gradient(rgba(30, 34, 69, 0.4), rgba(30, 34, 69, 0.4)) 1;
     border-image: linear-gradient(rgba(30, 34, 69, 0.4), rgba(30, 34, 69, 0.4)) fill 1;
}

.overlay-2 {
  background-blend-mode: multiply;
  background-color: rgba(2, 77, 161, 0.7);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote.wp-block-quote {
  margin-bottom: 5rem !important;
  margin-top: 3rem;
  position: relative;
}
blockquote.wp-block-quote p {
  color: #7380a7;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 600;
  max-width: 800px;
  padding-left: 3rem;
  margin-bottom: 0 !important;
  font-style: italic;
}
blockquote.wp-block-quote::before {
  position: absolute;
  height: 100%;
  width: 0.7rem;
  background-color: #67acdd;
  content: "";
  left: 0;
  top: 0;
}

.wp-block-pullquote {
  padding: 0;
  margin-bottom: 1rem !important;
}
.wp-block-pullquote p {
  text-align: left;
  font-size: 2rem !important;
  position: relative;
  color: #79a7c9 !important;
  margin-bottom: 1rem !important;
}

.gutenberg-blocks > *:not(:last-child) {
  margin-bottom: 2rem;
  /* adjust spacing between Gutenberg*/
}

.contact-card {
  background-color: #fff;
  padding: 4rem 4rem;
  border-radius: 10px;
  box-shadow: 0px 10px 23px 0px rgba(77, 77, 77, 0.15);
  height: 100%;
}

.contact-icons {
  background-color: #F4F4F4;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-icons .contact-card-icon {
  width: 100%;
  height: 6.2rem;
  margin-bottom: 3rem;
}
.contact-icons .contact-card-icon img {
  height: 100%;
}
.contact-icons .contact-card-title {
  color: #344356;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact-icons .contact-card-content {
  color: #344356;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
}

.page-info-box {
  position: relative;
  background-color: #4391D5;
  padding: 2rem 4rem;
  border-radius: 6px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.page-info-box::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 27px;
  background-image: url(../../assets/images/icon-info.svg);
  top: -1rem;
  right: -1rem;
}
.page-info-box p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5rem !important;
}

/*  
######  Sections  ###### 
*/
.full-w-section {
  padding: 4rem 0;
}
.full-w-section.img-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-bar-header {
  padding: 0.8rem 0;
  background-color: #4391D5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}
.top-bar-header .top-bar-items {
  display: flex;
}
.top-bar-header .top-bar-items .item {
  margin-right: 3rem;
  display: flex;
  align-items: center;
}
.top-bar-header .top-bar-items .item .icon {
  margin-right: 0.7rem;
  height: 2rem;
  display: flex;
  align-items: center;
}
.top-bar-header .top-bar-items .item .icon img {
  max-height: 100%;
}
.top-bar-header .top-bar-items .item.login-button {
  margin-right: 0;
  margin-left: auto;
}
.top-bar-header .top-bar-items .item.login-button a {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 25px;
  border-radius: 5px;
  font-weight: 600;
}

header {
  padding: 3.5rem 0;
  background-color: #fff;
  position: relative;
}
header .menu-icon {
  align-items: center;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
header .header-logo {
  max-width: 220px;
}

.menu-icon-close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 1000;
  cursor: pointer;
}
.menu-icon-close:hover {
  opacity: 1;
}
.menu-icon-close::before, .menu-icon-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.menu-icon-close::before {
  transform: rotate(45deg);
}
.menu-icon-close::after {
  transform: rotate(-45deg);
}

#overlay-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
  pointer-events: none;
  height: 100%;
}
#overlay-mobile.show-overlay {
  right: -100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.main-menu ul.primary-menu {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
}
.main-menu ul.primary-menu li {
  line-height: 2.2em;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.main-menu ul.primary-menu li a {
  font-size: 1.7rem;
  font-weight: 600;
  color: #111010;
}
.main-menu ul.primary-menu.mobile-menu {
  display: flex;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 20rem;
  left: 0;
}
.main-menu ul.primary-menu.mobile-menu li {
  line-height: 2.4em;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.main-menu ul.primary-menu.mobile-menu li a {
  font-size: 1.9rem;
  font-weight: 600;
  color: #111010;
}

.main-page-hero {
  position: relative;
  margin-bottom: 5rem;
  padding: 0;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  height: 68vh;
}
.main-page-hero .hero-content {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main-page-hero .hero-content .small-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
}
.main-page-hero .hero-content h1 {
  text-align: center;
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  left: -5px;
  position: relative;
  color: #fff;
}
.main-page-hero .hero-content .subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.3em;
}
.main-page-hero .hero-content .cta-button {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.main-page-hero .hero-content .cta-button a.btn {
  margin: 0.5rem auto 2rem auto !important;
  padding: 15px 30px;
}
.main-page-hero .hero-section-carousel {
  width: 100%;
}
.main-page-hero .hero-section-carousel .hero-section-carousel-item {
  height: 68vh;
}

.hero-sect-page {
  padding: 32rem 0 1rem 0;
}
.hero-sect-page .hero-content h1 {
  text-align: left;
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  left: -5px;
  position: relative;
  color: #fff;
}

.hero-sect-no-marg {
  margin-bottom: 0;
}

.image-text-sect-1 {
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.image-text-sect-1 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.image-text-sect-1 .sect-content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding-left: 0;
}
.image-text-sect-1 .it-image {
  border-radius: 1rem;
  position: relative;
  margin-bottom: 4rem;
  padding-left: 4rem;
}
.image-text-sect-1 .it-image img {
  border-radius: 10px;
}
.image-text-sect-1 p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55em;
}
.image-text-sect-1 .cta-button {
  margin-top: 3rem;
}

.cta-sect.cta-sect-1 {
  padding: 10rem 0 8rem 0;
}
.cta-sect.cta-sect-1 .small-title {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 4.7rem;
  margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.cta-sect.cta-sect-1 p.txt-lg {
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
}
.cta-sect.cta-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.cta-sect.cta-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}

.newsl-sect.newsl-sect-1 {
  padding: 6rem 0;
}
.newsl-sect.newsl-sect-1 H2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 5.6rem;
  line-height: 5.9rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.newsl-sect.newsl-sect-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #909090;
}
.newsl-sect.newsl-sect-1 p.txt-lg {
  text-transform: uppercase;
}
.newsl-sect.newsl-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.newsl-sect.newsl-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}

.our-projects-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../../assets/images/temp/gallery-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.our-projects-section.overlay {
  -o-border-image: linear-gradient(rgba(10, 12, 19, 0.9), rgba(20, 25, 41, 0.9)) 1;
     border-image: linear-gradient(rgba(10, 12, 19, 0.9), rgba(20, 25, 41, 0.9)) fill 1;
}
.our-projects-section .small-title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.our-projects-section h2 {
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 2.5rem;
}
.our-projects-section p {
  color: #fff;
}

.faq {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.faq h2,
.faq .small-title {
  text-align: center;
}
.faq h2 {
  margin-bottom: 35px;
}
.faq .small-title {
  margin-bottom: 1rem;
}
.faq .faq-content {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: 0;
}
.faq .faq-image {
  padding-top: 0;
}
.faq ul.accordion {
  font-weight: 700;
}
.faq ul.accordion li {
  background: #fff;
  padding: 25px 50px 15px 0px;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
  border-top: 1px solid #D8D7E0;
}
.faq ul.accordion li::after {
  content: "";
  position: absolute;
  background-image: url("");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  right: 30px;
  top: 25px;
  transition: all 0.3s ease-in;
}
.faq ul.accordion li.menu-open {
  border: 2px solid #d46f10;
}
.faq ul.accordion li.menu-open::after {
  transform: rotate(45deg);
}
.faq ul.accordion li .title {
  font-size: 18px;
  line-height: 23px;
  position: relative;
}
.faq ul.accordion li .faq-body {
  margin-top: 10px;
  max-height: 0;
  padding: 0;
  transition: all 0.25s;
  opacity: 0;
}
.faq ul.accordion li .faq-body.faq-body-active {
  opacity: 1;
}
.faq ul.accordion li .faq-body img {
  width: revert-layer;
}
.faq ul.accordion li .faq-body p {
  font-size: 15px;
  line-height: 26px;
  color: #2a2b2c;
}
.faq ul.accordion li .faq-body ul,
.faq ul.accordion li .faq-body ol {
  padding-left: 2rem !important;
}
.faq ul.accordion li .faq-body ul li,
.faq ul.accordion li .faq-body ol li {
  background: #fff;
  padding: 0;
  overflow: visible;
  margin-bottom: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  border: none;
  border-top: none;
}
.faq ul.accordion li .faq-body ul li::before,
.faq ul.accordion li .faq-body ol li::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #4391D5;
  width: 5px;
  height: 5px;
  left: -15px;
  top: 10px;
  bottom: 5px;
  z-index: 9;
}
.faq ul.accordion li .faq-body ol li::before {
  display: none;
}
.faq .faq-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: -40px;
  top: -4px;
}
.faq .faq-icon::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #d46f10;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 5px;
  z-index: 9;
  transition: all 0.3s ease;
}
.faq .faq-icon.opened::before {
  opacity: 0;
}
.faq .faq-icon::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #d46f10;
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 5px;
  z-index: 9;
}

.faq-page {
  padding-top: 0;
  padding-bottom: 0;
}
.faq-page h2 {
  margin-bottom: 3.6rem !important;
}
.faq-page ul {
  margin: 0 !important;
  padding: 0 !important;
}
.faq-page ul li::before {
  display: none;
}

.testimonials {
  background-color: #F4F4F4;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.testimonials h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.testimonials .card-2 {
  text-align: center;
  padding: 60px 15px 25px 15px !important;
}
.testimonials .card-2 .card-t-name {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00CEFE;
}
.testimonials .card-2 .card-t-location {
  font-size: 13px;
  color: #858585;
}

.testimonials-page {
  padding-top: 3rem;
}
.testimonials-page h2 {
  margin-bottom: 4rem !important;
  text-align: left;
}

.ft-spc {
  height: 4rem;
  width: 100%;
}

footer {
  margin-top: auto;
  padding: 9rem 0 0 0;
}
footer .footer-widgets .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  width: 100%;
}
footer .footer-widgets .footer-logo img {
  max-width: 250px;
}
footer .footer-widgets .footer-widget-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
footer.footer-two {
  background-color: #fff;
  color: #151313;
  font-size: 1.4rem;
}
footer.footer-two p {
  color: #151313;
  font-size: 1.4rem;
}
footer.footer-two a {
  color: #151313;
}
footer.footer-two .about-us-short {
  margin-bottom: 3rem;
}
footer.footer-two .footer-disclaimer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #2956c9;
}
footer.footer-two .footer-social {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
footer.footer-two .footer-social .icon {
  opacity: 0.7;
  margin: 0 1rem 1rem 1rem;
  height: 2rem;
  width: auto;
  transition: all 0.2s ease;
}
footer.footer-two .footer-social .icon:first-child {
  margin-left: 15px;
}
footer.footer-two .footer-social .icon img {
  width: auto;
  height: 100%;
}
footer.footer-two .footer-social .icon:hover {
  opacity: 1;
}
footer.footer-two .copyright {
  border-top: 1px solid rgba(52, 67, 86, 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.3rem;
}
footer.footer-two .copyright .developer-company {
  text-align: center;
}
footer.footer-two .copyright .developer-company a {
  font-weight: 600;
}
footer.footer-two .copyright-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer.footer-two .copyright-copy .legal-stuff-menu {
  margin-left: 2rem;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul {
  display: flex;
  justify-content: center;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li {
  font-size: 1.3rem;
  margin-left: 1rem;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li a {
  opacity: 1;
  font-weight: 600;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li:first-child {
  margin-left: 0;
}

.featured-image {
  margin-bottom: 30px;
}

.post-category {
  margin-bottom: 10px;
}

.post-date {
  margin-bottom: 10px;
}

/*** ----- Single PAGE and POST  ----- ***/
.page-single,
.post-single {
  padding-top: 5rem;
  padding-bottom: 0;
}
.page-single h2,
.post-single h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #464E65;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.page-single h3,
.post-single h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #464E65;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.page-single p,
.post-single p {
  font-size: 1.8rem;
  color: #373A43;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.6em;
}
.page-single p.big,
.post-single p.big {
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin-bottom: 4rem;
}
.page-single p:last-child,
.post-single p:last-child {
  margin-bottom: 2rem;
}
.page-single ul,
.post-single ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.page-single ul li,
.post-single ul li {
  padding-left: 2rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.page-single ul li::before,
.post-single ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.8rem;
  width: 7px;
  height: 7px;
  background-color: #4391D5;
}
.page-single .wp-block-column ul,
.post-single .wp-block-column ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.page-single .wp-block-column ul li,
.post-single .wp-block-column ul li {
  padding-left: 2rem;
  margin-bottom: 0.7rem;
  position: relative;
  line-height: 1.6em;
}
.page-single .wp-block-column ul li::before,
.post-single .wp-block-column ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: #4391D5;
}
.page-single .wp-block-gallery,
.post-single .wp-block-gallery {
  margin-bottom: 6rem;
}
.page-single .wp-block-gallery figure.wp-block-image,
.post-single .wp-block-gallery figure.wp-block-image {
  flex-grow: 0;
  border: 1px solid #cecece;
  max-width: 186px;
  height: -moz-fit-content;
  height: fit-content;
}
.page-single figure,
.post-single figure {
  margin-bottom: 3.5rem;
}

.downloads-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.download-item {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
}
.download-item::before {
  display: none;
}

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1;
}

.download-link:hover {
  color: #005177;
  text-decoration: underline;
}

.download-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.download-desc {
  margin: 0.25em 0 0 26px;
  /* slight indent under link */
  color: #555;
  font-size: 1.6rem !important;
  line-height: 1.4;
}

/* Hide dropdown menu by default before JS loads */
.primary-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.js .primary-menu {
  opacity: 1;
  visibility: visible;
}

.primary-menu {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 0 0 4rem;
  margin: 0;
}

.primary-menu li {
  margin: 0 10px;
  white-space: nowrap;
}

.primary-menu a {
  text-decoration: none;
  color: #333;
}

.menu-dropdown {
  display: none;
  /* shown only if overflow exists */
  flex-direction: column;
  position: relative;
}

.menu-toggle {
  width: 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 3rem;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Hamburger to X */
.menu-dropdown.open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-dropdown.open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-dropdown.open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Dropdown menu animation */
.hidden-menu {
  list-style: none;
  position: absolute;
  top: 6rem;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  /* slide up initially */
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 2px 8px 13px 0px rgba(105, 105, 105, 0.63);
}

.hidden-menu li {
  padding: 10px 15px;
  white-space: nowrap;
}

.hidden-menu li a {
  color: #333;
  text-decoration: none;
}

.menu-dropdown.open .hidden-menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  /* slide down */
}

.frm-fluent-form input, .frm-fluent-form textarea {
  background-color: rgba(52, 67, 86, 0.05);
  border: 0 !important;
}

.card {
  box-shadow: 0px 10px 23px 0px rgba(77, 77, 77, 0.15);
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  padding-bottom: 80px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.card.rnd-corners {
  border-radius: 8px;
}
.card .card-image {
  margin-bottom: 2rem;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 287px;
}
.card .card-image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.card .card-title {
  font-family: "Poppins", sans-serif;
  color: #35395A;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
  padding: 0 2.3rem 0 2.3rem;
  margin-bottom: 1.3rem;
  transition: all 0.3s ease;
}
.card .card-content {
  padding: 0 2.3rem 0 2.3rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #2A2D31;
  transition: all 0.3s ease;
}
.card .card-read-more {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #848e99;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 2.6rem;
}

.cta-button {
  cursor: pointer;
}
.cta-button a.btn {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ED8620;
  border: 1px solid #ED8620;
  border-radius: 6px;
  padding: 20px 50px;
  display: block;
  margin: 15px 0;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 180px;
  text-align: center;
}
.cta-button a.btn:hover {
  color: #1f1f1f;
  background-color: #fff;
  text-shadow: none;
}
.cta-button a.btn.ghost {
  color: #ED8620;
  background-color: none;
  border: 1px solid #ED8620;
}
.cta-button a.btn.ghost:hover {
  color: #fff;
  background-color: #ED8620;
}
.cta-button .get-offers-button {
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 23.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4391D5;
  border: 1px solid #4391D5;
  border-radius: 6px;
  padding: 5px 30px;
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button .get-offers-button:hover {
  color: #4391D5;
  background-color: #fff;
}
.cta-button.centered {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.4rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .main-menu ul.primary-menu {
    display: flex;
  }
  .main-page-hero .hero-content {
    bottom: 80px;
  }
  .main-page-hero .hero-content .small-title {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  .main-page-hero .hero-content h1 {
    text-align: center;
    font-size: 8rem;
  }
  .main-page-hero .hero-content .subtitle {
    font-size: 3rem;
    line-height: 1.3em;
  }
  .main-page-hero .cta-button a.btn {
    padding: 20px 50px;
  }
  .hero-sect-page .hero-content h1 {
    font-size: 6rem;
  }
  .cta-sect.cta-sect-1 h2 {
    font-size: 5.6rem;
    line-height: 5.9rem;
  }
  .image-text-sect-1 h2 {
    font-size: 6rem;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 187px;
  }
  .card .card-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .faq h2,
  .faq .small-title {
    text-align: left;
  }
  .faq .faq-content {
    margin-top: 55px;
    margin-right: 50px;
  }
  .faq .faq-image {
    padding-top: 55px;
  }
  .faq-page .faq-content {
    margin-top: 0;
    margin-right: 0;
  }
  /*** ----- Footer  ----- ***/
  footer .footer-widgets .footer-logo {
    justify-content: flex-start;
  }
  footer.footer-two .footer-social {
    justify-content: flex-start;
    height: 2rem;
    margin-bottom: 2rem;
  }
  footer.footer-two .footer-social .icon {
    height: 2.1rem;
  }
  footer.footer-two .footer-social .icon:first-child {
    margin-left: 0;
  }
  footer.footer-two .legal-stuff-menu ul {
    justify-content: flex-end;
  }
  footer.footer-two .legal-stuff-menu ul li:first-child {
    margin-left: 2rem;
  }
  footer.footer-two .copyright .copyright-copy {
    text-align: left;
    justify-content: flex-start;
  }
  footer.footer-two .copyright .developer-company {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.8rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 195px;
  }
}