/*
Theme Name: TownWeb
Version: 1.0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rammetto+One&display=swap");

body,
#clientCustomizer .customizer-content {
  background-color: var(--body-background-color);
  font-family: var(--primary-font) !important;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  margin-top: 70px;
}

.customizer-content #header #tw-main-menu-wrapper.tw-fixed {
  position: fixed;
  top: 0;
  left: 286px;
  right: 0;
  z-index: 4;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.customizer-content {
  font-family: var(--primary-font) !important;
  font-size: var(--default-size, 16px);
}

.customizer-content h1 {
  font-size: var(--h1-size, 36px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h2 {
  font-size: var(--h2-size, 30px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h3 {
  font-size: var(--h3-size, 24px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h4 {
  font-size: var(--h4-size, 18px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h5 {
  font-size: var(--h5-size, 14px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h6 {
  font-size: var(--h6-size, 12px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper {
  font-family: var(--primary-font);
  font-size: var(--default-size, 16px);
}

#juniper h1 {
  font-size: var(--h1-size, 36px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper h2 {
  font-size: var(--h2-size, 30px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper h3 {
  font-size: var(--h3-size, 24px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper h4 {
  font-size: var(--h4-size, 18px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper h5 {
  font-size: var(--h5-size, 14px);
  font-family: var(--hedings-font, --primary-font);
}

#juniper h6 {
  font-size: var(--h6-size, 12px);
  font-family: var(--hedings-font, --primary-font);
}

.tw-primary {
  color: var(--primary-color);
}
.tw-bg-primary {
  background-color: var(--primary-color);
}
.tw-secondary {
  color: var(--secondary-color);
}
.tw-bg-secondary {
  background-color: var(--secondary-color);
}
.tw-tertiary {
  color: var(--tertiary-color);
}
.tw-bg-tertiary {
  background-color: var(--tertiary-color);
}

.tw-font-family-secondary {
  font-family: var(--text-font-family-secondary);
}

.tw-btn {
  padding: 10px 35px;
  background: #decb53;
  border-radius: 8px;
  transition: unset;
  border-bottom: none;
  font-size: 17px;
  font-weight: 700;
  color: #07483d;
  display: inline-block;
}

.twpb-btn.button-twsite-red {
  background-color: #de222f;
  border: 3px solid #de222f;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  border-radius: 8px;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.twpb-btn.button-twsite-red:hover {
  filter: brightness(95%);
  background-color: #de222f;
  border: 3px solid #de222f;
  color: #fff;
}
.twpb-btn.button-twsite-white {
  background-color: #fff;
  border: 3px solid #de222f;
  color: #de222f;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  border-radius: 8px;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.twpb-btn.button-twsite-white:hover {
  filter: brightness(95%);
  background-color: #fff;
  border: 3px solid #de222f;
  color: #de222f;
}

.tw-view-all {
  display: flex;
  justify-content: center;
}
.tw-action-btn button,
.tw-view-all a {
  display: flex;
  font-size: 14px;
  background-color: var(--helper-2-color);
  width: 239px;
  height: 51px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 88px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  border: none;
}

@keyframes appear {
  0% {
    transform: translatex(-200px);
  }
  100% {
    transform: translatex(0px) translatey(0px) translateZ(0px);
  }
}

@keyframes disappear {
  0% {
    transform: translatex(0px) translatey(0px) translateZ(0px);
  }
  100% {
    transform: translatex(-200px);
  }
}

/************************************************************************************************************
                                                Breadcrumbs
*************************************************************************************************************/

/************************************************************************************************************
                                                PAGE
*************************************************************************************************************/

 /* MEGA MENU*/
 @media (min-width: 1400px) {
  .container {
      max-width: 1465px !important;
  }
}
 .navbar-nav .nav-item a {
    font-size: 20px;
    font-weight: 400;
 }
 .dropdown-mega .dropdown-mega-menu {
  border-radius: 12px;
  border: 1px solid #D4D4D4;
  transform: translateX(-55%);
  padding: 25px 45px;
  top: 80%;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link:hover::after {
  border-color: #2AB128;
  width: 110px;
  transition: width 0.3s ease;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column .mb-2:not(:first-child) {
  margin: 22px 0;
}
.dropdown-mega .dropdown-mega-menu .mega-menu-column .mb-2 li:last-child {
  margin-bottom: 10px;
}
.mega-menu-column .sk-megamenu-column-item-submenu li {
  list-style-type: none;
  position: relative;
  padding: 5px 0;
  margin-left: 10px;
}

.mega-menu-column .sk-megamenu-column-item-submenu li a {
  color: #6B6C70;
  text-decoration: none;
  font-size: 20px;
}
.mega-menu-column .sk-megamenu-column-item-submenu li::before {
  content: "•";
  color: #6B6C70;
  font-size: 2rem;
  position: absolute;
  left: -18px;
  top: 20px;
  transform: translateY(-50%);
  margin-right: 10px;
}
ul.navbar-nav .nav-item .nav-link.first-level-link {
  padding: 20px 15px;
  border-radius: 3px;
}
ul.navbar-nav.navbar-nav .nav-item .nav-link.show::after {
  width: 80%;
  border-color: #123288;
}
ul.navbar-nav .nav-item .nav-link.first-level-link::after {
  content: "";
  border: none;
}
ul#main-menu .nav-item .nav-link.first-level-link:hover::after {
  width: 80%;
  border-color: #123288;
  transition: width 0.3s ease;
}
.navbar-brand h4 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}
.navbar-brand h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
}
.navbar-brand:focus, .navbar-brand:hover {
  color: #FFF;
}
@media screen and (min-width: 845px) {
  /* .nav-item.haveSubmenu:hover > .dropdown-menu.dropdown-mega-menu {
      display: block !important;
  } */
}
@media screen and (max-width: 845px) {
  .navbar .offcanvas.offcanvas-start {
      transform: translateX(100%);
      left: unset;
      right: -1px;
      width: 80%;
      background-color: #123288;
  }
  .navbar .offcanvas.show:not(.hiding), .offcanvas.showing {
      transform: none;
  }
  .navbar .navbar-toggler {
      color: #FFF;
      font-size: 24px;
      border: none;
      box-shadow: none;
  }
  .navbar .mobile-close-btn {
      width: 2rem;
      height: auto;
      background: transparent;
      border: none;
      fill: #fff;
  }
  .navbar .navbar-toggler i {
      transform: scale(1.4, 1);
  }
  .navar .navbar-toggler:focus {
      border: none;
  }
  .navar .navbar-brand h4 {
      font-size: 14px;
      color: #fff;
  }
  .navar .navbar-brand h1 {
      font-size: 26px;
  }
  ul.navbar-nav .nav-item .nav-link.first-level-link {
      padding: 10px 15px;
  }
  ul.navbar-nav .nav-item .nav-link.first-level-link::after {
      position: absolute;
      right: 0;
  }
  ul.navbar-nav.navbar-nav .nav-item .nav-link {
      font-size: 20px;
      position: relative;
  }
  ul.navbar-nav .nav-item .nav-link.first-level-link:hover::after {
    position: absolute;
    right: 0;
  }
  ul.navbar-nav .dropdown-mega .dropdown-mega-menu {
      background-color: #F5FBFF;
      box-shadow: none;
      transform: unset;
      padding: 0 25px;
      border-radius: 4px;
      border: 0;
      margin-top: 0;
  }
  ul.navbar-nav .nav-item .nav-link.first-level-link:hover {
      background-color: #F5FBFF;
      color: #FFF;
  }
  ul.navbar-nav .nav-item.haveSubmenu .nav-link.first-level-link::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    font-weight: 800;
  }
  .dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link {
      color: #fff;
      font-size: 20px;
  }
  .dropdown-mega .dropdown-mega-menu .mega-menu-column .sk-megamenu-column-item-link::after {
      display: none;
  }
  .mega-menu-column .sk-megamenu-column-item-submenu li::before {
      display: none;
  }
  .mega-menu-column .sk-megamenu-column-item-submenu li a {
      font-size: 20px;
      color: #fff;
  }
  ul.sk-megamenu-column-item-submenu {
      padding-left: 1rem;
      padding-top: 10px;
  }
  .mega-menu-columns .mega-menu-column:first-child {
      padding-top: 0.8rem !important;
      padding-bottom: 0 !important;
  }
  .mega-menu-columns .mega-menu-column:last-child {
      padding-bottom: 0.4rem !important;
  }
  .mega-menu-columns .mega-menu-column {
      padding-top: 0.4rem !important;
      padding-bottom: 0 !important;
  }
  .dropdown-mega .dropdown-mega-menu .mega-menu-column .mb-2:not(:first-child) {
      margin: 0;
  }
  .navbar .navbar-collapse {
    height: 100vh;
    overflow: auto;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding: 2rem 0;
  }
  .dropdown-menu .mega-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------END MEGA MENU---------*/

/************************************************************************************************************
                                                HEADER
*************************************************************************************************************/

header {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

header .navbar-brand {
  width: 200px;
}

header .navbar-brand img {
  width: 100%;
}

header #navbarPrimaryMenuContent li a {
  color: var(--secondary-color);
}

header #navbarPrimaryMenuContent li a:hover {
  color: var(--primary-color);
}

header .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  vertical-align: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-size: 14px;
}

header .navbar-toggler .animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header .navbar-toggler .animated-icon span {
  display: block;
  position: absolute;
  background: #000;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler .animated-icon span:nth-child(1) {
  top: 0px;
}

header .navbar-toggler .animated-icon span:nth-child(2) {
  top: 10px;
}

header .navbar-toggler .animated-icon span:nth-child(3) {
  top: 20px;
}

header button[aria-expanded="true"] .animated-icon span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header button[aria-expanded="true"] .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

header button[aria-expanded="true"] .animated-icon span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 991.99px) {
}

/************************************************************************************************************
                                                  FOOTER
*************************************************************************************************************/
#footer {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.2rem;
  color: #454545;
}

#footer .footer-cols a {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

#footer .footer-cols a:hover {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

#footer .footer-cols .logo {
  padding-bottom: 15px;
}

#footer .footer-cols ul {
  list-style: none;
}

#footer .footer-cols ul .nav-link {
  padding: 2px 5px;
}

#footer .footer-cols ul li .menu-item-description {
  display: none;
}

#footer .footer-cols .menu-footer-quick-links li a {
  color: var(--secondary-color);
  font-weight: 400;
}

#footer .footer-cols .menu-footer-social {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--secondary-color);
}

#footer .footer-cols .menu-footer-social li a {
  color: var(--secondary-color);
  font-weight: 400;
}

#footer .footer-cols .menu-footer-social li a i {
  margin-right: 1rem !important;
}

#footer .footer-cols .menu-footer-social li a i.fa-facebook {
  color: #47a7f3;
}

#footer .footer-cols .menu-footer-social li a i.fa-instagram {
  color: #e65488;
}

#footer .footer-cols .menu-footer-social li a i.fa-linkedin {
  color: #007ab5;
}

#footer .footer-cols .quick-links .title {
  padding-left: 2rem;
}

#footer .copyright {
  text-align: center;
  font-size: 14px;
}

#footer .copyright a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 14px;
}

#footer .copyright a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

@media (max-width: 991px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  #footer .footer-cols .footer-col {
    padding-left: 30px;
  }

  #footer .footer-cols .quick-links .title {
    padding-left: 0px;
  }

  #footer .footer-cols .quick-links ul {
    padding-left: 0px;
  }

  #footer .footer-cols .social-links ul {
    padding-left: 0px;
  }
}

/************************************************************************************************************
                                            NEWS SECTION HOMEPAGE
*************************************************************************************************************/
#homepageSectionNews {
  padding-bottom: 30px;
}

#homepageSectionNews .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

#homepageSectionNews .heading .title {
  color: var(--primary-color);
  font-size: 32px;
}

#homepageSectionNews .news-item {
  margin-bottom: 30px;
  padding: 30px;
}

#homepageSectionNews .news-item .news-read-more-btn {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  margin-top: 15px;
}

#homepageSectionNews .news-image {
  height: 230px;
  padding-bottom: 15px;
}

#homepageSectionNews .news-image a {
  width: 100%;
}

#homepageSectionNews .news-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

#homepageSectionNews .news-image img:hover {
  /* filter: saturate(300%); */
}

#homepageSectionNews .news-text {
  display: flex;
  flex-direction: column;
}

#homepageSectionNews .news-text .category {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: var(--secondary-color);
  font-weight: bold;
}

#homepageSectionNews .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

#homepageSectionNews .news-text .name a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

#homepageSectionNews .news-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary-color);
  padding: 0px 15px;
}

@media (max-width: 991px) {
  #homepageSectionNews {
    padding-bottom: 0px;
  }

  #homepageSectionNews .heading .title {
    font-size: 20px;
  }

  #homepageSectionNews .news-item {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }

  #homepageSectionNews .news-image {
    height: 170px;
    padding-bottom: 0;
    width: 100%;
    margin-right: 10px;
  }

  #homepageSectionNews .news-text {
    width: 100%;
  }

  #homepageSectionNews .news-text .category {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: var(--secondary-color);
  }

  #homepageSectionNews .news-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-top: 10px;
  }

  #homepageSectionNews .news-text .excerpt {
    font-size: 14px;
    line-height: 16px;
    color: var(--secondary-color);
  }

  #homepageSectionNews .news-item .news-read-more-btn {
    font-size: 16px;
    margin-top: 10px;
  }
}

/************************************************************************************************************
                                            REQUEST QUOTE SECTION
*************************************************************************************************************/

#homepageSectionRequestQuote {
  padding: 7em 10px 6em;
}

#homepageSectionRequestQuote .container {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #de5a22, var(--primary-color));
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 4px;
  padding-bottom: 4rem;
}

#homepageSectionRequestQuote .container .heading {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 4rem;
}

#homepageSectionRequestQuote .btn-request {
  color: var(--primary-color);
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 30px;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

#homepageSectionRequestQuote .container .image {
  width: 300px;
}

#homepageSectionRequestQuote .container .image img {
  width: 100%;
  margin-top: -90px;
}

@media (max-width: 991px) {
  #homepageSectionRequestQuote {
    padding: 5em 10px 4em;
  }

  #homepageSectionRequestQuote .container .image {
    display: none;
  }

  #homepageSectionRequestQuote .btn-request {
    display: flex;
    justify-content: center;
    font-size: 22px;
    padding: 0.5rem 1.5rem;
  }

  #homepageSectionRequestQuote .container {
    padding: 1rem 2rem;
    border-radius: 4px;
    padding-bottom: 2rem;
    display: block;
  }

  #homepageSectionRequestQuote .container .heading .top {
    font-size: 20px;
  }

  #homepageSectionRequestQuote .container .heading {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}

/************************************************************************************************************
                                            TEAM SECTION
*************************************************************************************************************/

#homepageSectionTeam {
  background-color: #fbfbfb;
}

#homepageSectionTeam .team-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10px 10.3em;
  display: flex;
  position: relative;
}

#homepageSectionTeam .team-text {
  text-align: center;
  width: 35vw;
  margin-bottom: 50px;
  font-size: 18px;
}

#homepageSectionTeam .team-wrapper .team-member-image {
  width: 100px;
  position: absolute;
}

#homepageSectionTeam .team-wrapper .team-member-image:hover {
  transform: scale(1.05);
  transition: transform 0.9s;
}

#homepageSectionTeam .team-wrapper .team-member-image:not(:hover) {
  transform: scale(1);
}

#homepageSectionTeam .team-wrapper .team-member-image.position-1 {
  left: auto;
  right: 120px;
  bottom: 54px;
  top: auto;
  width: 80px;
}

#homepageSectionTeam .team-wrapper .team-member-image.position-2 {
  left: auto;
  right: 30px;
  bottom: auto;
  top: 54px;
  width: 110px;
}

#homepageSectionTeam .team-wrapper .team-member-image.position-3 {
  left: 30px;
  right: auto;
  bottom: auto;
  top: -25px;
  width: 110px;
}

#homepageSectionTeam .team-wrapper .team-member-image.position-4 {
  left: 70px;
  right: auto;
  bottom: -20px;
  top: auto;
  width: 200px;
}

#homepageSectionTeam .btn-theme-outline {
  color: var(--primary-color);
  background-color: #ffffff;
  border: 3px solid var(--primary-color);
  border-radius: 4px;
  font-size: 26px;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

@media (max-width: 991px) {
  #homepageSectionTeam .team-wrapper {
    padding: 5em 10px 1em;
  }

  #homepageSectionTeam .team-text {
    text-align: center;
    width: 95vw;
    margin-bottom: 50px;
    font-size: 18px;
  }

  #homepageSectionTeam .btn-theme-outline {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 3px solid var(--primary-color);
    border-radius: 4px;
    font-size: 18px;
    padding: 1rem 1.5rem;
    text-decoration: none;
  }

  #homepageSectionTeam .team-wrapper .team-member-image.position-1 {
    left: auto;
    right: 20px;
    bottom: 0px;
    top: auto;
    width: 70px;
  }

  #homepageSectionTeam .team-wrapper .team-member-image.position-2 {
    left: auto;
    right: 50px;
    bottom: auto;
    top: -10px;
    width: 70px;
  }

  #homepageSectionTeam .team-wrapper .team-member-image.position-3 {
    left: 50px;
    right: auto;
    bottom: auto;
    top: -20px;
    width: 70px;
  }

  #homepageSectionTeam .team-wrapper .team-member-image.position-4 {
    left: 20px;
    right: auto;
    bottom: -20px;
    top: auto;
    width: 70px;
  }
}

/************************************************************************************************************
                                            HERO SECTION
*************************************************************************************************************/

#homepageSectionHero .slider-image-hero {
  border-radius: 8px;
  margin-top: 40px;
  width: 100%;
}

#homepageSectionHeroMenu {
  margin-top: 20px;
}

#homepageSectionHeroMenu .menu-links-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

#homepageSectionHeroMenu #hero-menu-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  color: #737373;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  min-height: 100px;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a:hover {
  background-color: #f4f4f4;
}

#homepageSectionHeroMenu #hero-menu-links .nav-item a span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  width: 75%;
}

#homepageSectionHeroMenu #hero-menu-links li {
  width: 20%;
  padding: 5px;
}

#homepageSectionHeroMenu #hero-menu-links li a i {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  #homepageSectionHeroMenu #hero-menu-links li {
    width: 50%;
    padding: 5px;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-label {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a .menu-item-description-wrapper .menu-item-description {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #737373;
  }
  #homepageSectionHeroMenu #hero-menu-links .nav-item a {
    min-height: 60px;
  }
}

/************************************************************************************************************
                                            CLIENTS SECTION
*************************************************************************************************************/

#homepageSectionClients {
  margin-top: 4rem;
  margin-bottom: 2rem;
  min-height: 720px;
}

#homepageSectionClients .section-title {
  text-align: center;
  margin-bottom: 30px;
}

#homepageSectionClients .section-title h3 {
  font-size: 2.5rem;
}

#homepageSectionClients .clients-wrapper {
  width: 100%;
  height: 400px;
  overflow-x: scroll;
}

#homepageSectionClients .clients-wrapper .scroll {
  white-space: nowrap;
}

#homepageSectionClients .clients-wrapper .client-item {
  height: 330px;
  width: 290px;
  margin-right: 20px;
  display: inline-block;
}

#homepageSectionClients .clients-wrapper .client-item .client-image {
  position: relative;
  border-radius: 0.6em;
  justify-content: center;
  align-items: flex-end;
  height: 330px;
  width: 290px;
  transition: box-shadow 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

#homepageSectionClients .clients-wrapper .client-item .client-image .image {
  width: 100%;
  height: 100%;
  filter: grayscale();
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  transition: all 0.5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.05);
}

#homepageSectionClients .clients-wrapper .client-item .client-image .image:hover {
  filter: none;
  transform: scale(1.1);
}

#homepageSectionClients .clients-wrapper .client-item .client-image .logo {
  z-index: 10;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 8em;
  margin-bottom: 2em;
  position: static;
}

#homepageSectionClients .clients-wrapper .client-item .client-name {
  text-align: center;
}

#homepageSectionClients .clients-wrapper .client-item .client-name a {
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
}

#homepageSectionClients .clients-testimonials {
  margin-top: 50px;
  width: 60%;
}

#homepageSectionClients .clients-testimonials .client-testimonial-wrapper {
  margin-bottom: 20px;
}

#homepageSectionClients .clients-testimonials .testimonial p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#homepageSectionClients .clients-testimonials .person {
  text-align: center;
  color: #737373;
}

#homepageSectionClients .clients-mobile .section-title h3 {
  font-size: 24px;
}

#homepageSectionClients .clients-mobile .client-item {
  margin-bottom: 30px;
}

#homepageSectionClients .clients-mobile .client-image {
  position: relative;
  height: 400px;
  width: 100%;
}

#homepageSectionClients .clients-mobile .client-image .image {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#homepageSectionClients .clients-mobile .client-image .logo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 50px;
}

#homepageSectionClients .clients-mobile .client-testimonial-wrapper .person {
  text-align: center;
  color: #737373;
}

#homepageSectionClients .clients-mobile .client-name {
  text-align: center;
  margin-bottom: 15px;
}

#homepageSectionClients .clients-mobile .client-name a {
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
}

/************************************************************************************************************
                                               ARPA BUTTON SECTION
*************************************************************************************************************/

#homepageSectionArpaButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

#homepageSectionArpaButton img {
  width: 480px;
}

@media (max-width: 991px) {
  #homepageSectionArpaButton img {
    width: 100%;
  }
}

/************************************************************************************************************
                                               FEATURES SECTION
*************************************************************************************************************/

#homepageSectionFeatures {
  padding: 100px 0px;
}

#homepageSectionFeatures .features-description {
  height: 35em;
  position: sticky;
  top: 8em;
}

#homepageSectionFeatures .features-description .features-heading {
  margin-bottom: 30px;
  font-size: 42px;
}

#homepageSectionFeatures .features-description .features-text {
  font-size: 18px;
}

#homepageSectionFeatures .features-description .features-buttons-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

#homepageSectionFeatures .features-description .features-buttons-wrapper .btn-request {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  margin-top: 30px;
}

#homepageSectionFeatures .features-description .features-buttons-wrapper .btn-theme-outline {
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  margin-top: 20px;
}

#homepageSectionFeatures .features-items .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px;
}

#homepageSectionFeatures .features-items .feature-item .feature-item-img {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

#homepageSectionFeatures .features-items .feature-item .feature-item-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#homepageSectionFeatures .features-items .feature-item .feature-item-text {
  text-align: center;
  font-size: 18px;
  padding: 0px 10px;
}

@media (max-width: 991px) {
  #homepageSectionFeatures {
    padding: 50px 0px;
  }

  #homepageSectionFeatures .features-description {
    margin-bottom: 30px;
    height: auto;
    position: relative;
    top: auto;
  }

  #homepageSectionFeatures .features-description .features-heading {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #homepageSectionFeatures .features-description .features-buttons-wrapper .btn-request {
    font-size: 26px;
    text-align: center;
    width: 100%;
  }

  #homepageSectionFeatures .features-description .features-buttons-wrapper .btn-theme-outline {
    text-align: center;
    font-size: 26px;
    width: 100%;
  }

  #homepageSectionFeatures .features-items .feature-item {
    padding: 5px;
  }

  #homepageSectionFeatures .features-items .feature-item .feature-item-img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
}

/************************************************************************************************************
                                              DESIGN SECTION
*************************************************************************************************************/
#homepageSectionDesign {
  padding: 100px 0px;
}

#homepageSectionDesign .design-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

#homepageSectionDesign .design-text {
  font-size: 18px;
  text-align: center;
}

#homepageSectionDesign .design-video {
  position: relative;
  width: 100%;
  max-width: 950px;
}

#homepageSectionDesign .design-video video {
  width: 100%;
  height: auto;
}

#homepageSectionDesign .design-video .cover-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: white;
  z-index: 1;
}

#homepageSectionDesign .design-video .cover-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: white;
  z-index: 1;
}

#homepageSectionDesign .design-video video::before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: white;
}

#homepageSectionDesign .design-buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-top: 30px;
}

#homepageSectionDesign .design-buttons-wrapper .btn-request {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
  margin-right: 20px;
}

#homepageSectionDesign .design-buttons-wrapper .btn-theme-outline {
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 991px) {
  #homepageSectionDesign {
    padding: 50px 0px;
  }

  #homepageSectionDesign .design-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }

  #homepageSectionDesign .design-video .cover-before {
    top: -1px;
    height: 35px;
  }

  #homepageSectionDesign .design-video .cover-after {
    height: 36px;
  }

  #homepageSectionDesign .design-buttons-wrapper {
    justify-content: center;
    align-items: center;
  }

  #homepageSectionDesign .design-buttons-wrapper .btn-request {
    font-size: 20px;
    padding: 0.75rem 1rem;
  }

  #homepageSectionDesign .design-buttons-wrapper .btn-theme-outline {
    font-size: 20px;
    padding: 0.75rem 1rem;
  }
}

/************************************************************************************************************
                                              US MAP SECTION
*************************************************************************************************************/
#homepageSectionUsaMap {
  padding: 100px 0px;
}

#homepageSectionUsaMap .map-title {
  text-align: center;
  padding: 0px 100px;
}

#homepageSectionUsaMap .map-title h2 {
  font-size: 48px;
}

#homepageSectionUsaMap .map {
  padding: 100px;
}

#homepageSectionUsaMap path {
  stroke: white;
  transition: fill 0.4s ease;
  transform-origin: center center;
}

#homepageSectionUsaMap path:hover {
  fill: var(--primary-color) !important;
  cursor: pointer;
  transform: scale(1.005, 1.005);
}

#homepageSectionUsaMap #us-map {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homepageSectionUsaMap #details-box {
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
  opacity: 0%;
  padding: 1rem;
  border-radius: 8px;
  font-size: 20px;
  position: fixed;
  color: white;
  background-color: black;
  width: fit-content;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
  z-index: 1;
}

@media (max-width: 991px) {
  #homepageSectionUsaMap {
    padding: 50px 0px;
  }

  #homepageSectionUsaMap .map-title {
    padding: 0px 30px;
  }

  #homepageSectionUsaMap .map-title h2 {
    font-size: 36px;
  }

  #homepageSectionUsaMap .map {
    padding: 20px;
  }
}

/************************************************************************************************************
                                              HERO SECTION
*************************************************************************************************************/
#homepageSectionHero {
  padding: 100px 0px;
}

#homepageSectionHero .hero-descriptions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#homepageSectionHero .hero-descriptions .hero-title {
  font-size: 36px;
}

#homepageSectionHero .hero-descriptions .hero-text h1 {
  font-size: 48px;
}

#homepageSectionHero .hero-descriptions .hero-text .hero-typer {
  display: flex;
  width: 100%;
}

#homepageSectionHero .hero-descriptions .hero-text .hero-typer .hero-typer-static {
  margin-right: 10px;
}

#homepageSectionHero .hero-animation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepageSectionHero .hero-animation-wrapper .hero-animation {
  width: 800px;
  height: 630px;
  position: relative;
}

#homepageSectionHero .hero-animation-wrapper .hero-animation img {
  width: 100%;
  position: absolute;
  will-change: transform;
  transform-style: preserve-3d;
}

#homepageSectionHero .hero-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepageSectionHero .hero-buttons-wrapper .btn-request {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
  margin-right: 20px;
  min-width: 350px;
}

#homepageSectionHero .hero-buttons-wrapper .btn-theme-outline {
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  font-size: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 991px) {
  #homepageSectionHero {
    padding: 50px 0px;
  }

  #homepageSectionHero .hero-descriptions .hero-title {
    font-size: 24px;
  }

  #homepageSectionHero .hero-descriptions .hero-text h1 {
    font-size: 30px;
  }

  #homepageSectionHero .hero-animation-wrapper .hero-animation {
    width: 100%;
    height: 330px;
  }

  #homepageSectionHero .hero-buttons-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  #homepageSectionHero .hero-buttons-wrapper .btn-request {
    font-size: 26px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  #homepageSectionHero .hero-buttons-wrapper .btn-theme-outline {
    font-size: 26px;
    width: 100%;
  }
}

/************************************************************************************************************
                                              NEWS ARCHIVE PAGE
*************************************************************************************************************/

div#newsArchiveDefault .widget-border-bottom {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

div#newsArchiveDefault .news-item {
  margin-bottom: 30px;
  padding: 30px;
}

div#newsArchiveDefault .news-image {
  height: 230px;
  padding-bottom: 15px;
}

div#newsArchiveDefault .news-image a {
  width: 100%;
}

div#newsArchiveDefault .news-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: filter 0.3s ease;
}

div#newsArchiveDefault .news-image img:hover {
  /* filter: saturate(300%); */
}

div#newsArchiveDefault .news-text {
  display: flex;
  flex-direction: column;
}

div#newsArchiveDefault .news-text .category {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

div#newsArchiveDefault .news-text .name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

div#newsArchiveDefault .news-text .name a {
  text-decoration: none;
  color: #000000;
}

div#newsArchiveDefault .news-text .excerpt {
  font-size: 16px;
  line-height: 19px;
  color: #737373;
}

div#newsArchiveDefault .news-footer {
  margin-top: 5px;
}

div#newsArchiveDefault .news-footer a {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
}

@media (max-width: 991px) {
  div#newsArchiveDefault .heading .title {
    font-size: 20px;
  }

  div#newsArchiveDefault .news-item {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    padding: 0px;
  }

  div#newsArchiveDefault .news-text .category {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
  }

  div#newsArchiveDefault .news-text .name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  div#newsArchiveDefault .news-text .excerpt {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
  }
}

/************************************************************************************************************
                                            NEWS SINGLE PAGE
*************************************************************************************************************/

#newsSinglePage .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 100%;
}

#newsSinglePage .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#newsSinglePage .heading .date {
  font-size: 14px;
}

#newsSinglePage .heading .title {
  color: var(--primary-color);
  font-size: 56px;
  font-weight: 800;
  padding-right: 75px;
  padding-left: 75px;
  text-align: center;
  margin-bottom: 30px;
}

#newsSinglePage .content {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 70px;
}

#newsSinglePage h3 {
  margin-bottom: 1rem;
}

#newsSinglePage .content a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

#newsSinglePage .content img {
  max-width: 100%;
}

@media (max-width: 991px) {
  #newsSinglePage .heading .title {
    font-size: 36px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  #newsSinglePage .image img {
    width: 100%;
  }
}

.radius-20 {
  border-radius: 20px;
}

.radius-40 {
  border-radius: 40px;
}

.gradient-red {
  background: linear-gradient(90deg, rgba(222, 34, 48, 1) 65%, rgba(222, 90, 35, 1) 100%);
}

.trust-banner h3 {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
}

.trust-banner p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 600;
}

.trust-banner .banner-content {
  max-width: 80%;
}

.trust-button {
  background: #fff;
  color: #de222f;
  font-size: 1.5rem;
  font-weight: 600;
}

.banner-graphic img {
  right: -70px;
  top: -47px;
  max-width: 32%;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .h3,
  h3 {
    font-size: 1.125rem;
  }

  .container {
    padding: 0 2rem;
  }

  .img-text {
    padding: 1rem !important;
  }

  .trust-banner h3 {
    font-size: 1rem;
    max-width: 65%;
    text-align: left;
  }

  .trust-banner .banner-content {
    max-width: 90%;
    margin: 0 auto;
  }

  .trust-button {
    font-size: 1rem;
    width: 100%;
  }

  .section-title {
    margin-bottom: 1rem !important;
  }

  .banner-graphic img {
    right: -33px;
    top: 25px;
    max-width: 50%;
  }

  .banner-text p {
    font-size: 0.875rem;
    max-width: 75%;
  }

  .banner-button {
    font-family: "Aller Bold", Helvetica, sans-serif;
  }

  .trust {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
